@xola/ui-kit 2.6.0 → 2.6.2
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/README.md +29 -0
- package/build/ui-kit.mjs +1353 -1333
- package/build/ui-kit.umd.js +2 -2
- package/package.json +1 -1
package/build/ui-kit.umd.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
(function(a,z){typeof exports=="object"&&typeof module<"u"?z(exports,require("@headlessui/react"),require("prop-types"),require("react"),require("clsx"),require("react/jsx-runtime"),require("lodash"),require("ahooks"),require("@tippyjs/react"),require("tippy.js"),require("downshift"),require("lodash/debounce"),require("react-hotkeys-hook"),require("get-user-locale"),require("react-textarea-autosize"),require("react-select"),require("react-select/creatable"),require("nouislider-react"),require("use-debounce"),require("axios"),require("dayjs"),require("react-day-picker"),require("libphonenumber-js/max"),require("dayjs/plugin/customParseFormat"),require("dayjs/plugin/localizedFormat"),require("dayjs/plugin/quarterOfYear"),require("dayjs/plugin/timezone"),require("dayjs/plugin/utc"),require("react-hot-toast"),require("dayjs/locale/de"),require("dayjs/locale/en"),require("dayjs/locale/en-gb"),require("dayjs/locale/es"),require("dayjs/locale/es-mx"),require("dayjs/locale/fr")):typeof define=="function"&&define.amd?define(["exports","@headlessui/react","prop-types","react","clsx","react/jsx-runtime","lodash","ahooks","@tippyjs/react","tippy.js","downshift","lodash/debounce","react-hotkeys-hook","get-user-locale","react-textarea-autosize","react-select","react-select/creatable","nouislider-react","use-debounce","axios","dayjs","react-day-picker","libphonenumber-js/max","dayjs/plugin/customParseFormat","dayjs/plugin/localizedFormat","dayjs/plugin/quarterOfYear","dayjs/plugin/timezone","dayjs/plugin/utc","react-hot-toast","dayjs/locale/de","dayjs/locale/en","dayjs/locale/en-gb","dayjs/locale/es","dayjs/locale/es-mx","dayjs/locale/fr"],z):(a=typeof globalThis<"u"?globalThis:a||self,z(a.XolaUIKit={},a.react,a.PropTypes,a.React,a.clsx,a.jsxRuntime,a.lodash,a.ahooks,a.Tippy,a.tippy_js,a.downshift,a.debounce,a.reactHotkeysHook,a.getUserLocale,a.TextareaAutosize,a.Select$1,a.CreatableSelect,a.Nouislider,a.useDebounce,a.axios,a.dayjs,a.DayPicker,a.max,a.customParseFormat,a.LocalizedFormat,a.quarterOfYear,a.timezone,a.utc,a.toast,a.de,a.en,a.enGB,a.es,a.esMX,a.fr))})(this,function(a,z,H3,g,N3,t,V,Y,j3,v0,ve,T3,m0,z3,B3,C0,V3,S3,D3,F3,V1,E1,O3,W3,P3,q3,U3,Z3,Y3,_3,G3,K3,Q3,X3,J3){"use strict";const X=e=>e&&e.__esModule?e:{default:e};function I1(e){if(e&&e.__esModule)return e;const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const l in e)if(l!=="default"){const i=Object.getOwnPropertyDescriptor(e,l);Object.defineProperty(r,l,i.get?i:{enumerable:!0,get:()=>e[l]})}}return r.default=e,Object.freeze(r)}const o=X(H3),n=X(g),h=X(N3),$1=X(j3),$3=X(T3),R1=X(z3),R3=X(B3),e4=X(C0),t4=X(V3),r4=X(S3),o4=X(F3),j=X(V1),n4=X(E1),a4=X(W3),l4=X(P3),s4=X(q3),i4=X(U3),c4=X(Z3),L0=X(Y3),d4=I1(_3),x0=I1(G3),u4=I1(K3),y0=I1(Q3),h4=I1(X3),f4=I1(J3),b0=({shouldShow:e=!0,shouldAppear:r=!0,tag:l="div",enter:i="transition-opacity duration-700",enterFrom:c="opacity-0",enterTo:d="opacity-100",className:u,children:f,...w})=>n.default.createElement(z.Transition,{show:e,appear:r,as:l,className:u,enter:i,enterFrom:c,enterTo:d,...w},f);b0.propTypes={shouldShow:o.default.bool,shouldAppear:o.default.bool,tag:o.default.string,enter:o.default.string,enterFrom:o.default.string,enterTo:o.default.string,className:o.default.string,children:o.default.node};const M0=({isOpen:e,children:r})=>n.default.createElement("div",{className:"overflow-hidden"},n.default.createElement(z.Transition,{show:e,appear:e,as:"div",enter:"transition-all duration-500",enterFrom:"transform -translate-y-full opacity-0",enterTo:"transform translate-y-0 opacity-100",leave:"transition duration-500",leaveFrom:"transform translate-y-0 opacity-100",leaveTo:"transform -translate-y-full opacity-0"},r));M0.propTypes={isOpen:o.default.bool,children:o.default.node};const S1={standard:{common:"border-transparent text-white",primary:"bg-primary hover:bg-primary-darker active:bg-primary",secondary:"bg-secondary text-white hover:bg-secondary-dark border-transparent active:bg-secondary",success:"bg-success hover:bg-success-dark active:bg-success",warning:"bg-warning hover:bg-warning-dark active:bg-warning",caution:"bg-caution hover:bg-caution-dark active:bg-caution",danger:"bg-danger hover:bg-danger-dark active:bg-danger"},outline:{common:"bg-white border hover:bg-white active:text-white",default:"border-gray-light hover:border-gray-dark active:bg-primary-lighter active:text-black active:border-primary",primary:"text-primary border-primary hover:text-primary-dark hover:border-primary-dark active:bg-primary-light",secondary:"border-gray-light hover:border-gray-dark active:bg-primary-lighter active:text-black active:border-primary",success:"text-success border-success hover:text-success-dark hover:border-success-dark active:bg-success-light",warning:"text-warning border-warning hover:text-warning-dark hover:border-warning-dark active:bg-warning-light",caution:"text-caution border-caution hover:text-caution-dark hover:border-caution-dark active:bg-caution-light",danger:"text-danger border-danger hover:text-danger-dark hover:border-danger-dark active:bg-danger-light"},link:{common:"border-transparent hover:underline",primary:"text-primary",secondary:"text-secondary",success:"text-success",warning:"text-warning",caution:"text-caution",danger:"text-danger"}},E0={tiny:"px-2 py-0.5 text-xs leading-xs",small:"px-3 py-2 h-7.5 text-sm leading-sm",medium:"px-4.5 py-3 h-10 text-base leading-base",large:"px-6 py-4 h-[50px] text-md leading-md"},l1=({as:e="button",variant:r="standard",color:l="primary",size:i="medium",icon:c,iconPlacement:d="left",className:u,children:f,...w})=>n.default.createElement(e,{className:h.default("ui-button","inline-flex rounded border transition-colors focus:ring disabled:cursor-default disabled:bg-gray-lighter disabled:text-gray-dark","items-center justify-center font-semibold",S1[r].common,S1[r][l],E0[i],u),...w},c&&d==="left"?n.default.createElement("span",{className:"mr-2 flex-shrink-0"},c):null,f,c&&d==="right"?n.default.createElement("span",{className:"ml-2 flex-shrink-0"},c):null);l1.propTypes={color:o.default.oneOf(Object.keys(S1.outline)),variant:o.default.oneOf(Object.keys(S1)),size:o.default.oneOf(Object.keys(E0)),className:o.default.string,children:o.default.oneOfType([o.default.arrayOf(o.default.node),o.default.node]),icon(e,...r){return e.icon&&!e.children?new Error("UI Kit: You are using an icon without specifying children. If you want to use an icon only specify it as a child instead of prop"):o.default.element(e,...r)},iconPlacement:o.default.string};const p4={tiny:"w-3 h-3",small:"w-3.5 h-3.5",medium:"w-4.5 h-4.5",large:"w-6 h-6"},s=e=>({size:l="small",className:i,...c})=>t.jsx(e,{className:h.default(p4[l],"relative -top-0.25 inline-block",i),...c}),g4=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M12.37 9.667A5.993 5.993 0 017 13a5.993 5.993 0 01-5.368-3.333M12.37 4.333A5.993 5.993 0 007 1a5.993 5.993 0 00-5.368 3.333M5.667 7H1M4.335 5.667L5.668 7 4.335 8.333M8.334 7h4.667M9.667 8.333L8.334 7l1.333-1.333",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),w4=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M4.014 4.642H9.04M4.014 7.155h3.141M11.083 9.167V13M9.167 11.083H13M11.553 6.976v-4.22c0-.694-.562-1.256-1.257-1.256h-7.54c-.694 0-1.256.562-1.256 1.257v8.168c0 .694.562 1.256 1.257 1.256h4.22",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),k4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M13.065 2.356a.455.455 0 00-.456-.456H4.391c-.255 0-.456.2-.456.456v8.214c0 .25.2.451.456.451h8.213-.004a.458.458 0 00.456-.456l.01-8.209zM8.515 3.212v6.125M11.578 6.275H5.453",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M3.94 3.725h-.918c-.255 0-.456.2-.456.456v7.757-.004a.45.45 0 00.452.456h7.757-.005c.251 0 .456-.205.456-.456v-.913",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),I0=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[t.jsx("rect",{width:"24",height:"24",rx:"12",fill:"white"}),t.jsx("mask",{id:"mask0_affirm",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"18",children:t.jsx("path",{d:"M24 0H0V17.5943H24V0Z",fill:"white"})}),t.jsxs("g",{mask:"url(#mask0_affirm)",children:[t.jsx("path",{d:"M3.91333 17.2845C2.91665 15.7661 2.33593 13.9539 2.33593 12.0059C2.33593 6.68476 6.6645 2.35619 11.9856 2.35619C17.3068 2.35619 21.6353 6.68476 21.6353 12.0059C21.6353 13.9526 21.0532 15.7661 20.0579 17.2845H22.7597C23.5436 15.6906 23.9856 13.899 23.9856 12.0059C23.9856 5.3888 18.6027 0.00726318 11.987 0.00726318C5.37128 0.00726318 -0.0116234 5.39017 -0.0116234 12.0059C-0.0116234 13.899 0.430431 15.6906 1.21432 17.2845H3.91333Z",fill:"#4A4AF4"}),t.jsx("path",{d:"M12.1494 6.30469C10.3922 6.30469 8.36998 7.13251 7.27171 8.00838L8.27388 10.1184C9.15387 9.31258 10.5775 8.62479 11.8611 8.62479C13.1447 8.62479 13.7543 9.03252 13.7543 9.85485C13.7543 10.4081 13.3067 10.7197 12.4638 10.7966C9.29802 11.0877 6.83789 12.0761 6.83789 14.506C6.83789 16.4335 8.22721 17.5977 10.513 17.5977C12.0423 17.5977 13.2436 16.7479 13.8915 15.6263V17.2833H16.7416V10.3381C16.7429 7.47023 14.7482 6.30469 12.1494 6.30469ZM11.3175 15.3709C10.3935 15.3709 9.88697 14.9755 9.88697 14.3262C9.88697 12.9726 11.5412 12.6458 13.6952 12.6458C13.6952 14.0626 12.7466 15.3709 11.3175 15.3709Z",fill:"black"})]})]}));I0.tags=["payment","affirm","bnpl"];const A0=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[t.jsx("rect",{width:"24",height:"24",rx:"12",fill:"#B2FCE4"}),t.jsx("path",{d:"M18.8764 7.86546L16.6518 6.59241L14.395 5.30006C12.9034 4.44493 11.0388 5.51867 11.0388 7.24179V7.53113C11.0388 7.69186 11.1224 7.83974 11.2638 7.9169L12.3118 8.51485C12.6012 8.68202 12.9612 8.46984 12.9612 8.13551V7.44754C12.9612 7.10677 13.3277 6.8946 13.6235 7.06177L15.6809 8.24481L17.732 9.42142C18.0277 9.58859 18.0277 10.0194 17.732 10.1865L15.6809 11.3632L13.6235 12.5462C13.3277 12.7134 12.9612 12.5012 12.9612 12.1604V11.8197C12.9612 10.0965 11.0966 9.01636 9.60499 9.87792L7.3482 11.1703L5.12357 12.4433C3.62548 13.3049 3.62548 15.4717 5.12357 16.3332L7.3482 17.6063L9.60499 18.8986C11.0966 19.7537 12.9612 18.68 12.9612 16.9569V16.6676C12.9612 16.5068 12.8776 16.3589 12.7362 16.2818L11.6882 15.6838C11.3988 15.5167 11.0388 15.7288 11.0388 16.0632V16.7511C11.0388 17.0919 10.6723 17.3041 10.3765 17.1369L8.31907 15.9539L6.26804 14.7773C5.97228 14.6101 5.97228 14.1793 6.26804 14.0121L8.31907 12.8355L10.3765 11.6525C10.6723 11.4853 11.0388 11.6975 11.0388 12.0383V12.379C11.0388 14.1022 12.9034 15.1823 14.395 14.3208L16.6518 13.0284L18.8764 11.7554C20.3745 10.8874 20.3745 8.72703 18.8764 7.86546Z",fill:"black"})]}));A0.tags=["payment","afterpay","bnpl"];const v4=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e,children:[t.jsx("rect",{width:"34",height:"24",fill:"#1F72CD",rx:"4"}),t.jsx("path",{fill:"#fff",fillRule:"evenodd",d:"M6.095 8.5l-3.18 7.247h3.807l.472-1.156h1.08l.472 1.156h4.191v-.882l.374.882h2.168l.374-.9v.9h8.718l1.06-1.126.992 1.126 4.478.01-3.191-3.613L31.1 8.5h-4.407L25.66 9.605 24.699 8.5h-9.483l-.815 1.87-.833-1.87h-3.8v.852L9.345 8.5h-3.25zm.737 1.029h1.856l2.11 4.914V9.53h2.034l1.63 3.523 1.502-3.523h2.023v5.2h-1.231l-.01-4.075-1.795 4.075H13.85l-1.805-4.075v4.075H9.512l-.48-1.166H6.437l-.479 1.165H4.601l2.231-5.199zm17.288 0h-5.007v5.197h4.93l1.588-1.722 1.53 1.722h1.601l-2.326-2.583 2.326-2.614h-1.53l-1.581 1.703-1.531-1.703zm-16.385.88l-.855 2.077H8.59l-.854-2.077zm12.615 1.146v-.95h3.123l1.363 1.518-1.423 1.526H20.35v-1.036h2.73v-1.058h-2.73z",clipRule:"evenodd"})]})),H0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsxs("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:[t.jsx("path",{d:"M2.666 9.904l1.18 1.776M9.187 2l4.479 6.746M13.43 8.39l-9.82 2.934-.709-1.067 6.514-7.912 4.009 6.038.007.006z"}),t.jsx("path",{d:"M8.721 9.798c.54.617.47 1.558-.147 2.098-.625.541-1.566.47-2.106-.147-.042-.05-.084-.098-.12-.154l-.617-.934"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"prefix__clip0",children:t.jsx("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})})})]})),m4=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M9 5.25H3.75c-.825 0-1.5.675-1.5 1.5v7.5c0 .825.675 1.5 1.5 1.5h7.5c.825 0 1.5-.675 1.5-1.5V9",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M12.375 9A3.361 3.361 0 019 5.625C9 3.75 10.5 2.25 12.375 2.25s3.375 1.5 3.375 3.375S14.25 9 12.375 9zM16.5 9.75l-1.725-1.725",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})]})),C4=s(()=>t.jsxs("svg",{width:"90",height:"30",viewBox:"0 0 90 30",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("rect",{x:"0.428101",y:"0.0713501",width:"89.5719",height:"29.8573",rx:"4",fill:"white"}),t.jsx("rect",{x:"0.928101",y:"0.57135",width:"88.5719",height:"28.8573",rx:"3.5",stroke:"#222324",strokeOpacity:"0.2"}),t.jsx("path",{d:"M61.2822 14.4039V16.1139H60.2103V17.2354H61.2822V21.0459C61.2822 22.3471 61.8709 22.8676 63.3517 22.8676C63.6119 22.8676 63.8598 22.8366 64.0766 22.7994V21.6903C63.8907 21.7089 63.773 21.7213 63.5686 21.7213C62.9056 21.7213 62.6144 21.4115 62.6144 20.7052V17.2354H64.0766V16.1139H62.6144V14.4039H61.2822Z",fill:"#222324"}),t.jsx("path",{d:"M67.849 22.9605C69.8193 22.9605 71.0275 21.6408 71.0275 19.4536C71.0275 17.2788 69.8131 15.9528 67.849 15.9528C65.8787 15.9528 64.6643 17.2788 64.6643 19.4536C64.6643 21.6408 65.8725 22.9605 67.849 22.9605ZM67.849 21.7771C66.6903 21.7771 66.0398 20.9282 66.0398 19.4536C66.0398 17.9913 66.6903 17.1363 67.849 17.1363C69.0014 17.1363 69.6582 17.9913 69.6582 19.4536C69.6582 20.922 69.0014 21.7771 67.849 21.7771Z",fill:"#222324"}),t.jsx("path",{d:"M72.0613 22.8304H73.3934V18.8464C73.3934 17.8984 74.1059 17.2602 75.1159 17.2602C75.3513 17.2602 75.7479 17.3036 75.8594 17.3407V16.0272C75.7169 15.99 75.4628 15.9714 75.2646 15.9714C74.3847 15.9714 73.635 16.4547 73.443 17.1177H73.3438V16.083H72.0613V22.8304Z",fill:"#222324"}),t.jsx("path",{d:"M79.167 17.0867C80.1522 17.0867 80.7966 17.7745 80.8276 18.834H77.4198C77.4941 17.7807 78.1819 17.0867 79.167 17.0867ZM80.8214 21.0088C80.5735 21.5354 80.0221 21.8266 79.2166 21.8266C78.1509 21.8266 77.4631 21.0769 77.4198 19.8935V19.8191H82.1845V19.3544C82.1845 17.2354 81.0506 15.9528 79.1732 15.9528C77.2711 15.9528 76.0629 17.3222 76.0629 19.4784C76.0629 21.6346 77.2463 22.9605 79.1794 22.9605C80.7222 22.9605 81.8003 22.217 82.1039 21.0088H80.8214Z",fill:"#222324"}),t.jsx("path",{d:"M52.5463 20.3387C52.6491 21.9955 54.0298 23.0551 56.0848 23.0551C58.2811 23.0551 59.6554 21.9442 59.6554 20.1717C59.6554 18.7781 58.8719 18.0075 56.971 17.5644L55.9499 17.3139C54.7426 17.0314 54.2545 16.6525 54.2545 15.991C54.2545 15.1562 55.0123 14.6103 56.149 14.6103C57.2279 14.6103 57.9728 15.1433 58.1077 15.9974H59.5077C59.4242 14.4369 58.0499 13.3387 56.1683 13.3387C54.1454 13.3387 52.7968 14.4369 52.7968 16.0873C52.7968 17.4488 53.561 18.258 55.2371 18.6497L56.4316 18.9387C57.6582 19.2277 58.1976 19.6515 58.1976 20.3579C58.1976 21.1799 57.3499 21.7772 56.194 21.7772C54.9545 21.7772 54.094 21.2185 53.972 20.3387H52.5463Z",fill:"#222324"}),t.jsx("path",{d:"M38.7468 15.9714C37.8298 15.9714 37.0367 16.4299 36.6277 17.1982H36.5286V16.083H35.246V25.0733H36.5782V21.808H36.6835C37.0367 22.5206 37.7988 22.9419 38.7591 22.9419C40.463 22.9419 41.5473 21.5974 41.5473 19.4536C41.5473 17.3098 40.463 15.9714 38.7468 15.9714ZM38.3688 21.7461C37.2535 21.7461 36.5534 20.8663 36.5534 19.4598C36.5534 18.0471 37.2535 17.1673 38.375 17.1673C39.5027 17.1673 40.178 18.0285 40.178 19.4536C40.178 20.8848 39.5027 21.7461 38.3688 21.7461Z",fill:"#222324"}),t.jsx("path",{d:"M46.2087 15.9714C45.2917 15.9714 44.4986 16.4299 44.0897 17.1982H43.9905V16.083H42.708V25.0733H44.0401V21.808H44.1454C44.4986 22.5206 45.2607 22.9419 46.2211 22.9419C47.925 22.9419 49.0093 21.5974 49.0093 19.4536C49.0093 17.3098 47.925 15.9714 46.2087 15.9714ZM45.8307 21.7461C44.7155 21.7461 44.0153 20.8663 44.0153 19.4598C44.0153 18.0471 44.7155 17.1673 45.8369 17.1673C46.9646 17.1673 47.64 18.0285 47.64 19.4536C47.64 20.8848 46.9646 21.7461 45.8307 21.7461Z",fill:"#222324"}),t.jsx("path",{d:"M32.856 22.8304H34.3844L31.0385 13.5635H29.4909L26.145 22.8304H27.6221L28.4762 20.3708H32.0083L32.856 22.8304ZM30.1908 15.2461H30.3L31.6422 19.1634H28.8422L30.1908 15.2461Z",fill:"#222324"}),t.jsx("path",{d:"M27.0402 5.82686V10.2973H28.6542C29.9863 10.2973 30.7577 9.47629 30.7577 8.04812C30.7577 6.64163 29.9802 5.82686 28.6542 5.82686H27.0402ZM27.7341 6.45885H28.5768C29.5031 6.45885 30.0514 7.04747 30.0514 8.05741C30.0514 9.08284 29.5124 9.66527 28.5768 9.66527H27.7341V6.45885Z",fill:"#222324"}),t.jsx("path",{d:"M33.1203 10.3623C34.1054 10.3623 34.7095 9.70244 34.7095 8.60885C34.7095 7.52146 34.1023 6.85849 33.1203 6.85849C32.1351 6.85849 31.5279 7.52146 31.5279 8.60885C31.5279 9.70244 32.132 10.3623 33.1203 10.3623ZM33.1203 9.7706C32.5409 9.7706 32.2157 9.34617 32.2157 8.60885C32.2157 7.87773 32.5409 7.45021 33.1203 7.45021C33.6965 7.45021 34.0249 7.87773 34.0249 8.60885C34.0249 9.34308 33.6965 9.7706 33.1203 9.7706Z",fill:"#222324"}),t.jsx("path",{d:"M39.8541 6.92355H39.188L38.587 9.49797H38.5343L37.8404 6.92355H37.2022L36.5082 9.49797H36.4587L35.8546 6.92355H35.1792L36.1086 10.2973H36.7932L37.4872 7.81267H37.5399L38.2369 10.2973H38.9278L39.8541 6.92355Z",fill:"#222324"}),t.jsx("path",{d:"M40.6211 10.2973H41.2872V8.32384C41.2872 7.79718 41.6001 7.46879 42.0927 7.46879C42.5852 7.46879 42.8207 7.73832 42.8207 8.28047V10.2973H43.4868V8.11317C43.4868 7.3108 43.0716 6.85849 42.3188 6.85849C41.8107 6.85849 41.4762 7.08464 41.312 7.4595H41.2624V6.92355H40.6211V10.2973Z",fill:"#222324"}),t.jsx("path",{d:"M44.5357 10.2973H45.2018V5.6069H44.5357V10.2973Z",fill:"#222324"}),t.jsx("path",{d:"M47.7068 10.3623C48.692 10.3623 49.2961 9.70244 49.2961 8.60885C49.2961 7.52146 48.6889 6.85849 47.7068 6.85849C46.7217 6.85849 46.1145 7.52146 46.1145 8.60885C46.1145 9.70244 46.7186 10.3623 47.7068 10.3623ZM47.7068 9.7706C47.1275 9.7706 46.8022 9.34617 46.8022 8.60885C46.8022 7.87773 47.1275 7.45021 47.7068 7.45021C48.2831 7.45021 48.6114 7.87773 48.6114 8.60885C48.6114 9.34308 48.2831 9.7706 47.7068 9.7706Z",fill:"#222324"}),t.jsx("path",{d:"M51.2807 9.79228C50.9182 9.79228 50.6549 9.6157 50.6549 9.3121C50.6549 9.01469 50.8655 8.85669 51.3302 8.82571L52.1543 8.77305V9.05496C52.1543 9.47319 51.7825 9.79228 51.2807 9.79228ZM51.1103 10.353C51.5533 10.353 51.922 10.1609 52.1233 9.82326H52.176V10.2973H52.8173V7.99235C52.8173 7.27982 52.3402 6.85849 51.4944 6.85849C50.7292 6.85849 50.184 7.23025 50.1158 7.80957H50.7602C50.8346 7.57103 51.0917 7.43472 51.4634 7.43472C51.9189 7.43472 52.1543 7.63608 52.1543 7.99235V8.28356L51.2404 8.33623C50.438 8.3858 49.9857 8.73587 49.9857 9.34308C49.9857 9.95957 50.4597 10.353 51.1103 10.353Z",fill:"#222324"}),t.jsx("path",{d:"M55.0776 10.353C55.5423 10.353 55.9357 10.1331 56.1371 9.7644H56.1897V10.2973H56.8279V5.6069H56.1619V7.4595H56.1123C55.9295 7.08774 55.5392 6.86778 55.0776 6.86778C54.2256 6.86778 53.6773 7.54314 53.6773 8.60885C53.6773 9.67766 54.2194 10.353 55.0776 10.353ZM55.2665 7.4657C55.8242 7.4657 56.1742 7.90871 56.1742 8.61195C56.1742 9.31829 55.8273 9.75511 55.2665 9.75511C54.7027 9.75511 54.365 9.32449 54.365 8.60885C54.365 7.89941 54.7058 7.4657 55.2665 7.4657Z",fill:"#222324"}),t.jsx("path",{d:"M61.1471 10.3623C62.1323 10.3623 62.7364 9.70244 62.7364 8.60885C62.7364 7.52146 62.1292 6.85849 61.1471 6.85849C60.162 6.85849 59.5548 7.52146 59.5548 8.60885C59.5548 9.70244 60.1589 10.3623 61.1471 10.3623ZM61.1471 9.7706C60.5678 9.7706 60.2425 9.34617 60.2425 8.60885C60.2425 7.87773 60.5678 7.45021 61.1471 7.45021C61.7234 7.45021 62.0517 7.87773 62.0517 8.60885C62.0517 9.34308 61.7234 9.7706 61.1471 9.7706Z",fill:"#222324"}),t.jsx("path",{d:"M63.6181 10.2973H64.2842V8.32384C64.2842 7.79718 64.5971 7.46879 65.0896 7.46879C65.5822 7.46879 65.8177 7.73832 65.8177 8.28047V10.2973H66.4837V8.11317C66.4837 7.3108 66.0686 6.85849 65.3158 6.85849C64.8077 6.85849 64.4731 7.08464 64.3089 7.4595H64.2594V6.92355H63.6181V10.2973Z",fill:"#222324"}),t.jsx("path",{d:"M69.5514 6.08399V6.93904H69.0154V7.49977H69.5514V9.40503C69.5514 10.0556 69.8457 10.3158 70.5861 10.3158C70.7162 10.3158 70.8401 10.3004 70.9485 10.2818V9.72723C70.8556 9.73652 70.7967 9.74272 70.6945 9.74272C70.363 9.74272 70.2174 9.58782 70.2174 9.23465V7.49977H70.9485V6.93904H70.2174V6.08399H69.5514Z",fill:"#222324"}),t.jsx("path",{d:"M71.8426 10.2973H72.5087V8.32694C72.5087 7.81577 72.8123 7.47189 73.3575 7.47189C73.8284 7.47189 74.0794 7.74451 74.0794 8.28356V10.2973H74.7454V8.11937C74.7454 7.31699 74.3024 6.86159 73.5837 6.86159C73.0756 6.86159 72.7194 7.08774 72.5552 7.4657H72.5025V5.6069H71.8426V10.2973Z",fill:"#222324"}),t.jsx("path",{d:"M77.1482 7.42542C77.6408 7.42542 77.963 7.7693 77.9785 8.29905H76.2746C76.3118 7.7724 76.6557 7.42542 77.1482 7.42542ZM77.9754 9.38645C77.8515 9.64978 77.5758 9.79538 77.173 9.79538C76.6402 9.79538 76.2963 9.42052 76.2746 8.82881V8.79163H78.657V8.55928C78.657 7.49977 78.09 6.85849 77.1513 6.85849C76.2003 6.85849 75.5961 7.54314 75.5961 8.62124C75.5961 9.69934 76.1879 10.3623 77.1544 10.3623C77.9258 10.3623 78.4649 9.99055 78.6167 9.38645H77.9754Z",fill:"#222324"}),t.jsx("path",{d:"M18.9173 15.2247C18.9334 13.97 19.6073 12.7827 20.6763 12.1255C20.0019 11.1624 18.8723 10.5517 17.6971 10.5149C16.4437 10.3834 15.2286 11.265 14.5898 11.265C13.9387 11.265 12.9553 10.528 11.8963 10.5498C10.516 10.5944 9.22915 11.3792 8.55759 12.586C7.11399 15.0853 8.19078 18.7586 9.57363 20.7789C10.2655 21.7682 11.0741 22.8732 12.1321 22.834C13.1675 22.7911 13.5542 22.1738 14.8039 22.1738C16.0421 22.1738 16.4048 22.834 17.4843 22.8091C18.5953 22.7911 19.2953 21.8154 19.9629 20.8168C20.46 20.1119 20.8425 19.3328 21.0963 18.5084C19.7907 17.9562 18.9188 16.6423 18.9173 15.2247Z",fill:"#222324"}),t.jsx("path",{d:"M16.8783 9.18629C17.484 8.45911 17.7824 7.52444 17.7102 6.58078C16.7847 6.67798 15.9299 7.12029 15.3159 7.81957C14.7156 8.5028 14.4032 9.42102 14.4622 10.3286C15.388 10.3382 16.2981 9.90783 16.8783 9.18629Z",fill:"#222324"})]})),L4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:t.jsx("path",{d:"M12.916 4.083h-10.5a.584.584 0 01-.583-.583V2.333c0-.322.261-.583.583-.583h10.5c.322 0 .583.261.583.583V3.5a.584.584 0 01-.583.583zM5.916 6.417h3.5M12.722 4.083v7c0 .645-.522 1.167-1.167 1.167H3.777a1.166 1.166 0 01-1.167-1.167v-7"})}),t.jsx("defs",{children:t.jsx("clipPath",{id:"prefix__clip0",children:t.jsx("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})})})]})),N0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7 11.667A4.667 4.667 0 102.333 7v.359",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M.583 5.833l1.75 1.75 1.75-1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));N0.tags=["counter clockwise","load more","left","revert","undo","rotate"];const j0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7 11.667A4.667 4.667 0 1111.667 7v.359",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M13.417 5.833l-1.75 1.75-1.75-1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));j0.tags=["clockwise","right","rotate"];const x4=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M11.286 8.714L7 13 2.715 8.714M6.998 13V1",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"})})),y4=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M8.714 2.714L13 7l-4.286 4.286M13 7.003H1",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"})})),b4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("g",{clipPath:"url(#prefix__clip0_1467_0)",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round",children:t.jsx("path",{d:"M5.182 2.757h6.06v6.061M11.244 2.76L2.76 11.244"})}),t.jsx("defs",{children:t.jsx("clipPath",{id:"prefix__clip0_1467_0",children:t.jsx("path",{fill:"#fff",d:"M0 0h14v14H0z"})})})]})),M4=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M2.715 5.286L7 1l4.285 4.286M7.003 1v12",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"})})),T0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M9.655 6.9a2.754 2.754 0 11-5.508 0 2.754 2.754 0 015.508 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.653 6.9v1.18a1.574 1.574 0 003.147 0V6.9a5.9 5.9 0 10-2.36 4.72",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));T0.tags=["email"];const z0=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M10.792 5.196c0 2.152-1.744 4.87-3.896 4.87S3 7.348 3 5.196v0a3.896 3.896 0 117.792 0v0zM6.833 10.062s-.55 1.941.548 2.738",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));z0.tags=["child","demographic"];const B0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M9.483 1.308a1.051 1.051 0 111.488 1.488L6.22 7.543a.613.613 0 01-.433.18H4.557V6.49a.61.61 0 01.179-.432l4.747-4.75zM8.833 7.722h1.222M3.945 10.167h6.111",stroke:"currentColor",strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.278 5.89c.675 0 1.222.546 1.222 1.222v4.277c0 .676-.547 1.223-1.222 1.223H2.722A1.222 1.222 0 011.5 11.389V7.112c0-.676.547-1.223 1.222-1.223M8.265 2.528L9.75 4.014",stroke:"currentColor",strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"})]}));B0.tags=["cheque","payment"];const V0=s(e=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e,children:t.jsx("path",{clipRule:"evenodd",d:"M2.88 6.511H1.376h0A.376.376 0 001 6.887v4.888h2.256V6.887v0a.376.376 0 00-.376-.376v0zM7.752 2H6.248h0a.376.376 0 00-.376.376v9.399h2.256V2.376v0A.376.376 0 007.752 2v0zM12.624 4.256H11.12h0a.376.376 0 00-.376.376v7.143H13V4.632v0a.376.376 0 00-.376-.376v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));V0.tags=["stats","reports","analytics"];const me=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M5.663 10.7v.214a1.337 1.337 0 002.674 0V10.7M8.07 3.355v-.536a1.07 1.07 0 10-2.14 0v.536",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M3.828 5.943A2.643 2.643 0 016.471 3.3H7.53a2.643 2.643 0 012.643 2.643v1.631c0 .31.123.607.342.825l.374.374c.218.219.341.516.341.825 0 .61-.493 1.103-1.102 1.103H3.873a1.102 1.102 0 01-1.102-1.103c0-.31.123-.606.341-.825l.374-.374c.219-.218.342-.515.342-.825V5.943v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));me.tags=["notification","pending"];const S0=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"19",height:"19",fill:"none",viewBox:"0 0 19 19",...e,children:[t.jsx("g",{clipPath:"url(#clip0_3383_154006)",children:t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.179",d:"M9.322 4.507a4.774 4.774 0 00-6.14-.515 1.487 1.487 0 00-.61 1.213v9.717c0 .58.619.917 1.131.644a4.774 4.774 0 015.62.84m0-11.899v11.898m0-11.898a4.774 4.774 0 016.14-.515c.389.277.61.736.61 1.213v9.717c0 .58-.62.918-1.132.644a4.774 4.774 0 00-5.619.84"})}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_3383_154006",children:t.jsx("path",{fill:"#fff",d:"M0 0H18V18H0z",transform:"translate(.322 .757)"})})})]}));S0.tags=["book","read","readme","help"];const D0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M8.518 5.498a.22.22 0 01-.217.217.204.204 0 01-.113-.035l-1.084-.65-1.31.68v-.004a.222.222 0 01-.321-.2V2H8.51l.008 3.498z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.565 2.022h-9.13A.435.435 0 002 2.457v9.13c0 .24.195.435.435.435h9.13c.24 0 .435-.195.435-.435v-9.13a.435.435 0 00-.435-.435z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));D0.tags=["favourite","favorite"];const F0=s(e=>t.jsxs("svg",{width:14,height:14,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsxs("g",{clipPath:"url(#clip0_1621_3066)",children:[t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.25 9.35723V4.64273C12.25 4.22564 12.0277 3.84065 11.6667 3.6324L7.58333 1.27515C7.22225 1.0669 6.77775 1.0669 6.41667 1.27515L2.33333 3.63181C1.97225 3.84064 1.75 4.22564 1.75 4.64273V9.35781C1.75 9.77489 1.97225 10.1599 2.33333 10.3681L6.41667 12.7254C6.77775 12.9336 7.22225 12.9336 7.58333 12.7254L11.6667 10.3681C12.0277 10.1593 12.25 9.77431 12.25 9.35723Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7 12.88V7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7 7L12.0925 4.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M1.90723 4.06L6.99973 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_1621_3066",children:t.jsx("rect",{width:"14",height:"14",fill:"white"})})})]}));F0.tags=["add-ons","addons","merchandise","other","payment"];const O0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M11.01 3.719H2.99c-.806 0-1.459.653-1.459 1.458v5.833c0 .806.653 1.459 1.459 1.459h8.02c.806 0 1.459-.653 1.459-1.459V5.177c0-.805-.653-1.458-1.459-1.458z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.824 3.354a1.823 1.823 0 00-3.646 0v.365h3.646v-.365zM4.57 4.083v8.264M9.43 4.083v8.264",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));O0.tags=["back office","work","business"];const W0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 10",width:14,height:10,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.79883 9.5C8.8699 9.5 10.5488 7.70914 10.5488 5.5C10.5488 3.29086 8.8699 1.5 6.79883 1.5C4.72776 1.5 3.04883 3.29086 3.04883 5.5C3.04883 7.70914 4.72776 9.5 6.79883 9.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.79883 1.5L4.79883 0.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.79883 1.5L8.79883 0.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.7988 2.5C10.4727 3.82608 8.67419 4.57107 6.79883 4.57107C4.92346 4.57107 3.12491 3.82608 1.79883 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M3.65576 7.67053C2.96863 8.0098 2.34142 8.45885 1.79883 9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.7993 9C11.2567 8.45886 10.6295 8.00981 9.94238 7.67053",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M3.04883 5.75H1.29883",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M12.2988 5.75H10.5488",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));W0.tags=["bug","problem","issue"];const E4=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10.365 14.881h2.844a.643.643 0 00.452-1.1L8.519 8.705a.643.643 0 00-1.094.457v7.069a.643.643 0 001.092.46l1.848-1.81z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.014 10.447H3.407A1.607 1.607 0 011.8 8.839V4.018a1.607 1.607 0 011.607-1.607h11.25a1.607 1.607 0 011.607 1.607v4.821a1.607 1.607 0 01-1.607 1.608h-.804",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.572 5.529l1.543 1.286L11.572 8.1",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})]})),P0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M2.119 7.82v4.032l-.007-.006c0 .683.552 1.235 1.235 1.24h7.302a1.245 1.245 0 001.235-1.247V7.807",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.531 2.065c0 .509-.422.93-.93.93a.933.933 0 01-.931-.93V2.06A3.47 3.47 0 014.352.62h-.006A.302.302 0 014.78.57l.044.044c.335.415.57.905.682 1.433l.025.018zM10.818 2.065c0 .509-.422.93-.93.93a.933.933 0 01-.931-.93V2.06A3.47 3.47 0 019.639.62h-.006a.302.302 0 01.435-.049l.043.044c.335.415.57.905.682 1.433l.025.018zM10.508 6.27h-1.24V4.097a.307.307 0 01.304-.316h.62-.006a.306.306 0 01.31.304l.012 2.183zM5.22 6.27H3.98V4.097a.307.307 0 01.304-.316h.62-.006a.306.306 0 01.31.304l.012 2.183z",fill:"currentColor"}),t.jsx("path",{d:"M11.89 9.309c0 .893-.732 1.628-1.629 1.628A1.63 1.63 0 018.633 9.31c0 .893-.732 1.628-1.629 1.628A1.63 1.63 0 015.376 9.31c0 .893-.732 1.628-1.628 1.628A1.63 1.63 0 012.119 9.31v-2.42a.614.614 0 01.614-.626h8.53-.006a.613.613 0 01.62.614l.013 2.432z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));P0.tags=["birthday","date of birth"];const q0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.56 6.227v-.1h-.779l-.024.016-.81.513-.047.03V7.533l.153-.095.616-.386V9.6H7.56V6.227z",fill:"currentColor",stroke:"currentColor",strokeWidth:.2})]}));q0.tags=["date"];const Ce=s(e=>t.jsx("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:t.jsx("path",{d:"M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Ce.tags=["date"];const U0=s(e=>t.jsxs("svg",{viewBox:"0 0 24 25",width:24,height:25,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsxs("g",{clipPath:"url(#clip0_12197_16)",children:[t.jsx("path",{d:"M7.5 3.5V6.5",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M16.5 3.5V6.5",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.5 12H16.5",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.5 15.5H16.5",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.5 12H8.5",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.5 15.5H8.5",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M18 5H6C4.34315 5 3 6.34315 3 8V18.5C3 20.1569 4.34315 21.5 6 21.5H18C19.6569 21.5 21 20.1569 21 18.5V8C21 6.34315 19.6569 5 18 5Z",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_12197_16",children:t.jsx("rect",{width:"24",height:"24",fill:"white",transform:"translate(0 0.5)"})})})]}));U0.tags=["date"];const Z0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.98 7.105c.001-.588-.513-1.022-1.229-1.022-.705 0-1.275.418-1.285 1.057l-.002.101h.862l.003-.096c.005-.175.167-.314.42-.314.119 0 .21.036.27.09a.29.29 0 01.094.225h0c0 .098-.04.178-.11.235a.509.509 0 01-.322.097h-.405v.708h.405c.17 0 .297.042.38.105.08.061.121.144.12.243v.002c.001.098-.04.18-.112.239a.513.513 0 01-.326.1c-.278 0-.438-.142-.446-.305l-.005-.095H4.398l.002.102c.013.646.59 1.068 1.342 1.068.763 0 1.36-.426 1.359-1.064a.814.814 0 00-.216-.578.863.863 0 00-.315-.207.758.758 0 00.41-.691zm0 0s0 0 0 0h-.1.1s0 0 0 0zm2.642-.878v-.1h-.78l-.024.016-.81.513-.046.03V7.533l.153-.095.615-.386V9.6H9.622V6.227z",fill:"currentColor",stroke:"currentColor",strokeWidth:.2})]}));Z0.tags=["date"];const Y0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.134 9.455l-.073.145H7l.027-.055 1.359-2.7.01-.02v-.698H5.9V6.893h1.53L6.133 9.455z",fill:"currentColor",stroke:"currentColor",strokeWidth:.2})]}));Y0.tags=["date"];const I4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("circle",{cx:3.5,cy:3.5,r:1.444,stroke:"currentColor"}),t.jsx("path",{d:"M11.945 3.5a1.444 1.444 0 11-2.89 0 1.444 1.444 0 012.89 0zM11.945 10.5a1.444 1.444 0 11-2.89 0 1.444 1.444 0 012.89 0zM4.945 10.5a1.444 1.444 0 11-2.89 0 1.444 1.444 0 012.89 0z",stroke:"currentColor"})]})),_0=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M1.3 5.055h11.5M5.497 7.611H3.855M10.883 11.444H3.216A1.917 1.917 0 011.3 9.528V4.417c0-1.059.858-1.917 1.916-1.917h7.667c1.059 0 1.917.858 1.917 1.917v5.11a1.917 1.917 0 01-1.917 1.917z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));_0.tags=["credit card","cc"];const G0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M11.5 3H2a1 1 0 00-1 1v6a1 1 0 001 1h9.5a1 1 0 001-1V4a1 1 0 00-1-1z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{fill:"currentColor",d:"M1.232 4.532h11.234v1.532H1.232z"})]}));G0.tags=["credit card","cc"];const K0=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M2 2.031l2.494 6.86h.014a.678.678 0 00.623.424h4.764c.265 0 .504-.159.61-.41l1.433-3.981c.159-.345 0-.73-.332-.876a.604.604 0 00-.265-.066H2.776M8.965 11.318h.013c-.172-.013-.331.146-.331.319 0 .172.159.331.331.331.186 0 .332-.159.345-.331a.33.33 0 00-.318-.345M5.648 11.318h.013c-.172-.013-.332.146-.332.319 0 .172.16.331.332.331.186 0 .332-.159.345-.331a.33.33 0 00-.318-.345",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));K0.tags=["checkout"];const Q0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M2.798 4.6h-.006a.194.194 0 01.198.197c0 .107-.091.198-.203.198a.203.203 0 01-.203-.203.195.195 0 01.198-.203s0 0 0 0M9.6 7.4h-.005a.194.194 0 01.197.197.203.203 0 01-.405-.005.195.195 0 01.197-.203",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M10.6 3H1.8a.8.8 0 00-.8.8v4.8a.8.8 0 00.8.8h8.8a.8.8 0 00.8-.8V3.8a.8.8 0 00-.8-.8z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.2 4.6a1.6 1.6 0 100 3.2 1.6 1.6 0 000-3.2zM13 5.4v4.8c0 .437-.362.8-.8.8H3.4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Q0.tags=["payment"];const X0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 15",width:14,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7.97058 5.63489H6.72321C6.53205 5.63502 6.34688 5.70167 6.19948 5.82339C6.05208 5.94512 5.95163 6.11434 5.91535 6.30203C5.87908 6.48973 5.90924 6.68419 6.00067 6.85208C6.09209 7.01996 6.23909 7.15081 6.41643 7.22216L7.68282 7.72835C7.86056 7.79945 8.00798 7.93027 8.09971 8.0983C8.19144 8.26633 8.22175 8.46107 8.18544 8.64903C8.14913 8.837 8.04845 9.00643 7.90073 9.1282C7.75301 9.24997 7.56748 9.31646 7.37604 9.31624H6.1299",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.05078 5.63485V5.17468",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.05078 9.77645V9.31628",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.52136 0.499997L5.27123 1.75012L6.52136 3.00025L5.27123 1.75012",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.49584 1.97436C7.36389 1.42513 9.46659 1.88664 10.941 3.36104C13.0891 5.50911 13.0886 8.99157 10.941 11.1392C8.79335 13.2869 5.31089 13.2873 3.16282 11.1392C2.12931 10.1057 1.59315 8.7633 1.55421 7.40929",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));X0.tags=["challenge"];const J0=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M4.556 1.5h4.888A3.055 3.055 0 0112.5 4.556v4.888A3.055 3.055 0 019.444 12.5H4.556A3.055 3.055 0 011.5 9.444V4.556A3.056 3.056 0 014.556 1.5v0zM6.541 8.375L5.166 7M8.833 6.083L6.54 8.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));J0.tags=["checkbox","forms","questionnaire"];const Le=s(e=>t.jsx("svg",{viewBox:"0 0 14 12",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M12.166 3l-7.333 7.333L1.5 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Le.tags=["tick","correct"];const $0=s(e=>t.jsx("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:t.jsx("path",{d:"M2 4.638l.983.983L5.603 3M2 10.638l.983.983L5.603 9M7.57 4h3.93M7.57 10h3.93",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));$0.tags=["reserved"];const xe=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M12.75 4.25l-5.5 5.5-5.5-5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));xe.tags=["arrow"];const ee=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M9 12.5L3.5 7 9 1.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));ee.tags=["arrow"];const A1=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M4.5 1.5L10 7l-5.5 5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));A1.tags=["arrow"];const R0=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M1.75 9.75l5.5-5.5 5.5 5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));R0.tags=["arrow"];const et=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M4.429 2.714V1M7 2.714V1M9.571 2.714V1M4.429 13v-1.714M7 13v-1.714M9.571 13v-1.714M11.286 4.428H13M11.286 7H13M11.286 9.572H13M1 4.428h1.714M1 7h1.714M1 9.572h1.714M9.571 2.714H4.428c-.947 0-1.714.768-1.714 1.715v5.143c0 .946.767 1.714 1.714 1.714h5.143c.947 0 1.714-.768 1.714-1.714V4.429c0-.947-.767-1.715-1.714-1.715z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.029 5.4H6.058a.657.657 0 00-.658.657v1.971c0 .363.295.658.658.658h1.971a.657.657 0 00.657-.658V6.057A.657.657 0 008.03 5.4z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));et.tags=["payment","custom payment"];const tt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10 5L5.875 9 4 7.182",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7 12.9A5.9 5.9 0 107 1.1a5.9 5.9 0 000 11.8z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));tt.tags=["tick","correct"];const rt=s(e=>t.jsxs("svg",{width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M9.49929 17.0859C13.6888 17.0859 17.085 13.6897 17.085 9.5002C17.085 5.31073 13.6888 1.91449 9.49929 1.91449C5.30981 1.91449 1.91357 5.31073 1.91357 9.5002C1.91357 13.6897 5.30981 17.0859 9.49929 17.0859Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M13.3569 6.92865L8.05329 12.0715L5.64258 9.73384",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})]}));rt.tags=["tick","correct","filled"];const ot=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M6.9 12.8A5.9 5.9 0 106.9 1a5.9 5.9 0 000 11.8zM4.54 9.26l4.72-4.72M9.26 9.26L4.54 4.54",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));ot.tags=["x","close"];const A4=s(({className:e,...r})=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"96",height:"24",fill:"none",viewBox:"0 0 96 24",className:h.default("h-[24px] w-[96px]",e),...r,children:[t.jsx("path",{stroke:"#BDC0C6",strokeDasharray:"4 4",d:"M0.5 12.5L95.5 12.5"}),t.jsx("circle",{cx:"48",cy:"12",r:"11.5",fill:"#fff",stroke:"currentColor"}),t.jsx("path",{stroke:"#FF5A5A",strokeLinecap:"round",strokeLinejoin:"round",d:"M44.863 8.965l7.071 7.07M51.934 8.964l-7.07 7.071"})]})),H4=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M14.368 3.633c2.958 2.958 2.958 7.776 0 10.734s-7.776 2.958-10.734 0C.675 11.41.675 6.591 3.634 3.633c2.958-2.958 7.691-2.958 10.734 0z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M12.762 11.578H5.155c-.254 0-.423-.169-.423-.422V7.352c0-.338.423-.591.677-.338l1.69 1.352L8.62 6.761a.409.409 0 01.592 0l1.521 1.605 1.69-1.352c.254-.253.677 0 .677.338v3.804c.085.253-.085.422-.338.422z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})]})),nt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7.001 3.067v.983M11.172 2.828a5.9 5.9 0 11-8.343 8.344 5.9 5.9 0 018.343-8.344M7.001 10.934V9.95",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.034 8.478c0 .815.66 1.475 1.475 1.475h1.077a1.381 1.381 0 00.337-2.72L6.079 6.77a1.38 1.38 0 01.336-2.721h1.078c.814 0 1.475.66 1.475 1.475",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));nt.tags=["money","currency"];const N4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.9 13c3.258 0 5.9-2.686 5.9-6s-2.642-6-5.9-6C3.642 1 1 3.686 1 7s2.642 6 5.9 6z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.375 7c0-.828-.66-1.5-1.475-1.5-.815 0-1.475.672-1.475 1.5s.66 1.5 1.475 1.5c.815 0 1.475-.672 1.475-1.5z",fill:"currentColor"})]})),j4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.882 7.125c-.334.367-1.352 1.39-2.296 1.39v0h-.004a1.515 1.515 0 11.001-3.03h.003v0c.944 0 1.962 1.023 2.297 1.39L7 7l-.119.125v0zM7.12 7.125c.334.367 1.352 1.39 2.296 1.39v0h.003a1.515 1.515 0 100-3.03h-.004v0c-.944 0-1.962 1.023-2.296 1.39L7.001 7l.119.125v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.172 2.828a5.9 5.9 0 11-8.343 8.344 5.9 5.9 0 018.343-8.344",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),T4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7 12.9A5.9 5.9 0 117 1.1a5.9 5.9 0 110 11.8z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7 10.278V7h-.655",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("circle",{cx:6.836,cy:4.542,r:.656,fill:"currentColor"})]})),z4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10.278 8.22V7M8.312 8.22V7M5.96 6.073a1.311 1.311 0 11-1.853 1.855A1.311 1.311 0 015.96 6.073",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.001 12.819A5.908 5.908 0 0012.818 6c-.4-2.445-2.373-4.417-4.818-4.819A5.907 5.907 0 001.183 8c.4 2.445 2.373 4.418 4.818 4.819zM10.278 7H6.345",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),at=e=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e,children:t.jsx("path",{fill:"currentColor",d:"M14 7a7 7 0 10-7 7v-1.4A5.6 5.6 0 1112.6 7H14z"})}),lt=s(e=>t.jsx("svg",{viewBox:"0 0 14 13",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M8.212 8.867V4.933M5.588 8.867V4.933M12.8 6.9A5.9 5.9 0 111 6.9a5.9 5.9 0 1111.8 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));lt.tags=["pending"];const B4=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7 12.9A5.9 5.9 0 107 1.1a5.9 5.9 0 000 11.8zM7 10.337V3.662M10.338 7H3.663",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),V4=s(({className:e,...r})=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"96",height:"24",fill:"none",viewBox:"0 0 96 24",className:h.default("h-[24px] w-[96px]",e),...r,children:[t.jsx("path",{stroke:"#BDC0C6",strokeDasharray:"4 4",d:"M0.5 12.5L95.5 12.5"}),t.jsx("circle",{cx:"48",cy:"12",r:"11.5",fill:"#fff",stroke:"currentColor"}),t.jsx("path",{stroke:"#1352C6",strokeLinecap:"round",strokeLinejoin:"round",d:"M48.5 7.5v10M53.5 12.5h-10"})]})),st=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7 12.9A5.9 5.9 0 107 1.1a5.9 5.9 0 000 11.8zM4.642 7H9.36",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));st.tags=["no show","noshow"];const it=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M8.874 1.957h1.957c.264 0 .478.214.478.478v9.087a.478.478 0 01-.478.478H3.178a.478.478 0 01-.478-.478V2.435c0-.264.214-.478.478-.478h1.957",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.961 1.957a.957.957 0 10-1.913 0h-.956V3.39h3.826V1.957H7.96z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));it.tags=["resources"];const S4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M4.743 1.55a5.898 5.898 0 114.515 10.9 5.898 5.898 0 01-4.515-10.9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.815 4.368v3.05l2.397 1.46",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),D4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7.666 1.5a5.5 5.5 0 100 11 5.5 5.5 0 000-11v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.666 6.214a.786.786 0 100 1.572.786.786 0 000-1.572zM7.666 6.214v-2.75M8.221 7.555l1.41 1.41",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),ct=s(e=>t.jsxs("svg",{width:14,height:14,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.9 1C5.73309 1 4.59239 1.34603 3.62214 1.99433C2.65189 2.64263 1.89567 3.56408 1.44911 4.64217C1.00256 5.72025 0.885717 6.90654 1.11337 8.05103C1.34102 9.19552 1.90294 10.2468 2.72807 11.0719C3.5532 11.8971 4.60448 12.459 5.74897 12.6866C6.89346 12.9143 8.07975 12.7974 9.15783 12.3509C10.2359 11.9043 11.1574 11.1481 11.8057 10.1779C12.454 9.20761 12.8 8.06691 12.8 6.9",stroke:"#222324",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M10.1768 3.62231H12.799",stroke:"#222324",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M10.1768 1.65576H12.799",stroke:"#222324",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.52324 7.22787H6.57324V3.62231",stroke:"#222324",strokeLinecap:"round",strokeLinejoin:"round"})]}));ct.tags=["clock","manual","watch","fly","on the fly"];const k1=s(e=>{const r=`close-icon-clip-${Math.random().toString(36).slice(2,11)}`;return t.jsxs("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:[t.jsx("g",{clipPath:`url(#${r})`,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:t.jsx("path",{d:"M11.148 3.147l-8.295 8.295M11.147 11.442L2.853 3.147"})}),t.jsx("defs",{children:t.jsx("clipPath",{id:r,children:t.jsx("path",{fill:"#fff",d:"M0 0h14v14H0z"})})})]})});k1.tags=["cross","delete","x"];const F4=s(e=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"8",fill:"none",viewBox:"0 0 10 8",...e,children:t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M1.291 1.236l2.94 2.94v0a.272.272 0 010 .385L1.29 7.5M6.041 1.236l2.94 2.94v0a.272.272 0 010 .385L6.04 7.5"})})),dt=s(e=>t.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsxs("g",{clipPath:"url(#clip0_11341_315267)",children:[t.jsx("path",{d:"M9.92534 18.4718C9.75827 18.6391 9.55987 18.7719 9.34147 18.8625C9.12307 18.9532 8.88896 18.9999 8.6525 19C8.41604 19.0001 8.18188 18.9537 7.96338 18.8633C7.74489 18.7729 7.54635 18.6403 7.3791 18.4731L3.52754 14.6236C3.3603 14.4565 3.22763 14.258 3.13712 14.0396C3.0466 13.8211 3.00002 13.587 3.00002 13.3505C3.00002 13.1141 3.0466 12.8799 3.13712 12.6615C3.22763 12.443 3.3603 12.2446 3.52754 12.0774L10.0225 5.58541C10.3976 5.21055 10.9062 4.99999 11.4364 5H15C15.5304 5 16.0391 5.21071 16.4142 5.58579C16.7893 5.96086 17 6.46957 17 7V10.5585C17 11.0884 16.7897 11.5966 16.4153 11.9716L9.92534 18.4718Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M21 8V11.7974C21 12.3278 20.7893 12.8365 20.4142 13.2116L14.752 18.8738",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_11341_315267",children:t.jsx("rect",{width:"24",height:"24",fill:"white"})})})]}));dt.tags=["collection","tags","label","organize"];const O4=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M8.852 10.448h2.037A1.11 1.11 0 0012 9.338V3.41a1.11 1.11 0 00-1.111-1.11H3.11A1.11 1.11 0 002 3.41v5.926a1.11 1.11 0 001.111 1.111h2.037L7 12.3l1.852-1.852z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),W4=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M11.881 10.107H8.334l-2.796 2.229h-.009a.23.23 0 01-.3-.034.227.227 0 01-.05-.141v-2.07H3.5a.839.839 0 01-.835-.844v0-5.843a.827.827 0 01.827-.843h8.347-.009a.825.825 0 01.835.826V9.23c0 .459-.376.835-.835.835h-.008l.058.042zM5.204 5.103h5.008M5.204 7.607h3.339",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),ut=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.9 12.8A5.9 5.9 0 106.9 1a5.9 5.9 0 000 11.8z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.617 5.617l3.792-1.56v0a.257.257 0 01.335.334L8.183 8.183",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.183 8.183L5.618 5.617 4.057 9.41v0a.257.257 0 00.335.335l3.791-1.561z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));ut.tags=["guide"];const P4=s(({className:e,...r})=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"103",height:"102",fill:"none",viewBox:"0 0 103 102",className:h.default("h-[102px] w-[103px]",e),...r,children:[t.jsx("circle",{cx:"51.5",cy:"51",r:"51",fill:"#F0F2F4"}),t.jsx("path",{fill:"#222324",d:"M42.424 65.769A2 2 0 0144.41 64h15.18a2 2 0 011.986 1.769l1.164 10A2 2 0 0160.754 78H43.246a2 2 0 01-1.986-2.231l1.164-10z"}),t.jsx("rect",{width:"55.151",height:"41.758",x:"24",y:"26",fill:"#222324",rx:"4"}),t.jsx("rect",{width:"50.424",height:"37.03",x:"26.363",y:"28.363",fill:"#28A0E2",rx:"3"})]})),ht=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M3.014 9.333A1.264 1.264 0 011.75 8.07V3.014c0-.698.566-1.264 1.264-1.264H8.07c.697 0 1.263.566 1.263 1.264",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M10.986 12.25H5.93a1.264 1.264 0 01-1.263-1.264V5.93c0-.697.566-1.263 1.264-1.263h5.056c.697 0 1.263.566 1.263 1.264v5.056c0 .697-.566 1.263-1.264 1.263v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));ht.tags=["duplicate"];const ft=s(e=>t.jsx("svg",{viewBox:"0 0 24 21",width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsxs("g",{stroke:"currentColor",strokeWidth:1.286,strokeLinecap:"round",strokeLinejoin:"round",children:[t.jsx("path",{d:"M20.844 11.35l-.906-5.435a2.085 2.085 0 00-1.714-1.714l-5.435-.906a2.085 2.085 0 00-1.816.582l-8.024 8.024a2.085 2.085 0 000 2.95l6.34 6.34a2.085 2.085 0 002.95 0l8.023-8.024a2.083 2.083 0 00.582-1.817v0z"}),t.jsx("path",{clipRule:"evenodd",d:"M14.743 11.271a1.877 1.877 0 110-3.753 1.877 1.877 0 010 3.753z"})]})}));ft.tags=["voucher","tags"];const pt=s(e=>t.jsxs("svg",{width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M13 11.5V15.5",stroke:"#222324",strokeWidth:"1.3",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11 13.5H15",stroke:"#222324",strokeWidth:"1.3",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("rect",{x:"2.5",y:"3.5",width:"5",height:"12",rx:"1",stroke:"#222324",strokeWidth:"1.3",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M15.5 9.5V4.5C15.5 3.94772 15.0523 3.5 14.5 3.5H13H11.5C10.9477 3.5 10.5 3.94772 10.5 4.5V9.5",stroke:"#222324",strokeWidth:"1.3",strokeLinecap:"round",strokeLinejoin:"round"})]}));pt.tags=["column customization","table"];const gt=s(e=>t.jsxs("svg",{viewBox:"0 0 20 15",width:20,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M14.9804 8.95671C16.0791 8.95671 16.9697 8.0661 16.9697 6.96748C16.9697 5.86886 16.0791 4.97825 14.9804 4.97825C13.8818 4.97825 12.9912 5.86886 12.9912 6.96748C12.9912 8.0661 13.8818 8.95671 14.9804 8.95671Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M13.6536 14.3996H18.9582C18.3983 12.2042 16.1648 10.8784 13.9695 11.4383C13.6113 11.5296 13.2671 11.669 12.9463 11.8525",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M10.7251 14.3996C10.7251 11.714 8.54809 9.53699 5.86257 9.53699C3.17704 9.53699 1 11.714 1 14.3996H10.7251Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.81279 6.74647C7.39969 6.74647 8.68613 5.46004 8.68613 3.87314C8.68613 2.28624 7.39969 0.999802 5.81279 0.999802C4.22589 0.999802 2.93945 2.28624 2.93945 3.87314C2.93945 5.46004 4.22589 6.74647 5.81279 6.74647Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));gt.tags=["user"];const q4=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M2.867 11.07c0 .488.418.887.95.887h10.92c.522 0 .95-.399.95-.887V6.28a.47.47 0 00-.485-.443.474.474 0 00-.313.107L11.869 8.4 9.381 5.687a.504.504 0 00-.674-.054.249.249 0 00-.057.045L6.162 8.383l-2.516-2.35v-.001a.503.503 0 00-.674-.01.403.403 0 00-.143.311l.038 4.737z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})})),U4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M8.08 4.525L6.9 8.065M11.846 10.117v0a8.262 8.262 0 00-9.892 0",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.072 2.728a5.9 5.9 0 11-8.344 8.344 5.9 5.9 0 018.344-8.344",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),wt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M12.25 10.375v2.25H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M12.25 12.625L9.725 10.1a1.126 1.126 0 00-1.118-.282l-2.857.763a1.125 1.125 0 01-1.086-.291L1.75 7.373M2.574 5.87A3.75 3.75 0 118.5 8.127",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7 3.627H5.983a.671.671 0 00-.25 1.294l1.032.412a.671.671 0 01-.25 1.294H5.5M6.25 3.627v-.375M6.25 7.002v-.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));wt.tags=["money","refund","return payment","dollar"];const Z4=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M1.008 6.006v5.863M12 11.136a2.2 2.2 0 00-2.199-2.198H7.053a2.2 2.2 0 00-2.198-2.199H1v4.397h11zM4.855 8.938h2.749M10.906 1.625V1M11.843 1.625h-1.275a.839.839 0 00-.843.837.84.84 0 00.525.775l1.29.513-.007-.006a.834.834 0 01.463 1.087.852.852 0 01-.781.525H9.937M10.906 6v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),kt=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e,children:[t.jsx("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),t.jsx("path",{fill:"#0079BE",fillRule:"evenodd",d:"M15.839 19.3h2.596c4.052 0 7.282-3.215 7.408-7.187v-.063c-.063-4.034-3.356-7.312-7.408-7.25h-2.913c-3.862.127-6.902 3.405-6.775 7.314 0 3.908 3.166 7.123 7.092 7.186zm-5.826-7.25c0-3.278 2.723-5.988 6.016-5.988 3.292 0 6.015 2.71 6.015 5.988 0 3.278-2.723 5.99-6.015 5.99-3.293 0-6.016-2.711-6.016-5.99zm6.966 4.035V8.079c2.216.567 3.609 2.774 3.039 4.98a4.114 4.114 0 01-3.04 3.026zm-4.876-5.043a4.142 4.142 0 002.976 5.043V8.079a4.155 4.155 0 00-2.976 2.963z",clipRule:"evenodd"})]}));kt.tags=["cc","credit card"];const vt=s(e=>t.jsx("svg",{viewBox:"0 0 14 13",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7 12A5 5 0 107 2a5 5 0 000 10zM3.465 10.535l7.07-7.07",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));vt.tags=["stop"];const mt=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e,children:[t.jsx("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),t.jsx("path",{fill:"#FD6020",d:"M14 23l19-5.75V20a3 3 0 01-3 3H14z"}),t.jsx("path",{fill:"#000",fillRule:"evenodd",d:"M29.394 9.11c1.045 0 1.62.484 1.62 1.398.052.698-.418 1.29-1.045 1.397l1.41 1.988h-1.097l-1.202-1.935h-.104v1.934h-.889V9.111h1.307zm-.418 2.204h.26c.576 0 .837-.269.837-.752 0-.43-.261-.699-.836-.699h-.261v1.45zm-3.973 2.579h2.51v-.806h-1.621v-1.29h1.568v-.806h-1.568V9.917h1.62V9.11h-2.509v4.781zm-2.613-1.559l-1.202-3.223h-.94L22.18 14h.47l1.934-4.89h-.94l-1.255 3.225zm-10.61-.805c0 1.343 1.046 2.471 2.352 2.471.418 0 .784-.107 1.15-.269v-1.074c-.261.322-.627.537-1.045.537-.836 0-1.516-.645-1.516-1.504v-.108a1.591 1.591 0 011.464-1.665c.418 0 .836.215 1.097.537V9.379c-.313-.214-.732-.268-1.097-.268-1.36-.108-2.405 1.02-2.405 2.418zm-1.62-.591c-.522-.215-.68-.323-.68-.591.053-.323.314-.591.628-.538.261 0 .523.161.732.376l.47-.644c-.366-.323-.836-.538-1.306-.538-.732-.053-1.36.538-1.412 1.29v.054c0 .644.262 1.02 1.098 1.289.209.054.418.161.627.269a.568.568 0 01.261.483c0 .376-.313.699-.627.699H9.9c-.418 0-.784-.269-.94-.645l-.576.59c.314.592.941.914 1.568.914.836.054 1.516-.59 1.568-1.45v-.162c-.052-.644-.313-.967-1.359-1.396zM7.13 13.892h.888V9.111H7.13v4.781zM3 9.111h1.567c1.255.054 2.248 1.128 2.196 2.418 0 .698-.314 1.343-.836 1.826-.47.376-1.045.591-1.62.538H3V9.11zm1.15 3.976c.418.053.888-.108 1.202-.377.313-.322.47-.752.47-1.235 0-.43-.157-.86-.47-1.182-.314-.269-.784-.43-1.202-.376h-.262v3.17h.262z",clipRule:"evenodd"}),t.jsx("path",{fill:"#FD6020",fillRule:"evenodd",d:"M17.948 9c-1.306 0-2.404 1.075-2.404 2.471 0 1.344 1.045 2.472 2.404 2.526 1.359.053 2.404-1.075 2.457-2.472C20.352 10.128 19.307 9 17.948 9z",clipRule:"evenodd"})]}));mt.tags=["cc","credit card"];const Y4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M13.253 6.614L8.024 1.386a.545.545 0 00-.771 0L2.024 6.614a.545.545 0 000 .772l5.229 5.228a.546.546 0 00.771 0l5.229-5.228a.545.545 0 000-.772zM7.651 4.286v3.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.644 9.196a.127.127 0 00-.131.136c0 .07.06.13.136.13a.134.134 0 00.126-.141l-.006-.005c-.005-.077-.065-.137-.136-.137M7.651 9.195h-.005",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),Ct=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:19,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M12.166 3.5l-7.333 7.333L1.5 7.5M18.167 3.5l-7.333 7.333-1.667-1.666",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Ct.tags=["doublecheck","forms","questionnaire"];const te=s(e=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e,children:t.jsx("path",{d:"M10 6L7.184 8.816v0a.26.26 0 01-.368 0L4 6",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));te.tags=["collapse","fold"];const Lt=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7.04 9.36V1.1M10.58 5.82L7.04 9.36 3.5 5.82M3.5 12.9h7.08",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Lt.tags=["arrow"];const xt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M8.358 6.66L7 8.02 5.643 6.66",fill:"currentColor"}),t.jsx("path",{d:"M8.358 6.66L7 8.02 5.643 6.66h2.715z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.444 1.5H4.556A3.056 3.056 0 001.5 4.556v4.888A3.056 3.056 0 004.556 12.5h4.888A3.056 3.056 0 0012.5 9.444V4.556A3.056 3.056 0 009.444 1.5z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));xt.tags=["dropdown","forms","questionnaire"];const yt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"0.8",d:"M9.745 2.203a.687.687 0 000 .972l2.004 2.003a.687.687 0 10.972-.972l-2.004-2.003a.688.688 0 00-.972 0z"}),t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"0.8",d:"M7.801 2.202a.687.687 0 000 .973l3.949 3.948a.687.687 0 10.972-.974L8.775 2.202a.688.688 0 00-.974 0zM2.812 9.137a.688.688 0 01.972 0l2.004 2.003a.688.688 0 01-.973.972L2.812 10.11a.687.687 0 010-.972z"}),t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"0.8",d:"M2.812 7.192a.688.688 0 01.972 0l3.948 3.948a.688.688 0 11-.973.973L2.812 8.166a.688.688 0 010-.974z"}),t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"0.8",d:"M9.289 4.663L5.27 8.68l.973.972 4.017-4.017-.972-.972z"})]}));yt.tags=["weight","exercise","gym"];const bt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M3.111 9.222h-.309A.803.803 0 012 8.42V2.802C2 2.36 2.36 2 2.802 2H8.42c.444 0 .803.36.803.802v.31",stroke:"currentColor",strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.197 12H5.58a.803.803 0 01-.803-.802V5.58c0-.443.36-.802.803-.802h5.617c.443 0 .803.36.803.802v5.617c0 .444-.36.803-.803.803z",stroke:"currentColor",strokeMiterlimit:10}),t.jsx("path",{d:"M8.389 7v2.778M9.778 8.389H7",stroke:"currentColor",strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"})]}));bt.tags=["copy"];const Mt=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M3.398 3.044C3.734 4.983 4.915 6.311 7 6.984c2.086-.673 3.266-2.001 3.602-3.94A.906.906 0 009.702 2H4.298a.906.906 0 00-.9 1.044v0zM4.299 11.969a.905.905 0 01-.9-1.044C3.733 8.987 4.914 7.66 7 6.985c2.086.674 3.266 2.002 3.602 3.94a.905.905 0 01-.9 1.044H4.298z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Mt.tags=["hour glass","time"];const Et=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M10.268 5.813l-2.081-2.08M3.849 12H2v-1.849c0-.15.06-.295.167-.402l7.582-7.582a.568.568 0 01.804 0l1.28 1.28a.568.568 0 010 .804L4.25 11.833a.567.567 0 01-.402.167v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Et.tags=["pencil"];const It=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M11.214 6.88a.987.987 0 111.396 1.395l-3.312 3.31a.573.573 0 01-.405.168H7.737v-1.156c0-.152.06-.298.168-.406l3.31-3.312v0zM4.295 4.868h4.59M4.295 7.163h2.868M11.879 9.01l-1.4-1.4M11.179 4.868v-1.72c0-.635-.514-1.148-1.148-1.148H3.147C2.513 2 2 2.513 2 3.147v7.458c0 .634.513 1.147 1.147 1.147h2.295",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));It.tags=["pencil"];const At=s(e=>t.jsx("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:t.jsx("path",{d:"M13.5 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM3.5 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM8.5 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z",fill:"#222324"})}));At.tags=["three","dots"];const Ht=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M11.8 8.4V3.767M7.617 10.946H2.8a1.8 1.8 0 01-1.8-1.8v-5.38",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.282 6.756L1.65 4.844A1.22 1.22 0 011 3.765v-.02a1.2 1.2 0 011.2-1.2h8.38c.674 0 1.22.547 1.22 1.22v.012a1.2 1.2 0 01-.64 1.062L7.517 6.757a2.4 2.4 0 01-2.236 0zM12.21 8.739a2.715 2.715 0 010 3.83c-1.032 1.035-2.786 1.035-3.82 0a2.714 2.714 0 01.002-3.83 2.694 2.694 0 013.818 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.351 10.137l-1.313 1.313-.787-.788",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Ht.tags=["opt-in","optin","forms","questionnaire"];const _4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M2.295 3h9.41c.577 0 1.045.468 1.045 1.046v6.795c0 .578-.468 1.045-1.045 1.045h-9.41a1.045 1.045 0 01-1.045-1.045V4.046C1.25 3.468 1.718 3 2.295 3v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M1.326 3.658l4.916 3.516c.444.317 1.04.318 1.485.001l4.944-3.526",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),Nt=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M15.441 4.094v5.292M16.2 13.928h-4.543M14.685 12.414l1.515 1.514-1.514 1.514M8.628 12.414H4.085A1.514 1.514 0 012.571 10.9V4.094",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M4.094 2.572h9.826a1.523 1.523 0 01.854 2.782l-4.056 2.749c-1.033.7-2.39.7-3.423 0L3.24 5.355a1.523 1.523 0 01-.669-1.26v0c0-.842.682-1.523 1.523-1.523z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})]}));Nt.tags=["email","resend","confirmation","waiver","receipt","reciept"];const jt=s(e=>t.jsxs("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:[t.jsx("rect",{x:2,y:2,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("rect",{x:2,y:8,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.667 4h4M7.667 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));jt.tags=["available"];const G4=s(({className:e,...r})=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"103",height:"102",fill:"none",viewBox:"0 0 103 102",className:h.default("h-[102px] w-[103px]",e),...r,children:[t.jsx("circle",{cx:"51.5",cy:"51",r:"51",fill:"#F0F2F4"}),t.jsxs("mask",{id:"path-2-outside-1_3545_71298",width:"27",height:"25",x:"28.5",y:"38.499",fill:"#000",maskUnits:"userSpaceOnUse",children:[t.jsx("path",{fill:"#fff",d:"M28.5 38.499H55.5V63.499H28.5z"}),t.jsx("path",{fillRule:"evenodd",d:"M29.5 43.513v1.173h6.888l2.37 2.843h2.646v-8.03H33.6c-2.264 0-4.099 1.798-4.099 4.014zm16.43 7.215h8.2v-5.24h-6.497l-1.702 2.04v3.2zm8.2 6.044h-6.497l-1.702-2.04v-3.198h8.2v5.238zm-11.9 5.99V54.73h2.648l2.368 2.844h6.888v1.17c0 2.22-1.835 4.017-4.099 4.017H42.23zm-4.531-11.228v3.198l-1.702 2.04H29.5v-5.238h8.199zM29.5 45.488h6.497l1.702 2.04v3.2H29.5v-5.24zm15.377 2.04l2.369-2.842h6.888v-1.173c0-2.216-1.835-4.014-4.099-4.014H42.23v8.03H44.877zm-8.49 10.046l2.37-2.844h2.647v8.031H33.6c-2.264 0-4.099-1.798-4.099-4.016v-1.171h6.888z",clipRule:"evenodd"})]}),t.jsx("path",{fill:"#fff",fillRule:"evenodd",d:"M29.5 43.513v1.173h6.888l2.37 2.843h2.646v-8.03H33.6c-2.264 0-4.099 1.798-4.099 4.014zm16.43 7.215h8.2v-5.24h-6.497l-1.702 2.04v3.2zm8.2 6.044h-6.497l-1.702-2.04v-3.198h8.2v5.238zm-11.9 5.99V54.73h2.648l2.368 2.844h6.888v1.17c0 2.22-1.835 4.017-4.099 4.017H42.23zm-4.531-11.228v3.198l-1.702 2.04H29.5v-5.238h8.199zM29.5 45.488h6.497l1.702 2.04v3.2H29.5v-5.24zm15.377 2.04l2.369-2.842h6.888v-1.173c0-2.216-1.835-4.014-4.099-4.014H42.23v8.03H44.877zm-8.49 10.046l2.37-2.844h2.647v8.031H33.6c-2.264 0-4.099-1.798-4.099-4.016v-1.171h6.888z",clipRule:"evenodd"}),t.jsx("path",{fill:"#333743",d:"M29.5 44.686h-.7v.7h.7v-.7zm6.888 0l.537-.448-.21-.252h-.327v.7zm2.37 2.843l-.538.448.21.252h.327v-.7zm2.646 0v.7h.7v-.7h-.7zm0-8.03h.7v-.7h-.7v.7zm12.727 11.229v.7h.7v-.7h-.7zm-8.2 0h-.7v.7h.7v-.7zm8.2-5.24h.7v-.7h-.7v.7zm-6.498 0v-.7h-.328l-.21.251.538.449zm-1.702 2.04l-.538-.449-.162.195v.254h.7zm1.702 9.244l-.538.449.21.251h.328v-.7zm6.497 0v.7h.7v-.7h-.7zm-8.2-2.04h-.7v.254l.163.195.538-.449zm0-3.198v-.7h-.7v.7h.7zm8.2 0h.7v-.7h-.7v.7zm-11.9 3.196v-.7h-.7v.7h.7zm0 8.031h-.7v.7h.7v-.7zm2.648-8.03l.537-.449-.21-.252h-.328v.7zm2.368 2.843l-.538.448.21.252h.328v-.7zm6.888 0h.7v-.7h-.7v.7zM37.7 54.732l.538.449.162-.195v-.254h-.7zm0-3.198h.7v-.7h-.7v.7zm-1.702 5.238v.7h.327l.21-.251-.537-.449zm-6.497 0h-.7v.7h.7v-.7zm0-5.238v-.7h-.7v.7h.7zm6.497-6.046l.537-.449-.21-.251h-.327v.7zm-6.497 0v-.7h-.7v.7h.7zm8.199 2.04h.7v-.254l-.163-.195-.537.449zm0 3.2v.7h.7v-.7h-.7zm-8.199 0h-.7v.7h.7v-.7zm17.746-6.042v-.7h-.328l-.21.252.538.448zm-2.369 2.843v.7h.328l.21-.252-.538-.448zm9.257-2.843v.7h.7v-.7h-.7zM42.23 39.5v-.7h-.7v.7h.7zm0 8.03h-.7v.7h.7v-.7zm2.475 0v.7-.7zm-5.948 7.201v-.7h-.327l-.21.252.537.448zm-2.37 2.844v.7h.328l.21-.252-.537-.448zm5.017-2.844h.7v-.7h-.7v.7zm0 8.031v.7h.7v-.7h-.7zM29.5 57.573v-.7h-.7v.7h.7zm.7-12.887v-1.173h-1.4v1.173h1.4zm6.188-.7H29.5v1.4h6.888v-1.4zm2.907 3.094l-2.37-2.842-1.075.897 2.37 2.842 1.075-.897zm2.11-.251h-2.648v1.4h2.647v-1.4zm-.7-7.33v8.03h1.4v-8.03h-1.4zm-7.106.7h7.805v-1.4H33.6v1.4zM30.2 43.513c0-1.816 1.508-3.314 3.4-3.314v-1.4c-2.638 0-4.8 2.097-4.8 4.714h1.4zm23.93 6.515h-8.2v1.4h8.2v-1.4zm-.7-4.54v5.24h1.4v-5.24h-1.4zm-5.797.7h6.498v-1.4h-6.498v1.4zm-1.165 1.788l1.702-2.04-1.075-.897-1.702 2.04 1.075.897zm.163 2.752v-3.2h-1.4v3.2h1.4zm1.002 6.744h6.497v-1.4h-6.497v1.4zm-2.24-2.291l1.702 2.04 1.075-.897-1.702-2.04-1.075.897zm-.162-3.647v3.198h1.4v-3.198h-1.4zm8.9-.7h-8.2v1.4h8.2v-1.4zm.7 5.938v-5.238h-1.4v5.238h1.4zM41.53 54.73v8.031h1.4v-8.03h-1.4zm3.347-.7H42.23v1.4h2.648v-1.4zm2.906 3.096l-2.368-2.844-1.075.896 2.368 2.844 1.075-.896zm6.351-.252h-6.888v1.4h6.888v-1.4zm.7 1.87v-1.17h-1.4v1.17h1.4zm-4.799 4.717c2.638 0 4.8-2.098 4.8-4.716h-1.401c0 1.818-1.508 3.316-3.399 3.316v1.4zm-7.805 0h7.805v-1.4H42.23v1.4zm-3.83-8.729v-3.198h-1.401v3.198h1.4zm-1.866 2.489l1.703-2.04-1.076-.898-1.702 2.04 1.075.898zm-7.034.251h6.497v-1.4H29.5v1.4zm-.7-5.938v5.238h1.4v-5.238h-1.4zm8.899-.7H29.5v1.4h8.199v-1.4zm-1.702-6.046H29.5v1.4h6.497v-1.4zm2.24 2.291l-1.703-2.04-1.075.897 1.702 2.04 1.075-.897zm.162 3.649v-3.2H37v3.2h1.4zm-8.899.7h8.199v-1.4H29.5v1.4zm-.7-5.94v5.24h1.4v-5.24h-1.4zm17.908-1.25l-2.368 2.843 1.075.896 2.368-2.843-1.075-.896zm7.426-.252h-6.888v1.4h6.888v-1.4zm-.7-.473v1.173h1.4v-1.173h-1.4zM50.035 40.2c1.892 0 3.4 1.498 3.4 3.314h1.4c0-2.616-2.163-4.714-4.8-4.714v1.4zm-7.805 0h7.805v-1.4H42.23v1.4zm.7 7.33v-8.03h-1.4v8.03h1.4zm1.775-.7H42.23v1.4h2.475v-1.4zm.172 0h-.172v1.4h.172v-1.4zm-6.657 7.453l-2.37 2.843 1.075.897 2.37-2.843-1.075-.897zm3.184-.252h-2.647v1.4h2.647v-1.4zm.7 8.731v-8.03h-1.4v8.03h1.4zm-8.505.7h7.805v-1.4H33.6v1.4zM28.8 58.745c0 2.618 2.162 4.716 4.8 4.716v-1.4c-1.892 0-3.4-1.498-3.4-3.316h-1.4zm0-1.171v1.17h1.4v-1.17h-1.4zm7.588-.7H29.5v1.4h6.888v-1.4z",mask:"url(#path-2-outside-1_3545_71298)"}),t.jsx("path",{fill:"#F3B53A",fillRule:"evenodd",d:"M76.39 45.818c-.538-1.471-1.882-4.028-2.304-4.378-.614-.526-1.804-.42-2.303.175-.5.665-.461.91.383 2.521 1.306 2.382 1.805 4.028 2.074 6.654.345 3.152-.346 6.374-1.958 9.386-.384.7-.73 1.401-.807 1.576-.23.63.346 1.471 1.075 1.681 1.114.315 1.92-.455 3.033-2.872 2.266-4.762 2.496-9.91.807-14.743zm-9.291-1.926c-.5 0-.653.07-1.037.385-.73.63-.73.945.153 2.556 1.997 3.678 1.959 7.285-.076 11.032-.538 1.016-.653 1.331-.615 1.611.115.455.5.91.96 1.086.192.07.576.14.768.105.73-.105 1.075-.455 1.805-1.786 1.266-2.347 1.727-4.063 1.727-6.584 0-2.452-.46-4.378-1.65-6.584-.73-1.436-1.19-1.821-2.035-1.821zm-7.145 4.342c-.23-.7.384-1.576 1.267-1.716.73-.105 1.23.175 1.92 1.12a8.01 8.01 0 010 9.247c-.69.98-1.459 1.33-2.265 1.015-.384-.14-.806-.595-.921-.98-.154-.42-.039-.771.537-1.611.73-1.086.883-1.646.883-3.047 0-1.401-.154-1.962-.883-3.047l-.122-.202c-.195-.322-.384-.634-.415-.779z",clipRule:"evenodd"})]})),Tt=s(e=>t.jsx("svg",{viewBox:"0 0 14 12",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7.834 9.98a1.557 1.557 0 112.55-1.67.39.39 0 00.64.133l1.215-1.215a.779.779 0 000-1.101L10.993 4.88a1.557 1.557 0 10-1.91-1.907L7.836 1.728a.779.779 0 00-1.101 0L5.607 2.856a.39.39 0 00.06.6A1.557 1.557 0 113.51 5.614a.39.39 0 00-.6-.06L1.777 6.677a.779.779 0 000 1.1l4.404 4.405a.779.779 0 001.101 0L8.5 10.966a.39.39 0 00-.134-.638 1.54 1.54 0 01-.531-.348z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Tt.tags=["inventory"];const zt=s(e=>t.jsxs("svg",{viewBox:"2 4 20 16",width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M11.8146 16.3548C10.9393 15.4796 10.9393 14.0605 11.8146 13.1852C12.6899 12.3099 14.109 12.3099 14.9843 13.1852C15.2032 13.4024 15.3742 13.6631 15.4862 13.9504C15.5987 14.2386 15.9236 14.381 16.2118 14.2685C16.2843 14.2402 16.3501 14.1971 16.405 14.142L18.1539 12.3931C18.5913 11.9555 18.5913 11.2463 18.1539 10.8088L16.3613 9.01612C17.5558 8.69271 18.2621 7.46215 17.9386 6.26757C17.6152 5.07299 16.3847 4.36677 15.1901 4.69019C14.4201 4.89866 13.819 5.50076 13.6118 6.2711L11.8191 4.47843C11.3816 4.04104 10.6723 4.04104 10.2348 4.47843L8.61022 6.10192C8.39136 6.32061 8.39122 6.67531 8.60991 6.89417C8.63666 6.92093 8.66604 6.94492 8.69762 6.96576C9.72918 7.64947 10.0112 9.03998 9.32746 10.0716C8.64375 11.1031 7.25323 11.3851 6.22167 10.7014C5.97169 10.5357 5.75751 10.3215 5.59182 10.0716C5.4214 9.81333 5.07391 9.74215 4.81568 9.91257C4.78411 9.93341 4.75472 9.9574 4.72798 9.98416L3.10002 11.6009C2.66263 12.0384 2.66263 12.7477 3.10002 13.1852L9.43821 19.5234C9.87573 19.9608 10.585 19.9608 11.0225 19.5234L12.7714 17.7733C12.9902 17.5545 12.9902 17.1998 12.7714 16.981C12.7169 16.9265 12.6517 16.8838 12.5799 16.8557C12.2927 16.7437 12.0321 16.5732 11.8146 16.3548Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M20.0328 16.8691H15.1685",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M18.8096 14.4512L21.2285 16.8701L18.8096 19.2889",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));zt.tags=["inventory","equipment checkout"];const Bt=s(e=>t.jsxs("svg",{viewBox:"2 3 20 18",width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M14.3869 16.8138C13.5116 15.9386 13.5116 14.5195 14.3869 13.6442C15.2622 12.7689 16.6813 12.7689 17.5565 13.6442C17.7755 13.8614 17.9465 14.1221 18.0585 14.4094C18.171 14.6976 18.4959 14.84 18.7841 14.7275C18.8565 14.6992 18.9223 14.6561 18.9772 14.601L20.7262 12.852C21.1636 12.4145 21.1636 11.7053 20.7262 11.2678L18.9335 9.4751C20.1281 9.1517 20.8343 7.92113 20.5109 6.72655C20.1875 5.53198 18.9569 4.82576 17.7624 5.14918C16.9924 5.35764 16.3912 5.95974 16.184 6.73008L14.3914 4.93742C13.9538 4.50003 13.2446 4.50003 12.8071 4.93742L11.1825 6.5609C10.9636 6.77959 10.9635 7.13429 11.1822 7.35316C11.2089 7.37992 11.2383 7.4039 11.2699 7.42474C12.3014 8.10846 12.5834 9.49897 11.8997 10.5305C11.216 11.5621 9.8255 11.8441 8.79393 11.1604C8.54395 10.9947 8.32977 10.7805 8.16409 10.5305C7.99366 10.2723 7.64617 10.2011 7.38795 10.3716C7.35637 10.3924 7.32699 10.4164 7.30025 10.4431L5.67228 12.0599C5.23489 12.4974 5.23489 13.2067 5.67228 13.6442L12.0105 19.9824C12.448 20.4198 13.1572 20.4198 13.5947 19.9824L15.3437 18.2323C15.5625 18.0135 15.5624 17.6588 15.3437 17.44C15.2891 17.3855 15.2239 17.3428 15.1521 17.3147C14.865 17.2027 14.6044 17.0321 14.3869 16.8138Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M4.14107 6.10742H9.00537",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.36426 3.68945L2.94537 6.10834L5.36426 8.52723",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Bt.tags=["inventory","equipment return"];const K4=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M8.188 6.37l-.282-.797L5.515 2.38l.43-.106 4.122 3.562 2.426-.694c.285-.074.609-.09.856-.088a6.998 6.998 0 00-12.941.598 6.962 6.962 0 00-.329 3.394l5.812-2.019 2.297-.655zM13.604 5.683a3.74 3.74 0 01-.836.419l-2.432.693-1.622 5.206-.421.137.342-3.976-.191-.826-2.279.65L.144 9.403a6.998 6.998 0 1013.46-3.72z",fill:"#072F54"}),t.jsx("path",{d:"M8.444 7.337l.192.825-.343 3.975.42-.136 1.623-5.205 2.431-.694c.31-.1.624-.282.837-.419a7.071 7.071 0 00-.255-.63 3.556 3.556 0 00-.856.088l-2.426.695-4.123-3.564-.43.107 2.391 3.194.283.797-2.297.657L.08 9.044c.018.12.039.24.063.36l6.023-1.417 2.278-.65z",fill:"#FBC108"})]})),Vt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsxs("g",{clipPath:"url(#prefix__clip0_196_67)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:[t.jsx("path",{d:"M5.14 12.48h-.006c3.017 1.217 6.455-.248 7.68-3.272A5.9 5.9 0 009.55 1.53a5.915 5.915 0 00-7.695 7.687"}),t.jsx("path",{d:"M8.987 8.272l.003-2.903-2.903.003M8.989 5.37l-5.81 5.81"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"prefix__clip0_196_67",children:t.jsx("path",{fill:"#fff",d:"M0 0h14v14H0z"})})})]}));Vt.tags=["arrow"];const St=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M8.393 5.6a1.97 1.97 0 010 2.782 1.97 1.97 0 01-2.783 0 1.967 1.967 0 112.783-2.783z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M1.1 6.989c0-.432.1-.86.293-1.254C2.386 3.705 4.581 2.4 7.001 2.4c2.42 0 4.614 1.305 5.607 3.335.193.394.293.822.293 1.254 0 .432-.1.86-.293 1.253-.993 2.03-3.188 3.336-5.607 3.336-2.42 0-4.615-1.305-5.608-3.336a2.85 2.85 0 01-.292-1.253z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));St.tags=["view","visible"];const Q4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7 11.578a4.552 4.552 0 01-1.64-.325M12.824 7.296C11.584 9.59 9.292 11.578 7 11.578M11.642 4.97c.453.53.855 1.109 1.182 1.713a.647.647 0 010 .613M2.412 11.578L11.59 2.4M5.541 8.449a2.065 2.065 0 012.92-2.92",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M10.307 3.682C9.293 2.897 8.147 2.4 7.001 2.4c-2.292 0-4.583 1.988-5.823 4.283a.647.647 0 000 .613c.62 1.146 1.502 2.216 2.516 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),Dt=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7.3 15.75V9.415H5.625v-2.28H7.3V5.187c0-1.531.99-2.937 3.27-2.937.922 0 1.605.088 1.605.088l-.054 2.13s-.696-.006-1.456-.006c-.822 0-.953.378-.953 1.007v1.666h2.475l-.108 2.28H9.712v6.335H7.3z",fill:"#000"})}));Dt.tags=["logo","social media"];const Ft=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.9 1a5.9 5.9 0 100 11.8A5.9 5.9 0 006.9 1v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.105 4.72H5.1c.066-.006.128.056.128.123a.134.134 0 01-.128.128c-.072 0-.129-.062-.134-.128a.127.127 0 01.123-.134M8.696 4.72H8.69a.127.127 0 00-.129.128c0 .066.057.128.129.123.066-.005.128-.062.123-.134a.13.13 0 00-.128-.128M3.565 8.696h6.67",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Ft.tags=["smiley","emoji"];const Ot=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.9 1a5.9 5.9 0 100 11.8A5.9 5.9 0 006.9 1v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M4.078 5.746h-.005c.067-.006.128.056.128.123a.134.134 0 01-.128.128c-.072 0-.128-.062-.133-.128a.127.127 0 01.123-.134M9.722 5.746h-.005a.127.127 0 00-.128.128c0 .067.056.128.128.123.067-.005.128-.062.123-.133a.13.13 0 00-.128-.129M4.592 10.491a2.306 2.306 0 114.612-.01",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Ot.tags=["smiley","emoji"];const Wt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M4.077 5.843h-.005c.067-.005.128.058.128.126s-.061.13-.128.13c-.072 0-.128-.062-.133-.13a.129.129 0 01.123-.136M9.722 5.843h-.005a.128.128 0 00-.128.13c0 .069.056.132.128.127.067-.006.128-.063.123-.137a.132.132 0 00-.128-.13M3.822 8.853l-.006-.005c.708 1.733 2.658 2.555 4.361 1.833a3.38 3.38 0 001.796-1.833",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.9 1c-.775 0-1.542.156-2.258.458a5.894 5.894 0 00-1.914 1.306A6.03 6.03 0 001.45 4.717a6.129 6.129 0 000 4.608 6.03 6.03 0 001.28 1.954 5.892 5.892 0 001.913 1.305 5.797 5.797 0 004.516 0 5.892 5.892 0 001.914-1.306 6.03 6.03 0 001.279-1.953 6.128 6.128 0 000-4.608 6.03 6.03 0 00-1.28-1.953 5.893 5.893 0 00-1.913-1.306A5.797 5.797 0 006.9 1v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Wt.tags=["smiley","emoji"];const Pt=s(e=>t.jsxs("svg",{viewBox:"0 0 16 16",width:16,height:16,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10 10.1278H6",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.69396 9.93092C4.50996 9.09425 3.79996 7.63358 4.04996 6.02558C4.32062 4.28758 5.76929 2.90025 7.51663 2.69558C9.94196 2.41092 12 4.29892 12 6.66692C12 8.01692 11.3293 9.20825 10.3046 9.93225C10.1206 10.0622 9.99996 10.2636 9.99996 10.4889V12.3336C9.99996 13.2542 9.25396 14.0002 8.33329 14.0002H7.66663C6.74596 14.0002 5.99996 13.2542 5.99996 12.3336V10.4916C5.99996 10.2642 5.87863 10.0616 5.69396 9.93092Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M13.332 3.33366L14.1274 2.53833",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M2.66643 10.0002L1.87109 10.7956",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M3.3383 2.66692L2.54297 1.87158",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M13.332 10.0002L14.1274 10.7956",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M14 6.66711H15.1247",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M0.875 6.66711L1.99967 6.66778",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6 12.0002H9.91533",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Pt.tags=["light","bulb","idea"];const qt=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M6.107 13.5h5.786M4.662 9h8.679M3.215 4.5h11.571",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})}));qt.tags=["filter","custom reports"];const Ut=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M3.1 12V2.517M10.878 8.122V2.556M3.1 8.111s.487-.404 1.945-.404c1.458 0 2.43.96 3.889.96 1.458 0 1.944-.543 1.944-.543M3.1 2.518S3.588 2 5.046 2c1.458 0 2.43.96 3.889.96 1.458 0 1.944-.404 1.944-.404",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Ut.tags=["organizer"];const Zt=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7.245.869a1 1 0 011.51 0l.933 1.074a1 1 0 00.912.332l1.406-.223a1 1 0 011.156.97l.025 1.423a1 1 0 00.485.84l1.22.733a1 1 0 01.262 1.487l-.896 1.106a1 1 0 00-.168.955l.463 1.346a1 1 0 01-.755 1.307l-1.397.272a1 1 0 00-.743.623l-.51 1.329a1 1 0 01-1.418.516l-1.245-.69a1 1 0 00-.97 0l-1.245.69a1 1 0 01-1.418-.516l-.51-1.329a1 1 0 00-.743-.623l-1.397-.272a1 1 0 01-.755-1.307l.463-1.346a1 1 0 00-.168-.955L.846 7.505a1 1 0 01.262-1.487l1.22-.732a1 1 0 00.485-.84l.025-1.424a1 1 0 011.156-.97l1.406.223a1 1 0 00.912-.332L7.245.87z",fill:"#8A8C91"}),t.jsx("circle",{cx:9.965,cy:8.048,r:1.717,fill:"#fff",stroke:"#fff",strokeWidth:1.529}),t.jsx("path",{d:"M6.187 8.048c0 .617.149 1.2.412 1.715a1.717 1.717 0 010-3.431 3.762 3.762 0 00-.412 1.716z",fill:"#fff",stroke:"#fff",strokeWidth:1.529})]}));Zt.tags=["flex","fee","partnerfee","partner"];const Yt=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("circle",{cx:10.6,cy:9,r:2.4,fill:"currentColor"}),t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.336 10.419A2.39 2.39 0 009.8 9a2.39 2.39 0 00-.464-1.419C8.946 7.93 8.7 8.436 8.7 9c0 .564.246 1.07.636 1.419zm-.75.668A2.892 2.892 0 017.7 9c0-.82.34-1.56.886-2.087a2.4 2.4 0 100 4.174z",fill:"currentColor"}),t.jsx("path",{d:"M14.657 3.343A8 8 0 113.343 14.657 8 8 0 0114.657 3.343",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})]}));Yt.tags=["flex","fee","partnerfee","partner"];const _t=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M2 7.86h.277a.85.85 0 00.59-.235.86.86 0 011.18 0 .86.86 0 001.18 0 .86.86 0 011.18 0 .86.86 0 001.18 0 .86.86 0 011.18 0 .86.86 0 001.18 0 .86.86 0 011.18 0 .85.85 0 00.59.234h.278M7.022 5.75H3.02a.897.897 0 01-.633-.263 1.25 1.25 0 01.102-1.86l.09-.071a7.09 7.09 0 018.862 0l.09.071a1.25 1.25 0 01.103 1.86.895.895 0 01-.634.263H6.998M2 10.125c0-.345.28-.625.625-.625h8.747c.345 0 .625.28.625.625 0 .41-.096.816-.28 1.184A1.251 1.251 0 0110.6 12H3.397a1.25 1.25 0 01-1.118-.69A2.65 2.65 0 012 10.124v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));_t.tags=["burger"];const Gt=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M4.7 2.023v3.465a2.3 2.3 0 002.31 2.298A2.317 2.317 0 009.31 5.465V2M7.01 2.028V13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Gt.tags=["trident"];const X4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{clipRule:"evenodd",d:"M11.444 4.778H2.556A.556.556 0 002 5.333v1.111c0 .307.249.556.556.556h8.888A.556.556 0 0012 6.444v-1.11a.556.556 0 00-.556-.556z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7 12V4.778M9.053 4.006c-.599.624-1.542.771-1.998.771M7.055 4.777s-.274-1.73.4-2.433M9.053 4.006a1.21 1.21 0 000-1.662 1.099 1.099 0 00-1.597 0M4.946 4.006c.6.624 1.542.771 1.999.771M6.944 4.777s.275-1.73-.4-2.433",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M4.947 4.006a1.21 1.21 0 010-1.662 1.099 1.099 0 011.597 0M10.89 7v4.444a.556.556 0 01-.556.556H3.667a.556.556 0 01-.556-.556V7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),J4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7.001 1.1a5.89 5.89 0 015.9 5.9 5.89 5.89 0 01-5.9 5.9M7 12.9A5.89 5.89 0 011.1 7 5.89 5.89 0 017 1.1",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.8 1.795c-1.895 3.163-1.895 7.248 0 10.41a1.386 1.386 0 002.402 0c1.895-3.162 1.895-7.247 0-10.41a1.386 1.386 0 00-2.402 0zM1.1 7h11.8",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),Kt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M5.825 3.297V2.273a.766.766 0 111.53-.01v1.023",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.361 6.368V3.297a.766.766 0 111.53-.01v1.535",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.897 7.136V4.832a.766.766 0 111.53-.01v5.119A2.56 2.56 0 017.868 12.5h-1.71a2.574 2.574 0 01-2.165-1.193c-.885-1.392-1.976-3.675-1.976-3.675a.61.61 0 01.154-.855.607.607 0 01.742.031L4.27 8.395V3.276a.766.766 0 111.53-.01v3.071",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Kt.tags=["cap"];const Qt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M.5 9.994h1.066a1.066 1.066 0 001.066-1.066V4.665a1.065 1.065 0 00-1.066-1.066H.506M13.284 3.6h-1.06a1.066 1.066 0 00-1.066 1.065v4.263a1.065 1.065 0 001.066 1.066h1.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.175 9.112h-.688c-.228 0-.454.05-.662.144l-3.363 1.532M5.811 4.333a1.59 1.59 0 00-1.339-.135l-1.838.663M11.286 4.147L8.987 3.135a1.599 1.599 0 00-1.513.122L5.388 4.609a1.204 1.204 0 00-.154 1.901v0a1.205 1.205 0 001.317.2l1.244-.581",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.794 6.128l.632.573a1.599 1.599 0 01.006 2.364L6.82 10.54a1.599 1.599 0 01-2.153.006L3.56 9.54a1.599 1.599 0 00-.948-.4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Qt.tags=["partner","package","cas","cross account"];const Xt=s(e=>t.jsxs("svg",{width:14,height:14,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.25 11.25C9.1495 11.25 11.5 8.8995 11.5 6C11.5 3.1005 9.1495 0.75 6.25 0.75C3.3505 0.75 1 3.1005 1 6C1 8.8995 3.3505 11.25 6.25 11.25Z",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.24772 8.04195C7.3753 8.04195 8.28939 7.12787 8.28939 6.00028C8.28939 4.8727 7.3753 3.95862 6.24772 3.95862C5.12014 3.95862 4.20605 4.8727 4.20605 6.00028C4.20605 7.12787 5.12014 8.04195 6.24772 8.04195Z",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.69238 4.55626L9.96055 2.28809",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M2.54004 9.71156L4.80811 7.44348",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M4.80821 4.55626L2.54004 2.28809",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.96046 9.71156L7.69238 7.44348",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})]}));Xt.tags=["help","center"];const Jt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M1.949 5.634L7 1.5l5.051 4.134c.284.231.448.579.448.945v4.699c0 .675-.547 1.222-1.222 1.222H2.722A1.222 1.222 0 011.5 11.278V6.58c0-.367.164-.715.449-.946v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.722 12V8.333c0-.675-.547-1.222-1.222-1.222H6.278c-.675 0-1.222.547-1.222 1.222V12",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Jt.tags=["house","pick-up","pickup","location"];const ye=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M12.231 2h-9.13a.435.435 0 00-.435.435v9.13c0 .24.195.435.435.435h9.13c.24 0 .435-.195.435-.435v-9.13A.435.435 0 0012.231 2zM2.666 10.26h10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M2.666 9.665s1.083-2.707 2.436-2.707c1.354 0 2.437 1.625 2.437 1.625l1.63-2.8h-.006a.903.903 0 011.24-.324c.152.086.27.216.352.373l1.911 3.823",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));ye.tags=["photo"];const $4=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7.667 7.068S5.201 9.33 3.93 9.33a2.263 2.263 0 010-4.526c1.272 0 3.738 2.263 3.738 2.263zM7.667 7.068s2.467 2.263 3.736 2.263a2.263 2.263 0 000-4.526c-1.27 0-3.736 2.263-3.736 2.263z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),$t=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M8.998 5.537A3.458 3.458 0 005.535 9a3.458 3.458 0 003.463 3.463A3.458 3.458 0 0012.461 9a3.458 3.458 0 00-3.463-3.463zm0 5.714A2.256 2.256 0 016.748 9c0-1.24 1.01-2.251 2.25-2.251s2.251 1.011 2.251 2.25c0 1.24-1.011 2.252-2.25 2.252zm3.605-6.663a.808.808 0 100 1.617.807.807 0 00.573-1.38.807.807 0 00-.573-.237zM15.75 9c0-.932.009-1.856-.044-2.786-.052-1.081-.299-2.04-1.089-2.83-.792-.792-1.75-1.037-2.83-1.09-.932-.052-1.856-.043-2.786-.043-.932 0-1.856-.009-2.786.043-1.081.053-2.04.3-2.83 1.09-.792.792-1.037 1.749-1.09 2.83-.052.932-.043 1.855-.043 2.786 0 .93-.009 1.856.043 2.786.053 1.08.3 2.04 1.09 2.83.792.792 1.749 1.037 2.83 1.09.932.052 1.855.043 2.786.043.932 0 1.856.009 2.786-.044 1.08-.052 2.04-.299 2.83-1.089.792-.792 1.037-1.75 1.09-2.83.053-.93.043-1.854.043-2.786zm-1.486 3.982a2.146 2.146 0 01-.51.773 2.159 2.159 0 01-.773.51c-.888.353-2.997.274-3.982.274-.984 0-3.095.079-3.983-.272a2.145 2.145 0 01-.774-.51 2.16 2.16 0 01-.51-.774c-.35-.89-.271-2.999-.271-3.983 0-.985-.08-3.095.271-3.984.124-.307.272-.537.51-.773s.466-.387.774-.51c.888-.351 2.999-.272 3.983-.272.985 0 3.095-.08 3.984.272.307.123.537.272.773.51.238.238.387.466.51.773.351.889.272 3 .272 3.984s.08 3.093-.274 3.982z",fill:"#000"})}));$t.tags=["logo","social media"];const Rt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M11.124 12.022a.479.479 0 01-.477.478H3.478A.48.48 0 013 12.018v0V1.986a.474.474 0 01.473-.487h4.58-.004a.461.461 0 01.339.139l2.584 2.589-.005-.005c.086.086.138.21.138.334l.02 7.465z",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.259 1.558v2.345c0 .262.21.473.477.473h2.346",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.906 5.625V5M7.843 5.625H6.568a.839.839 0 00-.843.838.84.84 0 00.525.774l1.29.513-.007-.006a.834.834 0 01.463 1.087.852.852 0 01-.781.525H5.937M6.906 10v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Rt.tags=["money"];const e2=s(e=>t.jsxs("svg",{viewBox:"0 0 24 24",width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsxs("g",{clipPath:"url(#clip0_14983_75633)",stroke:"currentColor",strokeWidth:"1.125",strokeLinecap:"round",strokeLinejoin:"round",children:[t.jsx("path",{d:"M5 16H7"}),t.jsx("path",{d:"M13 19H4C2.895 19 2 18.105 2 17V7.569C2 7.299 2.055 7.031 2.161 6.783L3.259 4.214C3.574 3.478 4.297 3 5.098 3H14.902C15.703 3 16.426 3.478 16.741 4.214L17.839 6.783C17.945 7.032 18 7.299 18 7.569V11.1"}),t.jsx("path",{d:"M10 3V7.44"}),t.jsx("path",{d:"M17.99 7.43994H2"}),t.jsx("path",{d:"M20.5355 12.4645C22.4882 14.4171 22.4882 17.5829 20.5355 19.5355C18.5829 21.4882 15.4171 21.4882 13.4645 19.5355C11.5118 17.5829 11.5118 14.4171 13.4645 12.4645C15.4171 10.5118 18.5829 10.5118 20.5355 12.4645Z"}),t.jsx("path",{d:"M17 14V18"}),t.jsx("path",{d:"M19 16H15"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_14983_75633",children:t.jsx("rect",{width:"24",height:"24",fill:"white"})})})]}));e2.tags=["merchandise","variant","items"];const R4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10.886 7.317L9.695 6.125l1.107-1.109 1.187 1.186a.789.789 0 001.108-.02.79.79 0 000-1.093l-1.192-1.191.552-.553a.795.795 0 000-1.113.79.79 0 00-1.113-.005L5.718 7.85v0a2.745 2.745 0 00-3.721 1.107 2.74 2.74 0 104.823 2.602 2.742 2.742 0 00-.005-2.612L8.561 7.2l1.186 1.192c.303.303.8.303 1.108-.006a.79.79 0 00-.005-1.113l.036.043z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M4.435 9.297a.98.98 0 100 1.96.98.98 0 000-1.96z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),t2=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[t.jsx("rect",{width:"24",height:"24",rx:"12",fill:"#FFA8CD"}),t.jsx("path",{d:"M17.5912 4.51457H14.3407C14.3407 7.18795 12.706 9.58293 10.2202 11.2939L9.24309 11.978V4.51453H5.86669V19.4852H9.24309V12.0644L14.83 19.4853H18.9506L13.5761 12.3852C16.0194 10.6098 17.6132 7.85151 17.5912 4.51457Z",fill:"#0B051D"})]}));t2.tags=["payment","klarna","bnpl"];const eo=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M11.167 2H2.833A.833.833 0 002 2.833v5.278c0 .46.373.833.833.833h8.334c.46 0 .833-.373.833-.833V2.833A.833.833 0 0011.167 2zM5.75 12.278L7 10.61M8.25 12.278L7 10.61M7 10.611V8.945",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),r2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7 9.042A4.083 4.083 0 107 .875a4.083 4.083 0 000 8.167zM5.367 10.675h3.267M5.367 12.308h3.267M7 13.125v-.817",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7 9.042V7L5.773 5.775M7 7l1.225-1.225",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));r2.tags=["bulb","idea"];const o2=s(e=>t.jsx("svg",{viewBox:"0 0 8 14",width:8,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7.31884 6.63147C7.36969 6.54881 7.39757 6.45408 7.39961 6.35705C7.40165 6.26003 7.37777 6.16421 7.33044 6.07949C7.2831 5.99477 7.21403 5.92421 7.13033 5.87508C7.04664 5.82595 6.95136 5.80003 6.85431 5.8H4.99991V1L1.08098 7.36907C1.03009 7.45168 1.00218 7.54639 1.00012 7.6434C0.998069 7.74041 1.02195 7.83621 1.0693 7.92091C1.11665 8.00561 1.18575 8.07613 1.26947 8.12519C1.35318 8.17425 1.44848 8.20008 1.54551 8.2H3.39991V13L7.31884 6.63147Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));o2.tags=["lightning","bug","problem"];const to=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.764 9.467L4.731 11.5h-.005a1.92 1.92 0 01-2.711-.005l-.452-.451a1.916 1.916 0 01-.005-2.709L4.49 5.397v-.005a1.909 1.909 0 012.707 0l.447.452",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.312 3.597l2.029-2.031h-.005a1.91 1.91 0 012.706-.008c.75.745 0 0 0 0l.447.447L11.484 2a1.918 1.918 0 010 2.706L8.549 7.638v-.004a1.924 1.924 0 01-2.711 0l-.005-.005-.452-.452",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"})]})),ro=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{clipRule:"evenodd",d:"M10.775 6.536v0a.905.905 0 00-.9-.911h-5.85 0c-.497 0-.9.408-.9.91v4.554h0c0 .503.403.911.9.911h5.85v0c.497 0 .9-.408.9-.91V6.535zM4.4 4.138h0C4.4 2.847 5.542 1.8 6.95 1.8 8.36 1.8 9.5 2.847 9.5 4.138v1.487H4.4V4.138z",stroke:"currentColor",strokeWidth:1.02,strokeLinecap:"round",strokeLinejoin:"round"})})),n2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M1.41699 8.05382H1.41699C2.55128 10.7214 5.63333 11.9644 8.30094 10.8301C10.9685 9.69584 12.2115 6.61379 11.0772 3.94618C9.94295 1.27858 6.86091 0.0355801 4.1933 1.16987C2.94354 1.70128 1.94841 2.69642 1.41699 3.94618",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.47656 7.82555L8.30218 5.99993L6.47656 4.17432",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.30247 6H1",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})]}));n2.tags=["logout"];const a2=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e,children:[t.jsx("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),t.jsx("path",{fill:"#ED0006",d:"M19.258 11.706c0 3.703-2.968 6.706-6.63 6.706-3.66 0-6.628-3.003-6.628-6.706C6 8.002 8.968 5 12.629 5c3.66 0 6.629 3.002 6.629 6.706z"}),t.jsx("path",{fill:"#0099DF",d:"M27.857 11.706c0 3.703-2.968 6.706-6.629 6.706-3.66 0-6.628-3.003-6.628-6.706C14.6 8.002 17.567 5 21.228 5s6.63 3.002 6.63 6.706z"}),t.jsx("path",{fill:"#6C6BBD",fillRule:"evenodd",d:"M16.929 6.602a6.723 6.723 0 012.329 5.104 6.723 6.723 0 01-2.33 5.104 6.723 6.723 0 01-2.328-5.104c0-2.044.903-3.874 2.329-5.104z",clipRule:"evenodd"})]}));a2.tags=["cc","credit card"];const l2=s(e=>t.jsxs("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:[t.jsx("path",{d:"M11.445 3.111V2M10.89 2.555H12",stroke:"currentColor",strokeWidth:.8,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{clipRule:"evenodd",d:"M3.04 11.836l-.876-.875a.56.56 0 010-.792l5.32-5.319a.56.56 0 01.791 0l.875.875a.56.56 0 010 .792l-5.32 5.32a.56.56 0 01-.79 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.839 7.728L6.267 6.156",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M12 8.667h-1.11M11.445 8.111v1.111M5.334 2v1.111M5.89 2.555H4.777",stroke:"currentColor",strokeWidth:.8,strokeLinecap:"round",strokeLinejoin:"round"})]}));l2.tags=["view","custom"];const s2=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e,children:[t.jsx("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),t.jsx("path",{fill:"#ED0006",fillRule:"evenodd",d:"M17.179 16.83a6.803 6.803 0 01-4.398 1.6c-3.745 0-6.781-3-6.781-6.7s3.036-6.7 6.78-6.7c1.679 0 3.215.603 4.399 1.6a6.802 6.802 0 014.398-1.6c3.745 0 6.781 3 6.781 6.7s-3.036 6.7-6.78 6.7a6.802 6.802 0 01-4.399-1.6z",clipRule:"evenodd"}),t.jsx("path",{fill:"#F9A000",fillRule:"evenodd",d:"M17.179 16.83a6.653 6.653 0 002.382-5.1c0-2.042-.924-3.87-2.382-5.1a6.802 6.802 0 014.398-1.6c3.745 0 6.78 3 6.78 6.7s-3.035 6.7-6.78 6.7a6.803 6.803 0 01-4.398-1.6z",clipRule:"evenodd"}),t.jsx("path",{fill:"#FF5E00",fillRule:"evenodd",d:"M17.18 16.83a6.653 6.653 0 002.382-5.1c0-2.042-.925-3.87-2.383-5.1a6.653 6.653 0 00-2.382 5.1c0 2.042.924 3.87 2.382 5.1z",clipRule:"evenodd"})]}));s2.tags=["cc","credit card"];const i2=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M14.657 6.429h-3.086V3.343c0-.78-.633-1.415-1.414-1.415H7.843c-.78 0-1.414.634-1.414 1.415v3.086H3.343c-.78 0-1.414.633-1.414 1.414v2.314c0 .78.633 1.414 1.414 1.414h3.086v3.086c0 .78.634 1.414 1.414 1.414h2.314c.78 0 1.414-.633 1.414-1.414v-3.086h3.086c.781 0 1.415-.633 1.415-1.414V7.843c0-.78-.634-1.414-1.415-1.414z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})}));i2.tags=["health","medical","doctor","nurse","plus"];const c2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M2 9.904l1.18 1.776M8.521 2l4.48 6.746M12.765 8.39l-9.82 2.934-.71-1.067L8.75 2.345l4.008 6.038.007.006z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.055 9.798c.54.617.47 1.558-.148 2.098a1.497 1.497 0 01-2.225-.301l-.618-.934",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));c2.tags=["marketing","loud speaker"];const d2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M2 4h10M2 7h10M2 10h10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));d2.tags=["hamburger","sidebar"];const u2=s(e=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"3",fill:"none",viewBox:"0 0 14 3",...e,children:t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",d:"M13.93 1.447H1.071"})}));u2.tags=["subtract","hyphen"];const oo=s(e=>t.jsxs("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:[t.jsx("path",{d:"M2 4.638l.983.983L5.603 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("rect",{x:2,y:8,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.667 4h4M7.667 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),h2=s(e=>t.jsxs("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsxs("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",clipPath:"url(#clip0_9896_373783)",children:[t.jsx("path",{d:"M13.5 14.25a1.5 1.5 0 01-1.5 1.5H6a1.5 1.5 0 01-1.5-1.5V3.75A1.5 1.5 0 016 2.25h6a1.5 1.5 0 011.5 1.5v10.5z"}),t.jsx("path",{d:"M10.877 2.25v1.5a.375.375 0 01-.375.375h-3a.375.375 0 01-.375-.375v-1.5"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_9896_373783",children:t.jsx("path",{fill:"#fff",d:"M0 0H18V18H0z"})})})]}));h2.tags=["mobile","phone","iphone","android","ios"];const f2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M6.03 3H3.88v-.001c-1.03 0-1.86.83-1.86 1.85 0 .7.39 1.34 1.02 1.65l1.95.97c.91.45 1.28 1.57.82 2.48-.32.62-.96 1.02-1.66 1.02H2M3.53 11v1.5M4.53 1.5V3M9.917 9.833a2.917 2.917 0 100-5.833 2.917 2.917 0 000 5.833zM9.917 5.167v3.5M8.167 6.917h3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));f2.tags=["plus","dollar"];const p2=s(e=>t.jsxs("svg",{viewBox:"0 0 15 15",width:15,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.674 9.972A.972.972 0 107.647 9a.972.972 0 11.972-.972M7.647 6.083v.973M7.647 10.944v.973",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M2.51 8.72a5.28 5.28 0 105.281-5.281h-.406",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.113 1.458l-1.98 1.98 1.98 1.98",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));p2.tags=["refund","return","money","payment"];const g2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M9.696 3h-2.15v-.001c-1.03 0-1.86.83-1.86 1.85 0 .7.39 1.34 1.02 1.65l1.95.97c.91.45 1.28 1.57.82 2.48-.32.62-.96 1.02-1.66 1.02h-2.15M7.196 11v1.5M8.196 1.5V3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));g2.tags=["dollar"];const w2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M2.867 10.153L7.403 2.95v-.006a.667.667 0 011.061-.005L13 10.142l-10.133.011z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M2.868 10.153H1l1.868-2.935h-.006a.71.71 0 01.534-.272l-.006-.005c.208.005.4.101.534.261l.347.694M5.244 6.377l1.25 1.057-.005-.005a.534.534 0 00.72-.032l.342-.347h-.006a.527.527 0 01.753-.006l.341.342a.533.533 0 00.72.027l1.228-1.04",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));w2.tags=["product","listing","experience"];const k2=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M9 8.5a1 1 0 01-1-1v-2a1 1 0 012 0v2a1 1 0 01-1 1z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M14 6.5a5 5 0 00-10 0v5a5 5 0 1010 0v-5z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})]}));k2.tags=["pointer","cursor"];const v2=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7.742 6.176a1.617 1.617 0 11-2.286 2.286 1.617 1.617 0 012.286-2.286z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M1.929 13.606V4.295c0-.81.656-1.467 1.466-1.467h11.466c.794 0 1.438.643 1.438 1.437v9.34c0 .795-.644 1.438-1.438 1.438H3.367a1.437 1.437 0 01-1.437-1.437zM11.269 7.14h2.873M12.993 10.013h-1.724",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.182 12.169a2.278 2.278 0 00-2.12-1.437h-.928a2.28 2.28 0 00-2.118 1.437",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})]}));v2.tags=["membership","pass"];const m2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M11.892 2.773a1.509 1.509 0 00-2.144.015L3.734 8.802l-.735 2.864 2.864-.735 6.015-6.014a1.509 1.509 0 00.014-2.144v0zM9.577 2.96l2.129 2.13M3.734 8.802l2.132 2.128",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));m2.tags=["write"];const C2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M8.986 11.573l.006.004a2.705 2.705 0 003.366-.37l.378-.378a.902.902 0 000-1.275l-1.594-1.593a.903.903 0 00-1.276 0v0a.9.9 0 01-1.275 0L6.041 5.41a.902.902 0 010-1.276v0a.9.9 0 000-1.275L4.445 1.264a.903.903 0 00-1.275 0l-.379.378a2.706 2.706 0 00-.37 3.365l.005.006a24.411 24.411 0 006.56 6.56v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));C2.tags=["call","sms","communication"];const L2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M12 9.222L9.615 6.837a.555.555 0 00-.786 0L6.444 9.222",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M10.333 12H3.667C2.747 12 2 11.254 2 10.333V3.667C2 2.747 2.746 2 3.667 2h6.666C11.253 2 12 2.746 12 3.667v6.666c0 .92-.746 1.667-1.667 1.667z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.222 12L5.726 8.504a.555.555 0 00-.785 0l-2.693 2.693",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("circle",{cx:5.333,cy:5.326,r:.556,fill:"currentColor"})]}));L2.tags=["image","background"];const x2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{clipRule:"evenodd",d:"M9.684 9.636A3.713 3.713 0 0011.2 6.724c0-2.208-2.148-4-4.8-4-.523 0-1.044.073-1.548.216a2.57 2.57 0 00-1.206-.922.333.333 0 00-.442.313v1.427A3.6 3.6 0 002 5.33h-.667A.333.333 0 001 5.664v2c0 .185.15.334.333.334H2a3.972 3.972 0 001.345 1.791l-.417 1.134a.8.8 0 101.5.553l.365-.99a5.633 5.633 0 003.467-.075l.393 1.067a.8.8 0 101.5-.553l-.469-1.29z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.2 6.724c1.067 0 1.6-.534 1.6-1.334M4.168 5.664v0a.167.167 0 11-.166.167v0c0-.092.074-.167.166-.167",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));x2.tags=["purchase","gift","store credit"];const y2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7.089 7.656a1.967 1.967 0 110-3.933 1.967 1.967 0 010 3.933z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.089 12.9S2.5 9.13 2.5 5.69a4.589 4.589 0 119.178 0c0 3.442-4.59 7.211-4.59 7.211z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));y2.tags=["location","city","state","country"];const b2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7.666 12V2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));b2.tags=["line"];const M2=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"19",height:"19",fill:"none",viewBox:"0 0 19 19",...e,children:[t.jsx("g",{clipPath:"url(#clip0_3383_154011)",children:t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.179",d:"M7.284 4.462l6.987 4.133a1.35 1.35 0 010 2.324L7.284 15.05a1.35 1.35 0 01-2.038-1.162V5.625a1.35 1.35 0 012.038-1.163z"})}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_3383_154011",children:t.jsx("path",{fill:"#fff",d:"M0 0H18V18H0z",transform:"translate(.713 .757)"})})})]}));M2.tags=["play","video","audio","music"];const no=s(()=>t.jsxs("svg",{width:"101",height:"30",viewBox:"0 0 101 30",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("rect",{x:"0.231567",y:"0.0713501",width:"100.768",height:"29.8573",rx:"4",fill:"white"}),t.jsx("rect",{x:"0.731567",y:"0.57135",width:"99.7684",height:"28.8573",rx:"3.5",stroke:"#222324",strokeOpacity:"0.2"}),t.jsx("path",{d:"M51.0913 16.3069C49.3357 16.3069 47.9048 17.6423 47.9048 19.4815C47.9048 21.3095 49.3357 22.6561 51.0913 22.6561C52.8476 22.6561 54.2785 21.3095 54.2785 19.4815C54.2778 17.6423 52.8469 16.3069 51.0913 16.3069ZM51.0913 21.4066C50.1291 21.4066 49.2998 20.6131 49.2998 19.4823C49.2998 18.3395 50.1299 17.558 51.0913 17.558C52.0534 17.558 52.8827 18.3395 52.8827 19.4823C52.8827 20.6124 52.0534 21.4066 51.0913 21.4066ZM44.139 16.3069C42.3834 16.3069 40.9525 17.6423 40.9525 19.4815C40.9525 21.3095 42.3834 22.6561 44.139 22.6561C45.8954 22.6561 47.3263 21.3095 47.3263 19.4815C47.3263 17.6423 45.8954 16.3069 44.139 16.3069ZM44.139 21.4066C43.1769 21.4066 42.3476 20.6131 42.3476 19.4823C42.3476 18.3395 43.1776 17.558 44.139 17.558C45.1012 17.558 45.9304 18.3395 45.9304 19.4823C45.9312 20.6124 45.1012 21.4066 44.139 21.4066ZM35.87 17.2818V18.6283H39.0931C38.9968 19.386 38.7445 19.9391 38.3594 20.3235C37.8906 20.7922 37.1569 21.3095 35.87 21.3095C33.886 21.3095 32.3349 19.7099 32.3349 17.7259C32.3349 15.7419 33.886 14.1423 35.87 14.1423C36.9404 14.1423 37.7219 14.5633 38.2989 15.1044L39.2491 14.1542C38.443 13.3847 37.3733 12.7957 35.87 12.7957C33.1523 12.7957 30.8674 15.0081 30.8674 17.7259C30.8674 20.4437 33.1523 22.6561 35.87 22.6561C37.3368 22.6561 38.4437 22.1746 39.3088 21.273C40.1986 20.3832 40.4755 19.1322 40.4755 18.1223C40.4755 17.8102 40.4516 17.5214 40.4031 17.281H35.87V17.2818ZM69.6894 18.3275C69.4252 17.6184 68.619 16.3069 66.9716 16.3069C65.3362 16.3069 63.9769 17.5938 63.9769 19.4815C63.9769 21.261 65.3243 22.6561 67.1276 22.6561C68.5824 22.6561 69.4244 21.7663 69.7737 21.2491L68.6914 20.5273C68.3309 21.0565 67.8375 21.4051 67.1276 21.4051C66.4185 21.4051 65.9132 21.0804 65.5885 20.4429L69.8335 18.6873L69.6894 18.3275ZM65.3601 19.386C65.3243 18.1588 66.3103 17.5341 67.0201 17.5341C67.5733 17.5341 68.042 17.811 68.1988 18.2074L65.3601 19.386ZM61.9093 22.4643H63.3037V13.1331H61.9093V22.4643ZM59.6237 17.0168H59.576C59.2632 16.6436 58.6616 16.3069 57.9047 16.3069C56.3171 16.3069 54.8623 17.702 54.8623 19.4942C54.8623 21.2737 56.3171 22.6568 57.9047 22.6568C58.6623 22.6568 59.2632 22.3202 59.576 21.9358H59.6237V22.3926C59.6237 23.607 58.9743 24.2564 57.9286 24.2564C57.0747 24.2564 56.5455 23.6436 56.329 23.1263L55.1145 23.6317C55.4631 24.4729 56.3887 25.5075 57.9286 25.5075C59.564 25.5075 60.9472 24.5453 60.9472 22.2V16.5003H59.6245V17.0168H59.6237ZM58.0249 21.4066C57.0627 21.4066 56.2573 20.6004 56.2573 19.4942C56.2573 18.3753 57.0627 17.558 58.0249 17.558C58.9744 17.558 59.72 18.3753 59.72 19.4942C59.72 20.6004 58.9744 21.4066 58.0249 21.4066ZM76.2237 13.1331H72.8864V22.4643H74.2785V18.9292H76.2229C77.7665 18.9292 79.2848 17.8117 79.2848 16.0315C79.2848 14.2513 77.7673 13.1331 76.2237 13.1331ZM76.2595 17.6304H74.2785V14.4319H76.2595C77.3008 14.4319 77.8919 15.294 77.8919 16.0315C77.8919 16.754 77.3008 17.6304 76.2595 17.6304ZM84.8674 16.2905C83.8589 16.2905 82.8147 16.7346 82.3825 17.7192L83.6186 18.235C83.8828 17.7192 84.3755 17.5505 84.8912 17.5505C85.6115 17.5505 86.3438 17.9827 86.3557 18.7508V18.847C86.1034 18.703 85.563 18.4873 84.9032 18.4873C83.5708 18.4873 82.2138 19.2195 82.2138 20.5877C82.2138 21.8365 83.3066 22.6404 84.5307 22.6404C85.4667 22.6404 85.9833 22.2202 86.3072 21.7275H86.355V22.4478H87.7001V18.8702C87.7008 17.2146 86.4632 16.2905 84.8674 16.2905ZM84.6987 21.4043C84.2433 21.4043 83.6066 21.1759 83.6066 20.6116C83.6066 19.8913 84.3993 19.6151 85.0838 19.6151C85.6951 19.6151 85.984 19.7472 86.3557 19.9271C86.2475 20.7922 85.5033 21.4043 84.6987 21.4043ZM92.5982 16.4943L91.0015 20.54H90.9538L89.2967 16.4943H87.7964L90.2812 22.1485L88.8645 25.294H90.3171L94.147 16.4943H92.5982ZM80.0536 22.4643H81.4457V13.1331H80.0536V22.4643Z",fill:"#222324"}),t.jsx("path",{d:"M35.6256 7.71722C35.6256 8.34273 35.4405 8.8406 35.0695 9.21232C34.6486 9.65421 34.0992 9.87515 33.4244 9.87515C32.778 9.87515 32.2279 9.65122 31.7763 9.20336C31.3239 8.75476 31.0978 8.19941 31.0978 7.53658C31.0978 6.873 31.3239 6.31765 31.7763 5.86979C32.2279 5.42119 32.778 5.19726 33.4244 5.19726C33.7454 5.19726 34.0522 5.25996 34.3433 5.38461C34.6351 5.51001 34.8688 5.67647 35.0434 5.88472L34.6501 6.27884C34.3537 5.92428 33.9454 5.74738 33.4237 5.74738C32.9519 5.74738 32.5444 5.91309 32.2003 6.2445C31.8562 6.57592 31.6845 7.00661 31.6845 7.53583C31.6845 8.06505 31.8562 8.49574 32.2003 8.82716C32.5444 9.15858 32.9519 9.32428 33.4237 9.32428C33.9238 9.32428 34.341 9.15783 34.6747 8.82417C34.8911 8.60696 35.0165 8.30466 35.0501 7.91726H33.4237V7.37908H35.5935C35.6159 7.49627 35.6256 7.60898 35.6256 7.71722Z",fill:"#222324"}),t.jsx("path",{d:"M39.0668 5.8467H37.0275V7.26641H38.8667V7.80459H37.0275V9.2243H39.0668V9.77517H36.452V5.29658H39.0668V5.8467Z",fill:"#222324"}),t.jsx("path",{d:"M41.4933 9.77517H40.9178V5.8467H39.6668V5.29658H42.7444V5.8467H41.4933V9.77517Z",fill:"#222324"}),t.jsx("path",{d:"M44.9709 9.77517V5.29658H45.5464V9.77517H44.9709Z",fill:"#222324"}),t.jsx("path",{d:"M48.0986 9.77517H47.5231V5.8467H46.2721V5.29658H49.3496V5.8467H48.0986V9.77517Z",fill:"#222324"}),t.jsx("path",{d:"M55.1754 9.19668C54.735 9.64902 54.1878 9.87519 53.5332 9.87519C52.8786 9.87519 52.3315 9.64902 51.8918 9.19668C51.4514 8.74434 51.232 8.19049 51.232 7.53587C51.232 6.88125 51.4514 6.32739 51.8918 5.87505C52.3315 5.42272 52.8786 5.1958 53.5332 5.1958C54.1841 5.1958 54.7305 5.42346 55.1724 5.87804C55.6143 6.33262 55.8352 6.88498 55.8352 7.53587C55.8352 8.19049 55.615 8.74434 55.1754 9.19668ZM52.3165 8.82122C52.6479 9.15712 53.0533 9.32432 53.5332 9.32432C54.0132 9.32432 54.4192 9.15637 54.7499 8.82122C55.0813 8.48533 55.2478 8.05688 55.2478 7.53587C55.2478 7.01486 55.0813 6.5864 54.7499 6.25051C54.4192 5.91462 54.0132 5.74741 53.5332 5.74741C53.0533 5.74741 52.6479 5.91536 52.3165 6.25051C51.9859 6.5864 51.8194 7.01486 51.8194 7.53587C51.8194 8.05688 51.9859 8.48533 52.3165 8.82122Z",fill:"#222324"}),t.jsx("path",{d:"M56.6429 9.77517V5.29658H57.343L59.5196 8.78018H59.5442L59.5196 7.9173V5.29658H60.0951V9.77517H59.4942L57.2169 6.12213H57.1922L57.2169 6.98501V9.77517H56.6429Z",fill:"#222324"}),t.jsx("path",{d:"M35.6256 7.71722C35.6256 8.34273 35.4405 8.8406 35.0695 9.21232C34.6486 9.65421 34.0992 9.87515 33.4244 9.87515C32.778 9.87515 32.2279 9.65122 31.7763 9.20336C31.3239 8.75476 31.0978 8.19941 31.0978 7.53658C31.0978 6.873 31.3239 6.31765 31.7763 5.86979C32.2279 5.42119 32.778 5.19726 33.4244 5.19726C33.7454 5.19726 34.0522 5.25996 34.3433 5.38461C34.6351 5.51001 34.8688 5.67647 35.0434 5.88472L34.6501 6.27884C34.3537 5.92428 33.9454 5.74738 33.4237 5.74738C32.9519 5.74738 32.5444 5.91309 32.2003 6.2445C31.8562 6.57592 31.6845 7.00661 31.6845 7.53583C31.6845 8.06505 31.8562 8.49574 32.2003 8.82716C32.5444 9.15858 32.9519 9.32428 33.4237 9.32428C33.9238 9.32428 34.341 9.15783 34.6747 8.82417C34.8911 8.60696 35.0165 8.30466 35.0501 7.91726H33.4237V7.37908H35.5935C35.6159 7.49627 35.6256 7.60898 35.6256 7.71722Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),t.jsx("path",{d:"M39.0668 5.8467H37.0275V7.26641H38.8667V7.80459H37.0275V9.2243H39.0668V9.77517H36.452V5.29658H39.0668V5.8467Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),t.jsx("path",{d:"M41.4933 9.77517H40.9178V5.8467H39.6668V5.29658H42.7444V5.8467H41.4933V9.77517Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),t.jsx("path",{d:"M44.9709 9.77517V5.29658H45.5464V9.77517H44.9709Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),t.jsx("path",{d:"M48.0986 9.77517H47.5231V5.8467H46.2721V5.29658H49.3496V5.8467H48.0986V9.77517Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),t.jsx("path",{d:"M55.1754 9.19668C54.735 9.64902 54.1878 9.87519 53.5332 9.87519C52.8786 9.87519 52.3315 9.64902 51.8918 9.19668C51.4514 8.74434 51.232 8.19049 51.232 7.53587C51.232 6.88125 51.4514 6.32739 51.8918 5.87505C52.3315 5.42272 52.8786 5.1958 53.5332 5.1958C54.1841 5.1958 54.7305 5.42346 55.1724 5.87804C55.6143 6.33262 55.8352 6.88498 55.8352 7.53587C55.8352 8.19049 55.615 8.74434 55.1754 9.19668ZM52.3165 8.82122C52.6479 9.15712 53.0533 9.32432 53.5332 9.32432C54.0132 9.32432 54.4192 9.15637 54.7499 8.82122C55.0813 8.48533 55.2478 8.05688 55.2478 7.53587C55.2478 7.01486 55.0813 6.5864 54.7499 6.25051C54.4192 5.91462 54.0132 5.74741 53.5332 5.74741C53.0533 5.74741 52.6479 5.91536 52.3165 6.25051C51.9859 6.5864 51.8194 7.01486 51.8194 7.53587C51.8194 8.05688 51.9859 8.48533 52.3165 8.82122Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),t.jsx("path",{d:"M56.6429 9.77517V5.29658H57.343L59.5196 8.78018H59.5442L59.5196 7.9173V5.29658H60.0951V9.77517H59.4942L57.2169 6.12213H57.1922L57.2169 6.98501V9.77517H56.6429Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5303 10.6954L10.9295 5.70742C10.6047 5.5129 10.2257 5.40063 9.82005 5.40063C8.98339 5.40063 8.24758 5.9074 7.89452 6.61591L7.95989 6.68126L15.7526 14.4723L19.5303 10.6954ZM7.67487 7.4518C7.67337 7.48367 7.67261 7.51567 7.67261 7.5478V22.4523C7.67261 22.4845 7.67337 22.5166 7.67488 22.5485L15.2248 15.0001L7.67487 7.4518ZM7.89465 23.3843C8.24781 24.0927 8.98365 24.5994 9.82005 24.5994C10.2169 24.5994 10.5895 24.4921 10.9091 24.3037L10.9345 24.2889L19.5449 19.3193L15.7526 15.5278L7.95989 23.3191L7.89465 23.3843ZM20.2142 18.933L23.7197 16.9097C24.3933 16.5461 24.8504 15.8361 24.8504 15.0174C24.8504 14.2045 24.3994 13.498 23.7326 13.1332L23.725 13.128L20.1985 11.0828L16.2805 15.0001L20.2142 18.933Z",fill:"#222324"})]})),E2=s(e=>t.jsx("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:t.jsx("path",{d:"M7 2v10M12 7H2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));E2.tags=["add"];const I2=s(e=>t.jsx("svg",{width:13,height:14,viewBox:"0 0 13 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M11.5029 6.46253C11.5029 9.44339 9.26252 12.2313 6.25146 12.908C3.24041 12.2313 1 9.44339 1 6.46253V3.87815C1 3.34447 1.32297 2.86462 1.81595 2.66309L5.09811 1.31937C5.83726 1.0161 6.66633 1.0161 7.40416 1.31937L10.6863 2.66309C11.1806 2.86593 11.5023 3.34447 11.5023 3.87815V6.46253H11.5029Z",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})}));I2.tags=["privacy","policy","shield"];const ao=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M9.674 4.778V2.556A.556.556 0 009.12 2H4.88a.556.556 0 00-.556.556v2.222M9.777 6.444h.556M4.222 9.778H2.556A.556.556 0 012 9.222V5.333c0-.306.249-.555.556-.555h8.888c.307 0 .556.249.556.555v3.89a.556.556 0 01-.556.555H9.778",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.223 12H4.778a.556.556 0 01-.555-.556V8.111h5.555v3.333a.556.556 0 01-.555.556z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),A2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M12.25 4.083H1.75a.584.584 0 01-.583-.583V2.333c0-.322.261-.583.583-.583h10.5c.322 0 .584.261.584.583V3.5a.584.584 0 01-.584.583zM12.056 4.083v7c0 .645-.522 1.167-1.167 1.167H3.111a1.166 1.166 0 01-1.167-1.167v-7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));A2.tags=["experience","listing"];const H2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M5.777 5.778A1.222 1.222 0 117 7M7 7.917V7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M1.5 9.444V4.556A3.056 3.056 0 014.556 1.5h4.888A3.055 3.055 0 0112.5 4.556v4.888A3.055 3.055 0 019.444 12.5H4.556A3.055 3.055 0 011.5 9.444z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7 9.414a.03.03 0 100 .06.03.03 0 000-.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));H2.tags=["short text","forms","questionnaire"];const lo=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M11.13 1.875H2.87a.87.87 0 00-.87.87v8.26c0 .48.39.87.87.87h8.26c.48 0 .87-.39.87-.87v-8.26a.87.87 0 00-.87-.87z",stroke:"currentColor",strokeWidth:.976,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.957 5.287l.652.652L8.35 4.2M5.957 8.639l.652.652 1.74-1.74",stroke:"currentColor",strokeWidth:.976,strokeLinecap:"round",strokeLinejoin:"round"})]})),so=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M11.703 12.176c0 .167-.143.31-.31.31a.314.314 0 01-.204-.081L9.53 10.98l-2.29 1.715v-.006a.316.316 0 01-.371 0l-2.29-1.721-1.66 1.417v-.006a.32.32 0 01-.52-.241V1.875a.613.613 0 01.613-.625h8.047-.006a.612.612 0 01.619.613l.03 10.313zM4.015 4.287H7.05M4.015 6.311h5.06M4.015 8.335h5.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),N2=s(e=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e,children:t.jsx("path",{d:"M7.071 2.5v2.714M6.093 2.5h1.956M2.37 10.642a.68.68 0 01-.672-.775 5.428 5.428 0 0110.745 0 .68.68 0 01-.67.776l-9.403-.001z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));N2.tags=["affiliate","partner"];const j2=s(e=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e,children:t.jsx("path",{d:"M6.38 3.5v2.714M5.401 3.5h1.957M1.679 11.642a.68.68 0 01-.672-.774 5.428 5.428 0 0110.745 0 .68.68 0 01-.671.775l-9.402-.001zM10.906 1.925V1.3M11.843 1.925h-1.275a.839.839 0 00-.843.838.84.84 0 00.525.775l1.29.512-.007-.006a.834.834 0 01.463 1.087.852.852 0 01-.781.525H9.937M10.906 6.3v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));j2.tags=["partner","affiliate","money","dollar"];const T2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:16,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M4.289 4.083a4.813 4.813 0 018.523 3.061v1.314M11.5 10.446a4.813 4.813 0 01-8.313-3.302v-.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M14.563 6.707l-1.75 1.75-1.75-1.75M1.438 8.019l1.75-1.75 1.75 1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));T2.tags=["switch"];const io=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M5.865 3.887h3.837M3.947 6.765h5.755M3.947 9.642h5.755M2.029 1.969A.95.95 0 012.979 1h7.672-.01c.528-.01.96.422.96.95v9.59c0 .528-.432.96-.96.96H2.96A.964.964 0 012 11.531v0l.029-9.562z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),co=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("rect",{x:2.579,y:2.578,width:12.843,height:12.843,rx:3.009,stroke:"currentColor",strokeWidth:1.3})})),z2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M8.927 1.313L1.813 8.427c-.173.172-.125.5.106.731l2.423 2.423c.231.231.559.279.731.106l7.114-7.114c.173-.172.125-.5-.106-.731L9.658 1.419c-.231-.231-.559-.279-.731-.106zM4.042 6.774l1.482 1.482M5.233 5.588l1.038 1.038M6.556 4.26l1.482 1.482M7.741 3.075l1.192 1.18",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));z2.tags=["measure","scale","size"];const uo=s(e=>t.jsxs("svg",{width:21,height:21,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 21 21",...e,children:[t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:.9,d:"M6.518 6.145h2.593v2.592H6.518zM6.518 11.33h2.593v2.592H6.518zM14.296 8.737h-2.592V6.145h2.592z"}),t.jsx("path",{fill:"currentColor",d:"M13.342 12.282a.486.486 0 1 1-.688.687.486.486 0 0 1 .688-.687M12.05 10.986a.486.486 0 1 1-.688.688.486.486 0 0 1 .687-.688M12.05 13.578a.486.486 0 1 1-.688.688.486.486 0 0 1 .687-.688M14.64 13.578a.486.486 0 1 1-.688.688.486.486 0 0 1 .688-.688"}),t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.1,d:"M16.563 7.426V5.172c0-.716-.58-1.297-1.297-1.297h-2.254M7.798 3.875H5.544c-.716 0-1.296.58-1.296 1.297v2.254M4.248 12.64v2.255c0 .716.58 1.296 1.296 1.296h2.254M13.012 16.191h2.254c.716 0 1.297-.58 1.297-1.296V12.64"}),t.jsx("path",{fill:"currentColor",d:"M14.64 10.986a.486.486 0 1 1-.688.687.486.486 0 0 1 .688-.687"})]})),B2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7 4.083H2.917A1.17 1.17 0 001.75 5.25v5.833a1.17 1.17 0 001.167 1.167H8.75a1.17 1.17 0 001.167-1.167V7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.625 7A2.614 2.614 0 017 4.375 2.614 2.614 0 019.625 1.75a2.614 2.614 0 012.625 2.625A2.614 2.614 0 019.625 7zM12.834 7.583l-1.342-1.341",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));B2.tags=["magnifying glass"];const be=s(e=>t.jsx("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:t.jsx("path",{d:"M6.217 10.878a4.661 4.661 0 100-9.322 4.661 4.661 0 000 9.322zM9.514 9.513l2.93 2.931",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));be.tags=["magnifying glass"];const V2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M1.682 6.815a.707.707 0 01-.032-1.35l9.549-3.114a.358.358 0 01.451.448l-3.112 9.55a.707.707 0 01-1.352-.032L6.118 7.879 1.682 6.815zM11.563 2.437L6.117 7.879",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));V2.tags=["message","email"];const S2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7.816 3.733a1.43 1.43 0 100-2.858 1.43 1.43 0 000 2.858zM7.815 9.45v2.858M9.45 8.633V7M4.55 9.45a.817.817 0 10-1.634 0v3.675M6.182 8.633v3.675a.817.817 0 101.633 0 .817.817 0 101.634 0V8.633a.817.817 0 101.633 0V7a2.45 2.45 0 00-2.45-2.45H7A2.45 2.45 0 004.549 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));S2.tags=["old","demographic"];const D2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M4.8 5.8a.8.8 0 00.8-.8V3.8a1.2 1.2 0 012.4 0v7.6h1.6V3.8a2.8 2.8 0 10-5.6 0V5a.8.8 0 00.8.8zM10 13H7.6l.4-1.6h1.6L10 13z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));D2.tags=["old"];const F2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M5.098 2.74a1.864 1.864 0 113.728 0v9.32M8.56 13.125h.532",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));F2.tags=["old"];const ho=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M2.008 4v5.863M13 9.13a2.2 2.2 0 00-2.198-2.199H8.053a2.2 2.2 0 00-2.198-2.198H2V9.13h11zM5.855 6.931h2.749",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),fo=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7 7.233V1M7 12v-1.833M7 7.233a1.467 1.467 0 100 2.934 1.467 1.467 0 000-2.934zM2.967 6.5V12M2.967 1v2.567M2.967 3.567a1.467 1.467 0 100 2.933 1.467 1.467 0 000-2.933v0zM11.033 6.5V12M11.033 1v2.567M11.033 3.567a1.467 1.467 0 100 2.933 1.467 1.467 0 000-2.933v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),po=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("g",{clipPath:"url(#prefix__clip0_887_27435)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:t.jsx("path",{d:"M11.635 8.902a1.961 1.961 0 11-2.774 2.774 1.961 1.961 0 012.774-2.774M12.397 4.173l-1.69 1.69a.653.653 0 01-.925 0l-1.69-1.69a.654.654 0 010-.924l1.69-1.691a.653.653 0 01.925 0l1.69 1.69a.655.655 0 010 .925v0zM2.52 5.56h2.39a.654.654 0 00.654-.655v-2.39a.654.654 0 00-.654-.654H2.52a.654.654 0 00-.655.654v2.39c0 .361.293.654.654.654v0zM3.13 8.841l-1.45 2.32a.69.69 0 00.585 1.054h2.898a.69.69 0 00.585-1.055l-1.45-2.318A.69.69 0 003.13 8.84v0z"})}),t.jsx("defs",{children:t.jsx("clipPath",{id:"prefix__clip0_887_27435",children:t.jsx("path",{fill:"#fff",d:"M0 0h14v14H0z"})})})]})),go=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M6.833 8.044v-6.04M4.743 4.09L6.833 2l2.091 2.09M10.55 7.043v4.324a.466.466 0 01-.465.464H3.582a.463.463 0 01-.465-.464V7.043",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),O2=s(e=>t.jsxs("svg",{viewBox:"0 0 19 23",width:19,height:23,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.15 0.0829064C9.33011 -0.0276355 9.55878 -0.0276355 9.73889 0.0829064L12.1048 1.53472C13.4056 2.33292 14.8679 2.84318 16.39 3.02998L18.4022 3.27694C18.6802 3.31106 18.8889 3.5431 18.8889 3.81818V10.8627C18.8889 14.8121 16.8167 18.4831 13.4056 20.5762L9.73889 22.8262C9.55878 22.9367 9.33011 22.9367 9.15 22.8262L5.48334 20.5762C2.07223 18.4831 0 14.8121 0 10.8627V3.81818C0 3.5431 0.208633 3.31106 0.486644 3.27694L2.49891 3.02998C4.021 2.84318 5.48332 2.33292 6.78409 1.53472L9.15 0.0829064ZM9.44444 1.18867L7.373 2.4598C5.93529 3.34202 4.31903 3.906 2.63673 4.11246L1.11111 4.2997V10.8627C1.11111 14.436 2.98599 17.7573 6.07223 19.6511L9.44444 21.7204L12.8167 19.6511C15.9029 17.7573 17.7778 14.436 17.7778 10.8627V4.2997L16.2521 4.11246C14.5699 3.906 12.9536 3.34202 11.5159 2.4598L9.44444 1.18867Z",fill:"currentColor"}),t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.0079 8.27139L8.56347 12.6351C8.34647 12.848 7.99469 12.848 7.7778 12.6351L5.55556 10.4532L6.34124 9.68187L8.17058 11.478L12.2222 7.5L13.0079 8.27139Z",fill:"currentColor"})]}));O2.tags=["shield","security","protection","verify","verified","safe"];const wo=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M12.984 5.302L10.943 3.34l-.005-.005a2.624 2.624 0 00-1.816-.733H4.94c-.68 0-1.33.262-1.816.733l-2.04 1.962h-.006a.257.257 0 00-.005.366l1.214 1.214-.005-.005c.094.094.246.1.35.016l1.492-1.162v6.018c0 .14.115.256.261.256H9.62h-.005c.141 0 .261-.12.261-.262V5.721l1.492 1.155c.1.084.256.079.35-.02l1.214-1.22h-.005c.1-.105.1-.272-.005-.372l-.005-.005.068.043zM5.473 2.613a1.567 1.567 0 103.134-.01",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),W2=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M13.249 5.5h-8.49a.7.7 0 00-.699.653l-.557 8.354A1.4 1.4 0 004.9 16h8.207a1.4 1.4 0 001.397-1.493l-.557-8.354a.7.7 0 00-.698-.653v0z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.104 6.9V4.1a2.1 2.1 0 00-2.1-2.1h0a2.1 2.1 0 00-2.1 2.1v2.8",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})]}));W2.tags=["cart","shopping","bag","store"];const P2=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M5.529 4.406c-.338.756-.204 2.11-.15 3.058-.365.202-.833-.153-1.098-.153-.276 0-.605.182-.656.452-.037.194.05.478.675.725.242.095.818.208.95.522.188.44-.961 2.476-2.766 2.773a.28.28 0 00-.234.292c.032.549 1.262.764 1.807.848.055.075.1.394.172.636a.313.313 0 00.327.239c.277 0 .738-.214 1.54-.081.787.13 1.526 1.246 2.945 1.246 1.32 0 2.106-1.12 2.863-1.246a3.31 3.31 0 011.236.032c.29.057.55.089.632-.196.072-.246.117-.558.171-.632.54-.083 1.776-.298 1.807-.846a.28.28 0 00-.234-.292c-1.775-.293-2.959-2.322-2.767-2.774.133-.313.704-.425.95-.522.459-.18.688-.403.683-.66-.006-.329-.402-.525-.694-.525-.296 0-.722.35-1.067.16.054-.954.187-2.303-.15-3.058-.638-1.43-2.059-2.154-3.478-2.154-1.411 0-2.82.713-3.464 2.156z",fill:"#000"})}));P2.tags=["logo","social media"];const ko=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M11.25 5.0625L13.5 2.8125L15.75 5.0625",stroke:"currentColor",strokeWidth:1.29,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M2.25 5.0625L4.5 2.8125L6.75 5.0625",stroke:"currentColor",strokeWidth:1.29,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9 16.3125L9 12.9375L13.5 8.4375L13.5 2.8125",stroke:"currentColor",strokeWidth:1.29,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9 12.9375L4.5 8.4375L4.5 2.8125",stroke:"currentColor",strokeWidth:1.29,strokeLinecap:"round",strokeLinejoin:"round"})]})),vo=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10.5 7.5L8.746 9.003A5 5 0 007 12.8v.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M3.5 7.5l1.754 1.503A5 5 0 017 12.8v.125M2.9 9V7M5 7H3M11.1 9V7M9 7h2M6.906 1.625V1M7.843 1.625H6.568a.839.839 0 00-.843.837.84.84 0 00.525.775l1.29.513-.007-.006a.834.834 0 01.463 1.087.852.852 0 01-.781.525H5.937M6.906 6v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),q2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10.851 8.4H3.25A.249.249 0 003 8.65v2.203c0 .137.111.248.249.248h7.602a.248.248 0 00.249-.248V8.649a.249.249 0 00-.248-.249z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.752 5.7H4.149a.249.249 0 00-.249.248v2.203c0 .138.112.249.249.249h7.603A.249.249 0 0012 8.15V5.948a.249.249 0 00-.248-.248zM10.851 3H3.25A.249.249 0 003 3.249V5.45c0 .138.111.249.249.249h7.602a.249.249 0 00.249-.249V3.25A.249.249 0 0010.852 3z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));q2.tags=["balance","collect","money"];const U2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7.389 1.239l1.785 3.535 3.434.34a.437.437 0 01.367.283.426.426 0 01-.102.45l-2.83 2.8 1.049 3.807a.427.427 0 01-.144.446.438.438 0 01-.47.053L7 11.23l-3.478 1.725a.438.438 0 01-.608-.255.426.426 0 01-.005-.244l1.048-3.808-2.83-2.804a.429.429 0 01.265-.732l3.434-.34 1.785-3.535A.432.432 0 017.001 1a.438.438 0 01.388.239z",fill:"#FFC03D",stroke:"#FFC03D",strokeLinecap:"round",strokeLinejoin:"round"})}));U2.tags=["favourite","favorite"];const Z2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7.324 2.199l1.488 2.946 2.861.283a.364.364 0 01.306.236.356.356 0 01-.085.375L9.536 8.373l.874 3.172a.356.356 0 01-.12.372.364.364 0 01-.392.044L7 10.525l-2.898 1.437a.364.364 0 01-.507-.212.355.355 0 01-.004-.203l.873-3.174-2.358-2.336a.357.357 0 01.22-.61l2.862-.284 1.488-2.945A.36.36 0 017 2a.365.365 0 01.324.2z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Z2.tags=["favourite","favorite"];const mo=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M2.462 6.353v5.833M11.538 6.353v5.833M8.296 12.185V9.593a1.296 1.296 0 00-2.592 0v2.592M1.167 12.186h11.667M2.509 6.352c-.99-.007-1.636-.988-1.207-1.833l1-1.97c.229-.449.708-.734 1.234-.734h6.928c.526 0 1.006.285 1.234.734l1 1.97c.43.845-.216 1.826-1.206 1.833-.827 0-1.497-.565-1.497-1.262v-.028c0 .712-.67 1.29-1.497 1.29-.826 0-1.497-.578-1.497-1.29 0 .712-.67 1.29-1.497 1.29-.826 0-1.496-.578-1.496-1.29v.028c-.002.697-.672 1.262-1.499 1.262v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),Y2=s(e=>t.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsxs("g",{clipPath:"url(#clip0_14653_14821)",children:[t.jsx("path",{d:"M3 9H21",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M19 4H5C3.895 4 3 4.895 3 6V19C3 20.105 3.895 21 5 21H19C20.105 21 21 20.105 21 19V6C21 4.895 20.105 4 19 4Z",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9 9V21",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M15 9V21",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M3 15H21",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_14653_14821",children:t.jsx("rect",{width:"24",height:"24",fill:"white"})})})]}));Y2.tags=["table","dashboard"];const _2=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M5.786 15.52h-2.5c-.2 0-.413-.034-.542-.187a.751.751 0 01-.173-.477V3.686a.744.744 0 01.41-.665l.737-.37a.744.744 0 01.665-.002l1.17.579L6.7 2.652a.744.744 0 01.666-.002l1.16.578 1.16-.578a.744.744 0 01.666.002l1.147.576 1.17-.58a.744.744 0 01.665.003l.737.37a.745.745 0 01.41.665v1.897",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M15.97 11.944a4.77 4.77 0 11-4.77-4.771 4.764 4.764 0 014.77 4.77v0z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.645 10.456a.047.047 0 01-.014-.034.048.048 0 01.03-.044.048.048 0 01.062.026.047.047 0 01-.044.066.049.049 0 01-.034-.014M10.007 13.136l2.385-2.385M12.646 13.552a.048.048 0 11.082-.034.048.048 0 01-.014.034.049.049 0 01-.068 0",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})]}));_2.tags=["tax","money","finance","fees"];const G2=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M12.79 3.857h1.416c.437 0 .792.355.792.792v5.541a.792.792 0 01-.792.792H12.79a.792.792 0 01-.792-.792V4.65c0-.438.355-.793.792-.793v0z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.998 10.178l-2.737 3.563a1.3 1.3 0 01-2.035.035 1.344 1.344 0 01-.307-.856v-2.453H4.597a1.35 1.35 0 01-1.122-.6L3.228 9.5a1.35 1.35 0 01-.175-1.124l1.019-3.541a1.35 1.35 0 011.297-.977h4.716c.375 0 .734.156.989.43l.924.995",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]}));G2.tags=["feedback","thumb","down","dislike"];const K2=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M5.208 14.25H3.792A.792.792 0 013 13.458V7.917c0-.437.355-.792.792-.792h1.416c.437 0 .792.355.792.792v5.541a.792.792 0 01-.792.792v0zM6 7.929l2.737-3.563a1.3 1.3 0 012.035-.035c.199.24.307.544.307.856V7.64h2.322c.45 0 .872.225 1.122.6l.247.368c.221.33.286.742.175 1.124l-1.019 3.541a1.35 1.35 0 01-1.297.977H7.913a1.35 1.35 0 01-.989-.43L6 12.824",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})}));K2.tags=["feedback","thumb","up","like"];const Q2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M11.693 4.31a1.354 1.354 0 11-1.915-1.915L8.66 1.278a.451.451 0 00-.639 0L1.32 7.98a.451.451 0 000 .638l1.117 1.117a1.354 1.354 0 011.916 1.916l1.117 1.117a.451.451 0 00.638 0l6.703-6.703a.451.451 0 000-.639L11.693 4.31z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Q2.tags=["partner","affiliate"];const X2=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M15.187 7.786a5.54 5.54 0 01-3.238-1.035v4.713a4.286 4.286 0 11-3.698-4.248v2.371a1.968 1.968 0 101.377 1.877V2.25h2.321c-.002.196.015.392.05.585A3.221 3.221 0 0013.42 4.95a3.203 3.203 0 001.767.532v2.304z",fill:"#000"})}));X2.tags=["logo","social media"];const J2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M9.5 7L12 9.5 9.5 12M12 9.502H2M4.5 7L2 4.5 4.5 2M12 4.502H2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));J2.tags=["store credit","refund","return","payment"];const $2=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",...e,children:[t.jsxs("g",{stroke:"#222324",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,clipPath:"url(#a)",children:[t.jsx("path",{d:"M7.314 3.357v2.969M20.18 19.19l-3.959-8.906-3.958 8.907M13.143 17.212h6.155M3.357 14.242c4.052-.32 7.596-3.864 7.918-7.916H3.358"}),t.jsx("path",{d:"M11.274 14.242c-2.533-.2-4.748-2.415-4.948-4.947"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"a",children:t.jsx("path",{fill:"#fff",d:"M2 2h19v19H2z"})})})]}));$2.tags=["translation","i18n","language","locale","localize"];const Me=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("g",{clipPath:"url(#prefix__clip0_141_9201)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:t.jsx("path",{d:"M1.828 3.324H12.15M8.095 1.85H5.883v0a.737.737 0 00-.737.737v.737h3.686v-.737 0a.737.737 0 00-.737-.737v0zM5.883 9.591V5.905M8.095 9.591V5.905M10.363 11.495v0a.737.737 0 01-.735.677H4.35v0a.737.737 0 01-.735-.677l-.681-8.17h8.11l-.681 8.17z"})}),t.jsx("defs",{children:t.jsx("clipPath",{id:"prefix__clip0_141_9201",children:t.jsx("path",{fill:"#fff",transform:"translate(1.09 1.113)",d:"M0 0h11.796v11.796H0z"})})})]}));Me.tags=["delete","remove","bin"];const R2=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M14.646 7.026l1.104-1.201h-2.445a7.643 7.643 0 00-8.602 0H2.25l1.104 1.2a3.373 3.373 0 004.565 4.967L9 13.17l1.08-1.176a3.373 3.373 0 005.667-2.474 3.364 3.364 0 00-1.1-2.493zM5.626 11.8a2.283 2.283 0 110-4.565 2.283 2.283 0 010 4.565zM9 9.453C9 7.95 7.907 6.662 6.467 6.11a6.586 6.586 0 015.066 0C10.093 6.662 9 7.95 9 9.453zm3.372 2.348a2.283 2.283 0 110-4.566 2.283 2.283 0 010 4.566zm-6.746-3.48A1.197 1.197 0 106.823 9.52v-.003a1.195 1.195 0 00-1.197-1.194zm6.746 0a1.197 1.197 0 100 2.394 1.197 1.197 0 000-2.393z",fill:"#000"})}));R2.tags=["logo","trip advisor review express","tare"];const er=e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"200",height:"97",fill:"none",viewBox:"0 0 200 97",...e,children:[t.jsxs("g",{filter:"url(#filter0_d_10041_286941)",children:[t.jsx("rect",{width:"136",height:"48",x:"32",y:"24",fill:"url(#paint0_linear_10041_286941)",rx:"24"}),t.jsx("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",d:"M66.444 48.105s-.364 3.346-.364 3.437c2.367 0 5.007 2.458 5.007 2.458s2.184-2.458 5.28-2.458c.043-.058-.365-3.437-.365-3.437"}),t.jsx("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",d:"M71.142 43l-8.69 3.578 8.69 3.18 8.69-3.18L71.142 43zM79.8 46.682v4.856"}),t.jsx("path",{fill:"#fff",d:"M87.674 44.593v-1.775h8.363v1.775h-3.118V53h-2.127v-8.407h-3.118zm13.158 5.156v-4.385h2.118V53h-2.033v-1.387h-.08a2.252 2.252 0 01-.86 1.079c-.398.272-.883.407-1.457.407-.51 0-.96-.116-1.347-.348a2.394 2.394 0 01-.91-.989c-.215-.428-.325-.94-.328-1.536v-4.862h2.118v4.484c.003.45.124.807.363 1.069.239.262.558.393.96.393.255 0 .493-.058.715-.174.222-.12.401-.295.537-.527.139-.232.207-.519.204-.86zm7.474-4.385v1.59h-4.599v-1.59h4.599zm-3.555-1.83h2.118v7.12c0 .195.03.347.089.457.06.106.143.18.249.224.109.043.235.064.378.064.099 0 .199-.008.298-.025.1-.02.176-.035.229-.044l.333 1.576a5.934 5.934 0 01-.447.114 3.593 3.593 0 01-.701.084c-.511.02-.958-.048-1.343-.203a1.874 1.874 0 01-.89-.726c-.212-.328-.316-.743-.313-1.243v-7.398zm7.903 9.615c-.773 0-1.44-.164-2.004-.492a3.362 3.362 0 01-1.297-1.382c-.305-.593-.458-1.281-.458-2.063 0-.79.153-1.479.458-2.069a3.322 3.322 0 011.297-1.382c.564-.331 1.231-.497 2.004-.497.772 0 1.438.166 1.998.497.564.328.998.79 1.303 1.383.305.59.457 1.279.457 2.068 0 .782-.152 1.47-.457 2.063a3.357 3.357 0 01-1.303 1.382c-.56.328-1.226.492-1.998.492zm.01-1.64c.351 0 .644-.1.88-.299.235-.202.412-.477.532-.825a3.58 3.58 0 00.183-1.188c0-.444-.061-.84-.183-1.189-.12-.348-.297-.623-.532-.825-.236-.202-.529-.303-.88-.303-.355 0-.653.101-.895.303-.239.202-.42.477-.542.825-.12.348-.179.745-.179 1.189 0 .444.059.84.179 1.188.122.348.303.623.542.825.242.2.54.298.895.298zM117.389 53v-7.636h2.054v1.332h.079c.139-.474.373-.832.701-1.074a1.843 1.843 0 011.134-.368 3.223 3.223 0 01.666.075v1.88c-.1-.03-.237-.057-.413-.08a3.693 3.693 0 00-.482-.035c-.312 0-.59.068-.835.204a1.505 1.505 0 00-.577.556 1.61 1.61 0 00-.209.826V53h-2.118zm5.329 0v-7.636h2.118V53h-2.118zm1.064-8.62c-.315 0-.585-.105-.811-.314a1.016 1.016 0 01-.333-.76c0-.292.111-.542.333-.751.226-.212.496-.319.811-.319.315 0 .583.107.805.319a.986.986 0 01.338.75c0 .295-.112.549-.338.761-.222.209-.49.313-.805.313zm4.528 8.764c-.487 0-.922-.084-1.303-.253a2.104 2.104 0 01-.905-.761c-.218-.338-.328-.759-.328-1.263 0-.424.078-.78.234-1.069.156-.288.368-.52.636-.696.269-.175.574-.308.915-.397.345-.09.706-.153 1.084-.19.444-.046.802-.089 1.074-.129.272-.043.469-.106.591-.189a.414.414 0 00.184-.367v-.03c0-.315-.099-.559-.298-.731-.195-.172-.474-.259-.835-.259-.381 0-.685.085-.91.254a1.168 1.168 0 00-.447.626l-1.959-.159c.099-.464.295-.865.586-1.203a2.817 2.817 0 011.129-.785c.464-.186 1.001-.279 1.611-.279.424 0 .83.05 1.218.15.391.099.737.253 1.039.462.305.209.545.477.721.805.175.325.263.714.263 1.168V53h-2.008v-1.059h-.06c-.123.239-.287.45-.492.631-.206.18-.453.32-.741.423-.288.1-.621.15-.999.15zm.606-1.462c.312 0 .587-.06.826-.183.238-.126.426-.295.561-.508.136-.212.204-.452.204-.72v-.81a1.123 1.123 0 01-.273.119c-.113.033-.24.064-.383.094-.142.026-.285.051-.428.075l-.387.054a2.62 2.62 0 00-.652.174c-.185.08-.329.188-.432.323a.786.786 0 00-.154.498c0 .288.104.508.313.66.212.15.481.224.805.224zm7.055-8.864V53h-2.118V42.818h2.118z"})]}),t.jsxs("defs",{children:[t.jsxs("filter",{id:"filter0_d_10041_286941",width:"200",height:"112",x:"0",y:"0",colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[t.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),t.jsx("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.jsx("feOffset",{dy:"8"}),t.jsx("feGaussianBlur",{stdDeviation:"16"}),t.jsx("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"}),t.jsx("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_10041_286941"}),t.jsx("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_10041_286941",result:"shape"})]}),t.jsxs("linearGradient",{id:"paint0_linear_10041_286941",x1:"22",x2:"70.346",y1:"34.4",y2:"126.609",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#583DFF"}),t.jsx("stop",{offset:"0.79",stopColor:"#F849C7"}),t.jsx("stop",{offset:"1",stopColor:"#FFC03D"})]})]})]});er.tags=["tutorial","cards","fixed-size"];const tr=e=>{const r=h.default("relative -top-0.25 inline-block",e.className);return t.jsxs("svg",{viewBox:"0 0 32 30",width:"32",height:"30",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,className:r,children:[t.jsx("rect",{width:"32",height:"30",fill:"url(#paint0_linear_3440_197284)",rx:"4"}),t.jsx("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",d:"M11.444 15.105s-.364 3.346-.364 3.437c2.367 0 5.007 2.458 5.007 2.458s2.184-2.458 5.28-2.458c.043-.058-.364-3.437-.364-3.437"}),t.jsx("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",d:"M16.142 10l-8.69 3.578 8.69 3.18 8.69-3.18L16.142 10zM24.8 13.682v4.856"}),t.jsx("defs",{children:t.jsxs("linearGradient",{id:"paint0_linear_3440_197284",x1:"-2.353",x2:"32.456",y1:"6.5",y2:"31.494",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#583DFF"}),t.jsx("stop",{offset:"0.79",stopColor:"#F849C7"}),t.jsx("stop",{offset:"1",stopColor:"#FFC03D"})]})})]})};tr.tags=["tutorial","cards","fixed-size"];const rr=e=>{const r=h.default("relative -top-0.25 inline-block",e.className);return t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"136",height:"30",fill:"none",viewBox:"0 0 136 30",...e,className:r,children:[t.jsx("rect",{width:"136",height:"30",fill:"url(#paint0_linear_9380_603642)",rx:"4"}),t.jsx("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",d:"M36.444 15.104s-.364 3.347-.364 3.438c2.367 0 5.007 2.458 5.007 2.458s2.184-2.458 5.28-2.458c.044-.058-.364-3.438-.364-3.438"}),t.jsx("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",d:"M41.142 10l-8.69 3.578 8.69 3.18 8.69-3.18L41.142 10zM49.8 13.682v4.856"}),t.jsx("path",{fill:"#fff",d:"M57.58 11.71v-.937h6.545v.937h-2.744v7.79h-1.057v-7.79H57.58zm10.874 5.114v-3.87h1.006V19.5h-1.006v-1.108h-.068a2.148 2.148 0 01-.716.848c-.324.23-.733.345-1.227.345-.41 0-.773-.09-1.091-.268a1.88 1.88 0 01-.75-.818c-.182-.367-.273-.828-.273-1.385v-4.16h1.006v4.091c0 .478.133.858.4 1.142.27.285.614.427 1.031.427.25 0 .505-.064.763-.192.262-.128.48-.324.657-.588.179-.264.268-.601.268-1.01zm5.294-3.87v.853h-3.392v-.853h3.392zm-2.403-1.568h1.006v6.239c0 .284.04.497.123.64a.64.64 0 00.324.28c.133.046.274.069.422.069.11 0 .202-.006.273-.017l.17-.035.205.904a2.046 2.046 0 01-.286.077 2.103 2.103 0 01-.464.042c-.284 0-.563-.06-.836-.183a1.66 1.66 0 01-.673-.558c-.176-.25-.264-.566-.264-.946v-6.512zm6.105 8.25c-.591 0-1.11-.14-1.556-.421a2.866 2.866 0 01-1.04-1.18c-.246-.507-.37-1.098-.37-1.774 0-.681.124-1.277.37-1.785a2.86 2.86 0 011.04-1.185c.447-.281.965-.422 1.556-.422.59 0 1.108.14 1.551.422.446.281.793.676 1.04 1.185.25.508.375 1.103.375 1.785 0 .677-.125 1.267-.375 1.773-.247.506-.594.9-1.04 1.18-.443.282-.96.422-1.551.422zm0-.903c.449 0 .818-.115 1.108-.345.29-.23.504-.533.643-.908.14-.375.21-.781.21-1.219 0-.437-.07-.845-.21-1.223a2.06 2.06 0 00-.643-.916c-.29-.233-.66-.35-1.108-.35-.449 0-.818.117-1.108.35a2.06 2.06 0 00-.644.916 3.51 3.51 0 00-.208 1.223c0 .438.07.844.208 1.22.14.374.354.677.644.907.29.23.659.345 1.108.345zm4.1.767v-6.546h.972v.99h.069c.119-.325.335-.588.647-.79a1.907 1.907 0 011.057-.302c.074 0 .166.002.277.005.111.002.195.007.252.012v1.023a2.99 2.99 0 00-.235-.038c-.119-.02-.245-.03-.379-.03-.318 0-.602.067-.852.2a1.47 1.47 0 00-.801 1.334V19.5H81.55zm4.066 0v-6.546h1.005V19.5h-1.005zm.511-7.636a.715.715 0 01-.507-.2.644.644 0 01-.209-.482c0-.188.07-.348.209-.482a.715.715 0 01.507-.2.7.7 0 01.503.2.637.637 0 01.213.482.638.638 0 01-.213.481.7.7 0 01-.503.2zm3.863 7.79a2.66 2.66 0 01-1.13-.235 1.939 1.939 0 01-.805-.686c-.199-.301-.298-.665-.298-1.091 0-.375.073-.679.221-.912.148-.236.345-.42.593-.554.247-.133.52-.233.818-.298.3-.068.603-.122.907-.162.398-.051.72-.09.968-.115.25-.029.431-.075.545-.14.117-.066.175-.18.175-.342v-.034c0-.42-.115-.747-.345-.98-.228-.233-.573-.35-1.036-.35-.48 0-.856.106-1.13.316-.272.21-.464.435-.574.673l-.955-.34c.17-.398.398-.708.682-.93.287-.224.6-.38.937-.468.341-.091.677-.137 1.006-.137.21 0 .452.026.724.077.276.048.542.15.797.303.259.153.473.384.644.694.17.31.256.725.256 1.245V19.5h-1.006v-.886h-.051a1.767 1.767 0 01-.341.456c-.16.162-.37.3-.635.413-.264.114-.587.17-.967.17zm.153-.904c.398 0 .733-.078 1.006-.234a1.595 1.595 0 00.835-1.385v-.92c-.043.05-.136.097-.281.14-.142.04-.307.075-.495.106a22.303 22.303 0 01-.963.128c-.261.034-.505.09-.733.166a1.264 1.264 0 00-.545.337c-.136.148-.205.35-.205.605 0 .35.13.614.388.793.261.176.592.264.993.264zm5.288-7.977V19.5h-1.006v-8.727h1.006zm6.078 3.648l-.903.255a1.682 1.682 0 00-.252-.439 1.216 1.216 0 00-.443-.358c-.187-.093-.427-.14-.72-.14-.4 0-.734.092-1.001.277-.265.181-.397.413-.397.694 0 .25.091.448.273.593.182.144.466.265.852.362l.972.238c.585.143 1.021.36 1.308.652.287.29.43.664.43 1.121 0 .375-.107.71-.323 1.006a2.151 2.151 0 01-.895.699c-.384.17-.83.255-1.338.255-.668 0-1.22-.145-1.658-.434-.438-.29-.715-.713-.831-1.27l.955-.239c.09.352.262.617.515.793.256.176.59.264 1.002.264.468 0 .84-.1 1.116-.298.279-.202.418-.444.418-.725a.762.762 0 00-.239-.57c-.159-.157-.403-.273-.733-.35l-1.09-.256c-.6-.142-1.04-.362-1.322-.66-.278-.302-.417-.678-.417-1.13 0-.369.103-.696.31-.98.21-.284.496-.507.857-.669a3.008 3.008 0 011.236-.243c.648 0 1.156.142 1.526.427.372.284.636.659.792 1.125z"}),t.jsx("defs",{children:t.jsxs("linearGradient",{id:"paint0_linear_9380_603642",x1:"-10",x2:"11.742",y1:"6.5",y2:"72.849",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#583DFF"}),t.jsx("stop",{offset:"0.79",stopColor:"#F849C7"}),t.jsx("stop",{offset:"1",stopColor:"#FFC03D"})]})})]})};rr.tags=["tutorial","cards","fixed-size"];const or=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M15.75 4.677c-.496.22-1.03.368-1.59.436a2.776 2.776 0 001.217-1.533 5.53 5.53 0 01-1.759.672 2.77 2.77 0 00-4.72 2.527A7.865 7.865 0 013.19 3.884a2.768 2.768 0 00-.048 2.7c.215.402.526.745.905.998a2.763 2.763 0 01-1.254-.346v.035a2.77 2.77 0 002.222 2.716c-.408.11-.836.127-1.251.048a2.771 2.771 0 002.587 1.923 5.558 5.558 0 01-4.101 1.147 7.833 7.833 0 004.245 1.245c5.096 0 7.881-4.22 7.881-7.88 0-.12-.003-.24-.008-.359a5.63 5.63 0 001.38-1.432l.002-.002z",fill:"#000"})}));or.tags=["logo","social media","tweet"];const Co=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M5.056 3.5L3.5 1.943M4.278 5.055H3.5M6.611 2.722v-.778M8.167 4.277H10.5a2.333 2.333 0 110 4.667H8.167M3.226 6.697L1.85 8.072a2.333 2.333 0 003.3 3.3l1.375-1.376",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),nr=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M2.6 12c0-1.563 1.25-2.75 2.75-2.75h3.188c1.563 0 2.75 1.25 2.75 2.75M8.85 2.75c1.063 1.063 1.063 2.75 0 3.75-1.062 1-2.75 1.063-3.75 0s-1.062-2.75 0-3.75c1.063-1 2.688-1 3.75 0zM1 7h2.5M2.249 8.25v-2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));nr.tags=["plus","change quantity"];const ar=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.956 7a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM2.25 11.412a2.647 2.647 0 012.647-2.647h1.52M11.417 9.217h.832v-.832M9.556 11.018h-.831v.832",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M12.252 10.745a1.817 1.817 0 01-.433.704 1.883 1.883 0 01-2.984-.431M12.14 9.217a1.883 1.883 0 00-2.984-.431 1.824 1.824 0 00-.434.703",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));ar.tags=["guest","change quantity"];const lr=s(e=>t.jsx("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:t.jsx("path",{d:"M2.3 12.3a2.87 2.87 0 012.887-2.887h3.347a2.87 2.87 0 012.888 2.887M8.862 2.588c1.116 1.115 1.116 2.887 0 3.937-1.116 1.05-2.887 1.116-3.937 0-1.05-1.116-1.116-2.887 0-3.937a2.855 2.855 0 013.937 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));lr.tags=["adult","demographic"];const sr=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M9.917 13.333a2.917 2.917 0 100-5.833 2.917 2.917 0 000 5.833zM8.167 10.417h3.5M1.167 9.833c0-.578.138-1.148.4-1.658.263-.51.643-.943 1.105-1.262a3.224 3.224 0 013.162-.3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M4.667 6.333a2.333 2.333 0 100-4.666 2.333 2.333 0 000 4.666z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));sr.tags=["minus","remove"];const ir=s(e=>t.jsxs("svg",{viewBox:"0 0 24 24",width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsxs("g",{clipPath:"url(#clip0_14983_75622)",stroke:"currentColor",strokeWidth:"1.125",strokeLinecap:"round",strokeLinejoin:"round",children:[t.jsx("path",{d:"M6.5 21C5.57174 21 4.6815 20.6313 4.02513 19.9749C3.36875 19.3185 3 18.4283 3 17.5V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H8C8.53043 3 9.03914 3.21071 9.41421 3.58579C9.78929 3.96086 10 4.46957 10 5V17.5C10 18.4283 9.63125 19.3185 8.97487 19.9749C8.3185 20.6313 7.42826 21 6.5 21Z"}),t.jsx("path",{d:"M8.97461 19.9751L18.6856 10.2641C19.0606 9.88901 19.2712 9.38039 19.2712 8.85007C19.2712 8.31974 19.0606 7.81112 18.6856 7.43607L16.5646 5.31507C16.1896 4.94012 15.6809 4.72949 15.1506 4.72949C14.6203 4.72949 14.1117 4.94012 13.7366 5.31507L9.99961 9.05007"}),t.jsx("path",{d:"M14.95 14H19C19.5304 14 20.0391 14.2107 20.4142 14.5858C20.7893 14.9609 21 15.4696 21 16V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H6.5"}),t.jsx("path",{d:"M3 14.957H10"}),t.jsx("path",{d:"M3 8.91406H10"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_14983_75622",children:t.jsx("rect",{width:"24",height:"24",fill:"white"})})})]}));ir.tags=["merchandise","variant","inventory"];const Lo=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:14,height:14,fill:"none",viewBox:"0 0 140 140",...e,children:[t.jsx("path",{fill:"url(#paint0_linear_4_8)",fillRule:"evenodd",d:"M82.82 5.905c-7.048-7.873-19.376-7.873-26.425 0l-3.323 3.712a17.73 17.73 0 0 1-14.192 5.878l-4.974-.274c-10.552-.584-19.269 8.133-18.685 18.685l.274 4.974a17.73 17.73 0 0 1-5.878 14.192l-3.712 3.323c-7.873 7.049-7.873 19.377 0 26.425l3.712 3.323a17.73 17.73 0 0 1 5.878 14.192l-.274 4.974c-.584 10.552 8.133 19.269 18.685 18.686l4.974-.275a17.73 17.73 0 0 1 14.192 5.878l3.323 3.712c7.049 7.874 19.377 7.874 26.425 0l3.323-3.712a17.73 17.73 0 0 1 14.192-5.878l4.974.275c10.552.583 19.269-8.134 18.686-18.686l-.275-4.974a17.73 17.73 0 0 1 5.878-14.192l3.712-3.323c7.874-7.048 7.874-19.376 0-26.425l-3.712-3.323a17.73 17.73 0 0 1-5.878-14.192l.275-4.974c.583-10.552-8.134-19.269-18.686-18.685l-4.974.274a17.73 17.73 0 0 1-14.192-5.878zm-32.909 58.87c-9.765-9.014-23.248 5.223-14.467 14.778 5.975 5.121 14.337 13.008 20.037 18.495a10.25 10.25 0 0 0 7.29 2.607 10.27 10.27 0 0 0 7.032-3.25l33.621-40.561c9.201-9.804-5.512-24.114-14.829-14.37l-26.763 33.26c-2.74-2.483-6.435-5.895-9.564-8.784z",clipRule:"evenodd"}),t.jsx("defs",{children:t.jsxs("linearGradient",{id:"paint0_linear_4_8",x1:"-4.5",x2:"139",y1:"65.5",y2:"86.5",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#0281DF"}),t.jsx("stop",{offset:"0.25",stopColor:"#249EEE"}),t.jsx("stop",{offset:"0.5",stopColor:"#3CB2F9"}),t.jsx("stop",{offset:"1",stopColor:"#61CAFF"})]})})]})),xo=s(({className:e,...r})=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",width:"27",height:"26",fill:"none",viewBox:"0 0 27 26",className:h.default("h-[26px] w-[27px]",e),...r,children:[t.jsx("rect",{width:"23.04",height:"23.04",x:"1.869",y:"1.48",fill:"url(#pattern0)",rx:"1.92"}),t.jsxs("defs",{children:[t.jsx("pattern",{id:"pattern0",width:"1",height:"1",patternContentUnits:"objectBoundingBox",children:t.jsx("use",{transform:"scale(.00893)",xlinkHref:"#image0_3990_29484"})}),t.jsx("image",{id:"image0_3990_29484",width:"112",height:"112",xlinkHref:"data:image/png;base64,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"})]})]})),cr=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M2.5 7.642a.6.6 0 01.933-.499L6.667 9.3a.6.6 0 00.666 0l3.234-2.157a.6.6 0 01.933.5V9.93a.6.6 0 01-.267.5l-3.9 2.599a.6.6 0 01-.666 0l-3.9-2.602a.6.6 0 01-.267-.5V7.642zM7.283 1.172L7.9 2.5h1.2a.293.293 0 01.207.513L8.265 4.04l.577 1.324a.314.314 0 01-.448.393L7 4.973l-1.394.784a.314.314 0 01-.448-.393l.577-1.324-1.041-1.026A.293.293 0 014.9 2.5h1.2l.617-1.328a.318.318 0 01.566 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));cr.tags=["military","soldier"];const yo=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M3.9 4.499h4.797M3.9 6.898h2.998M11.096 6.205V2.7a1.2 1.2 0 00-1.2-1.2H2.7a1.2 1.2 0 00-1.2 1.2v7.796a1.2 1.2 0 001.2 1.2h1.936",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.871 9.64a.955.955 0 100 1.91.955.955 0 000-1.91z",fill:"currentColor"}),t.jsx("path",{d:"M13.346 11.006a.641.641 0 00.102-.671.497.497 0 00-.096-.161 6.822 6.822 0 00-1.195-1.059c-.588-.405-1.385-.797-2.286-.797-.903 0-1.7.39-2.288.795a6.734 6.734 0 00-1.185 1.046.63.63 0 00-.01.855l.373-.334-.375.33c.173.198.6.652 1.194 1.06.588.404 1.384.795 2.285.795.902 0 1.698-.391 2.286-.796a6.681 6.681 0 001.195-1.063z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),dr=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e,children:[t.jsx("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),t.jsx("path",{fill:"#172B85",fillRule:"evenodd",d:"M10.75 15.858H8.69L7.146 9.792c-.074-.279-.23-.525-.458-.642A6.573 6.573 0 004.8 8.51v-.234h3.318c.458 0 .801.35.859.758l.8 4.376 2.06-5.134h2.002l-3.089 7.583zm4.234 0h-1.945l1.602-7.583h1.945l-1.602 7.583zm4.118-5.482c.058-.409.401-.642.802-.642a3.535 3.535 0 011.888.35l.343-1.633a4.801 4.801 0 00-1.773-.35c-1.888 0-3.262 1.05-3.262 2.507 0 1.11.973 1.692 1.66 2.042.743.35 1.03.584.972.934 0 .524-.572.758-1.144.758a4.789 4.789 0 01-2.002-.467l-.344 1.634c.687.29 1.43.408 2.117.408 2.117.058 3.433-.992 3.433-2.567 0-1.983-2.69-2.1-2.69-2.974zm9.498 5.482l-1.545-7.583h-1.659a.863.863 0 00-.801.583l-2.86 7h2.002l.4-1.108h2.46l.23 1.108H28.6zm-2.918-5.54l.572 2.857h-1.602l1.03-2.858z",clipRule:"evenodd"})]}));dr.tags=["cc","credit card"];const ur=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M11.693 4.31a1.354 1.354 0 11-1.915-1.915L8.66 1.278a.451.451 0 00-.639 0L1.32 7.98a.451.451 0 000 .638l1.117 1.117a1.354 1.354 0 011.916 1.916l1.117 1.117a.451.451 0 00.638 0l6.703-6.703a.451.451 0 000-.639L11.693 4.31z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.043 3.84l-.953.953 1.65 2.994-.033.034-2.996-1.648-.951.95 4.38 2.112L9.154 8.22l-2.11-4.38z",fill:"currentColor"})]}));ur.tags=["coupon"];const hr=s(e=>t.jsxs("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:[t.jsx("rect",{x:2,y:2,width:4,height:4,rx:2,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M4 3.333V4l.333.333.167.167",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("rect",{x:2,y:8,width:4,height:4,rx:2,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M4 9.333V10l.333.333.167.167M7.667 4h4M7.667 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));hr.tags=["checklist"];const Ee=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M12.587 6.614L7.358 1.386a.545.545 0 00-.771 0L1.358 6.614a.545.545 0 000 .772l5.229 5.228a.546.546 0 00.771 0l5.229-5.228a.545.545 0 000-.772zM6.985 4.286v3.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.978 9.196a.127.127 0 00-.131.136c0 .07.06.13.136.13a.134.134 0 00.126-.141l-.006-.005c-.005-.077-.065-.137-.136-.137M6.985 9.196H6.98",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Ee.tags=["exclamation"];const fr=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M12.798 6.815a5.972 5.972 0 01-5.893 5.984h-.006a5.805 5.805 0 01-5.888-5.717c-.006-.026-.006-.053-.006-.075L1 7.002a5.974 5.974 0 015.888-5.996v-.005a5.795 5.795 0 015.883 5.711v.07l.027.033zM6.91 7.475v-3.23",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.905 9.06v0a.131.131 0 00-.134.128c0 .07.06.128.134.128v0a.14.14 0 00.129-.14l-.006-.005-.005-.005c-.005-.075-.064-.134-.134-.134h-.005",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));fr.tags=["exclamation"];const pr=s(e=>t.jsxs("svg",{width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M16.3019 9.3168C16.3086 13.4083 13.0274 16.7498 8.92917 16.8034H8.92247C4.91131 16.857 1.61667 13.6628 1.5564 9.65162C1.54971 9.61814 1.54971 9.58466 1.54971 9.55787L1.54301 9.55117C1.52962 5.45229 4.81087 2.11077 8.90908 2.0505V2.04381C12.9135 1.98354 16.2082 5.17774 16.2685 9.1889C16.2685 9.21568 16.2685 9.24917 16.2685 9.27595L16.3019 9.3168Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.93555 10.1429V6.10181",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.93011 12.1254V12.1247C8.83636 12.1247 8.7627 12.1984 8.7627 12.2854C8.7627 12.3725 8.83636 12.4462 8.93011 12.4462V12.4455C9.01716 12.4388 9.09082 12.3651 9.09082 12.2714C9.08412 12.2647 9.08412 12.2647 9.08412 12.2647L9.07743 12.258C9.07073 12.1642 8.99707 12.0906 8.91002 12.0906H8.90332",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})]}));pr.tags=["exclamation","filled"];const gr=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7 8.04V6.17",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("circle",{cx:7,cy:9.7,r:.5,fill:"currentColor"}),t.jsx("path",{d:"M8.015 3.55l3.83 6.702a1.169 1.169 0 01-1.015 1.749H3.17c-.897 0-1.46-.97-1.014-1.749l3.83-6.702a1.168 1.168 0 012.029 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));gr.tags=["exclamation"];const wr=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M1.5 4.556v4.888A3.056 3.056 0 004.556 12.5h4.888A3.056 3.056 0 0012.5 9.444V4.556A3.056 3.056 0 009.444 1.5H4.556A3.056 3.056 0 001.5 4.556z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.832 6.654H5.166a.611.611 0 01-.611-.61 2.445 2.445 0 014.889 0 .61.61 0 01-.612.61zM6.999 6.651L7.61 5.43",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));wr.tags=["weight","forms","questionnaire"];const kr=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M6.998 9.363a1.443 1.443 0 100 2.887 1.443 1.443 0 000-2.887zM10.198 7.554a5.284 5.284 0 00-6.409 0M12.771 4.552a9.614 9.614 0 00-11.546-.001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));kr.tags=["private booking"];const vr=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M3.166 11h9M11.697 4.746l-5.709 5.708v0a.379.379 0 01-.193.104l-2.176.435v0a.38.38 0 01-.446-.447l.435-2.174v0a.383.383 0 01.104-.194L9.421 2.47v0a1.605 1.605 0 012.269 0l.007.007v0a1.606 1.606 0 010 2.27v0z"})}));vr.tags=["pen","waiver"];const mr=s(e=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,viewBox:"0 0 30 30",...e,children:t.jsx("path",{d:"M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z",fill:"#000"})}));mr.tags=["logo","social media","x"];const bo=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M9 16.882a5.5 5.5 0 100-11 5.5 5.5 0 000 11z",stroke:"currentColor"}),t.jsx("mask",{id:"prefix__a",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:3,y:5,width:12,height:13,children:t.jsx("path",{d:"M9 16.882a5.5 5.5 0 100-11 5.5 5.5 0 000 11z",fill:"#fff",stroke:"#fff"})}),t.jsx("g",{mask:"url(#prefix__a)",stroke:"currentColor",children:t.jsx("path",{d:"M4 13l1.5-2 2 2M14 13.5l-3.5-4-5 6.5"})}),t.jsx("rect",{x:4.5,y:1.5,width:9,height:3,rx:.5,stroke:"currentColor"}),t.jsx("circle",{cx:7.5,cy:3,r:.5,fill:"currentColor"}),t.jsx("circle",{cx:10.5,cy:3,r:.5,fill:"currentColor"})]})),Mo=e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"150",height:"48",fill:"none",viewBox:"0 0 150 48",...e,children:[t.jsx("path",{fill:"#1B5EA8",d:"M31.745 24.769c0-12.2 10.193-22.088 22.768-22.088 12.575 0 22.768 9.889 22.768 22.088 0 12.2-10.193 22.088-22.768 22.088-12.575 0-22.768-9.888-22.768-22.088z"}),t.jsx("path",{stroke:"#1B5EA8",strokeWidth:"1.25",d:"M31.745 24.769c0-12.2 10.193-22.088 22.768-22.088 12.575 0 22.768 9.889 22.768 22.088 0 12.2-10.193 22.088-22.768 22.088-12.575 0-22.768-9.888-22.768-22.088z"}),t.jsx("path",{fill:"#fff",d:"M36.37 26.71s1.788-.534 1.998-.56c.209-.026.445 0 .445 0s.264-.33.344-.305c.076.025.392.129.446 0 .05-.129.262-.306.366-.331.106-.028.028-.255.158-.358.13-.102.997-.534 1.18-.738.187-.204.84-1.146.946-1.146.107 0 .316-.153.395-.28.076-.129.786-.945.945-1.122.16-.178.5-.434.5-.434s.026-.535.106-.636c.078-.102.366-.432.498-.585.132-.153.605-.64.71-.611.105.025.443 0 .472-.102.028-.103-.054-.434.131-.485.183-.051.473-.077.473-.077s.419-1.274.605-1.35c.184-.078.471-.153.471-.153s.551-.459.736-.434c.185.026.788-.05.788-.05s.551-.587.656-.84c.106-.256.289-.409.448-.436.157-.024-.08-.15.157-.304.235-.154 1.209-.611 1.39-.79.184-.177.475-.688.475-.688s-.134-.636.079-.815c.209-.178.996-.433 1.314-.587.313-.152 1.023-.635 1.152-.865.133-.229.476-.612.551-.636.08-.026.528-.588.63-.688.107-.103.792-.359.923-.435.13-.075.707-.075.839-.102.132-.024.236-.204.577-.255.343-.05 1.498.051 1.576.026.08-.026.237-.23.42-.152.187.075.395.56.5.61.105.052.47.155.734.332.261.179.631.713.945.688.318-.024.499.434.659.637.157.205.709.765.682.892-.026.129-.185.459-.026.714.158.254.341.712.498.814.157.103.498.638.498.842 0 .202.264.762.53.967.258.204.628 1.351.915 1.709.288.354 1.078 2.24 1.29 2.522.21.279.21.177.472.255.262.074 1.1.584 1.34.762.236.18 1.075 1.606 1.258 1.862.187.256 1.024 1.63 1.184 1.91.158.28.499 1.326.709 1.35.209.026.576 1.095.785 1.248.212.154 1.054 1.326 1.237 1.453.182.127.84 1.656.944 1.833.105.18-1.659 1.177-1.424 1.227.236.05-.916.433-.757.485.159.05-1.415.689-.785.97.631.279-1.458 1.94-1.458 1.94s-1.9 1.967-1.692 1.94c.21-.025-1.971 2.274-1.814 2.425.158.154-3.229 1.328-2.994 1.455.237.13-4 1.456-4 1.456l-5.195.97-15.336-5.82L36.37 26.71z"}),t.jsx("path",{fill:"url(#paint0_linear)",d:"M63.554 15.07c-.133.124-.313.43-.313.608s.076.46.13.586c.05.127.08.612.08.612s-.293-.178-.423-.332c-.13-.153-.104-.482-.13-.611-.027-.128-.342.13-.526.152-.093.014-.165-.12-.228-.253-.062-.133-.115-.267-.167-.255-.104.027-.419.18-.735.46-.314.278-.234.38-.394.458-.156.075-.234.126-.446-.025-.111-.08-.141-.014-.181.053-.035.06-.077.121-.19.073-.115-.05-.053.086.02.22.078.139.168.278.088.213-.155-.126-.155.28-.053.433.106.154.29.46.42.713.135.256.815 1.48.606 1.428-.21-.052-.448-.611-.528-.84-.077-.23-.472-.588-.552-.588-.075 0-.471-.027-.576-.075-.103-.051-.84-.23-1.26-.204-.42.025-.527-.357-.735-.409-.212-.05-.894-.254-1.077-.279-.183-.025.42.586.604.637.184.05.288.204.026.303-.262.104-.708-.279-.838-.279-.134 0-.37.357-.21.46.155.102.812.484.946.587.127.101.025.533-.109.482-.129-.052-.867-.052-1.181.027-.316.076-.814-.334-1.049-.51-.237-.178-.474-.052-.58.077-.105.125-.447.611-.656.814-.209.203-.998.203-1.206.357-.213.152-1.052.84-1.288 1.122-.237.279-.997.508-1.262.688-.263.178-.657.992-.814 1.12a6.114 6.114 0 00-.684.688c-.209.254-.631.509-.891.816-.264.305-.473.585-.473.585l-.526.534-.446-.255s-.601.409-.813.512c-.21.1-.975-.052-1.235-.078-.265-.025-.605.28-.526.307.08.026.134.177.08.255-.055.076-.605.076-.605.076l-.132.433s-.5.075-.71.075c-.21 0-.523.077-.655.105-.132.025-.5-.308-.63-.308-.134 0-.5-.152-.655 0-.16.154-.424.561-.424.561s-.394 0-.523.025c-.13.026-.84.23-.84.23l2.732 14.803c3.806 2.777 8.538 4.422 13.666 4.422 9.751 0 18.071-5.95 21.316-14.31-.631-1.088-1.59-2.778-1.734-3.005-.21-.33-1.077-1.96-1.233-2.165-.16-.205-.368-.026-.445.05-.04.036-.11.012-.178-.012-.082-.028-.165-.057-.192.013-.054.127-.367.382-.474.279-.103-.1-.42-.891-.394-1.043.028-.153.446.074.446.074s.133-.074.082-.201c-.054-.128-.684-.282-.792-.256-.103.025-.417-.535-.628-.689-.21-.153-.657-.736-.813-.94-.16-.207-.711-.766-.895-.893-.181-.128-.629-.534-.919-.661-.29-.129-.316-.512-.445-.869-.13-.355-.186.105-.158.23.027.127-.238.333-.16.357.08.025.132.282.263.382.133.101-.262.23-.39.203-.135-.024-.29-.432-.37-.609-.08-.18-.395-.231-.29-.434.107-.205.238-.561.132-.688-.105-.128-.157-.483.025-.458.186.024.315-.103.422-.205.105-.102.316.306.395.432.076.129.498.663.474.536-.028-.128.182-.204.182-.204.21.433 1.968 2.6 2.022 2.804.053.202.158-.078.132-.307-.027-.23.104-.152.13-.255.028-.103-.13-.407-.526-.433-.394-.025-.576-.637-.709-.918-.13-.28.395.23.395.23l-1.234-2.087s-1.103-1.784-1.18-1.784c-.08 0-.266.1-.317.203-.053.1.209.789.286.892.08.1.318.484.239.535-.08.05-.499-.205-.711-.28-.207-.078-.497.254-.497.254s-.08-1.07-.212-1.07c-.13 0-.079-.46-.051-.84.026-.383-.42-.383-.42-.383s-.08-.867-.185-.992c-.105-.13 0-.714.027-.971.028-.253-.552-1.222-.684-1.322-.068-.054-.21-.087-.348-.087-.124 0-.244.026-.307.087z"}),t.jsx("path",{fill:"url(#paint1_linear)",d:"M49.923 17.743s-.131.306-.342.457c-.213.154-.343.563-.552.843-.21.279-.47.458-.682.355-.21-.103-.473.051-.446.357.026.306.106.943-.053.867-.16-.077-.026-.408-.262-.255-.238.153-.712.993-.893.918-.185-.076-.396-.536-.526-.358-.131.179-.184.74-.341.484-.157-.256-.393-.23-.76.05-.37.283-.764.462-.947.56-.187.103-.55.383-.632.613a.85.85 0 01-.366.46c-.133.074-.445.305-.445.457 0 .154-.187.23-.398.434-.207.203-.602.482-.811.663-.211.178-.659.663-.869.764-.211.101-.576.383-.367.383 0 0 .367 0 .577-.154.211-.154.815-.586.973-.638.158-.051.525-.076.603.103.08.18-.05.433-.236.559-.182.13-.579.563-.681.588-.106.024-.395.28-.395.28s.497-.025.734-.18c.238-.15.87-.432.945-.637.08-.203.263-.457.397-.66.131-.203.339.1.314.306-.028.202.319.354.497.074.185-.28.448-.15.683-.15.236 0 .739.175.869-.027.132-.204.445-.815.632-.92.183-.099.6-.89.731-1.196.13-.305.578-1.17.685-1.528.105-.357.448-.788.658-.917.209-.127.707-.33.945-.484.235-.152.102-.305.366-.534.264-.23.395-.179.395-.41 0-.227.211-.483.211-.483s-.342-.305-.133-.561c.212-.255.525-.764.525-.764s0-.23-.103-.153c-.106.076-.5-.026-.5-.026v.46z"}),t.jsx("path",{fill:"#fff",d:"M63.605 24.24s.842 1.222.998 1.502c.157.282.815 1.428.868 1.632.05.204.133.483.447.713.314.23.655.584.655.584s.028-.355-.026-.509c-.054-.153-.708-.942-.891-1.246-.186-.308-2-2.55-2.05-2.675zM66.783 28.978s.291.46.291.764c0 .307.288.867.42 1.095.132.23.34.664.447.715.103.05.42.077.736.407.312.331.471.584.735.663.261.075.472.153.472.153s-.315-.407-.682-1.044c-.37-.638-1.078-1.784-1.235-1.886-.16-.103-.499-.485-.579-.383-.079.1-.605-.484-.605-.484z"}),t.jsx("path",{fill:"url(#paint2_linear)",d:"M42.07 37.411c.34.74 3.018 1.784 2.996 1.248-.02-.366.025-1.56.055-2.28.217.32.398.591.44.675.135.256 2.682 3.745 2.918 4.435.238.69 5.383 3.974 5.91 4.534.13.139.432.451.817.846a23.433 23.433 0 005.45-.813 1.066 1.066 0 01-.28-.44c-.053-.18.185-.255.316-.458.129-.204.104-.204-.078-.181-.185.027-.763-.177-1.078-.203-.315-.024-1.42-.585-1.76-.687-.342-.102-.684-.917-.998-1.149-.316-.227-.525-.277-.657-.227-.133.052-.24-.026-.447-.256-.21-.23-.157-.457-.29-.611-.126-.152-.103.308-.182.357-.078.05-.315-.41-.474-.587-.155-.175-.34-.635-.446-.738-.104-.1-.104.202-.131.356-.025.152-.368.333-.5.23-.133-.102-.262-.456-.394-.586-.064-.063-.07.079-.074.22-.004.145-.002.292-.055.213-.106-.154-.289-.303-.316-.51-.026-.202-.159-.814-.263-.867-.103-.048-.21-.457-.315-.635-.103-.178-.103.127-.103.306 0 .177-.238.026-.293-.077-.05-.102-.157-.533-.259-.61-.107-.077-.29.203-.29.203l-.055.738s-.235-.713-.313-.84c-.078-.129-.342-.612-.368-.434-.027.178-.155-.075-.367-.23-.212-.153-.372-.431-.372-.356 0 .078.11.741-.047.662-.159-.076-.266-.686-.449-.967-.182-.28-.735-.713-.735-.713l-.13-.46s-.526-.025-.579-.178c-.052-.153-.34-.126-.366.052-.026.177-.291-.052-.504-.052-.205 0-.47-.636-.548-.739-.075-.102-.16-.28-.184-.154-.025.13-.209.052-.316-.178-.105-.23.187-.558.237-.688.054-.126-.05-.304-.21-.151-.157.152-.314.535-.314.535l-.288-.409-.134.155-.261-.536-.238-.509-.131.535-.026.031c-.122-.33-.227-.601-.262-.644-.103-.126-.63-1.554-.815-1.808-.182-.255-.157-.738-.157-.738s-.316-.18-.526-.078c-.21.103-.367-.33-.553-.458-.179-.127-.416.027-.416.027v-.587l-1.576-.154s1.443 6.879 1.785 7.618z"}),t.jsx("path",{fill:"url(#paint3_linear)",d:"M36.793 23.475c-.186.205-.817.257-.946.356-.131.101-.421.41-.499.535-.08.128-.292.153-.421.255-.131.103-.236.587-.236.587s-.34.05-.71.382c-.368.33-.71.434-1.077.663-.268.167-.78.513-1.085.736 1.14 11.166 10.85 19.89 22.658 19.89.631 0 1.257-.025 1.876-.073a19.55 19.55 0 01-.704-1.09c-.525-.89-1.628-1.399-1.815-1.452-.182-.05-.6-.817-.735-.866-.13-.05-.602-.79-.76-1.043a.845.845 0 00-.632-.41c-.235-.023-1.39-1.5-1.39-1.5s-1.6-1.707-1.759-1.836c-.159-.128-1.024-1.274-1.184-1.452-.157-.178-.97-.764-1.153-.79-.185-.026-.788-.919-.897-1.02-.103-.1-.495-.1-.522 0-.028.101-.29.384-.314.512-.026.127-.026.459-.211.61-.185.15-.288.713-.288.713s-.342-.229-.447-.253c-.108-.026-.263-.843-.289-1.022-.027-.176-.239-.637-.37-.787-.132-.154-.522-.818-.735-.97-.209-.152-.367-.84-.391-1.148-.028-.304-.553-1.196-.685-1.426-.133-.229-.264-1.119-.315-1.273-.054-.153-.343-.636-.499-.815-.157-.18-.892-.967-1.181-1.148-.289-.177-.398-.611-.446-.686-.055-.077-.133-.536-.133-.536s-.182-.331-.237-.484c-.05-.152-.103-2.496-.078-2.573.028-.075-.34-.356-.497-.408-.16-.05.026-.28 0-.406-.028-.127-.212-.282-.212-.282s-.5.306-.68.51z"}),t.jsx("path",{fill:"#292929",d:"M.503 1.522h3.322l10.851 19.71 10.848-19.71h3.323L16.498 23.97l12.98 23.424h-3.262L14.676 26.646 3.263 47.394H0L12.919 23.97.503 1.522zM89.929 44.653h13.784v2.74H86.919V1.522h3.01v43.131zM138.864 29.567l-9.22-22.145 9.22 22.145zm-9.22-22.145l-9.281 22.145h18.501l-9.22-22.145zm-10.41 24.883l-6.333 15.088h-3.073L129.644 0l19.754 47.393h-3.071l-6.336-15.088h-20.757zM32.994 24.456c0 11.315 9.722 20.806 21.512 20.806 11.725 0 21.51-9.553 21.51-20.806 0-11.317-9.785-20.806-21.51-20.806-11.79 0-21.512 9.489-21.512 20.806zm46.031 0C79.025 37.352 67.801 48 54.506 48c-13.296 0-24.52-10.648-24.52-23.544 0-12.898 11.163-23.544 24.52-23.544 13.295 0 24.52 10.646 24.52 23.544z"}),t.jsxs("defs",{children:[t.jsxs("linearGradient",{id:"paint0_linear",x1:"60.015",x2:"60.015",y1:"80.164",y2:"14.981",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#fff"}),t.jsx("stop",{offset:"1",stopColor:"#626262"})]}),t.jsxs("linearGradient",{id:"paint1_linear",x1:"40.169",x2:"50.526",y1:"21.908",y2:"21.908",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#fff"}),t.jsx("stop",{offset:"1",stopColor:"#909191"})]}),t.jsxs("linearGradient",{id:"paint2_linear",x1:"50.698",x2:"50.698",y1:"29.793",y2:"50.252",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#fff"}),t.jsx("stop",{offset:"1",stopColor:"#909191"})]}),t.jsxs("linearGradient",{id:"paint3_linear",x1:"23.397",x2:"83.226",y1:"51.182",y2:"51.182",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#fff"}),t.jsx("stop",{offset:"1",stopColor:"#626262"})]})]})]}),Eo=e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"192",height:"192",fill:"none",viewBox:"0 0 192 192",...e,children:[t.jsx("path",{fill:"#1B5EA8",d:"M6.89 97.275c0-49.741 39.906-90.062 89.14-90.062 49.233 0 89.143 40.321 89.143 90.062 0 49.745-39.91 90.066-89.144 90.066-49.233 0-89.138-40.321-89.138-90.067z"}),t.jsx("path",{stroke:"#1B5EA8",strokeWidth:"1.25",d:"M6.89 97.275c0-49.741 39.906-90.062 89.14-90.062 49.233 0 89.143 40.321 89.143 90.062 0 49.745-39.91 90.066-89.144 90.066-49.233 0-89.138-40.321-89.138-90.067z"}),t.jsx("path",{fill:"#fff",d:"M25 105.194s6.998-2.181 7.82-2.29c.817-.104 1.742 0 1.742 0s1.033-1.34 1.346-1.241c.298.104 1.537.524 1.747 0 .196-.524 1.028-1.246 1.434-1.35.416-.113.108-1.038.617-1.458.514-.416 3.905-2.18 4.624-3.011.73-.83 3.29-4.673 3.7-4.673.421 0 1.239-.623 1.547-1.142.298-.524 3.078-3.852 3.7-4.573.626-.727 1.957-1.77 1.957-1.77s.103-2.18.416-2.591c.304-.42 1.434-1.766 1.948-2.388.519-.623 2.369-2.606 2.78-2.492.41.103 1.737 0 1.85-.416.107-.42-.21-1.77.514-1.978.714-.207 1.85-.311 1.85-.311s1.639-5.197 2.368-5.503c.72-.322 1.845-.628 1.845-.628s2.158-1.869 2.883-1.77c.724.109 3.083-.203 3.083-.203s2.158-2.393 2.57-3.426c.415-1.043 1.13-1.666 1.751-1.775.617-.1-.313-.613.617-1.241.92-.628 4.732-2.492 5.442-3.224.72-.717 1.86-2.804 1.86-2.804s-.524-2.59.308-3.322c.817-.727 3.9-1.765 5.144-2.393 1.228-.618 4.008-2.591 4.512-3.526.519-.934 1.865-2.496 2.158-2.595.313-.104 2.065-2.398 2.467-2.804.416-.42 3.098-1.463 3.611-1.775.509-.306 2.77-.306 3.284-.415.519-.1.925-.83 2.261-1.038 1.341-.208 5.863.207 6.172.103.313-.103.925-.94 1.639-.618.734.307 1.551 2.28 1.963 2.487.411.213 1.84.633 2.872 1.355 1.023.727 2.472 2.907 3.7 2.803 1.243-.098 1.953 1.77 2.579 2.596.617.836 2.775 3.12 2.672 3.64-.102.524-.724 1.868-.102 2.912.616 1.033 1.336 2.902 1.947 3.317.617.42 1.953 2.601 1.953 3.432 0 .825 1.033 3.11 2.07 3.945 1.013.83 2.462 5.508 3.587 6.967 1.126 1.444 4.219 9.137 5.046 10.284.822 1.137.822.722 1.85 1.038 1.028.302 4.312 2.384 5.251 3.11.92.732 4.204 6.547 4.924 7.59.729 1.043 4.008 6.645 4.634 7.788.617 1.142 1.953 5.409 2.775 5.508.817.103 2.256 4.464 3.073 5.087.832.628 4.126 5.405 4.846 5.924.709.519 3.288 6.754 3.694 7.476.412.731-6.495 4.797-5.575 5 .925.203-3.586 1.765-2.965 1.978.622.203-5.539 2.808-3.073 3.955 2.472 1.138-5.708 7.911-5.708 7.911s-7.437 8.02-6.625 7.911c.822-.103-7.717 9.271-7.101 9.889.617.628-12.642 5.414-11.722 5.933.93.525-15.661 5.934-15.661 5.934l-20.338 3.955-60.044-23.733L25 105.194z"}),t.jsx("path",{fill:"url(#paint0_linear)",d:"M131.43 57.726c-.524.509-1.229 1.755-1.229 2.482 0 .726.299 1.873.509 2.388.196.519.313 2.497.313 2.497s-1.145-.727-1.654-1.355c-.509-.623-.406-1.963-.509-2.492-.108-.52-1.341.529-2.06.623-.362.054-.646-.49-.891-1.033-.245-.544-.45-1.088-.656-1.039-.406.109-1.639.732-2.877 1.874-1.229 1.132-.915 1.553-1.542 1.869-.612.307-.915.514-1.747-.104-.436-.326-.553-.054-.71.218-.137.247-.298.494-.739.296-.455-.202-.21.352.079.9.303.564.655 1.133.342.866-.607-.515-.607 1.142-.21 1.765.416.628 1.135 1.874 1.649 2.907.524 1.043 3.186 6.032 2.369 5.824-.822-.212-1.752-2.492-2.065-3.426-.304-.934-1.85-2.398-2.164-2.398-.293 0-1.845-.109-2.256-.307-.401-.207-3.284-.939-4.933-.83-1.644.104-2.06-1.454-2.877-1.666-.828-.208-3.5-1.039-4.214-1.138-.72-.103 1.639 2.389 2.364 2.596.719.208 1.125.831.102 1.236-1.027.426-2.775-1.137-3.284-1.137-.523 0-1.443 1.454-.822 1.874.607.415 3.181 1.973 3.705 2.393.499.415.098 2.175-.426 1.968-.504-.213-3.396-.213-4.625.109-1.238.311-3.185-1.36-4.106-2.077-.93-.727-1.854-.213-2.27.312-.411.509-1.752 2.491-2.57 3.317-.817.83-3.905.83-4.722 1.459-.832.618-4.116 3.426-5.041 4.573-.93 1.138-3.906 2.072-4.943 2.804-1.028.727-2.57 4.044-3.186 4.569-.617.519-1.85 1.77-2.677 2.803-.817 1.038-2.472 2.077-3.49 3.328-1.032 1.246-1.85 2.388-1.85 2.388l-2.06 2.175-1.747-1.038s-2.354 1.666-3.181 2.086c-.827.411-3.817-.212-4.835-.316-1.038-.104-2.369 1.142-2.06 1.251.313.104.523.722.313 1.038-.216.312-2.369.312-2.369.312l-.519 1.765s-1.953.306-2.78.306c-.817 0-2.045.312-2.564.426-.514.103-1.953-1.256-2.467-1.256-.523 0-1.952-.618-2.564 0-.621.627-1.659 2.289-1.659 2.289s-1.542 0-2.046.104c-.514.104-3.293.934-3.293.934l10.698 60.361c14.902 11.323 33.43 18.032 53.505 18.032 38.178 0 70.753-24.262 83.457-58.353-2.471-4.435-6.225-11.323-6.788-12.252-.827-1.345-4.218-7.991-4.83-8.826-.621-.836-1.439-.104-1.742.207-.152.144-.426.045-.695-.054-.323-.114-.646-.232-.754.054-.21.52-1.434 1.558-1.855 1.138-.401-.41-1.644-3.634-1.541-4.252.107-.623 1.747.301 1.747.301s.519-.301.318-.821c-.21-.519-2.677-1.147-3.098-1.043-.406.104-1.634-2.18-2.461-2.808-.818-.623-2.57-3.001-3.181-3.837-.627-.84-2.785-3.12-3.505-3.64-.709-.518-2.461-2.175-3.597-2.694-1.135-.524-1.238-2.086-1.742-3.54-.514-1.449-.729.425-.622.94.108.514-.929 1.354-.621 1.453.313.099.514 1.147 1.028 1.558.518.41-1.028.934-1.532.825-.524-.099-1.136-1.76-1.444-2.482-.313-.737-1.546-.944-1.135-1.77.416-.835.93-2.29.514-2.803-.411-.524-.612-1.973.098-1.87.729.1 1.233-.42 1.654-.835.411-.415 1.238 1.246 1.546 1.76.299.524 1.948 2.705 1.855 2.186-.108-.52.714-.83.714-.83.823 1.764 7.704 10.6 7.914 11.43.21.826.622-.316.519-1.25-.108-.935.406-.618.509-1.039.107-.42-.509-1.661-2.061-1.765-1.541-.104-2.256-2.6-2.774-3.743-.509-1.142 1.546.94 1.546.94L148.5 81.2s-4.322-7.273-4.625-7.273c-.313 0-1.038.41-1.238.826-.206.41.817 3.219 1.12 3.64.314.41 1.244 1.972.935 2.18-.313.207-1.952-.836-2.784-1.143-.808-.316-1.943 1.039-1.943 1.039s-.314-4.366-.832-4.366c-.509 0-.309-1.874-.201-3.422.103-1.562-1.644-1.562-1.644-1.562s-.309-3.535-.725-4.045c-.411-.529 0-2.912.108-3.96.108-1.034-2.163-4.984-2.677-5.39-.269-.222-.827-.355-1.365-.355-.485 0-.955.104-1.199.356"}),t.jsx("path",{fill:"url(#paint1_linear)",d:"M78.061 68.628s-.514 1.246-1.341 1.864c-.832.628-1.341 2.294-2.158 3.436-.822 1.137-1.845 1.869-2.672 1.449-.823-.42-1.85.207-1.748 1.453.103 1.251.416 3.847-.205 3.536-.626-.312-.103-1.662-1.028-1.039-.93.623-2.785 4.05-3.494 3.743-.724-.311-1.551-2.185-2.06-1.458-.514.727-.72 3.016-1.336 1.973-.612-1.044-1.537-.94-2.976.202-1.444 1.152-2.99 1.884-3.705 2.284-.734.42-2.158 1.563-2.476 2.498-.304.934-.915 1.562-1.434 1.873-.519.307-1.742 1.247-1.742 1.87 0 .627-.73.934-1.557 1.77-.812.825-2.358 1.962-3.176 2.7-.827.726-2.579 2.704-3.401 3.114-.827.415-2.256 1.562-1.439 1.562 0 0 1.439 0 2.261-.628.827-.627 3.191-2.388 3.808-2.6.621-.208 2.055-.312 2.363.42.314.732-.2 1.765-.925 2.279-.714.529-2.265 2.295-2.667 2.398-.416.099-1.546 1.143-1.546 1.143s1.948-.104 2.873-.732c.934-.618 3.406-1.765 3.7-2.601.313-.826 1.032-1.864 1.556-2.695.514-.825 1.326.41 1.228 1.251-.108.826 1.248 1.444 1.948.302.724-1.142 1.752-.613 2.672-.613.925 0 2.892.717 3.401-.11.519-.83 1.742-3.322 2.477-3.747.714-.405 2.349-3.629 2.862-4.88.51-1.241 2.261-4.771 2.682-6.23.412-1.454 1.752-3.214 2.575-3.738.817-.519 2.77-1.35 3.7-1.973.92-.622.4-1.245 1.433-2.18 1.033-.94 1.547-.727 1.547-1.666 0-.93.827-1.973.827-1.973s-1.341-1.246-.524-2.29c.832-1.038 2.056-3.114 2.056-3.114s0-.935-.401-.623c-.416.311-1.958-.104-1.958-.104v1.874z"}),t.jsx("path",{fill:"#fff",d:"M131.63 95.121s3.293 4.979 3.905 6.122c.617 1.152 3.191 5.824 3.397 6.655.2.83.523 1.968 1.752 2.907 1.228.934 2.564 2.383 2.564 2.383s.108-1.449-.103-2.076c-.21-.623-2.77-3.842-3.489-5.083-.724-1.256-7.826-10.393-8.026-10.908zM144.07 114.44s1.14 1.874 1.14 3.115c0 1.251 1.126 3.535 1.645 4.464.514.94 1.331 2.705 1.747 2.913.406.207 1.649.316 2.882 1.661 1.224 1.35 1.846 2.383 2.878 2.705 1.023.306 1.85.623 1.85.623s-1.233-1.662-2.672-4.258c-1.449-2.6-4.219-7.273-4.835-7.688-.627-.42-1.953-1.978-2.266-1.562-.309.41-2.369-1.973-2.369-1.973z"}),t.jsx("path",{fill:"url(#paint2_linear)",d:"M47.317 148.826c1.331 3.016 11.814 7.273 11.726 5.087-.074-1.493.098-6.358.215-9.295.852 1.3 1.561 2.408 1.728 2.749.524 1.043 10.498 15.273 11.422 18.086.93 2.809 21.074 16.203 23.134 18.488.51.563 1.693 1.839 3.2 3.446a88.357 88.357 0 0021.339-3.313c-.451-.41-.921-1.177-1.097-1.795-.205-.732.725-1.038 1.238-1.869.504-.83.407-.83-.303-.736-.724.108-2.99-.723-4.224-.826-1.233-.099-5.559-2.388-6.89-2.804-1.336-.415-2.677-3.738-3.906-4.682-1.238-.93-2.055-1.132-2.574-.929-.519.212-.935-.104-1.747-1.044-.827-.934-.617-1.864-1.135-2.492-.495-.618-.407 1.256-.715 1.459-.303.203-1.233-1.671-1.855-2.393-.607-.717-1.33-2.591-1.747-3.011-.406-.411-.406.825-.514 1.453-.098.618-1.439 1.355-1.953.94-.523-.42-1.027-1.864-1.546-2.393-.25-.257-.274.321-.289.9-.014.588-.01 1.186-.215.865-.416-.628-1.13-1.236-1.238-2.077-.103-.825-.622-3.323-1.028-3.535-.406-.198-.822-1.864-1.233-2.591-.406-.727-.406.519-.406 1.246 0 .722-.93.109-1.146-.312-.195-.415-.616-2.175-1.013-2.491-.42-.312-1.14.83-1.14.83l-.21 3.011s-.92-2.907-1.229-3.426c-.303-.524-1.336-2.497-1.438-1.77-.108.727-.607-.307-1.44-.935-.826-.628-1.453-1.76-1.453-1.453 0 .316.426 3.021-.186 2.699-.621-.311-1.042-2.798-1.757-3.945-.714-1.143-2.877-2.908-2.877-2.908l-.51-1.874s-2.06-.103-2.265-.726c-.206-.623-1.332-.515-1.434.212-.103.722-1.14-.212-1.973-.212-.802 0-1.84-2.591-2.148-3.011-.294-.416-.622-1.143-.72-.628-.097.529-.817.212-1.238-.727-.41-.935.734-2.275.93-2.804.21-.514-.195-1.241-.822-.618-.616.618-1.228 2.181-1.228 2.181l-1.13-1.666-.525.632-1.022-2.185-.93-2.077-.514 2.181-.103.128c-.474-1.35-.886-2.452-1.023-2.625-.406-.514-2.466-6.339-3.19-7.372-.715-1.043-.617-3.011-.617-3.011s-1.238-.732-2.06-.317c-.818.42-1.434-1.35-2.164-1.869-.7-.519-1.63.109-1.63.109v-2.393l-6.17-.628s5.652 28.05 6.988 31.066"}),t.jsx("path",{fill:"url(#paint3_linear)",d:"M26.655 92c-.73.835-3.201 1.048-3.705 1.453-.514.41-1.65 1.667-1.953 2.181-.313.52-1.145.623-1.649 1.038-.514.42-.925 2.393-.925 2.393s-1.331.208-2.78 1.558c-1.439 1.35-2.78 1.77-4.213 2.704a87.075 87.075 0 00-4.248 3.002c4.463 45.527 42.48 81.102 88.707 81.102 2.472 0 4.924-.103 7.346-.301-1.008-1.528-2.006-3.12-2.755-4.445-2.055-3.63-6.377-5.701-7.106-5.919-.714-.202-2.354-3.332-2.878-3.53-.508-.208-2.358-3.219-2.975-4.252-.622-1.039-1.537-1.562-2.477-1.671-.92-.094-5.442-6.122-5.442-6.122s-6.264-6.956-6.885-7.48c-.622-.525-4.008-5.197-4.635-5.924-.616-.727-3.798-3.115-4.517-3.223-.724-.104-3.083-3.743-3.509-4.154-.406-.41-1.938-.41-2.046 0-.107.411-1.135 1.563-1.228 2.087-.103.514-.103 1.869-.827 2.487-.724.613-1.126 2.907-1.126 2.907s-1.34-.934-1.752-1.033c-.42-.104-1.028-3.437-1.13-4.168-.108-.717-.935-2.596-1.449-3.209-.519-.628-2.045-3.333-2.877-3.956-.818-.618-1.44-3.421-1.532-4.677-.108-1.241-2.164-4.88-2.682-5.815-.52-.934-1.033-4.563-1.233-5.191-.211-.623-1.341-2.596-1.953-3.323-.617-.732-3.494-3.946-4.625-4.682-1.13-.722-1.556-2.492-1.747-2.799-.216-.311-.519-2.185-.519-2.185s-.715-1.35-.93-1.973c-.196-.618-.401-10.175-.303-10.492.107-.306-1.331-1.449-1.948-1.661-.626-.208.103-1.142 0-1.657-.108-.519-.827-1.152-.827-1.152S27.364 91.17 26.655 92"}),t.jsx("path",{fill:"#292929",d:"M11.78 96c0 46.136 38.065 84.836 84.225 84.836 45.905 0 84.21-38.952 84.21-84.836 0-46.146-38.305-84.836-84.21-84.836-46.16 0-84.225 38.69-84.225 84.836zM192 96c0 52.583-43.943 96-95.995 96C43.948 192 0 148.583 0 96 0 43.407 43.708 0 96.005 0 148.057 0 192 43.407 192 96z"}),t.jsxs("defs",{children:[t.jsxs("linearGradient",{id:"paint0_linear",x1:"117.572",x2:"117.572",y1:"323.149",y2:"57.367",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#fff"}),t.jsx("stop",{offset:"1",stopColor:"#626262"})]}),t.jsxs("linearGradient",{id:"paint1_linear",x1:"39.87",x2:"80.42",y1:"85.611",y2:"85.611",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#fff"}),t.jsx("stop",{offset:"1",stopColor:"#909191"})]}),t.jsxs("linearGradient",{id:"paint2_linear",x1:"81.096",x2:"81.096",y1:"117.762",y2:"201.184",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#fff"}),t.jsx("stop",{offset:"1",stopColor:"#909191"})]}),t.jsxs("linearGradient",{id:"paint3_linear",x1:"-25.794",x2:"208.447",y1:"204.974",y2:"204.974",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#fff"}),t.jsx("stop",{offset:"1",stopColor:"#626262"})]})]})]}),Ie=e=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"310",height:"101",fill:"none",viewBox:"0 0 310 101",...e,children:t.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M300.493 98.795h8.955L269.521 0l-40.072 98.795h8.985l12.113-29.765h37.804l12.142 29.765zm-15.443-38.06h-31.173l15.644-38.433 15.529 38.433zm-107.902 38.06h35.02V90.53h-26.38V5.426h-8.64v93.37zm-65.122 1.235c-25.985 0-47.905-21.957-47.905-47.933S86.041 4.22 112.026 4.22s47.905 21.928 47.905 47.904c0 25.976-21.948 47.905-47.905 47.905zm0-87.543c-21.351 0-39.376 18.14-39.376 39.638 0 21.499 18.025 39.61 39.376 39.61s39.376-18.14 39.376-39.61-18.025-39.638-39.376-39.638zm-57.8 86.337h9.5L38.122 52.15 62.521 5.426h-9.616L33.013 42.71 13.092 5.426H3.447L27.99 52.149 2.5 98.824h9.501l20.983-39.351 21.241 39.351z",clipRule:"evenodd"})}),Cr=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M5.769 11.865h2.498M7.019 12v.5M5.768 10.268c0 .135.11.244.25.244h2-.006c.135 0 .25-.114.25-.25v-.424a4.29 4.29 0 003.244-4.083L11.5 5.75a4.377 4.377 0 00-4.503-4.248A4.369 4.369 0 002.5 5.745a4.288 4.288 0 003.248 4.078l.02.445z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Cr.tags=["nps","net promoter score"];const Lr=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M10.575 10.738l3.18 1.03s.455.084.45.389c-.003.214-.138.458-.138.458l-1.344 1.938s-.24.201-.482.201-.52-.377-.52-.377l-1.7-2.864s-.192-.418.035-.648c.207-.211.519-.127.519-.127zm-.681-1.316c.162.279.612.198.612.198l3.173-.936s.433-.178.494-.414c.06-.237-.071-.523-.071-.523l-1.517-1.803s-.132-.228-.404-.25c-.301-.027-.486.34-.486.34L9.902 8.884c0-.001-.158.282-.008.54zm-1.5-1.11c.374-.093.434-.64.434-.64l-.025-4.56s-.057-.563-.307-.716c-.393-.24-.51-.115-.622-.098l-2.634.987s-.258.087-.393.304c-.192.308.195.759.195.759L7.78 8.116s.27.282.615.196zm-.65 1.845c.01-.352-.418-.563-.418-.563L4.494 8.15s-.42-.174-.624-.053c-.156.093-.294.262-.307.41L3.378 10.8s-.027.397.075.578c.144.256.62.078.62.078l3.306-.738c.128-.087.353-.095.365-.56zm.822 1.237c-.284-.147-.623.157-.623.157l-2.214 2.46s-.276.376-.206.607a.595.595 0 00.33.4l2.224.708s.27.056.474-.004c.29-.085.236-.542.236-.542l.05-3.33s-.011-.32-.27-.456z",fill:"#000"})}));Lr.tags=["logo","social media","review"];const xr=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[t.jsx("rect",{width:"24",height:"24",rx:"12",fill:"#AA8FFF"}),t.jsx("path",{d:"M5.06927 14.711L5.48405 18.0887H20L19.5251 14.2204H12.7567L12.6979 13.7403L18.9314 9.38485L18.5153 6H3.99999L4.47487 9.86822H11.2544L11.3138 10.3516L5.06927 14.711Z",fill:"#1A0826"})]}));xr.tags=["payment","zip","bnpl"];const Io={primary:"text-primary",secondary:"text-secondary",warning:"text-warning",success:"text-success",danger:"text-danger",caution:"text-caution",current:null},Ao={tiny:"w-4 h-4",small:"w-7 h-7",medium:"w-10 h-10",large:"w-14 h-14",current:"w-[1em] h-[1em]"},D1=({className:e,size:r="small",color:l="secondary",...i})=>n.default.createElement(at,{className:h.default("ui-spinner",e,Ao[r],Io[l],"inline-block animate-spin"),...i});D1.propTypes={className:o.default.string,size:o.default.string,color:o.default.string};const Ho={primary:"!bg-primary-light",secondary:"!bg-secondary-light",success:"!bg-success-light",warning:"!bg-warning-light",caution:"!bg-caution-light",danger:"!bg-danger-light"},re=({color:e="primary",isLoading:r,isSuccess:l,disabled:i=!1,className:c,variant:d="standard",children:u,...f})=>{const[w,p]=g.useState(!1);g.useEffect(()=>{if(l&&!r){p(!0);const x=setTimeout(()=>p(!1),3e3);return()=>clearTimeout(x)}r&&w&&p(!1)},[l,r]);const v=r||w;return n.default.createElement(l1,{color:e,disabled:v||i,variant:d,className:h.default(c,"relative",v&&Ho[e]),...f},n.default.createElement("span",{className:h.default("absolute inset-0 flex items-center justify-center",v?"opacity-100":"opacity-0")},v&&n.default.createElement(z.Transition,{appear:!0,as:"span",show:v,enter:"transition-all duration-700",enterFrom:"opacity-0",enterTo:"opacity-100"},w&&n.default.createElement(Le,{size:"medium",color:"current",className:h.default("relative -top-0.25 text-white",{"text-black":d==="outline"})}),r&&!w&&n.default.createElement(D1,{size:"current",color:"current",className:"relative -top-0.25 text-white"}))),n.default.createElement("span",{className:h.default(v?"flex-shrink flex-grow opacity-0":"opacity-100")},u))};re.propTypes={...l1.propTypes,isLoading:o.default.bool,isSuccess:o.default.bool,variant:o.default.oneOf(Object.keys(S1)),disabled:o.default.bool};const No={outline:{primary:"bg-primary-lighter border border-primary hover:bg-primary-light hover:border-primary-dark",secondary:"bg-secondary-light border border-secondary-light hover:bg-secondary-light hover:border-secondary",success:"bg-success-lightish border border-success hover:bg-success-light hover:border-success-dark",warning:"bg-warning-lightish border border-warning hover:bg-warning-light hover:border-warning-dark",caution:"bg-caution-lightish border border-caution hover:bg-caution-light hover:border-caution-dark",danger:"bg-danger-lightish border border-danger hover:bg-danger-light hover:border-danger-dark"}},yr=({color:e="primary",variant:r="outline",isActive:l,className:i,...c})=>n.default.createElement(l1,{color:e,variant:r,className:h.default("text-black",i,l?No[r][e]:`bg-white hover:bg-${e}-lighter hover:border-${e}`),...c});yr.propTypes={...l1.propTypes,isActive:o.default.bool.isRequired};const br={primary:"bg-primary-lighter text-primary-dark",secondary:"bg-secondary-lighter text-black",success:"bg-success-lightish text-success-darker",warning:"bg-warning-lightish text-warning-darker",caution:"bg-caution-lighter text-caution-dark",danger:"bg-danger-lightish text-danger-dark",problem:"bg-warning text-white",critical:"bg-danger text-white"},Mr={small:"px-2 py-0.75 h-5 text-sm leading-sm",medium:"px-3 py-1.5 h-7.5 text-base leading-base",large:"px-3.5 py-0.75 h-10 text-lg leading-lg"},jo={small:"w-3 h-3",medium:"w-4 h-4",large:"w-5 h-5 mr-1.5"},Ae=({color:e="primary",size:r="small",icon:l,className:i,children:c,...d})=>n.default.createElement("span",{className:h.default("ui-badge","inline-flex items-center whitespace-nowrap rounded-full",br[e],Mr[r],i),...d},l?g.cloneElement(l,{className:h.default("mr-1",jo[r])}):null,c);Ae.propTypes={className:o.default.string,color:o.default.oneOf(Object.keys(br)),size:o.default.oneOf(Object.keys(Mr)),icon:o.default.element,children:o.default.node.isRequired};const Er={primary:"bg-primary-lighter text-black border border-primary",secondary:"bg-secondary-light text-gray-darker border border-secondary",success:"bg-success-lighter text-black border border-success",warning:"bg-warning-lighter text-black border border-warning",danger:"bg-danger-lighter text-black border border-danger",caution:"bg-caution-lighter text-black border border-caution"},Ir={small:"px-1 py-0.75 text-sm leading-3.5",medium:"px-2 py-1 text-base leading-3.5",large:"px-2 py-1.5 text-base leading-4"},Ar=({color:e="primary",size:r="small",onClose:l,className:i,children:c,...d})=>{const u=f=>{f.stopPropagation(),l==null||l()};return n.default.createElement("span",{className:h.default("ui-tag","inline-flex rounded",Er[e],Ir[r],i),...d},c,l?n.default.createElement(k1,{size:"small",className:h.default("ui-tag-close ml-2 cursor-pointer leading-4 hover:text-gray-darker",r==="large"?"mt-0.5":"mt-0.25"),onClick:u}):null)};Ar.propTypes={color:o.default.oneOf(Object.keys(Er)),size:o.default.oneOf(Object.keys(Ir)),onClose:o.default.func,className:o.default.string,children:o.default.node.isRequired};const Hr={primary:"bg-primary",secondary:"bg-secondary",success:"bg-success",warning:"bg-warning",danger:"bg-danger",caution:"bg-caution"},To={small:"h-1 w-1",medium:"h-1.5 w-1.5",large:"h-2 w-2",xlarge:"h-8 w-8"},L1=({color:e="primary",size:r="medium",className:l,...i})=>n.default.createElement("span",{className:h.default("ui-dot","inline-block rounded-full text-white",Hr[e],To[r],l),...i});L1.propTypes={className:o.default.string,color:o.default.oneOf(Object.keys(Hr))};const Nr=({current:e,total:r})=>r<=1?null:n.default.createElement("div",{className:"w-full space-x-2 text-center"},V.range(0,r).map(l=>{const i=e<=0?0:e>=r?e-1:e,c=l===i?"primary":"secondary";return n.default.createElement(L1,{key:l,color:c,size:"medium"})}));Nr.propTypes={total:o.default.number.isRequired,current:o.default.number.isRequired};const jr={primary:"bg-primary-lighter text-black",secondary:"bg-secondary-lighter text-black",success:"bg-success-lighter text-black",warning:"bg-warning-lighter text-black",danger:"bg-danger-lighter text-black",caution:"bg-caution-lighter text-black"},He=({className:e,color:r="primary",onClose:l,children:i,...c})=>n.default.createElement("div",{className:h.default("ui-alert flex items-start rounded px-3 py-3 text-base leading-4",jr[r],e),...c},n.default.createElement("span",{className:"ui-alert-content w-full leading-p1"},i),l?n.default.createElement("button",{type:"button",className:"ui-alert-close ml-3 cursor-pointer hover:text-gray-dark"},n.default.createElement(k1,{onClick:l})):null);He.propTypes={className:o.default.string,color:o.default.oneOf(Object.keys(jr)),onClose:o.default.func,children:o.default.node.isRequired};const Tr=process.env.NODE_ENV!=="production",zo=e=>{let r="N/A";const l=typeof e=="string"&&e.match(/\b\w/g);return l&&(r=l[0],l.length>1&&(r+=l[l.length-1])),r.toUpperCase()},zr={tiny:"h-7 w-7 text-base",small:"h-10 w-10 text-base",medium:"h-12 w-12 text-md",large:"h-15 w-15 text-xl"},Ne=({className:e,name:r,color:l="bg-primary-lighter",size:i="large",...c})=>{const d=h.default("ui-avatar","inline-flex items-center justify-center rounded-full text-black leading-none",zr[i],l,e);return n.default.createElement("div",{title:r,className:d,...c},zo(r))};Ne.propTypes={className:o.default.string,color:o.default.string,name:o.default.string,size:o.default.oneOf(Object.keys(zr))};const u1={MIN:64,MAX:200},n1={ICONS:"icons",TEXT:"text",ICONS_AND_TEXT:"iconsAndText"},H1={TEXT:140,ICONS_AND_TEXT:174},Bo=1024,Vo=24,So=e=>e>=H1.ICONS_AND_TEXT?n1.ICONS_AND_TEXT:e>=H1.TEXT?n1.TEXT:n1.ICONS,Br=e=>e===n1.ICONS?u1.MIN:e===n1.TEXT?H1.ICONS_AND_TEXT-1:u1.MAX,N1=(e,r,l)=>{if(e==null||typeof e=="string"&&e.trim()==="")return l;const i=Number(e);return Number.isFinite(i)?Math.min(Math.max(i,r),l):l},Do=(e,r,l)=>{const c=[r,H1.TEXT,H1.ICONS_AND_TEXT,l].filter(u=>u>=r&&u<=l).filter(u=>Math.abs(u-e)<=Vo),d=c.length>0?c.sort((u,f)=>Math.abs(u-e)-Math.abs(f-e))[0]:e;return N1(d,r,l)},Fo=({storedWidth:e,hasIntent:r,viewportWidth:l,minWidth:i,maxWidth:c,autoCollapseBelow:d})=>{const u=N1(e,i,c);return d!=null&&l<d&&!r?i:u},Vr=(e,r,l)=>N1(e??l,r,l),Oo=({width:e,lastExpandedWidth:r,wasBelow:l,isBelow:i,hasIntentBelow:c,minWidth:d,maxWidth:u})=>i&&!l&&!c?{width:d,lastExpandedWidth:e>d?e:r}:!i&&l?{width:Vr(r,d,u),lastExpandedWidth:r}:{width:e,lastExpandedWidth:r},Wo=({width:e,lastExpandedWidth:r,minWidth:l,maxWidth:i})=>e>l?{width:l,lastExpandedWidth:e}:{width:Vr(r,l,i),lastExpandedWidth:r},Sr=e=>({variant:e,showIcons:e!==n1.TEXT,showText:e!==n1.ICONS,isCollapsed:e===n1.ICONS}),Dr=g.createContext(Sr(n1.ICONS_AND_TEXT)),Fr=g.createContext(u1.MAX),oe=()=>g.useContext(Dr),Po=()=>g.useContext(Fr),je=({name:e,description:r,image:l,icon:i=n.default.createElement(A1,null),isResponsive:c,className:d,...u})=>{const{showText:f}=oe(),w=l??n.default.createElement(Ne,{size:"tiny",name:e}),p=g.useRef(!1);return Tr&&c!==void 0&&!p.current&&(p.current=!0,console.warn("UI Kit: Sidebar.Account no longer needs `isResponsive`; the sidebar's variant drives this. Remove the prop.")),n.default.createElement("button",{type:"button",className:h.default("ui-sidebar-account","flex h-12 w-full cursor-pointer items-center rounded px-4 py-3 hover:bg-gray-darker",f?"justify-start":"justify-center",d),...u},n.default.createElement("div",{className:"shrink-0"},w),f&&n.default.createElement("div",{className:"ml-2 min-w-0 text-left"},n.default.createElement("div",{className:"truncate text-base"},e),r&&n.default.createElement("div",{className:"truncate text-sm text-gray-dark"},r)),f&&n.default.createElement("span",{className:"ml-auto"},i))};je.displayName="Sidebar.Account",je.propTypes={name:o.default.string.isRequired,description:o.default.string,image:o.default.node,icon:o.default.node,isResponsive:o.default.bool,className:o.default.string};const Te=({icon:e,label:r,appearance:l="plain",className:i,...c})=>{const{showIcons:d,showText:u}=oe(),f=l==="solid";return n.default.createElement("button",{type:"button",className:h.default("ui-sidebar-button flex min-w-0 cursor-pointer items-center rounded",f?"mx-2 mb-4 bg-white py-1.5 text-base font-semibold text-gray-darker hover:bg-gray-lighter":"w-full py-2 hover:bg-gray-darker",u&&(f?"px-3":"px-4"),!u&&"justify-center px-2",i),"aria-label":u?void 0:r,...c},n.default.createElement("div",{className:h.default("shrink-0",f?"p-0.5":"p-1.5",!d&&"hidden")},n.default.createElement(e,{className:h.default("shrink-0",f?"h-5 w-5":"h-4 w-4")})),n.default.createElement("span",{className:h.default("min-w-0 truncate",!u&&"hidden",d&&(f?"ml-3":"ml-2"),f&&"whitespace-nowrap")},r))};Te.displayName="Sidebar.Button",Te.propTypes={icon:o.default.elementType.isRequired,label:o.default.string.isRequired,appearance:o.default.oneOf(["plain","solid"]),className:o.default.string};const ze=({children:e,...r})=>n.default.createElement("div",{className:"ui-sidebar-footer py-3",...r},n.default.createElement("div",{className:"mx-4 border-t border-secondary-darker pb-2"}),e);ze.displayName="Sidebar.Footer",ze.propTypes={children:o.default.node.isRequired};const Be=({icon:e,label:r,className:l})=>n.default.createElement("p",{className:h.default("ml-4 flex items-center text-white",l)},n.default.createElement(e,{className:"mr-3 h-5 w-5"}),n.default.createElement("span",{className:"text-md font-bold"},r));Be.displayName="Sidebar.Heading",Be.propTypes={icon:o.default.func.isRequired,label:o.default.string.isRequired,className:o.default.string};const Ve=({isActive:e=!1,icon:r,info:l,children:i,isSubMenuItem:c,align:d,classNames:u,className:f,...w})=>{const{showIcons:p,showText:v}=oe();return c?n.default.createElement("button",{type:"button",className:h.default("ui-sidebar-link","flex w-full items-center justify-start rounded px-6 py-2 leading-none transition-colors",e?"bg-primary text-white hover:bg-primary-dark":"text-gray hover:bg-gray-darker",f),...w},n.default.createElement(L1,{className:h.default("mr-3 shrink-0",e?"bg-white":"bg-gray")}),n.default.createElement("span",{className:h.default("px-1 text-left",u==null?void 0:u.text)},i)):n.default.createElement("button",{type:"button",className:h.default("ui-sidebar-link","flex h-10 w-full items-center rounded leading-none transition-colors","py-3",v?"justify-start":"justify-center px-2",v&&(p?"px-6":"px-3"),e?"bg-primary text-white hover:bg-primary-dark":"text-gray hover:bg-gray-darker",f),...w},n.default.createElement("div",{className:h.default("shrink-0",!p&&"hidden")},r&&n.default.createElement(r,{className:h.default("h-5 w-5 shrink-0",p&&v&&"mr-3")})),n.default.createElement("span",{className:h.default("min-w-0 truncate px-1 leading-5",!v&&"hidden",d==="left"&&"text-left",u==null?void 0:u.text)},i),l??n.default.createElement(A1,{className:h.default("ml-auto h-3 w-3 shrink-0",!v&&"hidden")}))};Ve.displayName="Sidebar.Link",Ve.propTypes={align:o.default.oneOf(["center","left","right"]),isActive:o.default.bool,icon:o.default.func,info:o.default.node,children:o.default.node.isRequired,isSubMenuItem:o.default.bool,className:o.default.string,classNames:o.default.shape({text:o.default.string})};const Se=({className:e})=>n.default.createElement("hr",{className:h.default("mx-3 my-4 border-gray-lighter/20",e)});Se.displayName="Sidebar.Separator",Se.propTypes={className:o.default.string};const qo={main:"_main_1bcuo_1"},Uo=typeof window>"u"?void 0:window.document.body,De=({children:e,content:r,...l})=>n.default.createElement($1.default,{interactive:!0,trigger:"mouseenter",hideOnClick:"toggle",appendTo:Uo,placement:"right",offset:[0,4],arrow:!1,className:h.default("ui-sidebar-menu",qo.main,"!rounded-none bg-black bg-opacity-90 p-2 backdrop-blur-sm backdrop-filter"),content:r,...l},n.default.createElement("span",{className:"block"},e));De.displayName="Sidebar.Menu",De.propTypes={children:o.default.node.isRequired,content:o.default.node.isRequired};const ne=({className:e,...r})=>n.default.createElement("span",{className:h.default("ui-counter","inline-flex items-center justify-center rounded-full bg-danger-dark px-2 py-1 font-semibold leading-none text-white",e),...r});ne.propTypes={className:o.default.string};const F1=typeof window>"u"?!1:window.navigator.userAgent.includes("Macintosh"),Fe=()=>{if(typeof window>"u"||!window.navigator)return!1;const e=window.navigator.userAgent,r=!!/ipad/i.test(e)||!!/iphone/i.test(e),l=!!/webkit/i.test(e),i=!!/macintosh/i.test(e)&&navigator.maxTouchPoints>1;return r&&l||i},Or=()=>{const[e,r]=g.useState(0);return g.useEffect(()=>{const l=()=>{r(window.innerHeight)};return l(),window.addEventListener("orientationchange",l),()=>{window.removeEventListener("orientationchange",l)}},[]),e},Zo={small:"w-72",medium:"w-85",large:"w-110",xl:"w-200","2xl":"w-screen md:max-w-screen-md 2xl:max-w-screen-lg"},O1=g.forwardRef(({isOpen:e=!1,title:r,size:l="medium",content:i,sideIndent:c=0,onClose:d,classNames:u={},position:f="right"},w)=>{const p=Or(),v=Fe();return n.default.createElement(z.Transition.Root,{ref:w,show:e,as:g.Fragment},n.default.createElement(z.Dialog,{as:"div",className:h.default("ui-drawer fixed inset-0 z-10 overflow-hidden",u.dialog),open:e,onClose:d},n.default.createElement("div",{className:h.default("flex",v?`h-[${p}px] max-h-[${p}px] w-full`:"h-screen w-full")},n.default.createElement(z.Transition.Child,{as:g.Fragment,enter:"ease-in-out duration-500",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in-out duration-500",leaveFrom:"opacity-100",leaveTo:"opacity-0"},n.default.createElement(z.Dialog.Overlay,{className:h.default("absolute inset-0 bg-black bg-opacity-80 transition-opacity",u.overlay)})),n.default.createElement("div",{style:{[f==="right"?"right":"left"]:`${c??0}px`},className:h.default("fixed inset-y-0 flex max-w-full",u.dialogContent)},n.default.createElement(z.Transition.Child,{as:g.Fragment,enter:"transform transition ease-in-out duration-500 sm:duration-700",enterFrom:f==="right"?"translate-x-full":"-translate-x-full",enterTo:"translate-x-0",leave:"transform transition ease-out-in duration-500 sm:duration-700",leaveFrom:"translate-x-0",leaveTo:f==="right"?"translate-x-full":"-translate-x-full"},n.default.createElement("div",{className:"flex"},f==="right"?n.default.createElement(Wr,{onClose:d}):null,n.default.createElement("div",{className:h.default("flex h-full w-full flex-col overflow-y-auto bg-white px-4 py-8 shadow-xl sm:px-6",Zo[l],u.children)},n.default.createElement("div",{className:"w-full"},n.default.createElement(z.Dialog.Title,null,r)),n.default.createElement("div",{className:h.default("relative mt-3 flex-1",u.content)},i)),f==="left"?n.default.createElement(Wr,{onClose:d}):null))))))}),Wr=({onClose:e})=>n.default.createElement(l1,{size:"small",variant:"link",className:h.default("m-2.5 inline-flex !h-10 !w-10 items-center justify-center !rounded-full bg-white !px-1.5 !text-black"),onClick:e},n.default.createElement(k1,{size:"medium"}));O1.propTypes={isOpen:o.default.bool.isRequired,title:o.default.oneOfType([o.default.arrayOf(o.default.node),o.default.node]),content:o.default.oneOfType([o.default.arrayOf(o.default.node),o.default.node]).isRequired,onClose:o.default.func.isRequired,classNames:o.default.object,position:o.default.string,sideIndent:o.default.number},O1.defaultProps={title:"",classNames:{},position:"right",sideIndent:0};const Yo={background:"linear-gradient(138.65deg, #583DFF 19.59%, #F849C7 62.96%, #FFC03D 97.07%)"},Pr=e=>{const r=e?"30px":"48px";return{minWidth:r,width:r,minHeight:"20px",height:"20px",display:"inline-flex",justifyContent:"center",alignItems:"center"}},Oe=({notifications:e,isCollapsed:r,width:l,isLeftDrawerOpen:i,isRightDrawerOpen:c,onDrawerStateChange:d})=>{const{announcements:u,notices:f}=e??{};if(!u&&!f)return null;const w=(f==null?void 0:f.count)>0;return n.default.createElement(n.default.Fragment,null,n.default.createElement("div",{className:h.default("sticky top-0 z-50 flex w-full gap-2 bg-black p-2",r?"flex-col justify-center":"justify-between")},u&&n.default.createElement("div",{className:h.default("cursor-pointer text-center",u.hide&&"hidden")},n.default.createElement(ne,{style:{...Yo,...Pr(r)},onClick:()=>d==null?void 0:d("left")},n.default.createElement(H0,{className:h.default(r&&"hidden")}),u.count)),f&&n.default.createElement("div",{className:h.default("cursor-pointer text-center",!w&&"hidden")},n.default.createElement(ne,{className:"text-sm",style:Pr(r),onClick:()=>d==null?void 0:d("right")},n.default.createElement(me,{className:h.default(r&&"hidden")}),f.count))),u&&n.default.createElement(O1,{isOpen:i,sideIndent:l,position:"left",size:"xl",title:u.title,content:u.content,onClose:p=>!!p&&(d==null?void 0:d("left"))}),f&&n.default.createElement(O1,{isOpen:c,sideIndent:l,position:"left",size:"xl",title:f.title,content:f.content,onClose:p=>!!p&&(d==null?void 0:d("right"))}))};Oe.displayName="Sidebar.Notifications";const qr={count:o.default.number,content:o.default.node,title:o.default.string,onClose:o.default.func},_o=o.default.shape(qr),Go=o.default.shape({...qr,hide:o.default.bool});Oe.propTypes={notifications:o.default.shape({announcements:Go,notices:_o}),isCollapsed:o.default.bool,width:o.default.number.isRequired,isLeftDrawerOpen:o.default.bool,isRightDrawerOpen:o.default.bool,onDrawerStateChange:o.default.func};const Ko={},Qo=1280,Xo=100,W1=typeof window>"u",P1=e=>e?{width:e,preferred:`${e}:preferred`,intent:`${e}:intent`}:null,We=e=>{if(W1)return null;try{return window.localStorage.getItem(e)}catch{return null}},ae=(e,r)=>{if(!W1)try{window.localStorage.setItem(e,r)}catch{}},Ur=e=>{const r=P1(e);return!!r&&We(r.intent)==="1"},Jo=({storageKey:e,minWidth:r,maxWidth:l,variant:i,isCollapsedProperty:c,autoCollapseBelow:d,cssVariableTarget:u,onSidebarResize:f,onVariantChange:w,onCollapsedChange:p})=>{const v=u===void 0?W1?void 0:document.documentElement:u,x=Math.min(l,Br(i??(c?n1.ICONS:n1.ICONS_AND_TEXT))),A=Math.min(l,Br(i??n1.ICONS_AND_TEXT)),H=()=>{if(!e)return null;const M=P1(e);return We(M.preferred)??We(M.width)},[N,y]=g.useState(()=>{const M=Fo({storedWidth:H(),hasIntent:Ur(e),viewportWidth:W1?Qo:window.innerWidth,minWidth:r,maxWidth:x,autoCollapseBelow:d});return e&&ae(P1(e).width,String(M)),M}),[T,S]=g.useState(()=>{const M=N1(H(),r,x);return M>r?M:null}),F=g.useRef(!W1&&window.innerWidth<(d??0)),L=g.useRef(Ur(e)),_=So(N),Z=N<=r,r1=Y.useMemoizedFn(()=>{const M=window.innerWidth<d,J=Oo({width:N,lastExpandedWidth:T,wasBelow:F.current,isBelow:M,hasIntentBelow:L.current,minWidth:r,maxWidth:x});F.current=M,!(J.width===N&&J.lastExpandedWidth===T)&&(y(J.width),S(J.lastExpandedWidth))});Y.useEventListener("resize",r1,{enable:d!=null});const K=Y.useMemoizedFn(M=>f==null?void 0:f(M)),q=Y.useMemoizedFn(M=>w==null?void 0:w(M)),e1=Y.useMemoizedFn(M=>p==null?void 0:p(M));Y.useIsomorphicLayoutEffect(()=>{v&&v.style.setProperty("--ui-sidebar-width",`${N}px`)},[N,v]);const I=g.useRef(null),B=Y.useMemoizedFn(M=>{I.current!==M&&(I.current=M,e&&ae(P1(e).width,String(M)),K(String(M)))}),{run:b,flush:D}=Y.useThrottleFn(B,{wait:Xo});g.useEffect(()=>{b(N)},[N,b]),g.useEffect(()=>{q(_)},[_,q]),Y.useUpdateEffect(()=>{e1(Z)},[Z,e1]);const O=Y.useLatest({width:N,lastExpandedWidth:T,isWidthCollapsed:Z,minWidth:r,uncollapsedMaxWidth:A});Y.useUpdateEffect(()=>{const M=O.current;if(c===M.isWidthCollapsed)return;const J=Wo({width:M.width,lastExpandedWidth:M.lastExpandedWidth,minWidth:M.minWidth,maxWidth:M.uncollapsedMaxWidth});y(J.width),S(J.lastExpandedWidth)},[c,O]);const $=g.useMemo(()=>Sr(_),[_]),s1=Y.useMemoizedFn(M=>{if(window.innerWidth<(d??0)&&(L.current=!0),!e)return;const J=P1(e);ae(J.intent,"1"),ae(J.preferred,String(M))}),i1=Y.useMemoizedFn(M=>{s1(M),M!==N&&(y(M),b(M),D())});return{width:N,setWidth:y,commitWidth:i1,variantValue:$,effectiveMaxWidth:x,resolvedCssVariableTarget:v}},$o=8,Ro=32,Pe=new Set,Zr=(e,r,l)=>{const i=e[r];return i===void 0?null:typeof i!="number"||i<u1.MIN||i>u1.MAX?new Error(`UI Kit: ${l} \`${r}\` must be a number between ${u1.MIN} and ${u1.MAX}.`):null},h1=g.forwardRef(({logo:e,children:r,className:l,footer:i,notifications:c,isFixed:d=!0,onLogoClick:u,isLeftDrawerOpen:f,isRightDrawerOpen:w,handleDrawerStateChange:p,onSidebarResize:v,variant:x,isCollapsed:A,minWidth:H=u1.MIN,maxWidth:N=u1.MAX,autoCollapseBelow:y=Bo,storageKey:T="sidebarWidth",cssVariableTarget:S,onCollapsedChange:F,onVariantChange:L},_)=>{const Z=g.useRef(!1);Tr&&(x!==void 0&&A!==void 0)&&!Z.current&&(Z.current=!0,console.warn("UI Kit: Sidebar received both `variant` and `isCollapsed`; `variant` wins."));const K=A??!1,{width:q,setWidth:e1,commitWidth:I,variantValue:B,effectiveMaxWidth:b,resolvedCssVariableTarget:D}=Jo({storageKey:T,minWidth:H,maxWidth:N,variant:x,isCollapsedProperty:K,autoCollapseBelow:y,cssVariableTarget:S,onSidebarResize:v,onVariantChange:L,onCollapsedChange:F}),O=g.useRef(null);Y.useMount(()=>{D&&(Pe.has(D)&&console.warn("UI Kit: Multiple Sidebars share the same `cssVariableTarget`; each write overwrites the others."),Pe.add(D),O.current=D)}),Y.useUnmount(()=>{O.current&&(Pe.delete(O.current),O.current=null)});const[$,s1]=g.useState(!1),[i1,M]=g.useState(!1),J=g.useRef(0),X1=Y.useMemoizedFn(U=>{var o1;U.preventDefault(),U.currentTarget.setPointerCapture(U.pointerId),J.current=((o1=U.currentTarget.parentElement)==null?void 0:o1.getBoundingClientRect().left)??0,M(!0)}),J1=Y.useMemoizedFn(U=>{i1&&e1(N1(U.clientX-J.current,H,b))}),g1=Y.useMemoizedFn(U=>{var o1,W;(W=(o1=U.currentTarget).hasPointerCapture)!=null&&W.call(o1,U.pointerId)&&U.currentTarget.releasePointerCapture(U.pointerId),M(!1),I(Do(q,H,b))}),B1=Y.useMemoizedFn(U=>{const o1=U.shiftKey?Ro:$o,W={ArrowLeft:-o1,ArrowRight:o1};let t1;if(U.key==="Home")t1=H;else if(U.key==="End")t1=b;else if(W[U.key]!==void 0)t1=N1(q+W[U.key],H,b);else return;U.preventDefault(),I(t1)}),M1=Y.useMemoizedFn(()=>{I(b)});return n.default.createElement(Dr.Provider,{value:B},n.default.createElement(Fr.Provider,{value:q},n.default.createElement("div",{ref:_,className:h.default(Ko,"ui-sidebar",d?"fixed":"relative","z-20 flex h-full flex-col border-r-4 border-black bg-black px-1 py-2 text-white transition-all duration-300",($||i1)&&"box-border !border-r-4 !border-yellow",i1&&"!transition-none",l),style:{width:`${q}px`}},n.default.createElement("div",{role:"separator","aria-orientation":"vertical","aria-label":"Resize sidebar","aria-valuenow":q,"aria-valuemin":H,"aria-valuemax":b,tabIndex:0,className:"absolute -right-3 bottom-0 top-0 z-10 w-6 cursor-ew-resize",onPointerDown:X1,onPointerMove:J1,onPointerUp:g1,onPointerCancel:g1,onKeyDown:B1,onDoubleClick:M1,onMouseEnter:()=>s1(!0),onMouseLeave:()=>s1(!1)}),n.default.createElement(Oe,{notifications:c,isCollapsed:B.isCollapsed,width:q,isLeftDrawerOpen:f,isRightDrawerOpen:w,onDrawerStateChange:p}),n.default.createElement("div",{className:"shrink-0 pb-2 text-center"},e??n.default.createElement(Ie,{className:h.default("inline-block h-12 w-12",B.showText&&"h-30 w-30",u&&"cursor-pointer transition-opacity hover:opacity-80"),onClick:u})),n.default.createElement("div",{className:"min-h-0 flex-grow space-y-2 overflow-y-auto"},r),n.default.createElement("div",{className:"sticky bottom-0 bg-black"},i))))});h1.displayName="Sidebar",h1.propTypes={logo:o.default.node,children:o.default.node.isRequired,className:o.default.string,footer:o.default.element,isFixed:o.default.bool,onLogoClick:o.default.func,isLeftDrawerOpen:o.default.bool,isRightDrawerOpen:o.default.bool,handleDrawerStateChange:o.default.func,onSidebarResize:o.default.func,variant:o.default.oneOf(["icons","text","iconsAndText"]),minWidth:Zr,maxWidth:Zr,isCollapsed:o.default.bool,onCollapsedChange:o.default.func,onVariantChange:o.default.func,autoCollapseBelow:o.default.number,storageKey:o.default.string,cssVariableTarget:o.default.object,notifications:o.default.shape({announcements:o.default.shape({count:o.default.number,content:o.default.node,title:o.default.string,hide:o.default.bool,onClose:o.default.func}),notices:o.default.shape({count:o.default.number,content:o.default.node,title:o.default.string,onClose:o.default.func})})},h1.Account=je,h1.Button=Te,h1.Footer=ze,h1.Link=Ve,h1.Separator=Se,h1.Menu=De,h1.Heading=Be;const P5="",j1=({children:e,className:r,content:l,...i})=>n.default.createElement($1.default,{content:l,...i,className:"ui-tooltip text-white",plugins:[v0.followCursor]},n.default.createElement("span",{className:r},e));j1.propTypes={content:o.default.node.isRequired,children:o.default.node.isRequired,className:o.default.string};const q5="",e5=(e,r)=>g.Children.toArray(e).filter(l=>l.type===r),t5={main:"_main_jm0tk_1"},Yr={},a1=({isLazy:e=!0,skidding:r=0,distance:l=10,className:i,children:c,...d})=>{const u=e5(c,a1.Content),f=g.Children.toArray(c).filter(p=>p.type!==a1.Content),w=e?r5:$1.default;return n.default.createElement(w,{interactive:!0,zIndex:50,content:u,className:h.default("ui-popover",Yr,t5.main,"!rounded-lg !border-gray-light shadow-xl",i),plugins:[v0.followCursor],offset:[r??0,l??10],...d},n.default.createElement("span",null,f))};a1.propTypes={isLazy:o.default.bool,className:o.default.string,skidding:o.default.number,distance:o.default.number,children:o.default.node.isRequired};const qe=({className:e,children:r})=>n.default.createElement("div",{className:h.default("ui-popover-content",e)},r);qe.displayName="Popover.Content",qe.propTypes={className:o.default.string,children:o.default.node.isRequired},a1.Content=qe;const r5=n.default.forwardRef((e,r)=>{const[l,i]=g.useState(!1),c={fn:()=>({onMount:()=>i(!0),onHidden:()=>i(!1)})},d={...e};return d.plugins=[c,...e.plugins||[]],e.render?d.render=(...u)=>l?e.render(...u):"":d.content=l?e.content:"",n.default.createElement($1.default,{...d,ref:r})}),q1=({placement:e="bottom",className:r,children:l,...i})=>{const c=g.Children.toArray(l),d=c.filter(p=>p.type!==q1.Item),u=c.length-d.length,f=c.map((p,v)=>p.type===q1.Item?n.default.cloneElement(p,{position:v,total:u}):null),w=n.default.createElement(a1.Content,{className:h.default(Yr,"ui-popover-list-content divide-y divide-solid divide-gray-lighter p-0 ")},f);return n.default.createElement(a1,{content:w,placement:e,className:h.default("ui-popover-list","w-40",r),...i},d)};q1.propTypes={placement:o.default.string,className:o.default.string,children:o.default.node.isRequired};const Ue=({name:e,isActive:r=!1,id:l=null,position:i,total:c,children:d,className:u,onClickItem:f,...w})=>{const p=v=>f(v,e,l);return n.default.createElement("div",{name:e,className:h.default("ui-popover-list-item","flex cursor-pointer space-x-2.5 p-4 align-text-top font-semibold leading-4 tracking-tightest hover:bg-gray-lighter",r?"bg-gray-lighter":null,i===1?"rounded-t-lg":null,i===c?"rounded-b-lg":null,u),onClick:p,...w},d)};Ue.displayName="PopoverList.Item",Ue.propTypes={position:o.default.number,total:o.default.number,name:o.default.string.isRequired,isActive:o.default.bool,id:o.default.string,children:o.default.node.isRequired,className:o.default.string,onClickItem:o.default.func.isRequired},q1.Item=Ue;const _r={small:"max-w-100",medium:"max-w-125",large:"max-w-150",huge:"max-w-200"},Gr={center:"inline-block",topLeft:"absolute m-4 top-0 left-0",topRight:"absolute m-4 top-0 right-0",bottomLeft:"absolute m-4 bottom-0 left-0",bottomRight:"absolute m-4 bottom-0 right-0"},le={center:{enterFrom:"translate-y-4 sm:translate-y-0 sm:scale-95",enterTo:"translate-y-0 sm:scale-100",leaveFrom:"translate-y-0 sm:scale-100",leaveTo:"translate-y-4 sm:translate-y-0 sm:scale-95"},topLeft:{enterFrom:"scale-0 origin-top-left",enterTo:"scale-100 origin-top-left",leaveFrom:"scale-100 origin-top-left",leaveTo:"scale-0 origin-top-left"},topRight:{enterFrom:"scale-0 origin-top-right",enterTo:"scale-100 origin-top-right",leaveFrom:"scale-100 origin-top-right",leaveTo:"scale-0 origin-top-right"},bottomLeft:{enterFrom:"scale-0 origin-bottom-left",enterTo:"scale-100 origin-bottom-left",leaveFrom:"scale-100 origin-bottom-left",leaveTo:"scale-0 origin-bottom-left"},bottomRight:{enterFrom:"scale-0 origin-bottom-right",enterTo:"scale-100 origin-bottom-right",leaveFrom:"scale-100 origin-bottom-right",leaveTo:"scale-0 origin-bottom-right"}},U1=({size:e="medium",position:r="center",isOpen:l=!1,shouldCloseOnOutsideClick:i=!1,onClose:c,children:d,className:u})=>{const f=()=>{i&&c()};return n.default.createElement(z.Transition,{appear:!0,show:l,as:g.Fragment},n.default.createElement(z.Dialog,{as:"div",className:"ui-modal fixed inset-0 z-30 overflow-y-auto",onClose:f},n.default.createElement("div",{className:"min-h-screen px-4 text-center"},n.default.createElement(z.Transition.Child,{as:g.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},n.default.createElement(z.Dialog.Overlay,{className:"ui-modal-overlay fixed inset-0 bg-black bg-opacity-80 transition-opacity"})),r==="center"&&n.default.createElement("span",{className:"inline-block h-screen align-middle","aria-hidden":"true"},""),n.default.createElement(z.Transition.Child,{as:g.Fragment,enter:h.default("ease-out duration-300"),enterFrom:h.default("opacity-0",le[r].enterFrom),enterTo:h.default("opacity-100",le[r].enterTo),leave:h.default("ease-in duration-300"),leaveFrom:h.default("opacity-100",le[r].leaveFrom),leaveTo:h.default("opacity-0",le[r].leaveTo)},n.default.createElement("div",{className:h.default(u,_r[e],Gr[r],"w-full transform overflow-hidden rounded-lg bg-white p-10 text-left align-middle shadow-xl transition-all")},c?n.default.createElement("button",{type:"button",className:"absolute right-0 top-0 m-4 hidden p-2 text-black hover:text-gray-darker sm:block",onClick:()=>c()},n.default.createElement(k1,null)):null,d)))))};U1.propTypes={size:o.default.oneOf(Object.keys(_r)),position:o.default.oneOf(Object.keys(Gr)),isOpen:o.default.bool.isRequired,shouldCloseOnOutsideClick:o.default.bool,onClose:o.default.func.isRequired,children:o.default.node.isRequired,className:o.default.string};const Ze=({children:e,description:r,className:l,...i})=>n.default.createElement(z.Dialog.Title,{as:"div",className:h.default(l,"ui-modal-header text-center"),...i},n.default.createElement("h3",{className:"text-2xl font-semibold leading-6 text-black"},e),r?n.default.createElement("p",{className:"mt-2 text-base font-normal leading-normal text-gray-darker"},r):null);Ze.propTypes={children:o.default.node.isRequired,description:o.default.string,className:o.default.string},Ze.displayName="Modal.Header",U1.Header=Ze;const Ye=({className:e,...r})=>n.default.createElement("div",{className:h.default(e,"ui-modal-body mt-10"),...r});Ye.propTypes={className:o.default.string},Ye.displayName="Modal.Body",U1.Body=Ye;const _e=({className:e,...r})=>n.default.createElement("div",{className:h.default(e,"ui-modal-footer mt-10 space-x-4 text-right"),...r});_e.propTypes={className:o.default.string},_e.displayName="Modal.Footer",U1.Footer=_e;const Z1=({isOpen:e=!1,shouldCloseOnOutsideClick:r=!1,onClose:l,children:i,className:c})=>{const d=Or(),u=Fe(),f=()=>{r&&l()},w=u&&d?{maxHeight:`${Math.round(d*.9)}px`}:void 0;return n.default.createElement(z.Transition,{appear:!0,show:e,as:g.Fragment},n.default.createElement(z.Dialog,{as:"div",className:"ui-bottom-sheet fixed inset-0 z-30",onClose:V.noop},n.default.createElement(z.Transition.Child,{as:g.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},n.default.createElement("div",{className:"ui-bottom-sheet-overlay fixed inset-0 bg-black bg-opacity-80 transition-opacity","aria-hidden":"true",onClick:f})),n.default.createElement(z.Transition.Child,{as:g.Fragment,enter:"transform transition ease-out duration-300",enterFrom:"translate-y-full",enterTo:"translate-y-0",leave:"transform transition ease-in duration-200",leaveFrom:"translate-y-0",leaveTo:"translate-y-full"},n.default.createElement("div",{style:w,className:h.default(c,"ui-bottom-sheet-panel fixed inset-x-0 bottom-0 flex max-h-[90dvh] w-full flex-col rounded-t-2xl bg-white px-6 pb-8 pt-6 text-left shadow-xl")},n.default.createElement("button",{type:"button","aria-label":"Close",className:"absolute right-4 top-4 z-10 p-1 text-black hover:text-gray-darker",onClick:()=>l()},n.default.createElement(k1,null)),i))))};Z1.propTypes={isOpen:o.default.bool.isRequired,shouldCloseOnOutsideClick:o.default.bool,onClose:o.default.func.isRequired,children:o.default.node.isRequired,className:o.default.string};const Ge=({children:e,description:r,className:l,...i})=>n.default.createElement(z.Dialog.Title,{as:"div",className:h.default(l,"ui-bottom-sheet-header shrink-0 px-8 text-center"),...i},n.default.createElement("h3",{className:"text-2xl font-semibold leading-6 text-black"},e),r?n.default.createElement("p",{className:"mt-2 text-base font-normal leading-normal text-gray-darker"},r):null);Ge.propTypes={children:o.default.node.isRequired,description:o.default.string,className:o.default.string},Ge.displayName="BottomSheet.Header",Z1.Header=Ge;const Ke=({className:e,...r})=>n.default.createElement("div",{className:h.default(e,"ui-bottom-sheet-body mt-6 min-h-0 overflow-y-auto"),...r});Ke.propTypes={className:o.default.string},Ke.displayName="BottomSheet.Body",Z1.Body=Ke;const Qe=({className:e,...r})=>n.default.createElement("div",{className:h.default(e,"ui-bottom-sheet-footer mt-6 flex shrink-0 gap-3 [&>*]:flex-1"),...r});Qe.propTypes={className:o.default.string},Qe.displayName="BottomSheet.Footer",Z1.Footer=Qe;const Q=({className:e,...r})=>n.default.createElement("div",{className:"ui-table flex flex-col"},n.default.createElement("div",{className:"-my-2 overflow-x-auto"},n.default.createElement("div",{className:"inline-block min-w-full py-2 align-middle"},n.default.createElement("div",{className:"overflow-hidden border-b border-gray-lighter sm:rounded-lg"},n.default.createElement("table",{className:h.default(e,"min-w-full divide-y border border-gray-lighter"),...r})))));Q.propTypes={className:o.default.string},Q.Head=({className:e,...r})=>n.default.createElement("thead",{className:h.default("ui-table-head","bg-gray-lighter",e),...r}),Q.Head.displayName="Table.Head",Q.Head.propTypes={className:o.default.string},Q.Header=({className:e,...r})=>n.default.createElement("th",{className:h.default("ui-table-header","px-4 py-2 text-left text-base font-bold",e),...r}),Q.Header.displayName="Table.Header",Q.Header.propTypes={className:o.default.string},Q.Body=({className:e,isStriped:r=!1,children:l,...i})=>n.default.createElement("tbody",{className:h.default("ui-table-body","border-none",e),...i},g.Children.map(l,c=>c&&g.cloneElement(c,{isStriped:r}))),Q.Body.displayName="Table.Body",Q.Body.propTypes={className:o.default.string,children:o.default.node.isRequired,isStriped:o.default.bool},Q.Row=({isStriped:e=!1,className:r,...l})=>n.default.createElement("tr",{className:h.default("ui-table-row",e&&"even:bg-gray-lighter",r),...l}),Q.Row.displayName="Table.Row",Q.Row.propTypes={isStriped:o.default.bool,className:o.default.string},Q.Cell=({className:e,...r})=>n.default.createElement("td",{className:h.default("ui-table-cell","whitespace-nowrap px-4 py-2 text-base text-gray-darker",e),...r}),Q.Cell.displayName="Table.Cell",Q.Cell.propTypes={className:o.default.string};const o5=({className:e,value:r,onSave:l,...i})=>{const[c,d]=g.useState(!1),[u,f]=g.useState(r),w=g.useRef(null),p=g.useRef(null),[v,x]=g.useState("auto"),A=async()=>{d(!1),u!==r&&l(u)},H=()=>{c||d(!0)},N=y=>{f(y.target.value),y.target.style.height="auto",y.target.style.height=`${y.target.scrollHeight}px`};return g.useEffect(()=>{if(c){requestAnimationFrame(()=>{var y;(y=p.current)==null||y.focus()});return}w.current&&x(`${w.current.scrollHeight*1.07}px`)},[c]),n.default.createElement("td",{className:h.default("ui-table-cell","whitespace-nowrap px-4 py-2 text-base text-gray-darker",{"bg-gray-hover":c},e),onClick:H,...i},c?n.default.createElement("textarea",{ref:p,value:u,style:{height:v},className:"h-auto w-full rounded border-none p-1 focus:outline-0 focus:!ring-gray-light",onChange:N,onBlur:A}):n.default.createElement("div",{ref:w,className:"cursor-text whitespace-pre-wrap"},u||n.default.createElement("span",{className:"text-gray"},"Not Available")))};Q.EditableCell=o5,Q.EditableCell.displayName="Table.EditableCell",Q.EditableCell.propTypes={className:o.default.string,value:o.default.string.isRequired,onSave:o.default.func.isRequired};const Xe={small:"px-2 py-1.5 text-sm",medium:"py-3 px-2.5 text-base",large:"px-4 py-3.5 text-lg"},Je=({size:e,value:r,isCollapsed:l=!1,onChange:i,className:c,children:d,...u})=>n.default.createElement("span",{className:h.default("ui-button-group","inline-flex whitespace-nowrap",c),...u},g.Children.map(d,(f,w)=>{const p={size:e};if(!f.props.isHidden)return r!==void 0&&(p.isActive=r===w),l&&r>=0&&r!==w&&(p.shouldShowText=!1),i&&(p.onClick=()=>i(w)),g.cloneElement(f,p)}));Je.propTypes={className:o.default.string,size:o.default.oneOf(Object.keys(Xe)).isRequired,value:o.default.number.isRequired,isCollapsed:o.default.bool,onChange:o.default.func.isRequired,children:o.default.node.isRequired};const $e=({as:e="button",isActive:r,shouldShowText:l=!0,isHidden:i=!1,size:c="medium",icon:d,iconPlacement:u="left",className:f,children:w,...p})=>{const v=h.default("ui-button-group-button","inline-flex border-t border-l border-b last:border-r first:rounded-l-md last:rounded-r-md transition-colors focus:ring disabled:opacity-60 focus:z-10 leading-none",Xe[c],r?"bg-primary border-primary text-white hover:bg-primary-dark":"border-gray-light hover:bg-gray-lighter text-gray-darker",f);return n.default.createElement(e,{className:v,...p},d&&u==="left"?n.default.createElement("span",{className:"mr-2 flex-shrink-0"},d):null,l?w:d?null:w,d&&u==="right"?n.default.createElement("span",{className:"ml-2 flex-shrink-0"},d):null)};$e.displayName="ButtonGroup.Button",$e.propTypes={as:o.default.oneOfType([o.default.string,o.default.elementType]),isActive:o.default.bool,shouldShowText:o.default.bool,isHidden:o.default.bool,size:o.default.oneOf(Object.keys(Xe)),icon:o.default.element,iconPlacement:o.default.oneOf(["left","right"]),className:o.default.string,children:o.default.node.isRequired},Je.Button=$e;const Kr={small:"w-10 h-10",medium:"w-16 h-16",large:"w-20 h-20"},Y1=({className:e,size:r="small",...l})=>n.default.createElement("img",{className:h.default("ui-logo",e,"inline-block rounded object-cover",Kr[r]),...l});Y1.sizes=Kr,Y1.propTypes={className:o.default.string,src:o.default.string.isRequired,size:o.default.string};let n5=1;const _1=g.createContext({generateId:()=>(console.warn("Please wrap your app with `<Provider />` component from `@xola/ui-kit`. Otherwise your app will not work with SSR frameworks."),n5++),localize:!0,locale:"en_US"}),a5=({children:e,localize:r=!0,locale:l="en_US"})=>{const i=g.useRef(1),c=g.useCallback(()=>i.current++,[i]),d=g.useMemo(()=>({generateId:c,localize:r,locale:l}),[c,r,l]);return n.default.createElement(_1.Provider,{value:d},e)},se=e=>{const{generateId:r}=g.useContext(_1),[l]=g.useState(()=>`${e}-${r()}`);return l},l5=()=>{const[e,r]=g.useState(!1);return g.useEffect(()=>{r(!0)},[]),e},p1=({char:e,className:r,...l})=>{const i=s5[e]??e;return n.default.createElement("div",{className:h.default("ui-key","no-translate inline-flex h-5 items-center justify-center rounded bg-gray-lighter px-2 py-1 text-xs font-semibold text-gray",i.length===1&&"w-5",r),...l},i)},s5={cmd:F1?"⌘":"ctrl",option:F1?"⌥":"win",ctrl:"ctrl",up:"↑",down:"↓"};p1.propTypes={char:o.default.string.isRequired,className:o.default.string};const i5=$3.default((e,r)=>e(r),500),Re=({className:e,items:r=[],defaultValue:l,onChange:i,onSubmit:c,onSelect:d,children:u,isLoading:f=!1,shouldStayOpen:w=!1,shouldDestroyOnClose:p=!0,shouldHideMenu:v=!1,minChars:x=0,...A})=>{const[H,N]=g.useState(!0),[y,T]=g.useState(l??""),[S,F]=g.useState(!1),L=g.useRef(),_=se("search-input"),Z=se("search-menu"),r1=l5(),K=g.useRef(),[q,e1]=g.useState(!0);g.useEffect(()=>{y.length>0?F(!0):F(!1)},[y]);const I={value:y},B=y?[I,...r]:[],b=({selectedItem:W,type:t1})=>{t1!==ve.useCombobox.stateChangeTypes.InputBlur&&t1!==ve.useCombobox.stateChangeTypes.FunctionCloseMenu&&(W===I?(c==null||c(y),L.current.blur()):W&&(d==null||d(W),L.current.blur()),J1())},D=({inputValue:W})=>{T(W),i&&i5(i,W)},{isOpen:O,openMenu:$,getMenuProps:s1,getInputProps:i1,getComboboxProps:M,highlightedIndex:J,getItemProps:X1,closeMenu:J1}=ve.useCombobox({items:B,inputValue:y,onInputValueChange:D,itemToString:()=>y,defaultHighlightedIndex:0,onSelectedItemChange:b});g.useEffect(()=>{O?e1(!1):setTimeout(()=>e1(!0),1)},[O,e1]);const g1=()=>{N(!1),$()},B1=()=>{T(""),i&&i(""),L.current.focus()};m0.useHotkeys(F1?"cmd+k":"ctrl+k",W=>{W.preventDefault(),L.current.focus()},{enableOnTags:["INPUT"]}),m0.useHotkeys("esc",W=>{(document==null?void 0:document.activeElement)===L.current&&(W.preventDefault(),y.length>0?B1():L.current.blur())},{enableOnTags:["INPUT"]});const M1=(O||!q||w)&&B.length>0&&!v,U=M1&&!f&&B.length<=1&&y.length>=x,o1=M1||!p;return n.default.createElement("div",{className:"ui-search relative w-full"},n.default.createElement("div",{...M({className:"w-full relative rounded-md"})},n.default.createElement("div",{className:"pointer-events-none absolute inset-y-0 -top-0.5 left-0 hidden items-center md:flex"},n.default.createElement(be,{className:"h-4 w-4 text-gray-darker"})),n.default.createElement("input",{...i1({id:_,type:"text",className:h.default("ui-search-input","block w-full border-none pl-0 md:pl-7 text-base md:text-md text-gray-darker leading-p2 focus:ring-0",e),ref:L,onFocus:g1,onBlur:()=>N(!0),onChange:W=>T(W.target.value),...A})}),n.default.createElement("div",{className:"pointer-events-none absolute inset-y-0 right-0 hidden items-center space-x-1 pr-3 lg:flex"},r1&&H?n.default.createElement(n.default.Fragment,null,n.default.createElement(p1,{char:"cmd"})," ",n.default.createElement(p1,{char:"K"})):null)),n.default.createElement("div",{className:"relative"},v&&n.default.createElement("div",{ref:K,className:`text-gray-500 absolute left-0 top-full transform
|
|
1
|
+
(function(a,z){typeof exports=="object"&&typeof module<"u"?z(exports,require("@headlessui/react"),require("prop-types"),require("react"),require("clsx"),require("react/jsx-runtime"),require("lodash"),require("ahooks"),require("@tippyjs/react"),require("tippy.js"),require("downshift"),require("lodash/debounce"),require("react-hotkeys-hook"),require("get-user-locale"),require("react-textarea-autosize"),require("react-select"),require("react-select/creatable"),require("nouislider-react"),require("use-debounce"),require("axios"),require("dayjs"),require("react-day-picker"),require("libphonenumber-js/max"),require("dayjs/plugin/customParseFormat"),require("dayjs/plugin/localizedFormat"),require("dayjs/plugin/quarterOfYear"),require("dayjs/plugin/timezone"),require("dayjs/plugin/utc"),require("react-hot-toast"),require("dayjs/locale/de"),require("dayjs/locale/en"),require("dayjs/locale/en-gb"),require("dayjs/locale/es"),require("dayjs/locale/es-mx"),require("dayjs/locale/fr")):typeof define=="function"&&define.amd?define(["exports","@headlessui/react","prop-types","react","clsx","react/jsx-runtime","lodash","ahooks","@tippyjs/react","tippy.js","downshift","lodash/debounce","react-hotkeys-hook","get-user-locale","react-textarea-autosize","react-select","react-select/creatable","nouislider-react","use-debounce","axios","dayjs","react-day-picker","libphonenumber-js/max","dayjs/plugin/customParseFormat","dayjs/plugin/localizedFormat","dayjs/plugin/quarterOfYear","dayjs/plugin/timezone","dayjs/plugin/utc","react-hot-toast","dayjs/locale/de","dayjs/locale/en","dayjs/locale/en-gb","dayjs/locale/es","dayjs/locale/es-mx","dayjs/locale/fr"],z):(a=typeof globalThis<"u"?globalThis:a||self,z(a.XolaUIKit={},a.react,a.PropTypes,a.React,a.clsx,a.jsxRuntime,a.lodash,a.ahooks,a.Tippy,a.tippy_js,a.downshift,a.debounce,a.reactHotkeysHook,a.getUserLocale,a.TextareaAutosize,a.Select$1,a.CreatableSelect,a.Nouislider,a.useDebounce,a.axios,a.dayjs,a.DayPicker,a.max,a.customParseFormat,a.LocalizedFormat,a.quarterOfYear,a.timezone,a.utc,a.toast,a.de,a.en,a.enGB,a.es,a.esMX,a.fr))})(this,function(a,z,j3,g,z3,t,V,Y,B3,C0,me,V3,L0,S3,D3,x0,F3,O3,W3,P3,V1,E1,q3,U3,Z3,Y3,_3,G3,K3,Q3,X3,J3,$3,R3,e4){"use strict";const X=e=>e&&e.__esModule?e:{default:e};function I1(e){if(e&&e.__esModule)return e;const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const l in e)if(l!=="default"){const i=Object.getOwnPropertyDescriptor(e,l);Object.defineProperty(r,l,i.get?i:{enumerable:!0,get:()=>e[l]})}}return r.default=e,Object.freeze(r)}const o=X(j3),n=X(g),h=X(z3),$1=X(B3),t4=X(V3),R1=X(S3),r4=X(D3),o4=X(x0),n4=X(F3),a4=X(O3),l4=X(P3),T=X(V1),s4=X(E1),i4=X(U3),c4=X(Z3),d4=X(Y3),u4=X(_3),h4=X(G3),b0=X(K3),f4=I1(Q3),y0=I1(X3),p4=I1(J3),M0=I1($3),g4=I1(R3),w4=I1(e4),E0=({shouldShow:e=!0,shouldAppear:r=!0,tag:l="div",enter:i="transition-opacity duration-700",enterFrom:c="opacity-0",enterTo:d="opacity-100",className:u,children:f,...w})=>n.default.createElement(z.Transition,{show:e,appear:r,as:l,className:u,enter:i,enterFrom:c,enterTo:d,...w},f);E0.propTypes={shouldShow:o.default.bool,shouldAppear:o.default.bool,tag:o.default.string,enter:o.default.string,enterFrom:o.default.string,enterTo:o.default.string,className:o.default.string,children:o.default.node};const I0=({isOpen:e,children:r})=>n.default.createElement("div",{className:"overflow-hidden"},n.default.createElement(z.Transition,{show:e,appear:e,as:"div",enter:"transition-all duration-500",enterFrom:"transform -translate-y-full opacity-0",enterTo:"transform translate-y-0 opacity-100",leave:"transition duration-500",leaveFrom:"transform translate-y-0 opacity-100",leaveTo:"transform -translate-y-full opacity-0"},r));I0.propTypes={isOpen:o.default.bool,children:o.default.node};const S1={standard:{common:"border-transparent text-white",primary:"bg-primary hover:bg-primary-darker active:bg-primary",secondary:"bg-secondary text-white hover:bg-secondary-dark border-transparent active:bg-secondary",success:"bg-success hover:bg-success-dark active:bg-success",warning:"bg-warning hover:bg-warning-dark active:bg-warning",caution:"bg-caution hover:bg-caution-dark active:bg-caution",danger:"bg-danger hover:bg-danger-dark active:bg-danger"},outline:{common:"bg-white border hover:bg-white active:text-white",default:"border-gray-light hover:border-gray-dark active:bg-primary-lighter active:text-black active:border-primary",primary:"text-primary border-primary hover:text-primary-dark hover:border-primary-dark active:bg-primary-light",secondary:"border-gray-light hover:border-gray-dark active:bg-primary-lighter active:text-black active:border-primary",success:"text-success border-success hover:text-success-dark hover:border-success-dark active:bg-success-light",warning:"text-warning border-warning hover:text-warning-dark hover:border-warning-dark active:bg-warning-light",caution:"text-caution border-caution hover:text-caution-dark hover:border-caution-dark active:bg-caution-light",danger:"text-danger border-danger hover:text-danger-dark hover:border-danger-dark active:bg-danger-light"},link:{common:"border-transparent hover:underline",primary:"text-primary",secondary:"text-secondary",success:"text-success",warning:"text-warning",caution:"text-caution",danger:"text-danger"}},A0={tiny:"px-2 py-0.5 text-xs leading-xs",small:"px-3 py-2 h-7.5 text-sm leading-sm",medium:"px-4.5 py-3 h-10 text-base leading-base",large:"px-6 py-4 h-[50px] text-md leading-md"},l1=({as:e="button",variant:r="standard",color:l="primary",size:i="medium",icon:c,iconPlacement:d="left",className:u,children:f,...w})=>n.default.createElement(e,{className:h.default("ui-button","inline-flex rounded border transition-colors focus:ring disabled:cursor-default disabled:bg-gray-lighter disabled:text-gray-dark","items-center justify-center font-semibold",S1[r].common,S1[r][l],A0[i],u),...w},c&&d==="left"?n.default.createElement("span",{className:"mr-2 flex-shrink-0"},c):null,f,c&&d==="right"?n.default.createElement("span",{className:"ml-2 flex-shrink-0"},c):null);l1.propTypes={color:o.default.oneOf(Object.keys(S1.outline)),variant:o.default.oneOf(Object.keys(S1)),size:o.default.oneOf(Object.keys(A0)),className:o.default.string,children:o.default.oneOfType([o.default.arrayOf(o.default.node),o.default.node]),icon(e,...r){return e.icon&&!e.children?new Error("UI Kit: You are using an icon without specifying children. If you want to use an icon only specify it as a child instead of prop"):o.default.element(e,...r)},iconPlacement:o.default.string};const k4={tiny:"w-3 h-3",small:"w-3.5 h-3.5",medium:"w-4.5 h-4.5",large:"w-6 h-6"},s=e=>({size:l="small",className:i,...c})=>t.jsx(e,{className:h.default(k4[l],"relative -top-0.25 inline-block",i),...c}),v4=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M12.37 9.667A5.993 5.993 0 017 13a5.993 5.993 0 01-5.368-3.333M12.37 4.333A5.993 5.993 0 007 1a5.993 5.993 0 00-5.368 3.333M5.667 7H1M4.335 5.667L5.668 7 4.335 8.333M8.334 7h4.667M9.667 8.333L8.334 7l1.333-1.333",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),m4=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M4.014 4.642H9.04M4.014 7.155h3.141M11.083 9.167V13M9.167 11.083H13M11.553 6.976v-4.22c0-.694-.562-1.256-1.257-1.256h-7.54c-.694 0-1.256.562-1.256 1.257v8.168c0 .694.562 1.256 1.257 1.256h4.22",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),C4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M13.065 2.356a.455.455 0 00-.456-.456H4.391c-.255 0-.456.2-.456.456v8.214c0 .25.2.451.456.451h8.213-.004a.458.458 0 00.456-.456l.01-8.209zM8.515 3.212v6.125M11.578 6.275H5.453",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M3.94 3.725h-.918c-.255 0-.456.2-.456.456v7.757-.004a.45.45 0 00.452.456h7.757-.005c.251 0 .456-.205.456-.456v-.913",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),H0=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[t.jsx("rect",{width:"24",height:"24",rx:"12",fill:"white"}),t.jsx("mask",{id:"mask0_affirm",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"18",children:t.jsx("path",{d:"M24 0H0V17.5943H24V0Z",fill:"white"})}),t.jsxs("g",{mask:"url(#mask0_affirm)",children:[t.jsx("path",{d:"M3.91333 17.2845C2.91665 15.7661 2.33593 13.9539 2.33593 12.0059C2.33593 6.68476 6.6645 2.35619 11.9856 2.35619C17.3068 2.35619 21.6353 6.68476 21.6353 12.0059C21.6353 13.9526 21.0532 15.7661 20.0579 17.2845H22.7597C23.5436 15.6906 23.9856 13.899 23.9856 12.0059C23.9856 5.3888 18.6027 0.00726318 11.987 0.00726318C5.37128 0.00726318 -0.0116234 5.39017 -0.0116234 12.0059C-0.0116234 13.899 0.430431 15.6906 1.21432 17.2845H3.91333Z",fill:"#4A4AF4"}),t.jsx("path",{d:"M12.1494 6.30469C10.3922 6.30469 8.36998 7.13251 7.27171 8.00838L8.27388 10.1184C9.15387 9.31258 10.5775 8.62479 11.8611 8.62479C13.1447 8.62479 13.7543 9.03252 13.7543 9.85485C13.7543 10.4081 13.3067 10.7197 12.4638 10.7966C9.29802 11.0877 6.83789 12.0761 6.83789 14.506C6.83789 16.4335 8.22721 17.5977 10.513 17.5977C12.0423 17.5977 13.2436 16.7479 13.8915 15.6263V17.2833H16.7416V10.3381C16.7429 7.47023 14.7482 6.30469 12.1494 6.30469ZM11.3175 15.3709C10.3935 15.3709 9.88697 14.9755 9.88697 14.3262C9.88697 12.9726 11.5412 12.6458 13.6952 12.6458C13.6952 14.0626 12.7466 15.3709 11.3175 15.3709Z",fill:"black"})]})]}));H0.tags=["payment","affirm","bnpl"];const N0=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[t.jsx("rect",{width:"24",height:"24",rx:"12",fill:"#B2FCE4"}),t.jsx("path",{d:"M18.8764 7.86546L16.6518 6.59241L14.395 5.30006C12.9034 4.44493 11.0388 5.51867 11.0388 7.24179V7.53113C11.0388 7.69186 11.1224 7.83974 11.2638 7.9169L12.3118 8.51485C12.6012 8.68202 12.9612 8.46984 12.9612 8.13551V7.44754C12.9612 7.10677 13.3277 6.8946 13.6235 7.06177L15.6809 8.24481L17.732 9.42142C18.0277 9.58859 18.0277 10.0194 17.732 10.1865L15.6809 11.3632L13.6235 12.5462C13.3277 12.7134 12.9612 12.5012 12.9612 12.1604V11.8197C12.9612 10.0965 11.0966 9.01636 9.60499 9.87792L7.3482 11.1703L5.12357 12.4433C3.62548 13.3049 3.62548 15.4717 5.12357 16.3332L7.3482 17.6063L9.60499 18.8986C11.0966 19.7537 12.9612 18.68 12.9612 16.9569V16.6676C12.9612 16.5068 12.8776 16.3589 12.7362 16.2818L11.6882 15.6838C11.3988 15.5167 11.0388 15.7288 11.0388 16.0632V16.7511C11.0388 17.0919 10.6723 17.3041 10.3765 17.1369L8.31907 15.9539L6.26804 14.7773C5.97228 14.6101 5.97228 14.1793 6.26804 14.0121L8.31907 12.8355L10.3765 11.6525C10.6723 11.4853 11.0388 11.6975 11.0388 12.0383V12.379C11.0388 14.1022 12.9034 15.1823 14.395 14.3208L16.6518 13.0284L18.8764 11.7554C20.3745 10.8874 20.3745 8.72703 18.8764 7.86546Z",fill:"black"})]}));N0.tags=["payment","afterpay","bnpl"];const L4=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e,children:[t.jsx("rect",{width:"34",height:"24",fill:"#1F72CD",rx:"4"}),t.jsx("path",{fill:"#fff",fillRule:"evenodd",d:"M6.095 8.5l-3.18 7.247h3.807l.472-1.156h1.08l.472 1.156h4.191v-.882l.374.882h2.168l.374-.9v.9h8.718l1.06-1.126.992 1.126 4.478.01-3.191-3.613L31.1 8.5h-4.407L25.66 9.605 24.699 8.5h-9.483l-.815 1.87-.833-1.87h-3.8v.852L9.345 8.5h-3.25zm.737 1.029h1.856l2.11 4.914V9.53h2.034l1.63 3.523 1.502-3.523h2.023v5.2h-1.231l-.01-4.075-1.795 4.075H13.85l-1.805-4.075v4.075H9.512l-.48-1.166H6.437l-.479 1.165H4.601l2.231-5.199zm17.288 0h-5.007v5.197h4.93l1.588-1.722 1.53 1.722h1.601l-2.326-2.583 2.326-2.614h-1.53l-1.581 1.703-1.531-1.703zm-16.385.88l-.855 2.077H8.59l-.854-2.077zm12.615 1.146v-.95h3.123l1.363 1.518-1.423 1.526H20.35v-1.036h2.73v-1.058h-2.73z",clipRule:"evenodd"})]})),T0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsxs("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:[t.jsx("path",{d:"M2.666 9.904l1.18 1.776M9.187 2l4.479 6.746M13.43 8.39l-9.82 2.934-.709-1.067 6.514-7.912 4.009 6.038.007.006z"}),t.jsx("path",{d:"M8.721 9.798c.54.617.47 1.558-.147 2.098-.625.541-1.566.47-2.106-.147-.042-.05-.084-.098-.12-.154l-.617-.934"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"prefix__clip0",children:t.jsx("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})})})]})),x4=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M9 5.25H3.75c-.825 0-1.5.675-1.5 1.5v7.5c0 .825.675 1.5 1.5 1.5h7.5c.825 0 1.5-.675 1.5-1.5V9",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M12.375 9A3.361 3.361 0 019 5.625C9 3.75 10.5 2.25 12.375 2.25s3.375 1.5 3.375 3.375S14.25 9 12.375 9zM16.5 9.75l-1.725-1.725",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})]})),b4=s(()=>t.jsxs("svg",{width:"90",height:"30",viewBox:"0 0 90 30",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("rect",{x:"0.428101",y:"0.0713501",width:"89.5719",height:"29.8573",rx:"4",fill:"white"}),t.jsx("rect",{x:"0.928101",y:"0.57135",width:"88.5719",height:"28.8573",rx:"3.5",stroke:"#222324",strokeOpacity:"0.2"}),t.jsx("path",{d:"M61.2822 14.4039V16.1139H60.2103V17.2354H61.2822V21.0459C61.2822 22.3471 61.8709 22.8676 63.3517 22.8676C63.6119 22.8676 63.8598 22.8366 64.0766 22.7994V21.6903C63.8907 21.7089 63.773 21.7213 63.5686 21.7213C62.9056 21.7213 62.6144 21.4115 62.6144 20.7052V17.2354H64.0766V16.1139H62.6144V14.4039H61.2822Z",fill:"#222324"}),t.jsx("path",{d:"M67.849 22.9605C69.8193 22.9605 71.0275 21.6408 71.0275 19.4536C71.0275 17.2788 69.8131 15.9528 67.849 15.9528C65.8787 15.9528 64.6643 17.2788 64.6643 19.4536C64.6643 21.6408 65.8725 22.9605 67.849 22.9605ZM67.849 21.7771C66.6903 21.7771 66.0398 20.9282 66.0398 19.4536C66.0398 17.9913 66.6903 17.1363 67.849 17.1363C69.0014 17.1363 69.6582 17.9913 69.6582 19.4536C69.6582 20.922 69.0014 21.7771 67.849 21.7771Z",fill:"#222324"}),t.jsx("path",{d:"M72.0613 22.8304H73.3934V18.8464C73.3934 17.8984 74.1059 17.2602 75.1159 17.2602C75.3513 17.2602 75.7479 17.3036 75.8594 17.3407V16.0272C75.7169 15.99 75.4628 15.9714 75.2646 15.9714C74.3847 15.9714 73.635 16.4547 73.443 17.1177H73.3438V16.083H72.0613V22.8304Z",fill:"#222324"}),t.jsx("path",{d:"M79.167 17.0867C80.1522 17.0867 80.7966 17.7745 80.8276 18.834H77.4198C77.4941 17.7807 78.1819 17.0867 79.167 17.0867ZM80.8214 21.0088C80.5735 21.5354 80.0221 21.8266 79.2166 21.8266C78.1509 21.8266 77.4631 21.0769 77.4198 19.8935V19.8191H82.1845V19.3544C82.1845 17.2354 81.0506 15.9528 79.1732 15.9528C77.2711 15.9528 76.0629 17.3222 76.0629 19.4784C76.0629 21.6346 77.2463 22.9605 79.1794 22.9605C80.7222 22.9605 81.8003 22.217 82.1039 21.0088H80.8214Z",fill:"#222324"}),t.jsx("path",{d:"M52.5463 20.3387C52.6491 21.9955 54.0298 23.0551 56.0848 23.0551C58.2811 23.0551 59.6554 21.9442 59.6554 20.1717C59.6554 18.7781 58.8719 18.0075 56.971 17.5644L55.9499 17.3139C54.7426 17.0314 54.2545 16.6525 54.2545 15.991C54.2545 15.1562 55.0123 14.6103 56.149 14.6103C57.2279 14.6103 57.9728 15.1433 58.1077 15.9974H59.5077C59.4242 14.4369 58.0499 13.3387 56.1683 13.3387C54.1454 13.3387 52.7968 14.4369 52.7968 16.0873C52.7968 17.4488 53.561 18.258 55.2371 18.6497L56.4316 18.9387C57.6582 19.2277 58.1976 19.6515 58.1976 20.3579C58.1976 21.1799 57.3499 21.7772 56.194 21.7772C54.9545 21.7772 54.094 21.2185 53.972 20.3387H52.5463Z",fill:"#222324"}),t.jsx("path",{d:"M38.7468 15.9714C37.8298 15.9714 37.0367 16.4299 36.6277 17.1982H36.5286V16.083H35.246V25.0733H36.5782V21.808H36.6835C37.0367 22.5206 37.7988 22.9419 38.7591 22.9419C40.463 22.9419 41.5473 21.5974 41.5473 19.4536C41.5473 17.3098 40.463 15.9714 38.7468 15.9714ZM38.3688 21.7461C37.2535 21.7461 36.5534 20.8663 36.5534 19.4598C36.5534 18.0471 37.2535 17.1673 38.375 17.1673C39.5027 17.1673 40.178 18.0285 40.178 19.4536C40.178 20.8848 39.5027 21.7461 38.3688 21.7461Z",fill:"#222324"}),t.jsx("path",{d:"M46.2087 15.9714C45.2917 15.9714 44.4986 16.4299 44.0897 17.1982H43.9905V16.083H42.708V25.0733H44.0401V21.808H44.1454C44.4986 22.5206 45.2607 22.9419 46.2211 22.9419C47.925 22.9419 49.0093 21.5974 49.0093 19.4536C49.0093 17.3098 47.925 15.9714 46.2087 15.9714ZM45.8307 21.7461C44.7155 21.7461 44.0153 20.8663 44.0153 19.4598C44.0153 18.0471 44.7155 17.1673 45.8369 17.1673C46.9646 17.1673 47.64 18.0285 47.64 19.4536C47.64 20.8848 46.9646 21.7461 45.8307 21.7461Z",fill:"#222324"}),t.jsx("path",{d:"M32.856 22.8304H34.3844L31.0385 13.5635H29.4909L26.145 22.8304H27.6221L28.4762 20.3708H32.0083L32.856 22.8304ZM30.1908 15.2461H30.3L31.6422 19.1634H28.8422L30.1908 15.2461Z",fill:"#222324"}),t.jsx("path",{d:"M27.0402 5.82686V10.2973H28.6542C29.9863 10.2973 30.7577 9.47629 30.7577 8.04812C30.7577 6.64163 29.9802 5.82686 28.6542 5.82686H27.0402ZM27.7341 6.45885H28.5768C29.5031 6.45885 30.0514 7.04747 30.0514 8.05741C30.0514 9.08284 29.5124 9.66527 28.5768 9.66527H27.7341V6.45885Z",fill:"#222324"}),t.jsx("path",{d:"M33.1203 10.3623C34.1054 10.3623 34.7095 9.70244 34.7095 8.60885C34.7095 7.52146 34.1023 6.85849 33.1203 6.85849C32.1351 6.85849 31.5279 7.52146 31.5279 8.60885C31.5279 9.70244 32.132 10.3623 33.1203 10.3623ZM33.1203 9.7706C32.5409 9.7706 32.2157 9.34617 32.2157 8.60885C32.2157 7.87773 32.5409 7.45021 33.1203 7.45021C33.6965 7.45021 34.0249 7.87773 34.0249 8.60885C34.0249 9.34308 33.6965 9.7706 33.1203 9.7706Z",fill:"#222324"}),t.jsx("path",{d:"M39.8541 6.92355H39.188L38.587 9.49797H38.5343L37.8404 6.92355H37.2022L36.5082 9.49797H36.4587L35.8546 6.92355H35.1792L36.1086 10.2973H36.7932L37.4872 7.81267H37.5399L38.2369 10.2973H38.9278L39.8541 6.92355Z",fill:"#222324"}),t.jsx("path",{d:"M40.6211 10.2973H41.2872V8.32384C41.2872 7.79718 41.6001 7.46879 42.0927 7.46879C42.5852 7.46879 42.8207 7.73832 42.8207 8.28047V10.2973H43.4868V8.11317C43.4868 7.3108 43.0716 6.85849 42.3188 6.85849C41.8107 6.85849 41.4762 7.08464 41.312 7.4595H41.2624V6.92355H40.6211V10.2973Z",fill:"#222324"}),t.jsx("path",{d:"M44.5357 10.2973H45.2018V5.6069H44.5357V10.2973Z",fill:"#222324"}),t.jsx("path",{d:"M47.7068 10.3623C48.692 10.3623 49.2961 9.70244 49.2961 8.60885C49.2961 7.52146 48.6889 6.85849 47.7068 6.85849C46.7217 6.85849 46.1145 7.52146 46.1145 8.60885C46.1145 9.70244 46.7186 10.3623 47.7068 10.3623ZM47.7068 9.7706C47.1275 9.7706 46.8022 9.34617 46.8022 8.60885C46.8022 7.87773 47.1275 7.45021 47.7068 7.45021C48.2831 7.45021 48.6114 7.87773 48.6114 8.60885C48.6114 9.34308 48.2831 9.7706 47.7068 9.7706Z",fill:"#222324"}),t.jsx("path",{d:"M51.2807 9.79228C50.9182 9.79228 50.6549 9.6157 50.6549 9.3121C50.6549 9.01469 50.8655 8.85669 51.3302 8.82571L52.1543 8.77305V9.05496C52.1543 9.47319 51.7825 9.79228 51.2807 9.79228ZM51.1103 10.353C51.5533 10.353 51.922 10.1609 52.1233 9.82326H52.176V10.2973H52.8173V7.99235C52.8173 7.27982 52.3402 6.85849 51.4944 6.85849C50.7292 6.85849 50.184 7.23025 50.1158 7.80957H50.7602C50.8346 7.57103 51.0917 7.43472 51.4634 7.43472C51.9189 7.43472 52.1543 7.63608 52.1543 7.99235V8.28356L51.2404 8.33623C50.438 8.3858 49.9857 8.73587 49.9857 9.34308C49.9857 9.95957 50.4597 10.353 51.1103 10.353Z",fill:"#222324"}),t.jsx("path",{d:"M55.0776 10.353C55.5423 10.353 55.9357 10.1331 56.1371 9.7644H56.1897V10.2973H56.8279V5.6069H56.1619V7.4595H56.1123C55.9295 7.08774 55.5392 6.86778 55.0776 6.86778C54.2256 6.86778 53.6773 7.54314 53.6773 8.60885C53.6773 9.67766 54.2194 10.353 55.0776 10.353ZM55.2665 7.4657C55.8242 7.4657 56.1742 7.90871 56.1742 8.61195C56.1742 9.31829 55.8273 9.75511 55.2665 9.75511C54.7027 9.75511 54.365 9.32449 54.365 8.60885C54.365 7.89941 54.7058 7.4657 55.2665 7.4657Z",fill:"#222324"}),t.jsx("path",{d:"M61.1471 10.3623C62.1323 10.3623 62.7364 9.70244 62.7364 8.60885C62.7364 7.52146 62.1292 6.85849 61.1471 6.85849C60.162 6.85849 59.5548 7.52146 59.5548 8.60885C59.5548 9.70244 60.1589 10.3623 61.1471 10.3623ZM61.1471 9.7706C60.5678 9.7706 60.2425 9.34617 60.2425 8.60885C60.2425 7.87773 60.5678 7.45021 61.1471 7.45021C61.7234 7.45021 62.0517 7.87773 62.0517 8.60885C62.0517 9.34308 61.7234 9.7706 61.1471 9.7706Z",fill:"#222324"}),t.jsx("path",{d:"M63.6181 10.2973H64.2842V8.32384C64.2842 7.79718 64.5971 7.46879 65.0896 7.46879C65.5822 7.46879 65.8177 7.73832 65.8177 8.28047V10.2973H66.4837V8.11317C66.4837 7.3108 66.0686 6.85849 65.3158 6.85849C64.8077 6.85849 64.4731 7.08464 64.3089 7.4595H64.2594V6.92355H63.6181V10.2973Z",fill:"#222324"}),t.jsx("path",{d:"M69.5514 6.08399V6.93904H69.0154V7.49977H69.5514V9.40503C69.5514 10.0556 69.8457 10.3158 70.5861 10.3158C70.7162 10.3158 70.8401 10.3004 70.9485 10.2818V9.72723C70.8556 9.73652 70.7967 9.74272 70.6945 9.74272C70.363 9.74272 70.2174 9.58782 70.2174 9.23465V7.49977H70.9485V6.93904H70.2174V6.08399H69.5514Z",fill:"#222324"}),t.jsx("path",{d:"M71.8426 10.2973H72.5087V8.32694C72.5087 7.81577 72.8123 7.47189 73.3575 7.47189C73.8284 7.47189 74.0794 7.74451 74.0794 8.28356V10.2973H74.7454V8.11937C74.7454 7.31699 74.3024 6.86159 73.5837 6.86159C73.0756 6.86159 72.7194 7.08774 72.5552 7.4657H72.5025V5.6069H71.8426V10.2973Z",fill:"#222324"}),t.jsx("path",{d:"M77.1482 7.42542C77.6408 7.42542 77.963 7.7693 77.9785 8.29905H76.2746C76.3118 7.7724 76.6557 7.42542 77.1482 7.42542ZM77.9754 9.38645C77.8515 9.64978 77.5758 9.79538 77.173 9.79538C76.6402 9.79538 76.2963 9.42052 76.2746 8.82881V8.79163H78.657V8.55928C78.657 7.49977 78.09 6.85849 77.1513 6.85849C76.2003 6.85849 75.5961 7.54314 75.5961 8.62124C75.5961 9.69934 76.1879 10.3623 77.1544 10.3623C77.9258 10.3623 78.4649 9.99055 78.6167 9.38645H77.9754Z",fill:"#222324"}),t.jsx("path",{d:"M18.9173 15.2247C18.9334 13.97 19.6073 12.7827 20.6763 12.1255C20.0019 11.1624 18.8723 10.5517 17.6971 10.5149C16.4437 10.3834 15.2286 11.265 14.5898 11.265C13.9387 11.265 12.9553 10.528 11.8963 10.5498C10.516 10.5944 9.22915 11.3792 8.55759 12.586C7.11399 15.0853 8.19078 18.7586 9.57363 20.7789C10.2655 21.7682 11.0741 22.8732 12.1321 22.834C13.1675 22.7911 13.5542 22.1738 14.8039 22.1738C16.0421 22.1738 16.4048 22.834 17.4843 22.8091C18.5953 22.7911 19.2953 21.8154 19.9629 20.8168C20.46 20.1119 20.8425 19.3328 21.0963 18.5084C19.7907 17.9562 18.9188 16.6423 18.9173 15.2247Z",fill:"#222324"}),t.jsx("path",{d:"M16.8783 9.18629C17.484 8.45911 17.7824 7.52444 17.7102 6.58078C16.7847 6.67798 15.9299 7.12029 15.3159 7.81957C14.7156 8.5028 14.4032 9.42102 14.4622 10.3286C15.388 10.3382 16.2981 9.90783 16.8783 9.18629Z",fill:"#222324"})]})),y4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:t.jsx("path",{d:"M12.916 4.083h-10.5a.584.584 0 01-.583-.583V2.333c0-.322.261-.583.583-.583h10.5c.322 0 .583.261.583.583V3.5a.584.584 0 01-.583.583zM5.916 6.417h3.5M12.722 4.083v7c0 .645-.522 1.167-1.167 1.167H3.777a1.166 1.166 0 01-1.167-1.167v-7"})}),t.jsx("defs",{children:t.jsx("clipPath",{id:"prefix__clip0",children:t.jsx("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})})})]})),j0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7 11.667A4.667 4.667 0 102.333 7v.359",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M.583 5.833l1.75 1.75 1.75-1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));j0.tags=["counter clockwise","load more","left","revert","undo","rotate"];const z0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7 11.667A4.667 4.667 0 1111.667 7v.359",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M13.417 5.833l-1.75 1.75-1.75-1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));z0.tags=["clockwise","right","rotate"];const M4=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M11.286 8.714L7 13 2.715 8.714M6.998 13V1",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"})})),E4=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M8.714 2.714L13 7l-4.286 4.286M13 7.003H1",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"})})),I4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("g",{clipPath:"url(#prefix__clip0_1467_0)",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round",children:t.jsx("path",{d:"M5.182 2.757h6.06v6.061M11.244 2.76L2.76 11.244"})}),t.jsx("defs",{children:t.jsx("clipPath",{id:"prefix__clip0_1467_0",children:t.jsx("path",{fill:"#fff",d:"M0 0h14v14H0z"})})})]})),A4=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M2.715 5.286L7 1l4.285 4.286M7.003 1v12",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"})})),B0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M9.655 6.9a2.754 2.754 0 11-5.508 0 2.754 2.754 0 015.508 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.653 6.9v1.18a1.574 1.574 0 003.147 0V6.9a5.9 5.9 0 10-2.36 4.72",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));B0.tags=["email"];const V0=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M10.792 5.196c0 2.152-1.744 4.87-3.896 4.87S3 7.348 3 5.196v0a3.896 3.896 0 117.792 0v0zM6.833 10.062s-.55 1.941.548 2.738",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));V0.tags=["child","demographic"];const S0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M9.483 1.308a1.051 1.051 0 111.488 1.488L6.22 7.543a.613.613 0 01-.433.18H4.557V6.49a.61.61 0 01.179-.432l4.747-4.75zM8.833 7.722h1.222M3.945 10.167h6.111",stroke:"currentColor",strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.278 5.89c.675 0 1.222.546 1.222 1.222v4.277c0 .676-.547 1.223-1.222 1.223H2.722A1.222 1.222 0 011.5 11.389V7.112c0-.676.547-1.223 1.222-1.223M8.265 2.528L9.75 4.014",stroke:"currentColor",strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"})]}));S0.tags=["cheque","payment"];const D0=s(e=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e,children:t.jsx("path",{clipRule:"evenodd",d:"M2.88 6.511H1.376h0A.376.376 0 001 6.887v4.888h2.256V6.887v0a.376.376 0 00-.376-.376v0zM7.752 2H6.248h0a.376.376 0 00-.376.376v9.399h2.256V2.376v0A.376.376 0 007.752 2v0zM12.624 4.256H11.12h0a.376.376 0 00-.376.376v7.143H13V4.632v0a.376.376 0 00-.376-.376v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));D0.tags=["stats","reports","analytics"];const Ce=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M5.663 10.7v.214a1.337 1.337 0 002.674 0V10.7M8.07 3.355v-.536a1.07 1.07 0 10-2.14 0v.536",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M3.828 5.943A2.643 2.643 0 016.471 3.3H7.53a2.643 2.643 0 012.643 2.643v1.631c0 .31.123.607.342.825l.374.374c.218.219.341.516.341.825 0 .61-.493 1.103-1.102 1.103H3.873a1.102 1.102 0 01-1.102-1.103c0-.31.123-.606.341-.825l.374-.374c.219-.218.342-.515.342-.825V5.943v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Ce.tags=["notification","pending"];const F0=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"19",height:"19",fill:"none",viewBox:"0 0 19 19",...e,children:[t.jsx("g",{clipPath:"url(#clip0_3383_154006)",children:t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.179",d:"M9.322 4.507a4.774 4.774 0 00-6.14-.515 1.487 1.487 0 00-.61 1.213v9.717c0 .58.619.917 1.131.644a4.774 4.774 0 015.62.84m0-11.899v11.898m0-11.898a4.774 4.774 0 016.14-.515c.389.277.61.736.61 1.213v9.717c0 .58-.62.918-1.132.644a4.774 4.774 0 00-5.619.84"})}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_3383_154006",children:t.jsx("path",{fill:"#fff",d:"M0 0H18V18H0z",transform:"translate(.322 .757)"})})})]}));F0.tags=["book","read","readme","help"];const O0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M8.518 5.498a.22.22 0 01-.217.217.204.204 0 01-.113-.035l-1.084-.65-1.31.68v-.004a.222.222 0 01-.321-.2V2H8.51l.008 3.498z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.565 2.022h-9.13A.435.435 0 002 2.457v9.13c0 .24.195.435.435.435h9.13c.24 0 .435-.195.435-.435v-9.13a.435.435 0 00-.435-.435z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));O0.tags=["favourite","favorite"];const W0=s(e=>t.jsxs("svg",{width:14,height:14,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsxs("g",{clipPath:"url(#clip0_1621_3066)",children:[t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.25 9.35723V4.64273C12.25 4.22564 12.0277 3.84065 11.6667 3.6324L7.58333 1.27515C7.22225 1.0669 6.77775 1.0669 6.41667 1.27515L2.33333 3.63181C1.97225 3.84064 1.75 4.22564 1.75 4.64273V9.35781C1.75 9.77489 1.97225 10.1599 2.33333 10.3681L6.41667 12.7254C6.77775 12.9336 7.22225 12.9336 7.58333 12.7254L11.6667 10.3681C12.0277 10.1593 12.25 9.77431 12.25 9.35723Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7 12.88V7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7 7L12.0925 4.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M1.90723 4.06L6.99973 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_1621_3066",children:t.jsx("rect",{width:"14",height:"14",fill:"white"})})})]}));W0.tags=["add-ons","addons","merchandise","other","payment"];const P0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M11.01 3.719H2.99c-.806 0-1.459.653-1.459 1.458v5.833c0 .806.653 1.459 1.459 1.459h8.02c.806 0 1.459-.653 1.459-1.459V5.177c0-.805-.653-1.458-1.459-1.458z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.824 3.354a1.823 1.823 0 00-3.646 0v.365h3.646v-.365zM4.57 4.083v8.264M9.43 4.083v8.264",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));P0.tags=["back office","work","business"];const q0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 10",width:14,height:10,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.79883 9.5C8.8699 9.5 10.5488 7.70914 10.5488 5.5C10.5488 3.29086 8.8699 1.5 6.79883 1.5C4.72776 1.5 3.04883 3.29086 3.04883 5.5C3.04883 7.70914 4.72776 9.5 6.79883 9.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.79883 1.5L4.79883 0.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.79883 1.5L8.79883 0.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.7988 2.5C10.4727 3.82608 8.67419 4.57107 6.79883 4.57107C4.92346 4.57107 3.12491 3.82608 1.79883 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M3.65576 7.67053C2.96863 8.0098 2.34142 8.45885 1.79883 9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.7993 9C11.2567 8.45886 10.6295 8.00981 9.94238 7.67053",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M3.04883 5.75H1.29883",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M12.2988 5.75H10.5488",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));q0.tags=["bug","problem","issue"];const H4=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10.365 14.881h2.844a.643.643 0 00.452-1.1L8.519 8.705a.643.643 0 00-1.094.457v7.069a.643.643 0 001.092.46l1.848-1.81z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.014 10.447H3.407A1.607 1.607 0 011.8 8.839V4.018a1.607 1.607 0 011.607-1.607h11.25a1.607 1.607 0 011.607 1.607v4.821a1.607 1.607 0 01-1.607 1.608h-.804",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.572 5.529l1.543 1.286L11.572 8.1",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})]})),U0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M2.119 7.82v4.032l-.007-.006c0 .683.552 1.235 1.235 1.24h7.302a1.245 1.245 0 001.235-1.247V7.807",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.531 2.065c0 .509-.422.93-.93.93a.933.933 0 01-.931-.93V2.06A3.47 3.47 0 014.352.62h-.006A.302.302 0 014.78.57l.044.044c.335.415.57.905.682 1.433l.025.018zM10.818 2.065c0 .509-.422.93-.93.93a.933.933 0 01-.931-.93V2.06A3.47 3.47 0 019.639.62h-.006a.302.302 0 01.435-.049l.043.044c.335.415.57.905.682 1.433l.025.018zM10.508 6.27h-1.24V4.097a.307.307 0 01.304-.316h.62-.006a.306.306 0 01.31.304l.012 2.183zM5.22 6.27H3.98V4.097a.307.307 0 01.304-.316h.62-.006a.306.306 0 01.31.304l.012 2.183z",fill:"currentColor"}),t.jsx("path",{d:"M11.89 9.309c0 .893-.732 1.628-1.629 1.628A1.63 1.63 0 018.633 9.31c0 .893-.732 1.628-1.629 1.628A1.63 1.63 0 015.376 9.31c0 .893-.732 1.628-1.628 1.628A1.63 1.63 0 012.119 9.31v-2.42a.614.614 0 01.614-.626h8.53-.006a.613.613 0 01.62.614l.013 2.432z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));U0.tags=["birthday","date of birth"];const Z0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.56 6.227v-.1h-.779l-.024.016-.81.513-.047.03V7.533l.153-.095.616-.386V9.6H7.56V6.227z",fill:"currentColor",stroke:"currentColor",strokeWidth:.2})]}));Z0.tags=["date"];const Le=s(e=>t.jsx("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:t.jsx("path",{d:"M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Le.tags=["date"];const Y0=s(e=>t.jsxs("svg",{viewBox:"0 0 24 25",width:24,height:25,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsxs("g",{clipPath:"url(#clip0_12197_16)",children:[t.jsx("path",{d:"M7.5 3.5V6.5",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M16.5 3.5V6.5",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.5 12H16.5",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.5 15.5H16.5",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.5 12H8.5",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.5 15.5H8.5",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M18 5H6C4.34315 5 3 6.34315 3 8V18.5C3 20.1569 4.34315 21.5 6 21.5H18C19.6569 21.5 21 20.1569 21 18.5V8C21 6.34315 19.6569 5 18 5Z",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_12197_16",children:t.jsx("rect",{width:"24",height:"24",fill:"white",transform:"translate(0 0.5)"})})})]}));Y0.tags=["date"];const _0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.98 7.105c.001-.588-.513-1.022-1.229-1.022-.705 0-1.275.418-1.285 1.057l-.002.101h.862l.003-.096c.005-.175.167-.314.42-.314.119 0 .21.036.27.09a.29.29 0 01.094.225h0c0 .098-.04.178-.11.235a.509.509 0 01-.322.097h-.405v.708h.405c.17 0 .297.042.38.105.08.061.121.144.12.243v.002c.001.098-.04.18-.112.239a.513.513 0 01-.326.1c-.278 0-.438-.142-.446-.305l-.005-.095H4.398l.002.102c.013.646.59 1.068 1.342 1.068.763 0 1.36-.426 1.359-1.064a.814.814 0 00-.216-.578.863.863 0 00-.315-.207.758.758 0 00.41-.691zm0 0s0 0 0 0h-.1.1s0 0 0 0zm2.642-.878v-.1h-.78l-.024.016-.81.513-.046.03V7.533l.153-.095.615-.386V9.6H9.622V6.227z",fill:"currentColor",stroke:"currentColor",strokeWidth:.2})]}));_0.tags=["date"];const G0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.134 9.455l-.073.145H7l.027-.055 1.359-2.7.01-.02v-.698H5.9V6.893h1.53L6.133 9.455z",fill:"currentColor",stroke:"currentColor",strokeWidth:.2})]}));G0.tags=["date"];const N4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("circle",{cx:3.5,cy:3.5,r:1.444,stroke:"currentColor"}),t.jsx("path",{d:"M11.945 3.5a1.444 1.444 0 11-2.89 0 1.444 1.444 0 012.89 0zM11.945 10.5a1.444 1.444 0 11-2.89 0 1.444 1.444 0 012.89 0zM4.945 10.5a1.444 1.444 0 11-2.89 0 1.444 1.444 0 012.89 0z",stroke:"currentColor"})]})),K0=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M1.3 5.055h11.5M5.497 7.611H3.855M10.883 11.444H3.216A1.917 1.917 0 011.3 9.528V4.417c0-1.059.858-1.917 1.916-1.917h7.667c1.059 0 1.917.858 1.917 1.917v5.11a1.917 1.917 0 01-1.917 1.917z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));K0.tags=["credit card","cc"];const Q0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M11.5 3H2a1 1 0 00-1 1v6a1 1 0 001 1h9.5a1 1 0 001-1V4a1 1 0 00-1-1z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{fill:"currentColor",d:"M1.232 4.532h11.234v1.532H1.232z"})]}));Q0.tags=["credit card","cc"];const X0=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M2 2.031l2.494 6.86h.014a.678.678 0 00.623.424h4.764c.265 0 .504-.159.61-.41l1.433-3.981c.159-.345 0-.73-.332-.876a.604.604 0 00-.265-.066H2.776M8.965 11.318h.013c-.172-.013-.331.146-.331.319 0 .172.159.331.331.331.186 0 .332-.159.345-.331a.33.33 0 00-.318-.345M5.648 11.318h.013c-.172-.013-.332.146-.332.319 0 .172.16.331.332.331.186 0 .332-.159.345-.331a.33.33 0 00-.318-.345",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));X0.tags=["checkout"];const J0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M2.798 4.6h-.006a.194.194 0 01.198.197c0 .107-.091.198-.203.198a.203.203 0 01-.203-.203.195.195 0 01.198-.203s0 0 0 0M9.6 7.4h-.005a.194.194 0 01.197.197.203.203 0 01-.405-.005.195.195 0 01.197-.203",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M10.6 3H1.8a.8.8 0 00-.8.8v4.8a.8.8 0 00.8.8h8.8a.8.8 0 00.8-.8V3.8a.8.8 0 00-.8-.8z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.2 4.6a1.6 1.6 0 100 3.2 1.6 1.6 0 000-3.2zM13 5.4v4.8c0 .437-.362.8-.8.8H3.4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));J0.tags=["payment"];const $0=s(e=>t.jsxs("svg",{viewBox:"0 0 14 15",width:14,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7.97058 5.63489H6.72321C6.53205 5.63502 6.34688 5.70167 6.19948 5.82339C6.05208 5.94512 5.95163 6.11434 5.91535 6.30203C5.87908 6.48973 5.90924 6.68419 6.00067 6.85208C6.09209 7.01996 6.23909 7.15081 6.41643 7.22216L7.68282 7.72835C7.86056 7.79945 8.00798 7.93027 8.09971 8.0983C8.19144 8.26633 8.22175 8.46107 8.18544 8.64903C8.14913 8.837 8.04845 9.00643 7.90073 9.1282C7.75301 9.24997 7.56748 9.31646 7.37604 9.31624H6.1299",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.05078 5.63485V5.17468",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.05078 9.77645V9.31628",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.52136 0.499997L5.27123 1.75012L6.52136 3.00025L5.27123 1.75012",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.49584 1.97436C7.36389 1.42513 9.46659 1.88664 10.941 3.36104C13.0891 5.50911 13.0886 8.99157 10.941 11.1392C8.79335 13.2869 5.31089 13.2873 3.16282 11.1392C2.12931 10.1057 1.59315 8.7633 1.55421 7.40929",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));$0.tags=["challenge"];const R0=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M4.556 1.5h4.888A3.055 3.055 0 0112.5 4.556v4.888A3.055 3.055 0 019.444 12.5H4.556A3.055 3.055 0 011.5 9.444V4.556A3.056 3.056 0 014.556 1.5v0zM6.541 8.375L5.166 7M8.833 6.083L6.54 8.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));R0.tags=["checkbox","forms","questionnaire"];const xe=s(e=>t.jsx("svg",{viewBox:"0 0 14 12",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M12.166 3l-7.333 7.333L1.5 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));xe.tags=["tick","correct"];const et=s(e=>t.jsx("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:t.jsx("path",{d:"M2 4.638l.983.983L5.603 3M2 10.638l.983.983L5.603 9M7.57 4h3.93M7.57 10h3.93",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));et.tags=["reserved"];const be=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M12.75 4.25l-5.5 5.5-5.5-5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));be.tags=["arrow"];const ee=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M9 12.5L3.5 7 9 1.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));ee.tags=["arrow"];const A1=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M4.5 1.5L10 7l-5.5 5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));A1.tags=["arrow"];const tt=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M1.75 9.75l5.5-5.5 5.5 5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));tt.tags=["arrow"];const rt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M4.429 2.714V1M7 2.714V1M9.571 2.714V1M4.429 13v-1.714M7 13v-1.714M9.571 13v-1.714M11.286 4.428H13M11.286 7H13M11.286 9.572H13M1 4.428h1.714M1 7h1.714M1 9.572h1.714M9.571 2.714H4.428c-.947 0-1.714.768-1.714 1.715v5.143c0 .946.767 1.714 1.714 1.714h5.143c.947 0 1.714-.768 1.714-1.714V4.429c0-.947-.767-1.715-1.714-1.715z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.029 5.4H6.058a.657.657 0 00-.658.657v1.971c0 .363.295.658.658.658h1.971a.657.657 0 00.657-.658V6.057A.657.657 0 008.03 5.4z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));rt.tags=["payment","custom payment"];const ot=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10 5L5.875 9 4 7.182",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7 12.9A5.9 5.9 0 107 1.1a5.9 5.9 0 000 11.8z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));ot.tags=["tick","correct"];const nt=s(e=>t.jsxs("svg",{width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M9.49929 17.0859C13.6888 17.0859 17.085 13.6897 17.085 9.5002C17.085 5.31073 13.6888 1.91449 9.49929 1.91449C5.30981 1.91449 1.91357 5.31073 1.91357 9.5002C1.91357 13.6897 5.30981 17.0859 9.49929 17.0859Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M13.3569 6.92865L8.05329 12.0715L5.64258 9.73384",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})]}));nt.tags=["tick","correct","filled"];const at=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M6.9 12.8A5.9 5.9 0 106.9 1a5.9 5.9 0 000 11.8zM4.54 9.26l4.72-4.72M9.26 9.26L4.54 4.54",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));at.tags=["x","close"];const T4=s(({className:e,...r})=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"96",height:"24",fill:"none",viewBox:"0 0 96 24",className:h.default("h-[24px] w-[96px]",e),...r,children:[t.jsx("path",{stroke:"#BDC0C6",strokeDasharray:"4 4",d:"M0.5 12.5L95.5 12.5"}),t.jsx("circle",{cx:"48",cy:"12",r:"11.5",fill:"#fff",stroke:"currentColor"}),t.jsx("path",{stroke:"#FF5A5A",strokeLinecap:"round",strokeLinejoin:"round",d:"M44.863 8.965l7.071 7.07M51.934 8.964l-7.07 7.071"})]})),j4=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M14.368 3.633c2.958 2.958 2.958 7.776 0 10.734s-7.776 2.958-10.734 0C.675 11.41.675 6.591 3.634 3.633c2.958-2.958 7.691-2.958 10.734 0z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M12.762 11.578H5.155c-.254 0-.423-.169-.423-.422V7.352c0-.338.423-.591.677-.338l1.69 1.352L8.62 6.761a.409.409 0 01.592 0l1.521 1.605 1.69-1.352c.254-.253.677 0 .677.338v3.804c.085.253-.085.422-.338.422z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})]})),lt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7.001 3.067v.983M11.172 2.828a5.9 5.9 0 11-8.343 8.344 5.9 5.9 0 018.343-8.344M7.001 10.934V9.95",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.034 8.478c0 .815.66 1.475 1.475 1.475h1.077a1.381 1.381 0 00.337-2.72L6.079 6.77a1.38 1.38 0 01.336-2.721h1.078c.814 0 1.475.66 1.475 1.475",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));lt.tags=["money","currency"];const z4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.9 13c3.258 0 5.9-2.686 5.9-6s-2.642-6-5.9-6C3.642 1 1 3.686 1 7s2.642 6 5.9 6z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.375 7c0-.828-.66-1.5-1.475-1.5-.815 0-1.475.672-1.475 1.5s.66 1.5 1.475 1.5c.815 0 1.475-.672 1.475-1.5z",fill:"currentColor"})]})),B4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.882 7.125c-.334.367-1.352 1.39-2.296 1.39v0h-.004a1.515 1.515 0 11.001-3.03h.003v0c.944 0 1.962 1.023 2.297 1.39L7 7l-.119.125v0zM7.12 7.125c.334.367 1.352 1.39 2.296 1.39v0h.003a1.515 1.515 0 100-3.03h-.004v0c-.944 0-1.962 1.023-2.296 1.39L7.001 7l.119.125v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.172 2.828a5.9 5.9 0 11-8.343 8.344 5.9 5.9 0 018.343-8.344",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),V4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7 12.9A5.9 5.9 0 117 1.1a5.9 5.9 0 110 11.8z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7 10.278V7h-.655",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("circle",{cx:6.836,cy:4.542,r:.656,fill:"currentColor"})]})),S4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10.278 8.22V7M8.312 8.22V7M5.96 6.073a1.311 1.311 0 11-1.853 1.855A1.311 1.311 0 015.96 6.073",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.001 12.819A5.908 5.908 0 0012.818 6c-.4-2.445-2.373-4.417-4.818-4.819A5.907 5.907 0 001.183 8c.4 2.445 2.373 4.418 4.818 4.819zM10.278 7H6.345",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),st=e=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e,children:t.jsx("path",{fill:"currentColor",d:"M14 7a7 7 0 10-7 7v-1.4A5.6 5.6 0 1112.6 7H14z"})}),it=s(e=>t.jsx("svg",{viewBox:"0 0 14 13",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M8.212 8.867V4.933M5.588 8.867V4.933M12.8 6.9A5.9 5.9 0 111 6.9a5.9 5.9 0 1111.8 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));it.tags=["pending"];const D4=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7 12.9A5.9 5.9 0 107 1.1a5.9 5.9 0 000 11.8zM7 10.337V3.662M10.338 7H3.663",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),F4=s(({className:e,...r})=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"96",height:"24",fill:"none",viewBox:"0 0 96 24",className:h.default("h-[24px] w-[96px]",e),...r,children:[t.jsx("path",{stroke:"#BDC0C6",strokeDasharray:"4 4",d:"M0.5 12.5L95.5 12.5"}),t.jsx("circle",{cx:"48",cy:"12",r:"11.5",fill:"#fff",stroke:"currentColor"}),t.jsx("path",{stroke:"#1352C6",strokeLinecap:"round",strokeLinejoin:"round",d:"M48.5 7.5v10M53.5 12.5h-10"})]})),ct=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7 12.9A5.9 5.9 0 107 1.1a5.9 5.9 0 000 11.8zM4.642 7H9.36",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));ct.tags=["no show","noshow"];const dt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M8.874 1.957h1.957c.264 0 .478.214.478.478v9.087a.478.478 0 01-.478.478H3.178a.478.478 0 01-.478-.478V2.435c0-.264.214-.478.478-.478h1.957",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.961 1.957a.957.957 0 10-1.913 0h-.956V3.39h3.826V1.957H7.96z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));dt.tags=["resources"];const O4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M4.743 1.55a5.898 5.898 0 114.515 10.9 5.898 5.898 0 01-4.515-10.9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.815 4.368v3.05l2.397 1.46",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),W4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7.666 1.5a5.5 5.5 0 100 11 5.5 5.5 0 000-11v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.666 6.214a.786.786 0 100 1.572.786.786 0 000-1.572zM7.666 6.214v-2.75M8.221 7.555l1.41 1.41",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),ut=s(e=>t.jsxs("svg",{width:14,height:14,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.9 1C5.73309 1 4.59239 1.34603 3.62214 1.99433C2.65189 2.64263 1.89567 3.56408 1.44911 4.64217C1.00256 5.72025 0.885717 6.90654 1.11337 8.05103C1.34102 9.19552 1.90294 10.2468 2.72807 11.0719C3.5532 11.8971 4.60448 12.459 5.74897 12.6866C6.89346 12.9143 8.07975 12.7974 9.15783 12.3509C10.2359 11.9043 11.1574 11.1481 11.8057 10.1779C12.454 9.20761 12.8 8.06691 12.8 6.9",stroke:"#222324",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M10.1768 3.62231H12.799",stroke:"#222324",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M10.1768 1.65576H12.799",stroke:"#222324",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.52324 7.22787H6.57324V3.62231",stroke:"#222324",strokeLinecap:"round",strokeLinejoin:"round"})]}));ut.tags=["clock","manual","watch","fly","on the fly"];const k1=s(e=>{const r=`close-icon-clip-${Math.random().toString(36).slice(2,11)}`;return t.jsxs("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:[t.jsx("g",{clipPath:`url(#${r})`,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:t.jsx("path",{d:"M11.148 3.147l-8.295 8.295M11.147 11.442L2.853 3.147"})}),t.jsx("defs",{children:t.jsx("clipPath",{id:r,children:t.jsx("path",{fill:"#fff",d:"M0 0h14v14H0z"})})})]})});k1.tags=["cross","delete","x"];const P4=s(e=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"8",fill:"none",viewBox:"0 0 10 8",...e,children:t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M1.291 1.236l2.94 2.94v0a.272.272 0 010 .385L1.29 7.5M6.041 1.236l2.94 2.94v0a.272.272 0 010 .385L6.04 7.5"})})),ht=s(e=>t.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsxs("g",{clipPath:"url(#clip0_11341_315267)",children:[t.jsx("path",{d:"M9.92534 18.4718C9.75827 18.6391 9.55987 18.7719 9.34147 18.8625C9.12307 18.9532 8.88896 18.9999 8.6525 19C8.41604 19.0001 8.18188 18.9537 7.96338 18.8633C7.74489 18.7729 7.54635 18.6403 7.3791 18.4731L3.52754 14.6236C3.3603 14.4565 3.22763 14.258 3.13712 14.0396C3.0466 13.8211 3.00002 13.587 3.00002 13.3505C3.00002 13.1141 3.0466 12.8799 3.13712 12.6615C3.22763 12.443 3.3603 12.2446 3.52754 12.0774L10.0225 5.58541C10.3976 5.21055 10.9062 4.99999 11.4364 5H15C15.5304 5 16.0391 5.21071 16.4142 5.58579C16.7893 5.96086 17 6.46957 17 7V10.5585C17 11.0884 16.7897 11.5966 16.4153 11.9716L9.92534 18.4718Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M21 8V11.7974C21 12.3278 20.7893 12.8365 20.4142 13.2116L14.752 18.8738",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_11341_315267",children:t.jsx("rect",{width:"24",height:"24",fill:"white"})})})]}));ht.tags=["collection","tags","label","organize"];const q4=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M8.852 10.448h2.037A1.11 1.11 0 0012 9.338V3.41a1.11 1.11 0 00-1.111-1.11H3.11A1.11 1.11 0 002 3.41v5.926a1.11 1.11 0 001.111 1.111h2.037L7 12.3l1.852-1.852z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),U4=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M11.881 10.107H8.334l-2.796 2.229h-.009a.23.23 0 01-.3-.034.227.227 0 01-.05-.141v-2.07H3.5a.839.839 0 01-.835-.844v0-5.843a.827.827 0 01.827-.843h8.347-.009a.825.825 0 01.835.826V9.23c0 .459-.376.835-.835.835h-.008l.058.042zM5.204 5.103h5.008M5.204 7.607h3.339",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),ft=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.9 12.8A5.9 5.9 0 106.9 1a5.9 5.9 0 000 11.8z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.617 5.617l3.792-1.56v0a.257.257 0 01.335.334L8.183 8.183",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.183 8.183L5.618 5.617 4.057 9.41v0a.257.257 0 00.335.335l3.791-1.561z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));ft.tags=["guide"];const Z4=s(({className:e,...r})=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"103",height:"102",fill:"none",viewBox:"0 0 103 102",className:h.default("h-[102px] w-[103px]",e),...r,children:[t.jsx("circle",{cx:"51.5",cy:"51",r:"51",fill:"#F0F2F4"}),t.jsx("path",{fill:"#222324",d:"M42.424 65.769A2 2 0 0144.41 64h15.18a2 2 0 011.986 1.769l1.164 10A2 2 0 0160.754 78H43.246a2 2 0 01-1.986-2.231l1.164-10z"}),t.jsx("rect",{width:"55.151",height:"41.758",x:"24",y:"26",fill:"#222324",rx:"4"}),t.jsx("rect",{width:"50.424",height:"37.03",x:"26.363",y:"28.363",fill:"#28A0E2",rx:"3"})]})),pt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M3.014 9.333A1.264 1.264 0 011.75 8.07V3.014c0-.698.566-1.264 1.264-1.264H8.07c.697 0 1.263.566 1.263 1.264",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M10.986 12.25H5.93a1.264 1.264 0 01-1.263-1.264V5.93c0-.697.566-1.263 1.264-1.263h5.056c.697 0 1.263.566 1.263 1.264v5.056c0 .697-.566 1.263-1.264 1.263v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));pt.tags=["duplicate"];const gt=s(e=>t.jsx("svg",{viewBox:"0 0 24 21",width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsxs("g",{stroke:"currentColor",strokeWidth:1.286,strokeLinecap:"round",strokeLinejoin:"round",children:[t.jsx("path",{d:"M20.844 11.35l-.906-5.435a2.085 2.085 0 00-1.714-1.714l-5.435-.906a2.085 2.085 0 00-1.816.582l-8.024 8.024a2.085 2.085 0 000 2.95l6.34 6.34a2.085 2.085 0 002.95 0l8.023-8.024a2.083 2.083 0 00.582-1.817v0z"}),t.jsx("path",{clipRule:"evenodd",d:"M14.743 11.271a1.877 1.877 0 110-3.753 1.877 1.877 0 010 3.753z"})]})}));gt.tags=["voucher","tags"];const wt=s(e=>t.jsxs("svg",{width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M13 11.5V15.5",stroke:"#222324",strokeWidth:"1.3",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11 13.5H15",stroke:"#222324",strokeWidth:"1.3",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("rect",{x:"2.5",y:"3.5",width:"5",height:"12",rx:"1",stroke:"#222324",strokeWidth:"1.3",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M15.5 9.5V4.5C15.5 3.94772 15.0523 3.5 14.5 3.5H13H11.5C10.9477 3.5 10.5 3.94772 10.5 4.5V9.5",stroke:"#222324",strokeWidth:"1.3",strokeLinecap:"round",strokeLinejoin:"round"})]}));wt.tags=["column customization","table"];const kt=s(e=>t.jsxs("svg",{viewBox:"0 0 20 15",width:20,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M14.9804 8.95671C16.0791 8.95671 16.9697 8.0661 16.9697 6.96748C16.9697 5.86886 16.0791 4.97825 14.9804 4.97825C13.8818 4.97825 12.9912 5.86886 12.9912 6.96748C12.9912 8.0661 13.8818 8.95671 14.9804 8.95671Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M13.6536 14.3996H18.9582C18.3983 12.2042 16.1648 10.8784 13.9695 11.4383C13.6113 11.5296 13.2671 11.669 12.9463 11.8525",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M10.7251 14.3996C10.7251 11.714 8.54809 9.53699 5.86257 9.53699C3.17704 9.53699 1 11.714 1 14.3996H10.7251Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.81279 6.74647C7.39969 6.74647 8.68613 5.46004 8.68613 3.87314C8.68613 2.28624 7.39969 0.999802 5.81279 0.999802C4.22589 0.999802 2.93945 2.28624 2.93945 3.87314C2.93945 5.46004 4.22589 6.74647 5.81279 6.74647Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));kt.tags=["user"];const Y4=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M2.867 11.07c0 .488.418.887.95.887h10.92c.522 0 .95-.399.95-.887V6.28a.47.47 0 00-.485-.443.474.474 0 00-.313.107L11.869 8.4 9.381 5.687a.504.504 0 00-.674-.054.249.249 0 00-.057.045L6.162 8.383l-2.516-2.35v-.001a.503.503 0 00-.674-.01.403.403 0 00-.143.311l.038 4.737z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})})),_4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M8.08 4.525L6.9 8.065M11.846 10.117v0a8.262 8.262 0 00-9.892 0",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.072 2.728a5.9 5.9 0 11-8.344 8.344 5.9 5.9 0 018.344-8.344",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),vt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M12.25 10.375v2.25H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M12.25 12.625L9.725 10.1a1.126 1.126 0 00-1.118-.282l-2.857.763a1.125 1.125 0 01-1.086-.291L1.75 7.373M2.574 5.87A3.75 3.75 0 118.5 8.127",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7 3.627H5.983a.671.671 0 00-.25 1.294l1.032.412a.671.671 0 01-.25 1.294H5.5M6.25 3.627v-.375M6.25 7.002v-.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));vt.tags=["money","refund","return payment","dollar"];const G4=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M1.008 6.006v5.863M12 11.136a2.2 2.2 0 00-2.199-2.198H7.053a2.2 2.2 0 00-2.198-2.199H1v4.397h11zM4.855 8.938h2.749M10.906 1.625V1M11.843 1.625h-1.275a.839.839 0 00-.843.837.84.84 0 00.525.775l1.29.513-.007-.006a.834.834 0 01.463 1.087.852.852 0 01-.781.525H9.937M10.906 6v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),mt=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e,children:[t.jsx("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),t.jsx("path",{fill:"#0079BE",fillRule:"evenodd",d:"M15.839 19.3h2.596c4.052 0 7.282-3.215 7.408-7.187v-.063c-.063-4.034-3.356-7.312-7.408-7.25h-2.913c-3.862.127-6.902 3.405-6.775 7.314 0 3.908 3.166 7.123 7.092 7.186zm-5.826-7.25c0-3.278 2.723-5.988 6.016-5.988 3.292 0 6.015 2.71 6.015 5.988 0 3.278-2.723 5.99-6.015 5.99-3.293 0-6.016-2.711-6.016-5.99zm6.966 4.035V8.079c2.216.567 3.609 2.774 3.039 4.98a4.114 4.114 0 01-3.04 3.026zm-4.876-5.043a4.142 4.142 0 002.976 5.043V8.079a4.155 4.155 0 00-2.976 2.963z",clipRule:"evenodd"})]}));mt.tags=["cc","credit card"];const Ct=s(e=>t.jsx("svg",{viewBox:"0 0 14 13",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7 12A5 5 0 107 2a5 5 0 000 10zM3.465 10.535l7.07-7.07",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Ct.tags=["stop"];const Lt=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e,children:[t.jsx("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),t.jsx("path",{fill:"#FD6020",d:"M14 23l19-5.75V20a3 3 0 01-3 3H14z"}),t.jsx("path",{fill:"#000",fillRule:"evenodd",d:"M29.394 9.11c1.045 0 1.62.484 1.62 1.398.052.698-.418 1.29-1.045 1.397l1.41 1.988h-1.097l-1.202-1.935h-.104v1.934h-.889V9.111h1.307zm-.418 2.204h.26c.576 0 .837-.269.837-.752 0-.43-.261-.699-.836-.699h-.261v1.45zm-3.973 2.579h2.51v-.806h-1.621v-1.29h1.568v-.806h-1.568V9.917h1.62V9.11h-2.509v4.781zm-2.613-1.559l-1.202-3.223h-.94L22.18 14h.47l1.934-4.89h-.94l-1.255 3.225zm-10.61-.805c0 1.343 1.046 2.471 2.352 2.471.418 0 .784-.107 1.15-.269v-1.074c-.261.322-.627.537-1.045.537-.836 0-1.516-.645-1.516-1.504v-.108a1.591 1.591 0 011.464-1.665c.418 0 .836.215 1.097.537V9.379c-.313-.214-.732-.268-1.097-.268-1.36-.108-2.405 1.02-2.405 2.418zm-1.62-.591c-.522-.215-.68-.323-.68-.591.053-.323.314-.591.628-.538.261 0 .523.161.732.376l.47-.644c-.366-.323-.836-.538-1.306-.538-.732-.053-1.36.538-1.412 1.29v.054c0 .644.262 1.02 1.098 1.289.209.054.418.161.627.269a.568.568 0 01.261.483c0 .376-.313.699-.627.699H9.9c-.418 0-.784-.269-.94-.645l-.576.59c.314.592.941.914 1.568.914.836.054 1.516-.59 1.568-1.45v-.162c-.052-.644-.313-.967-1.359-1.396zM7.13 13.892h.888V9.111H7.13v4.781zM3 9.111h1.567c1.255.054 2.248 1.128 2.196 2.418 0 .698-.314 1.343-.836 1.826-.47.376-1.045.591-1.62.538H3V9.11zm1.15 3.976c.418.053.888-.108 1.202-.377.313-.322.47-.752.47-1.235 0-.43-.157-.86-.47-1.182-.314-.269-.784-.43-1.202-.376h-.262v3.17h.262z",clipRule:"evenodd"}),t.jsx("path",{fill:"#FD6020",fillRule:"evenodd",d:"M17.948 9c-1.306 0-2.404 1.075-2.404 2.471 0 1.344 1.045 2.472 2.404 2.526 1.359.053 2.404-1.075 2.457-2.472C20.352 10.128 19.307 9 17.948 9z",clipRule:"evenodd"})]}));Lt.tags=["cc","credit card"];const K4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M13.253 6.614L8.024 1.386a.545.545 0 00-.771 0L2.024 6.614a.545.545 0 000 .772l5.229 5.228a.546.546 0 00.771 0l5.229-5.228a.545.545 0 000-.772zM7.651 4.286v3.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.644 9.196a.127.127 0 00-.131.136c0 .07.06.13.136.13a.134.134 0 00.126-.141l-.006-.005c-.005-.077-.065-.137-.136-.137M7.651 9.195h-.005",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),xt=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:19,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M12.166 3.5l-7.333 7.333L1.5 7.5M18.167 3.5l-7.333 7.333-1.667-1.666",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));xt.tags=["doublecheck","forms","questionnaire"];const te=s(e=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e,children:t.jsx("path",{d:"M10 6L7.184 8.816v0a.26.26 0 01-.368 0L4 6",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));te.tags=["collapse","fold"];const bt=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7.04 9.36V1.1M10.58 5.82L7.04 9.36 3.5 5.82M3.5 12.9h7.08",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));bt.tags=["arrow"];const yt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M8.358 6.66L7 8.02 5.643 6.66",fill:"currentColor"}),t.jsx("path",{d:"M8.358 6.66L7 8.02 5.643 6.66h2.715z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.444 1.5H4.556A3.056 3.056 0 001.5 4.556v4.888A3.056 3.056 0 004.556 12.5h4.888A3.056 3.056 0 0012.5 9.444V4.556A3.056 3.056 0 009.444 1.5z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));yt.tags=["dropdown","forms","questionnaire"];const Mt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"0.8",d:"M9.745 2.203a.687.687 0 000 .972l2.004 2.003a.687.687 0 10.972-.972l-2.004-2.003a.688.688 0 00-.972 0z"}),t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"0.8",d:"M7.801 2.202a.687.687 0 000 .973l3.949 3.948a.687.687 0 10.972-.974L8.775 2.202a.688.688 0 00-.974 0zM2.812 9.137a.688.688 0 01.972 0l2.004 2.003a.688.688 0 01-.973.972L2.812 10.11a.687.687 0 010-.972z"}),t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"0.8",d:"M2.812 7.192a.688.688 0 01.972 0l3.948 3.948a.688.688 0 11-.973.973L2.812 8.166a.688.688 0 010-.974z"}),t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"0.8",d:"M9.289 4.663L5.27 8.68l.973.972 4.017-4.017-.972-.972z"})]}));Mt.tags=["weight","exercise","gym"];const Et=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M3.111 9.222h-.309A.803.803 0 012 8.42V2.802C2 2.36 2.36 2 2.802 2H8.42c.444 0 .803.36.803.802v.31",stroke:"currentColor",strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.197 12H5.58a.803.803 0 01-.803-.802V5.58c0-.443.36-.802.803-.802h5.617c.443 0 .803.36.803.802v5.617c0 .444-.36.803-.803.803z",stroke:"currentColor",strokeMiterlimit:10}),t.jsx("path",{d:"M8.389 7v2.778M9.778 8.389H7",stroke:"currentColor",strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"})]}));Et.tags=["copy"];const It=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M3.398 3.044C3.734 4.983 4.915 6.311 7 6.984c2.086-.673 3.266-2.001 3.602-3.94A.906.906 0 009.702 2H4.298a.906.906 0 00-.9 1.044v0zM4.299 11.969a.905.905 0 01-.9-1.044C3.733 8.987 4.914 7.66 7 6.985c2.086.674 3.266 2.002 3.602 3.94a.905.905 0 01-.9 1.044H4.298z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));It.tags=["hour glass","time"];const At=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M10.268 5.813l-2.081-2.08M3.849 12H2v-1.849c0-.15.06-.295.167-.402l7.582-7.582a.568.568 0 01.804 0l1.28 1.28a.568.568 0 010 .804L4.25 11.833a.567.567 0 01-.402.167v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));At.tags=["pencil"];const Ht=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M11.214 6.88a.987.987 0 111.396 1.395l-3.312 3.31a.573.573 0 01-.405.168H7.737v-1.156c0-.152.06-.298.168-.406l3.31-3.312v0zM4.295 4.868h4.59M4.295 7.163h2.868M11.879 9.01l-1.4-1.4M11.179 4.868v-1.72c0-.635-.514-1.148-1.148-1.148H3.147C2.513 2 2 2.513 2 3.147v7.458c0 .634.513 1.147 1.147 1.147h2.295",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Ht.tags=["pencil"];const Nt=s(e=>t.jsx("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:t.jsx("path",{d:"M13.5 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM3.5 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM8.5 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z",fill:"#222324"})}));Nt.tags=["three","dots"];const Tt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M11.8 8.4V3.767M7.617 10.946H2.8a1.8 1.8 0 01-1.8-1.8v-5.38",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.282 6.756L1.65 4.844A1.22 1.22 0 011 3.765v-.02a1.2 1.2 0 011.2-1.2h8.38c.674 0 1.22.547 1.22 1.22v.012a1.2 1.2 0 01-.64 1.062L7.517 6.757a2.4 2.4 0 01-2.236 0zM12.21 8.739a2.715 2.715 0 010 3.83c-1.032 1.035-2.786 1.035-3.82 0a2.714 2.714 0 01.002-3.83 2.694 2.694 0 013.818 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.351 10.137l-1.313 1.313-.787-.788",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Tt.tags=["opt-in","optin","forms","questionnaire"];const Q4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M2.295 3h9.41c.577 0 1.045.468 1.045 1.046v6.795c0 .578-.468 1.045-1.045 1.045h-9.41a1.045 1.045 0 01-1.045-1.045V4.046C1.25 3.468 1.718 3 2.295 3v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M1.326 3.658l4.916 3.516c.444.317 1.04.318 1.485.001l4.944-3.526",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),jt=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M15.441 4.094v5.292M16.2 13.928h-4.543M14.685 12.414l1.515 1.514-1.514 1.514M8.628 12.414H4.085A1.514 1.514 0 012.571 10.9V4.094",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M4.094 2.572h9.826a1.523 1.523 0 01.854 2.782l-4.056 2.749c-1.033.7-2.39.7-3.423 0L3.24 5.355a1.523 1.523 0 01-.669-1.26v0c0-.842.682-1.523 1.523-1.523z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})]}));jt.tags=["email","resend","confirmation","waiver","receipt","reciept"];const zt=s(e=>t.jsxs("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:[t.jsx("rect",{x:2,y:2,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("rect",{x:2,y:8,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.667 4h4M7.667 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));zt.tags=["available"];const X4=s(({className:e,...r})=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"103",height:"102",fill:"none",viewBox:"0 0 103 102",className:h.default("h-[102px] w-[103px]",e),...r,children:[t.jsx("circle",{cx:"51.5",cy:"51",r:"51",fill:"#F0F2F4"}),t.jsxs("mask",{id:"path-2-outside-1_3545_71298",width:"27",height:"25",x:"28.5",y:"38.499",fill:"#000",maskUnits:"userSpaceOnUse",children:[t.jsx("path",{fill:"#fff",d:"M28.5 38.499H55.5V63.499H28.5z"}),t.jsx("path",{fillRule:"evenodd",d:"M29.5 43.513v1.173h6.888l2.37 2.843h2.646v-8.03H33.6c-2.264 0-4.099 1.798-4.099 4.014zm16.43 7.215h8.2v-5.24h-6.497l-1.702 2.04v3.2zm8.2 6.044h-6.497l-1.702-2.04v-3.198h8.2v5.238zm-11.9 5.99V54.73h2.648l2.368 2.844h6.888v1.17c0 2.22-1.835 4.017-4.099 4.017H42.23zm-4.531-11.228v3.198l-1.702 2.04H29.5v-5.238h8.199zM29.5 45.488h6.497l1.702 2.04v3.2H29.5v-5.24zm15.377 2.04l2.369-2.842h6.888v-1.173c0-2.216-1.835-4.014-4.099-4.014H42.23v8.03H44.877zm-8.49 10.046l2.37-2.844h2.647v8.031H33.6c-2.264 0-4.099-1.798-4.099-4.016v-1.171h6.888z",clipRule:"evenodd"})]}),t.jsx("path",{fill:"#fff",fillRule:"evenodd",d:"M29.5 43.513v1.173h6.888l2.37 2.843h2.646v-8.03H33.6c-2.264 0-4.099 1.798-4.099 4.014zm16.43 7.215h8.2v-5.24h-6.497l-1.702 2.04v3.2zm8.2 6.044h-6.497l-1.702-2.04v-3.198h8.2v5.238zm-11.9 5.99V54.73h2.648l2.368 2.844h6.888v1.17c0 2.22-1.835 4.017-4.099 4.017H42.23zm-4.531-11.228v3.198l-1.702 2.04H29.5v-5.238h8.199zM29.5 45.488h6.497l1.702 2.04v3.2H29.5v-5.24zm15.377 2.04l2.369-2.842h6.888v-1.173c0-2.216-1.835-4.014-4.099-4.014H42.23v8.03H44.877zm-8.49 10.046l2.37-2.844h2.647v8.031H33.6c-2.264 0-4.099-1.798-4.099-4.016v-1.171h6.888z",clipRule:"evenodd"}),t.jsx("path",{fill:"#333743",d:"M29.5 44.686h-.7v.7h.7v-.7zm6.888 0l.537-.448-.21-.252h-.327v.7zm2.37 2.843l-.538.448.21.252h.327v-.7zm2.646 0v.7h.7v-.7h-.7zm0-8.03h.7v-.7h-.7v.7zm12.727 11.229v.7h.7v-.7h-.7zm-8.2 0h-.7v.7h.7v-.7zm8.2-5.24h.7v-.7h-.7v.7zm-6.498 0v-.7h-.328l-.21.251.538.449zm-1.702 2.04l-.538-.449-.162.195v.254h.7zm1.702 9.244l-.538.449.21.251h.328v-.7zm6.497 0v.7h.7v-.7h-.7zm-8.2-2.04h-.7v.254l.163.195.538-.449zm0-3.198v-.7h-.7v.7h.7zm8.2 0h.7v-.7h-.7v.7zm-11.9 3.196v-.7h-.7v.7h.7zm0 8.031h-.7v.7h.7v-.7zm2.648-8.03l.537-.449-.21-.252h-.328v.7zm2.368 2.843l-.538.448.21.252h.328v-.7zm6.888 0h.7v-.7h-.7v.7zM37.7 54.732l.538.449.162-.195v-.254h-.7zm0-3.198h.7v-.7h-.7v.7zm-1.702 5.238v.7h.327l.21-.251-.537-.449zm-6.497 0h-.7v.7h.7v-.7zm0-5.238v-.7h-.7v.7h.7zm6.497-6.046l.537-.449-.21-.251h-.327v.7zm-6.497 0v-.7h-.7v.7h.7zm8.199 2.04h.7v-.254l-.163-.195-.537.449zm0 3.2v.7h.7v-.7h-.7zm-8.199 0h-.7v.7h.7v-.7zm17.746-6.042v-.7h-.328l-.21.252.538.448zm-2.369 2.843v.7h.328l.21-.252-.538-.448zm9.257-2.843v.7h.7v-.7h-.7zM42.23 39.5v-.7h-.7v.7h.7zm0 8.03h-.7v.7h.7v-.7zm2.475 0v.7-.7zm-5.948 7.201v-.7h-.327l-.21.252.537.448zm-2.37 2.844v.7h.328l.21-.252-.537-.448zm5.017-2.844h.7v-.7h-.7v.7zm0 8.031v.7h.7v-.7h-.7zM29.5 57.573v-.7h-.7v.7h.7zm.7-12.887v-1.173h-1.4v1.173h1.4zm6.188-.7H29.5v1.4h6.888v-1.4zm2.907 3.094l-2.37-2.842-1.075.897 2.37 2.842 1.075-.897zm2.11-.251h-2.648v1.4h2.647v-1.4zm-.7-7.33v8.03h1.4v-8.03h-1.4zm-7.106.7h7.805v-1.4H33.6v1.4zM30.2 43.513c0-1.816 1.508-3.314 3.4-3.314v-1.4c-2.638 0-4.8 2.097-4.8 4.714h1.4zm23.93 6.515h-8.2v1.4h8.2v-1.4zm-.7-4.54v5.24h1.4v-5.24h-1.4zm-5.797.7h6.498v-1.4h-6.498v1.4zm-1.165 1.788l1.702-2.04-1.075-.897-1.702 2.04 1.075.897zm.163 2.752v-3.2h-1.4v3.2h1.4zm1.002 6.744h6.497v-1.4h-6.497v1.4zm-2.24-2.291l1.702 2.04 1.075-.897-1.702-2.04-1.075.897zm-.162-3.647v3.198h1.4v-3.198h-1.4zm8.9-.7h-8.2v1.4h8.2v-1.4zm.7 5.938v-5.238h-1.4v5.238h1.4zM41.53 54.73v8.031h1.4v-8.03h-1.4zm3.347-.7H42.23v1.4h2.648v-1.4zm2.906 3.096l-2.368-2.844-1.075.896 2.368 2.844 1.075-.896zm6.351-.252h-6.888v1.4h6.888v-1.4zm.7 1.87v-1.17h-1.4v1.17h1.4zm-4.799 4.717c2.638 0 4.8-2.098 4.8-4.716h-1.401c0 1.818-1.508 3.316-3.399 3.316v1.4zm-7.805 0h7.805v-1.4H42.23v1.4zm-3.83-8.729v-3.198h-1.401v3.198h1.4zm-1.866 2.489l1.703-2.04-1.076-.898-1.702 2.04 1.075.898zm-7.034.251h6.497v-1.4H29.5v1.4zm-.7-5.938v5.238h1.4v-5.238h-1.4zm8.899-.7H29.5v1.4h8.199v-1.4zm-1.702-6.046H29.5v1.4h6.497v-1.4zm2.24 2.291l-1.703-2.04-1.075.897 1.702 2.04 1.075-.897zm.162 3.649v-3.2H37v3.2h1.4zm-8.899.7h8.199v-1.4H29.5v1.4zm-.7-5.94v5.24h1.4v-5.24h-1.4zm17.908-1.25l-2.368 2.843 1.075.896 2.368-2.843-1.075-.896zm7.426-.252h-6.888v1.4h6.888v-1.4zm-.7-.473v1.173h1.4v-1.173h-1.4zM50.035 40.2c1.892 0 3.4 1.498 3.4 3.314h1.4c0-2.616-2.163-4.714-4.8-4.714v1.4zm-7.805 0h7.805v-1.4H42.23v1.4zm.7 7.33v-8.03h-1.4v8.03h1.4zm1.775-.7H42.23v1.4h2.475v-1.4zm.172 0h-.172v1.4h.172v-1.4zm-6.657 7.453l-2.37 2.843 1.075.897 2.37-2.843-1.075-.897zm3.184-.252h-2.647v1.4h2.647v-1.4zm.7 8.731v-8.03h-1.4v8.03h1.4zm-8.505.7h7.805v-1.4H33.6v1.4zM28.8 58.745c0 2.618 2.162 4.716 4.8 4.716v-1.4c-1.892 0-3.4-1.498-3.4-3.316h-1.4zm0-1.171v1.17h1.4v-1.17h-1.4zm7.588-.7H29.5v1.4h6.888v-1.4z",mask:"url(#path-2-outside-1_3545_71298)"}),t.jsx("path",{fill:"#F3B53A",fillRule:"evenodd",d:"M76.39 45.818c-.538-1.471-1.882-4.028-2.304-4.378-.614-.526-1.804-.42-2.303.175-.5.665-.461.91.383 2.521 1.306 2.382 1.805 4.028 2.074 6.654.345 3.152-.346 6.374-1.958 9.386-.384.7-.73 1.401-.807 1.576-.23.63.346 1.471 1.075 1.681 1.114.315 1.92-.455 3.033-2.872 2.266-4.762 2.496-9.91.807-14.743zm-9.291-1.926c-.5 0-.653.07-1.037.385-.73.63-.73.945.153 2.556 1.997 3.678 1.959 7.285-.076 11.032-.538 1.016-.653 1.331-.615 1.611.115.455.5.91.96 1.086.192.07.576.14.768.105.73-.105 1.075-.455 1.805-1.786 1.266-2.347 1.727-4.063 1.727-6.584 0-2.452-.46-4.378-1.65-6.584-.73-1.436-1.19-1.821-2.035-1.821zm-7.145 4.342c-.23-.7.384-1.576 1.267-1.716.73-.105 1.23.175 1.92 1.12a8.01 8.01 0 010 9.247c-.69.98-1.459 1.33-2.265 1.015-.384-.14-.806-.595-.921-.98-.154-.42-.039-.771.537-1.611.73-1.086.883-1.646.883-3.047 0-1.401-.154-1.962-.883-3.047l-.122-.202c-.195-.322-.384-.634-.415-.779z",clipRule:"evenodd"})]})),Bt=s(e=>t.jsx("svg",{viewBox:"0 0 14 12",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7.834 9.98a1.557 1.557 0 112.55-1.67.39.39 0 00.64.133l1.215-1.215a.779.779 0 000-1.101L10.993 4.88a1.557 1.557 0 10-1.91-1.907L7.836 1.728a.779.779 0 00-1.101 0L5.607 2.856a.39.39 0 00.06.6A1.557 1.557 0 113.51 5.614a.39.39 0 00-.6-.06L1.777 6.677a.779.779 0 000 1.1l4.404 4.405a.779.779 0 001.101 0L8.5 10.966a.39.39 0 00-.134-.638 1.54 1.54 0 01-.531-.348z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Bt.tags=["inventory"];const Vt=s(e=>t.jsxs("svg",{viewBox:"2 4 20 16",width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M11.8146 16.3548C10.9393 15.4796 10.9393 14.0605 11.8146 13.1852C12.6899 12.3099 14.109 12.3099 14.9843 13.1852C15.2032 13.4024 15.3742 13.6631 15.4862 13.9504C15.5987 14.2386 15.9236 14.381 16.2118 14.2685C16.2843 14.2402 16.3501 14.1971 16.405 14.142L18.1539 12.3931C18.5913 11.9555 18.5913 11.2463 18.1539 10.8088L16.3613 9.01612C17.5558 8.69271 18.2621 7.46215 17.9386 6.26757C17.6152 5.07299 16.3847 4.36677 15.1901 4.69019C14.4201 4.89866 13.819 5.50076 13.6118 6.2711L11.8191 4.47843C11.3816 4.04104 10.6723 4.04104 10.2348 4.47843L8.61022 6.10192C8.39136 6.32061 8.39122 6.67531 8.60991 6.89417C8.63666 6.92093 8.66604 6.94492 8.69762 6.96576C9.72918 7.64947 10.0112 9.03998 9.32746 10.0716C8.64375 11.1031 7.25323 11.3851 6.22167 10.7014C5.97169 10.5357 5.75751 10.3215 5.59182 10.0716C5.4214 9.81333 5.07391 9.74215 4.81568 9.91257C4.78411 9.93341 4.75472 9.9574 4.72798 9.98416L3.10002 11.6009C2.66263 12.0384 2.66263 12.7477 3.10002 13.1852L9.43821 19.5234C9.87573 19.9608 10.585 19.9608 11.0225 19.5234L12.7714 17.7733C12.9902 17.5545 12.9902 17.1998 12.7714 16.981C12.7169 16.9265 12.6517 16.8838 12.5799 16.8557C12.2927 16.7437 12.0321 16.5732 11.8146 16.3548Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M20.0328 16.8691H15.1685",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M18.8096 14.4512L21.2285 16.8701L18.8096 19.2889",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Vt.tags=["inventory","equipment checkout"];const St=s(e=>t.jsxs("svg",{viewBox:"2 3 20 18",width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M14.3869 16.8138C13.5116 15.9386 13.5116 14.5195 14.3869 13.6442C15.2622 12.7689 16.6813 12.7689 17.5565 13.6442C17.7755 13.8614 17.9465 14.1221 18.0585 14.4094C18.171 14.6976 18.4959 14.84 18.7841 14.7275C18.8565 14.6992 18.9223 14.6561 18.9772 14.601L20.7262 12.852C21.1636 12.4145 21.1636 11.7053 20.7262 11.2678L18.9335 9.4751C20.1281 9.1517 20.8343 7.92113 20.5109 6.72655C20.1875 5.53198 18.9569 4.82576 17.7624 5.14918C16.9924 5.35764 16.3912 5.95974 16.184 6.73008L14.3914 4.93742C13.9538 4.50003 13.2446 4.50003 12.8071 4.93742L11.1825 6.5609C10.9636 6.77959 10.9635 7.13429 11.1822 7.35316C11.2089 7.37992 11.2383 7.4039 11.2699 7.42474C12.3014 8.10846 12.5834 9.49897 11.8997 10.5305C11.216 11.5621 9.8255 11.8441 8.79393 11.1604C8.54395 10.9947 8.32977 10.7805 8.16409 10.5305C7.99366 10.2723 7.64617 10.2011 7.38795 10.3716C7.35637 10.3924 7.32699 10.4164 7.30025 10.4431L5.67228 12.0599C5.23489 12.4974 5.23489 13.2067 5.67228 13.6442L12.0105 19.9824C12.448 20.4198 13.1572 20.4198 13.5947 19.9824L15.3437 18.2323C15.5625 18.0135 15.5624 17.6588 15.3437 17.44C15.2891 17.3855 15.2239 17.3428 15.1521 17.3147C14.865 17.2027 14.6044 17.0321 14.3869 16.8138Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M4.14107 6.10742H9.00537",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.36426 3.68945L2.94537 6.10834L5.36426 8.52723",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));St.tags=["inventory","equipment return"];const J4=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M8.188 6.37l-.282-.797L5.515 2.38l.43-.106 4.122 3.562 2.426-.694c.285-.074.609-.09.856-.088a6.998 6.998 0 00-12.941.598 6.962 6.962 0 00-.329 3.394l5.812-2.019 2.297-.655zM13.604 5.683a3.74 3.74 0 01-.836.419l-2.432.693-1.622 5.206-.421.137.342-3.976-.191-.826-2.279.65L.144 9.403a6.998 6.998 0 1013.46-3.72z",fill:"#072F54"}),t.jsx("path",{d:"M8.444 7.337l.192.825-.343 3.975.42-.136 1.623-5.205 2.431-.694c.31-.1.624-.282.837-.419a7.071 7.071 0 00-.255-.63 3.556 3.556 0 00-.856.088l-2.426.695-4.123-3.564-.43.107 2.391 3.194.283.797-2.297.657L.08 9.044c.018.12.039.24.063.36l6.023-1.417 2.278-.65z",fill:"#FBC108"})]})),Dt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsxs("g",{clipPath:"url(#prefix__clip0_196_67)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:[t.jsx("path",{d:"M5.14 12.48h-.006c3.017 1.217 6.455-.248 7.68-3.272A5.9 5.9 0 009.55 1.53a5.915 5.915 0 00-7.695 7.687"}),t.jsx("path",{d:"M8.987 8.272l.003-2.903-2.903.003M8.989 5.37l-5.81 5.81"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"prefix__clip0_196_67",children:t.jsx("path",{fill:"#fff",d:"M0 0h14v14H0z"})})})]}));Dt.tags=["arrow"];const Ft=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M8.393 5.6a1.97 1.97 0 010 2.782 1.97 1.97 0 01-2.783 0 1.967 1.967 0 112.783-2.783z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M1.1 6.989c0-.432.1-.86.293-1.254C2.386 3.705 4.581 2.4 7.001 2.4c2.42 0 4.614 1.305 5.607 3.335.193.394.293.822.293 1.254 0 .432-.1.86-.293 1.253-.993 2.03-3.188 3.336-5.607 3.336-2.42 0-4.615-1.305-5.608-3.336a2.85 2.85 0 01-.292-1.253z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Ft.tags=["view","visible"];const $4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7 11.578a4.552 4.552 0 01-1.64-.325M12.824 7.296C11.584 9.59 9.292 11.578 7 11.578M11.642 4.97c.453.53.855 1.109 1.182 1.713a.647.647 0 010 .613M2.412 11.578L11.59 2.4M5.541 8.449a2.065 2.065 0 012.92-2.92",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M10.307 3.682C9.293 2.897 8.147 2.4 7.001 2.4c-2.292 0-4.583 1.988-5.823 4.283a.647.647 0 000 .613c.62 1.146 1.502 2.216 2.516 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),Ot=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7.3 15.75V9.415H5.625v-2.28H7.3V5.187c0-1.531.99-2.937 3.27-2.937.922 0 1.605.088 1.605.088l-.054 2.13s-.696-.006-1.456-.006c-.822 0-.953.378-.953 1.007v1.666h2.475l-.108 2.28H9.712v6.335H7.3z",fill:"#000"})}));Ot.tags=["logo","social media"];const Wt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.9 1a5.9 5.9 0 100 11.8A5.9 5.9 0 006.9 1v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.105 4.72H5.1c.066-.006.128.056.128.123a.134.134 0 01-.128.128c-.072 0-.129-.062-.134-.128a.127.127 0 01.123-.134M8.696 4.72H8.69a.127.127 0 00-.129.128c0 .066.057.128.129.123.066-.005.128-.062.123-.134a.13.13 0 00-.128-.128M3.565 8.696h6.67",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Wt.tags=["smiley","emoji"];const Pt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.9 1a5.9 5.9 0 100 11.8A5.9 5.9 0 006.9 1v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M4.078 5.746h-.005c.067-.006.128.056.128.123a.134.134 0 01-.128.128c-.072 0-.128-.062-.133-.128a.127.127 0 01.123-.134M9.722 5.746h-.005a.127.127 0 00-.128.128c0 .067.056.128.128.123.067-.005.128-.062.123-.133a.13.13 0 00-.128-.129M4.592 10.491a2.306 2.306 0 114.612-.01",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Pt.tags=["smiley","emoji"];const qt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M4.077 5.843h-.005c.067-.005.128.058.128.126s-.061.13-.128.13c-.072 0-.128-.062-.133-.13a.129.129 0 01.123-.136M9.722 5.843h-.005a.128.128 0 00-.128.13c0 .069.056.132.128.127.067-.006.128-.063.123-.137a.132.132 0 00-.128-.13M3.822 8.853l-.006-.005c.708 1.733 2.658 2.555 4.361 1.833a3.38 3.38 0 001.796-1.833",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.9 1c-.775 0-1.542.156-2.258.458a5.894 5.894 0 00-1.914 1.306A6.03 6.03 0 001.45 4.717a6.129 6.129 0 000 4.608 6.03 6.03 0 001.28 1.954 5.892 5.892 0 001.913 1.305 5.797 5.797 0 004.516 0 5.892 5.892 0 001.914-1.306 6.03 6.03 0 001.279-1.953 6.128 6.128 0 000-4.608 6.03 6.03 0 00-1.28-1.953 5.893 5.893 0 00-1.913-1.306A5.797 5.797 0 006.9 1v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));qt.tags=["smiley","emoji"];const Ut=s(e=>t.jsxs("svg",{viewBox:"0 0 16 16",width:16,height:16,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10 10.1278H6",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.69396 9.93092C4.50996 9.09425 3.79996 7.63358 4.04996 6.02558C4.32062 4.28758 5.76929 2.90025 7.51663 2.69558C9.94196 2.41092 12 4.29892 12 6.66692C12 8.01692 11.3293 9.20825 10.3046 9.93225C10.1206 10.0622 9.99996 10.2636 9.99996 10.4889V12.3336C9.99996 13.2542 9.25396 14.0002 8.33329 14.0002H7.66663C6.74596 14.0002 5.99996 13.2542 5.99996 12.3336V10.4916C5.99996 10.2642 5.87863 10.0616 5.69396 9.93092Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M13.332 3.33366L14.1274 2.53833",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M2.66643 10.0002L1.87109 10.7956",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M3.3383 2.66692L2.54297 1.87158",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M13.332 10.0002L14.1274 10.7956",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M14 6.66711H15.1247",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M0.875 6.66711L1.99967 6.66778",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6 12.0002H9.91533",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Ut.tags=["light","bulb","idea"];const Zt=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M6.107 13.5h5.786M4.662 9h8.679M3.215 4.5h11.571",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})}));Zt.tags=["filter","custom reports"];const Yt=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M3.1 12V2.517M10.878 8.122V2.556M3.1 8.111s.487-.404 1.945-.404c1.458 0 2.43.96 3.889.96 1.458 0 1.944-.543 1.944-.543M3.1 2.518S3.588 2 5.046 2c1.458 0 2.43.96 3.889.96 1.458 0 1.944-.404 1.944-.404",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Yt.tags=["organizer"];const _t=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7.245.869a1 1 0 011.51 0l.933 1.074a1 1 0 00.912.332l1.406-.223a1 1 0 011.156.97l.025 1.423a1 1 0 00.485.84l1.22.733a1 1 0 01.262 1.487l-.896 1.106a1 1 0 00-.168.955l.463 1.346a1 1 0 01-.755 1.307l-1.397.272a1 1 0 00-.743.623l-.51 1.329a1 1 0 01-1.418.516l-1.245-.69a1 1 0 00-.97 0l-1.245.69a1 1 0 01-1.418-.516l-.51-1.329a1 1 0 00-.743-.623l-1.397-.272a1 1 0 01-.755-1.307l.463-1.346a1 1 0 00-.168-.955L.846 7.505a1 1 0 01.262-1.487l1.22-.732a1 1 0 00.485-.84l.025-1.424a1 1 0 011.156-.97l1.406.223a1 1 0 00.912-.332L7.245.87z",fill:"#8A8C91"}),t.jsx("circle",{cx:9.965,cy:8.048,r:1.717,fill:"#fff",stroke:"#fff",strokeWidth:1.529}),t.jsx("path",{d:"M6.187 8.048c0 .617.149 1.2.412 1.715a1.717 1.717 0 010-3.431 3.762 3.762 0 00-.412 1.716z",fill:"#fff",stroke:"#fff",strokeWidth:1.529})]}));_t.tags=["flex","fee","partnerfee","partner"];const Gt=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("circle",{cx:10.6,cy:9,r:2.4,fill:"currentColor"}),t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.336 10.419A2.39 2.39 0 009.8 9a2.39 2.39 0 00-.464-1.419C8.946 7.93 8.7 8.436 8.7 9c0 .564.246 1.07.636 1.419zm-.75.668A2.892 2.892 0 017.7 9c0-.82.34-1.56.886-2.087a2.4 2.4 0 100 4.174z",fill:"currentColor"}),t.jsx("path",{d:"M14.657 3.343A8 8 0 113.343 14.657 8 8 0 0114.657 3.343",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})]}));Gt.tags=["flex","fee","partnerfee","partner"];const Kt=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M2 7.86h.277a.85.85 0 00.59-.235.86.86 0 011.18 0 .86.86 0 001.18 0 .86.86 0 011.18 0 .86.86 0 001.18 0 .86.86 0 011.18 0 .86.86 0 001.18 0 .86.86 0 011.18 0 .85.85 0 00.59.234h.278M7.022 5.75H3.02a.897.897 0 01-.633-.263 1.25 1.25 0 01.102-1.86l.09-.071a7.09 7.09 0 018.862 0l.09.071a1.25 1.25 0 01.103 1.86.895.895 0 01-.634.263H6.998M2 10.125c0-.345.28-.625.625-.625h8.747c.345 0 .625.28.625.625 0 .41-.096.816-.28 1.184A1.251 1.251 0 0110.6 12H3.397a1.25 1.25 0 01-1.118-.69A2.65 2.65 0 012 10.124v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Kt.tags=["burger"];const Qt=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M4.7 2.023v3.465a2.3 2.3 0 002.31 2.298A2.317 2.317 0 009.31 5.465V2M7.01 2.028V13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Qt.tags=["trident"];const R4=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{clipRule:"evenodd",d:"M11.444 4.778H2.556A.556.556 0 002 5.333v1.111c0 .307.249.556.556.556h8.888A.556.556 0 0012 6.444v-1.11a.556.556 0 00-.556-.556z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7 12V4.778M9.053 4.006c-.599.624-1.542.771-1.998.771M7.055 4.777s-.274-1.73.4-2.433M9.053 4.006a1.21 1.21 0 000-1.662 1.099 1.099 0 00-1.597 0M4.946 4.006c.6.624 1.542.771 1.999.771M6.944 4.777s.275-1.73-.4-2.433",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M4.947 4.006a1.21 1.21 0 010-1.662 1.099 1.099 0 011.597 0M10.89 7v4.444a.556.556 0 01-.556.556H3.667a.556.556 0 01-.556-.556V7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),eo=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7.001 1.1a5.89 5.89 0 015.9 5.9 5.89 5.89 0 01-5.9 5.9M7 12.9A5.89 5.89 0 011.1 7 5.89 5.89 0 017 1.1",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.8 1.795c-1.895 3.163-1.895 7.248 0 10.41a1.386 1.386 0 002.402 0c1.895-3.162 1.895-7.247 0-10.41a1.386 1.386 0 00-2.402 0zM1.1 7h11.8",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),Xt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M5.825 3.297V2.273a.766.766 0 111.53-.01v1.023",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.361 6.368V3.297a.766.766 0 111.53-.01v1.535",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.897 7.136V4.832a.766.766 0 111.53-.01v5.119A2.56 2.56 0 017.868 12.5h-1.71a2.574 2.574 0 01-2.165-1.193c-.885-1.392-1.976-3.675-1.976-3.675a.61.61 0 01.154-.855.607.607 0 01.742.031L4.27 8.395V3.276a.766.766 0 111.53-.01v3.071",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Xt.tags=["cap"];const Jt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M.5 9.994h1.066a1.066 1.066 0 001.066-1.066V4.665a1.065 1.065 0 00-1.066-1.066H.506M13.284 3.6h-1.06a1.066 1.066 0 00-1.066 1.065v4.263a1.065 1.065 0 001.066 1.066h1.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.175 9.112h-.688c-.228 0-.454.05-.662.144l-3.363 1.532M5.811 4.333a1.59 1.59 0 00-1.339-.135l-1.838.663M11.286 4.147L8.987 3.135a1.599 1.599 0 00-1.513.122L5.388 4.609a1.204 1.204 0 00-.154 1.901v0a1.205 1.205 0 001.317.2l1.244-.581",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.794 6.128l.632.573a1.599 1.599 0 01.006 2.364L6.82 10.54a1.599 1.599 0 01-2.153.006L3.56 9.54a1.599 1.599 0 00-.948-.4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Jt.tags=["partner","package","cas","cross account"];const $t=s(e=>t.jsxs("svg",{width:14,height:14,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.25 11.25C9.1495 11.25 11.5 8.8995 11.5 6C11.5 3.1005 9.1495 0.75 6.25 0.75C3.3505 0.75 1 3.1005 1 6C1 8.8995 3.3505 11.25 6.25 11.25Z",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.24772 8.04195C7.3753 8.04195 8.28939 7.12787 8.28939 6.00028C8.28939 4.8727 7.3753 3.95862 6.24772 3.95862C5.12014 3.95862 4.20605 4.8727 4.20605 6.00028C4.20605 7.12787 5.12014 8.04195 6.24772 8.04195Z",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.69238 4.55626L9.96055 2.28809",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M2.54004 9.71156L4.80811 7.44348",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M4.80821 4.55626L2.54004 2.28809",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.96046 9.71156L7.69238 7.44348",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})]}));$t.tags=["help","center"];const Rt=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M1.949 5.634L7 1.5l5.051 4.134c.284.231.448.579.448.945v4.699c0 .675-.547 1.222-1.222 1.222H2.722A1.222 1.222 0 011.5 11.278V6.58c0-.367.164-.715.449-.946v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.722 12V8.333c0-.675-.547-1.222-1.222-1.222H6.278c-.675 0-1.222.547-1.222 1.222V12",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Rt.tags=["house","pick-up","pickup","location"];const ye=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M12.231 2h-9.13a.435.435 0 00-.435.435v9.13c0 .24.195.435.435.435h9.13c.24 0 .435-.195.435-.435v-9.13A.435.435 0 0012.231 2zM2.666 10.26h10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M2.666 9.665s1.083-2.707 2.436-2.707c1.354 0 2.437 1.625 2.437 1.625l1.63-2.8h-.006a.903.903 0 011.24-.324c.152.086.27.216.352.373l1.911 3.823",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));ye.tags=["photo"];const to=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7.667 7.068S5.201 9.33 3.93 9.33a2.263 2.263 0 010-4.526c1.272 0 3.738 2.263 3.738 2.263zM7.667 7.068s2.467 2.263 3.736 2.263a2.263 2.263 0 000-4.526c-1.27 0-3.736 2.263-3.736 2.263z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),e2=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M8.998 5.537A3.458 3.458 0 005.535 9a3.458 3.458 0 003.463 3.463A3.458 3.458 0 0012.461 9a3.458 3.458 0 00-3.463-3.463zm0 5.714A2.256 2.256 0 016.748 9c0-1.24 1.01-2.251 2.25-2.251s2.251 1.011 2.251 2.25c0 1.24-1.011 2.252-2.25 2.252zm3.605-6.663a.808.808 0 100 1.617.807.807 0 00.573-1.38.807.807 0 00-.573-.237zM15.75 9c0-.932.009-1.856-.044-2.786-.052-1.081-.299-2.04-1.089-2.83-.792-.792-1.75-1.037-2.83-1.09-.932-.052-1.856-.043-2.786-.043-.932 0-1.856-.009-2.786.043-1.081.053-2.04.3-2.83 1.09-.792.792-1.037 1.749-1.09 2.83-.052.932-.043 1.855-.043 2.786 0 .93-.009 1.856.043 2.786.053 1.08.3 2.04 1.09 2.83.792.792 1.749 1.037 2.83 1.09.932.052 1.855.043 2.786.043.932 0 1.856.009 2.786-.044 1.08-.052 2.04-.299 2.83-1.089.792-.792 1.037-1.75 1.09-2.83.053-.93.043-1.854.043-2.786zm-1.486 3.982a2.146 2.146 0 01-.51.773 2.159 2.159 0 01-.773.51c-.888.353-2.997.274-3.982.274-.984 0-3.095.079-3.983-.272a2.145 2.145 0 01-.774-.51 2.16 2.16 0 01-.51-.774c-.35-.89-.271-2.999-.271-3.983 0-.985-.08-3.095.271-3.984.124-.307.272-.537.51-.773s.466-.387.774-.51c.888-.351 2.999-.272 3.983-.272.985 0 3.095-.08 3.984.272.307.123.537.272.773.51.238.238.387.466.51.773.351.889.272 3 .272 3.984s.08 3.093-.274 3.982z",fill:"#000"})}));e2.tags=["logo","social media"];const t2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M11.124 12.022a.479.479 0 01-.477.478H3.478A.48.48 0 013 12.018v0V1.986a.474.474 0 01.473-.487h4.58-.004a.461.461 0 01.339.139l2.584 2.589-.005-.005c.086.086.138.21.138.334l.02 7.465z",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.259 1.558v2.345c0 .262.21.473.477.473h2.346",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.906 5.625V5M7.843 5.625H6.568a.839.839 0 00-.843.838.84.84 0 00.525.774l1.29.513-.007-.006a.834.834 0 01.463 1.087.852.852 0 01-.781.525H5.937M6.906 10v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));t2.tags=["money"];const r2=s(e=>t.jsxs("svg",{viewBox:"0 0 24 24",width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsxs("g",{clipPath:"url(#clip0_14983_75633)",stroke:"currentColor",strokeWidth:"1.125",strokeLinecap:"round",strokeLinejoin:"round",children:[t.jsx("path",{d:"M5 16H7"}),t.jsx("path",{d:"M13 19H4C2.895 19 2 18.105 2 17V7.569C2 7.299 2.055 7.031 2.161 6.783L3.259 4.214C3.574 3.478 4.297 3 5.098 3H14.902C15.703 3 16.426 3.478 16.741 4.214L17.839 6.783C17.945 7.032 18 7.299 18 7.569V11.1"}),t.jsx("path",{d:"M10 3V7.44"}),t.jsx("path",{d:"M17.99 7.43994H2"}),t.jsx("path",{d:"M20.5355 12.4645C22.4882 14.4171 22.4882 17.5829 20.5355 19.5355C18.5829 21.4882 15.4171 21.4882 13.4645 19.5355C11.5118 17.5829 11.5118 14.4171 13.4645 12.4645C15.4171 10.5118 18.5829 10.5118 20.5355 12.4645Z"}),t.jsx("path",{d:"M17 14V18"}),t.jsx("path",{d:"M19 16H15"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_14983_75633",children:t.jsx("rect",{width:"24",height:"24",fill:"white"})})})]}));r2.tags=["merchandise","variant","items"];const ro=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10.886 7.317L9.695 6.125l1.107-1.109 1.187 1.186a.789.789 0 001.108-.02.79.79 0 000-1.093l-1.192-1.191.552-.553a.795.795 0 000-1.113.79.79 0 00-1.113-.005L5.718 7.85v0a2.745 2.745 0 00-3.721 1.107 2.74 2.74 0 104.823 2.602 2.742 2.742 0 00-.005-2.612L8.561 7.2l1.186 1.192c.303.303.8.303 1.108-.006a.79.79 0 00-.005-1.113l.036.043z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M4.435 9.297a.98.98 0 100 1.96.98.98 0 000-1.96z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),o2=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[t.jsx("rect",{width:"24",height:"24",rx:"12",fill:"#FFA8CD"}),t.jsx("path",{d:"M17.5912 4.51457H14.3407C14.3407 7.18795 12.706 9.58293 10.2202 11.2939L9.24309 11.978V4.51453H5.86669V19.4852H9.24309V12.0644L14.83 19.4853H18.9506L13.5761 12.3852C16.0194 10.6098 17.6132 7.85151 17.5912 4.51457Z",fill:"#0B051D"})]}));o2.tags=["payment","klarna","bnpl"];const oo=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M11.167 2H2.833A.833.833 0 002 2.833v5.278c0 .46.373.833.833.833h8.334c.46 0 .833-.373.833-.833V2.833A.833.833 0 0011.167 2zM5.75 12.278L7 10.61M8.25 12.278L7 10.61M7 10.611V8.945",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),n2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7 9.042A4.083 4.083 0 107 .875a4.083 4.083 0 000 8.167zM5.367 10.675h3.267M5.367 12.308h3.267M7 13.125v-.817",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7 9.042V7L5.773 5.775M7 7l1.225-1.225",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));n2.tags=["bulb","idea"];const a2=s(e=>t.jsx("svg",{viewBox:"0 0 8 14",width:8,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7.31884 6.63147C7.36969 6.54881 7.39757 6.45408 7.39961 6.35705C7.40165 6.26003 7.37777 6.16421 7.33044 6.07949C7.2831 5.99477 7.21403 5.92421 7.13033 5.87508C7.04664 5.82595 6.95136 5.80003 6.85431 5.8H4.99991V1L1.08098 7.36907C1.03009 7.45168 1.00218 7.54639 1.00012 7.6434C0.998069 7.74041 1.02195 7.83621 1.0693 7.92091C1.11665 8.00561 1.18575 8.07613 1.26947 8.12519C1.35318 8.17425 1.44848 8.20008 1.54551 8.2H3.39991V13L7.31884 6.63147Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));a2.tags=["lightning","bug","problem"];const no=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.764 9.467L4.731 11.5h-.005a1.92 1.92 0 01-2.711-.005l-.452-.451a1.916 1.916 0 01-.005-2.709L4.49 5.397v-.005a1.909 1.909 0 012.707 0l.447.452",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.312 3.597l2.029-2.031h-.005a1.91 1.91 0 012.706-.008c.75.745 0 0 0 0l.447.447L11.484 2a1.918 1.918 0 010 2.706L8.549 7.638v-.004a1.924 1.924 0 01-2.711 0l-.005-.005-.452-.452",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"})]})),ao=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{clipRule:"evenodd",d:"M10.775 6.536v0a.905.905 0 00-.9-.911h-5.85 0c-.497 0-.9.408-.9.91v4.554h0c0 .503.403.911.9.911h5.85v0c.497 0 .9-.408.9-.91V6.535zM4.4 4.138h0C4.4 2.847 5.542 1.8 6.95 1.8 8.36 1.8 9.5 2.847 9.5 4.138v1.487H4.4V4.138z",stroke:"currentColor",strokeWidth:1.02,strokeLinecap:"round",strokeLinejoin:"round"})})),l2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M1.41699 8.05382H1.41699C2.55128 10.7214 5.63333 11.9644 8.30094 10.8301C10.9685 9.69584 12.2115 6.61379 11.0772 3.94618C9.94295 1.27858 6.86091 0.0355801 4.1933 1.16987C2.94354 1.70128 1.94841 2.69642 1.41699 3.94618",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.47656 7.82555L8.30218 5.99993L6.47656 4.17432",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.30247 6H1",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})]}));l2.tags=["logout"];const s2=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e,children:[t.jsx("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),t.jsx("path",{fill:"#ED0006",d:"M19.258 11.706c0 3.703-2.968 6.706-6.63 6.706-3.66 0-6.628-3.003-6.628-6.706C6 8.002 8.968 5 12.629 5c3.66 0 6.629 3.002 6.629 6.706z"}),t.jsx("path",{fill:"#0099DF",d:"M27.857 11.706c0 3.703-2.968 6.706-6.629 6.706-3.66 0-6.628-3.003-6.628-6.706C14.6 8.002 17.567 5 21.228 5s6.63 3.002 6.63 6.706z"}),t.jsx("path",{fill:"#6C6BBD",fillRule:"evenodd",d:"M16.929 6.602a6.723 6.723 0 012.329 5.104 6.723 6.723 0 01-2.33 5.104 6.723 6.723 0 01-2.328-5.104c0-2.044.903-3.874 2.329-5.104z",clipRule:"evenodd"})]}));s2.tags=["cc","credit card"];const i2=s(e=>t.jsxs("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:[t.jsx("path",{d:"M11.445 3.111V2M10.89 2.555H12",stroke:"currentColor",strokeWidth:.8,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{clipRule:"evenodd",d:"M3.04 11.836l-.876-.875a.56.56 0 010-.792l5.32-5.319a.56.56 0 01.791 0l.875.875a.56.56 0 010 .792l-5.32 5.32a.56.56 0 01-.79 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.839 7.728L6.267 6.156",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M12 8.667h-1.11M11.445 8.111v1.111M5.334 2v1.111M5.89 2.555H4.777",stroke:"currentColor",strokeWidth:.8,strokeLinecap:"round",strokeLinejoin:"round"})]}));i2.tags=["view","custom"];const c2=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e,children:[t.jsx("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),t.jsx("path",{fill:"#ED0006",fillRule:"evenodd",d:"M17.179 16.83a6.803 6.803 0 01-4.398 1.6c-3.745 0-6.781-3-6.781-6.7s3.036-6.7 6.78-6.7c1.679 0 3.215.603 4.399 1.6a6.802 6.802 0 014.398-1.6c3.745 0 6.781 3 6.781 6.7s-3.036 6.7-6.78 6.7a6.802 6.802 0 01-4.399-1.6z",clipRule:"evenodd"}),t.jsx("path",{fill:"#F9A000",fillRule:"evenodd",d:"M17.179 16.83a6.653 6.653 0 002.382-5.1c0-2.042-.924-3.87-2.382-5.1a6.802 6.802 0 014.398-1.6c3.745 0 6.78 3 6.78 6.7s-3.035 6.7-6.78 6.7a6.803 6.803 0 01-4.398-1.6z",clipRule:"evenodd"}),t.jsx("path",{fill:"#FF5E00",fillRule:"evenodd",d:"M17.18 16.83a6.653 6.653 0 002.382-5.1c0-2.042-.925-3.87-2.383-5.1a6.653 6.653 0 00-2.382 5.1c0 2.042.924 3.87 2.382 5.1z",clipRule:"evenodd"})]}));c2.tags=["cc","credit card"];const d2=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M14.657 6.429h-3.086V3.343c0-.78-.633-1.415-1.414-1.415H7.843c-.78 0-1.414.634-1.414 1.415v3.086H3.343c-.78 0-1.414.633-1.414 1.414v2.314c0 .78.633 1.414 1.414 1.414h3.086v3.086c0 .78.634 1.414 1.414 1.414h2.314c.78 0 1.414-.633 1.414-1.414v-3.086h3.086c.781 0 1.415-.633 1.415-1.414V7.843c0-.78-.634-1.414-1.415-1.414z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})}));d2.tags=["health","medical","doctor","nurse","plus"];const u2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M2 9.904l1.18 1.776M8.521 2l4.48 6.746M12.765 8.39l-9.82 2.934-.71-1.067L8.75 2.345l4.008 6.038.007.006z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.055 9.798c.54.617.47 1.558-.148 2.098a1.497 1.497 0 01-2.225-.301l-.618-.934",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));u2.tags=["marketing","loud speaker"];const h2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M2 4h10M2 7h10M2 10h10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));h2.tags=["hamburger","sidebar"];const f2=s(e=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"3",fill:"none",viewBox:"0 0 14 3",...e,children:t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",d:"M13.93 1.447H1.071"})}));f2.tags=["subtract","hyphen"];const lo=s(e=>t.jsxs("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:[t.jsx("path",{d:"M2 4.638l.983.983L5.603 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("rect",{x:2,y:8,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.667 4h4M7.667 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),p2=s(e=>t.jsxs("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsxs("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",clipPath:"url(#clip0_9896_373783)",children:[t.jsx("path",{d:"M13.5 14.25a1.5 1.5 0 01-1.5 1.5H6a1.5 1.5 0 01-1.5-1.5V3.75A1.5 1.5 0 016 2.25h6a1.5 1.5 0 011.5 1.5v10.5z"}),t.jsx("path",{d:"M10.877 2.25v1.5a.375.375 0 01-.375.375h-3a.375.375 0 01-.375-.375v-1.5"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_9896_373783",children:t.jsx("path",{fill:"#fff",d:"M0 0H18V18H0z"})})})]}));p2.tags=["mobile","phone","iphone","android","ios"];const g2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M6.03 3H3.88v-.001c-1.03 0-1.86.83-1.86 1.85 0 .7.39 1.34 1.02 1.65l1.95.97c.91.45 1.28 1.57.82 2.48-.32.62-.96 1.02-1.66 1.02H2M3.53 11v1.5M4.53 1.5V3M9.917 9.833a2.917 2.917 0 100-5.833 2.917 2.917 0 000 5.833zM9.917 5.167v3.5M8.167 6.917h3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));g2.tags=["plus","dollar"];const w2=s(e=>t.jsxs("svg",{viewBox:"0 0 15 15",width:15,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.674 9.972A.972.972 0 107.647 9a.972.972 0 11.972-.972M7.647 6.083v.973M7.647 10.944v.973",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M2.51 8.72a5.28 5.28 0 105.281-5.281h-.406",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.113 1.458l-1.98 1.98 1.98 1.98",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));w2.tags=["refund","return","money","payment"];const k2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M9.696 3h-2.15v-.001c-1.03 0-1.86.83-1.86 1.85 0 .7.39 1.34 1.02 1.65l1.95.97c.91.45 1.28 1.57.82 2.48-.32.62-.96 1.02-1.66 1.02h-2.15M7.196 11v1.5M8.196 1.5V3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));k2.tags=["dollar"];const v2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M2.867 10.153L7.403 2.95v-.006a.667.667 0 011.061-.005L13 10.142l-10.133.011z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M2.868 10.153H1l1.868-2.935h-.006a.71.71 0 01.534-.272l-.006-.005c.208.005.4.101.534.261l.347.694M5.244 6.377l1.25 1.057-.005-.005a.534.534 0 00.72-.032l.342-.347h-.006a.527.527 0 01.753-.006l.341.342a.533.533 0 00.72.027l1.228-1.04",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));v2.tags=["product","listing","experience"];const m2=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M9 8.5a1 1 0 01-1-1v-2a1 1 0 012 0v2a1 1 0 01-1 1z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M14 6.5a5 5 0 00-10 0v5a5 5 0 1010 0v-5z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})]}));m2.tags=["pointer","cursor"];const C2=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7.742 6.176a1.617 1.617 0 11-2.286 2.286 1.617 1.617 0 012.286-2.286z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M1.929 13.606V4.295c0-.81.656-1.467 1.466-1.467h11.466c.794 0 1.438.643 1.438 1.437v9.34c0 .795-.644 1.438-1.438 1.438H3.367a1.437 1.437 0 01-1.437-1.437zM11.269 7.14h2.873M12.993 10.013h-1.724",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.182 12.169a2.278 2.278 0 00-2.12-1.437h-.928a2.28 2.28 0 00-2.118 1.437",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})]}));C2.tags=["membership","pass"];const L2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M11.892 2.773a1.509 1.509 0 00-2.144.015L3.734 8.802l-.735 2.864 2.864-.735 6.015-6.014a1.509 1.509 0 00.014-2.144v0zM9.577 2.96l2.129 2.13M3.734 8.802l2.132 2.128",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));L2.tags=["write"];const x2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M8.986 11.573l.006.004a2.705 2.705 0 003.366-.37l.378-.378a.902.902 0 000-1.275l-1.594-1.593a.903.903 0 00-1.276 0v0a.9.9 0 01-1.275 0L6.041 5.41a.902.902 0 010-1.276v0a.9.9 0 000-1.275L4.445 1.264a.903.903 0 00-1.275 0l-.379.378a2.706 2.706 0 00-.37 3.365l.005.006a24.411 24.411 0 006.56 6.56v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));x2.tags=["call","sms","communication"];const b2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M12 9.222L9.615 6.837a.555.555 0 00-.786 0L6.444 9.222",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M10.333 12H3.667C2.747 12 2 11.254 2 10.333V3.667C2 2.747 2.746 2 3.667 2h6.666C11.253 2 12 2.746 12 3.667v6.666c0 .92-.746 1.667-1.667 1.667z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.222 12L5.726 8.504a.555.555 0 00-.785 0l-2.693 2.693",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("circle",{cx:5.333,cy:5.326,r:.556,fill:"currentColor"})]}));b2.tags=["image","background"];const y2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{clipRule:"evenodd",d:"M9.684 9.636A3.713 3.713 0 0011.2 6.724c0-2.208-2.148-4-4.8-4-.523 0-1.044.073-1.548.216a2.57 2.57 0 00-1.206-.922.333.333 0 00-.442.313v1.427A3.6 3.6 0 002 5.33h-.667A.333.333 0 001 5.664v2c0 .185.15.334.333.334H2a3.972 3.972 0 001.345 1.791l-.417 1.134a.8.8 0 101.5.553l.365-.99a5.633 5.633 0 003.467-.075l.393 1.067a.8.8 0 101.5-.553l-.469-1.29z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.2 6.724c1.067 0 1.6-.534 1.6-1.334M4.168 5.664v0a.167.167 0 11-.166.167v0c0-.092.074-.167.166-.167",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));y2.tags=["purchase","gift","store credit"];const M2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7.089 7.656a1.967 1.967 0 110-3.933 1.967 1.967 0 010 3.933z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.089 12.9S2.5 9.13 2.5 5.69a4.589 4.589 0 119.178 0c0 3.442-4.59 7.211-4.59 7.211z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));M2.tags=["location","city","state","country"];const E2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7.666 12V2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));E2.tags=["line"];const I2=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"19",height:"19",fill:"none",viewBox:"0 0 19 19",...e,children:[t.jsx("g",{clipPath:"url(#clip0_3383_154011)",children:t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.179",d:"M7.284 4.462l6.987 4.133a1.35 1.35 0 010 2.324L7.284 15.05a1.35 1.35 0 01-2.038-1.162V5.625a1.35 1.35 0 012.038-1.163z"})}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_3383_154011",children:t.jsx("path",{fill:"#fff",d:"M0 0H18V18H0z",transform:"translate(.713 .757)"})})})]}));I2.tags=["play","video","audio","music"];const so=s(()=>t.jsxs("svg",{width:"101",height:"30",viewBox:"0 0 101 30",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("rect",{x:"0.231567",y:"0.0713501",width:"100.768",height:"29.8573",rx:"4",fill:"white"}),t.jsx("rect",{x:"0.731567",y:"0.57135",width:"99.7684",height:"28.8573",rx:"3.5",stroke:"#222324",strokeOpacity:"0.2"}),t.jsx("path",{d:"M51.0913 16.3069C49.3357 16.3069 47.9048 17.6423 47.9048 19.4815C47.9048 21.3095 49.3357 22.6561 51.0913 22.6561C52.8476 22.6561 54.2785 21.3095 54.2785 19.4815C54.2778 17.6423 52.8469 16.3069 51.0913 16.3069ZM51.0913 21.4066C50.1291 21.4066 49.2998 20.6131 49.2998 19.4823C49.2998 18.3395 50.1299 17.558 51.0913 17.558C52.0534 17.558 52.8827 18.3395 52.8827 19.4823C52.8827 20.6124 52.0534 21.4066 51.0913 21.4066ZM44.139 16.3069C42.3834 16.3069 40.9525 17.6423 40.9525 19.4815C40.9525 21.3095 42.3834 22.6561 44.139 22.6561C45.8954 22.6561 47.3263 21.3095 47.3263 19.4815C47.3263 17.6423 45.8954 16.3069 44.139 16.3069ZM44.139 21.4066C43.1769 21.4066 42.3476 20.6131 42.3476 19.4823C42.3476 18.3395 43.1776 17.558 44.139 17.558C45.1012 17.558 45.9304 18.3395 45.9304 19.4823C45.9312 20.6124 45.1012 21.4066 44.139 21.4066ZM35.87 17.2818V18.6283H39.0931C38.9968 19.386 38.7445 19.9391 38.3594 20.3235C37.8906 20.7922 37.1569 21.3095 35.87 21.3095C33.886 21.3095 32.3349 19.7099 32.3349 17.7259C32.3349 15.7419 33.886 14.1423 35.87 14.1423C36.9404 14.1423 37.7219 14.5633 38.2989 15.1044L39.2491 14.1542C38.443 13.3847 37.3733 12.7957 35.87 12.7957C33.1523 12.7957 30.8674 15.0081 30.8674 17.7259C30.8674 20.4437 33.1523 22.6561 35.87 22.6561C37.3368 22.6561 38.4437 22.1746 39.3088 21.273C40.1986 20.3832 40.4755 19.1322 40.4755 18.1223C40.4755 17.8102 40.4516 17.5214 40.4031 17.281H35.87V17.2818ZM69.6894 18.3275C69.4252 17.6184 68.619 16.3069 66.9716 16.3069C65.3362 16.3069 63.9769 17.5938 63.9769 19.4815C63.9769 21.261 65.3243 22.6561 67.1276 22.6561C68.5824 22.6561 69.4244 21.7663 69.7737 21.2491L68.6914 20.5273C68.3309 21.0565 67.8375 21.4051 67.1276 21.4051C66.4185 21.4051 65.9132 21.0804 65.5885 20.4429L69.8335 18.6873L69.6894 18.3275ZM65.3601 19.386C65.3243 18.1588 66.3103 17.5341 67.0201 17.5341C67.5733 17.5341 68.042 17.811 68.1988 18.2074L65.3601 19.386ZM61.9093 22.4643H63.3037V13.1331H61.9093V22.4643ZM59.6237 17.0168H59.576C59.2632 16.6436 58.6616 16.3069 57.9047 16.3069C56.3171 16.3069 54.8623 17.702 54.8623 19.4942C54.8623 21.2737 56.3171 22.6568 57.9047 22.6568C58.6623 22.6568 59.2632 22.3202 59.576 21.9358H59.6237V22.3926C59.6237 23.607 58.9743 24.2564 57.9286 24.2564C57.0747 24.2564 56.5455 23.6436 56.329 23.1263L55.1145 23.6317C55.4631 24.4729 56.3887 25.5075 57.9286 25.5075C59.564 25.5075 60.9472 24.5453 60.9472 22.2V16.5003H59.6245V17.0168H59.6237ZM58.0249 21.4066C57.0627 21.4066 56.2573 20.6004 56.2573 19.4942C56.2573 18.3753 57.0627 17.558 58.0249 17.558C58.9744 17.558 59.72 18.3753 59.72 19.4942C59.72 20.6004 58.9744 21.4066 58.0249 21.4066ZM76.2237 13.1331H72.8864V22.4643H74.2785V18.9292H76.2229C77.7665 18.9292 79.2848 17.8117 79.2848 16.0315C79.2848 14.2513 77.7673 13.1331 76.2237 13.1331ZM76.2595 17.6304H74.2785V14.4319H76.2595C77.3008 14.4319 77.8919 15.294 77.8919 16.0315C77.8919 16.754 77.3008 17.6304 76.2595 17.6304ZM84.8674 16.2905C83.8589 16.2905 82.8147 16.7346 82.3825 17.7192L83.6186 18.235C83.8828 17.7192 84.3755 17.5505 84.8912 17.5505C85.6115 17.5505 86.3438 17.9827 86.3557 18.7508V18.847C86.1034 18.703 85.563 18.4873 84.9032 18.4873C83.5708 18.4873 82.2138 19.2195 82.2138 20.5877C82.2138 21.8365 83.3066 22.6404 84.5307 22.6404C85.4667 22.6404 85.9833 22.2202 86.3072 21.7275H86.355V22.4478H87.7001V18.8702C87.7008 17.2146 86.4632 16.2905 84.8674 16.2905ZM84.6987 21.4043C84.2433 21.4043 83.6066 21.1759 83.6066 20.6116C83.6066 19.8913 84.3993 19.6151 85.0838 19.6151C85.6951 19.6151 85.984 19.7472 86.3557 19.9271C86.2475 20.7922 85.5033 21.4043 84.6987 21.4043ZM92.5982 16.4943L91.0015 20.54H90.9538L89.2967 16.4943H87.7964L90.2812 22.1485L88.8645 25.294H90.3171L94.147 16.4943H92.5982ZM80.0536 22.4643H81.4457V13.1331H80.0536V22.4643Z",fill:"#222324"}),t.jsx("path",{d:"M35.6256 7.71722C35.6256 8.34273 35.4405 8.8406 35.0695 9.21232C34.6486 9.65421 34.0992 9.87515 33.4244 9.87515C32.778 9.87515 32.2279 9.65122 31.7763 9.20336C31.3239 8.75476 31.0978 8.19941 31.0978 7.53658C31.0978 6.873 31.3239 6.31765 31.7763 5.86979C32.2279 5.42119 32.778 5.19726 33.4244 5.19726C33.7454 5.19726 34.0522 5.25996 34.3433 5.38461C34.6351 5.51001 34.8688 5.67647 35.0434 5.88472L34.6501 6.27884C34.3537 5.92428 33.9454 5.74738 33.4237 5.74738C32.9519 5.74738 32.5444 5.91309 32.2003 6.2445C31.8562 6.57592 31.6845 7.00661 31.6845 7.53583C31.6845 8.06505 31.8562 8.49574 32.2003 8.82716C32.5444 9.15858 32.9519 9.32428 33.4237 9.32428C33.9238 9.32428 34.341 9.15783 34.6747 8.82417C34.8911 8.60696 35.0165 8.30466 35.0501 7.91726H33.4237V7.37908H35.5935C35.6159 7.49627 35.6256 7.60898 35.6256 7.71722Z",fill:"#222324"}),t.jsx("path",{d:"M39.0668 5.8467H37.0275V7.26641H38.8667V7.80459H37.0275V9.2243H39.0668V9.77517H36.452V5.29658H39.0668V5.8467Z",fill:"#222324"}),t.jsx("path",{d:"M41.4933 9.77517H40.9178V5.8467H39.6668V5.29658H42.7444V5.8467H41.4933V9.77517Z",fill:"#222324"}),t.jsx("path",{d:"M44.9709 9.77517V5.29658H45.5464V9.77517H44.9709Z",fill:"#222324"}),t.jsx("path",{d:"M48.0986 9.77517H47.5231V5.8467H46.2721V5.29658H49.3496V5.8467H48.0986V9.77517Z",fill:"#222324"}),t.jsx("path",{d:"M55.1754 9.19668C54.735 9.64902 54.1878 9.87519 53.5332 9.87519C52.8786 9.87519 52.3315 9.64902 51.8918 9.19668C51.4514 8.74434 51.232 8.19049 51.232 7.53587C51.232 6.88125 51.4514 6.32739 51.8918 5.87505C52.3315 5.42272 52.8786 5.1958 53.5332 5.1958C54.1841 5.1958 54.7305 5.42346 55.1724 5.87804C55.6143 6.33262 55.8352 6.88498 55.8352 7.53587C55.8352 8.19049 55.615 8.74434 55.1754 9.19668ZM52.3165 8.82122C52.6479 9.15712 53.0533 9.32432 53.5332 9.32432C54.0132 9.32432 54.4192 9.15637 54.7499 8.82122C55.0813 8.48533 55.2478 8.05688 55.2478 7.53587C55.2478 7.01486 55.0813 6.5864 54.7499 6.25051C54.4192 5.91462 54.0132 5.74741 53.5332 5.74741C53.0533 5.74741 52.6479 5.91536 52.3165 6.25051C51.9859 6.5864 51.8194 7.01486 51.8194 7.53587C51.8194 8.05688 51.9859 8.48533 52.3165 8.82122Z",fill:"#222324"}),t.jsx("path",{d:"M56.6429 9.77517V5.29658H57.343L59.5196 8.78018H59.5442L59.5196 7.9173V5.29658H60.0951V9.77517H59.4942L57.2169 6.12213H57.1922L57.2169 6.98501V9.77517H56.6429Z",fill:"#222324"}),t.jsx("path",{d:"M35.6256 7.71722C35.6256 8.34273 35.4405 8.8406 35.0695 9.21232C34.6486 9.65421 34.0992 9.87515 33.4244 9.87515C32.778 9.87515 32.2279 9.65122 31.7763 9.20336C31.3239 8.75476 31.0978 8.19941 31.0978 7.53658C31.0978 6.873 31.3239 6.31765 31.7763 5.86979C32.2279 5.42119 32.778 5.19726 33.4244 5.19726C33.7454 5.19726 34.0522 5.25996 34.3433 5.38461C34.6351 5.51001 34.8688 5.67647 35.0434 5.88472L34.6501 6.27884C34.3537 5.92428 33.9454 5.74738 33.4237 5.74738C32.9519 5.74738 32.5444 5.91309 32.2003 6.2445C31.8562 6.57592 31.6845 7.00661 31.6845 7.53583C31.6845 8.06505 31.8562 8.49574 32.2003 8.82716C32.5444 9.15858 32.9519 9.32428 33.4237 9.32428C33.9238 9.32428 34.341 9.15783 34.6747 8.82417C34.8911 8.60696 35.0165 8.30466 35.0501 7.91726H33.4237V7.37908H35.5935C35.6159 7.49627 35.6256 7.60898 35.6256 7.71722Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),t.jsx("path",{d:"M39.0668 5.8467H37.0275V7.26641H38.8667V7.80459H37.0275V9.2243H39.0668V9.77517H36.452V5.29658H39.0668V5.8467Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),t.jsx("path",{d:"M41.4933 9.77517H40.9178V5.8467H39.6668V5.29658H42.7444V5.8467H41.4933V9.77517Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),t.jsx("path",{d:"M44.9709 9.77517V5.29658H45.5464V9.77517H44.9709Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),t.jsx("path",{d:"M48.0986 9.77517H47.5231V5.8467H46.2721V5.29658H49.3496V5.8467H48.0986V9.77517Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),t.jsx("path",{d:"M55.1754 9.19668C54.735 9.64902 54.1878 9.87519 53.5332 9.87519C52.8786 9.87519 52.3315 9.64902 51.8918 9.19668C51.4514 8.74434 51.232 8.19049 51.232 7.53587C51.232 6.88125 51.4514 6.32739 51.8918 5.87505C52.3315 5.42272 52.8786 5.1958 53.5332 5.1958C54.1841 5.1958 54.7305 5.42346 55.1724 5.87804C55.6143 6.33262 55.8352 6.88498 55.8352 7.53587C55.8352 8.19049 55.615 8.74434 55.1754 9.19668ZM52.3165 8.82122C52.6479 9.15712 53.0533 9.32432 53.5332 9.32432C54.0132 9.32432 54.4192 9.15637 54.7499 8.82122C55.0813 8.48533 55.2478 8.05688 55.2478 7.53587C55.2478 7.01486 55.0813 6.5864 54.7499 6.25051C54.4192 5.91462 54.0132 5.74741 53.5332 5.74741C53.0533 5.74741 52.6479 5.91536 52.3165 6.25051C51.9859 6.5864 51.8194 7.01486 51.8194 7.53587C51.8194 8.05688 51.9859 8.48533 52.3165 8.82122Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),t.jsx("path",{d:"M56.6429 9.77517V5.29658H57.343L59.5196 8.78018H59.5442L59.5196 7.9173V5.29658H60.0951V9.77517H59.4942L57.2169 6.12213H57.1922L57.2169 6.98501V9.77517H56.6429Z",stroke:"#222324",strokeWidth:"0.149287",strokeMiterlimit:"10"}),t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5303 10.6954L10.9295 5.70742C10.6047 5.5129 10.2257 5.40063 9.82005 5.40063C8.98339 5.40063 8.24758 5.9074 7.89452 6.61591L7.95989 6.68126L15.7526 14.4723L19.5303 10.6954ZM7.67487 7.4518C7.67337 7.48367 7.67261 7.51567 7.67261 7.5478V22.4523C7.67261 22.4845 7.67337 22.5166 7.67488 22.5485L15.2248 15.0001L7.67487 7.4518ZM7.89465 23.3843C8.24781 24.0927 8.98365 24.5994 9.82005 24.5994C10.2169 24.5994 10.5895 24.4921 10.9091 24.3037L10.9345 24.2889L19.5449 19.3193L15.7526 15.5278L7.95989 23.3191L7.89465 23.3843ZM20.2142 18.933L23.7197 16.9097C24.3933 16.5461 24.8504 15.8361 24.8504 15.0174C24.8504 14.2045 24.3994 13.498 23.7326 13.1332L23.725 13.128L20.1985 11.0828L16.2805 15.0001L20.2142 18.933Z",fill:"#222324"})]})),A2=s(e=>t.jsx("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:t.jsx("path",{d:"M7 2v10M12 7H2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));A2.tags=["add"];const H2=s(e=>t.jsx("svg",{width:13,height:14,viewBox:"0 0 13 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M11.5029 6.46253C11.5029 9.44339 9.26252 12.2313 6.25146 12.908C3.24041 12.2313 1 9.44339 1 6.46253V3.87815C1 3.34447 1.32297 2.86462 1.81595 2.66309L5.09811 1.31937C5.83726 1.0161 6.66633 1.0161 7.40416 1.31937L10.6863 2.66309C11.1806 2.86593 11.5023 3.34447 11.5023 3.87815V6.46253H11.5029Z",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})}));H2.tags=["privacy","policy","shield"];const io=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M9.674 4.778V2.556A.556.556 0 009.12 2H4.88a.556.556 0 00-.556.556v2.222M9.777 6.444h.556M4.222 9.778H2.556A.556.556 0 012 9.222V5.333c0-.306.249-.555.556-.555h8.888c.307 0 .556.249.556.555v3.89a.556.556 0 01-.556.555H9.778",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.223 12H4.778a.556.556 0 01-.555-.556V8.111h5.555v3.333a.556.556 0 01-.555.556z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),N2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M12.25 4.083H1.75a.584.584 0 01-.583-.583V2.333c0-.322.261-.583.583-.583h10.5c.322 0 .584.261.584.583V3.5a.584.584 0 01-.584.583zM12.056 4.083v7c0 .645-.522 1.167-1.167 1.167H3.111a1.166 1.166 0 01-1.167-1.167v-7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));N2.tags=["experience","listing"];const T2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M5.777 5.778A1.222 1.222 0 117 7M7 7.917V7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M1.5 9.444V4.556A3.056 3.056 0 014.556 1.5h4.888A3.055 3.055 0 0112.5 4.556v4.888A3.055 3.055 0 019.444 12.5H4.556A3.055 3.055 0 011.5 9.444z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7 9.414a.03.03 0 100 .06.03.03 0 000-.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));T2.tags=["short text","forms","questionnaire"];const co=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M11.13 1.875H2.87a.87.87 0 00-.87.87v8.26c0 .48.39.87.87.87h8.26c.48 0 .87-.39.87-.87v-8.26a.87.87 0 00-.87-.87z",stroke:"currentColor",strokeWidth:.976,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.957 5.287l.652.652L8.35 4.2M5.957 8.639l.652.652 1.74-1.74",stroke:"currentColor",strokeWidth:.976,strokeLinecap:"round",strokeLinejoin:"round"})]})),uo=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M11.703 12.176c0 .167-.143.31-.31.31a.314.314 0 01-.204-.081L9.53 10.98l-2.29 1.715v-.006a.316.316 0 01-.371 0l-2.29-1.721-1.66 1.417v-.006a.32.32 0 01-.52-.241V1.875a.613.613 0 01.613-.625h8.047-.006a.612.612 0 01.619.613l.03 10.313zM4.015 4.287H7.05M4.015 6.311h5.06M4.015 8.335h5.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),j2=s(e=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e,children:t.jsx("path",{d:"M7.071 2.5v2.714M6.093 2.5h1.956M2.37 10.642a.68.68 0 01-.672-.775 5.428 5.428 0 0110.745 0 .68.68 0 01-.67.776l-9.403-.001z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));j2.tags=["affiliate","partner"];const z2=s(e=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14",...e,children:t.jsx("path",{d:"M6.38 3.5v2.714M5.401 3.5h1.957M1.679 11.642a.68.68 0 01-.672-.774 5.428 5.428 0 0110.745 0 .68.68 0 01-.671.775l-9.402-.001zM10.906 1.925V1.3M11.843 1.925h-1.275a.839.839 0 00-.843.838.84.84 0 00.525.775l1.29.512-.007-.006a.834.834 0 01.463 1.087.852.852 0 01-.781.525H9.937M10.906 6.3v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));z2.tags=["partner","affiliate","money","dollar"];const B2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:16,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M4.289 4.083a4.813 4.813 0 018.523 3.061v1.314M11.5 10.446a4.813 4.813 0 01-8.313-3.302v-.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M14.563 6.707l-1.75 1.75-1.75-1.75M1.438 8.019l1.75-1.75 1.75 1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));B2.tags=["switch"];const ho=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M5.865 3.887h3.837M3.947 6.765h5.755M3.947 9.642h5.755M2.029 1.969A.95.95 0 012.979 1h7.672-.01c.528-.01.96.422.96.95v9.59c0 .528-.432.96-.96.96H2.96A.964.964 0 012 11.531v0l.029-9.562z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),fo=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("rect",{x:2.579,y:2.578,width:12.843,height:12.843,rx:3.009,stroke:"currentColor",strokeWidth:1.3})})),V2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M8.927 1.313L1.813 8.427c-.173.172-.125.5.106.731l2.423 2.423c.231.231.559.279.731.106l7.114-7.114c.173-.172.125-.5-.106-.731L9.658 1.419c-.231-.231-.559-.279-.731-.106zM4.042 6.774l1.482 1.482M5.233 5.588l1.038 1.038M6.556 4.26l1.482 1.482M7.741 3.075l1.192 1.18",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));V2.tags=["measure","scale","size"];const po=s(e=>t.jsxs("svg",{width:21,height:21,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 21 21",...e,children:[t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:.9,d:"M6.518 6.145h2.593v2.592H6.518zM6.518 11.33h2.593v2.592H6.518zM14.296 8.737h-2.592V6.145h2.592z"}),t.jsx("path",{fill:"currentColor",d:"M13.342 12.282a.486.486 0 1 1-.688.687.486.486 0 0 1 .688-.687M12.05 10.986a.486.486 0 1 1-.688.688.486.486 0 0 1 .687-.688M12.05 13.578a.486.486 0 1 1-.688.688.486.486 0 0 1 .687-.688M14.64 13.578a.486.486 0 1 1-.688.688.486.486 0 0 1 .688-.688"}),t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.1,d:"M16.563 7.426V5.172c0-.716-.58-1.297-1.297-1.297h-2.254M7.798 3.875H5.544c-.716 0-1.296.58-1.296 1.297v2.254M4.248 12.64v2.255c0 .716.58 1.296 1.296 1.296h2.254M13.012 16.191h2.254c.716 0 1.297-.58 1.297-1.296V12.64"}),t.jsx("path",{fill:"currentColor",d:"M14.64 10.986a.486.486 0 1 1-.688.687.486.486 0 0 1 .688-.687"})]})),S2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7 4.083H2.917A1.17 1.17 0 001.75 5.25v5.833a1.17 1.17 0 001.167 1.167H8.75a1.17 1.17 0 001.167-1.167V7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.625 7A2.614 2.614 0 017 4.375 2.614 2.614 0 019.625 1.75a2.614 2.614 0 012.625 2.625A2.614 2.614 0 019.625 7zM12.834 7.583l-1.342-1.341",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));S2.tags=["magnifying glass"];const Me=s(e=>t.jsx("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:t.jsx("path",{d:"M6.217 10.878a4.661 4.661 0 100-9.322 4.661 4.661 0 000 9.322zM9.514 9.513l2.93 2.931",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));Me.tags=["magnifying glass"];const D2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M1.682 6.815a.707.707 0 01-.032-1.35l9.549-3.114a.358.358 0 01.451.448l-3.112 9.55a.707.707 0 01-1.352-.032L6.118 7.879 1.682 6.815zM11.563 2.437L6.117 7.879",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));D2.tags=["message","email"];const F2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7.816 3.733a1.43 1.43 0 100-2.858 1.43 1.43 0 000 2.858zM7.815 9.45v2.858M9.45 8.633V7M4.55 9.45a.817.817 0 10-1.634 0v3.675M6.182 8.633v3.675a.817.817 0 101.633 0 .817.817 0 101.634 0V8.633a.817.817 0 101.633 0V7a2.45 2.45 0 00-2.45-2.45H7A2.45 2.45 0 004.549 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));F2.tags=["old","demographic"];const O2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M4.8 5.8a.8.8 0 00.8-.8V3.8a1.2 1.2 0 012.4 0v7.6h1.6V3.8a2.8 2.8 0 10-5.6 0V5a.8.8 0 00.8.8zM10 13H7.6l.4-1.6h1.6L10 13z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));O2.tags=["old"];const W2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M5.098 2.74a1.864 1.864 0 113.728 0v9.32M8.56 13.125h.532",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));W2.tags=["old"];const go=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M2.008 4v5.863M13 9.13a2.2 2.2 0 00-2.198-2.199H8.053a2.2 2.2 0 00-2.198-2.198H2V9.13h11zM5.855 6.931h2.749",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),wo=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7 7.233V1M7 12v-1.833M7 7.233a1.467 1.467 0 100 2.934 1.467 1.467 0 000-2.934zM2.967 6.5V12M2.967 1v2.567M2.967 3.567a1.467 1.467 0 100 2.933 1.467 1.467 0 000-2.933v0zM11.033 6.5V12M11.033 1v2.567M11.033 3.567a1.467 1.467 0 100 2.933 1.467 1.467 0 000-2.933v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),ko=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("g",{clipPath:"url(#prefix__clip0_887_27435)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:t.jsx("path",{d:"M11.635 8.902a1.961 1.961 0 11-2.774 2.774 1.961 1.961 0 012.774-2.774M12.397 4.173l-1.69 1.69a.653.653 0 01-.925 0l-1.69-1.69a.654.654 0 010-.924l1.69-1.691a.653.653 0 01.925 0l1.69 1.69a.655.655 0 010 .925v0zM2.52 5.56h2.39a.654.654 0 00.654-.655v-2.39a.654.654 0 00-.654-.654H2.52a.654.654 0 00-.655.654v2.39c0 .361.293.654.654.654v0zM3.13 8.841l-1.45 2.32a.69.69 0 00.585 1.054h2.898a.69.69 0 00.585-1.055l-1.45-2.318A.69.69 0 003.13 8.84v0z"})}),t.jsx("defs",{children:t.jsx("clipPath",{id:"prefix__clip0_887_27435",children:t.jsx("path",{fill:"#fff",d:"M0 0h14v14H0z"})})})]})),vo=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M6.833 8.044v-6.04M4.743 4.09L6.833 2l2.091 2.09M10.55 7.043v4.324a.466.466 0 01-.465.464H3.582a.463.463 0 01-.465-.464V7.043",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),P2=s(e=>t.jsxs("svg",{viewBox:"0 0 19 23",width:19,height:23,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.15 0.0829064C9.33011 -0.0276355 9.55878 -0.0276355 9.73889 0.0829064L12.1048 1.53472C13.4056 2.33292 14.8679 2.84318 16.39 3.02998L18.4022 3.27694C18.6802 3.31106 18.8889 3.5431 18.8889 3.81818V10.8627C18.8889 14.8121 16.8167 18.4831 13.4056 20.5762L9.73889 22.8262C9.55878 22.9367 9.33011 22.9367 9.15 22.8262L5.48334 20.5762C2.07223 18.4831 0 14.8121 0 10.8627V3.81818C0 3.5431 0.208633 3.31106 0.486644 3.27694L2.49891 3.02998C4.021 2.84318 5.48332 2.33292 6.78409 1.53472L9.15 0.0829064ZM9.44444 1.18867L7.373 2.4598C5.93529 3.34202 4.31903 3.906 2.63673 4.11246L1.11111 4.2997V10.8627C1.11111 14.436 2.98599 17.7573 6.07223 19.6511L9.44444 21.7204L12.8167 19.6511C15.9029 17.7573 17.7778 14.436 17.7778 10.8627V4.2997L16.2521 4.11246C14.5699 3.906 12.9536 3.34202 11.5159 2.4598L9.44444 1.18867Z",fill:"currentColor"}),t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.0079 8.27139L8.56347 12.6351C8.34647 12.848 7.99469 12.848 7.7778 12.6351L5.55556 10.4532L6.34124 9.68187L8.17058 11.478L12.2222 7.5L13.0079 8.27139Z",fill:"currentColor"})]}));P2.tags=["shield","security","protection","verify","verified","safe"];const mo=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M12.984 5.302L10.943 3.34l-.005-.005a2.624 2.624 0 00-1.816-.733H4.94c-.68 0-1.33.262-1.816.733l-2.04 1.962h-.006a.257.257 0 00-.005.366l1.214 1.214-.005-.005c.094.094.246.1.35.016l1.492-1.162v6.018c0 .14.115.256.261.256H9.62h-.005c.141 0 .261-.12.261-.262V5.721l1.492 1.155c.1.084.256.079.35-.02l1.214-1.22h-.005c.1-.105.1-.272-.005-.372l-.005-.005.068.043zM5.473 2.613a1.567 1.567 0 103.134-.01",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),q2=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M13.249 5.5h-8.49a.7.7 0 00-.699.653l-.557 8.354A1.4 1.4 0 004.9 16h8.207a1.4 1.4 0 001.397-1.493l-.557-8.354a.7.7 0 00-.698-.653v0z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.104 6.9V4.1a2.1 2.1 0 00-2.1-2.1h0a2.1 2.1 0 00-2.1 2.1v2.8",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})]}));q2.tags=["cart","shopping","bag","store"];const U2=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M5.529 4.406c-.338.756-.204 2.11-.15 3.058-.365.202-.833-.153-1.098-.153-.276 0-.605.182-.656.452-.037.194.05.478.675.725.242.095.818.208.95.522.188.44-.961 2.476-2.766 2.773a.28.28 0 00-.234.292c.032.549 1.262.764 1.807.848.055.075.1.394.172.636a.313.313 0 00.327.239c.277 0 .738-.214 1.54-.081.787.13 1.526 1.246 2.945 1.246 1.32 0 2.106-1.12 2.863-1.246a3.31 3.31 0 011.236.032c.29.057.55.089.632-.196.072-.246.117-.558.171-.632.54-.083 1.776-.298 1.807-.846a.28.28 0 00-.234-.292c-1.775-.293-2.959-2.322-2.767-2.774.133-.313.704-.425.95-.522.459-.18.688-.403.683-.66-.006-.329-.402-.525-.694-.525-.296 0-.722.35-1.067.16.054-.954.187-2.303-.15-3.058-.638-1.43-2.059-2.154-3.478-2.154-1.411 0-2.82.713-3.464 2.156z",fill:"#000"})}));U2.tags=["logo","social media"];const Co=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M11.25 5.0625L13.5 2.8125L15.75 5.0625",stroke:"currentColor",strokeWidth:1.29,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M2.25 5.0625L4.5 2.8125L6.75 5.0625",stroke:"currentColor",strokeWidth:1.29,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9 16.3125L9 12.9375L13.5 8.4375L13.5 2.8125",stroke:"currentColor",strokeWidth:1.29,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9 12.9375L4.5 8.4375L4.5 2.8125",stroke:"currentColor",strokeWidth:1.29,strokeLinecap:"round",strokeLinejoin:"round"})]})),Lo=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10.5 7.5L8.746 9.003A5 5 0 007 12.8v.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M3.5 7.5l1.754 1.503A5 5 0 017 12.8v.125M2.9 9V7M5 7H3M11.1 9V7M9 7h2M6.906 1.625V1M7.843 1.625H6.568a.839.839 0 00-.843.837.84.84 0 00.525.775l1.29.513-.007-.006a.834.834 0 01.463 1.087.852.852 0 01-.781.525H5.937M6.906 6v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),Z2=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M10.851 8.4H3.25A.249.249 0 003 8.65v2.203c0 .137.111.248.249.248h7.602a.248.248 0 00.249-.248V8.649a.249.249 0 00-.248-.249z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.752 5.7H4.149a.249.249 0 00-.249.248v2.203c0 .138.112.249.249.249h7.603A.249.249 0 0012 8.15V5.948a.249.249 0 00-.248-.248zM10.851 3H3.25A.249.249 0 003 3.249V5.45c0 .138.111.249.249.249h7.602a.249.249 0 00.249-.249V3.25A.249.249 0 0010.852 3z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Z2.tags=["balance","collect","money"];const Y2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7.389 1.239l1.785 3.535 3.434.34a.437.437 0 01.367.283.426.426 0 01-.102.45l-2.83 2.8 1.049 3.807a.427.427 0 01-.144.446.438.438 0 01-.47.053L7 11.23l-3.478 1.725a.438.438 0 01-.608-.255.426.426 0 01-.005-.244l1.048-3.808-2.83-2.804a.429.429 0 01.265-.732l3.434-.34 1.785-3.535A.432.432 0 017.001 1a.438.438 0 01.388.239z",fill:"#FFC03D",stroke:"#FFC03D",strokeLinecap:"round",strokeLinejoin:"round"})}));Y2.tags=["favourite","favorite"];const _2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M7.324 2.199l1.488 2.946 2.861.283a.364.364 0 01.306.236.356.356 0 01-.085.375L9.536 8.373l.874 3.172a.356.356 0 01-.12.372.364.364 0 01-.392.044L7 10.525l-2.898 1.437a.364.364 0 01-.507-.212.355.355 0 01-.004-.203l.873-3.174-2.358-2.336a.357.357 0 01.22-.61l2.862-.284 1.488-2.945A.36.36 0 017 2a.365.365 0 01.324.2z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));_2.tags=["favourite","favorite"];const xo=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M2.462 6.353v5.833M11.538 6.353v5.833M8.296 12.185V9.593a1.296 1.296 0 00-2.592 0v2.592M1.167 12.186h11.667M2.509 6.352c-.99-.007-1.636-.988-1.207-1.833l1-1.97c.229-.449.708-.734 1.234-.734h6.928c.526 0 1.006.285 1.234.734l1 1.97c.43.845-.216 1.826-1.206 1.833-.827 0-1.497-.565-1.497-1.262v-.028c0 .712-.67 1.29-1.497 1.29-.826 0-1.497-.578-1.497-1.29 0 .712-.67 1.29-1.497 1.29-.826 0-1.496-.578-1.496-1.29v.028c-.002.697-.672 1.262-1.499 1.262v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),G2=s(e=>t.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsxs("g",{clipPath:"url(#clip0_14653_14821)",children:[t.jsx("path",{d:"M3 9H21",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M19 4H5C3.895 4 3 4.895 3 6V19C3 20.105 3.895 21 5 21H19C20.105 21 21 20.105 21 19V6C21 4.895 20.105 4 19 4Z",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9 9V21",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M15 9V21",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M3 15H21",stroke:"#222324",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_14653_14821",children:t.jsx("rect",{width:"24",height:"24",fill:"white"})})})]}));G2.tags=["table","dashboard"];const K2=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M5.786 15.52h-2.5c-.2 0-.413-.034-.542-.187a.751.751 0 01-.173-.477V3.686a.744.744 0 01.41-.665l.737-.37a.744.744 0 01.665-.002l1.17.579L6.7 2.652a.744.744 0 01.666-.002l1.16.578 1.16-.578a.744.744 0 01.666.002l1.147.576 1.17-.58a.744.744 0 01.665.003l.737.37a.745.745 0 01.41.665v1.897",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M15.97 11.944a4.77 4.77 0 11-4.77-4.771 4.764 4.764 0 014.77 4.77v0z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.645 10.456a.047.047 0 01-.014-.034.048.048 0 01.03-.044.048.048 0 01.062.026.047.047 0 01-.044.066.049.049 0 01-.034-.014M10.007 13.136l2.385-2.385M12.646 13.552a.048.048 0 11.082-.034.048.048 0 01-.014.034.049.049 0 01-.068 0",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})]}));K2.tags=["tax","money","finance","fees"];const Q2=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M12.79 3.857h1.416c.437 0 .792.355.792.792v5.541a.792.792 0 01-.792.792H12.79a.792.792 0 01-.792-.792V4.65c0-.438.355-.793.792-.793v0z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.998 10.178l-2.737 3.563a1.3 1.3 0 01-2.035.035 1.344 1.344 0 01-.307-.856v-2.453H4.597a1.35 1.35 0 01-1.122-.6L3.228 9.5a1.35 1.35 0 01-.175-1.124l1.019-3.541a1.35 1.35 0 011.297-.977h4.716c.375 0 .734.156.989.43l.924.995",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]}));Q2.tags=["feedback","thumb","down","dislike"];const X2=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M5.208 14.25H3.792A.792.792 0 013 13.458V7.917c0-.437.355-.792.792-.792h1.416c.437 0 .792.355.792.792v5.541a.792.792 0 01-.792.792v0zM6 7.929l2.737-3.563a1.3 1.3 0 012.035-.035c.199.24.307.544.307.856V7.64h2.322c.45 0 .872.225 1.122.6l.247.368c.221.33.286.742.175 1.124l-1.019 3.541a1.35 1.35 0 01-1.297.977H7.913a1.35 1.35 0 01-.989-.43L6 12.824",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})}));X2.tags=["feedback","thumb","up","like"];const J2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M11.693 4.31a1.354 1.354 0 11-1.915-1.915L8.66 1.278a.451.451 0 00-.639 0L1.32 7.98a.451.451 0 000 .638l1.117 1.117a1.354 1.354 0 011.916 1.916l1.117 1.117a.451.451 0 00.638 0l6.703-6.703a.451.451 0 000-.639L11.693 4.31z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));J2.tags=["partner","affiliate"];const $2=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M15.187 7.786a5.54 5.54 0 01-3.238-1.035v4.713a4.286 4.286 0 11-3.698-4.248v2.371a1.968 1.968 0 101.377 1.877V2.25h2.321c-.002.196.015.392.05.585A3.221 3.221 0 0013.42 4.95a3.203 3.203 0 001.767.532v2.304z",fill:"#000"})}));$2.tags=["logo","social media"];const R2=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M9.5 7L12 9.5 9.5 12M12 9.502H2M4.5 7L2 4.5 4.5 2M12 4.502H2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));R2.tags=["store credit","refund","return","payment"];const er=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",...e,children:[t.jsxs("g",{stroke:"#222324",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,clipPath:"url(#a)",children:[t.jsx("path",{d:"M7.314 3.357v2.969M20.18 19.19l-3.959-8.906-3.958 8.907M13.143 17.212h6.155M3.357 14.242c4.052-.32 7.596-3.864 7.918-7.916H3.358"}),t.jsx("path",{d:"M11.274 14.242c-2.533-.2-4.748-2.415-4.948-4.947"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"a",children:t.jsx("path",{fill:"#fff",d:"M2 2h19v19H2z"})})})]}));er.tags=["translation","i18n","language","locale","localize"];const Ee=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("g",{clipPath:"url(#prefix__clip0_141_9201)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:t.jsx("path",{d:"M1.828 3.324H12.15M8.095 1.85H5.883v0a.737.737 0 00-.737.737v.737h3.686v-.737 0a.737.737 0 00-.737-.737v0zM5.883 9.591V5.905M8.095 9.591V5.905M10.363 11.495v0a.737.737 0 01-.735.677H4.35v0a.737.737 0 01-.735-.677l-.681-8.17h8.11l-.681 8.17z"})}),t.jsx("defs",{children:t.jsx("clipPath",{id:"prefix__clip0_141_9201",children:t.jsx("path",{fill:"#fff",transform:"translate(1.09 1.113)",d:"M0 0h11.796v11.796H0z"})})})]}));Ee.tags=["delete","remove","bin"];const tr=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M14.646 7.026l1.104-1.201h-2.445a7.643 7.643 0 00-8.602 0H2.25l1.104 1.2a3.373 3.373 0 004.565 4.967L9 13.17l1.08-1.176a3.373 3.373 0 005.667-2.474 3.364 3.364 0 00-1.1-2.493zM5.626 11.8a2.283 2.283 0 110-4.565 2.283 2.283 0 010 4.565zM9 9.453C9 7.95 7.907 6.662 6.467 6.11a6.586 6.586 0 015.066 0C10.093 6.662 9 7.95 9 9.453zm3.372 2.348a2.283 2.283 0 110-4.566 2.283 2.283 0 010 4.566zm-6.746-3.48A1.197 1.197 0 106.823 9.52v-.003a1.195 1.195 0 00-1.197-1.194zm6.746 0a1.197 1.197 0 100 2.394 1.197 1.197 0 000-2.393z",fill:"#000"})}));tr.tags=["logo","trip advisor review express","tare"];const rr=e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"200",height:"97",fill:"none",viewBox:"0 0 200 97",...e,children:[t.jsxs("g",{filter:"url(#filter0_d_10041_286941)",children:[t.jsx("rect",{width:"136",height:"48",x:"32",y:"24",fill:"url(#paint0_linear_10041_286941)",rx:"24"}),t.jsx("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",d:"M66.444 48.105s-.364 3.346-.364 3.437c2.367 0 5.007 2.458 5.007 2.458s2.184-2.458 5.28-2.458c.043-.058-.365-3.437-.365-3.437"}),t.jsx("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",d:"M71.142 43l-8.69 3.578 8.69 3.18 8.69-3.18L71.142 43zM79.8 46.682v4.856"}),t.jsx("path",{fill:"#fff",d:"M87.674 44.593v-1.775h8.363v1.775h-3.118V53h-2.127v-8.407h-3.118zm13.158 5.156v-4.385h2.118V53h-2.033v-1.387h-.08a2.252 2.252 0 01-.86 1.079c-.398.272-.883.407-1.457.407-.51 0-.96-.116-1.347-.348a2.394 2.394 0 01-.91-.989c-.215-.428-.325-.94-.328-1.536v-4.862h2.118v4.484c.003.45.124.807.363 1.069.239.262.558.393.96.393.255 0 .493-.058.715-.174.222-.12.401-.295.537-.527.139-.232.207-.519.204-.86zm7.474-4.385v1.59h-4.599v-1.59h4.599zm-3.555-1.83h2.118v7.12c0 .195.03.347.089.457.06.106.143.18.249.224.109.043.235.064.378.064.099 0 .199-.008.298-.025.1-.02.176-.035.229-.044l.333 1.576a5.934 5.934 0 01-.447.114 3.593 3.593 0 01-.701.084c-.511.02-.958-.048-1.343-.203a1.874 1.874 0 01-.89-.726c-.212-.328-.316-.743-.313-1.243v-7.398zm7.903 9.615c-.773 0-1.44-.164-2.004-.492a3.362 3.362 0 01-1.297-1.382c-.305-.593-.458-1.281-.458-2.063 0-.79.153-1.479.458-2.069a3.322 3.322 0 011.297-1.382c.564-.331 1.231-.497 2.004-.497.772 0 1.438.166 1.998.497.564.328.998.79 1.303 1.383.305.59.457 1.279.457 2.068 0 .782-.152 1.47-.457 2.063a3.357 3.357 0 01-1.303 1.382c-.56.328-1.226.492-1.998.492zm.01-1.64c.351 0 .644-.1.88-.299.235-.202.412-.477.532-.825a3.58 3.58 0 00.183-1.188c0-.444-.061-.84-.183-1.189-.12-.348-.297-.623-.532-.825-.236-.202-.529-.303-.88-.303-.355 0-.653.101-.895.303-.239.202-.42.477-.542.825-.12.348-.179.745-.179 1.189 0 .444.059.84.179 1.188.122.348.303.623.542.825.242.2.54.298.895.298zM117.389 53v-7.636h2.054v1.332h.079c.139-.474.373-.832.701-1.074a1.843 1.843 0 011.134-.368 3.223 3.223 0 01.666.075v1.88c-.1-.03-.237-.057-.413-.08a3.693 3.693 0 00-.482-.035c-.312 0-.59.068-.835.204a1.505 1.505 0 00-.577.556 1.61 1.61 0 00-.209.826V53h-2.118zm5.329 0v-7.636h2.118V53h-2.118zm1.064-8.62c-.315 0-.585-.105-.811-.314a1.016 1.016 0 01-.333-.76c0-.292.111-.542.333-.751.226-.212.496-.319.811-.319.315 0 .583.107.805.319a.986.986 0 01.338.75c0 .295-.112.549-.338.761-.222.209-.49.313-.805.313zm4.528 8.764c-.487 0-.922-.084-1.303-.253a2.104 2.104 0 01-.905-.761c-.218-.338-.328-.759-.328-1.263 0-.424.078-.78.234-1.069.156-.288.368-.52.636-.696.269-.175.574-.308.915-.397.345-.09.706-.153 1.084-.19.444-.046.802-.089 1.074-.129.272-.043.469-.106.591-.189a.414.414 0 00.184-.367v-.03c0-.315-.099-.559-.298-.731-.195-.172-.474-.259-.835-.259-.381 0-.685.085-.91.254a1.168 1.168 0 00-.447.626l-1.959-.159c.099-.464.295-.865.586-1.203a2.817 2.817 0 011.129-.785c.464-.186 1.001-.279 1.611-.279.424 0 .83.05 1.218.15.391.099.737.253 1.039.462.305.209.545.477.721.805.175.325.263.714.263 1.168V53h-2.008v-1.059h-.06c-.123.239-.287.45-.492.631-.206.18-.453.32-.741.423-.288.1-.621.15-.999.15zm.606-1.462c.312 0 .587-.06.826-.183.238-.126.426-.295.561-.508.136-.212.204-.452.204-.72v-.81a1.123 1.123 0 01-.273.119c-.113.033-.24.064-.383.094-.142.026-.285.051-.428.075l-.387.054a2.62 2.62 0 00-.652.174c-.185.08-.329.188-.432.323a.786.786 0 00-.154.498c0 .288.104.508.313.66.212.15.481.224.805.224zm7.055-8.864V53h-2.118V42.818h2.118z"})]}),t.jsxs("defs",{children:[t.jsxs("filter",{id:"filter0_d_10041_286941",width:"200",height:"112",x:"0",y:"0",colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[t.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),t.jsx("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.jsx("feOffset",{dy:"8"}),t.jsx("feGaussianBlur",{stdDeviation:"16"}),t.jsx("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"}),t.jsx("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_10041_286941"}),t.jsx("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_10041_286941",result:"shape"})]}),t.jsxs("linearGradient",{id:"paint0_linear_10041_286941",x1:"22",x2:"70.346",y1:"34.4",y2:"126.609",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#583DFF"}),t.jsx("stop",{offset:"0.79",stopColor:"#F849C7"}),t.jsx("stop",{offset:"1",stopColor:"#FFC03D"})]})]})]});rr.tags=["tutorial","cards","fixed-size"];const or=e=>{const r=h.default("relative -top-0.25 inline-block",e.className);return t.jsxs("svg",{viewBox:"0 0 32 30",width:"32",height:"30",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,className:r,children:[t.jsx("rect",{width:"32",height:"30",fill:"url(#paint0_linear_3440_197284)",rx:"4"}),t.jsx("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",d:"M11.444 15.105s-.364 3.346-.364 3.437c2.367 0 5.007 2.458 5.007 2.458s2.184-2.458 5.28-2.458c.043-.058-.364-3.437-.364-3.437"}),t.jsx("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",d:"M16.142 10l-8.69 3.578 8.69 3.18 8.69-3.18L16.142 10zM24.8 13.682v4.856"}),t.jsx("defs",{children:t.jsxs("linearGradient",{id:"paint0_linear_3440_197284",x1:"-2.353",x2:"32.456",y1:"6.5",y2:"31.494",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#583DFF"}),t.jsx("stop",{offset:"0.79",stopColor:"#F849C7"}),t.jsx("stop",{offset:"1",stopColor:"#FFC03D"})]})})]})};or.tags=["tutorial","cards","fixed-size"];const nr=e=>{const r=h.default("relative -top-0.25 inline-block",e.className);return t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"136",height:"30",fill:"none",viewBox:"0 0 136 30",...e,className:r,children:[t.jsx("rect",{width:"136",height:"30",fill:"url(#paint0_linear_9380_603642)",rx:"4"}),t.jsx("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",d:"M36.444 15.104s-.364 3.347-.364 3.438c2.367 0 5.007 2.458 5.007 2.458s2.184-2.458 5.28-2.458c.044-.058-.364-3.438-.364-3.438"}),t.jsx("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",d:"M41.142 10l-8.69 3.578 8.69 3.18 8.69-3.18L41.142 10zM49.8 13.682v4.856"}),t.jsx("path",{fill:"#fff",d:"M57.58 11.71v-.937h6.545v.937h-2.744v7.79h-1.057v-7.79H57.58zm10.874 5.114v-3.87h1.006V19.5h-1.006v-1.108h-.068a2.148 2.148 0 01-.716.848c-.324.23-.733.345-1.227.345-.41 0-.773-.09-1.091-.268a1.88 1.88 0 01-.75-.818c-.182-.367-.273-.828-.273-1.385v-4.16h1.006v4.091c0 .478.133.858.4 1.142.27.285.614.427 1.031.427.25 0 .505-.064.763-.192.262-.128.48-.324.657-.588.179-.264.268-.601.268-1.01zm5.294-3.87v.853h-3.392v-.853h3.392zm-2.403-1.568h1.006v6.239c0 .284.04.497.123.64a.64.64 0 00.324.28c.133.046.274.069.422.069.11 0 .202-.006.273-.017l.17-.035.205.904a2.046 2.046 0 01-.286.077 2.103 2.103 0 01-.464.042c-.284 0-.563-.06-.836-.183a1.66 1.66 0 01-.673-.558c-.176-.25-.264-.566-.264-.946v-6.512zm6.105 8.25c-.591 0-1.11-.14-1.556-.421a2.866 2.866 0 01-1.04-1.18c-.246-.507-.37-1.098-.37-1.774 0-.681.124-1.277.37-1.785a2.86 2.86 0 011.04-1.185c.447-.281.965-.422 1.556-.422.59 0 1.108.14 1.551.422.446.281.793.676 1.04 1.185.25.508.375 1.103.375 1.785 0 .677-.125 1.267-.375 1.773-.247.506-.594.9-1.04 1.18-.443.282-.96.422-1.551.422zm0-.903c.449 0 .818-.115 1.108-.345.29-.23.504-.533.643-.908.14-.375.21-.781.21-1.219 0-.437-.07-.845-.21-1.223a2.06 2.06 0 00-.643-.916c-.29-.233-.66-.35-1.108-.35-.449 0-.818.117-1.108.35a2.06 2.06 0 00-.644.916 3.51 3.51 0 00-.208 1.223c0 .438.07.844.208 1.22.14.374.354.677.644.907.29.23.659.345 1.108.345zm4.1.767v-6.546h.972v.99h.069c.119-.325.335-.588.647-.79a1.907 1.907 0 011.057-.302c.074 0 .166.002.277.005.111.002.195.007.252.012v1.023a2.99 2.99 0 00-.235-.038c-.119-.02-.245-.03-.379-.03-.318 0-.602.067-.852.2a1.47 1.47 0 00-.801 1.334V19.5H81.55zm4.066 0v-6.546h1.005V19.5h-1.005zm.511-7.636a.715.715 0 01-.507-.2.644.644 0 01-.209-.482c0-.188.07-.348.209-.482a.715.715 0 01.507-.2.7.7 0 01.503.2.637.637 0 01.213.482.638.638 0 01-.213.481.7.7 0 01-.503.2zm3.863 7.79a2.66 2.66 0 01-1.13-.235 1.939 1.939 0 01-.805-.686c-.199-.301-.298-.665-.298-1.091 0-.375.073-.679.221-.912.148-.236.345-.42.593-.554.247-.133.52-.233.818-.298.3-.068.603-.122.907-.162.398-.051.72-.09.968-.115.25-.029.431-.075.545-.14.117-.066.175-.18.175-.342v-.034c0-.42-.115-.747-.345-.98-.228-.233-.573-.35-1.036-.35-.48 0-.856.106-1.13.316-.272.21-.464.435-.574.673l-.955-.34c.17-.398.398-.708.682-.93.287-.224.6-.38.937-.468.341-.091.677-.137 1.006-.137.21 0 .452.026.724.077.276.048.542.15.797.303.259.153.473.384.644.694.17.31.256.725.256 1.245V19.5h-1.006v-.886h-.051a1.767 1.767 0 01-.341.456c-.16.162-.37.3-.635.413-.264.114-.587.17-.967.17zm.153-.904c.398 0 .733-.078 1.006-.234a1.595 1.595 0 00.835-1.385v-.92c-.043.05-.136.097-.281.14-.142.04-.307.075-.495.106a22.303 22.303 0 01-.963.128c-.261.034-.505.09-.733.166a1.264 1.264 0 00-.545.337c-.136.148-.205.35-.205.605 0 .35.13.614.388.793.261.176.592.264.993.264zm5.288-7.977V19.5h-1.006v-8.727h1.006zm6.078 3.648l-.903.255a1.682 1.682 0 00-.252-.439 1.216 1.216 0 00-.443-.358c-.187-.093-.427-.14-.72-.14-.4 0-.734.092-1.001.277-.265.181-.397.413-.397.694 0 .25.091.448.273.593.182.144.466.265.852.362l.972.238c.585.143 1.021.36 1.308.652.287.29.43.664.43 1.121 0 .375-.107.71-.323 1.006a2.151 2.151 0 01-.895.699c-.384.17-.83.255-1.338.255-.668 0-1.22-.145-1.658-.434-.438-.29-.715-.713-.831-1.27l.955-.239c.09.352.262.617.515.793.256.176.59.264 1.002.264.468 0 .84-.1 1.116-.298.279-.202.418-.444.418-.725a.762.762 0 00-.239-.57c-.159-.157-.403-.273-.733-.35l-1.09-.256c-.6-.142-1.04-.362-1.322-.66-.278-.302-.417-.678-.417-1.13 0-.369.103-.696.31-.98.21-.284.496-.507.857-.669a3.008 3.008 0 011.236-.243c.648 0 1.156.142 1.526.427.372.284.636.659.792 1.125z"}),t.jsx("defs",{children:t.jsxs("linearGradient",{id:"paint0_linear_9380_603642",x1:"-10",x2:"11.742",y1:"6.5",y2:"72.849",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#583DFF"}),t.jsx("stop",{offset:"0.79",stopColor:"#F849C7"}),t.jsx("stop",{offset:"1",stopColor:"#FFC03D"})]})})]})};nr.tags=["tutorial","cards","fixed-size"];const ar=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M15.75 4.677c-.496.22-1.03.368-1.59.436a2.776 2.776 0 001.217-1.533 5.53 5.53 0 01-1.759.672 2.77 2.77 0 00-4.72 2.527A7.865 7.865 0 013.19 3.884a2.768 2.768 0 00-.048 2.7c.215.402.526.745.905.998a2.763 2.763 0 01-1.254-.346v.035a2.77 2.77 0 002.222 2.716c-.408.11-.836.127-1.251.048a2.771 2.771 0 002.587 1.923 5.558 5.558 0 01-4.101 1.147 7.833 7.833 0 004.245 1.245c5.096 0 7.881-4.22 7.881-7.88 0-.12-.003-.24-.008-.359a5.63 5.63 0 001.38-1.432l.002-.002z",fill:"#000"})}));ar.tags=["logo","social media","tweet"];const bo=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M5.056 3.5L3.5 1.943M4.278 5.055H3.5M6.611 2.722v-.778M8.167 4.277H10.5a2.333 2.333 0 110 4.667H8.167M3.226 6.697L1.85 8.072a2.333 2.333 0 003.3 3.3l1.375-1.376",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})),lr=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M2.6 12c0-1.563 1.25-2.75 2.75-2.75h3.188c1.563 0 2.75 1.25 2.75 2.75M8.85 2.75c1.063 1.063 1.063 2.75 0 3.75-1.062 1-2.75 1.063-3.75 0s-1.062-2.75 0-3.75c1.063-1 2.688-1 3.75 0zM1 7h2.5M2.249 8.25v-2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));lr.tags=["plus","change quantity"];const sr=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M6.956 7a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM2.25 11.412a2.647 2.647 0 012.647-2.647h1.52M11.417 9.217h.832v-.832M9.556 11.018h-.831v.832",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M12.252 10.745a1.817 1.817 0 01-.433.704 1.883 1.883 0 01-2.984-.431M12.14 9.217a1.883 1.883 0 00-2.984-.431 1.824 1.824 0 00-.434.703",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));sr.tags=["guest","change quantity"];const ir=s(e=>t.jsx("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:t.jsx("path",{d:"M2.3 12.3a2.87 2.87 0 012.887-2.887h3.347a2.87 2.87 0 012.888 2.887M8.862 2.588c1.116 1.115 1.116 2.887 0 3.937-1.116 1.05-2.887 1.116-3.937 0-1.05-1.116-1.116-2.887 0-3.937a2.855 2.855 0 013.937 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));ir.tags=["adult","demographic"];const cr=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M9.917 13.333a2.917 2.917 0 100-5.833 2.917 2.917 0 000 5.833zM8.167 10.417h3.5M1.167 9.833c0-.578.138-1.148.4-1.658.263-.51.643-.943 1.105-1.262a3.224 3.224 0 013.162-.3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M4.667 6.333a2.333 2.333 0 100-4.666 2.333 2.333 0 000 4.666z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));cr.tags=["minus","remove"];const dr=s(e=>t.jsxs("svg",{viewBox:"0 0 24 24",width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsxs("g",{clipPath:"url(#clip0_14983_75622)",stroke:"currentColor",strokeWidth:"1.125",strokeLinecap:"round",strokeLinejoin:"round",children:[t.jsx("path",{d:"M6.5 21C5.57174 21 4.6815 20.6313 4.02513 19.9749C3.36875 19.3185 3 18.4283 3 17.5V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H8C8.53043 3 9.03914 3.21071 9.41421 3.58579C9.78929 3.96086 10 4.46957 10 5V17.5C10 18.4283 9.63125 19.3185 8.97487 19.9749C8.3185 20.6313 7.42826 21 6.5 21Z"}),t.jsx("path",{d:"M8.97461 19.9751L18.6856 10.2641C19.0606 9.88901 19.2712 9.38039 19.2712 8.85007C19.2712 8.31974 19.0606 7.81112 18.6856 7.43607L16.5646 5.31507C16.1896 4.94012 15.6809 4.72949 15.1506 4.72949C14.6203 4.72949 14.1117 4.94012 13.7366 5.31507L9.99961 9.05007"}),t.jsx("path",{d:"M14.95 14H19C19.5304 14 20.0391 14.2107 20.4142 14.5858C20.7893 14.9609 21 15.4696 21 16V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H6.5"}),t.jsx("path",{d:"M3 14.957H10"}),t.jsx("path",{d:"M3 8.91406H10"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_14983_75622",children:t.jsx("rect",{width:"24",height:"24",fill:"white"})})})]}));dr.tags=["merchandise","variant","inventory"];const yo=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:14,height:14,fill:"none",viewBox:"0 0 140 140",...e,children:[t.jsx("path",{fill:"url(#paint0_linear_4_8)",fillRule:"evenodd",d:"M82.82 5.905c-7.048-7.873-19.376-7.873-26.425 0l-3.323 3.712a17.73 17.73 0 0 1-14.192 5.878l-4.974-.274c-10.552-.584-19.269 8.133-18.685 18.685l.274 4.974a17.73 17.73 0 0 1-5.878 14.192l-3.712 3.323c-7.873 7.049-7.873 19.377 0 26.425l3.712 3.323a17.73 17.73 0 0 1 5.878 14.192l-.274 4.974c-.584 10.552 8.133 19.269 18.685 18.686l4.974-.275a17.73 17.73 0 0 1 14.192 5.878l3.323 3.712c7.049 7.874 19.377 7.874 26.425 0l3.323-3.712a17.73 17.73 0 0 1 14.192-5.878l4.974.275c10.552.583 19.269-8.134 18.686-18.686l-.275-4.974a17.73 17.73 0 0 1 5.878-14.192l3.712-3.323c7.874-7.048 7.874-19.376 0-26.425l-3.712-3.323a17.73 17.73 0 0 1-5.878-14.192l.275-4.974c.583-10.552-8.134-19.269-18.686-18.685l-4.974.274a17.73 17.73 0 0 1-14.192-5.878zm-32.909 58.87c-9.765-9.014-23.248 5.223-14.467 14.778 5.975 5.121 14.337 13.008 20.037 18.495a10.25 10.25 0 0 0 7.29 2.607 10.27 10.27 0 0 0 7.032-3.25l33.621-40.561c9.201-9.804-5.512-24.114-14.829-14.37l-26.763 33.26c-2.74-2.483-6.435-5.895-9.564-8.784z",clipRule:"evenodd"}),t.jsx("defs",{children:t.jsxs("linearGradient",{id:"paint0_linear_4_8",x1:"-4.5",x2:"139",y1:"65.5",y2:"86.5",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#0281DF"}),t.jsx("stop",{offset:"0.25",stopColor:"#249EEE"}),t.jsx("stop",{offset:"0.5",stopColor:"#3CB2F9"}),t.jsx("stop",{offset:"1",stopColor:"#61CAFF"})]})})]})),Mo=s(({className:e,...r})=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",width:"27",height:"26",fill:"none",viewBox:"0 0 27 26",className:h.default("h-[26px] w-[27px]",e),...r,children:[t.jsx("rect",{width:"23.04",height:"23.04",x:"1.869",y:"1.48",fill:"url(#pattern0)",rx:"1.92"}),t.jsxs("defs",{children:[t.jsx("pattern",{id:"pattern0",width:"1",height:"1",patternContentUnits:"objectBoundingBox",children:t.jsx("use",{transform:"scale(.00893)",xlinkHref:"#image0_3990_29484"})}),t.jsx("image",{id:"image0_3990_29484",width:"112",height:"112",xlinkHref:"data:image/png;base64,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"})]})]})),ur=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M2.5 7.642a.6.6 0 01.933-.499L6.667 9.3a.6.6 0 00.666 0l3.234-2.157a.6.6 0 01.933.5V9.93a.6.6 0 01-.267.5l-3.9 2.599a.6.6 0 01-.666 0l-3.9-2.602a.6.6 0 01-.267-.5V7.642zM7.283 1.172L7.9 2.5h1.2a.293.293 0 01.207.513L8.265 4.04l.577 1.324a.314.314 0 01-.448.393L7 4.973l-1.394.784a.314.314 0 01-.448-.393l.577-1.324-1.041-1.026A.293.293 0 014.9 2.5h1.2l.617-1.328a.318.318 0 01.566 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));ur.tags=["military","soldier"];const Eo=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M3.9 4.499h4.797M3.9 6.898h2.998M11.096 6.205V2.7a1.2 1.2 0 00-1.2-1.2H2.7a1.2 1.2 0 00-1.2 1.2v7.796a1.2 1.2 0 001.2 1.2h1.936",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M9.871 9.64a.955.955 0 100 1.91.955.955 0 000-1.91z",fill:"currentColor"}),t.jsx("path",{d:"M13.346 11.006a.641.641 0 00.102-.671.497.497 0 00-.096-.161 6.822 6.822 0 00-1.195-1.059c-.588-.405-1.385-.797-2.286-.797-.903 0-1.7.39-2.288.795a6.734 6.734 0 00-1.185 1.046.63.63 0 00-.01.855l.373-.334-.375.33c.173.198.6.652 1.194 1.06.588.404 1.384.795 2.285.795.902 0 1.698-.391 2.286-.796a6.681 6.681 0 001.195-1.063z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]})),hr=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"24",fill:"none",viewBox:"0 0 34 24",...e,children:[t.jsx("rect",{width:"33",height:"23",x:"0.5",y:"0.5",fill:"#fff",stroke:"#D9D9D9",rx:"3.5"}),t.jsx("path",{fill:"#172B85",fillRule:"evenodd",d:"M10.75 15.858H8.69L7.146 9.792c-.074-.279-.23-.525-.458-.642A6.573 6.573 0 004.8 8.51v-.234h3.318c.458 0 .801.35.859.758l.8 4.376 2.06-5.134h2.002l-3.089 7.583zm4.234 0h-1.945l1.602-7.583h1.945l-1.602 7.583zm4.118-5.482c.058-.409.401-.642.802-.642a3.535 3.535 0 011.888.35l.343-1.633a4.801 4.801 0 00-1.773-.35c-1.888 0-3.262 1.05-3.262 2.507 0 1.11.973 1.692 1.66 2.042.743.35 1.03.584.972.934 0 .524-.572.758-1.144.758a4.789 4.789 0 01-2.002-.467l-.344 1.634c.687.29 1.43.408 2.117.408 2.117.058 3.433-.992 3.433-2.567 0-1.983-2.69-2.1-2.69-2.974zm9.498 5.482l-1.545-7.583h-1.659a.863.863 0 00-.801.583l-2.86 7h2.002l.4-1.108h2.46l.23 1.108H28.6zm-2.918-5.54l.572 2.857h-1.602l1.03-2.858z",clipRule:"evenodd"})]}));hr.tags=["cc","credit card"];const fr=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M11.693 4.31a1.354 1.354 0 11-1.915-1.915L8.66 1.278a.451.451 0 00-.639 0L1.32 7.98a.451.451 0 000 .638l1.117 1.117a1.354 1.354 0 011.916 1.916l1.117 1.117a.451.451 0 00.638 0l6.703-6.703a.451.451 0 000-.639L11.693 4.31z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M7.043 3.84l-.953.953 1.65 2.994-.033.034-2.996-1.648-.951.95 4.38 2.112L9.154 8.22l-2.11-4.38z",fill:"currentColor"})]}));fr.tags=["coupon"];const pr=s(e=>t.jsxs("svg",{width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",...e,children:[t.jsx("rect",{x:2,y:2,width:4,height:4,rx:2,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M4 3.333V4l.333.333.167.167",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("rect",{x:2,y:8,width:4,height:4,rx:2,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M4 9.333V10l.333.333.167.167M7.667 4h4M7.667 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));pr.tags=["checklist"];const Ie=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M12.587 6.614L7.358 1.386a.545.545 0 00-.771 0L1.358 6.614a.545.545 0 000 .772l5.229 5.228a.546.546 0 00.771 0l5.229-5.228a.545.545 0 000-.772zM6.985 4.286v3.06",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.978 9.196a.127.127 0 00-.131.136c0 .07.06.13.136.13a.134.134 0 00.126-.141l-.006-.005c-.005-.077-.065-.137-.136-.137M6.985 9.196H6.98",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));Ie.tags=["exclamation"];const gr=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M12.798 6.815a5.972 5.972 0 01-5.893 5.984h-.006a5.805 5.805 0 01-5.888-5.717c-.006-.026-.006-.053-.006-.075L1 7.002a5.974 5.974 0 015.888-5.996v-.005a5.795 5.795 0 015.883 5.711v.07l.027.033zM6.91 7.475v-3.23",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6.905 9.06v0a.131.131 0 00-.134.128c0 .07.06.128.134.128v0a.14.14 0 00.129-.14l-.006-.005-.005-.005c-.005-.075-.064-.134-.134-.134h-.005",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));gr.tags=["exclamation"];const wr=s(e=>t.jsxs("svg",{width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M16.3019 9.3168C16.3086 13.4083 13.0274 16.7498 8.92917 16.8034H8.92247C4.91131 16.857 1.61667 13.6628 1.5564 9.65162C1.54971 9.61814 1.54971 9.58466 1.54971 9.55787L1.54301 9.55117C1.52962 5.45229 4.81087 2.11077 8.90908 2.0505V2.04381C12.9135 1.98354 16.2082 5.17774 16.2685 9.1889C16.2685 9.21568 16.2685 9.24917 16.2685 9.27595L16.3019 9.3168Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.93555 10.1429V6.10181",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.93011 12.1254V12.1247C8.83636 12.1247 8.7627 12.1984 8.7627 12.2854C8.7627 12.3725 8.83636 12.4462 8.93011 12.4462V12.4455C9.01716 12.4388 9.09082 12.3651 9.09082 12.2714C9.08412 12.2647 9.08412 12.2647 9.08412 12.2647L9.07743 12.258C9.07073 12.1642 8.99707 12.0906 8.91002 12.0906H8.90332",stroke:"white",strokeLinecap:"round",strokeLinejoin:"round"})]}));wr.tags=["exclamation","filled"];const kr=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M7 8.04V6.17",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("circle",{cx:7,cy:9.7,r:.5,fill:"currentColor"}),t.jsx("path",{d:"M8.015 3.55l3.83 6.702a1.169 1.169 0 01-1.015 1.749H3.17c-.897 0-1.46-.97-1.014-1.749l3.83-6.702a1.168 1.168 0 012.029 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));kr.tags=["exclamation"];const vr=s(e=>t.jsxs("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M1.5 4.556v4.888A3.056 3.056 0 004.556 12.5h4.888A3.056 3.056 0 0012.5 9.444V4.556A3.056 3.056 0 009.444 1.5H4.556A3.056 3.056 0 001.5 4.556z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M8.832 6.654H5.166a.611.611 0 01-.611-.61 2.445 2.445 0 014.889 0 .61.61 0 01-.612.61zM6.999 6.651L7.61 5.43",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]}));vr.tags=["weight","forms","questionnaire"];const mr=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M6.998 9.363a1.443 1.443 0 100 2.887 1.443 1.443 0 000-2.887zM10.198 7.554a5.284 5.284 0 00-6.409 0M12.771 4.552a9.614 9.614 0 00-11.546-.001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));mr.tags=["private booking"];const Cr=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M3.166 11h9M11.697 4.746l-5.709 5.708v0a.379.379 0 01-.193.104l-2.176.435v0a.38.38 0 01-.446-.447l.435-2.174v0a.383.383 0 01.104-.194L9.421 2.47v0a1.605 1.605 0 012.269 0l.007.007v0a1.606 1.606 0 010 2.27v0z"})}));Cr.tags=["pen","waiver"];const Lr=s(e=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,viewBox:"0 0 30 30",...e,children:t.jsx("path",{d:"M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z",fill:"#000"})}));Lr.tags=["logo","social media","x"];const Io=s(e=>t.jsxs("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[t.jsx("path",{d:"M9 16.882a5.5 5.5 0 100-11 5.5 5.5 0 000 11z",stroke:"currentColor"}),t.jsx("mask",{id:"prefix__a",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:3,y:5,width:12,height:13,children:t.jsx("path",{d:"M9 16.882a5.5 5.5 0 100-11 5.5 5.5 0 000 11z",fill:"#fff",stroke:"#fff"})}),t.jsx("g",{mask:"url(#prefix__a)",stroke:"currentColor",children:t.jsx("path",{d:"M4 13l1.5-2 2 2M14 13.5l-3.5-4-5 6.5"})}),t.jsx("rect",{x:4.5,y:1.5,width:9,height:3,rx:.5,stroke:"currentColor"}),t.jsx("circle",{cx:7.5,cy:3,r:.5,fill:"currentColor"}),t.jsx("circle",{cx:10.5,cy:3,r:.5,fill:"currentColor"})]})),Ao=e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"150",height:"48",fill:"none",viewBox:"0 0 150 48",...e,children:[t.jsx("path",{fill:"#1B5EA8",d:"M31.745 24.769c0-12.2 10.193-22.088 22.768-22.088 12.575 0 22.768 9.889 22.768 22.088 0 12.2-10.193 22.088-22.768 22.088-12.575 0-22.768-9.888-22.768-22.088z"}),t.jsx("path",{stroke:"#1B5EA8",strokeWidth:"1.25",d:"M31.745 24.769c0-12.2 10.193-22.088 22.768-22.088 12.575 0 22.768 9.889 22.768 22.088 0 12.2-10.193 22.088-22.768 22.088-12.575 0-22.768-9.888-22.768-22.088z"}),t.jsx("path",{fill:"#fff",d:"M36.37 26.71s1.788-.534 1.998-.56c.209-.026.445 0 .445 0s.264-.33.344-.305c.076.025.392.129.446 0 .05-.129.262-.306.366-.331.106-.028.028-.255.158-.358.13-.102.997-.534 1.18-.738.187-.204.84-1.146.946-1.146.107 0 .316-.153.395-.28.076-.129.786-.945.945-1.122.16-.178.5-.434.5-.434s.026-.535.106-.636c.078-.102.366-.432.498-.585.132-.153.605-.64.71-.611.105.025.443 0 .472-.102.028-.103-.054-.434.131-.485.183-.051.473-.077.473-.077s.419-1.274.605-1.35c.184-.078.471-.153.471-.153s.551-.459.736-.434c.185.026.788-.05.788-.05s.551-.587.656-.84c.106-.256.289-.409.448-.436.157-.024-.08-.15.157-.304.235-.154 1.209-.611 1.39-.79.184-.177.475-.688.475-.688s-.134-.636.079-.815c.209-.178.996-.433 1.314-.587.313-.152 1.023-.635 1.152-.865.133-.229.476-.612.551-.636.08-.026.528-.588.63-.688.107-.103.792-.359.923-.435.13-.075.707-.075.839-.102.132-.024.236-.204.577-.255.343-.05 1.498.051 1.576.026.08-.026.237-.23.42-.152.187.075.395.56.5.61.105.052.47.155.734.332.261.179.631.713.945.688.318-.024.499.434.659.637.157.205.709.765.682.892-.026.129-.185.459-.026.714.158.254.341.712.498.814.157.103.498.638.498.842 0 .202.264.762.53.967.258.204.628 1.351.915 1.709.288.354 1.078 2.24 1.29 2.522.21.279.21.177.472.255.262.074 1.1.584 1.34.762.236.18 1.075 1.606 1.258 1.862.187.256 1.024 1.63 1.184 1.91.158.28.499 1.326.709 1.35.209.026.576 1.095.785 1.248.212.154 1.054 1.326 1.237 1.453.182.127.84 1.656.944 1.833.105.18-1.659 1.177-1.424 1.227.236.05-.916.433-.757.485.159.05-1.415.689-.785.97.631.279-1.458 1.94-1.458 1.94s-1.9 1.967-1.692 1.94c.21-.025-1.971 2.274-1.814 2.425.158.154-3.229 1.328-2.994 1.455.237.13-4 1.456-4 1.456l-5.195.97-15.336-5.82L36.37 26.71z"}),t.jsx("path",{fill:"url(#paint0_linear)",d:"M63.554 15.07c-.133.124-.313.43-.313.608s.076.46.13.586c.05.127.08.612.08.612s-.293-.178-.423-.332c-.13-.153-.104-.482-.13-.611-.027-.128-.342.13-.526.152-.093.014-.165-.12-.228-.253-.062-.133-.115-.267-.167-.255-.104.027-.419.18-.735.46-.314.278-.234.38-.394.458-.156.075-.234.126-.446-.025-.111-.08-.141-.014-.181.053-.035.06-.077.121-.19.073-.115-.05-.053.086.02.22.078.139.168.278.088.213-.155-.126-.155.28-.053.433.106.154.29.46.42.713.135.256.815 1.48.606 1.428-.21-.052-.448-.611-.528-.84-.077-.23-.472-.588-.552-.588-.075 0-.471-.027-.576-.075-.103-.051-.84-.23-1.26-.204-.42.025-.527-.357-.735-.409-.212-.05-.894-.254-1.077-.279-.183-.025.42.586.604.637.184.05.288.204.026.303-.262.104-.708-.279-.838-.279-.134 0-.37.357-.21.46.155.102.812.484.946.587.127.101.025.533-.109.482-.129-.052-.867-.052-1.181.027-.316.076-.814-.334-1.049-.51-.237-.178-.474-.052-.58.077-.105.125-.447.611-.656.814-.209.203-.998.203-1.206.357-.213.152-1.052.84-1.288 1.122-.237.279-.997.508-1.262.688-.263.178-.657.992-.814 1.12a6.114 6.114 0 00-.684.688c-.209.254-.631.509-.891.816-.264.305-.473.585-.473.585l-.526.534-.446-.255s-.601.409-.813.512c-.21.1-.975-.052-1.235-.078-.265-.025-.605.28-.526.307.08.026.134.177.08.255-.055.076-.605.076-.605.076l-.132.433s-.5.075-.71.075c-.21 0-.523.077-.655.105-.132.025-.5-.308-.63-.308-.134 0-.5-.152-.655 0-.16.154-.424.561-.424.561s-.394 0-.523.025c-.13.026-.84.23-.84.23l2.732 14.803c3.806 2.777 8.538 4.422 13.666 4.422 9.751 0 18.071-5.95 21.316-14.31-.631-1.088-1.59-2.778-1.734-3.005-.21-.33-1.077-1.96-1.233-2.165-.16-.205-.368-.026-.445.05-.04.036-.11.012-.178-.012-.082-.028-.165-.057-.192.013-.054.127-.367.382-.474.279-.103-.1-.42-.891-.394-1.043.028-.153.446.074.446.074s.133-.074.082-.201c-.054-.128-.684-.282-.792-.256-.103.025-.417-.535-.628-.689-.21-.153-.657-.736-.813-.94-.16-.207-.711-.766-.895-.893-.181-.128-.629-.534-.919-.661-.29-.129-.316-.512-.445-.869-.13-.355-.186.105-.158.23.027.127-.238.333-.16.357.08.025.132.282.263.382.133.101-.262.23-.39.203-.135-.024-.29-.432-.37-.609-.08-.18-.395-.231-.29-.434.107-.205.238-.561.132-.688-.105-.128-.157-.483.025-.458.186.024.315-.103.422-.205.105-.102.316.306.395.432.076.129.498.663.474.536-.028-.128.182-.204.182-.204.21.433 1.968 2.6 2.022 2.804.053.202.158-.078.132-.307-.027-.23.104-.152.13-.255.028-.103-.13-.407-.526-.433-.394-.025-.576-.637-.709-.918-.13-.28.395.23.395.23l-1.234-2.087s-1.103-1.784-1.18-1.784c-.08 0-.266.1-.317.203-.053.1.209.789.286.892.08.1.318.484.239.535-.08.05-.499-.205-.711-.28-.207-.078-.497.254-.497.254s-.08-1.07-.212-1.07c-.13 0-.079-.46-.051-.84.026-.383-.42-.383-.42-.383s-.08-.867-.185-.992c-.105-.13 0-.714.027-.971.028-.253-.552-1.222-.684-1.322-.068-.054-.21-.087-.348-.087-.124 0-.244.026-.307.087z"}),t.jsx("path",{fill:"url(#paint1_linear)",d:"M49.923 17.743s-.131.306-.342.457c-.213.154-.343.563-.552.843-.21.279-.47.458-.682.355-.21-.103-.473.051-.446.357.026.306.106.943-.053.867-.16-.077-.026-.408-.262-.255-.238.153-.712.993-.893.918-.185-.076-.396-.536-.526-.358-.131.179-.184.74-.341.484-.157-.256-.393-.23-.76.05-.37.283-.764.462-.947.56-.187.103-.55.383-.632.613a.85.85 0 01-.366.46c-.133.074-.445.305-.445.457 0 .154-.187.23-.398.434-.207.203-.602.482-.811.663-.211.178-.659.663-.869.764-.211.101-.576.383-.367.383 0 0 .367 0 .577-.154.211-.154.815-.586.973-.638.158-.051.525-.076.603.103.08.18-.05.433-.236.559-.182.13-.579.563-.681.588-.106.024-.395.28-.395.28s.497-.025.734-.18c.238-.15.87-.432.945-.637.08-.203.263-.457.397-.66.131-.203.339.1.314.306-.028.202.319.354.497.074.185-.28.448-.15.683-.15.236 0 .739.175.869-.027.132-.204.445-.815.632-.92.183-.099.6-.89.731-1.196.13-.305.578-1.17.685-1.528.105-.357.448-.788.658-.917.209-.127.707-.33.945-.484.235-.152.102-.305.366-.534.264-.23.395-.179.395-.41 0-.227.211-.483.211-.483s-.342-.305-.133-.561c.212-.255.525-.764.525-.764s0-.23-.103-.153c-.106.076-.5-.026-.5-.026v.46z"}),t.jsx("path",{fill:"#fff",d:"M63.605 24.24s.842 1.222.998 1.502c.157.282.815 1.428.868 1.632.05.204.133.483.447.713.314.23.655.584.655.584s.028-.355-.026-.509c-.054-.153-.708-.942-.891-1.246-.186-.308-2-2.55-2.05-2.675zM66.783 28.978s.291.46.291.764c0 .307.288.867.42 1.095.132.23.34.664.447.715.103.05.42.077.736.407.312.331.471.584.735.663.261.075.472.153.472.153s-.315-.407-.682-1.044c-.37-.638-1.078-1.784-1.235-1.886-.16-.103-.499-.485-.579-.383-.079.1-.605-.484-.605-.484z"}),t.jsx("path",{fill:"url(#paint2_linear)",d:"M42.07 37.411c.34.74 3.018 1.784 2.996 1.248-.02-.366.025-1.56.055-2.28.217.32.398.591.44.675.135.256 2.682 3.745 2.918 4.435.238.69 5.383 3.974 5.91 4.534.13.139.432.451.817.846a23.433 23.433 0 005.45-.813 1.066 1.066 0 01-.28-.44c-.053-.18.185-.255.316-.458.129-.204.104-.204-.078-.181-.185.027-.763-.177-1.078-.203-.315-.024-1.42-.585-1.76-.687-.342-.102-.684-.917-.998-1.149-.316-.227-.525-.277-.657-.227-.133.052-.24-.026-.447-.256-.21-.23-.157-.457-.29-.611-.126-.152-.103.308-.182.357-.078.05-.315-.41-.474-.587-.155-.175-.34-.635-.446-.738-.104-.1-.104.202-.131.356-.025.152-.368.333-.5.23-.133-.102-.262-.456-.394-.586-.064-.063-.07.079-.074.22-.004.145-.002.292-.055.213-.106-.154-.289-.303-.316-.51-.026-.202-.159-.814-.263-.867-.103-.048-.21-.457-.315-.635-.103-.178-.103.127-.103.306 0 .177-.238.026-.293-.077-.05-.102-.157-.533-.259-.61-.107-.077-.29.203-.29.203l-.055.738s-.235-.713-.313-.84c-.078-.129-.342-.612-.368-.434-.027.178-.155-.075-.367-.23-.212-.153-.372-.431-.372-.356 0 .078.11.741-.047.662-.159-.076-.266-.686-.449-.967-.182-.28-.735-.713-.735-.713l-.13-.46s-.526-.025-.579-.178c-.052-.153-.34-.126-.366.052-.026.177-.291-.052-.504-.052-.205 0-.47-.636-.548-.739-.075-.102-.16-.28-.184-.154-.025.13-.209.052-.316-.178-.105-.23.187-.558.237-.688.054-.126-.05-.304-.21-.151-.157.152-.314.535-.314.535l-.288-.409-.134.155-.261-.536-.238-.509-.131.535-.026.031c-.122-.33-.227-.601-.262-.644-.103-.126-.63-1.554-.815-1.808-.182-.255-.157-.738-.157-.738s-.316-.18-.526-.078c-.21.103-.367-.33-.553-.458-.179-.127-.416.027-.416.027v-.587l-1.576-.154s1.443 6.879 1.785 7.618z"}),t.jsx("path",{fill:"url(#paint3_linear)",d:"M36.793 23.475c-.186.205-.817.257-.946.356-.131.101-.421.41-.499.535-.08.128-.292.153-.421.255-.131.103-.236.587-.236.587s-.34.05-.71.382c-.368.33-.71.434-1.077.663-.268.167-.78.513-1.085.736 1.14 11.166 10.85 19.89 22.658 19.89.631 0 1.257-.025 1.876-.073a19.55 19.55 0 01-.704-1.09c-.525-.89-1.628-1.399-1.815-1.452-.182-.05-.6-.817-.735-.866-.13-.05-.602-.79-.76-1.043a.845.845 0 00-.632-.41c-.235-.023-1.39-1.5-1.39-1.5s-1.6-1.707-1.759-1.836c-.159-.128-1.024-1.274-1.184-1.452-.157-.178-.97-.764-1.153-.79-.185-.026-.788-.919-.897-1.02-.103-.1-.495-.1-.522 0-.028.101-.29.384-.314.512-.026.127-.026.459-.211.61-.185.15-.288.713-.288.713s-.342-.229-.447-.253c-.108-.026-.263-.843-.289-1.022-.027-.176-.239-.637-.37-.787-.132-.154-.522-.818-.735-.97-.209-.152-.367-.84-.391-1.148-.028-.304-.553-1.196-.685-1.426-.133-.229-.264-1.119-.315-1.273-.054-.153-.343-.636-.499-.815-.157-.18-.892-.967-1.181-1.148-.289-.177-.398-.611-.446-.686-.055-.077-.133-.536-.133-.536s-.182-.331-.237-.484c-.05-.152-.103-2.496-.078-2.573.028-.075-.34-.356-.497-.408-.16-.05.026-.28 0-.406-.028-.127-.212-.282-.212-.282s-.5.306-.68.51z"}),t.jsx("path",{fill:"#292929",d:"M.503 1.522h3.322l10.851 19.71 10.848-19.71h3.323L16.498 23.97l12.98 23.424h-3.262L14.676 26.646 3.263 47.394H0L12.919 23.97.503 1.522zM89.929 44.653h13.784v2.74H86.919V1.522h3.01v43.131zM138.864 29.567l-9.22-22.145 9.22 22.145zm-9.22-22.145l-9.281 22.145h18.501l-9.22-22.145zm-10.41 24.883l-6.333 15.088h-3.073L129.644 0l19.754 47.393h-3.071l-6.336-15.088h-20.757zM32.994 24.456c0 11.315 9.722 20.806 21.512 20.806 11.725 0 21.51-9.553 21.51-20.806 0-11.317-9.785-20.806-21.51-20.806-11.79 0-21.512 9.489-21.512 20.806zm46.031 0C79.025 37.352 67.801 48 54.506 48c-13.296 0-24.52-10.648-24.52-23.544 0-12.898 11.163-23.544 24.52-23.544 13.295 0 24.52 10.646 24.52 23.544z"}),t.jsxs("defs",{children:[t.jsxs("linearGradient",{id:"paint0_linear",x1:"60.015",x2:"60.015",y1:"80.164",y2:"14.981",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#fff"}),t.jsx("stop",{offset:"1",stopColor:"#626262"})]}),t.jsxs("linearGradient",{id:"paint1_linear",x1:"40.169",x2:"50.526",y1:"21.908",y2:"21.908",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#fff"}),t.jsx("stop",{offset:"1",stopColor:"#909191"})]}),t.jsxs("linearGradient",{id:"paint2_linear",x1:"50.698",x2:"50.698",y1:"29.793",y2:"50.252",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#fff"}),t.jsx("stop",{offset:"1",stopColor:"#909191"})]}),t.jsxs("linearGradient",{id:"paint3_linear",x1:"23.397",x2:"83.226",y1:"51.182",y2:"51.182",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#fff"}),t.jsx("stop",{offset:"1",stopColor:"#626262"})]})]})]}),Ho=e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"192",height:"192",fill:"none",viewBox:"0 0 192 192",...e,children:[t.jsx("path",{fill:"#1B5EA8",d:"M6.89 97.275c0-49.741 39.906-90.062 89.14-90.062 49.233 0 89.143 40.321 89.143 90.062 0 49.745-39.91 90.066-89.144 90.066-49.233 0-89.138-40.321-89.138-90.067z"}),t.jsx("path",{stroke:"#1B5EA8",strokeWidth:"1.25",d:"M6.89 97.275c0-49.741 39.906-90.062 89.14-90.062 49.233 0 89.143 40.321 89.143 90.062 0 49.745-39.91 90.066-89.144 90.066-49.233 0-89.138-40.321-89.138-90.067z"}),t.jsx("path",{fill:"#fff",d:"M25 105.194s6.998-2.181 7.82-2.29c.817-.104 1.742 0 1.742 0s1.033-1.34 1.346-1.241c.298.104 1.537.524 1.747 0 .196-.524 1.028-1.246 1.434-1.35.416-.113.108-1.038.617-1.458.514-.416 3.905-2.18 4.624-3.011.73-.83 3.29-4.673 3.7-4.673.421 0 1.239-.623 1.547-1.142.298-.524 3.078-3.852 3.7-4.573.626-.727 1.957-1.77 1.957-1.77s.103-2.18.416-2.591c.304-.42 1.434-1.766 1.948-2.388.519-.623 2.369-2.606 2.78-2.492.41.103 1.737 0 1.85-.416.107-.42-.21-1.77.514-1.978.714-.207 1.85-.311 1.85-.311s1.639-5.197 2.368-5.503c.72-.322 1.845-.628 1.845-.628s2.158-1.869 2.883-1.77c.724.109 3.083-.203 3.083-.203s2.158-2.393 2.57-3.426c.415-1.043 1.13-1.666 1.751-1.775.617-.1-.313-.613.617-1.241.92-.628 4.732-2.492 5.442-3.224.72-.717 1.86-2.804 1.86-2.804s-.524-2.59.308-3.322c.817-.727 3.9-1.765 5.144-2.393 1.228-.618 4.008-2.591 4.512-3.526.519-.934 1.865-2.496 2.158-2.595.313-.104 2.065-2.398 2.467-2.804.416-.42 3.098-1.463 3.611-1.775.509-.306 2.77-.306 3.284-.415.519-.1.925-.83 2.261-1.038 1.341-.208 5.863.207 6.172.103.313-.103.925-.94 1.639-.618.734.307 1.551 2.28 1.963 2.487.411.213 1.84.633 2.872 1.355 1.023.727 2.472 2.907 3.7 2.803 1.243-.098 1.953 1.77 2.579 2.596.617.836 2.775 3.12 2.672 3.64-.102.524-.724 1.868-.102 2.912.616 1.033 1.336 2.902 1.947 3.317.617.42 1.953 2.601 1.953 3.432 0 .825 1.033 3.11 2.07 3.945 1.013.83 2.462 5.508 3.587 6.967 1.126 1.444 4.219 9.137 5.046 10.284.822 1.137.822.722 1.85 1.038 1.028.302 4.312 2.384 5.251 3.11.92.732 4.204 6.547 4.924 7.59.729 1.043 4.008 6.645 4.634 7.788.617 1.142 1.953 5.409 2.775 5.508.817.103 2.256 4.464 3.073 5.087.832.628 4.126 5.405 4.846 5.924.709.519 3.288 6.754 3.694 7.476.412.731-6.495 4.797-5.575 5 .925.203-3.586 1.765-2.965 1.978.622.203-5.539 2.808-3.073 3.955 2.472 1.138-5.708 7.911-5.708 7.911s-7.437 8.02-6.625 7.911c.822-.103-7.717 9.271-7.101 9.889.617.628-12.642 5.414-11.722 5.933.93.525-15.661 5.934-15.661 5.934l-20.338 3.955-60.044-23.733L25 105.194z"}),t.jsx("path",{fill:"url(#paint0_linear)",d:"M131.43 57.726c-.524.509-1.229 1.755-1.229 2.482 0 .726.299 1.873.509 2.388.196.519.313 2.497.313 2.497s-1.145-.727-1.654-1.355c-.509-.623-.406-1.963-.509-2.492-.108-.52-1.341.529-2.06.623-.362.054-.646-.49-.891-1.033-.245-.544-.45-1.088-.656-1.039-.406.109-1.639.732-2.877 1.874-1.229 1.132-.915 1.553-1.542 1.869-.612.307-.915.514-1.747-.104-.436-.326-.553-.054-.71.218-.137.247-.298.494-.739.296-.455-.202-.21.352.079.9.303.564.655 1.133.342.866-.607-.515-.607 1.142-.21 1.765.416.628 1.135 1.874 1.649 2.907.524 1.043 3.186 6.032 2.369 5.824-.822-.212-1.752-2.492-2.065-3.426-.304-.934-1.85-2.398-2.164-2.398-.293 0-1.845-.109-2.256-.307-.401-.207-3.284-.939-4.933-.83-1.644.104-2.06-1.454-2.877-1.666-.828-.208-3.5-1.039-4.214-1.138-.72-.103 1.639 2.389 2.364 2.596.719.208 1.125.831.102 1.236-1.027.426-2.775-1.137-3.284-1.137-.523 0-1.443 1.454-.822 1.874.607.415 3.181 1.973 3.705 2.393.499.415.098 2.175-.426 1.968-.504-.213-3.396-.213-4.625.109-1.238.311-3.185-1.36-4.106-2.077-.93-.727-1.854-.213-2.27.312-.411.509-1.752 2.491-2.57 3.317-.817.83-3.905.83-4.722 1.459-.832.618-4.116 3.426-5.041 4.573-.93 1.138-3.906 2.072-4.943 2.804-1.028.727-2.57 4.044-3.186 4.569-.617.519-1.85 1.77-2.677 2.803-.817 1.038-2.472 2.077-3.49 3.328-1.032 1.246-1.85 2.388-1.85 2.388l-2.06 2.175-1.747-1.038s-2.354 1.666-3.181 2.086c-.827.411-3.817-.212-4.835-.316-1.038-.104-2.369 1.142-2.06 1.251.313.104.523.722.313 1.038-.216.312-2.369.312-2.369.312l-.519 1.765s-1.953.306-2.78.306c-.817 0-2.045.312-2.564.426-.514.103-1.953-1.256-2.467-1.256-.523 0-1.952-.618-2.564 0-.621.627-1.659 2.289-1.659 2.289s-1.542 0-2.046.104c-.514.104-3.293.934-3.293.934l10.698 60.361c14.902 11.323 33.43 18.032 53.505 18.032 38.178 0 70.753-24.262 83.457-58.353-2.471-4.435-6.225-11.323-6.788-12.252-.827-1.345-4.218-7.991-4.83-8.826-.621-.836-1.439-.104-1.742.207-.152.144-.426.045-.695-.054-.323-.114-.646-.232-.754.054-.21.52-1.434 1.558-1.855 1.138-.401-.41-1.644-3.634-1.541-4.252.107-.623 1.747.301 1.747.301s.519-.301.318-.821c-.21-.519-2.677-1.147-3.098-1.043-.406.104-1.634-2.18-2.461-2.808-.818-.623-2.57-3.001-3.181-3.837-.627-.84-2.785-3.12-3.505-3.64-.709-.518-2.461-2.175-3.597-2.694-1.135-.524-1.238-2.086-1.742-3.54-.514-1.449-.729.425-.622.94.108.514-.929 1.354-.621 1.453.313.099.514 1.147 1.028 1.558.518.41-1.028.934-1.532.825-.524-.099-1.136-1.76-1.444-2.482-.313-.737-1.546-.944-1.135-1.77.416-.835.93-2.29.514-2.803-.411-.524-.612-1.973.098-1.87.729.1 1.233-.42 1.654-.835.411-.415 1.238 1.246 1.546 1.76.299.524 1.948 2.705 1.855 2.186-.108-.52.714-.83.714-.83.823 1.764 7.704 10.6 7.914 11.43.21.826.622-.316.519-1.25-.108-.935.406-.618.509-1.039.107-.42-.509-1.661-2.061-1.765-1.541-.104-2.256-2.6-2.774-3.743-.509-1.142 1.546.94 1.546.94L148.5 81.2s-4.322-7.273-4.625-7.273c-.313 0-1.038.41-1.238.826-.206.41.817 3.219 1.12 3.64.314.41 1.244 1.972.935 2.18-.313.207-1.952-.836-2.784-1.143-.808-.316-1.943 1.039-1.943 1.039s-.314-4.366-.832-4.366c-.509 0-.309-1.874-.201-3.422.103-1.562-1.644-1.562-1.644-1.562s-.309-3.535-.725-4.045c-.411-.529 0-2.912.108-3.96.108-1.034-2.163-4.984-2.677-5.39-.269-.222-.827-.355-1.365-.355-.485 0-.955.104-1.199.356"}),t.jsx("path",{fill:"url(#paint1_linear)",d:"M78.061 68.628s-.514 1.246-1.341 1.864c-.832.628-1.341 2.294-2.158 3.436-.822 1.137-1.845 1.869-2.672 1.449-.823-.42-1.85.207-1.748 1.453.103 1.251.416 3.847-.205 3.536-.626-.312-.103-1.662-1.028-1.039-.93.623-2.785 4.05-3.494 3.743-.724-.311-1.551-2.185-2.06-1.458-.514.727-.72 3.016-1.336 1.973-.612-1.044-1.537-.94-2.976.202-1.444 1.152-2.99 1.884-3.705 2.284-.734.42-2.158 1.563-2.476 2.498-.304.934-.915 1.562-1.434 1.873-.519.307-1.742 1.247-1.742 1.87 0 .627-.73.934-1.557 1.77-.812.825-2.358 1.962-3.176 2.7-.827.726-2.579 2.704-3.401 3.114-.827.415-2.256 1.562-1.439 1.562 0 0 1.439 0 2.261-.628.827-.627 3.191-2.388 3.808-2.6.621-.208 2.055-.312 2.363.42.314.732-.2 1.765-.925 2.279-.714.529-2.265 2.295-2.667 2.398-.416.099-1.546 1.143-1.546 1.143s1.948-.104 2.873-.732c.934-.618 3.406-1.765 3.7-2.601.313-.826 1.032-1.864 1.556-2.695.514-.825 1.326.41 1.228 1.251-.108.826 1.248 1.444 1.948.302.724-1.142 1.752-.613 2.672-.613.925 0 2.892.717 3.401-.11.519-.83 1.742-3.322 2.477-3.747.714-.405 2.349-3.629 2.862-4.88.51-1.241 2.261-4.771 2.682-6.23.412-1.454 1.752-3.214 2.575-3.738.817-.519 2.77-1.35 3.7-1.973.92-.622.4-1.245 1.433-2.18 1.033-.94 1.547-.727 1.547-1.666 0-.93.827-1.973.827-1.973s-1.341-1.246-.524-2.29c.832-1.038 2.056-3.114 2.056-3.114s0-.935-.401-.623c-.416.311-1.958-.104-1.958-.104v1.874z"}),t.jsx("path",{fill:"#fff",d:"M131.63 95.121s3.293 4.979 3.905 6.122c.617 1.152 3.191 5.824 3.397 6.655.2.83.523 1.968 1.752 2.907 1.228.934 2.564 2.383 2.564 2.383s.108-1.449-.103-2.076c-.21-.623-2.77-3.842-3.489-5.083-.724-1.256-7.826-10.393-8.026-10.908zM144.07 114.44s1.14 1.874 1.14 3.115c0 1.251 1.126 3.535 1.645 4.464.514.94 1.331 2.705 1.747 2.913.406.207 1.649.316 2.882 1.661 1.224 1.35 1.846 2.383 2.878 2.705 1.023.306 1.85.623 1.85.623s-1.233-1.662-2.672-4.258c-1.449-2.6-4.219-7.273-4.835-7.688-.627-.42-1.953-1.978-2.266-1.562-.309.41-2.369-1.973-2.369-1.973z"}),t.jsx("path",{fill:"url(#paint2_linear)",d:"M47.317 148.826c1.331 3.016 11.814 7.273 11.726 5.087-.074-1.493.098-6.358.215-9.295.852 1.3 1.561 2.408 1.728 2.749.524 1.043 10.498 15.273 11.422 18.086.93 2.809 21.074 16.203 23.134 18.488.51.563 1.693 1.839 3.2 3.446a88.357 88.357 0 0021.339-3.313c-.451-.41-.921-1.177-1.097-1.795-.205-.732.725-1.038 1.238-1.869.504-.83.407-.83-.303-.736-.724.108-2.99-.723-4.224-.826-1.233-.099-5.559-2.388-6.89-2.804-1.336-.415-2.677-3.738-3.906-4.682-1.238-.93-2.055-1.132-2.574-.929-.519.212-.935-.104-1.747-1.044-.827-.934-.617-1.864-1.135-2.492-.495-.618-.407 1.256-.715 1.459-.303.203-1.233-1.671-1.855-2.393-.607-.717-1.33-2.591-1.747-3.011-.406-.411-.406.825-.514 1.453-.098.618-1.439 1.355-1.953.94-.523-.42-1.027-1.864-1.546-2.393-.25-.257-.274.321-.289.9-.014.588-.01 1.186-.215.865-.416-.628-1.13-1.236-1.238-2.077-.103-.825-.622-3.323-1.028-3.535-.406-.198-.822-1.864-1.233-2.591-.406-.727-.406.519-.406 1.246 0 .722-.93.109-1.146-.312-.195-.415-.616-2.175-1.013-2.491-.42-.312-1.14.83-1.14.83l-.21 3.011s-.92-2.907-1.229-3.426c-.303-.524-1.336-2.497-1.438-1.77-.108.727-.607-.307-1.44-.935-.826-.628-1.453-1.76-1.453-1.453 0 .316.426 3.021-.186 2.699-.621-.311-1.042-2.798-1.757-3.945-.714-1.143-2.877-2.908-2.877-2.908l-.51-1.874s-2.06-.103-2.265-.726c-.206-.623-1.332-.515-1.434.212-.103.722-1.14-.212-1.973-.212-.802 0-1.84-2.591-2.148-3.011-.294-.416-.622-1.143-.72-.628-.097.529-.817.212-1.238-.727-.41-.935.734-2.275.93-2.804.21-.514-.195-1.241-.822-.618-.616.618-1.228 2.181-1.228 2.181l-1.13-1.666-.525.632-1.022-2.185-.93-2.077-.514 2.181-.103.128c-.474-1.35-.886-2.452-1.023-2.625-.406-.514-2.466-6.339-3.19-7.372-.715-1.043-.617-3.011-.617-3.011s-1.238-.732-2.06-.317c-.818.42-1.434-1.35-2.164-1.869-.7-.519-1.63.109-1.63.109v-2.393l-6.17-.628s5.652 28.05 6.988 31.066"}),t.jsx("path",{fill:"url(#paint3_linear)",d:"M26.655 92c-.73.835-3.201 1.048-3.705 1.453-.514.41-1.65 1.667-1.953 2.181-.313.52-1.145.623-1.649 1.038-.514.42-.925 2.393-.925 2.393s-1.331.208-2.78 1.558c-1.439 1.35-2.78 1.77-4.213 2.704a87.075 87.075 0 00-4.248 3.002c4.463 45.527 42.48 81.102 88.707 81.102 2.472 0 4.924-.103 7.346-.301-1.008-1.528-2.006-3.12-2.755-4.445-2.055-3.63-6.377-5.701-7.106-5.919-.714-.202-2.354-3.332-2.878-3.53-.508-.208-2.358-3.219-2.975-4.252-.622-1.039-1.537-1.562-2.477-1.671-.92-.094-5.442-6.122-5.442-6.122s-6.264-6.956-6.885-7.48c-.622-.525-4.008-5.197-4.635-5.924-.616-.727-3.798-3.115-4.517-3.223-.724-.104-3.083-3.743-3.509-4.154-.406-.41-1.938-.41-2.046 0-.107.411-1.135 1.563-1.228 2.087-.103.514-.103 1.869-.827 2.487-.724.613-1.126 2.907-1.126 2.907s-1.34-.934-1.752-1.033c-.42-.104-1.028-3.437-1.13-4.168-.108-.717-.935-2.596-1.449-3.209-.519-.628-2.045-3.333-2.877-3.956-.818-.618-1.44-3.421-1.532-4.677-.108-1.241-2.164-4.88-2.682-5.815-.52-.934-1.033-4.563-1.233-5.191-.211-.623-1.341-2.596-1.953-3.323-.617-.732-3.494-3.946-4.625-4.682-1.13-.722-1.556-2.492-1.747-2.799-.216-.311-.519-2.185-.519-2.185s-.715-1.35-.93-1.973c-.196-.618-.401-10.175-.303-10.492.107-.306-1.331-1.449-1.948-1.661-.626-.208.103-1.142 0-1.657-.108-.519-.827-1.152-.827-1.152S27.364 91.17 26.655 92"}),t.jsx("path",{fill:"#292929",d:"M11.78 96c0 46.136 38.065 84.836 84.225 84.836 45.905 0 84.21-38.952 84.21-84.836 0-46.146-38.305-84.836-84.21-84.836-46.16 0-84.225 38.69-84.225 84.836zM192 96c0 52.583-43.943 96-95.995 96C43.948 192 0 148.583 0 96 0 43.407 43.708 0 96.005 0 148.057 0 192 43.407 192 96z"}),t.jsxs("defs",{children:[t.jsxs("linearGradient",{id:"paint0_linear",x1:"117.572",x2:"117.572",y1:"323.149",y2:"57.367",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#fff"}),t.jsx("stop",{offset:"1",stopColor:"#626262"})]}),t.jsxs("linearGradient",{id:"paint1_linear",x1:"39.87",x2:"80.42",y1:"85.611",y2:"85.611",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#fff"}),t.jsx("stop",{offset:"1",stopColor:"#909191"})]}),t.jsxs("linearGradient",{id:"paint2_linear",x1:"81.096",x2:"81.096",y1:"117.762",y2:"201.184",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#fff"}),t.jsx("stop",{offset:"1",stopColor:"#909191"})]}),t.jsxs("linearGradient",{id:"paint3_linear",x1:"-25.794",x2:"208.447",y1:"204.974",y2:"204.974",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#fff"}),t.jsx("stop",{offset:"1",stopColor:"#626262"})]})]})]}),Ae=e=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"310",height:"101",fill:"none",viewBox:"0 0 310 101",...e,children:t.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M300.493 98.795h8.955L269.521 0l-40.072 98.795h8.985l12.113-29.765h37.804l12.142 29.765zm-15.443-38.06h-31.173l15.644-38.433 15.529 38.433zm-107.902 38.06h35.02V90.53h-26.38V5.426h-8.64v93.37zm-65.122 1.235c-25.985 0-47.905-21.957-47.905-47.933S86.041 4.22 112.026 4.22s47.905 21.928 47.905 47.904c0 25.976-21.948 47.905-47.905 47.905zm0-87.543c-21.351 0-39.376 18.14-39.376 39.638 0 21.499 18.025 39.61 39.376 39.61s39.376-18.14 39.376-39.61-18.025-39.638-39.376-39.638zm-57.8 86.337h9.5L38.122 52.15 62.521 5.426h-9.616L33.013 42.71 13.092 5.426H3.447L27.99 52.149 2.5 98.824h9.501l20.983-39.351 21.241 39.351z",clipRule:"evenodd"})}),xr=s(e=>t.jsx("svg",{viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M5.769 11.865h2.498M7.019 12v.5M5.768 10.268c0 .135.11.244.25.244h2-.006c.135 0 .25-.114.25-.25v-.424a4.29 4.29 0 003.244-4.083L11.5 5.75a4.377 4.377 0 00-4.503-4.248A4.369 4.369 0 002.5 5.745a4.288 4.288 0 003.248 4.078l.02.445z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}));xr.tags=["nps","net promoter score"];const br=s(e=>t.jsx("svg",{viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t.jsx("path",{d:"M10.575 10.738l3.18 1.03s.455.084.45.389c-.003.214-.138.458-.138.458l-1.344 1.938s-.24.201-.482.201-.52-.377-.52-.377l-1.7-2.864s-.192-.418.035-.648c.207-.211.519-.127.519-.127zm-.681-1.316c.162.279.612.198.612.198l3.173-.936s.433-.178.494-.414c.06-.237-.071-.523-.071-.523l-1.517-1.803s-.132-.228-.404-.25c-.301-.027-.486.34-.486.34L9.902 8.884c0-.001-.158.282-.008.54zm-1.5-1.11c.374-.093.434-.64.434-.64l-.025-4.56s-.057-.563-.307-.716c-.393-.24-.51-.115-.622-.098l-2.634.987s-.258.087-.393.304c-.192.308.195.759.195.759L7.78 8.116s.27.282.615.196zm-.65 1.845c.01-.352-.418-.563-.418-.563L4.494 8.15s-.42-.174-.624-.053c-.156.093-.294.262-.307.41L3.378 10.8s-.027.397.075.578c.144.256.62.078.62.078l3.306-.738c.128-.087.353-.095.365-.56zm.822 1.237c-.284-.147-.623.157-.623.157l-2.214 2.46s-.276.376-.206.607a.595.595 0 00.33.4l2.224.708s.27.056.474-.004c.29-.085.236-.542.236-.542l.05-3.33s-.011-.32-.27-.456z",fill:"#000"})}));br.tags=["logo","social media","review"];const yr=s(e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[t.jsx("rect",{width:"24",height:"24",rx:"12",fill:"#AA8FFF"}),t.jsx("path",{d:"M5.06927 14.711L5.48405 18.0887H20L19.5251 14.2204H12.7567L12.6979 13.7403L18.9314 9.38485L18.5153 6H3.99999L4.47487 9.86822H11.2544L11.3138 10.3516L5.06927 14.711Z",fill:"#1A0826"})]}));yr.tags=["payment","zip","bnpl"];const No={primary:"text-primary",secondary:"text-secondary",warning:"text-warning",success:"text-success",danger:"text-danger",caution:"text-caution",current:null},To={tiny:"w-4 h-4",small:"w-7 h-7",medium:"w-10 h-10",large:"w-14 h-14",current:"w-[1em] h-[1em]"},D1=({className:e,size:r="small",color:l="secondary",...i})=>n.default.createElement(st,{className:h.default("ui-spinner",e,To[r],No[l],"inline-block animate-spin"),...i});D1.propTypes={className:o.default.string,size:o.default.string,color:o.default.string};const jo={primary:"!bg-primary-light",secondary:"!bg-secondary-light",success:"!bg-success-light",warning:"!bg-warning-light",caution:"!bg-caution-light",danger:"!bg-danger-light"},re=({color:e="primary",isLoading:r,isSuccess:l,disabled:i=!1,className:c,variant:d="standard",children:u,...f})=>{const[w,p]=g.useState(!1);g.useEffect(()=>{if(l&&!r){p(!0);const x=setTimeout(()=>p(!1),3e3);return()=>clearTimeout(x)}r&&w&&p(!1)},[l,r]);const v=r||w;return n.default.createElement(l1,{color:e,disabled:v||i,variant:d,className:h.default(c,"relative",v&&jo[e]),...f},n.default.createElement("span",{className:h.default("absolute inset-0 flex items-center justify-center",v?"opacity-100":"opacity-0")},v&&n.default.createElement(z.Transition,{appear:!0,as:"span",show:v,enter:"transition-all duration-700",enterFrom:"opacity-0",enterTo:"opacity-100"},w&&n.default.createElement(xe,{size:"medium",color:"current",className:h.default("relative -top-0.25 text-white",{"text-black":d==="outline"})}),r&&!w&&n.default.createElement(D1,{size:"current",color:"current",className:"relative -top-0.25 text-white"}))),n.default.createElement("span",{className:h.default(v?"flex-shrink flex-grow opacity-0":"opacity-100")},u))};re.propTypes={...l1.propTypes,isLoading:o.default.bool,isSuccess:o.default.bool,variant:o.default.oneOf(Object.keys(S1)),disabled:o.default.bool};const zo={outline:{primary:"bg-primary-lighter border border-primary hover:bg-primary-light hover:border-primary-dark",secondary:"bg-secondary-light border border-secondary-light hover:bg-secondary-light hover:border-secondary",success:"bg-success-lightish border border-success hover:bg-success-light hover:border-success-dark",warning:"bg-warning-lightish border border-warning hover:bg-warning-light hover:border-warning-dark",caution:"bg-caution-lightish border border-caution hover:bg-caution-light hover:border-caution-dark",danger:"bg-danger-lightish border border-danger hover:bg-danger-light hover:border-danger-dark"}},Mr=({color:e="primary",variant:r="outline",isActive:l,className:i,...c})=>n.default.createElement(l1,{color:e,variant:r,className:h.default("text-black",i,l?zo[r][e]:`bg-white hover:bg-${e}-lighter hover:border-${e}`),...c});Mr.propTypes={...l1.propTypes,isActive:o.default.bool.isRequired};const Er={primary:"bg-primary-lighter text-primary-dark",secondary:"bg-secondary-lighter text-black",success:"bg-success-lightish text-success-darker",warning:"bg-warning-lightish text-warning-darker",caution:"bg-caution-lighter text-caution-dark",danger:"bg-danger-lightish text-danger-dark",problem:"bg-warning text-white",critical:"bg-danger text-white"},Ir={small:"px-2 py-0.75 h-5 text-sm leading-sm",medium:"px-3 py-1.5 h-7.5 text-base leading-base",large:"px-3.5 py-0.75 h-10 text-lg leading-lg"},Bo={small:"w-3 h-3",medium:"w-4 h-4",large:"w-5 h-5 mr-1.5"},He=({color:e="primary",size:r="small",icon:l,className:i,children:c,...d})=>n.default.createElement("span",{className:h.default("ui-badge","inline-flex items-center whitespace-nowrap rounded-full",Er[e],Ir[r],i),...d},l?g.cloneElement(l,{className:h.default("mr-1",Bo[r])}):null,c);He.propTypes={className:o.default.string,color:o.default.oneOf(Object.keys(Er)),size:o.default.oneOf(Object.keys(Ir)),icon:o.default.element,children:o.default.node.isRequired};const Ar={primary:"bg-primary-lighter text-black border border-primary",secondary:"bg-secondary-light text-gray-darker border border-secondary",success:"bg-success-lighter text-black border border-success",warning:"bg-warning-lighter text-black border border-warning",danger:"bg-danger-lighter text-black border border-danger",caution:"bg-caution-lighter text-black border border-caution"},Hr={small:"px-1 py-0.75 text-sm leading-3.5",medium:"px-2 py-1 text-base leading-3.5",large:"px-2 py-1.5 text-base leading-4"},Nr=({color:e="primary",size:r="small",onClose:l,className:i,children:c,...d})=>{const u=f=>{f.stopPropagation(),l==null||l()};return n.default.createElement("span",{className:h.default("ui-tag","inline-flex rounded",Ar[e],Hr[r],i),...d},c,l?n.default.createElement(k1,{size:"small",className:h.default("ui-tag-close ml-2 cursor-pointer leading-4 hover:text-gray-darker",r==="large"?"mt-0.5":"mt-0.25"),onClick:u}):null)};Nr.propTypes={color:o.default.oneOf(Object.keys(Ar)),size:o.default.oneOf(Object.keys(Hr)),onClose:o.default.func,className:o.default.string,children:o.default.node.isRequired};const Tr={primary:"bg-primary",secondary:"bg-secondary",success:"bg-success",warning:"bg-warning",danger:"bg-danger",caution:"bg-caution"},Vo={small:"h-1 w-1",medium:"h-1.5 w-1.5",large:"h-2 w-2",xlarge:"h-8 w-8"},L1=({color:e="primary",size:r="medium",className:l,...i})=>n.default.createElement("span",{className:h.default("ui-dot","inline-block rounded-full text-white",Tr[e],Vo[r],l),...i});L1.propTypes={className:o.default.string,color:o.default.oneOf(Object.keys(Tr))};const jr=({current:e,total:r})=>r<=1?null:n.default.createElement("div",{className:"w-full space-x-2 text-center"},V.range(0,r).map(l=>{const i=e<=0?0:e>=r?e-1:e,c=l===i?"primary":"secondary";return n.default.createElement(L1,{key:l,color:c,size:"medium"})}));jr.propTypes={total:o.default.number.isRequired,current:o.default.number.isRequired};const zr={primary:"bg-primary-lighter text-black",secondary:"bg-secondary-lighter text-black",success:"bg-success-lighter text-black",warning:"bg-warning-lighter text-black",danger:"bg-danger-lighter text-black",caution:"bg-caution-lighter text-black"},Ne=({className:e,color:r="primary",onClose:l,children:i,...c})=>n.default.createElement("div",{className:h.default("ui-alert flex items-start rounded px-3 py-3 text-base leading-4",zr[r],e),...c},n.default.createElement("span",{className:"ui-alert-content w-full leading-p1"},i),l?n.default.createElement("button",{type:"button",className:"ui-alert-close ml-3 cursor-pointer hover:text-gray-dark"},n.default.createElement(k1,{onClick:l})):null);Ne.propTypes={className:o.default.string,color:o.default.oneOf(Object.keys(zr)),onClose:o.default.func,children:o.default.node.isRequired};const Br=process.env.NODE_ENV!=="production",So=e=>{let r="N/A";const l=typeof e=="string"&&e.match(/\b\w/g);return l&&(r=l[0],l.length>1&&(r+=l[l.length-1])),r.toUpperCase()},Vr={tiny:"h-7 w-7 text-base",small:"h-10 w-10 text-base",medium:"h-12 w-12 text-md",large:"h-15 w-15 text-xl"},Te=({className:e,name:r,color:l="bg-primary-lighter",size:i="large",...c})=>{const d=h.default("ui-avatar","inline-flex items-center justify-center rounded-full text-black leading-none",Vr[i],l,e);return n.default.createElement("div",{title:r,className:d,...c},So(r))};Te.propTypes={className:o.default.string,color:o.default.string,name:o.default.string,size:o.default.oneOf(Object.keys(Vr))};const u1={MIN:64,MAX:200},n1={ICONS:"icons",TEXT:"text",ICONS_AND_TEXT:"iconsAndText"},H1={TEXT:140,ICONS_AND_TEXT:174},Do=1024,Fo=24,Oo=e=>e>=H1.ICONS_AND_TEXT?n1.ICONS_AND_TEXT:e>=H1.TEXT?n1.TEXT:n1.ICONS,Sr=e=>e===n1.ICONS?u1.MIN:e===n1.TEXT?H1.ICONS_AND_TEXT-1:u1.MAX,N1=(e,r,l)=>{if(e==null||typeof e=="string"&&e.trim()==="")return l;const i=Number(e);return Number.isFinite(i)?Math.min(Math.max(i,r),l):l},Wo=(e,r,l)=>{const c=[r,H1.TEXT,H1.ICONS_AND_TEXT,l].filter(u=>u>=r&&u<=l).filter(u=>Math.abs(u-e)<=Fo),d=c.length>0?c.sort((u,f)=>Math.abs(u-e)-Math.abs(f-e))[0]:e;return N1(d,r,l)},Po=({storedWidth:e,hasIntent:r,viewportWidth:l,minWidth:i,maxWidth:c,autoCollapseBelow:d})=>{const u=N1(e,i,c);return d!=null&&l<d&&!r?i:u},Dr=(e,r,l)=>N1(e??l,r,l),qo=({width:e,lastExpandedWidth:r,wasBelow:l,isBelow:i,hasIntentBelow:c,minWidth:d,maxWidth:u})=>i&&!l&&!c?{width:d,lastExpandedWidth:e>d?e:r}:!i&&l?{width:Dr(r,d,u),lastExpandedWidth:r}:{width:e,lastExpandedWidth:r},Uo=({width:e,lastExpandedWidth:r,minWidth:l,maxWidth:i})=>e>l?{width:l,lastExpandedWidth:e}:{width:Dr(r,l,i),lastExpandedWidth:r},Fr=e=>({variant:e,showIcons:e!==n1.TEXT,showText:e!==n1.ICONS,isCollapsed:e===n1.ICONS}),Or=g.createContext(Fr(n1.ICONS_AND_TEXT)),Wr=g.createContext(u1.MAX),oe=()=>g.useContext(Or),Zo=()=>g.useContext(Wr),je=({name:e,description:r,image:l,icon:i=n.default.createElement(A1,null),isResponsive:c,className:d,...u})=>{const{showText:f}=oe(),w=l??n.default.createElement(Te,{size:"tiny",name:e}),p=g.useRef(!1);return Br&&c!==void 0&&!p.current&&(p.current=!0,console.warn("UI Kit: Sidebar.Account no longer needs `isResponsive`; the sidebar's variant drives this. Remove the prop.")),n.default.createElement("button",{type:"button",className:h.default("ui-sidebar-account","flex h-12 w-full cursor-pointer items-center rounded px-4 py-3 hover:bg-gray-darker",f?"justify-start":"justify-center",d),...u},n.default.createElement("div",{className:"shrink-0"},w),f&&n.default.createElement("div",{className:"ml-2 min-w-0 text-left"},n.default.createElement("div",{className:"truncate text-base"},e),r&&n.default.createElement("div",{className:"truncate text-sm text-gray-dark"},r)),f&&n.default.createElement("span",{className:"ml-auto"},i))};je.displayName="Sidebar.Account",je.propTypes={name:o.default.string.isRequired,description:o.default.string,image:o.default.node,icon:o.default.node,isResponsive:o.default.bool,className:o.default.string};const ze=({icon:e,label:r,appearance:l="plain",className:i,...c})=>{const{showIcons:d,showText:u}=oe(),f=l==="solid";return n.default.createElement("button",{type:"button",className:h.default("ui-sidebar-button flex min-w-0 cursor-pointer items-center rounded",f?"mx-2 mb-4 bg-white py-1.5 text-base font-semibold text-gray-darker hover:bg-gray-lighter":"w-full py-2 hover:bg-gray-darker",u&&(f?"px-3":"px-4"),!u&&"justify-center px-2",i),"aria-label":u?void 0:r,...c},n.default.createElement("div",{className:h.default("shrink-0",f?"p-0.5":"p-1.5",!d&&"hidden")},n.default.createElement(e,{className:h.default("shrink-0",f?"h-5 w-5":"h-4 w-4")})),n.default.createElement("span",{className:h.default("min-w-0 truncate",!u&&"hidden",d&&(f?"ml-3":"ml-2"),f&&"whitespace-nowrap")},r))};ze.displayName="Sidebar.Button",ze.propTypes={icon:o.default.elementType.isRequired,label:o.default.string.isRequired,appearance:o.default.oneOf(["plain","solid"]),className:o.default.string};const Be=({children:e,...r})=>n.default.createElement("div",{className:"ui-sidebar-footer py-3",...r},n.default.createElement("div",{className:"mx-4 border-t border-secondary-darker pb-2"}),e);Be.displayName="Sidebar.Footer",Be.propTypes={children:o.default.node.isRequired};const Ve=({icon:e,label:r,className:l})=>n.default.createElement("p",{className:h.default("ml-4 flex items-center text-white",l)},n.default.createElement(e,{className:"mr-3 h-5 w-5"}),n.default.createElement("span",{className:"text-md font-bold"},r));Ve.displayName="Sidebar.Heading",Ve.propTypes={icon:o.default.func.isRequired,label:o.default.string.isRequired,className:o.default.string};const Se=({isActive:e=!1,icon:r,info:l,children:i,isSubMenuItem:c,align:d,classNames:u,className:f,...w})=>{const{showIcons:p,showText:v}=oe();return c?n.default.createElement("button",{type:"button",className:h.default("ui-sidebar-link","flex w-full items-center justify-start rounded px-6 py-2 leading-none transition-colors",e?"bg-primary text-white hover:bg-primary-dark":"text-gray hover:bg-gray-darker",f),...w},n.default.createElement(L1,{className:h.default("mr-3 shrink-0",e?"bg-white":"bg-gray")}),n.default.createElement("span",{className:h.default("px-1 text-left",u==null?void 0:u.text)},i)):n.default.createElement("button",{type:"button",className:h.default("ui-sidebar-link","flex h-10 w-full items-center rounded leading-none transition-colors","py-3",v?"justify-start":"justify-center px-2",v&&(p?"px-6":"px-3"),e?"bg-primary text-white hover:bg-primary-dark":"text-gray hover:bg-gray-darker",f),...w},n.default.createElement("div",{className:h.default("shrink-0",!p&&"hidden")},r&&n.default.createElement(r,{className:h.default("h-5 w-5 shrink-0",p&&v&&"mr-3")})),n.default.createElement("span",{className:h.default("min-w-0 truncate px-1 leading-5",!v&&"hidden",d==="left"&&"text-left",u==null?void 0:u.text)},i),l??n.default.createElement(A1,{className:h.default("ml-auto h-3 w-3 shrink-0",!v&&"hidden")}))};Se.displayName="Sidebar.Link",Se.propTypes={align:o.default.oneOf(["center","left","right"]),isActive:o.default.bool,icon:o.default.func,info:o.default.node,children:o.default.node.isRequired,isSubMenuItem:o.default.bool,className:o.default.string,classNames:o.default.shape({text:o.default.string})};const De=({className:e})=>n.default.createElement("hr",{className:h.default("mx-3 my-4 border-gray-lighter/20",e)});De.displayName="Sidebar.Separator",De.propTypes={className:o.default.string};const Yo={main:"_main_1bcuo_1"},_o=typeof window>"u"?void 0:window.document.body,Go=24,Ko=75,Qo=[150,100],Xo=[200,0],ne=new Set,Pr=e=>{for(const r of ne)r!==e&&r.hide()},Fe=()=>Pr(null),Oe=({children:e,content:r,onShow:l,onHidden:i,onDestroy:c,...d})=>{const u=p=>(Pr(p),ne.add(p),l==null?void 0:l(p)),f=p=>{ne.delete(p),i==null||i(p)},w=p=>{ne.delete(p),c==null||c(p)};return n.default.createElement($1.default,{interactive:!0,arrow:!1,trigger:"mouseenter",hideOnClick:"toggle",appendTo:_o,placement:"right",offset:[0,4],interactiveBorder:Go,interactiveDebounce:Ko,delay:Qo,duration:Xo,content:r,className:h.default("ui-sidebar-menu",Yo.main,"!rounded-none bg-black bg-opacity-90 p-2 backdrop-blur-sm backdrop-filter"),onShow:u,onHidden:f,onDestroy:w,...d},n.default.createElement("span",{className:"block"},e))};Oe.displayName="Sidebar.Menu",Oe.propTypes={children:o.default.node.isRequired,content:o.default.node.isRequired,onShow:o.default.func,onHidden:o.default.func,onDestroy:o.default.func};const ae=({className:e,...r})=>n.default.createElement("span",{className:h.default("ui-counter","inline-flex items-center justify-center rounded-full bg-danger-dark px-2 py-1 font-semibold leading-none text-white",e),...r});ae.propTypes={className:o.default.string};const F1=typeof window>"u"?!1:window.navigator.userAgent.includes("Macintosh"),We=()=>{if(typeof window>"u"||!window.navigator)return!1;const e=window.navigator.userAgent,r=!!/ipad/i.test(e)||!!/iphone/i.test(e),l=!!/webkit/i.test(e),i=!!/macintosh/i.test(e)&&navigator.maxTouchPoints>1;return r&&l||i},qr=()=>{const[e,r]=g.useState(0);return g.useEffect(()=>{const l=()=>{r(window.innerHeight)};return l(),window.addEventListener("orientationchange",l),()=>{window.removeEventListener("orientationchange",l)}},[]),e},Jo={small:"w-72",medium:"w-85",large:"w-110",xl:"w-200","2xl":"w-screen md:max-w-screen-md 2xl:max-w-screen-lg"},O1=g.forwardRef(({isOpen:e=!1,title:r,size:l="medium",content:i,sideIndent:c=0,onClose:d,classNames:u={},position:f="right"},w)=>{const p=qr(),v=We();return n.default.createElement(z.Transition.Root,{ref:w,show:e,as:g.Fragment},n.default.createElement(z.Dialog,{as:"div",className:h.default("ui-drawer fixed inset-0 z-10 overflow-hidden",u.dialog),open:e,onClose:d},n.default.createElement("div",{className:h.default("flex",v?`h-[${p}px] max-h-[${p}px] w-full`:"h-screen w-full")},n.default.createElement(z.Transition.Child,{as:g.Fragment,enter:"ease-in-out duration-500",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in-out duration-500",leaveFrom:"opacity-100",leaveTo:"opacity-0"},n.default.createElement(z.Dialog.Overlay,{className:h.default("absolute inset-0 bg-black bg-opacity-80 transition-opacity",u.overlay)})),n.default.createElement("div",{style:{[f==="right"?"right":"left"]:`${c??0}px`},className:h.default("fixed inset-y-0 flex max-w-full",u.dialogContent)},n.default.createElement(z.Transition.Child,{as:g.Fragment,enter:"transform transition ease-in-out duration-500 sm:duration-700",enterFrom:f==="right"?"translate-x-full":"-translate-x-full",enterTo:"translate-x-0",leave:"transform transition ease-out-in duration-500 sm:duration-700",leaveFrom:"translate-x-0",leaveTo:f==="right"?"translate-x-full":"-translate-x-full"},n.default.createElement("div",{className:"flex"},f==="right"?n.default.createElement(Ur,{onClose:d}):null,n.default.createElement("div",{className:h.default("flex h-full w-full flex-col overflow-y-auto bg-white px-4 py-8 shadow-xl sm:px-6",Jo[l],u.children)},n.default.createElement("div",{className:"w-full"},n.default.createElement(z.Dialog.Title,null,r)),n.default.createElement("div",{className:h.default("relative mt-3 flex-1",u.content)},i)),f==="left"?n.default.createElement(Ur,{onClose:d}):null))))))}),Ur=({onClose:e})=>n.default.createElement(l1,{size:"small",variant:"link",className:h.default("m-2.5 inline-flex !h-10 !w-10 items-center justify-center !rounded-full bg-white !px-1.5 !text-black"),onClick:e},n.default.createElement(k1,{size:"medium"}));O1.propTypes={isOpen:o.default.bool.isRequired,title:o.default.oneOfType([o.default.arrayOf(o.default.node),o.default.node]),content:o.default.oneOfType([o.default.arrayOf(o.default.node),o.default.node]).isRequired,onClose:o.default.func.isRequired,classNames:o.default.object,position:o.default.string,sideIndent:o.default.number},O1.defaultProps={title:"",classNames:{},position:"right",sideIndent:0};const $o={background:"linear-gradient(138.65deg, #583DFF 19.59%, #F849C7 62.96%, #FFC03D 97.07%)"},Zr=e=>{const r=e?"30px":"48px";return{minWidth:r,width:r,minHeight:"20px",height:"20px",display:"inline-flex",justifyContent:"center",alignItems:"center"}},Pe=({notifications:e,isCollapsed:r,width:l,isLeftDrawerOpen:i,isRightDrawerOpen:c,onDrawerStateChange:d})=>{const{announcements:u,notices:f}=e??{};if(!u&&!f)return null;const w=(f==null?void 0:f.count)>0;return n.default.createElement(n.default.Fragment,null,n.default.createElement("div",{className:h.default("sticky top-0 z-50 flex w-full gap-2 bg-black p-2",r?"flex-col justify-center":"justify-between")},u&&n.default.createElement("div",{className:h.default("cursor-pointer text-center",u.hide&&"hidden")},n.default.createElement(ae,{style:{...$o,...Zr(r)},onClick:()=>d==null?void 0:d("left")},n.default.createElement(T0,{className:h.default(r&&"hidden")}),u.count)),f&&n.default.createElement("div",{className:h.default("cursor-pointer text-center",!w&&"hidden")},n.default.createElement(ae,{className:"text-sm",style:Zr(r),onClick:()=>d==null?void 0:d("right")},n.default.createElement(Ce,{className:h.default(r&&"hidden")}),f.count))),u&&n.default.createElement(O1,{isOpen:i,sideIndent:l,position:"left",size:"xl",title:u.title,content:u.content,onClose:p=>!!p&&(d==null?void 0:d("left"))}),f&&n.default.createElement(O1,{isOpen:c,sideIndent:l,position:"left",size:"xl",title:f.title,content:f.content,onClose:p=>!!p&&(d==null?void 0:d("right"))}))};Pe.displayName="Sidebar.Notifications";const Yr={count:o.default.number,content:o.default.node,title:o.default.string,onClose:o.default.func},Ro=o.default.shape(Yr),e5=o.default.shape({...Yr,hide:o.default.bool});Pe.propTypes={notifications:o.default.shape({announcements:e5,notices:Ro}),isCollapsed:o.default.bool,width:o.default.number.isRequired,isLeftDrawerOpen:o.default.bool,isRightDrawerOpen:o.default.bool,onDrawerStateChange:o.default.func};const t5={},r5=1280,o5=100,W1=typeof window>"u",P1=e=>e?{width:e,preferred:`${e}:preferred`,intent:`${e}:intent`}:null,qe=e=>{if(W1)return null;try{return window.localStorage.getItem(e)}catch{return null}},le=(e,r)=>{if(!W1)try{window.localStorage.setItem(e,r)}catch{}},_r=e=>{const r=P1(e);return!!r&&qe(r.intent)==="1"},n5=({storageKey:e,minWidth:r,maxWidth:l,variant:i,isCollapsedProperty:c,autoCollapseBelow:d,cssVariableTarget:u,onSidebarResize:f,onVariantChange:w,onCollapsedChange:p})=>{const v=u===void 0?W1?void 0:document.documentElement:u,x=Math.min(l,Sr(i??(c?n1.ICONS:n1.ICONS_AND_TEXT))),A=Math.min(l,Sr(i??n1.ICONS_AND_TEXT)),H=()=>{if(!e)return null;const M=P1(e);return qe(M.preferred)??qe(M.width)},[N,b]=g.useState(()=>{const M=Po({storedWidth:H(),hasIntent:_r(e),viewportWidth:W1?r5:window.innerWidth,minWidth:r,maxWidth:x,autoCollapseBelow:d});return e&&le(P1(e).width,String(M)),M}),[j,S]=g.useState(()=>{const M=N1(H(),r,x);return M>r?M:null}),F=g.useRef(!W1&&window.innerWidth<(d??0)),L=g.useRef(_r(e)),_=Oo(N),Z=N<=r,r1=Y.useMemoizedFn(()=>{const M=window.innerWidth<d,J=qo({width:N,lastExpandedWidth:j,wasBelow:F.current,isBelow:M,hasIntentBelow:L.current,minWidth:r,maxWidth:x});F.current=M,!(J.width===N&&J.lastExpandedWidth===j)&&(b(J.width),S(J.lastExpandedWidth))});Y.useEventListener("resize",r1,{enable:d!=null});const K=Y.useMemoizedFn(M=>f==null?void 0:f(M)),q=Y.useMemoizedFn(M=>w==null?void 0:w(M)),e1=Y.useMemoizedFn(M=>p==null?void 0:p(M));Y.useIsomorphicLayoutEffect(()=>{v&&v.style.setProperty("--ui-sidebar-width",`${N}px`)},[N,v]);const I=g.useRef(null),B=Y.useMemoizedFn(M=>{I.current!==M&&(I.current=M,e&&le(P1(e).width,String(M)),K(String(M)))}),{run:y,flush:D}=Y.useThrottleFn(B,{wait:o5});g.useEffect(()=>{y(N)},[N,y]),g.useEffect(()=>{q(_)},[_,q]),Y.useUpdateEffect(()=>{e1(Z)},[Z,e1]);const O=Y.useLatest({width:N,lastExpandedWidth:j,isWidthCollapsed:Z,minWidth:r,uncollapsedMaxWidth:A});Y.useUpdateEffect(()=>{const M=O.current;if(c===M.isWidthCollapsed)return;const J=Uo({width:M.width,lastExpandedWidth:M.lastExpandedWidth,minWidth:M.minWidth,maxWidth:M.uncollapsedMaxWidth});b(J.width),S(J.lastExpandedWidth)},[c,O]);const $=g.useMemo(()=>Fr(_),[_]),s1=Y.useMemoizedFn(M=>{if(window.innerWidth<(d??0)&&(L.current=!0),!e)return;const J=P1(e);le(J.intent,"1"),le(J.preferred,String(M))}),i1=Y.useMemoizedFn(M=>{s1(M),M!==N&&(b(M),y(M),D())});return{width:N,setWidth:b,commitWidth:i1,variantValue:$,effectiveMaxWidth:x,resolvedCssVariableTarget:v}},a5=8,l5=32,Ue=new Set,Gr=(e,r,l)=>{const i=e[r];return i===void 0?null:typeof i!="number"||i<u1.MIN||i>u1.MAX?new Error(`UI Kit: ${l} \`${r}\` must be a number between ${u1.MIN} and ${u1.MAX}.`):null},h1=g.forwardRef(({logo:e,children:r,className:l,footer:i,notifications:c,isFixed:d=!0,onLogoClick:u,isLeftDrawerOpen:f,isRightDrawerOpen:w,handleDrawerStateChange:p,onSidebarResize:v,variant:x,isCollapsed:A,minWidth:H=u1.MIN,maxWidth:N=u1.MAX,autoCollapseBelow:b=Do,storageKey:j="sidebarWidth",cssVariableTarget:S,onCollapsedChange:F,onVariantChange:L},_)=>{const Z=g.useRef(!1);Br&&(x!==void 0&&A!==void 0)&&!Z.current&&(Z.current=!0,console.warn("UI Kit: Sidebar received both `variant` and `isCollapsed`; `variant` wins."));const K=A??!1,{width:q,setWidth:e1,commitWidth:I,variantValue:B,effectiveMaxWidth:y,resolvedCssVariableTarget:D}=n5({storageKey:j,minWidth:H,maxWidth:N,variant:x,isCollapsedProperty:K,autoCollapseBelow:b,cssVariableTarget:S,onSidebarResize:v,onVariantChange:L,onCollapsedChange:F}),O=g.useRef(null);Y.useMount(()=>{D&&(Ue.has(D)&&console.warn("UI Kit: Multiple Sidebars share the same `cssVariableTarget`; each write overwrites the others."),Ue.add(D),O.current=D)}),Y.useUnmount(()=>{O.current&&(Ue.delete(O.current),O.current=null)});const[$,s1]=g.useState(!1),[i1,M]=g.useState(!1),J=g.useRef(0),X1=Y.useMemoizedFn(U=>{var o1;U.preventDefault(),Fe(),U.currentTarget.setPointerCapture(U.pointerId),J.current=((o1=U.currentTarget.parentElement)==null?void 0:o1.getBoundingClientRect().left)??0,M(!0)}),J1=Y.useMemoizedFn(U=>{i1&&e1(N1(U.clientX-J.current,H,y))}),g1=Y.useMemoizedFn(U=>{var o1,W;(W=(o1=U.currentTarget).hasPointerCapture)!=null&&W.call(o1,U.pointerId)&&U.currentTarget.releasePointerCapture(U.pointerId),M(!1),I(Wo(q,H,y))}),B1=Y.useMemoizedFn(U=>{const o1=U.shiftKey?l5:a5,W={ArrowLeft:-o1,ArrowRight:o1};let t1;if(U.key==="Home")t1=H;else if(U.key==="End")t1=y;else if(W[U.key]!==void 0)t1=N1(q+W[U.key],H,y);else return;U.preventDefault(),Fe(),I(t1)}),M1=Y.useMemoizedFn(()=>{Fe(),I(y)});return n.default.createElement(Or.Provider,{value:B},n.default.createElement(Wr.Provider,{value:q},n.default.createElement("div",{ref:_,className:h.default(t5,"ui-sidebar",d?"fixed":"relative","z-20 flex h-full flex-col border-r-4 border-black bg-black px-1 py-2 text-white transition-all duration-300",($||i1)&&"box-border !border-r-4 !border-yellow",i1&&"!transition-none",l),style:{width:`${q}px`}},n.default.createElement("div",{role:"separator","aria-orientation":"vertical","aria-label":"Resize sidebar","aria-valuenow":q,"aria-valuemin":H,"aria-valuemax":y,tabIndex:0,className:"absolute -right-3 bottom-0 top-0 z-10 w-6 cursor-ew-resize",onPointerDown:X1,onPointerMove:J1,onPointerUp:g1,onPointerCancel:g1,onKeyDown:B1,onDoubleClick:M1,onMouseEnter:()=>s1(!0),onMouseLeave:()=>s1(!1)}),n.default.createElement(Pe,{notifications:c,isCollapsed:B.isCollapsed,width:q,isLeftDrawerOpen:f,isRightDrawerOpen:w,onDrawerStateChange:p}),n.default.createElement("div",{className:"shrink-0 pb-2 text-center"},e??n.default.createElement(Ae,{className:h.default("inline-block h-12 w-12",B.showText&&"h-30 w-30",u&&"cursor-pointer transition-opacity hover:opacity-80"),onClick:u})),n.default.createElement("div",{className:"min-h-0 flex-grow space-y-2 overflow-y-auto"},r),n.default.createElement("div",{className:"sticky bottom-0 bg-black"},i))))});h1.displayName="Sidebar",h1.propTypes={logo:o.default.node,children:o.default.node.isRequired,className:o.default.string,footer:o.default.element,isFixed:o.default.bool,onLogoClick:o.default.func,isLeftDrawerOpen:o.default.bool,isRightDrawerOpen:o.default.bool,handleDrawerStateChange:o.default.func,onSidebarResize:o.default.func,variant:o.default.oneOf(["icons","text","iconsAndText"]),minWidth:Gr,maxWidth:Gr,isCollapsed:o.default.bool,onCollapsedChange:o.default.func,onVariantChange:o.default.func,autoCollapseBelow:o.default.number,storageKey:o.default.string,cssVariableTarget:o.default.object,notifications:o.default.shape({announcements:o.default.shape({count:o.default.number,content:o.default.node,title:o.default.string,hide:o.default.bool,onClose:o.default.func}),notices:o.default.shape({count:o.default.number,content:o.default.node,title:o.default.string,onClose:o.default.func})})},h1.Account=je,h1.Button=ze,h1.Footer=Be,h1.Link=Se,h1.Separator=De,h1.Menu=Oe,h1.Heading=Ve;const K5="",T1=({children:e,className:r,content:l,...i})=>n.default.createElement($1.default,{content:l,...i,className:"ui-tooltip text-white",plugins:[C0.followCursor]},n.default.createElement("span",{className:r},e));T1.propTypes={content:o.default.node.isRequired,children:o.default.node.isRequired,className:o.default.string};const Q5="",s5=(e,r)=>g.Children.toArray(e).filter(l=>l.type===r),i5={main:"_main_jm0tk_1"},Kr={},a1=({isLazy:e=!0,skidding:r=0,distance:l=10,className:i,children:c,...d})=>{const u=s5(c,a1.Content),f=g.Children.toArray(c).filter(p=>p.type!==a1.Content),w=e?c5:$1.default;return n.default.createElement(w,{interactive:!0,zIndex:50,content:u,className:h.default("ui-popover",Kr,i5.main,"!rounded-lg !border-gray-light shadow-xl",i),plugins:[C0.followCursor],offset:[r??0,l??10],...d},n.default.createElement("span",null,f))};a1.propTypes={isLazy:o.default.bool,className:o.default.string,skidding:o.default.number,distance:o.default.number,children:o.default.node.isRequired};const Ze=({className:e,children:r})=>n.default.createElement("div",{className:h.default("ui-popover-content",e)},r);Ze.displayName="Popover.Content",Ze.propTypes={className:o.default.string,children:o.default.node.isRequired},a1.Content=Ze;const c5=n.default.forwardRef((e,r)=>{const[l,i]=g.useState(!1),c={fn:()=>({onMount:()=>i(!0),onHidden:()=>i(!1)})},d={...e};return d.plugins=[c,...e.plugins||[]],e.render?d.render=(...u)=>l?e.render(...u):"":d.content=l?e.content:"",n.default.createElement($1.default,{...d,ref:r})}),q1=({placement:e="bottom",className:r,children:l,...i})=>{const c=g.Children.toArray(l),d=c.filter(p=>p.type!==q1.Item),u=c.length-d.length,f=c.map((p,v)=>p.type===q1.Item?n.default.cloneElement(p,{position:v,total:u}):null),w=n.default.createElement(a1.Content,{className:h.default(Kr,"ui-popover-list-content divide-y divide-solid divide-gray-lighter p-0 ")},f);return n.default.createElement(a1,{content:w,placement:e,className:h.default("ui-popover-list","w-40",r),...i},d)};q1.propTypes={placement:o.default.string,className:o.default.string,children:o.default.node.isRequired};const Ye=({name:e,isActive:r=!1,id:l=null,position:i,total:c,children:d,className:u,onClickItem:f,...w})=>{const p=v=>f(v,e,l);return n.default.createElement("div",{name:e,className:h.default("ui-popover-list-item","flex cursor-pointer space-x-2.5 p-4 align-text-top font-semibold leading-4 tracking-tightest hover:bg-gray-lighter",r?"bg-gray-lighter":null,i===1?"rounded-t-lg":null,i===c?"rounded-b-lg":null,u),onClick:p,...w},d)};Ye.displayName="PopoverList.Item",Ye.propTypes={position:o.default.number,total:o.default.number,name:o.default.string.isRequired,isActive:o.default.bool,id:o.default.string,children:o.default.node.isRequired,className:o.default.string,onClickItem:o.default.func.isRequired},q1.Item=Ye;const Qr={small:"max-w-100",medium:"max-w-125",large:"max-w-150",huge:"max-w-200"},Xr={center:"inline-block",topLeft:"absolute m-4 top-0 left-0",topRight:"absolute m-4 top-0 right-0",bottomLeft:"absolute m-4 bottom-0 left-0",bottomRight:"absolute m-4 bottom-0 right-0"},se={center:{enterFrom:"translate-y-4 sm:translate-y-0 sm:scale-95",enterTo:"translate-y-0 sm:scale-100",leaveFrom:"translate-y-0 sm:scale-100",leaveTo:"translate-y-4 sm:translate-y-0 sm:scale-95"},topLeft:{enterFrom:"scale-0 origin-top-left",enterTo:"scale-100 origin-top-left",leaveFrom:"scale-100 origin-top-left",leaveTo:"scale-0 origin-top-left"},topRight:{enterFrom:"scale-0 origin-top-right",enterTo:"scale-100 origin-top-right",leaveFrom:"scale-100 origin-top-right",leaveTo:"scale-0 origin-top-right"},bottomLeft:{enterFrom:"scale-0 origin-bottom-left",enterTo:"scale-100 origin-bottom-left",leaveFrom:"scale-100 origin-bottom-left",leaveTo:"scale-0 origin-bottom-left"},bottomRight:{enterFrom:"scale-0 origin-bottom-right",enterTo:"scale-100 origin-bottom-right",leaveFrom:"scale-100 origin-bottom-right",leaveTo:"scale-0 origin-bottom-right"}},U1=({size:e="medium",position:r="center",isOpen:l=!1,shouldCloseOnOutsideClick:i=!1,onClose:c,children:d,className:u})=>{const f=()=>{i&&c()};return n.default.createElement(z.Transition,{appear:!0,show:l,as:g.Fragment},n.default.createElement(z.Dialog,{as:"div",className:"ui-modal fixed inset-0 z-30 overflow-y-auto",onClose:f},n.default.createElement("div",{className:"min-h-screen px-4 text-center"},n.default.createElement(z.Transition.Child,{as:g.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},n.default.createElement(z.Dialog.Overlay,{className:"ui-modal-overlay fixed inset-0 bg-black bg-opacity-80 transition-opacity"})),r==="center"&&n.default.createElement("span",{className:"inline-block h-screen align-middle","aria-hidden":"true"},""),n.default.createElement(z.Transition.Child,{as:g.Fragment,enter:h.default("ease-out duration-300"),enterFrom:h.default("opacity-0",se[r].enterFrom),enterTo:h.default("opacity-100",se[r].enterTo),leave:h.default("ease-in duration-300"),leaveFrom:h.default("opacity-100",se[r].leaveFrom),leaveTo:h.default("opacity-0",se[r].leaveTo)},n.default.createElement("div",{className:h.default(u,Qr[e],Xr[r],"w-full transform overflow-hidden rounded-lg bg-white p-10 text-left align-middle shadow-xl transition-all")},c?n.default.createElement("button",{type:"button",className:"absolute right-0 top-0 m-4 hidden p-2 text-black hover:text-gray-darker sm:block",onClick:()=>c()},n.default.createElement(k1,null)):null,d)))))};U1.propTypes={size:o.default.oneOf(Object.keys(Qr)),position:o.default.oneOf(Object.keys(Xr)),isOpen:o.default.bool.isRequired,shouldCloseOnOutsideClick:o.default.bool,onClose:o.default.func.isRequired,children:o.default.node.isRequired,className:o.default.string};const _e=({children:e,description:r,className:l,...i})=>n.default.createElement(z.Dialog.Title,{as:"div",className:h.default(l,"ui-modal-header text-center"),...i},n.default.createElement("h3",{className:"text-2xl font-semibold leading-6 text-black"},e),r?n.default.createElement("p",{className:"mt-2 text-base font-normal leading-normal text-gray-darker"},r):null);_e.propTypes={children:o.default.node.isRequired,description:o.default.string,className:o.default.string},_e.displayName="Modal.Header",U1.Header=_e;const Ge=({className:e,...r})=>n.default.createElement("div",{className:h.default(e,"ui-modal-body mt-10"),...r});Ge.propTypes={className:o.default.string},Ge.displayName="Modal.Body",U1.Body=Ge;const Ke=({className:e,...r})=>n.default.createElement("div",{className:h.default(e,"ui-modal-footer mt-10 space-x-4 text-right"),...r});Ke.propTypes={className:o.default.string},Ke.displayName="Modal.Footer",U1.Footer=Ke;const Z1=({isOpen:e=!1,shouldCloseOnOutsideClick:r=!1,onClose:l,children:i,className:c})=>{const d=qr(),u=We(),f=()=>{r&&l()},w=u&&d?{maxHeight:`${Math.round(d*.9)}px`}:void 0;return n.default.createElement(z.Transition,{appear:!0,show:e,as:g.Fragment},n.default.createElement(z.Dialog,{as:"div",className:"ui-bottom-sheet fixed inset-0 z-30",onClose:V.noop},n.default.createElement(z.Transition.Child,{as:g.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},n.default.createElement("div",{className:"ui-bottom-sheet-overlay fixed inset-0 bg-black bg-opacity-80 transition-opacity","aria-hidden":"true",onClick:f})),n.default.createElement(z.Transition.Child,{as:g.Fragment,enter:"transform transition ease-out duration-300",enterFrom:"translate-y-full",enterTo:"translate-y-0",leave:"transform transition ease-in duration-200",leaveFrom:"translate-y-0",leaveTo:"translate-y-full"},n.default.createElement("div",{style:w,className:h.default(c,"ui-bottom-sheet-panel fixed inset-x-0 bottom-0 flex max-h-[90dvh] w-full flex-col rounded-t-2xl bg-white px-6 pb-8 pt-6 text-left shadow-xl")},n.default.createElement("button",{type:"button","aria-label":"Close",className:"absolute right-4 top-4 z-10 p-1 text-black hover:text-gray-darker",onClick:()=>l()},n.default.createElement(k1,null)),i))))};Z1.propTypes={isOpen:o.default.bool.isRequired,shouldCloseOnOutsideClick:o.default.bool,onClose:o.default.func.isRequired,children:o.default.node.isRequired,className:o.default.string};const Qe=({children:e,description:r,className:l,...i})=>n.default.createElement(z.Dialog.Title,{as:"div",className:h.default(l,"ui-bottom-sheet-header shrink-0 px-8 text-center"),...i},n.default.createElement("h3",{className:"text-2xl font-semibold leading-6 text-black"},e),r?n.default.createElement("p",{className:"mt-2 text-base font-normal leading-normal text-gray-darker"},r):null);Qe.propTypes={children:o.default.node.isRequired,description:o.default.string,className:o.default.string},Qe.displayName="BottomSheet.Header",Z1.Header=Qe;const Xe=({className:e,...r})=>n.default.createElement("div",{className:h.default(e,"ui-bottom-sheet-body mt-6 min-h-0 overflow-y-auto"),...r});Xe.propTypes={className:o.default.string},Xe.displayName="BottomSheet.Body",Z1.Body=Xe;const Je=({className:e,...r})=>n.default.createElement("div",{className:h.default(e,"ui-bottom-sheet-footer mt-6 flex shrink-0 gap-3 [&>*]:flex-1"),...r});Je.propTypes={className:o.default.string},Je.displayName="BottomSheet.Footer",Z1.Footer=Je;const Q=({className:e,...r})=>n.default.createElement("div",{className:"ui-table flex flex-col"},n.default.createElement("div",{className:"-my-2 overflow-x-auto"},n.default.createElement("div",{className:"inline-block min-w-full py-2 align-middle"},n.default.createElement("div",{className:"overflow-hidden border-b border-gray-lighter sm:rounded-lg"},n.default.createElement("table",{className:h.default(e,"min-w-full divide-y border border-gray-lighter"),...r})))));Q.propTypes={className:o.default.string},Q.Head=({className:e,...r})=>n.default.createElement("thead",{className:h.default("ui-table-head","bg-gray-lighter",e),...r}),Q.Head.displayName="Table.Head",Q.Head.propTypes={className:o.default.string},Q.Header=({className:e,...r})=>n.default.createElement("th",{className:h.default("ui-table-header","px-4 py-2 text-left text-base font-bold",e),...r}),Q.Header.displayName="Table.Header",Q.Header.propTypes={className:o.default.string},Q.Body=({className:e,isStriped:r=!1,children:l,...i})=>n.default.createElement("tbody",{className:h.default("ui-table-body","border-none",e),...i},g.Children.map(l,c=>c&&g.cloneElement(c,{isStriped:r}))),Q.Body.displayName="Table.Body",Q.Body.propTypes={className:o.default.string,children:o.default.node.isRequired,isStriped:o.default.bool},Q.Row=({isStriped:e=!1,className:r,...l})=>n.default.createElement("tr",{className:h.default("ui-table-row",e&&"even:bg-gray-lighter",r),...l}),Q.Row.displayName="Table.Row",Q.Row.propTypes={isStriped:o.default.bool,className:o.default.string},Q.Cell=({className:e,...r})=>n.default.createElement("td",{className:h.default("ui-table-cell","whitespace-nowrap px-4 py-2 text-base text-gray-darker",e),...r}),Q.Cell.displayName="Table.Cell",Q.Cell.propTypes={className:o.default.string};const d5=({className:e,value:r,onSave:l,...i})=>{const[c,d]=g.useState(!1),[u,f]=g.useState(r),w=g.useRef(null),p=g.useRef(null),[v,x]=g.useState("auto"),A=async()=>{d(!1),u!==r&&l(u)},H=()=>{c||d(!0)},N=b=>{f(b.target.value),b.target.style.height="auto",b.target.style.height=`${b.target.scrollHeight}px`};return g.useEffect(()=>{if(c){requestAnimationFrame(()=>{var b;(b=p.current)==null||b.focus()});return}w.current&&x(`${w.current.scrollHeight*1.07}px`)},[c]),n.default.createElement("td",{className:h.default("ui-table-cell","whitespace-nowrap px-4 py-2 text-base text-gray-darker",{"bg-gray-hover":c},e),onClick:H,...i},c?n.default.createElement("textarea",{ref:p,value:u,style:{height:v},className:"h-auto w-full rounded border-none p-1 focus:outline-0 focus:!ring-gray-light",onChange:N,onBlur:A}):n.default.createElement("div",{ref:w,className:"cursor-text whitespace-pre-wrap"},u||n.default.createElement("span",{className:"text-gray"},"Not Available")))};Q.EditableCell=d5,Q.EditableCell.displayName="Table.EditableCell",Q.EditableCell.propTypes={className:o.default.string,value:o.default.string.isRequired,onSave:o.default.func.isRequired};const $e={small:"px-2 py-1.5 text-sm",medium:"py-3 px-2.5 text-base",large:"px-4 py-3.5 text-lg"},Re=({size:e,value:r,isCollapsed:l=!1,onChange:i,className:c,children:d,...u})=>n.default.createElement("span",{className:h.default("ui-button-group","inline-flex whitespace-nowrap",c),...u},g.Children.map(d,(f,w)=>{const p={size:e};if(!f.props.isHidden)return r!==void 0&&(p.isActive=r===w),l&&r>=0&&r!==w&&(p.shouldShowText=!1),i&&(p.onClick=()=>i(w)),g.cloneElement(f,p)}));Re.propTypes={className:o.default.string,size:o.default.oneOf(Object.keys($e)).isRequired,value:o.default.number.isRequired,isCollapsed:o.default.bool,onChange:o.default.func.isRequired,children:o.default.node.isRequired};const e0=({as:e="button",isActive:r,shouldShowText:l=!0,isHidden:i=!1,size:c="medium",icon:d,iconPlacement:u="left",className:f,children:w,...p})=>{const v=h.default("ui-button-group-button","inline-flex border-t border-l border-b last:border-r first:rounded-l-md last:rounded-r-md transition-colors focus:ring disabled:opacity-60 focus:z-10 leading-none",$e[c],r?"bg-primary border-primary text-white hover:bg-primary-dark":"border-gray-light hover:bg-gray-lighter text-gray-darker",f);return n.default.createElement(e,{className:v,...p},d&&u==="left"?n.default.createElement("span",{className:"mr-2 flex-shrink-0"},d):null,l?w:d?null:w,d&&u==="right"?n.default.createElement("span",{className:"ml-2 flex-shrink-0"},d):null)};e0.displayName="ButtonGroup.Button",e0.propTypes={as:o.default.oneOfType([o.default.string,o.default.elementType]),isActive:o.default.bool,shouldShowText:o.default.bool,isHidden:o.default.bool,size:o.default.oneOf(Object.keys($e)),icon:o.default.element,iconPlacement:o.default.oneOf(["left","right"]),className:o.default.string,children:o.default.node.isRequired},Re.Button=e0;const Jr={small:"w-10 h-10",medium:"w-16 h-16",large:"w-20 h-20"},Y1=({className:e,size:r="small",...l})=>n.default.createElement("img",{className:h.default("ui-logo",e,"inline-block rounded object-cover",Jr[r]),...l});Y1.sizes=Jr,Y1.propTypes={className:o.default.string,src:o.default.string.isRequired,size:o.default.string};let u5=1;const _1=g.createContext({generateId:()=>(console.warn("Please wrap your app with `<Provider />` component from `@xola/ui-kit`. Otherwise your app will not work with SSR frameworks."),u5++),localize:!0,locale:"en_US"}),h5=({children:e,localize:r=!0,locale:l="en_US"})=>{const i=g.useRef(1),c=g.useCallback(()=>i.current++,[i]),d=g.useMemo(()=>({generateId:c,localize:r,locale:l}),[c,r,l]);return n.default.createElement(_1.Provider,{value:d},e)},ie=e=>{const{generateId:r}=g.useContext(_1),[l]=g.useState(()=>`${e}-${r()}`);return l},f5=()=>{const[e,r]=g.useState(!1);return g.useEffect(()=>{r(!0)},[]),e},p1=({char:e,className:r,...l})=>{const i=p5[e]??e;return n.default.createElement("div",{className:h.default("ui-key","no-translate inline-flex h-5 items-center justify-center rounded bg-gray-lighter px-2 py-1 text-xs font-semibold text-gray",i.length===1&&"w-5",r),...l},i)},p5={cmd:F1?"⌘":"ctrl",option:F1?"⌥":"win",ctrl:"ctrl",up:"↑",down:"↓"};p1.propTypes={char:o.default.string.isRequired,className:o.default.string};const g5=t4.default((e,r)=>e(r),500),t0=({className:e,items:r=[],defaultValue:l,onChange:i,onSubmit:c,onSelect:d,children:u,isLoading:f=!1,shouldStayOpen:w=!1,shouldDestroyOnClose:p=!0,shouldHideMenu:v=!1,minChars:x=0,...A})=>{const[H,N]=g.useState(!0),[b,j]=g.useState(l??""),[S,F]=g.useState(!1),L=g.useRef(),_=ie("search-input"),Z=ie("search-menu"),r1=f5(),K=g.useRef(),[q,e1]=g.useState(!0);g.useEffect(()=>{b.length>0?F(!0):F(!1)},[b]);const I={value:b},B=b?[I,...r]:[],y=({selectedItem:W,type:t1})=>{t1!==me.useCombobox.stateChangeTypes.InputBlur&&t1!==me.useCombobox.stateChangeTypes.FunctionCloseMenu&&(W===I?(c==null||c(b),L.current.blur()):W&&(d==null||d(W),L.current.blur()),J1())},D=({inputValue:W})=>{j(W),i&&g5(i,W)},{isOpen:O,openMenu:$,getMenuProps:s1,getInputProps:i1,getComboboxProps:M,highlightedIndex:J,getItemProps:X1,closeMenu:J1}=me.useCombobox({items:B,inputValue:b,onInputValueChange:D,itemToString:()=>b,defaultHighlightedIndex:0,onSelectedItemChange:y});g.useEffect(()=>{O?e1(!1):setTimeout(()=>e1(!0),1)},[O,e1]);const g1=()=>{N(!1),$()},B1=()=>{j(""),i&&i(""),L.current.focus()};L0.useHotkeys(F1?"cmd+k":"ctrl+k",W=>{W.preventDefault(),L.current.focus()},{enableOnTags:["INPUT"]}),L0.useHotkeys("esc",W=>{(document==null?void 0:document.activeElement)===L.current&&(W.preventDefault(),b.length>0?B1():L.current.blur())},{enableOnTags:["INPUT"]});const M1=(O||!q||w)&&B.length>0&&!v,U=M1&&!f&&B.length<=1&&b.length>=x,o1=M1||!p;return n.default.createElement("div",{className:"ui-search relative w-full"},n.default.createElement("div",{...M({className:"w-full relative rounded-md"})},n.default.createElement("div",{className:"pointer-events-none absolute inset-y-0 -top-0.5 left-0 hidden items-center md:flex"},n.default.createElement(Me,{className:"h-4 w-4 text-gray-darker"})),n.default.createElement("input",{...i1({id:_,type:"text",className:h.default("ui-search-input","block w-full border-none pl-0 md:pl-7 text-base md:text-md text-gray-darker leading-p2 focus:ring-0",e),ref:L,onFocus:g1,onBlur:()=>N(!0),onChange:W=>j(W.target.value),...A})}),n.default.createElement("div",{className:"pointer-events-none absolute inset-y-0 right-0 hidden items-center space-x-1 pr-3 lg:flex"},r1&&H?n.default.createElement(n.default.Fragment,null,n.default.createElement(p1,{char:"cmd"})," ",n.default.createElement(p1,{char:"K"})):null)),n.default.createElement("div",{className:"relative"},v&&n.default.createElement("div",{ref:K,className:`text-gray-500 absolute left-0 top-full transform
|
|
2
2
|
text-xs transition-all duration-200
|
|
3
|
-
ease-in-out ${S?"translate-y-0 opacity-100":"-translate-y-2 opacity-0"}`},n.default.createElement("span",{className:"inline-flex items-center gap-1"},n.default.createElement(p1,{char:"Esc"}),n.default.createElement("span",null,"Clear search")))),n.default.createElement("ul",{...s1({id:Z,className:h.default("ui-search-menu","absolute top-10 divide-y divide-gray-light w-full xl:w-[590px] max-h-[75vh] border border-secondary-lighter shadow-xl mt-1 rounded overflow-auto z-20 bg-white",{hidden:!M1})})},o1?B.map((W,t1)=>n.default.createElement("li",{key:W,...X1({key:t1,item:W,index:t1,className:"ui-search-item"})},W===I?f?n.default.createElement("div",{className:"p-3 text-center"},n.default.createElement(D1,{size:"small"})):y.length<x?n.default.createElement("div",{className:h.default("cursor-pointer p-2",J===t1?"bg-blue-light text-white":"")},`Enter at least ${x} characters to begin search`):null:u==null?void 0:u(W,J===t1))):null,o1&&U?n.default.createElement("li",{className:"cursor-not-allowed p-2"},"No results found"):null,o1&&B.length<5?n.default.createElement("li",{className:"search-footer pointer-events sticky bottom-0 flex space-x-5 p-2 text-sm text-gray-dark"},n.default.createElement("span",{className:"flex items-center"},n.default.createElement(p1,{char:"up",className:"mr-0.5"}),n.default.createElement(p1,{char:"down",className:"mr-2"})," navigate results"),n.default.createElement("span",{className:"flex items-center"},n.default.createElement(p1,{char:"enter",className:"mr-2"})," submit"),n.default.createElement("span",{className:"flex items-center"},n.default.createElement(p1,{char:"esc",className:"mr-2"})," close search")):null))};Re.propTypes={className:o.default.string,items:o.default.arrayOf(o.default.any),defaultValue:o.default.string,onChange:o.default.func,onSubmit:o.default.func,onSelect:o.default.func,children:o.default.oneOfType([o.default.arrayOf(o.default.node),o.default.node,o.default.func]),isLoading:o.default.bool,shouldStayOpen:o.default.bool,shouldDestroyOnClose:o.default.bool,shouldHideMenu:o.default.bool};const T1=({className:e,classNames:r={},separator:l="/",children:i,...c})=>{const d=g.Children.count(i)-1;return n.default.createElement("div",{className:h.default("ui-breadcrumb","whitespace-nowrap text-2xl font-semibold",e),...c},g.Children.map(i,(u,f)=>{const w=f>=d;return n.default.createElement(n.default.Fragment,null,n.default.createElement("span",{className:h.default(r.item,w?"text-black":"text-gray-dark")},u),w?null:n.default.createElement("span",{className:h.default(r.separator,"mx-2 text-gray-dark")},l))}))};T1.propTypes={className:o.default.string,classNames:o.default.object,separator:o.default.string,children:o.default.oneOfType([o.default.arrayOf(o.default.node),o.default.node])},T1.Item=({className:e,onClick:r,children:l})=>n.default.createElement("div",{className:h.default("ui-breadcrumb-item inline",r&&"cursor-pointer hover:underline",e),onClick:r},l),T1.Item.displayName="Breadcrumb.Item",T1.Item.propTypes={className:o.default.string,onClick:o.default.func,children:o.default.node.isRequired};const c5=R1.default(),d5=new Set(["JPY","CLP","KRW","LAK","PYG","VND","VUV"]),ie=e=>d5.has(e),Qr=(e,r=c5,l=0,i=!1)=>new Intl.NumberFormat(r,{style:"currency",currency:e,maximumFractionDigits:0,currencyDisplay:i?"narrowSymbol":"symbol"}).format(l).replace(/\d/g,"").trim(),Xr=R1.default(),e0=e=>{const r=Math.abs(e);return r>=0&&r<=.001},ce=(e,r=null,l=Xr,i=2,c=!1,d=!1)=>{const f={style:r?"currency":"decimal",minimumFractionDigits:i,maximumFractionDigits:i};return r&&(f.currency=r,f.currencyDisplay=d?"narrowSymbol":"symbol"),c?u5(e,l):new Intl.NumberFormat(l,f).format(e)},t0=(e,r)=>{let l=Number(r);return ie(e)?V.round(l):(V.round(l,3)===V.round(l,4)&&(l=V.round(l,3)),V.round(l,2))},u5=(e,r=Xr)=>new Intl.NumberFormat(r,{notation:"compact",maximumFractionDigits:2}).format(e),Jr=R1.default(),v1=({currency:e="USD",locale:r=Jr,shouldRemoveTrailingZeroes:l=!0,maximumFractionDigits:i=2,compact:c=!1,isNarrowSymbolForm:d,children:u})=>{let f=u;e0(f)&&(f=0);const w=ie(e)?0:i;let p=ce(f,e,r,w,c);const v=f<0;return v&&(p=p.replace("-","")),c?n.default.createElement("span",{className:"ui-currency"},v&&"-",Qr(e,r,d),p):(p=l?p.replace(".00",""):p,n.default.createElement("span",{className:"ui-currency"},v&&"-",p))};v1.propTypes={currency:o.default.string,locale:o.default.string,shouldRemoveTrailingZeroes:o.default.bool,maximumFractionDigits:o.default.number,children:o.default.node.isRequired},v1.Round=({currency:e,children:r})=>{const l=t0(e,r);return n.default.createElement("span",{className:"ui-currency-round"},l)},v1.Round.propTypes={currency:o.default.string,children:o.default.node.isRequired},v1.Split=({currency:e="USD",locale:r=Jr,isNarrowSymbolForm:l,children:i})=>{let c=i;e0(c)&&(c=0);const d=t0(e,c).toString().split("."),u=d[0];let f=d[1]||"0";f.length===1&&(f+="0");const w=ce(u,e,r,0,l);return n.default.createElement("span",{title:c,className:"ui-currency-split"},n.default.createElement("span",{className:"ui-currency-split-int"},w),!ie(e)&&n.default.createElement("span",{className:"ui-currency-split-decimal pl-1"},n.default.createElement("sup",null,f)))},v1.Split.propTypes={currency:o.default.string,locale:o.default.string,children:o.default.node.isRequired,isNarrowSymbolForm:o.default.bool};const de={default:"text-gray-darker",black:"text-black",primary:"text-primary",secondary:"text-secondary",warning:"text-warning",success:"text-success",danger:"text-danger",caution:"text-caution"},r0=g.createContext(),m1=({children:e,className:r,currency:l,locale:i,...c})=>{const d=g.useMemo(()=>({currency:l,locale:i}),[l,i]);return n.default.createElement(r0.Provider,{value:d},n.default.createElement("table",{className:h.default("ui-breakdown","w-full",r),...c},n.default.createElement("tbody",null,e)))};m1.propTypes={children:o.default.node,className:o.default.string,currency:o.default.string.isRequired,locale:o.default.string};const $r=({info:e,methodIcon:r,secondary:l,value:i,color:c="default",className:d,classNames:u={key:"",children:"",info:"",value:""},children:f,...w})=>{const{currency:p,locale:v}=g.useContext(r0)??{};return n.default.createElement("tr",{className:h.default("ui-breakdown-item",de[c],d),...w},n.default.createElement("td",{colSpan:2,className:h.default("break-words text-left leading-none",u.key)},n.default.createElement("span",{className:"mr-0.5"},r),n.default.createElement("span",{className:h.default("mr-1 break-normal md:break-all",u.children)},f??""),n.default.createElement("span",{className:h.default("text-sm",u.info)},e&&n.default.createElement("span",{className:"mr-2 rounded bg-white p-1 uppercase text-black empty:hidden"},e),l&&n.default.createElement("span",{className:"empty:hidden"},l))),n.default.createElement("td",{className:h.default("w-[1%] whitespace-nowrap pl-4 text-right",u.value)},V.isNumber(i)?n.default.createElement(v1,{shouldRemoveTrailingZeroes:!1,currency:p,locale:v},i):n.default.createElement("span",null,i)))};$r.propTypes={children:o.default.node,info:o.default.node,methodIcon:o.default.node,secondary:o.default.node,value:o.default.node,className:o.default.string,classNames:o.default.object,color:o.default.oneOf(Object.keys(de))},m1.Item=$r,m1.Item.displayName="Breakdown.Item";const Rr=({info:e,value:r,color:l="black",className:i,classNames:c={children:"",info:"",value:""},children:d,...u})=>{const{currency:f,locale:w}=g.useContext(r0)??{};return n.default.createElement("tr",{className:h.default("ui-breakdown-subtotal-item","font-bold",de[l],i),...u},n.default.createElement("td",{className:h.default("pb-4 pt-1 text-left",c.children)},d),n.default.createElement("td",{className:h.default("whitespace-nowrap pb-4 pt-1 text-right",c.info)},e),n.default.createElement("td",{className:h.default("w-[1%] whitespace-nowrap pb-4 pl-4 pt-1 text-right",c.value)},n.default.createElement(v1,{shouldRemoveTrailingZeroes:!1,currency:f,locale:w},r)))};Rr.propTypes={children:o.default.node,info:o.default.node,value:o.default.node,className:o.default.string,classNames:o.default.object,color:o.default.oneOf(Object.keys(de))},m1.SubtotalItem=Rr,m1.SubtotalItem.displayName="Breakdown.SubtotalItem";const e3=({className:e,...r})=>n.default.createElement("tr",{className:h.default("ui-breakdown-separator",e),...r},n.default.createElement("td",{colSpan:3,className:"border-b border-gray-light pb-1"}));e3.propTypes={className:o.default.string},m1.Separator=e3,m1.Separator.displayName="Breakdown.Separator";const ue=({className:e,...r})=>n.default.createElement("div",{className:h.default("ui-form-group",e,"mb-4"),...r});ue.propTypes={className:o.default.string};const t3={small:"px-3 py-1.5 text-sm leading-sm",medium:"px-3 py-2.5 text-base leading-base",large:"px-5 py-3.5 text-md leading-md"},f1=g.forwardRef(({as:e,size:r="medium",isError:l,className:i,isRequired:c,value:d,prefix:u,suffix:f,...w},p)=>{const v=()=>{if(!V.isString(d))return;let A=d;return u&&(A=A.replace(new RegExp(`^${u}`),"")),f&&(A=A.replace(new RegExp(`${f}$`),"")),A.replace(/[^.\S]+/g,"").replace(/[\p{Sc}]/u,"")},x=V.isString(d)?V.isEmpty(v()):V.isEmpty(d==null?void 0:d.toString());return n.default.createElement("div",{className:"relative flex w-full items-center"},n.default.createElement(e,{ref:p,className:h.default("w-full rounded text-gray-darker placeholder-gray-dark hover:placeholder-gray-darker disabled:text-gray","border hover:border-black hover:bg-gray-lighter focus:text-black active:text-black disabled:bg-gray-lighter",t3[r],l?"!focus:border-danger !border-danger focus:ring-0 focus:ring-danger":"border-gray-light focus:border-primary focus:ring-0 focus:ring-primary",i),value:d,...w}),c&&x&&n.default.createElement(L1,{className:"absolute right-3",color:"danger"}))});f1.propTypes={as:o.default.oneOfType([o.default.string,o.default.elementType]),size:o.default.oneOf(Object.keys(t3)),className:o.default.string,isError:o.default.bool,isRequired:o.default.bool,value:o.default.oneOfType([o.default.string,o.default.number]),prefix:o.default.string,suffix:o.default.string},f1.defaultProps={as:"input",size:"medium",className:"",isError:!1,isRequired:!1};const x1=g.forwardRef(({className:e,type:r="text",value:l,...i},c)=>n.default.createElement(f1,{ref:c,as:"input",className:h.default("ui-input",e),type:r,value:l,...i}));x1.propTypes={...f1.propTypes,type:o.default.string},x1.defaultProps={...f1.defaultProps,type:"text"};const o0=g.forwardRef(({className:e,value:r,shouldAutoSize:l=!1,rows:i=2,...c},d)=>l?n.default.createElement(f1,{ref:d,as:R3.default,value:r,minRows:i,className:h.default("ui-textarea",e),...c}):n.default.createElement(f1,{ref:d,as:"textarea",value:r,rows:i,className:h.default("ui-textarea",e),...c}));o0.propTypes={...f1.propTypes,rows:o.default.number,shouldAutoSize:o.default.bool},o0.defaultProps={rows:2,shouldAutoSize:!1};const G1=e=>n.default.createElement(f1,{as:"select",...e});G1.propTypes=f1.propTypes;const Z5="",r3=({isCreatable:e=!1,className:r,isError:l,...i})=>{const c=e?t4.default:e4.default;return n.default.createElement(c,{className:h.default("ui-combo-box",l&&"border-danger",r),classNamePrefix:"ui-combo-box",components:e?{IndicatorsContainer:()=>null,Menu:()=>null,MultiValueLabel:f5}:null,...i})},{MultiValueLabel:h5}=C0.components,f5=e=>{const r=g.useRef(null),[l,i]=g.useState(!0);return g.useEffect(()=>{if(r.current){const c=r.current.offsetWidth>r.current.offsetParent.offsetWidth;i(!c)}},[e.data.label]),n.default.createElement(h5,{...e},n.default.createElement(j1,{disabled:l,maxWidth:"none",content:n.default.createElement("span",null,e.data.label)},n.default.createElement("span",{ref:r},e.data.label)))};r3.propTypes={className:o.default.string,isError:o.default.bool};const n0={large:{parent:"h-6 w-11",inner:"h-5 w-5",translate:"translate-x-5"},medium:{parent:"h-5 w-8",inner:"h-4 w-4",translate:"translate-x-3"},small:{parent:"h-3 w-5",inner:"h-2 w-2",translate:"translate-x-2"}},C1=({isChecked:e=!1,size:r="medium",...l})=>n.default.createElement(z.Switch,{checked:e,className:h.default("ui-switch",e?"bg-primary disabled:bg-gray-light":"bg-gray disabled:bg-gray-light","relative inline-flex flex-shrink-0 cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:outline-none",n0[r].parent),...l},n.default.createElement("span",{className:h.default(e?n0[r].translate:"translate-x-0","ui-switch-inner pointer-events-none inline-block transform rounded-full bg-white shadow ring-0 transition duration-200 ease-in-out",n0[r].inner)}));C1.propTypes={isChecked:o.default.bool,size:o.default.string},C1.Group=({className:e,children:r})=>n.default.createElement(z.Switch.Group,{as:"div",className:h.default("ui-switch-group","inline-flex items-center",e)},r),C1.Group.displayName="Switch.Group",C1.Group.propTypes={className:o.default.string,children:o.default.node.isRequired},C1.Label=({direction:e="left",className:r,children:l})=>n.default.createElement(z.Switch.Label,{as:"span",className:h.default("ui-switch-label","cursor-pointer",e==="left"?"mr-2":"ml-2",r)},l),C1.Label.displayName="Switch.Label",C1.Label.propTypes={direction:o.default.string,className:o.default.string,children:o.default.node.isRequired};const p5={checkbox:"_checkbox_1gb8z_1"},a0=({label:e,className:r,classNames:l={},...i})=>{const c=se("checkbox");return n.default.createElement("div",{className:h.default("ui-checkbox",r,"flex items-center")},n.default.createElement("input",{type:"checkbox",className:h.default("ui-checkbox-input",l.checkbox,p5.checkbox,"h-4 w-4 rounded !border-primary text-white transition-colors disabled:border-none disabled:bg-gray-light disabled:text-gray-light"),...i,id:c}),e?n.default.createElement("label",{htmlFor:c,className:h.default("ui-checkbox-label",l.label,"ml-2 leading-none text-gray-darker")},e):null)};a0.propTypes={label:o.default.node.isRequired,className:o.default.string,classNames:o.default.shape({checkbox:o.default.string,label:o.default.string}),onChange:o.default.func};const he=({isDisabled:e=!1,isError:r=!1,className:l,...i})=>n.default.createElement("label",{className:h.default("ui-label",l,"mb-1 block text-sm font-bold",r?"text-danger":e?"text-gray":"text-black"),...i});he.propTypes={isDisabled:o.default.bool,isError:o.default.bool,className:o.default.string};const _5="",G5="",o3=({className:e,values:r,min:l,max:i,isDisabled:c=!1,shouldConnectHandles:d=!1,step:u=1,isTooltipEnabled:f=!0,tooltipCustomFormatter:w=null,tooltipSuffix:p,onChange:v})=>{const x=w??r.map(()=>({from:A=>A,to:A=>Math.round(A)+p}));return n.default.createElement(r4.default,{className:h.default("ui-range-slider",e),connect:d,disabled:c,start:r,range:{min:l,max:i},step:u,tooltips:f?x:!1,onChange:v})};o3.propTypes={className:o.default.string,values:o.default.arrayOf(o.default.number).isRequired,min:o.default.number.isRequired,max:o.default.number.isRequired,isDisabled:o.default.bool,shouldConnectHandles:o.default.bool,isTooltipEnabled:o.default.bool,tooltipSuffix:o.default.string,tooltipCustomFormatter:o.default.arrayOf(o.default.shape({from:o.default.func.isRequired,to:o.default.func.isRequired})),step:o.default.number,onChange:o.default.func};const y1=({classNames:e,children:r})=>n.default.createElement("div",{className:h.default("ui-header-toolbar","flex w-full items-center space-x-2 border-b border-gray-light px-5 py-3 pr-3 xl:space-x-6 xl:px-10 xl:py-5",e)},r);y1.propTypes={classNames:o.default.string,children:o.default.node.isRequired},y1.Breadcrumb=({className:e,children:r})=>n.default.createElement(T1,{className:h.default("ui-header-toolbar-breadcrumb","border-r border-gray-light text-xl md:pr-4 xl:pr-6",e)},r),y1.Breadcrumb.displayName="HeaderToolbar.Breadcrumb",y1.Breadcrumb.propTypes={className:o.default.string,children:o.default.node.isRequired},y1.Breadcrumb.displayName="HeaderToolbar.Search",y1.Search=e=>n.default.createElement(Re,{className:"ui-header-toolbar-search w-full flex-grow pr-1",...e});const l0=({initialValue:e,onSelect:r,apiBaseUrl:l,remoteId:i})=>{var e1;const[c,d]=g.useState(e||""),[u,f]=g.useState([]),[w,p]=g.useState(!1),[v,x]=g.useState(!1),[A,H]=g.useState(""),[N,y]=g.useState(0),T=(e1=u[N])!=null&&e1.place_id?`autocomplete-item-${N}`:void 0,S=g.useRef(null),F=g.useRef(!1),L=g.useRef(!1),_=g.useRef(r);g.useEffect(()=>{_.current=r},[r]);const Z=g.useCallback(I=>{var B;d(I.description||I.name||""),x(!1),L.current||(B=_.current)==null||B.call(_,I),L.current=!1},[]),r1=I=>{d(I.target.value),x(!0),L.current=!1,q(I.target.value)},K=I=>{if(!(!v||u.length===0))switch(I.key){case"ArrowDown":I.preventDefault(),y(B=>(B+1)%u.length);break;case"ArrowUp":I.preventDefault(),y(B=>(B-1+u.length)%u.length);break;case"Enter":I.preventDefault(),Z(u[N]);break;case"Escape":x(!1);break}},q=D3.useDebouncedCallback(async(I,B=null)=>{if(!I.trim()){f([]),H("");return}p(!0),H("");try{const{data:b}=await o4.default.get(`${l}/searchGooglePlaces`,{params:{input:I}}),D=Array.isArray(b)?b:b.predictions||[];if(f(D),B!==null){const O=D.findIndex($=>$.place_id===B);O!==-1&&(y(O),Z(D[O]))}}catch(b){console.error("Google Places error:",b),f([]),H("Failed to load suggestions. Please try again.")}finally{p(!1)}},300,[l]);return g.useEffect(()=>{e&&!F.current&&(F.current=!0,L.current=!0,q(e,i))},[e,i]),Y.useClickAway(()=>{x(!1)},S),n.default.createElement("div",{ref:S,className:"relative"},n.default.createElement(x1,{"data-testid":"google-places-input",type:"text",role:"combobox","aria-expanded":v,"aria-controls":"autocomplete-list","aria-activedescendant":T||void 0,"aria-autocomplete":"list",value:c,placeholder:"Search place...",onChange:r1,onKeyDown:K}),v&&n.default.createElement("div",{className:"absolute z-10 max-h-65 w-full overflow-y-auto rounded-md border border-gray bg-white shadow-lg",role:"listbox"},w?n.default.createElement("div",{className:"px-3 py-2 text-gray-dark"},"Loading..."):A?n.default.createElement("div",{className:"px-3 py-2 text-gray-dark"},A):u.length===0?n.default.createElement("div",{className:"px-3 py-2 text-gray-dark"},"No results"):u.map((I,B)=>n.default.createElement("div",{key:I.place_id,"data-testid":"google-places-option",className:"flex cursor-pointer flex-col gap-2 border-b border-gray bg-white px-3 py-2 hover:bg-gray-light hover:text-blue-light",onClick:()=>Z(I),onMouseEnter:()=>y(B)},n.default.createElement("div",{className:"flex flex-wrap items-center gap-1"},n.default.createElement("p",{className:"mr-2 whitespace-nowrap text-md"},I.description||I.name),(I.types||[]).slice(0,4).map(b=>n.default.createElement(Ae,{key:b,color:"secondary"},V.startCase(b)))),I.formatted_address&&n.default.createElement("p",null,I.formatted_address)))))};l0.propTypes={initialValue:o.default.string,onSelect:o.default.func,apiBaseUrl:o.default.string.isRequired,remoteId:o.default.string},l0.defaultProps={initialValue:"",onSelect:null,remoteId:null};const s0=({className:e,...r})=>n.default.createElement("div",{className:h.default("ui-tabs-panel",e),...r});s0.propTypes={className:o.default.string},s0.displayName="Tabs.Panel";const n3={default:e=>h.default("border-b border-gray-light",e?"text-primary border-l border-r border-b-transparent":"hover:text-gray-darker"),simple:e=>h.default("flex-1 text-lg transition-colors",e?"bg-white text-black":"text-gray-dark hover:text-black hover:bg-gray-light")},i0=({variant:e="default",as:r="button",className:l,isActive:i=!1,isHidden:c=!1,...d})=>c?null:n.default.createElement(r,{className:h.default("ui-tabs-tab",l,"cursor-pointer whitespace-nowrap px-8 py-4 text-center font-semibold focus-visible:ring",n3[e](i)),...d});i0.propTypes={variant:o.default.oneOf(Object.keys(n3)),as:o.default.oneOfType([o.default.string,o.default.elementType]),className:o.default.string,isActive:o.default.bool,isHidden:o.default.bool},i0.displayName="Tabs.Tab";const a3={default:"border-t border-gray-light",simple:"bg-gray-lighter"},z1=({className:e,variant:r="default",value:l,onChange:i,children:c,...d})=>{const u=g.Children.toArray(c),f=u.filter(p=>p.type===z1.Tab),w=u.filter(p=>p.type===z1.Panel);return n.default.createElement(n.default.Fragment,null,n.default.createElement("nav",{className:h.default("ui-tabs","flex overflow-x-auto",a3[r],e),...d},r==="default"?n.default.createElement("div",{className:"min-w-10 flex-shrink-0 border-b border-gray-light"}):null,f.map((p,v)=>g.cloneElement(p,{variant:r,isActive:v===l,onClick:()=>i==null?void 0:i(v)})),r==="default"?n.default.createElement("div",{className:"min-w-10 flex-grow border-b border-gray-light"}):null),w[l])};z1.propTypes={variant:o.default.oneOf(Object.keys(a3)),className:o.default.string,value:o.default.number.isRequired,onChange:o.default.func.isRequired,children:o.default.node.isRequired},z1.Tab=i0,z1.Panel=s0;const g5={shimmer:"_shimmer_qt4e9_7"},l3=({style:e,height:r=300,shouldAnimate:l=!0,children:i,classNames:c={},...d})=>n.default.createElement("div",{className:h.default("ui-skeleton","relative flex items-center justify-center overflow-hidden rounded border border-gray-lighter bg-gray-lighter",c.container),style:{height:r,...e},...d},l?n.default.createElement("div",{className:h.default(g5.shimmer,"absolute h-full w-full",c.shimmer)}):null,n.default.createElement("div",{className:h.default("text-gray",c.text)},i));l3.propTypes={style:o.default.object,height:o.default.oneOfType([o.default.number,o.default.string]),shouldAnimate:o.default.bool,classNames:o.default.object,children:o.default.oneOfType([o.default.arrayOf(o.default.node),o.default.node])};const s3={default:"https://files.xola.com/x2/images/login/old-photo-1554629947-334ff61d85dc.jpeg",x2:"https://files.xola.com/x2/images/login/x2-34fc260271ca80160c61777846784611.jpeg",admin:"https://files.xola.com/x2/images/login/admin-42e40b1836193f064f0fe0fafce1d2af.png",scaffold:"https://files.xola.com/x2/images/login/scaffold-f3bd19169b6976f1c75da53e7b61d0a7.jpeg"},i3=({defaultValues:e,isLoading:r=!1,error:l=null,onSubmit:i,passwordResetUrl:c,label:d,backgroundImage:u=null,backgroundType:f="default",...w})=>{const[p,v]=g.useState({email:"",password:"",shouldRemember:!1,...e}),x=T=>{const{name:S,value:F}=T.target;v({...p,[S]:F})},A=T=>{const{name:S,checked:F}=T.target;v({...p,[S]:F})},H=T=>{T.preventDefault(),i(p)},y={backgroundImage:`url("${u??s3[f]??s3.default}")`,backgroundRepeat:"no-repeat",backgroundPosition:"center",backgroundSize:"cover"};return n.default.createElement("div",{className:"ui-login h-screen overflow-hidden bg-white bg-opacity-100 bg-blend-overlay md:bg-opacity-0",style:y,...w},n.default.createElement("div",{className:"md:full flex h-[88%] w-full flex-col items-center justify-center space-y-8"},n.default.createElement("div",{className:"w-85 rounded-lg px-9 py-0 md:bg-white md:py-10"},n.default.createElement("div",{className:"mb-12 space-y-4 md:mb-20"},n.default.createElement(Ie,{className:"mx-auto h-10 w-auto md:h-12"}),d&&n.default.createElement("div",{className:"flex items-center justify-center"},d)),n.default.createElement("form",{onSubmit:H},n.default.createElement("fieldset",{className:"space-y-6",disabled:r},n.default.createElement("div",{className:"-space-y-px rounded-md bg-white"},n.default.createElement(ue,{className:"md:mb-7"},n.default.createElement(he,null,"Email"),n.default.createElement(x1,{required:!0,name:"email",type:"email",autoComplete:"email",value:p.email,isError:!!l,onChange:x})),n.default.createElement(ue,null,n.default.createElement(he,null,"Password"),n.default.createElement(x1,{required:!0,name:"password",type:"password",autoComplete:"current-password",value:p.password,isError:!!l,onChange:x}))),n.default.createElement(a0,{name:"shouldRemember",label:"Remember me",checked:p.shouldRemember,onChange:A}),l?n.default.createElement(He,{color:"danger"},l):null,n.default.createElement(l1,{type:"submit",className:"w-full",color:"primary"},r?n.default.createElement(D1,{size:"current",color:"current",className:"mr-2"}):null,"Login"),n.default.createElement("div",{className:"mt-5 text-center text-sm"},n.default.createElement("a",{href:c,className:"font-semibold text-gray-darker underline hover:text-black",target:"_blank",rel:"noreferrer"},"Forgot your password?")))))),n.default.createElement("footer",null,n.default.createElement("div",{className:"flex w-full flex-col items-center justify-center overflow-hidden px-4 py-1 sm:px-6 lg:px-8"},n.default.createElement("div",{className:"m-5 w-85 rounded-lg px-4 text-center text-xs opacity-80 md:text-sm"},n.default.createElement("a",{href:"https://www.xola.com/team",target:"_blank",className:"text-gray md:text-gray-dark",rel:"noreferrer"},"Designed in San Francisco & Rouen, France",n.default.createElement("br",null),"Built in Houston, Belgrade, Ukraine & Bengaluru"),n.default.createElement("div",{className:"text-center text-gray md:text-gray-dark"},"© ",new Date().getFullYear()," Xola, Inc.")))))};i3.propTypes={defaultValues:o.default.shape({email:o.default.string,password:o.default.string,shouldRemember:o.default.bool}),isLoading:o.default.bool,error:o.default.string,onSubmit:o.default.func,passwordResetUrl:o.default.string};const Q5="",X5="";j.default.extend(a4.default),j.default.extend(l4.default),j.default.extend(s4.default),j.default.extend(c4.default),j.default.extend(i4.default);const c3={DATE_ISO:"YYYY-MM-DD"},w5=e=>{try{j.default.tz(new Date,e)}catch{return!1}return!0},c0=(e,r=c3.DATE_ISO)=>j.default(e).format(r),k5=(e,r="h:mm a")=>{const l=String(e).padStart(4,0);return j.default(l,"hhmm").format(r)},v5=e=>j.default(new Date(Number.parseInt(e.slice(0,8),16)*1e3)),m=(e,r)=>{if(!e)return r?j.default().tz(r).startOf("day"):j.default();if(typeof e=="number"){const l=e<=2147483647?e*1e3:e;return r?j.default(l).tz(r):j.default(l)}return typeof e=="string"?r?j.default(e).tz(r):j.default():V1.isDayjs(e)?e:e instanceof Date&&!Number.isNaN(e.getTime())?r?j.default.tz(d3(e),r):j.default(d3(e)):r?j.default().tz(r):j.default()},K1=e=>e.toString().padStart(2,"0"),d3=e=>{const r=`${e.getFullYear()}-${K1(e.getMonth()+1)}-${K1(e.getDate())}`,l=`${K1(e.getHours())}:${K1(e.getMinutes())}:${K1(e.getSeconds())}`;return`${r} ${l}`},m5="T00:00:00",C5="T23:59:59",C=(e,r=!0)=>{const l=r?m5:C5;return V1.isDayjs(e)?new Date(e.format(c3.DATE_ISO)+l):new Date(c0(e)+l)},fe=(e,r,l="day")=>V1.isDayjs(e)&&V1.isDayjs(r)?e.isSame(r,l):!1,pe=({selectedDate:e,date:r,getContent:l,currentMonth:i,isLoading:c=!1,disabled:d=!1})=>{const u=j.default(i).isSame(r,"month");if(l&&u)return c?n.default.createElement("div",{className:"flex animate-pulse items-center justify-center"},n.default.createElement(L1,{className:"ui-day-content pointer-events-none !cursor-not-allowed",color:"secondary"})):n.default.createElement(u3,{selectedDate:e,date:r,getContent:l});if(c)return n.default.createElement("div",{className:"flex animate-pulse items-center justify-center"},n.default.createElement(L1,{className:"pointer-events-none !cursor-not-allowed",color:"secondary",size:"xlarge"}));const f=e&&j.default(e).isSame(r,"day");return n.default.createElement("div",{className:h.default("ui-date-picker-day","flex items-center justify-center",f&&u&&!d?"selected text-white":null,u?"date":null)},r.getDate())};pe.propTypes={selectedDate:o.default.objectOf(Date),date:o.default.objectOf(Date),getContent:o.default.func,currentMonth:o.default.objectOf(Date)};const u3=({selectedDate:e,date:r,getContent:l})=>{const i=r.getDate(),c=l(i,r),d=e&&j.default(e).isSame(r,"day");return n.default.createElement("div",{className:"ui-day-content align-center flex flex-col justify-center"},n.default.createElement("div",{className:h.default("ui-day-content-value",{"selected text-white":d})},i),c?n.default.createElement("div",{className:"ui-day-content-custom mt-1"},c):null)};u3.propTypes={selectedDate:o.default.objectOf(Date),date:o.default.objectOf(Date),getContent:o.default.func.isRequired};const L5={en:x0,"en-US":x0,"en-GB":u4,es:y0,"es-ES":y0,"es-MX":h4,fr:f4,de:d4},x5=async e=>{try{const r=await L5[e];return{locale:e,weekdaysLong:r.weekdays,weekdaysShort:r.weekdaysShort,months:r.months,monthsShort:r.monthsShort,firstDayOfWeek:r.weekStart}}catch(r){throw console.error("Error: React Day Picker localization error",r),r}},d0=g.forwardRef(({className:e,...r},l)=>{const{locale:i}=g.useContext(_1),[c,d]=g.useState({});return g.useEffect(()=>{d({});const u=V.kebabCase(i).toLowerCase();!u||u==="en"||u==="en-us"||x5(i).then(d)},[i]),n.default.createElement(n4.default,{ref:l,className:h.default(e),...c,...r})}),u0=j.default(),y5=(e,r)=>12*(e.getFullYear()-r.getFullYear())+(e.getMonth()-r.getMonth()),h0=({date:e,locale:r,onChange:l,currentMonth:i})=>{const c=[...Array.from({length:12}).keys()].map(p=>u0.locale(r).month(p).format("MMM")),d=[...Array.from({length:u0.year()-2012+5+1}).keys()].map(p=>u0.locale(r).year(2012+p).format("YYYY")),u=y5(e,i),f=p=>{const{year:v,month:x}=p.target.form;l(new Date(v.value,Number(x.value)-u))},w=p=>{const{year:v}=p.target.form;l(new Date(v.value,i.getMonth()))};return n.default.createElement("form",{className:"DayPicker-Caption space-x-2"},n.default.createElement("span",{className:"inline-block"},n.default.createElement(G1,{name:"month",value:e.getMonth(),className:"month-selector",onChange:f},c.map((p,v)=>n.default.createElement("option",{key:p,value:v},p)))),n.default.createElement("span",{className:"inline-block"},n.default.createElement(G1,{name:"year",value:e.getFullYear(),className:"year-selector",onChange:w},d.map(p=>n.default.createElement("option",{key:p,value:p},p)))))};h0.propTypes={date:o.default.objectOf(Date).isRequired,onChange:o.default.func.isRequired};const ge=({onPreviousClick:e,onNextClick:r,className:l,showNextButton:i,showPreviousButton:c})=>n.default.createElement("div",{className:h.default("absolute right-1 top-1.5 z-50",l)},n.default.createElement(Q1,{isVisible:c,onClick:e},n.default.createElement(ee,null)),n.default.createElement(Q1,{isVisible:i,onClick:r},n.default.createElement(A1,null)));ge.propTypes={onPreviousClick:o.default.func,onNextClick:o.default.func,className:o.default.string,showNextButton:o.default.bool,showPreviousButton:o.default.bool};const Q1=({isVisible:e=!0,onClick:r,children:l})=>n.default.createElement("button",{type:"button",className:h.default(e?"inline-block":"invisible","inline-flex h-7 w-7 items-center justify-center rounded-full border border-transparent leading-none text-black hover:border-black"),onClick:()=>r()},l);Q1.propTypes={isVisible:o.default.bool,onClick:o.default.func.isRequired,children:o.default.element.isRequired};const b5=j.default(),f0=({year:e,value:r,onChange:l,handleYearChange:i,locale:c,handleClear:d,handleToday:u})=>{const{locale:f}=g.useContext(_1),w=[...Array.from({length:12}).keys()].map(v=>b5.locale(c??f).month(v).format("MMM")),p=v=>{const x=new Date(e,v);l(x)};return n.default.createElement("span",{className:"min-w-72"},n.default.createElement("div",{className:"mb-4 flex items-center justify-between"},n.default.createElement(Q1,{onClick:()=>i(-1)},n.default.createElement(ee,null)),n.default.createElement("span",{className:"text-lg font-bold"},e),n.default.createElement(Q1,{onClick:()=>i(1)},n.default.createElement(A1,null))),n.default.createElement("div",{className:"grid grid-cols-4 gap-2"},w.map((v,x)=>n.default.createElement("button",{key:v,type:"button",className:h.default(r&&r.getMonth()===x&&r.getFullYear()===e?"bg-blue-dark text-white":"text-black","rounded-md p-4 text-center hover:bg-blue-dark hover:text-white"),onClick:()=>p(x)},v))),n.default.createElement("div",{className:"mt-2 flex justify-between border-t border-gray-lighter pt-2"},n.default.createElement(l1,{size:"small",color:"secondary",variant:"outline",onClick:d},"Clear"),n.default.createElement(l1,{size:"small",color:"secondary",variant:"outline",onClick:u},"Today")))};f0.propTypes={year:o.default.number.isRequired,value:o.default.objectOf(Date),onChange:o.default.func.isRequired,locale:o.default.string};const h3=({date:e,locale:r,onChange:l,currentMonth:i})=>{const[c,d]=g.useState(!1),[u,f]=g.useState(new Date(i).getFullYear()),w=()=>{d(!c)},p=H=>{l(H),d(!1)},v=H=>{f(u+H)},x=()=>{d(!1)},A=()=>{l(new Date),d(!1)};return n.default.createElement("span",{className:"DayPicker-Caption"},n.default.createElement("span",{className:"inline-block"},n.default.createElement(a1,{visible:c,distance:5,skidding:60,placement:"bottom",onClickOutside:x},n.default.createElement("div",{className:"mt-2 min-w-40 cursor-pointer items-center justify-between text-left font-bold",onClick:w},n.default.createElement("span",{className:"pr-1 text-lg"},j.default(e).locale(r).format("MMMM YYYY")),n.default.createElement(xe,null)),n.default.createElement(a1.Content,{className:"p-2"},n.default.createElement(f0,{year:u,value:e,locale:r,handleClear:x,handleToday:A,handleYearChange:v,onChange:p})))))};h3.propTypes={date:o.default.objectOf(Date).isRequired,onChange:o.default.func.isRequired};const f3=({getTooltip:e,value:r,getDayContent:l,isDateRangeStyle:i,shouldShowYearPicker:c,startMonth:d,disabledDays:u,endMonth:f,modifiers:w,selectedDays:p,handleDayClick:v,handleStartMonthChange:x,handleEndMonthChange:A,handleTodayClick:H,locale:N,timezoneName:y,...T})=>{const S=m(r==null?void 0:r.from,y).isSame(m(r==null?void 0:r.to,y),"month"),F=m(r==null?void 0:r.from,y).isSame(m(r==null?void 0:r.to,y),"day"),L=(b,D)=>c&&b?({date:O})=>n.default.createElement(h0,{date:O,currentMonth:b,locale:N,onChange:D}):void 0,_=L(d,x),Z=L(f,A),r1=b=>V.isFunction(u)?u(b):V.isArray(u)?u.some(D=>m(D,y).isSame(b,"day")):!1,K=b=>r1(b),q=b=>{const D=m(b,y).isBefore(r==null?void 0:r.from,"day");return r1(b)||D&&!F},e1=(b,D,O)=>{const $=e==null?void 0:e(b),s1=D(b),i1=$?j1:n.default.Fragment,M=$?{placement:"top",content:$}:{};return n.default.createElement(i1,{...M},n.default.createElement(pe,{disabled:s1,selectedDate:r,date:b,getContent:l,currentMonth:O}))},I=b=>e1(b,K,d),B=b=>e1(b,q,f);return n.default.createElement("div",{className:"flex gap-4"},n.default.createElement(d0,{className:h.default("ui-date-picker max-w-[400px] rounded-lg pt-3",i?"date-range-picker":null,l?"has-custom-content":null,w.waitlist?"has-custom-content":null),month:d,modifiers:{...w,start:r==null?void 0:r.from},disabledDays:K,navbarElement:ge,captionElement:_,selectedDays:[p==null?void 0:p.from,p],renderDay:I,getTooltip:e,onDayClick:(b,D,O)=>v(b,D,O,!0),onMonthChange:x,onTodayButtonClick:H,...T}),n.default.createElement(d0,{className:h.default("ui-date-picker max-w-[400px] rounded-lg pt-3",i?"date-range-picker":null,l?"has-custom-content":null,w.waitlist?"has-custom-content":null),month:f,modifiers:S?{}:{...w,end:r==null?void 0:r.to},disabledDays:q,navbarElement:ge,captionElement:Z,selectedDays:S?[]:p,renderDay:B,getTooltip:e,onDayClick:(b,D,O)=>v(b,D,O,!1),onMonthChange:A,onTodayButtonClick:H,...T}))};f3.propTypes={getTooltip:o.default.func,value:o.default.object,getDayContent:o.default.func,isDisabled:o.default.func,isDateRangeStyle:o.default.bool,startMonth:o.default.instanceOf(Date),endMonth:o.default.instanceOf(Date),modifiers:o.default.object,disabledStartDays:o.default.func,disabledEndDays:o.default.func,handleDayClick:o.default.func,handleStartMonthChange:o.default.func,handleEndMonthChange:o.default.func,handleTodayClick:o.default.func,timezoneName:o.default.string};const k={YESTERDAY:"P1D,yesterday",TODAY:"P1D,today",NEXT_DAY:"P1D,next day",LAST_WEEK:"P1W,last week",TRAILING_WEEK:"P1W,-1 week",THIS_WEEK:"P1W,this week",NEXT_WEEK:"P1W,next week",LEADING_WEEK:"P1W,+1 week",LAST_MONTH:"P1M,first day of last month",TRAILING_MONTH:"P1M,-1 month",THIS_MONTH:"P1M,first day of this month",NEXT_MONTH:"P1M,next month",LEADING_MONTH:"P1M,+1 month",LAST_QUARTER:"P3M,first day of last quarter",TRAILING_QUARTER:"P3M,-3 months",THIS_QUARTER:"P3M,first day of this quarter",NEXT_QUARTER:"P3M,next quarter",LEADING_QUARTER:"P3M,+3 months",LAST_YEAR:"P1Y,first day of January last year",TRAILING_YEAR:"P1Y,-1 year",THIS_YEAR:"P1Y,first day of this year",NEXT_YEAR:"P1Y,next year",LEADING_YEAR:"P1Y,+1 year"},P={[k.YESTERDAY]:"Yesterday",[k.TODAY]:"Today",[k.NEXT_DAY]:"Next Day",[k.LAST_WEEK]:"Last Week",[k.TRAILING_WEEK]:"Trailing Week",[k.THIS_WEEK]:"This Week",[k.NEXT_WEEK]:"Next Week",[k.LEADING_WEEK]:"Leading Week",[k.LAST_MONTH]:"Last Month",[k.TRAILING_MONTH]:"Trailing Month",[k.THIS_MONTH]:"This Month",[k.NEXT_MONTH]:"Next Month",[k.LEADING_MONTH]:"Leading Month",[k.LAST_QUARTER]:"Last Quarter",[k.TRAILING_QUARTER]:"Trailing Quarter",[k.THIS_QUARTER]:"This Quarter",[k.NEXT_QUARTER]:"Next Quarter",[k.LEADING_QUARTER]:"Leading Quarter",[k.LAST_YEAR]:"Last Year",[k.TRAILING_YEAR]:"Trailing Year",[k.THIS_YEAR]:"This Year",[k.NEXT_YEAR]:"Next Year",[k.LEADING_YEAR]:"Leading Year"},M5={day:{label:"Day",rangeOptions:[{value:k.YESTERDAY,label:P[k.YESTERDAY]},{value:k.TODAY,label:P[k.TODAY]},{value:k.NEXT_DAY,label:P[k.NEXT_DAY]}]},week:{label:"Week",rangeOptions:[{value:k.LAST_WEEK,label:P[k.LAST_WEEK]},{value:k.TRAILING_WEEK,label:P[k.TRAILING_WEEK]},{value:k.THIS_WEEK,label:P[k.THIS_WEEK]},{value:k.NEXT_WEEK,label:P[k.NEXT_WEEK]},{value:k.LEADING_WEEK,label:P[k.LEADING_WEEK]}]},month:{label:"Month",rangeOptions:[{value:k.LAST_MONTH,label:P[k.LAST_MONTH]},{value:k.TRAILING_MONTH,label:P[k.TRAILING_MONTH]},{value:k.THIS_MONTH,label:P[k.THIS_MONTH]},{value:k.NEXT_MONTH,label:P[k.NEXT_MONTH]},{value:k.LEADING_MONTH,label:P[k.LEADING_MONTH]}]},quarter:{label:"Quarter",rangeOptions:[{value:k.LAST_QUARTER,label:P[k.LAST_QUARTER]},{value:k.TRAILING_QUARTER,label:P[k.TRAILING_QUARTER]},{value:k.THIS_QUARTER,label:P[k.THIS_QUARTER]},{value:k.NEXT_QUARTER,label:P[k.NEXT_QUARTER]},{value:k.LEADING_QUARTER,label:P[k.LEADING_QUARTER]}]},year:{label:"Year",rangeOptions:[{value:k.LAST_YEAR,label:P[k.LAST_YEAR]},{value:k.TRAILING_YEAR,label:P[k.TRAILING_YEAR]},{value:k.THIS_YEAR,label:P[k.THIS_YEAR]},{value:k.NEXT_YEAR,label:P[k.NEXT_YEAR]},{value:k.LEADING_YEAR,label:P[k.LEADING_YEAR]}]}},E5=(e,r,l)=>r?e:e.filter(i=>!l.has(i.value)),I5=new Set([k.NEXT_DAY,k.NEXT_WEEK,k.NEXT_MONTH,k.NEXT_QUARTER,k.NEXT_YEAR,k.LEADING_WEEK,k.LEADING_MONTH,k.LEADING_QUARTER,k.LEADING_YEAR]),A5={[k.YESTERDAY]:e=>{const r=m(null,e).subtract(1,"day");return{from:C(r.startOf("day")),to:C(r.endOf("day"),!1)}},[k.TODAY]:e=>({from:C(m(null,e).startOf("day")),to:C(m(null,e).endOf("day"),!1)}),[k.NEXT_DAY]:e=>{const r=m(null,e).add(1,"day");return{from:C(r.startOf("day")),to:C(r.endOf("day"),!1)}},[k.LAST_WEEK]:e=>{const r=m(null,e).subtract(7,"day");return{from:C(r.startOf("week")),to:C(r.endOf("week"),!1)}},[k.TRAILING_WEEK]:e=>({from:C(m(null,e).subtract(7,"day").startOf("day")),to:C(m(null,e).subtract(1,"day").endOf("day"),!1)}),[k.THIS_WEEK]:e=>({from:C(m(null,e).startOf("week")),to:C(m(null,e).endOf("week"),!1)}),[k.NEXT_WEEK]:e=>{const r=m(null,e).add(1,"week");return{from:C(r.startOf("week")),to:C(r.endOf("week"),!1)}},[k.LEADING_WEEK]:e=>{const r=m(null,e);return{from:C(r.startOf("day")),to:C(r.add(1,"week").subtract(1,"day").endOf("day"),!1)}},[k.LAST_MONTH]:e=>{const r=m(null,e).subtract(1,"month");return{from:C(r.startOf("month")),to:C(r.endOf("month"),!1)}},[k.TRAILING_MONTH]:e=>({from:C(m(null,e).subtract(1,"month").startOf("day")),to:C(m(null,e).subtract(1,"day").endOf("day"),!1)}),[k.THIS_MONTH]:e=>({from:C(m(null,e).startOf("month")),to:C(m(null,e).endOf("month"),!1)}),[k.NEXT_MONTH]:e=>{const r=m(null,e).add(1,"month");return{from:C(r.startOf("month")),to:C(r.endOf("month"),!1)}},[k.LEADING_MONTH]:e=>{const r=m(null,e);return{from:C(r.startOf("day")),to:C(r.add(1,"month").subtract(1,"day").endOf("day"),!1)}},[k.LAST_QUARTER]:e=>({from:C(m(null,e).startOf("quarter").subtract(3,"month").startOf("month")),to:C(m(null,e).endOf("quarter").subtract(3,"month").endOf("month"),!1)}),[k.TRAILING_QUARTER]:e=>({from:C(m(null,e).subtract(3,"month").startOf("day")),to:C(m(null,e).subtract(1,"day").endOf("day"),!1)}),[k.THIS_QUARTER]:e=>({from:C(m(null,e).startOf("Q")),to:C(m(null,e).endOf("Q"),!1)}),[k.NEXT_QUARTER]:e=>{const r=m(null,e).add(1,"quarter");return{from:C(r.startOf("quarter")),to:C(r.endOf("quarter"),!1)}},[k.LEADING_QUARTER]:e=>{const r=m(null,e);return{from:C(r.startOf("day")),to:C(r.add(3,"month").subtract(1,"day").endOf("day"),!1)}},[k.LAST_YEAR]:e=>{const r=m(null,e).subtract(1,"year");return{from:C(r.startOf("year")),to:C(r.endOf("year"),!1)}},[k.TRAILING_YEAR]:e=>({from:C(m(null,e).subtract(1,"year").startOf("day")),to:C(m(null,e).subtract(1,"day").endOf("day"),!1)}),[k.THIS_YEAR]:e=>({from:C(m(null,e).startOf("year")),to:C(m(null,e).endOf("year"),!1)}),[k.NEXT_YEAR]:e=>{const r=m(null,e).add(1,"year");return{from:C(r.startOf("year")),to:C(r.endOf("year"),!1)}},[k.LEADING_YEAR]:e=>{const r=m(null,e);return{from:C(r.startOf("day")),to:C(r.add(1,"year").subtract(1,"day").endOf("day"),!1)}}},p0=({ranges:e=["day","week","month","quarter","year"],value:r,showApply:l=!0,onChange:i,onSubmit:c,timezoneName:d,isFutureDatesAllowed:u=!1})=>{const f=w=>{const p=w.target.value,v=A5[p](d);i(p,v)};return n.default.createElement("div",{className:"flex space-x-2"},n.default.createElement(G1,{size:"medium",value:r,className:"pr-8 leading-5",onChange:f},n.default.createElement("option",{value:""},"Relative Date Range"),e.map(w=>{const p=M5[w];return n.default.createElement("optgroup",{key:w,label:p.label},E5(p.rangeOptions,u,I5).map(v=>n.default.createElement("option",{key:v.value,value:v.value},v.label)))})),l&&n.default.createElement(l1,{onClick:c},"Apply"))};p0.propTypes={ranges:o.default.arrayOf(o.default.oneOf(["day","week","month","quarter","year"])),onChange:o.default.func.isRequired,onSubmit:o.default.func.isRequired,showApply:o.default.bool,value:o.default.string,timezoneName:o.default.string,isFutureDatesAllowed:o.default.bool};const p3=({value:e,upcomingDates:r,onChange:l,onMonthChange:i})=>n.default.createElement("div",{className:"rounded-l-lg border-r border-gray pt-8"},n.default.createElement("p",{className:"mb-2 px-6 text-lg font-bold"},"Upcoming"),(r==null?void 0:r.length)>0?n.default.createElement("div",{className:"mt-5"},r==null?void 0:r.map(c=>{const d=j.default(c).isSame(j.default(e),"day"),u=j.default(c).format();return n.default.createElement("div",{key:u,className:h.default("mx-6 mt-3 flex min-w-40 cursor-pointer items-center justify-center","rounded border border-gray py-3 hover:border-blue hover:bg-blue hover:text-white",{"border-blue bg-blue text-white":d}),onClick:f=>{l(c,{},f),i(c)}},j.default(c).format("ddd DD MMMM"))})):n.default.createElement("div",{className:"mx-6 mt-7 max-w-40 items-center justify-center rounded bg-yellow-lighter p-3"},"There is no future availability for this product."));p3.propTypes={value:o.default.objectOf(Date),upcomingDates:o.default.arrayOf(Date).isRequired,onChange:o.default.func.isRequired,onMonthChange:o.default.func.isRequired};const we={single:"single",range:"range"},ke=({variant:e=we.single,value:r,getDayContent:l,disabledDays:i=[],selectedDays:c,loadingDays:d=[],shouldShowYearPicker:u=!1,shouldShowMonthSelector:f=!1,onChange:w,onMonthChange:p,onSubmitDateRange:v,modifiers:x={},ranges:A,shouldShowRelativeRanges:H=!1,isFutureDatesAllowed:N=!1,components:y={},getTooltip:T,upcomingDates:S,locale:F,timezoneName:L=null,..._})=>{var M3,E3,I3,A3;const{locale:Z}=g.useContext(_1),r1=r?e===we.single?r:r.from:null,[K,q]=g.useState(r1??m(null,L).toDate()),[e1,I]=g.useState(()=>!r||!r.from?new Date:r.from),[B,b]=g.useState(()=>!r||!r.to||!r.from?m(null,L).add(1,"month").toDate():fe(m(r.to,L),m(r.from,L),"month")?m(r.from,L).add(1,"month").toDate():r.to),[D,O]=g.useState(""),$=e===we.range,s1=r&&r.from&&r.to,i1=c&&c.from&&c.to;g.useEffect(()=>{L&&!w5(L)&&(console.log(`${L} is not a valid timezone. Using default timezone now`),j.default.tz.setDefault())},[L]);const M=(E,G,d1)=>{if($)return;const w1=L?C(m(E,L)):new Date;G.disabled||J(w1)?(q(w1),p==null||p(w1)):w(w1,G,d1)},J=E=>V.isArray(i)?i.some(G=>fe(m(G,L),E,"day")):(V.isFunction(i),i(E)),X1=E=>V.isArray(d)?d.some(G=>fe(m(G,L),E,"day")):(V.isFunction(d),d(E)),J1=(E,G)=>{q(G.from),I(G.from),b(G.to),w({...G,rangeName:E},x,null)},g1=E=>{q(E),p==null||p(E)},B1=E=>{I(E),p==null||p(E)},M1=E=>{b(E),p==null||p(E)},U=(E,G,d1)=>{if(!G.disabled)if(fe(m(r==null?void 0:r.from,L),m(E,L),"month")&&B1(E),O(""),$)if(s1)w({from:C(m(E,L)),to:null},G,d1);else if(r&&(r.from||r.to)&&(r.from||r.to).getTime()===E.getTime()){const w1=C(m(E,L)),O5=C(m(E,L).endOf("day"),!1);w({from:w1,to:O5},G,d1)}else r.from&&E1.DateUtils.isDayBefore(r.from,C(m(E,L)))?w(E1.DateUtils.addDayToRange(C(m(E,L),!1),r),G,d1):r.from&&(E1.DateUtils.isDayAfter(r.from,C(m(E,L)))||E1.DateUtils.isSameDay(r.from,C(m(E,L))))?w({from:C(m(E,L)),to:C(m(r.from).endOf("day"),!1)},G,d1):w(E1.DateUtils.addDayToRange(C(m(E,L).endOf("day"),!1),r),G,d1);else w(C(m(E,L)),G,d1)},o1=g.useMemo(()=>(u||f)&&K?({date:E})=>f?n.default.createElement(h3,{date:E,currentMonth:K,locale:F??Z,onChange:g1}):n.default.createElement(h0,{date:E,currentMonth:K,locale:F??Z,onChange:g1}):void 0,[u,f,K]),W=E=>{const G=T==null?void 0:T(E),d1=J(E),w1=X1(E);return G?n.default.createElement(j1,{placement:"top",content:G},n.default.createElement(pe,{disabled:d1,isLoading:w1,selectedDate:r,date:E,getContent:l,currentMonth:K})):n.default.createElement(pe,{disabled:d1,isLoading:w1,selectedDate:r,date:E,getContent:l,currentMonth:K})},t1=$&&s1?{start:r.from,end:r.to}:i1?{start:c.from,end:c.to}:null,y3=$&&s1&&((M3=r.from)==null?void 0:M3.getTime())!==((E3=r.to)==null?void 0:E3.getTime()),F5=i1&&((I3=c.from)==null?void 0:I3.getTime())!==((A3=c.to)==null?void 0:A3.getTime()),b3=c??(r&&(j.default.isDayjs(r)||$?r:m(r,L).toDate()));return n.default.createElement(n.default.Fragment,null,n.default.createElement("div",{className:"flex"},S?n.default.createElement(p3,{upcomingDates:S,value:r,onChange:U,onMonthChange:g1}):null,$?n.default.createElement(f3,{isDateRangeStyle:y3,shouldShowYearPicker:u,startMonth:e1,endMonth:B,modifiers:{...x,...t1},getTooltip:T,disabledDays:i,getDayContent:l,value:r,handleDayClick:U,handleStartMonthChange:B1,handleEndMonthChange:M1,handleTodayClick:M,selectedDays:b3,locale:F??Z,timezoneName:L,..._}):n.default.createElement(d0,{className:h.default("ui-date-picker rounded-lg pt-3",y3?"date-range-picker":null,F5?"date-range-picker max-w-[400px]":null,l?"has-custom-content":null,x.waitlist?"has-custom-content":null),todayButton:"Today",selectedDays:b3,month:K,modifiers:{...x,...t1},disabledDays:i,captionElement:o1,renderDay:W,navbarElement:ge,onDayClick:U,onMonthChange:g1,onTodayButtonClick:M,..._})),y.Footer?n.default.createElement(y.Footer,null):null,H&&n.default.createElement("div",{className:"max-w-200 "},n.default.createElement("div",{className:"ml-auto w-5/12"},n.default.createElement(p0,{value:D,ranges:A,timezoneName:L,isFutureDatesAllowed:N,onChange:J1,onSubmit:v}))))};ke.propTypes={variant:o.default.oneOf(Object.keys(we)),value:o.default.objectOf(Date),selectedDays:o.default.objectOf(Date),upcomingDates:o.default.arrayOf(Date),onChange:o.default.func.isRequired,onMonthChange:o.default.func,disabledDays:o.default.oneOfType([o.default.object,o.default.array,o.default.func]),shouldShowYearPicker:o.default.bool,shouldShowMonthSelector:o.default.bool,isDateRangeStyle:o.default.bool,isRangeVariant:o.default.bool,getDayContent:o.default.func,modifiers:o.default.object,ranges:o.default.arrayOf(o.default.oneOf(["day","week","month","quarter","year"])),shouldShowRelativeRanges:o.default.bool,components:o.default.shape({Footer:o.default.oneOfType([o.default.node,o.default.func])}),getTooltip:o.default.func,locale:o.default.string,timezoneName:o.default.string};const g3=()=>{const e=Y.useResponsive();return!(e!=null&&e.md)},g0=({value:e,onChange:r,locale:l})=>{const[i,c]=g.useState(new Date(e).getFullYear()),d=w=>{c(i+w)},u=()=>{const w=new Date;c(w.getFullYear()),r(w)},f=()=>{r(e)};return n.default.createElement("div",{className:"ui-month-picker min-w-72 max-w-xs rounded-lg bg-white"},n.default.createElement(f0,{year:i,value:e,locale:l,handleClear:f,handleToday:u,handleYearChange:d,onChange:r}))};g0.propTypes={value:o.default.objectOf(Date),onChange:o.default.func,locale:o.default.string};const w3=({value:e,variant:r="single",dateFormat:l="ddd, LL",placeholder:i="Select Date",pickerType:c="day",onChange:d,children:u,classNames:f={},components:w={},popoverProps:p,getDayContent:v,...x})=>{const[A]=g.useState(e),[H,N]=g.useState(e),[y,T]=g.useState(!1),S=()=>{T(!y)},F=(r1,K,q)=>{r==="single"?(d==null||d(r1,K,q),S()):d==null||d(r1,H,K,q)},L=()=>{N(e),d==null||d(e),T(!1)},_=()=>{!(e!=null&&e.to)&&r==="range"&&d(A),S()};g.useEffect(()=>{N(e)},[e]);const Z=g3();return n.default.createElement(a1,{visible:y,maxWidth:900,distance:18,placement:"bottom",className:h.default("ui-date-picker-input",f.popover),onClickOutside:_,...p,...Z?{placement:"top",distance:4}:{}},u?g.cloneElement(u,{onClick:S}):n.default.createElement(k3,{readOnly:!0,size:"medium",value:e?c0(e,l):"",placeholder:i,className:f==null?void 0:f.input,onClick:S}),n.default.createElement(a1.Content,{className:"pr-1"},y&&(c==="month"?n.default.createElement(g0,{value:e,onChange:F,...x}):n.default.createElement(ke,{variant:r,getDayContent:v,value:e,components:w,onChange:F,onSubmitDateRange:L,...x}))))};w3.propTypes={...ke.propTypes,dateFormat:o.default.string,classNames:o.default.object,popoverProps:o.default.object,children:o.default.node};const k3=g.forwardRef(({className:e,...r},l)=>n.default.createElement("div",{ref:l,className:"relative flex bg-gray-lighter"},n.default.createElement("div",{className:"pointer-events-none absolute inset-0 flex items-center pl-3"},n.default.createElement(Ce,{className:"z-10 inline-block"})),n.default.createElement(x1,{className:h.default("no-translate cursor-pointer px-8",e),...r}),n.default.createElement("div",{className:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3"},n.default.createElement(te,{className:"inline-block"}))));k3.propTypes={className:o.default.string};const H5=({value:e,error:r})=>n.default.createElement("span",null,r?n.default.createElement(j1,{content:r},n.default.createElement("span",null,n.default.createElement(Ee,{className:"mr-1 text-danger"}))):null,e),N5=({text:e,isOpen:r=!1,showArrow:l=!0,autoSelectOnClick:i=!1,onClick:c,onClickOutside:d,classNames:u,children:f,error:w=null,...p})=>{const v=g.useRef(),x=A=>{setTimeout(()=>{const H=v==null?void 0:v.current.querySelector("select,textarea,input");H&&(H.focus(),i&&H.select())},0),c==null||c(A)};return n.default.createElement(a1,{visible:r,onClickOutside:d,...p},n.default.createElement("span",{className:h.default("cursor-pointer whitespace-nowrap",w&&"!border-danger !text-danger",u==null?void 0:u.text),onClick:x},n.default.createElement("span",{className:h.default("border-b border-b-black font-bold text-black",u==null?void 0:u.textField)},n.default.createElement(H5,{value:e,error:w})),l&&n.default.createElement(te,{size:"medium"})),n.default.createElement(a1.Content,null,n.default.createElement("div",{ref:v,className:h.default("p-2",u==null?void 0:u.children)},f)))},v3=({src:e,size:r="large",isLoading:l=!1,maxSize:i=5,hasDelete:c=!0,requirements:d=null,caption:u=null,csvAcceptFormats:f="image/png,image/jpeg,image/webp",onChange:w,onDelete:p,onError:v,...x})=>{const A=g.useRef(),[H,N]=g.useState(0),y=()=>{A.current.click()},T=_=>{const[Z]=_.target.files;if(i&&1048576*i<Z.size){v(`Image size shouldn't exceed ${i}MB`);return}w(Z)},S=()=>{N(H+1),p()},F=typeof d=="string"?(d==null?void 0:d.trim().length)>0:!!d,L=u?u.trim().length>0:!1;return n.default.createElement("div",{className:h.default("flex items-center rounded bg-gray-lighter p-4",c?"space-x-2":"space-x-3")},n.default.createElement("div",null,e?n.default.createElement(Y1,{src:e,size:r}):n.default.createElement("div",{className:h.default(Y1.sizes[r],"flex items-center justify-center rounded border border-gray-light")},n.default.createElement(ye,{size:"large",className:"text-gray"}))),n.default.createElement("div",{className:"flex flex-col space-y-2"},n.default.createElement("div",{className:"space-x-2"},c?n.default.createElement(n.default.Fragment,null,n.default.createElement(l1,{variant:"outline",color:"secondary",icon:n.default.createElement(Me,null),disabled:l,onClick:S},"Delete"),n.default.createElement(re,{disabled:l,isLoading:l,onClick:y},L?u.trim():"Upload New Photo")):n.default.createElement(re,{disabled:l,isLoading:l,onClick:y},L?u.trim():e?"Replace Photo":"Upload New Photo")),n.default.createElement("input",{key:H,ref:A,className:"hidden",type:"file",multiple:!1,accept:f,onChange:T,...x}),n.default.createElement("div",{className:"text-xs text-gray-darker"},F?d:n.default.createElement("div",null,"Check that the image is in PNG, JPG or WebP format",i?` and does not exceed ${i}MB`:""))))};v3.propTypes={src:o.default.string,size:o.default.oneOf(["small","medium","large"]),isLoading:o.default.bool,maxSize:o.default.number,hasDelete:o.default.bool,caption:o.default.string,requirements:o.default.oneOfType([o.default.node,o.default.string]),csvAcceptFormats:o.default.string,onChange:o.default.func.isRequired,onDelete:o.default.func.isRequired,onError:o.default.func.isRequired};const m3=(e,r)=>{try{return O3.parsePhoneNumberFromString(e,{defaultCountry:r,extract:!1})}catch{return}},j5=(e,r="US")=>{var l;return(l=m3(e,r))==null?void 0:l.country},C3=(e,r="US")=>{const l=m3(e,r),i=l==null?void 0:l.country;return i?i===r?l.formatNational():l.formatInternational():e},L3=({countryCode:e="US",className:r,children:l})=>{const i=l,c=C3(i,e),d=j5(i,e);return n.default.createElement("span",{className:h.default("ui-phone",r),"data-region-code":d||"N/A","data-country-code":e,title:i},c)};L3.propTypes={countryCode:o.default.string,className:o.default.string,children:o.default.node.isRequired};const T5=R1.default(),x3=({locale:e=T5,maximumFractionDigits:r=2,isCompact:l=!1,children:i})=>{const c=ce(i,null,e,r,l);return n.default.createElement("span",{className:"ui-number"},c)};x3.propTypes={locale:o.default.string,maximumFractionDigits:o.default.number,isCompact:o.default.bool,children:o.default.node.isRequired};const z5={primary:"bg-primary",secondary:"bg-secondary",success:"bg-success",warning:"bg-warning",danger:"bg-danger",caution:"bg-caution"},B5={small:"px-3 py-2 text-sm leading-3.5 shadow max-w-50",medium:"px-4 py-3.5 text-base leading-4 shadow max-w-100",large:"px-4.5 py-4 text-md leading-4.5 shadow max-w-xl"},V5={duration:3e3,position:"top-center",reverseOrder:!1},w0={show({text:e,size:r="medium",color:l="success",className:i,canClose:c=!0,onClose:d,...u}){const f={...V5,...u};c||(f.duration=Number.POSITIVE_INFINITY);const w=w0.getStyles(l,r,i,c);L0.default.custom(w0.container.bind(this,e,w,c?d:null),f)},primary(e,r){this.show({color:"primary",text:e,...r})},secondary(e,r){this.show({color:"secondary",text:e,...r})},success(e,r){this.show({color:"success",text:e,...r})},warning(e,r){this.show({color:"warning",text:e,...r})},caution(e,r){this.show({color:"caution",text:e,...r})},danger(e,r){this.show({color:"danger",text:e,...r})},getStyles(e,r,l){return h.default("flex text-white rounded pointer-events-auto",z5[e],B5[r],l)},container(e,r,l,i){const c=d=>l(d,i);return n.default.createElement(z.Transition,{appear:!0,as:g.Fragment,show:i.visible,enter:"transition transform duration-500 ease-out",enterFrom:"-translate-y-full !opacity-0",enterTo:"translate-y-0 !opacity-100",leave:"transition transform duration-500 ease-in",leaveFrom:"!opacity-90 translate-y-0",leaveTo:"!opacity-0 -translate-y-full"},n.default.createElement("div",{key:i.id,className:r},n.default.createElement("div",{className:"w-full"},e),l&&n.default.createElement("div",{className:"flex cursor-pointer items-center justify-center pl-3 opacity-60 hover:opacity-100",onClick:c},n.default.createElement(k1,null))))},dismiss(e){L0.default.dismiss(e)}},c1={colors:{transparent:"transparent",current:"currentColor",black:"#222324",white:"#ffffff",gray:{hover:"#F7F9FB",lighter:"#F0F2F4",light:"#E0E3E7",DEFAULT:"#BDC0C6",dark:"#8A8C91",darker:"#505254"},blue:{medium:"#B0C7F1",lighter:"#D1E1FF",light:"#2979D0",DEFAULT:"#1352C6",dark:"#3467C4",darker:"#0E44A8"},turquoise:{DEFAULT:"#3FE2EE"},green:{lighter:"#E2FFEF",lightish:"#C1F9D9",light:"#33E781",DEFAULT:"#27CE70",dark:"#23B965",darker:"#168848"},red:{lighter:"#FFF0F0",lightish:"#FFE1E1",light:"#FFA1A1",DEFAULT:"#FF5A5A",dark:"#E93737",darker:"#CD1F1F"},yellow:{lighter:"#FFFAF0",lightish:"#FFECC6",light:"#FFDB8E",DEFAULT:"#FFC03D",dark:"#EBAA24",darker:"#987122"},orange:{lighter:"#FFF1E7",lightish:"#FFF1E7",light:"#FFB493",DEFAULT:"#FF9668",dark:"#EC743F",darker:"#ff7336"},primary:{medium:"#B0C7F1",lighter:"#D1E1FF",light:"#2979D0",DEFAULT:"#1352C6",dark:"#3467C4",darker:"#0E44A8"},secondary:{hover:"#F7F9FB",lighter:"#F0F2F4",light:"#E0E3E7",DEFAULT:"#BDC0C6",dark:"#8A8C91",darker:"#505254"},warning:{lighter:"#FFFAF0",lightish:"#FFECC6",light:"#FFDB8E",DEFAULT:"#FFC03D",dark:"#EBAA24",darker:"#987122"},success:{lighter:"#E2FFEF",lightish:"#C1F9D9",light:"#33E781",DEFAULT:"#27CE70",dark:"#23B965",darker:"#168848"},danger:{lighter:"#FFF0F0",lightish:"#FFE1E1",light:"#FFA1A1",DEFAULT:"#FF5A5A",dark:"#E93737",darker:"#CD1F1F"},caution:{lighter:"#FFF1E7",lightish:"#FFF1E7",light:"#FFB493",DEFAULT:"#FF9668",dark:"#EC743F",darker:"#ff7336"}},spacing:{0:"0px",1:"4px",2:"8px",3:"12px",4:"16px",5:"20px",6:"24px",7:"28px",8:"32px",9:"36px",10:"40px",11:"44px",12:"48px",14:"56px",15:"60px",16:"64px",20:"80px",24:"96px",25:"100px",28:"112px",30:"120px",32:"128px",36:"144px",40:"160px",44:"176px",48:"192px",50:"200px",52:"208px",54:"216px",56:"224px",60:"240px",64:"256px",65:"260px",72:"288px",75:"300px",80:"320px",85:"340px",96:"384px",100:"400px",105:"420px",110:"440px",125:"500px",140:"560px",150:"600px",200:"800px","0.25":"1px","0.5":"2px","0.75":"3px","1.5":"6px","2.5":"10px","3.5":"14px","4.5":"18px","7.5":"30px"},fontSize:{xs:"10px",sm:"12px",base:"14px",md:"16px",lg:"18px",xl:"21px","2xl":"24px","3xl":"38px"},borderRadius:{none:"0px",DEFAULT:"4px",sm:"2px",md:"6px",lg:"8px",xl:"12px","2xl":"16px",full:"9999px"},extend:{fontFamily:{sans:["Inter","ui-sans-serif","system-ui","sans-serif",'"Apple Color Emoji"','"Segoe UI Emoji"','"Segoe UI Symbol"','"Noto Color Emoji"'],mono:["Roboto Mono","ui-monospace","SFMono-Regular","Menlo","Monaco","Consolas",'"Liberation Mono"','"Courier New"',"monospace"]},lineHeight:{0:"0px",1:"4px",2:"8px",3:"12px",4:"16px",5:"20px",6:"24px",7:"28px",8:"32px",9:"36px",10:"40px",11:"44px",12:"48px","0.25":"1px","0.5":"2px","0.75":"3px","1.5":"6px","2.5":"10px",xs:"10px",sm:"12px","3.5":"14px",base:"14px",md:"16px","4.5":"18px",lg:"18px",p1:"130%",p2:"130%",p3:"110%",p4:"100%"},letterSpacing:{tightest:"-.4px"},minWidth:{0:"0px",1:"4px",2:"8px",3:"12px",4:"16px",5:"20px",6:"24px",7:"28px",8:"32px",9:"36px",10:"40px",11:"44px",12:"48px",14:"56px",15:"60px",16:"64px",20:"80px",24:"96px",25:"100px",28:"112px",30:"120px",32:"128px",36:"144px",40:"160px",44:"176px",48:"192px",50:"200px",52:"208px",54:"216px",56:"224px",60:"240px",64:"256px",65:"260px",72:"288px",75:"300px",80:"320px",85:"340px",96:"384px",100:"400px",105:"420px",110:"440px",125:"500px",140:"560px",150:"600px",200:"800px","0.25":"1px","0.5":"2px","0.75":"3px","1.5":"6px","2.5":"10px","3.5":"14px","4.5":"18px","7.5":"30px"},maxWidth:{0:"0px",1:"4px",2:"8px",3:"12px",4:"16px",5:"20px",6:"24px",7:"28px",8:"32px",9:"36px",10:"40px",11:"44px",12:"48px",14:"56px",15:"60px",16:"64px",20:"80px",24:"96px",25:"100px",28:"112px",30:"120px",32:"128px",36:"144px",40:"160px",44:"176px",48:"192px",50:"200px",52:"208px",54:"216px",56:"224px",60:"240px",64:"256px",65:"260px",72:"288px",75:"300px",80:"320px",85:"340px",96:"384px",100:"400px",105:"420px",110:"440px",125:"500px",140:"560px",150:"600px",200:"800px","0.25":"1px","0.5":"2px","0.75":"3px","1.5":"6px","2.5":"10px","3.5":"14px","4.5":"18px","7.5":"30px"}}},{colors:R}=c1,b1={color:R.gray.darker,fontSize:c1.fontSize.sm,fontWeight:400,cursor:"pointer",textOverflow:"ellipsis",fontFamily:c1.extend.fontFamily.sans},k0={global:{useUTC:!1},chart:{spacingLeft:0},colors:[R.primary,R.success,R.warning,R.caution,R.danger,R.blue.darker,R.green.darker,R.red.darker,R.yellow.darker,R.orange.darker],xAxis:{title:{style:V.merge({},b1,{color:R.black})},labels:{style:b1}},yAxis:{title:{style:V.merge({},b1,{color:R.black})},labels:{style:b1}},tooltip:{enabled:!0,backgroundColor:R.black,borderColor:R.black,borderRadius:4,borderWidth:1,valueDecimals:2,crosshairs:[!0,!0],shadow:!1,useHTML:!0,style:V.merge({},b1,{opacity:.9,color:"#cccccc"})},title:{text:"",style:V.merge({},b1,{color:R.black,fontSize:"18px",fontWeight:600})},plotOptions:{series:{marker:{enabled:!0,states:{hover:{enabled:!0,lineWidth:1,radius:4}}}}},legend:{enabled:!1,itemStyle:b1,itemMarginBottom:5,align:"center",layout:"vertical",borderWidth:0},credits:{enabled:!1}},S5=V.merge({},k0,{chart:{type:"line"},title:{align:"left",margin:20,verticalAlign:"top"},xAxis:{type:"datetime",step:1,minTickInterval:24*3600*1e3,lineColor:c1.colors.gray.darker,lineWidth:1,gridLineWidth:"1",gridLineColor:"#DEDEDE",gridLineDashStyle:"dot"},yAxis:{lineColor:c1.colors.gray.darker,lineWidth:1,gridLineWidth:"1",gridLineColor:"#DEDEDE",gridLineDashStyle:"dot"},plotOptions:{series:{marker:{enabled:!0,lineWidth:1,radius:3,states:{hover:{enabled:!0,lineWidth:1,radius:4}}}}},legend:{enabled:!1,itemStyle:{fontSize:"14px",color:"#666666",textTransform:"capitalize",fontFamily:c1.extend.fontFamily.sans},itemMarginBottom:5,align:"center",layout:"vertical",borderWidth:0}}),D5=V.merge({},k0,{chart:{type:"pie"},tooltip:{pointFormat:"<b>{point.percentage:.1f}%</b>"},plotOptions:{pie:{size:180,center:[80,90],allowPointSelect:!0,cursor:"pointer",dataLabels:{enabled:!1},showInLegend:!0,innerSize:110}},legend:{enabled:!0,maxHeight:120,width:220,navigation:{activeColor:c1.colors.gray.darker,animation:"true",style:c1.extend.fontFamily.sans},padding:5,backgroundColor:c1.colors.white,itemMarginTop:1,itemMarginBottom:3,itemStyle:c1.extend.fontFamily.sans,style:{overflow:"hidden"},align:"left",layout:"horizontal",verticalAlign:"proximate",y:240},credits:{enabled:!1}});a.AccountIcon=g4,a.AddNoteIcon=w4,a.AddSquareIcon=k4,a.AffirmIcon=I0,a.AfterpayIcon=A0,a.Alert=He,a.AmexIcon=v4,a.AnnounceIcon=H0,a.AppIcon=m4,a.AppStoreBadge=C4,a.ArchiveIcon=L4,a.ArrowCcwIcon=N0,a.ArrowCwIcon=j0,a.ArrowDownIcon=x4,a.ArrowRightIcon=y4,a.ArrowTopRightIcon=b4,a.ArrowUpIcon=M4,a.AtIcon=T0,a.Avatar=Ne,a.Badge=Ae,a.BalloonIcon=z0,a.BankCheckIcon=B0,a.BarGraphIcon=V0,a.BaseChartOptions=k0,a.BellIcon=me,a.BookIcon=S0,a.BookmarkIcon=D0,a.BottomSheet=Z1,a.BoxIcon=F0,a.Breadcrumb=T1,a.Breakdown=m1,a.BriefcaseIcon=O0,a.BugIcon=W0,a.Button=l1,a.ButtonCodeIcon=E4,a.ButtonGroup=Je,a.CakeIcon=P0,a.CalendarDayIcon=q0,a.CalendarIcon=Ce,a.CalendarListIcon=U0,a.CalendarMonthIcon=Z0,a.CalendarWeekIcon=Y0,a.CapacityIcon=I4,a.CardAltIcon=_0,a.CardIcon=G0,a.CartIcon=K0,a.CashIcon=Q0,a.ChallengeIcon=X0,a.CheckIcon=Le,a.Checkbox=a0,a.CheckboxIcon=J0,a.ChecklistIcon=$0,a.ChevronDownIcon=xe,a.ChevronLeftIcon=ee,a.ChevronRightIcon=A1,a.ChevronUpIcon=R0,a.ChipIcon=et,a.CircleCheckFilledIcon=rt,a.CircleCheckIcon=tt,a.CircleCrossIcon=ot,a.CircleCrossImage=A4,a.CircleCrownIcon=H4,a.CircleDollarIcon=nt,a.CircleDotIcon=N4,a.CircleInfinityIcon=j4,a.CircleInfoIcon=T4,a.CircleKeyIcon=z4,a.CircleNotch=at,a.CirclePauseIcon=lt,a.CirclePlusIcon=B4,a.CirclePlusImage=V4,a.CircleSubtractIcon=st,a.ClipboardIcon=it,a.ClockAltIcon=S4,a.ClockIcon=D4,a.ClockManualIcon=ct,a.CloseIcon=k1,a.CollapseIcon=F4,a.CollectionIcon=dt,a.ComboBox=r3,a.CommentAltIcon=O4,a.CommentIcon=W4,a.CompassIcon=ut,a.ComputerImage=P4,a.CopyIcon=ht,a.Counter=ne,a.CouponIcon=ft,a.CrmIcon=gt,a.CrownIcon=q4,a.Currency=v1,a.CustomizeColumnsIcon=pt,a.DashboardIcon=U4,a.DatePicker=ke,a.DatePickerPopover=w3,a.DecreaseIcon=wt,a.DepositIcon=Z4,a.DinersClubIcon=kt,a.DisabledIcon=vt,a.DiscoverIcon=mt,a.DisputeIcon=Y4,a.Dot=L1,a.DotProgress=Nr,a.DoubleCheckIcon=Ct,a.DownArrowIcon=te,a.DownloadIcon=Lt,a.Drawer=O1,a.DropdownIcon=xt,a.DumbbellIcon=yt,a.DuplicateIcon=bt,a.DurationIcon=Mt,a.EditIcon=Et,a.EditNoteIcon=It,a.EllipsisIcon=At,a.EmailCheckedIcon=Ht,a.EmailIcon=_4,a.EmailResendIcon=Nt,a.EmptyChecklistIcon=jt,a.EmvImage=G4,a.EquipmentCheckoutIcon=zt,a.EquipmentIcon=Tt,a.EquipmentReturnIcon=Bt,a.ExpediaImage=K4,a.ExportIcon=Vt,a.EyeClosedIcon=Q4,a.EyeIcon=St,a.FaceNeutralIcon=Ft,a.FaceSadIcon=Ot,a.FaceSmileIcon=Wt,a.FacebookIcon=Dt,a.FadeIn=b0,a.FeedbackLightBulbIcon=Pt,a.FilterIcon=qt,a.FlagIcon=Ut,a.FlexFee2Icon=Zt,a.FlexFeeIcon=Yt,a.FoodIcon=_t,a.ForkIcon=Gt,a.FormGroup=ue,a.GiftIcon=X4,a.GlobeIcon=J4,a.GooglePlacesAutocomplete=l0,a.HandIcon=Kt,a.HandshakeIcon=Qt,a.HeaderToolbar=y1,a.HelpCenterIcon=Xt,a.HistogramOptions=S5,a.HouseIcon=Jt,a.ImageIcon=ye,a.ImageUpload=v3,a.InfinityIcon=$4,a.InlineValuePopover=N5,a.Input=x1,a.InstagramIcon=$t,a.InvoiceIcon=Rt,a.ItemsIcon=e2,a.Key=p1,a.KeyIcon=R4,a.KioskIcon=eo,a.KlarnaIcon=t2,a.Label=he,a.LightIcon=r2,a.LightningIcon=o2,a.LinkIcon=to,a.LockIcon=ro,a.Login=i3,a.Logo=Y1,a.LogoutIcon=n2,a.MaestroIcon=a2,a.MagicIcon=l2,a.MasterCardIcon=s2,a.MedicalIcon=i2,a.MegaphoneIcon=c2,a.MenuIcon=d2,a.MinusIcon=u2,a.MixedChecklistIcon=oo,a.MobileIcon=h2,a.Modal=U1,a.MoneyAddIcon=f2,a.MoneyBackIcon=p2,a.MoneyIcon=g2,a.MonthPicker=g0,a.MountainIcon=w2,a.MouseIcon=k2,a.Number=x3,a.PassIcon=v2,a.PenIcon=m2,a.Phone=L3,a.PhoneIcon=C2,a.PhotosIcon=L2,a.PieOptions=D5,a.PiggyBankIcon=x2,a.PinIcon=y2,a.PipeIcon=b2,a.PlayIcon=M2,a.PlayMarketBadge=no,a.PlusIcon=E2,a.PolicyIcon=I2,a.Popover=a1,a.PopoverList=q1,a.PrintIcon=ao,a.ProductsIcon=A2,a.Provider=a5,a.QuestionIcon=H2,a.QuestionnaireIcon=lo,a.RangeSlider=o3,a.ReceiptIcon=so,a.ReceptionBellIcon=N2,a.ReceptionBellMoneyIcon=j2,a.RefreshIcon=T2,a.RelativeDateRange=p0,a.RosterIcon=io,a.RoundedSquareIcon=co,a.RulerIcon=z2,a.SIDEBAR_VARIANT=n1,a.SIDEBAR_VARIANT_WIDTH=H1,a.SIDEBAR_WIDTH=u1,a.ScanQrCodeIcon=uo,a.Search=Re,a.SearchAltIcon=B2,a.SearchIcon=be,a.Select=G1,a.SendIcon=V2,a.SeniorIcon=S2,a.SeniorV2Icon=D2,a.SeniorV3Icon=F2,a.ServiceIcon=ho,a.SettingsIcon=fo,a.ShapesIcon=po,a.ShareIcon=go,a.ShieldIcon=O2,a.ShirtIcon=wo,a.ShoppingBagIcon=W2,a.Sidebar=h1,a.Skeleton=l3,a.SlideDown=M0,a.SnapchatIcon=P2,a.Spinner=D1,a.SplitArrowIcon=ko,a.SplitPaymentIcon=vo,a.StackIcon=q2,a.StarFilledIcon=U2,a.StarIcon=Z2,a.StoreCreditIcon=mo,a.SubmitButton=re,a.Switch=C1,a.Table=Q,a.TableIcon=Y2,a.Tabs=z1,a.Tag=Ar,a.TaxIcon=_2,a.Textarea=o0,a.ThumbsDownIcon=G2,a.ThumbsUpIcon=K2,a.TicketIcon=Q2,a.TikTokIcon=X2,a.ToggleButton=yr,a.Tooltip=j1,a.TransferArrowIcon=J2,a.TranslationIcon=$2,a.TrashIcon=Me,a.TripadvisorIcon=R2,a.TutorialsBadgeIcon=er,a.TutorialsButtonIcon=tr,a.TutorialsSquareIcon=rr,a.TwitterIcon=or,a.UnlinkIcon=Co,a.UserAddIcon=nr,a.UserChangedIcon=ar,a.UserIcon=lr,a.UserSubtractIcon=sr,a.VariantIcon=ir,a.VerifiedTickIcon=Lo,a.VerifoneImage=xo,a.VeteranIcon=cr,a.ViewNotesIcon=yo,a.VisaIcon=dr,a.VoucherIcon=ur,a.WaitlistIcon=hr,a.WarningDiamondIcon=Ee,a.WarningFilledIcon=pr,a.WarningIcon=fr,a.WarningTriangleIcon=gr,a.WeightIcon=wr,a.WifiIcon=kr,a.WriteIcon=vr,a.XIcon=mr,a.XolaBotIcon=bo,a.XolaLogo=Mo,a.XolaLogoCircle=Eo,a.XolaLogoSimple=Ie,a.XrayIcon=Cr,a.YelpIcon=Lr,a.ZipIcon=xr,a.almostZero=e0,a.dateFromObjectId=v5,a.flash=w0,a.formatDate=c0,a.formatPhoneNumber=C3,a.formatTime=k5,a.getSymbol=Qr,a.isIosBrowser=Fe,a.isOSX=F1,a.isZeroDecimal=ie,a.numberFormat=ce,a.rangeLabels=P,a.rangeOptions=k,a.roundNumber=t0,a.theme=c1,a.useId=se,a.useIsMobile=g3,a.useSidebar=oe,a.useSidebarWidth=Po,Object.defineProperty(a,Symbol.toStringTag,{value:"Module"})});
|
|
3
|
+
ease-in-out ${S?"translate-y-0 opacity-100":"-translate-y-2 opacity-0"}`},n.default.createElement("span",{className:"inline-flex items-center gap-1"},n.default.createElement(p1,{char:"Esc"}),n.default.createElement("span",null,"Clear search")))),n.default.createElement("ul",{...s1({id:Z,className:h.default("ui-search-menu","absolute top-10 divide-y divide-gray-light w-full xl:w-[590px] max-h-[75vh] border border-secondary-lighter shadow-xl mt-1 rounded overflow-auto z-20 bg-white",{hidden:!M1})})},o1?B.map((W,t1)=>n.default.createElement("li",{key:W,...X1({key:t1,item:W,index:t1,className:"ui-search-item"})},W===I?f?n.default.createElement("div",{className:"p-3 text-center"},n.default.createElement(D1,{size:"small"})):b.length<x?n.default.createElement("div",{className:h.default("cursor-pointer p-2",J===t1?"bg-blue-light text-white":"")},`Enter at least ${x} characters to begin search`):null:u==null?void 0:u(W,J===t1))):null,o1&&U?n.default.createElement("li",{className:"cursor-not-allowed p-2"},"No results found"):null,o1&&B.length<5?n.default.createElement("li",{className:"search-footer pointer-events sticky bottom-0 flex space-x-5 p-2 text-sm text-gray-dark"},n.default.createElement("span",{className:"flex items-center"},n.default.createElement(p1,{char:"up",className:"mr-0.5"}),n.default.createElement(p1,{char:"down",className:"mr-2"})," navigate results"),n.default.createElement("span",{className:"flex items-center"},n.default.createElement(p1,{char:"enter",className:"mr-2"})," submit"),n.default.createElement("span",{className:"flex items-center"},n.default.createElement(p1,{char:"esc",className:"mr-2"})," close search")):null))};t0.propTypes={className:o.default.string,items:o.default.arrayOf(o.default.any),defaultValue:o.default.string,onChange:o.default.func,onSubmit:o.default.func,onSelect:o.default.func,children:o.default.oneOfType([o.default.arrayOf(o.default.node),o.default.node,o.default.func]),isLoading:o.default.bool,shouldStayOpen:o.default.bool,shouldDestroyOnClose:o.default.bool,shouldHideMenu:o.default.bool};const j1=({className:e,classNames:r={},separator:l="/",children:i,...c})=>{const d=g.Children.count(i)-1;return n.default.createElement("div",{className:h.default("ui-breadcrumb","whitespace-nowrap text-2xl font-semibold",e),...c},g.Children.map(i,(u,f)=>{const w=f>=d;return n.default.createElement(n.default.Fragment,null,n.default.createElement("span",{className:h.default(r.item,w?"text-black":"text-gray-dark")},u),w?null:n.default.createElement("span",{className:h.default(r.separator,"mx-2 text-gray-dark")},l))}))};j1.propTypes={className:o.default.string,classNames:o.default.object,separator:o.default.string,children:o.default.oneOfType([o.default.arrayOf(o.default.node),o.default.node])},j1.Item=({className:e,onClick:r,children:l})=>n.default.createElement("div",{className:h.default("ui-breadcrumb-item inline",r&&"cursor-pointer hover:underline",e),onClick:r},l),j1.Item.displayName="Breadcrumb.Item",j1.Item.propTypes={className:o.default.string,onClick:o.default.func,children:o.default.node.isRequired};const w5=R1.default(),k5=new Set(["JPY","CLP","KRW","LAK","PYG","VND","VUV"]),ce=e=>k5.has(e),$r=(e,r=w5,l=0,i=!1)=>new Intl.NumberFormat(r,{style:"currency",currency:e,maximumFractionDigits:0,currencyDisplay:i?"narrowSymbol":"symbol"}).format(l).replace(/\d/g,"").trim(),Rr=R1.default(),r0=e=>{const r=Math.abs(e);return r>=0&&r<=.001},de=(e,r=null,l=Rr,i=2,c=!1,d=!1)=>{const f={style:r?"currency":"decimal",minimumFractionDigits:i,maximumFractionDigits:i};return r&&(f.currency=r,f.currencyDisplay=d?"narrowSymbol":"symbol"),c?v5(e,l):new Intl.NumberFormat(l,f).format(e)},o0=(e,r)=>{let l=Number(r);return ce(e)?V.round(l):(V.round(l,3)===V.round(l,4)&&(l=V.round(l,3)),V.round(l,2))},v5=(e,r=Rr)=>new Intl.NumberFormat(r,{notation:"compact",maximumFractionDigits:2}).format(e),e3=R1.default(),v1=({currency:e="USD",locale:r=e3,shouldRemoveTrailingZeroes:l=!0,maximumFractionDigits:i=2,compact:c=!1,isNarrowSymbolForm:d,children:u})=>{let f=u;r0(f)&&(f=0);const w=ce(e)?0:i;let p=de(f,e,r,w,c);const v=f<0;return v&&(p=p.replace("-","")),c?n.default.createElement("span",{className:"ui-currency"},v&&"-",$r(e,r,d),p):(p=l?p.replace(".00",""):p,n.default.createElement("span",{className:"ui-currency"},v&&"-",p))};v1.propTypes={currency:o.default.string,locale:o.default.string,shouldRemoveTrailingZeroes:o.default.bool,maximumFractionDigits:o.default.number,children:o.default.node.isRequired},v1.Round=({currency:e,children:r})=>{const l=o0(e,r);return n.default.createElement("span",{className:"ui-currency-round"},l)},v1.Round.propTypes={currency:o.default.string,children:o.default.node.isRequired},v1.Split=({currency:e="USD",locale:r=e3,isNarrowSymbolForm:l,children:i})=>{let c=i;r0(c)&&(c=0);const d=o0(e,c).toString().split("."),u=d[0];let f=d[1]||"0";f.length===1&&(f+="0");const w=de(u,e,r,0,l);return n.default.createElement("span",{title:c,className:"ui-currency-split"},n.default.createElement("span",{className:"ui-currency-split-int"},w),!ce(e)&&n.default.createElement("span",{className:"ui-currency-split-decimal pl-1"},n.default.createElement("sup",null,f)))},v1.Split.propTypes={currency:o.default.string,locale:o.default.string,children:o.default.node.isRequired,isNarrowSymbolForm:o.default.bool};const ue={default:"text-gray-darker",black:"text-black",primary:"text-primary",secondary:"text-secondary",warning:"text-warning",success:"text-success",danger:"text-danger",caution:"text-caution"},n0=g.createContext(),m1=({children:e,className:r,currency:l,locale:i,...c})=>{const d=g.useMemo(()=>({currency:l,locale:i}),[l,i]);return n.default.createElement(n0.Provider,{value:d},n.default.createElement("table",{className:h.default("ui-breakdown","w-full",r),...c},n.default.createElement("tbody",null,e)))};m1.propTypes={children:o.default.node,className:o.default.string,currency:o.default.string.isRequired,locale:o.default.string};const t3=({info:e,methodIcon:r,secondary:l,value:i,color:c="default",className:d,classNames:u={key:"",children:"",info:"",value:""},children:f,...w})=>{const{currency:p,locale:v}=g.useContext(n0)??{};return n.default.createElement("tr",{className:h.default("ui-breakdown-item",ue[c],d),...w},n.default.createElement("td",{colSpan:2,className:h.default("break-words text-left leading-none",u.key)},n.default.createElement("span",{className:"mr-0.5"},r),n.default.createElement("span",{className:h.default("mr-1 break-normal md:break-all",u.children)},f??""),n.default.createElement("span",{className:h.default("text-sm",u.info)},e&&n.default.createElement("span",{className:"mr-2 rounded bg-white p-1 uppercase text-black empty:hidden"},e),l&&n.default.createElement("span",{className:"empty:hidden"},l))),n.default.createElement("td",{className:h.default("w-[1%] whitespace-nowrap pl-4 text-right",u.value)},V.isNumber(i)?n.default.createElement(v1,{shouldRemoveTrailingZeroes:!1,currency:p,locale:v},i):n.default.createElement("span",null,i)))};t3.propTypes={children:o.default.node,info:o.default.node,methodIcon:o.default.node,secondary:o.default.node,value:o.default.node,className:o.default.string,classNames:o.default.object,color:o.default.oneOf(Object.keys(ue))},m1.Item=t3,m1.Item.displayName="Breakdown.Item";const r3=({info:e,value:r,color:l="black",className:i,classNames:c={children:"",info:"",value:""},children:d,...u})=>{const{currency:f,locale:w}=g.useContext(n0)??{};return n.default.createElement("tr",{className:h.default("ui-breakdown-subtotal-item","font-bold",ue[l],i),...u},n.default.createElement("td",{className:h.default("pb-4 pt-1 text-left",c.children)},d),n.default.createElement("td",{className:h.default("whitespace-nowrap pb-4 pt-1 text-right",c.info)},e),n.default.createElement("td",{className:h.default("w-[1%] whitespace-nowrap pb-4 pl-4 pt-1 text-right",c.value)},n.default.createElement(v1,{shouldRemoveTrailingZeroes:!1,currency:f,locale:w},r)))};r3.propTypes={children:o.default.node,info:o.default.node,value:o.default.node,className:o.default.string,classNames:o.default.object,color:o.default.oneOf(Object.keys(ue))},m1.SubtotalItem=r3,m1.SubtotalItem.displayName="Breakdown.SubtotalItem";const o3=({className:e,...r})=>n.default.createElement("tr",{className:h.default("ui-breakdown-separator",e),...r},n.default.createElement("td",{colSpan:3,className:"border-b border-gray-light pb-1"}));o3.propTypes={className:o.default.string},m1.Separator=o3,m1.Separator.displayName="Breakdown.Separator";const he=({className:e,...r})=>n.default.createElement("div",{className:h.default("ui-form-group",e,"mb-4"),...r});he.propTypes={className:o.default.string};const n3={small:"px-3 py-1.5 text-sm leading-sm",medium:"px-3 py-2.5 text-base leading-base",large:"px-5 py-3.5 text-md leading-md"},f1=g.forwardRef(({as:e,size:r="medium",isError:l,className:i,isRequired:c,value:d,prefix:u,suffix:f,...w},p)=>{const v=()=>{if(!V.isString(d))return;let A=d;return u&&(A=A.replace(new RegExp(`^${u}`),"")),f&&(A=A.replace(new RegExp(`${f}$`),"")),A.replace(/[^.\S]+/g,"").replace(/[\p{Sc}]/u,"")},x=V.isString(d)?V.isEmpty(v()):V.isEmpty(d==null?void 0:d.toString());return n.default.createElement("div",{className:"relative flex w-full items-center"},n.default.createElement(e,{ref:p,className:h.default("w-full rounded text-gray-darker placeholder-gray-dark hover:placeholder-gray-darker disabled:text-gray","border hover:border-black hover:bg-gray-lighter focus:text-black active:text-black disabled:bg-gray-lighter",n3[r],l?"!focus:border-danger !border-danger focus:ring-0 focus:ring-danger":"border-gray-light focus:border-primary focus:ring-0 focus:ring-primary",i),value:d,...w}),c&&x&&n.default.createElement(L1,{className:"absolute right-3",color:"danger"}))});f1.propTypes={as:o.default.oneOfType([o.default.string,o.default.elementType]),size:o.default.oneOf(Object.keys(n3)),className:o.default.string,isError:o.default.bool,isRequired:o.default.bool,value:o.default.oneOfType([o.default.string,o.default.number]),prefix:o.default.string,suffix:o.default.string},f1.defaultProps={as:"input",size:"medium",className:"",isError:!1,isRequired:!1};const x1=g.forwardRef(({className:e,type:r="text",value:l,...i},c)=>n.default.createElement(f1,{ref:c,as:"input",className:h.default("ui-input",e),type:r,value:l,...i}));x1.propTypes={...f1.propTypes,type:o.default.string},x1.defaultProps={...f1.defaultProps,type:"text"};const a0=g.forwardRef(({className:e,value:r,shouldAutoSize:l=!1,rows:i=2,...c},d)=>l?n.default.createElement(f1,{ref:d,as:r4.default,value:r,minRows:i,className:h.default("ui-textarea",e),...c}):n.default.createElement(f1,{ref:d,as:"textarea",value:r,rows:i,className:h.default("ui-textarea",e),...c}));a0.propTypes={...f1.propTypes,rows:o.default.number,shouldAutoSize:o.default.bool},a0.defaultProps={rows:2,shouldAutoSize:!1};const G1=e=>n.default.createElement(f1,{as:"select",...e});G1.propTypes=f1.propTypes;const J5="",a3=({isCreatable:e=!1,className:r,isError:l,...i})=>{const c=e?n4.default:o4.default;return n.default.createElement(c,{className:h.default("ui-combo-box",l&&"border-danger",r),classNamePrefix:"ui-combo-box",components:e?{IndicatorsContainer:()=>null,Menu:()=>null,MultiValueLabel:C5}:null,...i})},{MultiValueLabel:m5}=x0.components,C5=e=>{const r=g.useRef(null),[l,i]=g.useState(!0);return g.useEffect(()=>{if(r.current){const c=r.current.offsetWidth>r.current.offsetParent.offsetWidth;i(!c)}},[e.data.label]),n.default.createElement(m5,{...e},n.default.createElement(T1,{disabled:l,maxWidth:"none",content:n.default.createElement("span",null,e.data.label)},n.default.createElement("span",{ref:r},e.data.label)))};a3.propTypes={className:o.default.string,isError:o.default.bool};const l0={large:{parent:"h-6 w-11",inner:"h-5 w-5",translate:"translate-x-5"},medium:{parent:"h-5 w-8",inner:"h-4 w-4",translate:"translate-x-3"},small:{parent:"h-3 w-5",inner:"h-2 w-2",translate:"translate-x-2"}},C1=({isChecked:e=!1,size:r="medium",...l})=>n.default.createElement(z.Switch,{checked:e,className:h.default("ui-switch",e?"bg-primary disabled:bg-gray-light":"bg-gray disabled:bg-gray-light","relative inline-flex flex-shrink-0 cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:outline-none",l0[r].parent),...l},n.default.createElement("span",{className:h.default(e?l0[r].translate:"translate-x-0","ui-switch-inner pointer-events-none inline-block transform rounded-full bg-white shadow ring-0 transition duration-200 ease-in-out",l0[r].inner)}));C1.propTypes={isChecked:o.default.bool,size:o.default.string},C1.Group=({className:e,children:r})=>n.default.createElement(z.Switch.Group,{as:"div",className:h.default("ui-switch-group","inline-flex items-center",e)},r),C1.Group.displayName="Switch.Group",C1.Group.propTypes={className:o.default.string,children:o.default.node.isRequired},C1.Label=({direction:e="left",className:r,children:l})=>n.default.createElement(z.Switch.Label,{as:"span",className:h.default("ui-switch-label","cursor-pointer",e==="left"?"mr-2":"ml-2",r)},l),C1.Label.displayName="Switch.Label",C1.Label.propTypes={direction:o.default.string,className:o.default.string,children:o.default.node.isRequired};const L5={checkbox:"_checkbox_1gb8z_1"},s0=({label:e,className:r,classNames:l={},...i})=>{const c=ie("checkbox");return n.default.createElement("div",{className:h.default("ui-checkbox",r,"flex items-center")},n.default.createElement("input",{type:"checkbox",className:h.default("ui-checkbox-input",l.checkbox,L5.checkbox,"h-4 w-4 rounded !border-primary text-white transition-colors disabled:border-none disabled:bg-gray-light disabled:text-gray-light"),...i,id:c}),e?n.default.createElement("label",{htmlFor:c,className:h.default("ui-checkbox-label",l.label,"ml-2 leading-none text-gray-darker")},e):null)};s0.propTypes={label:o.default.node.isRequired,className:o.default.string,classNames:o.default.shape({checkbox:o.default.string,label:o.default.string}),onChange:o.default.func};const fe=({isDisabled:e=!1,isError:r=!1,className:l,...i})=>n.default.createElement("label",{className:h.default("ui-label",l,"mb-1 block text-sm font-bold",r?"text-danger":e?"text-gray":"text-black"),...i});fe.propTypes={isDisabled:o.default.bool,isError:o.default.bool,className:o.default.string};const R5="",en="",l3=({className:e,values:r,min:l,max:i,isDisabled:c=!1,shouldConnectHandles:d=!1,step:u=1,isTooltipEnabled:f=!0,tooltipCustomFormatter:w=null,tooltipSuffix:p,onChange:v})=>{const x=w??r.map(()=>({from:A=>A,to:A=>Math.round(A)+p}));return n.default.createElement(a4.default,{className:h.default("ui-range-slider",e),connect:d,disabled:c,start:r,range:{min:l,max:i},step:u,tooltips:f?x:!1,onChange:v})};l3.propTypes={className:o.default.string,values:o.default.arrayOf(o.default.number).isRequired,min:o.default.number.isRequired,max:o.default.number.isRequired,isDisabled:o.default.bool,shouldConnectHandles:o.default.bool,isTooltipEnabled:o.default.bool,tooltipSuffix:o.default.string,tooltipCustomFormatter:o.default.arrayOf(o.default.shape({from:o.default.func.isRequired,to:o.default.func.isRequired})),step:o.default.number,onChange:o.default.func};const b1=({classNames:e,children:r})=>n.default.createElement("div",{className:h.default("ui-header-toolbar","flex w-full items-center space-x-2 border-b border-gray-light px-5 py-3 pr-3 xl:space-x-6 xl:px-10 xl:py-5",e)},r);b1.propTypes={classNames:o.default.string,children:o.default.node.isRequired},b1.Breadcrumb=({className:e,children:r})=>n.default.createElement(j1,{className:h.default("ui-header-toolbar-breadcrumb","border-r border-gray-light text-xl md:pr-4 xl:pr-6",e)},r),b1.Breadcrumb.displayName="HeaderToolbar.Breadcrumb",b1.Breadcrumb.propTypes={className:o.default.string,children:o.default.node.isRequired},b1.Breadcrumb.displayName="HeaderToolbar.Search",b1.Search=e=>n.default.createElement(t0,{className:"ui-header-toolbar-search w-full flex-grow pr-1",...e});const i0=({initialValue:e,onSelect:r,apiBaseUrl:l,remoteId:i})=>{var e1;const[c,d]=g.useState(e||""),[u,f]=g.useState([]),[w,p]=g.useState(!1),[v,x]=g.useState(!1),[A,H]=g.useState(""),[N,b]=g.useState(0),j=(e1=u[N])!=null&&e1.place_id?`autocomplete-item-${N}`:void 0,S=g.useRef(null),F=g.useRef(!1),L=g.useRef(!1),_=g.useRef(r);g.useEffect(()=>{_.current=r},[r]);const Z=g.useCallback(I=>{var B;d(I.description||I.name||""),x(!1),L.current||(B=_.current)==null||B.call(_,I),L.current=!1},[]),r1=I=>{d(I.target.value),x(!0),L.current=!1,q(I.target.value)},K=I=>{if(!(!v||u.length===0))switch(I.key){case"ArrowDown":I.preventDefault(),b(B=>(B+1)%u.length);break;case"ArrowUp":I.preventDefault(),b(B=>(B-1+u.length)%u.length);break;case"Enter":I.preventDefault(),Z(u[N]);break;case"Escape":x(!1);break}},q=W3.useDebouncedCallback(async(I,B=null)=>{if(!I.trim()){f([]),H("");return}p(!0),H("");try{const{data:y}=await l4.default.get(`${l}/searchGooglePlaces`,{params:{input:I}}),D=Array.isArray(y)?y:y.predictions||[];if(f(D),B!==null){const O=D.findIndex($=>$.place_id===B);O!==-1&&(b(O),Z(D[O]))}}catch(y){console.error("Google Places error:",y),f([]),H("Failed to load suggestions. Please try again.")}finally{p(!1)}},300,[l]);return g.useEffect(()=>{e&&!F.current&&(F.current=!0,L.current=!0,q(e,i))},[e,i]),Y.useClickAway(()=>{x(!1)},S),n.default.createElement("div",{ref:S,className:"relative"},n.default.createElement(x1,{"data-testid":"google-places-input",type:"text",role:"combobox","aria-expanded":v,"aria-controls":"autocomplete-list","aria-activedescendant":j||void 0,"aria-autocomplete":"list",value:c,placeholder:"Search place...",onChange:r1,onKeyDown:K}),v&&n.default.createElement("div",{className:"absolute z-10 max-h-65 w-full overflow-y-auto rounded-md border border-gray bg-white shadow-lg",role:"listbox"},w?n.default.createElement("div",{className:"px-3 py-2 text-gray-dark"},"Loading..."):A?n.default.createElement("div",{className:"px-3 py-2 text-gray-dark"},A):u.length===0?n.default.createElement("div",{className:"px-3 py-2 text-gray-dark"},"No results"):u.map((I,B)=>n.default.createElement("div",{key:I.place_id,"data-testid":"google-places-option",className:"flex cursor-pointer flex-col gap-2 border-b border-gray bg-white px-3 py-2 hover:bg-gray-light hover:text-blue-light",onClick:()=>Z(I),onMouseEnter:()=>b(B)},n.default.createElement("div",{className:"flex flex-wrap items-center gap-1"},n.default.createElement("p",{className:"mr-2 whitespace-nowrap text-md"},I.description||I.name),(I.types||[]).slice(0,4).map(y=>n.default.createElement(He,{key:y,color:"secondary"},V.startCase(y)))),I.formatted_address&&n.default.createElement("p",null,I.formatted_address)))))};i0.propTypes={initialValue:o.default.string,onSelect:o.default.func,apiBaseUrl:o.default.string.isRequired,remoteId:o.default.string},i0.defaultProps={initialValue:"",onSelect:null,remoteId:null};const c0=({className:e,...r})=>n.default.createElement("div",{className:h.default("ui-tabs-panel",e),...r});c0.propTypes={className:o.default.string},c0.displayName="Tabs.Panel";const s3={default:e=>h.default("border-b border-gray-light",e?"text-primary border-l border-r border-b-transparent":"hover:text-gray-darker"),simple:e=>h.default("flex-1 text-lg transition-colors",e?"bg-white text-black":"text-gray-dark hover:text-black hover:bg-gray-light")},d0=({variant:e="default",as:r="button",className:l,isActive:i=!1,isHidden:c=!1,...d})=>c?null:n.default.createElement(r,{className:h.default("ui-tabs-tab",l,"cursor-pointer whitespace-nowrap px-8 py-4 text-center font-semibold focus-visible:ring",s3[e](i)),...d});d0.propTypes={variant:o.default.oneOf(Object.keys(s3)),as:o.default.oneOfType([o.default.string,o.default.elementType]),className:o.default.string,isActive:o.default.bool,isHidden:o.default.bool},d0.displayName="Tabs.Tab";const i3={default:"border-t border-gray-light",simple:"bg-gray-lighter"},z1=({className:e,variant:r="default",value:l,onChange:i,children:c,...d})=>{const u=g.Children.toArray(c),f=u.filter(p=>p.type===z1.Tab),w=u.filter(p=>p.type===z1.Panel);return n.default.createElement(n.default.Fragment,null,n.default.createElement("nav",{className:h.default("ui-tabs","flex overflow-x-auto",i3[r],e),...d},r==="default"?n.default.createElement("div",{className:"min-w-10 flex-shrink-0 border-b border-gray-light"}):null,f.map((p,v)=>g.cloneElement(p,{variant:r,isActive:v===l,onClick:()=>i==null?void 0:i(v)})),r==="default"?n.default.createElement("div",{className:"min-w-10 flex-grow border-b border-gray-light"}):null),w[l])};z1.propTypes={variant:o.default.oneOf(Object.keys(i3)),className:o.default.string,value:o.default.number.isRequired,onChange:o.default.func.isRequired,children:o.default.node.isRequired},z1.Tab=d0,z1.Panel=c0;const x5={shimmer:"_shimmer_qt4e9_7"},c3=({style:e,height:r=300,shouldAnimate:l=!0,children:i,classNames:c={},...d})=>n.default.createElement("div",{className:h.default("ui-skeleton","relative flex items-center justify-center overflow-hidden rounded border border-gray-lighter bg-gray-lighter",c.container),style:{height:r,...e},...d},l?n.default.createElement("div",{className:h.default(x5.shimmer,"absolute h-full w-full",c.shimmer)}):null,n.default.createElement("div",{className:h.default("text-gray",c.text)},i));c3.propTypes={style:o.default.object,height:o.default.oneOfType([o.default.number,o.default.string]),shouldAnimate:o.default.bool,classNames:o.default.object,children:o.default.oneOfType([o.default.arrayOf(o.default.node),o.default.node])};const d3={default:"https://files.xola.com/x2/images/login/old-photo-1554629947-334ff61d85dc.jpeg",x2:"https://files.xola.com/x2/images/login/x2-34fc260271ca80160c61777846784611.jpeg",admin:"https://files.xola.com/x2/images/login/admin-42e40b1836193f064f0fe0fafce1d2af.png",scaffold:"https://files.xola.com/x2/images/login/scaffold-f3bd19169b6976f1c75da53e7b61d0a7.jpeg"},u3=({defaultValues:e,isLoading:r=!1,error:l=null,onSubmit:i,passwordResetUrl:c,label:d,backgroundImage:u=null,backgroundType:f="default",...w})=>{const[p,v]=g.useState({email:"",password:"",shouldRemember:!1,...e}),x=j=>{const{name:S,value:F}=j.target;v({...p,[S]:F})},A=j=>{const{name:S,checked:F}=j.target;v({...p,[S]:F})},H=j=>{j.preventDefault(),i(p)},b={backgroundImage:`url("${u??d3[f]??d3.default}")`,backgroundRepeat:"no-repeat",backgroundPosition:"center",backgroundSize:"cover"};return n.default.createElement("div",{className:"ui-login h-screen overflow-hidden bg-white bg-opacity-100 bg-blend-overlay md:bg-opacity-0",style:b,...w},n.default.createElement("div",{className:"md:full flex h-[88%] w-full flex-col items-center justify-center space-y-8"},n.default.createElement("div",{className:"w-85 rounded-lg px-9 py-0 md:bg-white md:py-10"},n.default.createElement("div",{className:"mb-12 space-y-4 md:mb-20"},n.default.createElement(Ae,{className:"mx-auto h-10 w-auto md:h-12"}),d&&n.default.createElement("div",{className:"flex items-center justify-center"},d)),n.default.createElement("form",{onSubmit:H},n.default.createElement("fieldset",{className:"space-y-6",disabled:r},n.default.createElement("div",{className:"-space-y-px rounded-md bg-white"},n.default.createElement(he,{className:"md:mb-7"},n.default.createElement(fe,null,"Email"),n.default.createElement(x1,{required:!0,name:"email",type:"email",autoComplete:"email",value:p.email,isError:!!l,onChange:x})),n.default.createElement(he,null,n.default.createElement(fe,null,"Password"),n.default.createElement(x1,{required:!0,name:"password",type:"password",autoComplete:"current-password",value:p.password,isError:!!l,onChange:x}))),n.default.createElement(s0,{name:"shouldRemember",label:"Remember me",checked:p.shouldRemember,onChange:A}),l?n.default.createElement(Ne,{color:"danger"},l):null,n.default.createElement(l1,{type:"submit",className:"w-full",color:"primary"},r?n.default.createElement(D1,{size:"current",color:"current",className:"mr-2"}):null,"Login"),n.default.createElement("div",{className:"mt-5 text-center text-sm"},n.default.createElement("a",{href:c,className:"font-semibold text-gray-darker underline hover:text-black",target:"_blank",rel:"noreferrer"},"Forgot your password?")))))),n.default.createElement("footer",null,n.default.createElement("div",{className:"flex w-full flex-col items-center justify-center overflow-hidden px-4 py-1 sm:px-6 lg:px-8"},n.default.createElement("div",{className:"m-5 w-85 rounded-lg px-4 text-center text-xs opacity-80 md:text-sm"},n.default.createElement("a",{href:"https://www.xola.com/team",target:"_blank",className:"text-gray md:text-gray-dark",rel:"noreferrer"},"Designed in San Francisco & Rouen, France",n.default.createElement("br",null),"Built in Houston, Belgrade, Ukraine & Bengaluru"),n.default.createElement("div",{className:"text-center text-gray md:text-gray-dark"},"© ",new Date().getFullYear()," Xola, Inc.")))))};u3.propTypes={defaultValues:o.default.shape({email:o.default.string,password:o.default.string,shouldRemember:o.default.bool}),isLoading:o.default.bool,error:o.default.string,onSubmit:o.default.func,passwordResetUrl:o.default.string};const rn="",on="";T.default.extend(i4.default),T.default.extend(c4.default),T.default.extend(d4.default),T.default.extend(h4.default),T.default.extend(u4.default);const h3={DATE_ISO:"YYYY-MM-DD"},b5=e=>{try{T.default.tz(new Date,e)}catch{return!1}return!0},u0=(e,r=h3.DATE_ISO)=>T.default(e).format(r),y5=(e,r="h:mm a")=>{const l=String(e).padStart(4,0);return T.default(l,"hhmm").format(r)},M5=e=>T.default(new Date(Number.parseInt(e.slice(0,8),16)*1e3)),m=(e,r)=>{if(!e)return r?T.default().tz(r).startOf("day"):T.default();if(typeof e=="number"){const l=e<=2147483647?e*1e3:e;return r?T.default(l).tz(r):T.default(l)}return typeof e=="string"?r?T.default(e).tz(r):T.default():V1.isDayjs(e)?e:e instanceof Date&&!Number.isNaN(e.getTime())?r?T.default.tz(f3(e),r):T.default(f3(e)):r?T.default().tz(r):T.default()},K1=e=>e.toString().padStart(2,"0"),f3=e=>{const r=`${e.getFullYear()}-${K1(e.getMonth()+1)}-${K1(e.getDate())}`,l=`${K1(e.getHours())}:${K1(e.getMinutes())}:${K1(e.getSeconds())}`;return`${r} ${l}`},E5="T00:00:00",I5="T23:59:59",C=(e,r=!0)=>{const l=r?E5:I5;return V1.isDayjs(e)?new Date(e.format(h3.DATE_ISO)+l):new Date(u0(e)+l)},pe=(e,r,l="day")=>V1.isDayjs(e)&&V1.isDayjs(r)?e.isSame(r,l):!1,ge=({selectedDate:e,date:r,getContent:l,currentMonth:i,isLoading:c=!1,disabled:d=!1})=>{const u=T.default(i).isSame(r,"month");if(l&&u)return c?n.default.createElement("div",{className:"flex animate-pulse items-center justify-center"},n.default.createElement(L1,{className:"ui-day-content pointer-events-none !cursor-not-allowed",color:"secondary"})):n.default.createElement(p3,{selectedDate:e,date:r,getContent:l});if(c)return n.default.createElement("div",{className:"flex animate-pulse items-center justify-center"},n.default.createElement(L1,{className:"pointer-events-none !cursor-not-allowed",color:"secondary",size:"xlarge"}));const f=e&&T.default(e).isSame(r,"day");return n.default.createElement("div",{className:h.default("ui-date-picker-day","flex items-center justify-center",f&&u&&!d?"selected text-white":null,u?"date":null)},r.getDate())};ge.propTypes={selectedDate:o.default.objectOf(Date),date:o.default.objectOf(Date),getContent:o.default.func,currentMonth:o.default.objectOf(Date)};const p3=({selectedDate:e,date:r,getContent:l})=>{const i=r.getDate(),c=l(i,r),d=e&&T.default(e).isSame(r,"day");return n.default.createElement("div",{className:"ui-day-content align-center flex flex-col justify-center"},n.default.createElement("div",{className:h.default("ui-day-content-value",{"selected text-white":d})},i),c?n.default.createElement("div",{className:"ui-day-content-custom mt-1"},c):null)};p3.propTypes={selectedDate:o.default.objectOf(Date),date:o.default.objectOf(Date),getContent:o.default.func.isRequired};const A5={en:y0,"en-US":y0,"en-GB":p4,es:M0,"es-ES":M0,"es-MX":g4,fr:w4,de:f4},H5=async e=>{try{const r=await A5[e];return{locale:e,weekdaysLong:r.weekdays,weekdaysShort:r.weekdaysShort,months:r.months,monthsShort:r.monthsShort,firstDayOfWeek:r.weekStart}}catch(r){throw console.error("Error: React Day Picker localization error",r),r}},h0=g.forwardRef(({className:e,...r},l)=>{const{locale:i}=g.useContext(_1),[c,d]=g.useState({});return g.useEffect(()=>{d({});const u=V.kebabCase(i).toLowerCase();!u||u==="en"||u==="en-us"||H5(i).then(d)},[i]),n.default.createElement(s4.default,{ref:l,className:h.default(e),...c,...r})}),f0=T.default(),N5=(e,r)=>12*(e.getFullYear()-r.getFullYear())+(e.getMonth()-r.getMonth()),p0=({date:e,locale:r,onChange:l,currentMonth:i})=>{const c=[...Array.from({length:12}).keys()].map(p=>f0.locale(r).month(p).format("MMM")),d=[...Array.from({length:f0.year()-2012+5+1}).keys()].map(p=>f0.locale(r).year(2012+p).format("YYYY")),u=N5(e,i),f=p=>{const{year:v,month:x}=p.target.form;l(new Date(v.value,Number(x.value)-u))},w=p=>{const{year:v}=p.target.form;l(new Date(v.value,i.getMonth()))};return n.default.createElement("form",{className:"DayPicker-Caption space-x-2"},n.default.createElement("span",{className:"inline-block"},n.default.createElement(G1,{name:"month",value:e.getMonth(),className:"month-selector",onChange:f},c.map((p,v)=>n.default.createElement("option",{key:p,value:v},p)))),n.default.createElement("span",{className:"inline-block"},n.default.createElement(G1,{name:"year",value:e.getFullYear(),className:"year-selector",onChange:w},d.map(p=>n.default.createElement("option",{key:p,value:p},p)))))};p0.propTypes={date:o.default.objectOf(Date).isRequired,onChange:o.default.func.isRequired};const we=({onPreviousClick:e,onNextClick:r,className:l,showNextButton:i,showPreviousButton:c})=>n.default.createElement("div",{className:h.default("absolute right-1 top-1.5 z-50",l)},n.default.createElement(Q1,{isVisible:c,onClick:e},n.default.createElement(ee,null)),n.default.createElement(Q1,{isVisible:i,onClick:r},n.default.createElement(A1,null)));we.propTypes={onPreviousClick:o.default.func,onNextClick:o.default.func,className:o.default.string,showNextButton:o.default.bool,showPreviousButton:o.default.bool};const Q1=({isVisible:e=!0,onClick:r,children:l})=>n.default.createElement("button",{type:"button",className:h.default(e?"inline-block":"invisible","inline-flex h-7 w-7 items-center justify-center rounded-full border border-transparent leading-none text-black hover:border-black"),onClick:()=>r()},l);Q1.propTypes={isVisible:o.default.bool,onClick:o.default.func.isRequired,children:o.default.element.isRequired};const T5=T.default(),g0=({year:e,value:r,onChange:l,handleYearChange:i,locale:c,handleClear:d,handleToday:u})=>{const{locale:f}=g.useContext(_1),w=[...Array.from({length:12}).keys()].map(v=>T5.locale(c??f).month(v).format("MMM")),p=v=>{const x=new Date(e,v);l(x)};return n.default.createElement("span",{className:"min-w-72"},n.default.createElement("div",{className:"mb-4 flex items-center justify-between"},n.default.createElement(Q1,{onClick:()=>i(-1)},n.default.createElement(ee,null)),n.default.createElement("span",{className:"text-lg font-bold"},e),n.default.createElement(Q1,{onClick:()=>i(1)},n.default.createElement(A1,null))),n.default.createElement("div",{className:"grid grid-cols-4 gap-2"},w.map((v,x)=>n.default.createElement("button",{key:v,type:"button",className:h.default(r&&r.getMonth()===x&&r.getFullYear()===e?"bg-blue-dark text-white":"text-black","rounded-md p-4 text-center hover:bg-blue-dark hover:text-white"),onClick:()=>p(x)},v))),n.default.createElement("div",{className:"mt-2 flex justify-between border-t border-gray-lighter pt-2"},n.default.createElement(l1,{size:"small",color:"secondary",variant:"outline",onClick:d},"Clear"),n.default.createElement(l1,{size:"small",color:"secondary",variant:"outline",onClick:u},"Today")))};g0.propTypes={year:o.default.number.isRequired,value:o.default.objectOf(Date),onChange:o.default.func.isRequired,locale:o.default.string};const g3=({date:e,locale:r,onChange:l,currentMonth:i})=>{const[c,d]=g.useState(!1),[u,f]=g.useState(new Date(i).getFullYear()),w=()=>{d(!c)},p=H=>{l(H),d(!1)},v=H=>{f(u+H)},x=()=>{d(!1)},A=()=>{l(new Date),d(!1)};return n.default.createElement("span",{className:"DayPicker-Caption"},n.default.createElement("span",{className:"inline-block"},n.default.createElement(a1,{visible:c,distance:5,skidding:60,placement:"bottom",onClickOutside:x},n.default.createElement("div",{className:"mt-2 min-w-40 cursor-pointer items-center justify-between text-left font-bold",onClick:w},n.default.createElement("span",{className:"pr-1 text-lg"},T.default(e).locale(r).format("MMMM YYYY")),n.default.createElement(be,null)),n.default.createElement(a1.Content,{className:"p-2"},n.default.createElement(g0,{year:u,value:e,locale:r,handleClear:x,handleToday:A,handleYearChange:v,onChange:p})))))};g3.propTypes={date:o.default.objectOf(Date).isRequired,onChange:o.default.func.isRequired};const w3=({getTooltip:e,value:r,getDayContent:l,isDateRangeStyle:i,shouldShowYearPicker:c,startMonth:d,disabledDays:u,endMonth:f,modifiers:w,selectedDays:p,handleDayClick:v,handleStartMonthChange:x,handleEndMonthChange:A,handleTodayClick:H,locale:N,timezoneName:b,...j})=>{const S=m(r==null?void 0:r.from,b).isSame(m(r==null?void 0:r.to,b),"month"),F=m(r==null?void 0:r.from,b).isSame(m(r==null?void 0:r.to,b),"day"),L=(y,D)=>c&&y?({date:O})=>n.default.createElement(p0,{date:O,currentMonth:y,locale:N,onChange:D}):void 0,_=L(d,x),Z=L(f,A),r1=y=>V.isFunction(u)?u(y):V.isArray(u)?u.some(D=>m(D,b).isSame(y,"day")):!1,K=y=>r1(y),q=y=>{const D=m(y,b).isBefore(r==null?void 0:r.from,"day");return r1(y)||D&&!F},e1=(y,D,O)=>{const $=e==null?void 0:e(y),s1=D(y),i1=$?T1:n.default.Fragment,M=$?{placement:"top",content:$}:{};return n.default.createElement(i1,{...M},n.default.createElement(ge,{disabled:s1,selectedDate:r,date:y,getContent:l,currentMonth:O}))},I=y=>e1(y,K,d),B=y=>e1(y,q,f);return n.default.createElement("div",{className:"flex gap-4"},n.default.createElement(h0,{className:h.default("ui-date-picker max-w-[400px] rounded-lg pt-3",i?"date-range-picker":null,l?"has-custom-content":null,w.waitlist?"has-custom-content":null),month:d,modifiers:{...w,start:r==null?void 0:r.from},disabledDays:K,navbarElement:we,captionElement:_,selectedDays:[p==null?void 0:p.from,p],renderDay:I,getTooltip:e,onDayClick:(y,D,O)=>v(y,D,O,!0),onMonthChange:x,onTodayButtonClick:H,...j}),n.default.createElement(h0,{className:h.default("ui-date-picker max-w-[400px] rounded-lg pt-3",i?"date-range-picker":null,l?"has-custom-content":null,w.waitlist?"has-custom-content":null),month:f,modifiers:S?{}:{...w,end:r==null?void 0:r.to},disabledDays:q,navbarElement:we,captionElement:Z,selectedDays:S?[]:p,renderDay:B,getTooltip:e,onDayClick:(y,D,O)=>v(y,D,O,!1),onMonthChange:A,onTodayButtonClick:H,...j}))};w3.propTypes={getTooltip:o.default.func,value:o.default.object,getDayContent:o.default.func,isDisabled:o.default.func,isDateRangeStyle:o.default.bool,startMonth:o.default.instanceOf(Date),endMonth:o.default.instanceOf(Date),modifiers:o.default.object,disabledStartDays:o.default.func,disabledEndDays:o.default.func,handleDayClick:o.default.func,handleStartMonthChange:o.default.func,handleEndMonthChange:o.default.func,handleTodayClick:o.default.func,timezoneName:o.default.string};const k={YESTERDAY:"P1D,yesterday",TODAY:"P1D,today",NEXT_DAY:"P1D,next day",LAST_WEEK:"P1W,last week",TRAILING_WEEK:"P1W,-1 week",THIS_WEEK:"P1W,this week",NEXT_WEEK:"P1W,next week",LEADING_WEEK:"P1W,+1 week",LAST_MONTH:"P1M,first day of last month",TRAILING_MONTH:"P1M,-1 month",THIS_MONTH:"P1M,first day of this month",NEXT_MONTH:"P1M,next month",LEADING_MONTH:"P1M,+1 month",LAST_QUARTER:"P3M,first day of last quarter",TRAILING_QUARTER:"P3M,-3 months",THIS_QUARTER:"P3M,first day of this quarter",NEXT_QUARTER:"P3M,next quarter",LEADING_QUARTER:"P3M,+3 months",LAST_YEAR:"P1Y,first day of January last year",TRAILING_YEAR:"P1Y,-1 year",THIS_YEAR:"P1Y,first day of this year",NEXT_YEAR:"P1Y,next year",LEADING_YEAR:"P1Y,+1 year"},P={[k.YESTERDAY]:"Yesterday",[k.TODAY]:"Today",[k.NEXT_DAY]:"Next Day",[k.LAST_WEEK]:"Last Week",[k.TRAILING_WEEK]:"Trailing Week",[k.THIS_WEEK]:"This Week",[k.NEXT_WEEK]:"Next Week",[k.LEADING_WEEK]:"Leading Week",[k.LAST_MONTH]:"Last Month",[k.TRAILING_MONTH]:"Trailing Month",[k.THIS_MONTH]:"This Month",[k.NEXT_MONTH]:"Next Month",[k.LEADING_MONTH]:"Leading Month",[k.LAST_QUARTER]:"Last Quarter",[k.TRAILING_QUARTER]:"Trailing Quarter",[k.THIS_QUARTER]:"This Quarter",[k.NEXT_QUARTER]:"Next Quarter",[k.LEADING_QUARTER]:"Leading Quarter",[k.LAST_YEAR]:"Last Year",[k.TRAILING_YEAR]:"Trailing Year",[k.THIS_YEAR]:"This Year",[k.NEXT_YEAR]:"Next Year",[k.LEADING_YEAR]:"Leading Year"},j5={day:{label:"Day",rangeOptions:[{value:k.YESTERDAY,label:P[k.YESTERDAY]},{value:k.TODAY,label:P[k.TODAY]},{value:k.NEXT_DAY,label:P[k.NEXT_DAY]}]},week:{label:"Week",rangeOptions:[{value:k.LAST_WEEK,label:P[k.LAST_WEEK]},{value:k.TRAILING_WEEK,label:P[k.TRAILING_WEEK]},{value:k.THIS_WEEK,label:P[k.THIS_WEEK]},{value:k.NEXT_WEEK,label:P[k.NEXT_WEEK]},{value:k.LEADING_WEEK,label:P[k.LEADING_WEEK]}]},month:{label:"Month",rangeOptions:[{value:k.LAST_MONTH,label:P[k.LAST_MONTH]},{value:k.TRAILING_MONTH,label:P[k.TRAILING_MONTH]},{value:k.THIS_MONTH,label:P[k.THIS_MONTH]},{value:k.NEXT_MONTH,label:P[k.NEXT_MONTH]},{value:k.LEADING_MONTH,label:P[k.LEADING_MONTH]}]},quarter:{label:"Quarter",rangeOptions:[{value:k.LAST_QUARTER,label:P[k.LAST_QUARTER]},{value:k.TRAILING_QUARTER,label:P[k.TRAILING_QUARTER]},{value:k.THIS_QUARTER,label:P[k.THIS_QUARTER]},{value:k.NEXT_QUARTER,label:P[k.NEXT_QUARTER]},{value:k.LEADING_QUARTER,label:P[k.LEADING_QUARTER]}]},year:{label:"Year",rangeOptions:[{value:k.LAST_YEAR,label:P[k.LAST_YEAR]},{value:k.TRAILING_YEAR,label:P[k.TRAILING_YEAR]},{value:k.THIS_YEAR,label:P[k.THIS_YEAR]},{value:k.NEXT_YEAR,label:P[k.NEXT_YEAR]},{value:k.LEADING_YEAR,label:P[k.LEADING_YEAR]}]}},z5=(e,r,l)=>r?e:e.filter(i=>!l.has(i.value)),B5=new Set([k.NEXT_DAY,k.NEXT_WEEK,k.NEXT_MONTH,k.NEXT_QUARTER,k.NEXT_YEAR,k.LEADING_WEEK,k.LEADING_MONTH,k.LEADING_QUARTER,k.LEADING_YEAR]),V5={[k.YESTERDAY]:e=>{const r=m(null,e).subtract(1,"day");return{from:C(r.startOf("day")),to:C(r.endOf("day"),!1)}},[k.TODAY]:e=>({from:C(m(null,e).startOf("day")),to:C(m(null,e).endOf("day"),!1)}),[k.NEXT_DAY]:e=>{const r=m(null,e).add(1,"day");return{from:C(r.startOf("day")),to:C(r.endOf("day"),!1)}},[k.LAST_WEEK]:e=>{const r=m(null,e).subtract(7,"day");return{from:C(r.startOf("week")),to:C(r.endOf("week"),!1)}},[k.TRAILING_WEEK]:e=>({from:C(m(null,e).subtract(7,"day").startOf("day")),to:C(m(null,e).subtract(1,"day").endOf("day"),!1)}),[k.THIS_WEEK]:e=>({from:C(m(null,e).startOf("week")),to:C(m(null,e).endOf("week"),!1)}),[k.NEXT_WEEK]:e=>{const r=m(null,e).add(1,"week");return{from:C(r.startOf("week")),to:C(r.endOf("week"),!1)}},[k.LEADING_WEEK]:e=>{const r=m(null,e);return{from:C(r.startOf("day")),to:C(r.add(1,"week").subtract(1,"day").endOf("day"),!1)}},[k.LAST_MONTH]:e=>{const r=m(null,e).subtract(1,"month");return{from:C(r.startOf("month")),to:C(r.endOf("month"),!1)}},[k.TRAILING_MONTH]:e=>({from:C(m(null,e).subtract(1,"month").startOf("day")),to:C(m(null,e).subtract(1,"day").endOf("day"),!1)}),[k.THIS_MONTH]:e=>({from:C(m(null,e).startOf("month")),to:C(m(null,e).endOf("month"),!1)}),[k.NEXT_MONTH]:e=>{const r=m(null,e).add(1,"month");return{from:C(r.startOf("month")),to:C(r.endOf("month"),!1)}},[k.LEADING_MONTH]:e=>{const r=m(null,e);return{from:C(r.startOf("day")),to:C(r.add(1,"month").subtract(1,"day").endOf("day"),!1)}},[k.LAST_QUARTER]:e=>({from:C(m(null,e).startOf("quarter").subtract(3,"month").startOf("month")),to:C(m(null,e).endOf("quarter").subtract(3,"month").endOf("month"),!1)}),[k.TRAILING_QUARTER]:e=>({from:C(m(null,e).subtract(3,"month").startOf("day")),to:C(m(null,e).subtract(1,"day").endOf("day"),!1)}),[k.THIS_QUARTER]:e=>({from:C(m(null,e).startOf("Q")),to:C(m(null,e).endOf("Q"),!1)}),[k.NEXT_QUARTER]:e=>{const r=m(null,e).add(1,"quarter");return{from:C(r.startOf("quarter")),to:C(r.endOf("quarter"),!1)}},[k.LEADING_QUARTER]:e=>{const r=m(null,e);return{from:C(r.startOf("day")),to:C(r.add(3,"month").subtract(1,"day").endOf("day"),!1)}},[k.LAST_YEAR]:e=>{const r=m(null,e).subtract(1,"year");return{from:C(r.startOf("year")),to:C(r.endOf("year"),!1)}},[k.TRAILING_YEAR]:e=>({from:C(m(null,e).subtract(1,"year").startOf("day")),to:C(m(null,e).subtract(1,"day").endOf("day"),!1)}),[k.THIS_YEAR]:e=>({from:C(m(null,e).startOf("year")),to:C(m(null,e).endOf("year"),!1)}),[k.NEXT_YEAR]:e=>{const r=m(null,e).add(1,"year");return{from:C(r.startOf("year")),to:C(r.endOf("year"),!1)}},[k.LEADING_YEAR]:e=>{const r=m(null,e);return{from:C(r.startOf("day")),to:C(r.add(1,"year").subtract(1,"day").endOf("day"),!1)}}},w0=({ranges:e=["day","week","month","quarter","year"],value:r,showApply:l=!0,onChange:i,onSubmit:c,timezoneName:d,isFutureDatesAllowed:u=!1})=>{const f=w=>{const p=w.target.value,v=V5[p](d);i(p,v)};return n.default.createElement("div",{className:"flex space-x-2"},n.default.createElement(G1,{size:"medium",value:r,className:"pr-8 leading-5",onChange:f},n.default.createElement("option",{value:""},"Relative Date Range"),e.map(w=>{const p=j5[w];return n.default.createElement("optgroup",{key:w,label:p.label},z5(p.rangeOptions,u,B5).map(v=>n.default.createElement("option",{key:v.value,value:v.value},v.label)))})),l&&n.default.createElement(l1,{onClick:c},"Apply"))};w0.propTypes={ranges:o.default.arrayOf(o.default.oneOf(["day","week","month","quarter","year"])),onChange:o.default.func.isRequired,onSubmit:o.default.func.isRequired,showApply:o.default.bool,value:o.default.string,timezoneName:o.default.string,isFutureDatesAllowed:o.default.bool};const k3=({value:e,upcomingDates:r,onChange:l,onMonthChange:i})=>n.default.createElement("div",{className:"rounded-l-lg border-r border-gray pt-8"},n.default.createElement("p",{className:"mb-2 px-6 text-lg font-bold"},"Upcoming"),(r==null?void 0:r.length)>0?n.default.createElement("div",{className:"mt-5"},r==null?void 0:r.map(c=>{const d=T.default(c).isSame(T.default(e),"day"),u=T.default(c).format();return n.default.createElement("div",{key:u,className:h.default("mx-6 mt-3 flex min-w-40 cursor-pointer items-center justify-center","rounded border border-gray py-3 hover:border-blue hover:bg-blue hover:text-white",{"border-blue bg-blue text-white":d}),onClick:f=>{l(c,{},f),i(c)}},T.default(c).format("ddd DD MMMM"))})):n.default.createElement("div",{className:"mx-6 mt-7 max-w-40 items-center justify-center rounded bg-yellow-lighter p-3"},"There is no future availability for this product."));k3.propTypes={value:o.default.objectOf(Date),upcomingDates:o.default.arrayOf(Date).isRequired,onChange:o.default.func.isRequired,onMonthChange:o.default.func.isRequired};const ke={single:"single",range:"range"},ve=({variant:e=ke.single,value:r,getDayContent:l,disabledDays:i=[],selectedDays:c,loadingDays:d=[],shouldShowYearPicker:u=!1,shouldShowMonthSelector:f=!1,onChange:w,onMonthChange:p,onSubmitDateRange:v,modifiers:x={},ranges:A,shouldShowRelativeRanges:H=!1,isFutureDatesAllowed:N=!1,components:b={},getTooltip:j,upcomingDates:S,locale:F,timezoneName:L=null,..._})=>{var A3,H3,N3,T3;const{locale:Z}=g.useContext(_1),r1=r?e===ke.single?r:r.from:null,[K,q]=g.useState(r1??m(null,L).toDate()),[e1,I]=g.useState(()=>!r||!r.from?new Date:r.from),[B,y]=g.useState(()=>!r||!r.to||!r.from?m(null,L).add(1,"month").toDate():pe(m(r.to,L),m(r.from,L),"month")?m(r.from,L).add(1,"month").toDate():r.to),[D,O]=g.useState(""),$=e===ke.range,s1=r&&r.from&&r.to,i1=c&&c.from&&c.to;g.useEffect(()=>{L&&!b5(L)&&(console.log(`${L} is not a valid timezone. Using default timezone now`),T.default.tz.setDefault())},[L]);const M=(E,G,d1)=>{if($)return;const w1=L?C(m(E,L)):new Date;G.disabled||J(w1)?(q(w1),p==null||p(w1)):w(w1,G,d1)},J=E=>V.isArray(i)?i.some(G=>pe(m(G,L),E,"day")):(V.isFunction(i),i(E)),X1=E=>V.isArray(d)?d.some(G=>pe(m(G,L),E,"day")):(V.isFunction(d),d(E)),J1=(E,G)=>{q(G.from),I(G.from),y(G.to),w({...G,rangeName:E},x,null)},g1=E=>{q(E),p==null||p(E)},B1=E=>{I(E),p==null||p(E)},M1=E=>{y(E),p==null||p(E)},U=(E,G,d1)=>{if(!G.disabled)if(pe(m(r==null?void 0:r.from,L),m(E,L),"month")&&B1(E),O(""),$)if(s1)w({from:C(m(E,L)),to:null},G,d1);else if(r&&(r.from||r.to)&&(r.from||r.to).getTime()===E.getTime()){const w1=C(m(E,L)),_5=C(m(E,L).endOf("day"),!1);w({from:w1,to:_5},G,d1)}else r.from&&E1.DateUtils.isDayBefore(r.from,C(m(E,L)))?w(E1.DateUtils.addDayToRange(C(m(E,L),!1),r),G,d1):r.from&&(E1.DateUtils.isDayAfter(r.from,C(m(E,L)))||E1.DateUtils.isSameDay(r.from,C(m(E,L))))?w({from:C(m(E,L)),to:C(m(r.from).endOf("day"),!1)},G,d1):w(E1.DateUtils.addDayToRange(C(m(E,L).endOf("day"),!1),r),G,d1);else w(C(m(E,L)),G,d1)},o1=g.useMemo(()=>(u||f)&&K?({date:E})=>f?n.default.createElement(g3,{date:E,currentMonth:K,locale:F??Z,onChange:g1}):n.default.createElement(p0,{date:E,currentMonth:K,locale:F??Z,onChange:g1}):void 0,[u,f,K]),W=E=>{const G=j==null?void 0:j(E),d1=J(E),w1=X1(E);return G?n.default.createElement(T1,{placement:"top",content:G},n.default.createElement(ge,{disabled:d1,isLoading:w1,selectedDate:r,date:E,getContent:l,currentMonth:K})):n.default.createElement(ge,{disabled:d1,isLoading:w1,selectedDate:r,date:E,getContent:l,currentMonth:K})},t1=$&&s1?{start:r.from,end:r.to}:i1?{start:c.from,end:c.to}:null,E3=$&&s1&&((A3=r.from)==null?void 0:A3.getTime())!==((H3=r.to)==null?void 0:H3.getTime()),Y5=i1&&((N3=c.from)==null?void 0:N3.getTime())!==((T3=c.to)==null?void 0:T3.getTime()),I3=c??(r&&(T.default.isDayjs(r)||$?r:m(r,L).toDate()));return n.default.createElement(n.default.Fragment,null,n.default.createElement("div",{className:"flex"},S?n.default.createElement(k3,{upcomingDates:S,value:r,onChange:U,onMonthChange:g1}):null,$?n.default.createElement(w3,{isDateRangeStyle:E3,shouldShowYearPicker:u,startMonth:e1,endMonth:B,modifiers:{...x,...t1},getTooltip:j,disabledDays:i,getDayContent:l,value:r,handleDayClick:U,handleStartMonthChange:B1,handleEndMonthChange:M1,handleTodayClick:M,selectedDays:I3,locale:F??Z,timezoneName:L,..._}):n.default.createElement(h0,{className:h.default("ui-date-picker rounded-lg pt-3",E3?"date-range-picker":null,Y5?"date-range-picker max-w-[400px]":null,l?"has-custom-content":null,x.waitlist?"has-custom-content":null),todayButton:"Today",selectedDays:I3,month:K,modifiers:{...x,...t1},disabledDays:i,captionElement:o1,renderDay:W,navbarElement:we,onDayClick:U,onMonthChange:g1,onTodayButtonClick:M,..._})),b.Footer?n.default.createElement(b.Footer,null):null,H&&n.default.createElement("div",{className:"max-w-200 "},n.default.createElement("div",{className:"ml-auto w-5/12"},n.default.createElement(w0,{value:D,ranges:A,timezoneName:L,isFutureDatesAllowed:N,onChange:J1,onSubmit:v}))))};ve.propTypes={variant:o.default.oneOf(Object.keys(ke)),value:o.default.objectOf(Date),selectedDays:o.default.objectOf(Date),upcomingDates:o.default.arrayOf(Date),onChange:o.default.func.isRequired,onMonthChange:o.default.func,disabledDays:o.default.oneOfType([o.default.object,o.default.array,o.default.func]),shouldShowYearPicker:o.default.bool,shouldShowMonthSelector:o.default.bool,isDateRangeStyle:o.default.bool,isRangeVariant:o.default.bool,getDayContent:o.default.func,modifiers:o.default.object,ranges:o.default.arrayOf(o.default.oneOf(["day","week","month","quarter","year"])),shouldShowRelativeRanges:o.default.bool,components:o.default.shape({Footer:o.default.oneOfType([o.default.node,o.default.func])}),getTooltip:o.default.func,locale:o.default.string,timezoneName:o.default.string};const v3=()=>{const e=Y.useResponsive();return!(e!=null&&e.md)},k0=({value:e,onChange:r,locale:l})=>{const[i,c]=g.useState(new Date(e).getFullYear()),d=w=>{c(i+w)},u=()=>{const w=new Date;c(w.getFullYear()),r(w)},f=()=>{r(e)};return n.default.createElement("div",{className:"ui-month-picker min-w-72 max-w-xs rounded-lg bg-white"},n.default.createElement(g0,{year:i,value:e,locale:l,handleClear:f,handleToday:u,handleYearChange:d,onChange:r}))};k0.propTypes={value:o.default.objectOf(Date),onChange:o.default.func,locale:o.default.string};const m3=({value:e,variant:r="single",dateFormat:l="ddd, LL",placeholder:i="Select Date",pickerType:c="day",onChange:d,children:u,classNames:f={},components:w={},popoverProps:p,getDayContent:v,...x})=>{const[A]=g.useState(e),[H,N]=g.useState(e),[b,j]=g.useState(!1),S=()=>{j(!b)},F=(r1,K,q)=>{r==="single"?(d==null||d(r1,K,q),S()):d==null||d(r1,H,K,q)},L=()=>{N(e),d==null||d(e),j(!1)},_=()=>{!(e!=null&&e.to)&&r==="range"&&d(A),S()};g.useEffect(()=>{N(e)},[e]);const Z=v3();return n.default.createElement(a1,{visible:b,maxWidth:900,distance:18,placement:"bottom",className:h.default("ui-date-picker-input",f.popover),onClickOutside:_,...p,...Z?{placement:"top",distance:4}:{}},u?g.cloneElement(u,{onClick:S}):n.default.createElement(C3,{readOnly:!0,size:"medium",value:e?u0(e,l):"",placeholder:i,className:f==null?void 0:f.input,onClick:S}),n.default.createElement(a1.Content,{className:"pr-1"},b&&(c==="month"?n.default.createElement(k0,{value:e,onChange:F,...x}):n.default.createElement(ve,{variant:r,getDayContent:v,value:e,components:w,onChange:F,onSubmitDateRange:L,...x}))))};m3.propTypes={...ve.propTypes,dateFormat:o.default.string,classNames:o.default.object,popoverProps:o.default.object,children:o.default.node};const C3=g.forwardRef(({className:e,...r},l)=>n.default.createElement("div",{ref:l,className:"relative flex bg-gray-lighter"},n.default.createElement("div",{className:"pointer-events-none absolute inset-0 flex items-center pl-3"},n.default.createElement(Le,{className:"z-10 inline-block"})),n.default.createElement(x1,{className:h.default("no-translate cursor-pointer px-8",e),...r}),n.default.createElement("div",{className:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3"},n.default.createElement(te,{className:"inline-block"}))));C3.propTypes={className:o.default.string};const S5=({value:e,error:r})=>n.default.createElement("span",null,r?n.default.createElement(T1,{content:r},n.default.createElement("span",null,n.default.createElement(Ie,{className:"mr-1 text-danger"}))):null,e),D5=({text:e,isOpen:r=!1,showArrow:l=!0,autoSelectOnClick:i=!1,onClick:c,onClickOutside:d,classNames:u,children:f,error:w=null,...p})=>{const v=g.useRef(),x=A=>{setTimeout(()=>{const H=v==null?void 0:v.current.querySelector("select,textarea,input");H&&(H.focus(),i&&H.select())},0),c==null||c(A)};return n.default.createElement(a1,{visible:r,onClickOutside:d,...p},n.default.createElement("span",{className:h.default("cursor-pointer whitespace-nowrap",w&&"!border-danger !text-danger",u==null?void 0:u.text),onClick:x},n.default.createElement("span",{className:h.default("border-b border-b-black font-bold text-black",u==null?void 0:u.textField)},n.default.createElement(S5,{value:e,error:w})),l&&n.default.createElement(te,{size:"medium"})),n.default.createElement(a1.Content,null,n.default.createElement("div",{ref:v,className:h.default("p-2",u==null?void 0:u.children)},f)))},L3=({src:e,size:r="large",isLoading:l=!1,maxSize:i=5,hasDelete:c=!0,requirements:d=null,caption:u=null,csvAcceptFormats:f="image/png,image/jpeg,image/webp",onChange:w,onDelete:p,onError:v,...x})=>{const A=g.useRef(),[H,N]=g.useState(0),b=()=>{A.current.click()},j=_=>{const[Z]=_.target.files;if(i&&1048576*i<Z.size){v(`Image size shouldn't exceed ${i}MB`);return}w(Z)},S=()=>{N(H+1),p()},F=typeof d=="string"?(d==null?void 0:d.trim().length)>0:!!d,L=u?u.trim().length>0:!1;return n.default.createElement("div",{className:h.default("flex items-center rounded bg-gray-lighter p-4",c?"space-x-2":"space-x-3")},n.default.createElement("div",null,e?n.default.createElement(Y1,{src:e,size:r}):n.default.createElement("div",{className:h.default(Y1.sizes[r],"flex items-center justify-center rounded border border-gray-light")},n.default.createElement(ye,{size:"large",className:"text-gray"}))),n.default.createElement("div",{className:"flex flex-col space-y-2"},n.default.createElement("div",{className:"space-x-2"},c?n.default.createElement(n.default.Fragment,null,n.default.createElement(l1,{variant:"outline",color:"secondary",icon:n.default.createElement(Ee,null),disabled:l,onClick:S},"Delete"),n.default.createElement(re,{disabled:l,isLoading:l,onClick:b},L?u.trim():"Upload New Photo")):n.default.createElement(re,{disabled:l,isLoading:l,onClick:b},L?u.trim():e?"Replace Photo":"Upload New Photo")),n.default.createElement("input",{key:H,ref:A,className:"hidden",type:"file",multiple:!1,accept:f,onChange:j,...x}),n.default.createElement("div",{className:"text-xs text-gray-darker"},F?d:n.default.createElement("div",null,"Check that the image is in PNG, JPG or WebP format",i?` and does not exceed ${i}MB`:""))))};L3.propTypes={src:o.default.string,size:o.default.oneOf(["small","medium","large"]),isLoading:o.default.bool,maxSize:o.default.number,hasDelete:o.default.bool,caption:o.default.string,requirements:o.default.oneOfType([o.default.node,o.default.string]),csvAcceptFormats:o.default.string,onChange:o.default.func.isRequired,onDelete:o.default.func.isRequired,onError:o.default.func.isRequired};const x3=(e,r)=>{try{return q3.parsePhoneNumberFromString(e,{defaultCountry:r,extract:!1})}catch{return}},F5=(e,r="US")=>{var l;return(l=x3(e,r))==null?void 0:l.country},b3=(e,r="US")=>{const l=x3(e,r),i=l==null?void 0:l.country;return i?i===r?l.formatNational():l.formatInternational():e},y3=({countryCode:e="US",className:r,children:l})=>{const i=l,c=b3(i,e),d=F5(i,e);return n.default.createElement("span",{className:h.default("ui-phone",r),"data-region-code":d||"N/A","data-country-code":e,title:i},c)};y3.propTypes={countryCode:o.default.string,className:o.default.string,children:o.default.node.isRequired};const O5=R1.default(),M3=({locale:e=O5,maximumFractionDigits:r=2,isCompact:l=!1,children:i})=>{const c=de(i,null,e,r,l);return n.default.createElement("span",{className:"ui-number"},c)};M3.propTypes={locale:o.default.string,maximumFractionDigits:o.default.number,isCompact:o.default.bool,children:o.default.node.isRequired};const W5={primary:"bg-primary",secondary:"bg-secondary",success:"bg-success",warning:"bg-warning",danger:"bg-danger",caution:"bg-caution"},P5={small:"px-3 py-2 text-sm leading-3.5 shadow max-w-50",medium:"px-4 py-3.5 text-base leading-4 shadow max-w-100",large:"px-4.5 py-4 text-md leading-4.5 shadow max-w-xl"},q5={duration:3e3,position:"top-center",reverseOrder:!1},v0={show({text:e,size:r="medium",color:l="success",className:i,canClose:c=!0,onClose:d,...u}){const f={...q5,...u};c||(f.duration=Number.POSITIVE_INFINITY);const w=v0.getStyles(l,r,i,c);b0.default.custom(v0.container.bind(this,e,w,c?d:null),f)},primary(e,r){this.show({color:"primary",text:e,...r})},secondary(e,r){this.show({color:"secondary",text:e,...r})},success(e,r){this.show({color:"success",text:e,...r})},warning(e,r){this.show({color:"warning",text:e,...r})},caution(e,r){this.show({color:"caution",text:e,...r})},danger(e,r){this.show({color:"danger",text:e,...r})},getStyles(e,r,l){return h.default("flex text-white rounded pointer-events-auto",W5[e],P5[r],l)},container(e,r,l,i){const c=d=>l(d,i);return n.default.createElement(z.Transition,{appear:!0,as:g.Fragment,show:i.visible,enter:"transition transform duration-500 ease-out",enterFrom:"-translate-y-full !opacity-0",enterTo:"translate-y-0 !opacity-100",leave:"transition transform duration-500 ease-in",leaveFrom:"!opacity-90 translate-y-0",leaveTo:"!opacity-0 -translate-y-full"},n.default.createElement("div",{key:i.id,className:r},n.default.createElement("div",{className:"w-full"},e),l&&n.default.createElement("div",{className:"flex cursor-pointer items-center justify-center pl-3 opacity-60 hover:opacity-100",onClick:c},n.default.createElement(k1,null))))},dismiss(e){b0.default.dismiss(e)}},c1={colors:{transparent:"transparent",current:"currentColor",black:"#222324",white:"#ffffff",gray:{hover:"#F7F9FB",lighter:"#F0F2F4",light:"#E0E3E7",DEFAULT:"#BDC0C6",dark:"#8A8C91",darker:"#505254"},blue:{medium:"#B0C7F1",lighter:"#D1E1FF",light:"#2979D0",DEFAULT:"#1352C6",dark:"#3467C4",darker:"#0E44A8"},turquoise:{DEFAULT:"#3FE2EE"},green:{lighter:"#E2FFEF",lightish:"#C1F9D9",light:"#33E781",DEFAULT:"#27CE70",dark:"#23B965",darker:"#168848"},red:{lighter:"#FFF0F0",lightish:"#FFE1E1",light:"#FFA1A1",DEFAULT:"#FF5A5A",dark:"#E93737",darker:"#CD1F1F"},yellow:{lighter:"#FFFAF0",lightish:"#FFECC6",light:"#FFDB8E",DEFAULT:"#FFC03D",dark:"#EBAA24",darker:"#987122"},orange:{lighter:"#FFF1E7",lightish:"#FFF1E7",light:"#FFB493",DEFAULT:"#FF9668",dark:"#EC743F",darker:"#ff7336"},primary:{medium:"#B0C7F1",lighter:"#D1E1FF",light:"#2979D0",DEFAULT:"#1352C6",dark:"#3467C4",darker:"#0E44A8"},secondary:{hover:"#F7F9FB",lighter:"#F0F2F4",light:"#E0E3E7",DEFAULT:"#BDC0C6",dark:"#8A8C91",darker:"#505254"},warning:{lighter:"#FFFAF0",lightish:"#FFECC6",light:"#FFDB8E",DEFAULT:"#FFC03D",dark:"#EBAA24",darker:"#987122"},success:{lighter:"#E2FFEF",lightish:"#C1F9D9",light:"#33E781",DEFAULT:"#27CE70",dark:"#23B965",darker:"#168848"},danger:{lighter:"#FFF0F0",lightish:"#FFE1E1",light:"#FFA1A1",DEFAULT:"#FF5A5A",dark:"#E93737",darker:"#CD1F1F"},caution:{lighter:"#FFF1E7",lightish:"#FFF1E7",light:"#FFB493",DEFAULT:"#FF9668",dark:"#EC743F",darker:"#ff7336"}},spacing:{0:"0px",1:"4px",2:"8px",3:"12px",4:"16px",5:"20px",6:"24px",7:"28px",8:"32px",9:"36px",10:"40px",11:"44px",12:"48px",14:"56px",15:"60px",16:"64px",20:"80px",24:"96px",25:"100px",28:"112px",30:"120px",32:"128px",36:"144px",40:"160px",44:"176px",48:"192px",50:"200px",52:"208px",54:"216px",56:"224px",60:"240px",64:"256px",65:"260px",72:"288px",75:"300px",80:"320px",85:"340px",96:"384px",100:"400px",105:"420px",110:"440px",125:"500px",140:"560px",150:"600px",200:"800px","0.25":"1px","0.5":"2px","0.75":"3px","1.5":"6px","2.5":"10px","3.5":"14px","4.5":"18px","7.5":"30px"},fontSize:{xs:"10px",sm:"12px",base:"14px",md:"16px",lg:"18px",xl:"21px","2xl":"24px","3xl":"38px"},borderRadius:{none:"0px",DEFAULT:"4px",sm:"2px",md:"6px",lg:"8px",xl:"12px","2xl":"16px",full:"9999px"},extend:{fontFamily:{sans:["Inter","ui-sans-serif","system-ui","sans-serif",'"Apple Color Emoji"','"Segoe UI Emoji"','"Segoe UI Symbol"','"Noto Color Emoji"'],mono:["Roboto Mono","ui-monospace","SFMono-Regular","Menlo","Monaco","Consolas",'"Liberation Mono"','"Courier New"',"monospace"]},lineHeight:{0:"0px",1:"4px",2:"8px",3:"12px",4:"16px",5:"20px",6:"24px",7:"28px",8:"32px",9:"36px",10:"40px",11:"44px",12:"48px","0.25":"1px","0.5":"2px","0.75":"3px","1.5":"6px","2.5":"10px",xs:"10px",sm:"12px","3.5":"14px",base:"14px",md:"16px","4.5":"18px",lg:"18px",p1:"130%",p2:"130%",p3:"110%",p4:"100%"},letterSpacing:{tightest:"-.4px"},minWidth:{0:"0px",1:"4px",2:"8px",3:"12px",4:"16px",5:"20px",6:"24px",7:"28px",8:"32px",9:"36px",10:"40px",11:"44px",12:"48px",14:"56px",15:"60px",16:"64px",20:"80px",24:"96px",25:"100px",28:"112px",30:"120px",32:"128px",36:"144px",40:"160px",44:"176px",48:"192px",50:"200px",52:"208px",54:"216px",56:"224px",60:"240px",64:"256px",65:"260px",72:"288px",75:"300px",80:"320px",85:"340px",96:"384px",100:"400px",105:"420px",110:"440px",125:"500px",140:"560px",150:"600px",200:"800px","0.25":"1px","0.5":"2px","0.75":"3px","1.5":"6px","2.5":"10px","3.5":"14px","4.5":"18px","7.5":"30px"},maxWidth:{0:"0px",1:"4px",2:"8px",3:"12px",4:"16px",5:"20px",6:"24px",7:"28px",8:"32px",9:"36px",10:"40px",11:"44px",12:"48px",14:"56px",15:"60px",16:"64px",20:"80px",24:"96px",25:"100px",28:"112px",30:"120px",32:"128px",36:"144px",40:"160px",44:"176px",48:"192px",50:"200px",52:"208px",54:"216px",56:"224px",60:"240px",64:"256px",65:"260px",72:"288px",75:"300px",80:"320px",85:"340px",96:"384px",100:"400px",105:"420px",110:"440px",125:"500px",140:"560px",150:"600px",200:"800px","0.25":"1px","0.5":"2px","0.75":"3px","1.5":"6px","2.5":"10px","3.5":"14px","4.5":"18px","7.5":"30px"}}},{colors:R}=c1,y1={color:R.gray.darker,fontSize:c1.fontSize.sm,fontWeight:400,cursor:"pointer",textOverflow:"ellipsis",fontFamily:c1.extend.fontFamily.sans},m0={global:{useUTC:!1},chart:{spacingLeft:0},colors:[R.primary,R.success,R.warning,R.caution,R.danger,R.blue.darker,R.green.darker,R.red.darker,R.yellow.darker,R.orange.darker],xAxis:{title:{style:V.merge({},y1,{color:R.black})},labels:{style:y1}},yAxis:{title:{style:V.merge({},y1,{color:R.black})},labels:{style:y1}},tooltip:{enabled:!0,backgroundColor:R.black,borderColor:R.black,borderRadius:4,borderWidth:1,valueDecimals:2,crosshairs:[!0,!0],shadow:!1,useHTML:!0,style:V.merge({},y1,{opacity:.9,color:"#cccccc"})},title:{text:"",style:V.merge({},y1,{color:R.black,fontSize:"18px",fontWeight:600})},plotOptions:{series:{marker:{enabled:!0,states:{hover:{enabled:!0,lineWidth:1,radius:4}}}}},legend:{enabled:!1,itemStyle:y1,itemMarginBottom:5,align:"center",layout:"vertical",borderWidth:0},credits:{enabled:!1}},U5=V.merge({},m0,{chart:{type:"line"},title:{align:"left",margin:20,verticalAlign:"top"},xAxis:{type:"datetime",step:1,minTickInterval:24*3600*1e3,lineColor:c1.colors.gray.darker,lineWidth:1,gridLineWidth:"1",gridLineColor:"#DEDEDE",gridLineDashStyle:"dot"},yAxis:{lineColor:c1.colors.gray.darker,lineWidth:1,gridLineWidth:"1",gridLineColor:"#DEDEDE",gridLineDashStyle:"dot"},plotOptions:{series:{marker:{enabled:!0,lineWidth:1,radius:3,states:{hover:{enabled:!0,lineWidth:1,radius:4}}}}},legend:{enabled:!1,itemStyle:{fontSize:"14px",color:"#666666",textTransform:"capitalize",fontFamily:c1.extend.fontFamily.sans},itemMarginBottom:5,align:"center",layout:"vertical",borderWidth:0}}),Z5=V.merge({},m0,{chart:{type:"pie"},tooltip:{pointFormat:"<b>{point.percentage:.1f}%</b>"},plotOptions:{pie:{size:180,center:[80,90],allowPointSelect:!0,cursor:"pointer",dataLabels:{enabled:!1},showInLegend:!0,innerSize:110}},legend:{enabled:!0,maxHeight:120,width:220,navigation:{activeColor:c1.colors.gray.darker,animation:"true",style:c1.extend.fontFamily.sans},padding:5,backgroundColor:c1.colors.white,itemMarginTop:1,itemMarginBottom:3,itemStyle:c1.extend.fontFamily.sans,style:{overflow:"hidden"},align:"left",layout:"horizontal",verticalAlign:"proximate",y:240},credits:{enabled:!1}});a.AccountIcon=v4,a.AddNoteIcon=m4,a.AddSquareIcon=C4,a.AffirmIcon=H0,a.AfterpayIcon=N0,a.Alert=Ne,a.AmexIcon=L4,a.AnnounceIcon=T0,a.AppIcon=x4,a.AppStoreBadge=b4,a.ArchiveIcon=y4,a.ArrowCcwIcon=j0,a.ArrowCwIcon=z0,a.ArrowDownIcon=M4,a.ArrowRightIcon=E4,a.ArrowTopRightIcon=I4,a.ArrowUpIcon=A4,a.AtIcon=B0,a.Avatar=Te,a.Badge=He,a.BalloonIcon=V0,a.BankCheckIcon=S0,a.BarGraphIcon=D0,a.BaseChartOptions=m0,a.BellIcon=Ce,a.BookIcon=F0,a.BookmarkIcon=O0,a.BottomSheet=Z1,a.BoxIcon=W0,a.Breadcrumb=j1,a.Breakdown=m1,a.BriefcaseIcon=P0,a.BugIcon=q0,a.Button=l1,a.ButtonCodeIcon=H4,a.ButtonGroup=Re,a.CakeIcon=U0,a.CalendarDayIcon=Z0,a.CalendarIcon=Le,a.CalendarListIcon=Y0,a.CalendarMonthIcon=_0,a.CalendarWeekIcon=G0,a.CapacityIcon=N4,a.CardAltIcon=K0,a.CardIcon=Q0,a.CartIcon=X0,a.CashIcon=J0,a.ChallengeIcon=$0,a.CheckIcon=xe,a.Checkbox=s0,a.CheckboxIcon=R0,a.ChecklistIcon=et,a.ChevronDownIcon=be,a.ChevronLeftIcon=ee,a.ChevronRightIcon=A1,a.ChevronUpIcon=tt,a.ChipIcon=rt,a.CircleCheckFilledIcon=nt,a.CircleCheckIcon=ot,a.CircleCrossIcon=at,a.CircleCrossImage=T4,a.CircleCrownIcon=j4,a.CircleDollarIcon=lt,a.CircleDotIcon=z4,a.CircleInfinityIcon=B4,a.CircleInfoIcon=V4,a.CircleKeyIcon=S4,a.CircleNotch=st,a.CirclePauseIcon=it,a.CirclePlusIcon=D4,a.CirclePlusImage=F4,a.CircleSubtractIcon=ct,a.ClipboardIcon=dt,a.ClockAltIcon=O4,a.ClockIcon=W4,a.ClockManualIcon=ut,a.CloseIcon=k1,a.CollapseIcon=P4,a.CollectionIcon=ht,a.ComboBox=a3,a.CommentAltIcon=q4,a.CommentIcon=U4,a.CompassIcon=ft,a.ComputerImage=Z4,a.CopyIcon=pt,a.Counter=ae,a.CouponIcon=gt,a.CrmIcon=kt,a.CrownIcon=Y4,a.Currency=v1,a.CustomizeColumnsIcon=wt,a.DashboardIcon=_4,a.DatePicker=ve,a.DatePickerPopover=m3,a.DecreaseIcon=vt,a.DepositIcon=G4,a.DinersClubIcon=mt,a.DisabledIcon=Ct,a.DiscoverIcon=Lt,a.DisputeIcon=K4,a.Dot=L1,a.DotProgress=jr,a.DoubleCheckIcon=xt,a.DownArrowIcon=te,a.DownloadIcon=bt,a.Drawer=O1,a.DropdownIcon=yt,a.DumbbellIcon=Mt,a.DuplicateIcon=Et,a.DurationIcon=It,a.EditIcon=At,a.EditNoteIcon=Ht,a.EllipsisIcon=Nt,a.EmailCheckedIcon=Tt,a.EmailIcon=Q4,a.EmailResendIcon=jt,a.EmptyChecklistIcon=zt,a.EmvImage=X4,a.EquipmentCheckoutIcon=Vt,a.EquipmentIcon=Bt,a.EquipmentReturnIcon=St,a.ExpediaImage=J4,a.ExportIcon=Dt,a.EyeClosedIcon=$4,a.EyeIcon=Ft,a.FaceNeutralIcon=Wt,a.FaceSadIcon=Pt,a.FaceSmileIcon=qt,a.FacebookIcon=Ot,a.FadeIn=E0,a.FeedbackLightBulbIcon=Ut,a.FilterIcon=Zt,a.FlagIcon=Yt,a.FlexFee2Icon=_t,a.FlexFeeIcon=Gt,a.FoodIcon=Kt,a.ForkIcon=Qt,a.FormGroup=he,a.GiftIcon=R4,a.GlobeIcon=eo,a.GooglePlacesAutocomplete=i0,a.HandIcon=Xt,a.HandshakeIcon=Jt,a.HeaderToolbar=b1,a.HelpCenterIcon=$t,a.HistogramOptions=U5,a.HouseIcon=Rt,a.ImageIcon=ye,a.ImageUpload=L3,a.InfinityIcon=to,a.InlineValuePopover=D5,a.Input=x1,a.InstagramIcon=e2,a.InvoiceIcon=t2,a.ItemsIcon=r2,a.Key=p1,a.KeyIcon=ro,a.KioskIcon=oo,a.KlarnaIcon=o2,a.Label=fe,a.LightIcon=n2,a.LightningIcon=a2,a.LinkIcon=no,a.LockIcon=ao,a.Login=u3,a.Logo=Y1,a.LogoutIcon=l2,a.MaestroIcon=s2,a.MagicIcon=i2,a.MasterCardIcon=c2,a.MedicalIcon=d2,a.MegaphoneIcon=u2,a.MenuIcon=h2,a.MinusIcon=f2,a.MixedChecklistIcon=lo,a.MobileIcon=p2,a.Modal=U1,a.MoneyAddIcon=g2,a.MoneyBackIcon=w2,a.MoneyIcon=k2,a.MonthPicker=k0,a.MountainIcon=v2,a.MouseIcon=m2,a.Number=M3,a.PassIcon=C2,a.PenIcon=L2,a.Phone=y3,a.PhoneIcon=x2,a.PhotosIcon=b2,a.PieOptions=Z5,a.PiggyBankIcon=y2,a.PinIcon=M2,a.PipeIcon=E2,a.PlayIcon=I2,a.PlayMarketBadge=so,a.PlusIcon=A2,a.PolicyIcon=H2,a.Popover=a1,a.PopoverList=q1,a.PrintIcon=io,a.ProductsIcon=N2,a.Provider=h5,a.QuestionIcon=T2,a.QuestionnaireIcon=co,a.RangeSlider=l3,a.ReceiptIcon=uo,a.ReceptionBellIcon=j2,a.ReceptionBellMoneyIcon=z2,a.RefreshIcon=B2,a.RelativeDateRange=w0,a.RosterIcon=ho,a.RoundedSquareIcon=fo,a.RulerIcon=V2,a.SIDEBAR_VARIANT=n1,a.SIDEBAR_VARIANT_WIDTH=H1,a.SIDEBAR_WIDTH=u1,a.ScanQrCodeIcon=po,a.Search=t0,a.SearchAltIcon=S2,a.SearchIcon=Me,a.Select=G1,a.SendIcon=D2,a.SeniorIcon=F2,a.SeniorV2Icon=O2,a.SeniorV3Icon=W2,a.ServiceIcon=go,a.SettingsIcon=wo,a.ShapesIcon=ko,a.ShareIcon=vo,a.ShieldIcon=P2,a.ShirtIcon=mo,a.ShoppingBagIcon=q2,a.Sidebar=h1,a.Skeleton=c3,a.SlideDown=I0,a.SnapchatIcon=U2,a.Spinner=D1,a.SplitArrowIcon=Co,a.SplitPaymentIcon=Lo,a.StackIcon=Z2,a.StarFilledIcon=Y2,a.StarIcon=_2,a.StoreCreditIcon=xo,a.SubmitButton=re,a.Switch=C1,a.Table=Q,a.TableIcon=G2,a.Tabs=z1,a.Tag=Nr,a.TaxIcon=K2,a.Textarea=a0,a.ThumbsDownIcon=Q2,a.ThumbsUpIcon=X2,a.TicketIcon=J2,a.TikTokIcon=$2,a.ToggleButton=Mr,a.Tooltip=T1,a.TransferArrowIcon=R2,a.TranslationIcon=er,a.TrashIcon=Ee,a.TripadvisorIcon=tr,a.TutorialsBadgeIcon=rr,a.TutorialsButtonIcon=or,a.TutorialsSquareIcon=nr,a.TwitterIcon=ar,a.UnlinkIcon=bo,a.UserAddIcon=lr,a.UserChangedIcon=sr,a.UserIcon=ir,a.UserSubtractIcon=cr,a.VariantIcon=dr,a.VerifiedTickIcon=yo,a.VerifoneImage=Mo,a.VeteranIcon=ur,a.ViewNotesIcon=Eo,a.VisaIcon=hr,a.VoucherIcon=fr,a.WaitlistIcon=pr,a.WarningDiamondIcon=Ie,a.WarningFilledIcon=wr,a.WarningIcon=gr,a.WarningTriangleIcon=kr,a.WeightIcon=vr,a.WifiIcon=mr,a.WriteIcon=Cr,a.XIcon=Lr,a.XolaBotIcon=Io,a.XolaLogo=Ao,a.XolaLogoCircle=Ho,a.XolaLogoSimple=Ae,a.XrayIcon=xr,a.YelpIcon=br,a.ZipIcon=yr,a.almostZero=r0,a.dateFromObjectId=M5,a.flash=v0,a.formatDate=u0,a.formatPhoneNumber=b3,a.formatTime=y5,a.getSymbol=$r,a.isIosBrowser=We,a.isOSX=F1,a.isZeroDecimal=ce,a.numberFormat=de,a.rangeLabels=P,a.rangeOptions=k,a.roundNumber=o0,a.theme=c1,a.useId=ie,a.useIsMobile=v3,a.useSidebar=oe,a.useSidebarWidth=Zo,Object.defineProperty(a,Symbol.toStringTag,{value:"Module"})});
|