@xola/ui-kit 2.0.0-24 → 2.0.0-25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- var e=Object.defineProperty,t=Object.defineProperties,r=Object.getOwnPropertyDescriptors,n=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable,l=(t,r,n)=>r in t?e(t,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[r]=n,i=(e,t)=>{for(var r in t||(t={}))a.call(t,r)&&l(e,r,t[r]);if(n)for(var r of n(t))o.call(t,r)&&l(e,r,t[r]);return e},s=(e,n)=>t(e,r(n)),c=("undefined"!=typeof require&&require,(e,t)=>{var r={};for(var l in e)a.call(e,l)&&t.indexOf(l)<0&&(r[l]=e[l]);if(null!=e&&n)for(var l of n(e))t.indexOf(l)<0&&o.call(e,l)&&(r[l]=e[l]);return r});import d from"clsx";import m from"prop-types";import h,{cloneElement as p,Children as u,Fragment as g,useState as v,useRef as w,useEffect as f,createContext as k,useContext as x}from"react";import{Transition as E,Dialog as y,Switch as b}from"@headlessui/react";import M from"@tippyjs/react";import{followCursor as L}from"tippy.js";import{useCombobox as N}from"downshift";import{useHotkeys as C}from"react-hotkeys-hook";import j from"get-user-locale";import{round as z}from"mathjs";import B from"react-select";import T,{DateUtils as H}from"react-day-picker";import A from"dayjs";import F from"google-libphonenumber";import V from"react-hot-toast";import O from"lodash";const D={standard:{common:"border-transparent text-white",primary:"bg-primary hover:bg-primary-darker disabled:bg-primary active:bg-primary",secondary:"bg-secondary text-white hover:bg-secondary-dark disabled:bg-secondary border-transparent active:bg-secondary",success:"bg-success hover:bg-success-dark disabled:bg-success active:bg-success",warning:"bg-warning hover:bg-warning-dark disabled:bg-warning active:bg-warning",caution:"bg-caution hover:bg-caution-dark disabled:bg-caution active:bg-caution",danger:"bg-danger hover:bg-danger-dark disabled:bg-danger 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"}},S={tiny:"px-2 py-0.5 text-xs leading-xs",small:"px-3 py-2 h-[30px] text-sm leading-sm",medium:"px-4.5 py-3 h-[40px] text-base leading-base",large:"px-6 py-4 h-[50px] text-md leading-md"},_=e=>{var t=e,{as:r="button",variant:n="standard",color:a="primary",size:o="medium",icon:l,iconPlacement:s="left",className:m,children:p}=t,u=c(t,["as","variant","color","size","icon","iconPlacement","className","children"]);return h.createElement(r,i({className:d("ui-button","inline-flex rounded transition-colors border focus:ring disabled:bg-gray-lighter disabled:text-gray-dark disabled:cursor-default","justify-center items-center font-semibold",D[n].common,D[n][a],S[o],m)},u),l&&"left"===s?h.createElement("span",{className:"flex-shrink-0 mr-2"},l):null,p,l&&"right"===s?h.createElement("span",{className:"flex-shrink-0 ml-2"},l):null)};_.propTypes={color:m.oneOf(Object.keys(D.outline)),variant:m.oneOf(Object.keys(D)),size:m.oneOf(Object.keys(S)),className:m.string,children:m.oneOfType([m.arrayOf(m.node),m.node]),icon:(e,...t)=>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"):m.element(e,...t),iconPlacement:m.string};const R=e=>h.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14"},e),h.createElement("path",{fill:"currentColor",d:"M14 7a7 7 0 10-7 7v-1.4A5.6 5.6 0 1112.6 7H14z"})),P={primary:"text-primary",secondary:"text-secondary",warning:"text-warning",success:"text-success",danger:"text-danger",caution:"text-caution",current:null},Y={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]"},q=e=>{var t=e,{className:r,size:n="small",color:a="secondary"}=t,o=c(t,["className","size","color"]);return h.createElement(R,i({className:d("ui-spinner",r,Y[n],P[a],"animate-spin inline-block")},o))};q.propTypes={className:m.string,size:m.string,color:m.string};const I={primary:"!bg-primary-light",secondary:"!bg-secondary-light",success:"!bg-success-light",warning:"!bg-warning-light",caution:"!bg-caution-light",danger:"!bg-danger-light"},U=e=>{var t=e,{color:r="primary",isLoading:n,className:a,children:o}=t,l=c(t,["color","isLoading","className","children"]);return h.createElement(_,i({color:r,disabled:n,className:d(a,"relative",n&&I[r])},l),h.createElement("span",{className:d("absolute inset-0 flex justify-center items-center",n?"opacity-100":"opacity-0")},h.createElement(E,{appear:!0,as:"span",show:n,enter:"transition-all duration-700",enterFrom:"opacity-0",enterTo:"opacity-100"},h.createElement(q,{size:"current",color:"current",className:"text-white relative top-[-1px]"}))),h.createElement("span",{className:d(n?"opacity-0 flex-grow flex-shrink":"opacity-100")},o))};U.propTypes=s(i({},_.propTypes),{isLoading:m.bool});const W={outline:{primary:"bg-primary-lighter border border-primary-light hover:focus:bg-primary-lighter",secondary:"bg-secondary-lighter border border-secondary-light hover:focus:bg-secondary-lighter",success:"bg-success-lighter border border-success-light hover:focus:bg-success-lighter",warning:"bg-warning-lighter border border-warning-light hover:focus:bg-warning-lighter",caution:"bg-caution-lighter border border-caution-light hover:focus:bg-caution-lighter",danger:"bg-danger-lighter border border-danger-light hover:focus:bg-danger-lighter"}},Z=e=>{var t=e,{color:r="primary",variant:n="outline",isActive:a,className:o}=t,l=c(t,["color","variant","isActive","className"]);return h.createElement(_,i({color:r,variant:n,className:d("text-black",o,a?W[n][r]:"border !border-gray-light")},l))};Z.propTypes=s(i({},_.propTypes),{isActive:m.bool.isRequired});const $={primary:"bg-primary-lighter text-primary-dark",secondary:"bg-secondary-lighter text-black",success:"bg-success-lighter text-success-dark",warning:"bg-warning-lighter text-warning-dark",caution:"bg-caution-lighter text-caution-dark",danger:"bg-danger-lighter text-danger-dark",problem:"bg-warning text-white",critical:"bg-danger text-white"},G={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"},K={small:"w-3 h-3",medium:"w-4 h-4",large:"w-5 h-5 mr-1.5"},X=e=>{var t=e,{color:r="primary",size:n="small",icon:a,className:o,children:l}=t,s=c(t,["color","size","icon","className","children"]);return h.createElement("span",i({className:d("ui-badge","inline-flex items-center rounded-full whitespace-nowrap",$[r],G[n],o)},s),a?p(a,{className:d("mr-1",K[n])}):null,l)};X.propTypes={className:m.string,color:m.oneOf(Object.keys($)),size:m.oneOf(Object.keys(G)),icon:m.element,children:m.node.isRequired};const J={small:"w-3.5 h-3.5",medium:"w-4.5 h-4.5",large:"w-6 h-6"},Q=e=>{const t=t=>{var r=t,{size:n="small",className:a}=r,o=c(r,["size","className"]);return h.createElement(e,i({className:d(J[n],"inline-block",a)},o))};return t.propTypes={size:m.oneOf(Object.keys(J)),className:m.string},t},ee=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M11.201 3.464l-7.07 7.072M11.202 10.536L4.13 3.464"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),te={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"},re={small:"px-1 py-0.75 text-sm",medium:"px-2 py-1 text-base"},ne=e=>{var t=e,{color:r="primary",size:n="small",onClose:a,className:o,children:l}=t,s=c(t,["color","size","onClose","className","children"]);return h.createElement("span",i({className:d("ui-tag","inline-flex rounded leading-3.5",te[r],re[n],o)},s),l,a?h.createElement(ee,{className:"float-right ml-2 cursor-pointer text-block ui-tag-close hover:text-gray-darker",onClick:e=>{e.stopPropagation(),null==a||a()}}):null)};ne.propTypes={color:m.oneOf(Object.keys(te)),size:m.oneOf(Object.keys(re)),onClose:m.func,className:m.string,children:m.node.isRequired};const ae={primary:"bg-primary",secondary:"bg-secondary",success:"bg-success",warning:"bg-warning",danger:"bg-danger",caution:"bg-caution"},oe=e=>{var t=e,{color:r="primary",className:n}=t,a=c(t,["color","className"]);return h.createElement("span",i({className:d("ui-dot","inline-block w-1 h-1 rounded-full text-white",ae[r],n)},a))};oe.propTypes={className:m.string,color:m.oneOf(Object.keys(ae))};const le={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"},ie=e=>{var t=e,{className:r,color:n="primary",onClose:a,children:o}=t,l=c(t,["className","color","onClose","children"]);return h.createElement("div",i({className:d("ui-alert flex items-start rounded text-base px-3 py-3 leading-4",le[n],r)},l),h.createElement("span",{className:"w-full ui-alert-content"},o),a?h.createElement("button",{type:"button",className:"ml-3 cursor-pointer ui-alert-close hover:text-gray-dark"},h.createElement(ee,{onClick:a})):null)};ie.propTypes={className:m.string,color:m.oneOf(Object.keys(le)),onClose:m.func,children:m.node.isRequired};const se=e=>h.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"192",height:"192",fill:"none",viewBox:"0 0 192 192"},e),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("defs",null,h.createElement("linearGradient",{id:"paint0_linear",x1:"117.572",x2:"117.572",y1:"323.149",y2:"57.367",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#626262"})),h.createElement("linearGradient",{id:"paint1_linear",x1:"39.87",x2:"80.42",y1:"85.611",y2:"85.611",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#909191"})),h.createElement("linearGradient",{id:"paint2_linear",x1:"81.096",x2:"81.096",y1:"117.762",y2:"201.184",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#909191"})),h.createElement("linearGradient",{id:"paint3_linear",x1:"-25.794",x2:"208.447",y1:"204.974",y2:"204.974",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#626262"})))),ce=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("span",i({className:d("ui-counter","px-2 py-1 font-semibold inline-flex items-center justify-center rounded-full bg-danger-dark text-white leading-none",r)},n))};ce.propTypes={className:m.string};const de=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M5.166 1.5l5.5 5.5-5.5 5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),me={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"},he=e=>{var t=e,{className:r,name:n,color:a="bg-primary-lighter",size:o="large"}=t,l=c(t,["className","name","color","size"]);const s=d("ui-avatar","inline-flex items-center justify-center rounded-full text-black leading-none",me[o],a,r);return h.createElement("div",i({title:n,className:s},l),(e=>{let t="N/A";const r="string"==typeof e&&e.match(/\b\w/g);return r&&(t=r[0],r.length>1&&(t+=r[r.length-1])),t.toUpperCase()})(n))};he.propTypes={className:m.string,color:m.string,name:m.string,size:m.oneOf(Object.keys(me))};const pe=e=>{var t=e,{name:r,description:n,image:a,icon:o=h.createElement(de,null),isResponsive:l=!1}=t,s=c(t,["name","description","image","icon","isResponsive"]);const m=null!=a?a:h.createElement(he,{size:"tiny",name:r});return h.createElement("button",i({type:"button",className:d("ui-sidebar-account","flex justify-center items-center py-3 w-full rounded cursor-pointer hover:bg-gray-darker xl:justify-start",l?"xl:px-4":"px-4")},s),h.createElement("div",{className:"flex-shrink-0"},m),h.createElement("div",{className:d("ml-2 text-left min-w-0",l&&"hidden xl:inline")},h.createElement("div",{className:"truncate"},r),n?h.createElement("div",{className:"text-sm text-gray-dark truncate"},n):null),h.createElement("span",{className:d("ml-auto",l&&"hidden xl:inline")},o))};pe.displayName="Sidebar.Account",pe.propTypes={name:m.string.isRequired,description:m.string,image:m.element,icon:m.element,isResponsive:m.bool};const ue=e=>{var t=e,{icon:r,label:n}=t,a=c(t,["icon","label"]);return h.createElement("button",i({type:"button",className:"flex items-center py-2 px-4 w-full rounded cursor-pointer ui-sidebar-button hover:bg-gray-darker"},a),h.createElement("div",{className:"p-1.5"},h.createElement(r,{className:"w-4 h-4"})),h.createElement("span",{className:"ml-2"},n))};ue.displayName="Sidebar.Button",ue.propTypes={icon:m.elementType.isRequired,label:m.string.isRequired};const ge=e=>{var t=e,{children:r}=t,n=c(t,["children"]);return h.createElement("div",i({className:"p-3 ui-sidebar-footer"},n),h.createElement("div",{className:"pb-2 mx-4 border-t border-secondary-darker"}),r)};ge.displayName="Sidebar.Footer",ge.propTypes={children:m.node.isRequired};const ve=e=>{var t=e,{isActive:r=!1,icon:n,children:a}=t,o=c(t,["isActive","icon","children"]);return h.createElement("button",i({type:"button",className:d("ui-sidebar-link","transition-colors leading-none flex items-center justify-center xl:justify-start w-full xl:px-6 py-3 rounded",{"bg-primary text-white hover:bg-primary-dark":r,"hover:bg-gray-darker text-gray":!r})},o),h.createElement(n,{className:"w-5 h-5 xl:mr-3"}),h.createElement("span",{className:"hidden px-1 xl:inline"},a),h.createElement(de,{className:"hidden ml-auto w-3 h-3 xl:inline"}))};ve.displayName="Sidebar.Link",ve.propTypes={isActive:m.bool,icon:m.func.isRequired,children:m.node.isRequired};var we="_main_1bcuo_1";const fe=e=>{var t=e,{children:r,content:n}=t,a=c(t,["children","content"]);return h.createElement(M,i({interactive:!0,trigger:"click",appendTo:document.body,placement:"right",offset:[0,20],arrow:!1,className:d("ui-sidebar-menu",we,"!rounded-none bg-black bg-opacity-90 backdrop-filter backdrop-blur-sm p-2 w-56"),content:n},a),h.createElement("span",null,r))};fe.displayName="Sidebar.Menu",fe.propTypes={children:m.node.isRequired,content:m.node.isRequired};const ke=({children:e,className:t,footer:r,notifications:n,isFixed:a=!0,onLogoClick:o})=>h.createElement("div",{className:d("ui-sidebar",a?"fixed":"relative","w-16 md:w-24 xl:w-50 h-full p-2 overflow-y-auto bg-black text-white flex flex-col",t)},h.createElement("div",{className:d("p-2 text-center xl:text-left",n?null:"invisible")},h.createElement(ce,{className:"text-sm"},n)),h.createElement("div",{className:"mb-10 text-center"},h.createElement(se,{className:d("inline-block w-12 h-12 xl:w-24 xl:h-24",o&&"cursor-pointer hover:opacity-80 transition-opacity"),onClick:o})),h.createElement("div",{className:"flex-grow space-y-2"},e),r);ke.propTypes={children:m.node.isRequired,className:m.string,footer:m.element.isRequired,notifications:m.number,isFixed:m.bool,onLogoClick:m.func.isRequired},ke.Account=pe,ke.Button=ue,ke.Footer=ge,ke.Link=ve,ke.Menu=fe;const xe=e=>{var t=e,{children:r,className:n,content:a}=t,o=c(t,["children","className","content"]);return h.createElement(M,s(i({content:a},o),{className:"text-white ui-tooltip",plugins:[L]}),h.createElement("span",{className:n},r))};xe.propTypes={content:m.oneOfType([m.string,m.element]),children:m.node.isRequired,className:m.string};var Ee="_main_1q4dn_1";const ye=e=>{var t=e,{className:r,children:n,skidding:a=0,distance:o=10}=t,l=c(t,["className","children","skidding","distance"]);const s=((e,t)=>u.toArray(e).filter((e=>e.type===t)))(n,ye.Content),m=u.toArray(n).filter((e=>e.type!==ye.Content));return h.createElement(M,i({interactive:!0,zIndex:20,content:s,className:d("ui-popover",Ee,"!border-gray-light !rounded-lg shadow-xl",r),plugins:[L],offset:[null!=a?a:0,null!=o?o:10]},l),h.createElement("span",null,m))};ye.propTypes={className:m.string,skidding:m.number,distance:m.number,children:m.node.isRequired};const be=({className:e,children:t})=>h.createElement("div",{className:d("ui-popover-content",e)},t);be.displayName="Popover.Content",be.propTypes={className:m.string,children:m.node.isRequired},ye.Content=be;const Me=e=>{var t=e,{placement:r="bottom",className:n,children:a}=t,o=c(t,["placement","className","children"]);const l=u.toArray(a),s=l.filter((e=>e.type!==Me.Item)),m=l.length-s.length,p=l.map(((e,t)=>e.type===Me.Item?h.cloneElement(e,{position:t,total:m}):null)),g=h.createElement(ye.Content,{className:"p-0 divide-y divide-solid ui-popover-list-content divide-gray-lighter"},p);return h.createElement(ye,i({content:g,placement:r,className:d("ui-popover-list","w-40",n)},o),s)};Me.propTypes={placement:m.string,className:m.string,children:m.node.isRequired};const Le=e=>{var t=e,{name:r,isActive:n=!1,position:a,total:o,children:l,className:s,onClickItem:m}=t,p=c(t,["name","isActive","position","total","children","className","onClickItem"]);return h.createElement("div",i({name:r,className:d("ui-popover-list-item","flex align-text-top p-4 space-x-2.5 font-semibold leading-4 tracking-tightest cursor-pointer hover:bg-gray-lighter",n?"bg-gray-lighter":null,1===a?"rounded-t-lg":null,a===o?"rounded-b-lg":null,s),onClick:e=>m(e,r)},p),l)};Le.displayName="PopoverList.Item",Le.propTypes={position:m.number,total:m.number,name:m.string.isRequired,isActive:m.bool,children:m.node.isRequired,className:m.string,onClickItem:m.func.isRequired},Me.Item=Le;const Ne={small:"max-w-[400px]",medium:"max-w-[500px]",large:"max-w-[600px]",huge:"max-w-[800px]"},Ce=({size:e="medium",isOpen:t=!1,shouldCloseOnOutsideClick:r=!1,onClose:n,children:a,className:o})=>h.createElement(E,{appear:!0,show:t,as:g},h.createElement(y,{as:"div",className:"overflow-y-auto fixed inset-0 z-30 ui-modal",onClose:()=>{r&&n()}},h.createElement("div",{className:"px-4 min-h-screen text-center"},h.createElement(E.Child,{as:g,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},h.createElement(y.Overlay,{className:"fixed inset-0 bg-opacity-75 transition-opacity bg-gray-dark ui-modal-overlay"})),h.createElement("span",{className:"inline-block h-screen align-middle","aria-hidden":"true"},"​"),h.createElement(E.Child,{as:g,enter:"ease-out duration-300",enterFrom:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",enterTo:"opacity-100 translate-y-0 sm:scale-100",leave:"ease-in duration-200",leaveFrom:"opacity-100 translate-y-0 sm:scale-100",leaveTo:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"},h.createElement("div",{className:d(o,Ne[e],"inline-block w-full p-10 overflow-hidden text-left align-middle transition-all transform bg-white shadow-xl rounded-lg")},n?h.createElement("button",{type:"button",className:"hidden absolute top-0 right-0 p-2 m-4 sm:block text-gray hover:text-gray-darker",onClick:n},h.createElement(ee,null)):null,a))))),je=e=>{var t=e,{children:r,description:n,className:a}=t,o=c(t,["children","description","className"]);return h.createElement(y.Title,i({as:"div",className:d(a,"text-center ui-modal-header")},o),h.createElement("h3",{className:"text-2xl font-semibold leading-6 text-black"},r),n?h.createElement("p",{className:"mt-2 text-base font-normal leading-normal text-gray-darker"},n):null)};je.propTypes={children:m.node.isRequired,description:m.string,className:m.string},je.displayName="Modal.Header",Ce.Header=je;const ze=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("div",i({className:d(r,"mt-10 ui-modal-body")},n))};ze.propTypes={className:m.string},ze.displayName="Modal.Body",Ce.Body=ze;const Be=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("div",i({className:d(r,"mt-10 space-x-4 text-right ui-modal-footer")},n))};Be.propTypes={className:m.string},Be.displayName="Modal.Footer",Ce.Footer=Be;const Te=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("div",{className:"flex flex-col ui-table"},h.createElement("div",{className:"overflow-x-auto -my-2"},h.createElement("div",{className:"inline-block py-2 min-w-full align-middle"},h.createElement("div",{className:"overflow-hidden border-b sm:rounded-lg border-gray-lighter"},h.createElement("table",i({className:d(r,"min-w-full divide-y border border-gray-lighter")},n))))))};Te.propTypes={className:m.string},(Te.Head=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("thead",i({className:d("ui-table-head","bg-gray-lighter",r)},n))}).displayName="Table.Head",Te.Head.propTypes={className:m.string},(Te.Header=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("th",i({className:d("ui-table-header","px-4 py-2 text-left text-base font-bold",r)},n))}).displayName="Table.Header",Te.Header.propTypes={className:m.string},(Te.Body=e=>{var t=e,{className:r,isStriped:n=!1,children:a}=t,o=c(t,["className","isStriped","children"]);return h.createElement("tbody",i({className:d("ui-table-body","border-none",r)},o),u.map(a,(e=>e&&p(e,{isStriped:n}))))}).displayName="Table.Body",Te.Body.propTypes={className:m.string,children:m.node.isRequired,isStriped:m.bool},(Te.Row=e=>{var t=e,{isStriped:r=!1,className:n}=t,a=c(t,["isStriped","className"]);return h.createElement("tr",i({className:d("ui-table-row",r&&"even:bg-gray-lighter",n)},a))}).displayName="Table.Row",Te.Row.propTypes={isStriped:m.bool,className:m.string},(Te.Cell=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("td",i({className:d("ui-table-cell","px-4 py-2 whitespace-nowrap text-base text-gray-darker",r)},n))}).displayName="Table.Cell",Te.Cell.propTypes={className:m.string};const He={small:"px-2 py-1.5 text-sm",medium:"py-3 px-2.5 text-base",large:"px-4 py-3.5 text-lg"},Ae=e=>{var t=e,{size:r,value:n,isCollapsed:a=!1,onChange:o,className:l,children:s}=t,m=c(t,["size","value","isCollapsed","onChange","className","children"]);return h.createElement("span",i({className:d("ui-button-group","inline-flex whitespace-nowrap",l)},m),u.map(s,((e,t)=>{const l={size:r};return void 0!==n&&(l.isActive=n===t),a&&n>=0&&n!==t&&(l.shouldShowText=!1),o&&(l.onClick=()=>o(t)),p(e,l)})))};Ae.propTypes={className:m.string,size:m.oneOf(Object.keys(He)).isRequired,value:m.number.isRequired,isCollapsed:m.bool,onChange:m.func.isRequired,children:m.node.isRequired};const Fe=e=>{var t=e,{as:r="button",isActive:n,shouldShowText:a=!0,size:o="medium",icon:l,iconPlacement:s="left",className:m,children:p}=t,u=c(t,["as","isActive","shouldShowText","size","icon","iconPlacement","className","children"]);const g=d("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",He[o],n?"bg-primary border-primary text-white hover:bg-primary-dark":"border-gray-light hover:bg-gray-lighter text-gray-darker",m);return h.createElement(r,i({className:g},u),l&&"left"===s?h.createElement("span",{className:"flex-shrink-0 mr-2"},l):null,a?p:null,l&&"right"===s?h.createElement("span",{className:"flex-shrink-0 ml-2"},l):null)};Fe.displayName="ButtonGroup.Button",Fe.propTypes={as:m.oneOfType([m.string,m.elementType]),isActive:m.bool,shouldShowText:m.bool,size:m.oneOf(Object.keys(He)),icon:m.element,iconPlacement:m.oneOf(["left","right"]),className:m.string,children:m.node.isRequired},Ae.Button=Fe;const Ve={small:"w-10 h-10",medium:"w-16 h-16",large:"w-20 h-20"},Oe=e=>{var t=e,{className:r,size:n="small"}=t,a=c(t,["className","size"]);return h.createElement("img",i({className:d("ui-logo",r,"inline-block rounded object-cover",Ve[n])},a))};Oe.propTypes={className:m.string,src:m.string.isRequired,size:m.string};var De="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};var Se=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)},_e="object"==typeof De&&De&&De.Object===Object&&De,Re="object"==typeof self&&self&&self.Object===Object&&self,Pe=_e||Re||Function("return this")(),Ye=Pe,qe=function(){return Ye.Date.now()},Ie=/\s/;var Ue=function(e){for(var t=e.length;t--&&Ie.test(e.charAt(t)););return t},We=/^\s+/;var Ze=function(e){return e?e.slice(0,Ue(e)+1).replace(We,""):e},$e=Pe.Symbol,Ge=$e,Ke=Object.prototype,Xe=Ke.hasOwnProperty,Je=Ke.toString,Qe=Ge?Ge.toStringTag:void 0;var et=function(e){var t=Xe.call(e,Qe),r=e[Qe];try{e[Qe]=void 0;var n=!0}catch(Tr){}var a=Je.call(e);return n&&(t?e[Qe]=r:delete e[Qe]),a},tt=Object.prototype.toString;var rt=et,nt=function(e){return tt.call(e)},at=$e?$e.toStringTag:void 0;var ot=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":at&&at in Object(e)?rt(e):nt(e)},lt=function(e){return null!=e&&"object"==typeof e};var it=function(e){return"symbol"==typeof e||lt(e)&&"[object Symbol]"==ot(e)},st=Ze,ct=Se,dt=it,mt=/^[-+]0x[0-9a-f]+$/i,ht=/^0b[01]+$/i,pt=/^0o[0-7]+$/i,ut=parseInt;var gt=Se,vt=qe,wt=function(e){if("number"==typeof e)return e;if(dt(e))return NaN;if(ct(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=ct(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=st(e);var r=ht.test(e);return r||pt.test(e)?ut(e.slice(2),r?2:8):mt.test(e)?NaN:+e},ft=Math.max,kt=Math.min;var xt=function(e,t,r){var n,a,o,l,i,s,c=0,d=!1,m=!1,h=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function p(t){var r=n,o=a;return n=a=void 0,c=t,l=e.apply(o,r)}function u(e){return c=e,i=setTimeout(v,t),d?p(e):l}function g(e){var r=e-s;return void 0===s||r>=t||r<0||m&&e-c>=o}function v(){var e=vt();if(g(e))return w(e);i=setTimeout(v,function(e){var r=t-(e-s);return m?kt(r,o-(e-c)):r}(e))}function w(e){return i=void 0,h&&n?p(e):(n=a=void 0,l)}function f(){var e=vt(),r=g(e);if(n=arguments,a=this,s=e,r){if(void 0===i)return u(s);if(m)return clearTimeout(i),i=setTimeout(v,t),p(s)}return void 0===i&&(i=setTimeout(v,t)),l}return t=wt(t)||0,gt(r)&&(d=!!r.leading,o=(m="maxWait"in r)?ft(wt(r.maxWait)||0,t):o,h="trailing"in r?!!r.trailing:h),f.cancel=function(){void 0!==i&&clearTimeout(i),c=0,n=s=a=i=void 0},f.flush=function(){return void 0===i?l:w(vt())},f};const Et=navigator.userAgent.includes("Macintosh"),yt=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.883 10.878a4.661 4.661 0 100-9.323 4.661 4.661 0 000 9.323zM10.181 9.514l2.93 2.93",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),bt=e=>{var t,r=e,{char:n,className:a}=r,o=c(r,["char","className"]);const l=null!=(t=Mt[n])?t:n;return h.createElement("div",i({className:d("ui-key","inline-flex items-center justify-center h-5 py-1 px-2 bg-gray-lighter text-xs text-gray font-semibold rounded",1===l.length&&"w-5",a)},o),l)},Mt={cmd:Et?"⌘":"ctrl",option:Et?"⌥":"win",ctrl:Et?"ctrl":"alt",up:"↑",down:"↓"};bt.propTypes={char:m.string.isRequired,className:m.string};const Lt=xt(((e,t)=>e(t)),500),Nt=e=>{var t=e,{className:r,items:n=[],defaultValue:a,onChange:o,onSubmit:l,onSelect:s,children:m,isLoading:p=!1,isOpen:u,onOpenChange:g}=t,k=c(t,["className","items","defaultValue","onChange","onSubmit","onSelect","children","isLoading","isOpen","onOpenChange"]);const[x,E]=v(!0),[y,b]=v(null!=a?a:""),M=w(),[L,j]=v(!0),z={value:y},B=y?[z,...n]:[],{isOpen:T,openMenu:H,getMenuProps:A,getInputProps:F,getComboboxProps:V,highlightedIndex:O,getItemProps:D,closeMenu:S}=N({items:B,inputValue:y,onInputValueChange:({inputValue:e})=>{b(e),o&&Lt(o,e)},itemToString:()=>y,defaultHighlightedIndex:0,onSelectedItemChange:({selectedItem:e,type:t})=>{t!==N.stateChangeTypes.InputBlur&&(e===z?(null==l||l(y),M.current.blur()):e&&(null==s||s(e),M.current.blur()),S())},isOpen:u,stateReducer:(e,{type:t,changes:r})=>(t===N.stateChangeTypes.InputBlur&&(null==g||g(!1)),t===N.stateChangeTypes.FunctionOpenMenu&&(null==g||g(!0)),r)});f((()=>{T?j(!1):setTimeout((()=>j(!0)),1)}),[T,j]);const _=(T||!L)&&B.length>0,R=_&&!p&&B.length<=1;return C(Et?"cmd+k":"ctrl+k",(e=>{e.preventDefault(),M.current.focus()})),C("esc",(()=>M.current.blur()),{enableOnTags:["INPUT"]}),h.createElement("div",{className:"relative w-full ui-search"},h.createElement("div",i({},V({className:"w-full relative rounded-md"})),h.createElement("div",{className:"absolute inset-y-0 top-[-2px] left-0 hidden md:flex items-center pointer-events-none"},h.createElement(yt,{className:"w-4 h-4 text-gray-darker"})),h.createElement("input",i({},F(i({type:"text",className:d("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",r),ref:M,onFocus:()=>{E(!1),H()},onBlur:()=>E(!0)},k)))),h.createElement("div",{className:"hidden absolute inset-y-0 right-0 items-center pr-3 space-x-1 pointer-events-none lg:flex"},x?h.createElement(h.Fragment,null,h.createElement(bt,{char:"cmd"})," ",h.createElement(bt,{char:"K"})):null)),h.createElement("ul",i({},A({className:d("ui-search-menu","absolute top-10 divide-y divide-gray-light w-full xl:w-2/3 max-h-[75vh] border border-blue-light mt-1 rounded overflow-auto z-10 bg-white",{hidden:!_})})),_?B.map(((e,t)=>h.createElement("li",i({key:e},D({key:t,item:e,index:t,className:"ui-search-item"})),e===z?h.createElement(h.Fragment,null,h.createElement("div",{className:d("p-2 cursor-pointer",O===t?"bg-blue-light text-white":"")},"Show all results for ",h.createElement("strong",null,y)),p?h.createElement("div",{className:"p-3 text-center"},h.createElement(q,{size:"small"})):null):null==m?void 0:m(e,O===t)))):null,_&&R?h.createElement("li",{className:"p-2 cursor-not-allowed"},"No results found"):null,_&&B.length<5?h.createElement("li",{className:"flex sticky bottom-0 p-2 space-x-5 text-sm search-footer text-gray-dark pointer-events"},h.createElement("span",{className:"flex items-center"},h.createElement(bt,{char:"up",className:"mr-0.5"}),h.createElement(bt,{char:"down",className:"mr-2"})," to navigate"),h.createElement("span",{className:"flex items-center"},h.createElement(bt,{char:"enter",className:"mr-2"})," to submit"),h.createElement("span",{className:"flex items-center"},h.createElement(bt,{char:"esc",className:"mr-2"})," to close")):null))};Nt.propTypes={className:m.string,items:m.arrayOf(m.any),itemToString:m.func,defaultValue:m.string,onChange:m.func,onSubmit:m.func,onSelect:m.func,onOpenChange:m.func,children:m.oneOfType([m.arrayOf(m.node),m.node,m.func]),isLoading:m.bool,isOpen:m.bool};const Ct=e=>{var t=e,{className:r,classNames:n={},separator:a="/",children:o}=t,l=c(t,["className","classNames","separator","children"]);const s=u.count(o)-1;return h.createElement("div",i({className:d("ui-breadcrumb","text-2xl whitespace-nowrap font-semibold",r)},l),u.map(o,((e,t)=>{const r=t>=s;return h.createElement(h.Fragment,null,h.createElement("span",{className:d(n.item,r?"text-black":"text-gray-dark")},e),r?null:h.createElement("span",{className:d(n.separator,"text-gray-dark mx-2")},a))})))};Ct.propTypes={className:m.string,classNames:m.object,separator:m.string,children:m.oneOfType([m.arrayOf(m.node),m.node])},(Ct.Item=({className:e,onClick:t,children:r})=>h.createElement("div",{className:d("ui-breadcrumb-item",e,"inline",t&&"cursor-pointer hover:underline"),onClick:t},r)).displayName="Breadcrumb.Item",Ct.Item.propTypes={className:m.string,onClick:m.func,children:m.node.isRequired};const jt=j(),zt=new Set(["JPY","CLP","KRW","LAK","PYG","VND","VUV"]),Bt=e=>zt.has(e),Tt=(e,t=jt,r=0)=>new Intl.NumberFormat(t,{style:"currency",currency:e,maximumFractionDigits:0}).format(r).replace(/\d/g,"").trim(),Ht=j(),At=e=>{const t=Math.abs(e);return t>=0&&t<=.001},Ft=(e,t=null,r=Ht,n=2)=>{const a={style:t?"currency":"decimal",minimumFractionDigits:n,maximumFractionDigits:n};return t&&(a.currency=t),new Intl.NumberFormat(r,a).format(e)},Vt=(e,t)=>{let r=Number(t);return Bt(e)?r=z(r):(z(r,3)===z(r,4)&&(r=z(r,3)),r=z(r,2)),r},Ot=j(),Dt=({currency:e="USD",locale:t=Ot,shouldRemoveTrailingZeroes:r=!0,maximumFractionDigits:n=2,children:a})=>{let o=a;At(o)&&(o=0);let l=Ft(o,e,t,Bt(e)?0:n);return l=r?l.replace(".00",""):l,h.createElement("span",{className:"ui-currency"},l)};Dt.propTypes={currency:m.string,locale:m.string,shouldRemoveTrailingZeroes:m.bool,maximumFractionDigits:m.number,children:m.node.isRequired},(Dt.Round=({currency:e,children:t})=>{const r=Vt(e,t);return h.createElement("span",{className:"ui-currency-round"},r)}).propTypes={currency:m.string,children:m.node.isRequired},(Dt.Split=({currency:e="USD",locale:t=Ot,children:r})=>{let n=r;At(n)&&(n=0);const a=Vt(e,n).toString().split("."),o=a[0];let l=a[1]||"0";1===l.length&&(l+="0");const i=Ft(o,e,t,0);return h.createElement("span",{title:n,className:"ui-currency-split"},h.createElement("span",{className:"ui-currency-split-int"},i),!Bt(e)&&h.createElement("span",{className:"pl-1 underline ui-currency-split-decimal"},h.createElement("sup",null,l)))}).propTypes={currency:m.string,locale:m.string,children:m.node.isRequired};const St={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"},_t=k(),Rt=e=>{var t=e,{children:r,className:n,currency:a}=t,o=c(t,["children","className","currency"]);return h.createElement(_t.Provider,{value:a},h.createElement("table",i({className:d("ui-breakdown","w-full",n)},o),h.createElement("tbody",null,r)))};Rt.propTypes={children:m.node,className:m.string,currency:m.string.isRequired};const Pt=e=>{var t=e,{children:r,info:n,value:a,className:o,color:l="default"}=t,s=c(t,["children","info","value","className","color"]);const m=x(_t);return h.createElement("tr",i({className:d("ui-breakdown-item",St[l],o)},s),h.createElement("td",{className:"text-left"},r),h.createElement("td",{className:"text-right"},n),h.createElement("td",{className:"pl-4 text-right w-[1%]"},h.createElement(Dt,{shouldRemoveTrailingZeroes:!1,currency:m},a)))};Pt.propTypes={children:m.node,info:m.node,value:m.node,className:m.string,color:m.oneOf(Object.keys(St))},(Rt.Item=Pt).displayName="Breakdown.Item";const Yt=e=>{var t=e,{children:r,info:n,value:a,className:o,color:l="black"}=t,s=c(t,["children","info","value","className","color"]);const m=x(_t);return h.createElement("tr",i({className:d("ui-breakdown-subtotal-item","font-bold",St[l],o)},s),h.createElement("td",{className:"pt-1 pb-4 text-left"},r),h.createElement("td",{className:"pt-1 pb-4 text-right"},n),h.createElement("td",{className:"pt-1 pb-4 pl-4 text-right w-[1%]"},h.createElement(Dt,{shouldRemoveTrailingZeroes:!1,currency:m},a)))};Yt.propTypes={children:m.node,info:m.node,value:m.node,className:m.string,color:m.oneOf(Object.keys(St))},(Rt.SubtotalItem=Yt).displayName="Breakdown.SubtotalItem";const qt=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("tr",i({className:d("ui-breakdown-separator",r)},n),h.createElement("td",{colSpan:3,className:"pb-1 border-b border-gray-light"}))};qt.propTypes={className:m.string},(Rt.Separator=qt).displayName="Breakdown.Separator";const It=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("div",i({className:d("ui-form-group",r,"mb-4")},n))};It.propTypes={className:m.string};const Ut={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"},Wt=e=>{var t=e,{as:r,size:n="medium",isError:a,className:o}=t,l=c(t,["as","size","isError","className"]);return h.createElement(r,i({className:d("w-full placeholder-gray-dark hover:placeholder-gray-darker text-gray-darker disabled:text-gray rounded","disabled:bg-gray-lighter border border-transparent hover:bg-gray-lighter hover:border-black",Ut[n],a?"border-danger focus:ring-0 focus:ring-danger focus:border-danger":"border-gray-light focus:ring-0 focus:ring-primary focus:border-primary",o)},l))};Wt.propTypes={as:m.oneOfType([m.string,m.elementType]),size:m.oneOf(Object.keys(Ut)),className:m.string,isError:m.bool};const Zt=e=>{var t=e,{className:r,type:n="text"}=t,a=c(t,["className","type"]);return h.createElement(Wt,i({as:"input",className:d("ui-input",r),type:n},a))};Zt.propTypes=s(i({},Wt.propTypes),{type:m.string});const $t=e=>{var t=e,{className:r,rows:n=2}=t,a=c(t,["className","rows"]);return h.createElement(Wt,i({as:"textarea",className:d("ui-textarea",r),rows:n},a))};$t.propTypes=s(i({},Wt.propTypes),{rows:m.number});const Gt=e=>h.createElement(Wt,i({as:"select"},e));Gt.propTypes=Wt.propTypes;const Kt=e=>{var t=e,{className:r,isError:n}=t,a=c(t,["className","isError"]);return h.createElement(B,i({className:d("ui-combo-box",n&&"border-danger",r),classNamePrefix:"ui-combo-box"},a))};Kt.propTypes={className:m.string,isError:m.bool};const Xt={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"}},Jt=e=>{var t=e,{isChecked:r=!1,size:n="medium"}=t,a=c(t,["isChecked","size"]);return h.createElement(b,i({checked:r,className:d("ui-switch",r?"bg-primary":"bg-gray","switch relative inline-flex flex-shrink-0 border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none disabled:opacity-60",Xt[n].parent)},a),h.createElement("span",{className:d(r?Xt[n].translate:"translate-x-0","switch-inner pointer-events-none inline-block rounded-full bg-white transform ring-0 transition ease-in-out duration-200 shadow",Xt[n].inner)}))};Jt.propTypes={isChecked:m.bool,size:m.string},(Jt.Group=({className:e,children:t})=>h.createElement(b.Group,{as:"div",className:d("ui-switch-group","inline-flex items-center",e)},t)).displayName="Switch.Group",Jt.Group.propTypes={className:m.string,children:m.node.isRequired},(Jt.Label=({direction:e="left",className:t,children:r})=>h.createElement(b.Label,{as:"span",className:d("ui-switch-label","cursor-pointer","left"===e?"mr-2":"ml-2",t)},r)).displayName="Switch.Label",Jt.Label.propTypes={direction:m.string,className:m.string,children:m.node.isRequired};var Qt=function(e,t){for(var r=-1,n=null==e?0:e.length,a=Array(n);++r<n;)a[r]=t(e[r],r,e);return a},er=Array.isArray,tr=Qt,rr=er,nr=it,ar=$e?$e.prototype:void 0,or=ar?ar.toString:void 0;var lr=function e(t){if("string"==typeof t)return t;if(rr(t))return tr(t,e)+"";if(nr(t))return or?or.call(t):"";var r=t+"";return"0"==r&&1/t==-Infinity?"-0":r};var ir=function(e){return null==e?"":lr(e)},sr=0;var cr=function(e){var t=++sr;return ir(e)+t};var dr="_checkbox_1gb8z_1";const mr=e=>{var t,r=e,{label:n,className:a,classNames:o={}}=r,l=c(r,["label","className","classNames"]);const[m]=v(null!=(t=l.id)?t:cr("checkbox-"));return h.createElement("div",{className:d("ui-checkbox",a,"flex items-center")},h.createElement("input",s(i({type:"checkbox",className:d("ui-checkbox-input",o.checkbox,dr,"w-4 h-4 rounded text-white !border-primary disabled:bg-gray-light disabled:text-gray-light disabled:border-none transition-colors")},l),{id:m})),n?h.createElement("label",{htmlFor:m,className:d("ui-checkbox-label",o.label,"ml-2 leading-none text-gray-darker")},n):null)};mr.propTypes={label:m.string.isRequired,className:m.string,classNames:m.shape({checkbox:m.string,label:m.string}),onChange:m.func};const hr=e=>{var t=e,{isDisabled:r=!1,className:n}=t,a=c(t,["isDisabled","className"]);return h.createElement("label",i({className:d("ui-label",n,"block text-sm font-bold mb-1",r?"text-gray":"text-black")},a))};hr.propTypes={isDisabled:m.bool,className:m.string};const pr=({classNames:e,children:t})=>h.createElement("div",{className:d("ui-header-toolbar","flex items-center w-full px-5 pr-3 py-3 xl:px-6 xl:py-5 space-x-2 xl:space-x-6 border-b border-gray-light",e)},t);pr.propTypes={classNames:m.string,children:m.node.isRequired},(pr.Breadcrumb=({className:e,children:t})=>h.createElement(Ct,{className:d("ui-header-toolbar-breadcrumb","text-xl border-r border-gray-light md:pr-4 xl:pr-6",e)},t)).displayName="HeaderToolbar.Breadcrumb",pr.Breadcrumb.propTypes={className:m.string,children:m.node.isRequired},pr.Breadcrumb.displayName="HeaderToolbar.Search",pr.Search=e=>h.createElement(Nt,i({className:"flex-grow pr-1 w-full ui-header-toolbar-search"},e));const ur=e=>{var t=e,{className:r,value:n,onChange:a,children:o}=t,l=c(t,["className","value","onChange","children"]);const s=u.toArray(o),m=s.filter((e=>e.type===ur.Tab)),g=s.filter((e=>e.type===ur.Panel));return h.createElement(h.Fragment,null,h.createElement("div",i({className:d("ui-tabs","bg-gray-lighter overflow-x-auto",r)},l),h.createElement("nav",{className:"flex"},m.map(((e,t)=>p(e,{isActive:t===n,onClick:()=>null==a?void 0:a(t)}))))),g.map(((e,t)=>p(e,{isActive:t===n}))))};ur.propTypes={className:m.string,value:m.number.isRequired,onChange:m.func.isRequired,children:m.node.isRequired};const gr=e=>{var t=e,{as:r="button",className:n,isActive:a=!1}=t,o=c(t,["as","className","isActive"]);return h.createElement(r,i({className:d("ui-tabs-tab",n,"transition-colors cursor-pointer p-4 flex-1 text-center text-lg font-semibold whitespace-nowrap focus-visible:ring",a?"bg-white text-black":"text-gray-dark hover:text-black hover:bg-gray-light")},o))};gr.displayName="Tabs.Tab",gr.propTypes={as:m.oneOfType([m.string,m.elementType]),className:m.string,isActive:m.bool},ur.Tab=gr;const vr=e=>{var t=e,{isActive:r=!1,className:n}=t,a=c(t,["isActive","className"]);return h.createElement("div",i({className:d("ui-tabs-panel",n,r||"hidden")},a))};vr.displayName="Tabs.Panel",vr.propTypes={isActive:m.bool,className:m.string},ur.Panel=vr;var wr="_shimmer_qt4e9_7";const fr=e=>{var t=e,{style:r,height:n=300,shouldAnimate:a=!0,children:o,classNames:l={}}=t,s=c(t,["style","height","shouldAnimate","children","classNames"]);return h.createElement("div",i({className:d("ui-skeleton","relative flex items-center justify-center bg-gray-lighter overflow-hidden rounded border border-gray-lighter",l.container),style:i({height:n},r)},s),a?h.createElement("div",{className:d(wr,"absolute w-full h-full",l.shimmer)}):null,h.createElement("div",{className:d("text-gray",l.text)},o))};fr.propTypes={style:m.object,height:m.oneOfType([m.number,m.string]),shouldAnimate:m.bool,classNames:m.object,children:m.oneOfType([m.arrayOf(m.node),m.node])};const kr=({isOpen:e=!1,title:t,content:r,onClose:n,classNames:a={}})=>h.createElement(E.Root,{show:e,as:g},h.createElement(y,{static:!0,as:"div",className:"overflow-hidden fixed inset-0 ui-drawer",open:e,onClose:n},h.createElement("div",{className:"overflow-hidden absolute inset-0"},h.createElement(E.Child,{as:g,enter:"ease-in-out duration-500",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in-out duration-500",leaveFrom:"opacity-100",leaveTo:"opacity-0"},h.createElement(y.Overlay,{className:"absolute inset-0 bg-opacity-75 transition-opacity bg-gray"})),h.createElement("div",{className:"flex fixed inset-y-0 right-0 pl-10 max-w-full"},h.createElement(E.Child,{as:g,enter:"transform transition ease-in-out duration-500 sm:duration-700",enterFrom:"translate-x-full",enterTo:"translate-x-0",leave:"transform transition ease-in-out duration-500 sm:duration-700",leaveFrom:"translate-x-0",leaveTo:"translate-x-full"},h.createElement("div",{className:"w-screen max-w-md"},h.createElement("div",{className:"flex overflow-y-auto flex-col py-8 h-full bg-white shadow-xl"},h.createElement("div",{className:"px-4 sm:px-6"},h.createElement("div",{className:"flex justify-between items-start"},h.createElement(y.Title,{className:d("text-base font-semibold",a.title)},t),h.createElement("div",{className:d("ml-3 h-7 flex items-center")},h.createElement(_,{size:"small",color:"link",className:"focus:hidden",onClick:n},h.createElement(ee,null))))),h.createElement("div",{className:d("mt-3 relative flex-1 px-4 sm:px-6",a.content)},r))))))));kr.propTypes={isOpen:m.bool,title:m.oneOfType([m.arrayOf(m.node),m.node]),content:m.oneOfType([m.arrayOf(m.node),m.node]),onClose:m.func.isRequired,classNames:m.object};const xr=e=>h.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"150",height:"48",fill:"none",viewBox:"0 0 150 48"},e),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("defs",null,h.createElement("linearGradient",{id:"paint0_linear",x1:"60.015",x2:"60.015",y1:"80.164",y2:"14.981",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#626262"})),h.createElement("linearGradient",{id:"paint1_linear",x1:"40.169",x2:"50.526",y1:"21.908",y2:"21.908",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#909191"})),h.createElement("linearGradient",{id:"paint2_linear",x1:"50.698",x2:"50.698",y1:"29.793",y2:"50.252",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#909191"})),h.createElement("linearGradient",{id:"paint3_linear",x1:"23.397",x2:"83.226",y1:"51.182",y2:"51.182",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#626262"}))));const Er=({defaultValues:e,isLoading:t=!1,error:r=null,onSubmit:n})=>{const[a,o]=v(i({email:"",password:"",shouldRemember:!1},e)),l=e=>{const{name:t,value:r}=e.target;o(s(i({},a),{[t]:r}))};return h.createElement("div",{className:"overflow-hidden h-screen bg-white bg-opacity-40 ui-login"},h.createElement("div",{className:"flex flex-col justify-center items-center space-y-8 w-full h-[90%] md:full"},h.createElement("div",{className:"py-0 px-9 rounded-lg md:py-10 md:bg-white w-82"},h.createElement("div",{className:"mb-12 md:mb-10"},h.createElement(xr,{className:"mx-auto w-auto h-10 md:mb-20 md:h-12"})),h.createElement("form",{onSubmit:e=>{e.preventDefault(),n(a)}},h.createElement("fieldset",{className:"space-y-6",disabled:t},h.createElement("div",{className:"-space-y-px bg-white rounded-md"},h.createElement(It,{className:"md:mb-7"},h.createElement(hr,null,"Email"),h.createElement(Zt,{required:!0,name:"email",type:"email",autoComplete:"email",value:a.email,isError:!!r,onChange:l})),h.createElement(It,null,h.createElement(hr,null,"Password"),h.createElement(Zt,{required:!0,name:"password",type:"password",autoComplete:"current-password",value:a.password,isError:!!r,onChange:l}))),h.createElement(mr,{name:"shouldRemember",label:"Remember me",checked:a.shouldRemember,onChange:e=>{const{name:t,checked:r}=e.target;o(s(i({},a),{[t]:r}))}}),r?h.createElement(ie,{color:"danger"},r):null,h.createElement(_,{type:"submit",className:"w-full",color:"primary"},t?h.createElement(q,{size:"current",color:"current",className:"mr-2"}):null,"Login"),h.createElement("div",{className:"mt-5 text-sm text-center"},h.createElement("a",{href:"https://xola.com/resetting/form",className:"font-semibold underline hover:text-black text-gray-darker",target:"_blank",rel:"noreferrer"},"Forgot your password?")))))),h.createElement("footer",null,h.createElement("div",{className:"flex overflow-hidden flex-col justify-center items-center py-1 px-4 w-full sm:px-6 lg:px-8"},h.createElement("div",{className:"px-4 m-5 text-xs text-center rounded-lg opacity-30 md:text-sm hover:opacity-80 w-82"},h.createElement("a",{href:"https://www.xola.com/team",target:"_blank",className:"md:text-gray",rel:"noreferrer"},"Handcrafted in Houston, Belgrade & Bengaluru",h.createElement("div",{className:"text-center"},"© ",(new Date).getFullYear()," Xola, Inc."))))))};Er.propTypes={defaultValues:m.shape({email:m.string,password:m.string,shouldRemember:m.bool}),isLoading:m.bool,error:m.string,onSubmit:m.func};const yr=({selectedDate:e,day:t,getContent:r})=>{if(r)return h.createElement(br,{selectedDate:e,day:t,getContent:r});const n=e&&A(e).isSame(t,"day");return h.createElement("div",{className:d("ui-date-picker-day","date flex items-center w-full h-full justify-center",n?"text-white selected":null)},t.getDate())};yr.propTypes={selectedDate:m.objectOf(Date),day:m.objectOf(Date),getContent:m.func};const br=({selectedDate:e,day:t,getContent:r})=>{var n;const a=t.getDate(),o=null!=(n=r(a))?n:"N/A",l=e&&A(e).isSame(t,"day"),i=!A(t).isBefore(A(),"day");return h.createElement("div",{className:"ui-day-content"},h.createElement("div",{className:d("ui-day-content-value",l?"text-white selected":null)},a),i?h.createElement("div",{className:"ui-day-content-custom"},o):null)};br.propTypes={selectedDate:m.objectOf(Date),day:m.objectOf(Date),getContent:m.func.isRequired};const Mr=A(),Lr=({date:e,onChange:t})=>{const r=[...Array.from({length:12}).keys()].map((e=>Mr.month(e).format("MMM"))),n=[...Array.from({length:12}).keys()].map((e=>Mr.year(2021+e).format("YYYY"))),a=e=>{const{year:r,month:n}=e.target.form;t(new Date(r.value,n.value))};return h.createElement("form",{className:"space-x-2 DayPicker-Caption"},h.createElement("span",{className:"inline-block"},h.createElement(Gt,{name:"month",value:e.getMonth(),className:"month-selector",onChange:a},r.map(((e,t)=>h.createElement("option",{key:e,value:t},e))))),h.createElement("span",{className:"inline-block"},h.createElement(Gt,{name:"year",value:e.getFullYear(),className:"year-selector",onChange:a},n.map((e=>h.createElement("option",{key:e,value:e},e))))))};Lr.propTypes={date:m.objectOf(Date).isRequired,onChange:m.func.isRequired};const Nr=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M9.666 12.5L4.166 7l5.5-5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Cr=({onPreviousClick:e,onNextClick:t,className:r,showNextButton:n,showPreviousButton:a})=>h.createElement("div",{className:d("absolute z-50 top-1.5 right-7",r)},h.createElement(jr,{isVisible:a,onClick:e},h.createElement(Nr,null)),h.createElement(jr,{isVisible:n,onClick:t},h.createElement(de,null)));Cr.propTypes={onPreviousClick:m.func,onNextClick:m.func,className:m.string,showNextButton:m.bool,showPreviousButton:m.bool};const jr=({isVisible:e=!0,onClick:t,children:r})=>h.createElement("button",{type:"button",className:d(e?"inline-block":"invisible","rounded-full border border-transparent text-black hover:border-black w-7 h-7 inline-flex items-center justify-center leading-none"),onClick:()=>t()},r);jr.propTypes={isVisible:m.bool,onClick:m.func.isRequired,children:m.element.isRequired};const zr={single:"single",range:"range"},Br=e=>{var t,r,n=e,{variant:a=zr.single,value:o,getDayContent:l,disabledDays:s=[],shouldShowYearPicker:m=!1,onChange:p,onMonthChange:u,modifiers:g={}}=n,w=c(n,["variant","value","getDayContent","disabledDays","shouldShowYearPicker","onChange","onMonthChange","modifiers"]);const k=a===zr.single?o:o.from,[x,E]=v(k),y=a===zr.range;f((()=>{null==u||u(x)}),[x,u]);const b=e=>{E(e),null==u||u(e)},M=m?({date:e})=>h.createElement(Lr,{date:e,onChange:b}):void 0,L=y?{start:o.from,end:o.to}:null,N=y&&(null==(t=o.from)?void 0:t.getTime())!==(null==(r=o.to)?void 0:r.getTime());return h.createElement(T,i({showOutsideDays:!0,className:d("ui-date-picker rounded-lg pt-3",N?"date-range-picker":null,l?"has-custom-content":null),todayButton:"Today",selectedDays:o,month:x,modifiers:i(i({},g),L),numberOfMonths:y?2:1,disabledDays:s,captionElement:M,renderDay:e=>h.createElement(yr,{selectedDate:o,day:e,getContent:l}),navbarElement:Cr,onDayClick:(e,t,r)=>{y?o.from&&o.to?p({from:e,to:null},t,r):p(H.addDayToRange(e,o),t,r):p(e,t,r)},onMonthChange:b},w))};Br.propTypes={variant:m.oneOf(Object.keys(zr)),value:m.objectOf(Date),onChange:m.func.isRequired,onMonthChange:m.func,disabledDays:m.oneOfType([m.array,m.func]),shouldShowYearPicker:m.bool,getDayContent:m.func,modifiers:m.object};var Tr,Hr={exports:{}},Ar=Hr.exports=(Tr={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},function(e,t,r){var n=t.prototype,a=n.format;r.en.formats=Tr,n.format=function(e){void 0===e&&(e="YYYY-MM-DDTHH:mm:ssZ");var t,r=this.$locale().formats,n=(t=void 0===r?{}:r,e.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(e,r,n){var a=n&&n.toUpperCase();return r||t[n]||Tr[n]||t[a].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(e,t,r){return t||r.slice(1)}))})));return a.call(this,n)}}),Fr={exports:{}},Vr=Fr.exports=function(){var e={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},t=/(\[[^[]*\])|([-:/.()\s]+)|(A|a|YYYY|YY?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,r=/\d\d/,n=/\d\d?/,a=/\d*[^\s\d-_:/()]+/,o={},l=function(e){return(e=+e)+(e>68?1900:2e3)},i=function(e){return function(t){this[e]=+t}},s=[/[+-]\d\d:?(\d\d)?|Z/,function(e){(this.zone||(this.zone={})).offset=function(e){if(!e)return 0;if("Z"===e)return 0;var t=e.match(/([+-]|\d\d)/g),r=60*t[1]+(+t[2]||0);return 0===r?0:"+"===t[0]?-r:r}(e)}],c=function(e){var t=o[e];return t&&(t.indexOf?t:t.s.concat(t.f))},d=function(e,t){var r,n=o.meridiem;if(n){for(var a=1;a<=24;a+=1)if(e.indexOf(n(a,0,t))>-1){r=a>12;break}}else r=e===(t?"pm":"PM");return r},m={A:[a,function(e){this.afternoon=d(e,!1)}],a:[a,function(e){this.afternoon=d(e,!0)}],S:[/\d/,function(e){this.milliseconds=100*+e}],SS:[r,function(e){this.milliseconds=10*+e}],SSS:[/\d{3}/,function(e){this.milliseconds=+e}],s:[n,i("seconds")],ss:[n,i("seconds")],m:[n,i("minutes")],mm:[n,i("minutes")],H:[n,i("hours")],h:[n,i("hours")],HH:[n,i("hours")],hh:[n,i("hours")],D:[n,i("day")],DD:[r,i("day")],Do:[a,function(e){var t=o.ordinal,r=e.match(/\d+/);if(this.day=r[0],t)for(var n=1;n<=31;n+=1)t(n).replace(/\[|\]/g,"")===e&&(this.day=n)}],M:[n,i("month")],MM:[r,i("month")],MMM:[a,function(e){var t=c("months"),r=(c("monthsShort")||t.map((function(e){return e.substr(0,3)}))).indexOf(e)+1;if(r<1)throw new Error;this.month=r%12||r}],MMMM:[a,function(e){var t=c("months").indexOf(e)+1;if(t<1)throw new Error;this.month=t%12||t}],Y:[/[+-]?\d+/,i("year")],YY:[r,function(e){this.year=l(e)}],YYYY:[/\d{4}/,i("year")],Z:s,ZZ:s};function h(r){var n,a;n=r,a=o&&o.formats;for(var l=(r=n.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(t,r,n){var o=n&&n.toUpperCase();return r||a[n]||e[n]||a[o].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(e,t,r){return t||r.slice(1)}))}))).match(t),i=l.length,s=0;s<i;s+=1){var c=l[s],d=m[c],h=d&&d[0],p=d&&d[1];l[s]=p?{regex:h,parser:p}:c.replace(/^\[|\]$/g,"")}return function(e){for(var t={},r=0,n=0;r<i;r+=1){var a=l[r];if("string"==typeof a)n+=a.length;else{var o=a.regex,s=a.parser,c=e.substr(n),d=o.exec(c)[0];s.call(t,d),e=e.replace(d,"")}}return function(e){var t=e.afternoon;if(void 0!==t){var r=e.hours;t?r<12&&(e.hours+=12):12===r&&(e.hours=0),delete e.afternoon}}(t),t}}return function(e,t,r){r.p.customParseFormat=!0,e&&e.parseTwoDigitYear&&(l=e.parseTwoDigitYear);var n=t.prototype,a=n.parse;n.parse=function(e){var t=e.date,n=e.utc,l=e.args;this.$u=n;var i=l[1];if("string"==typeof i){var s=!0===l[2],c=!0===l[3],d=s||c,m=l[2];c&&(m=l[2]),o=this.$locale(),!s&&m&&(o=r.Ls[m]),this.$d=function(e,t,r){try{if(["x","X"].indexOf(t)>-1)return new Date(("X"===t?1e3:1)*e);var n=h(t)(e),a=n.year,o=n.month,l=n.day,i=n.hours,s=n.minutes,c=n.seconds,d=n.milliseconds,m=n.zone,p=new Date,u=l||(a||o?1:p.getDate()),g=a||p.getFullYear(),v=0;a&&!o||(v=o>0?o-1:p.getMonth());var w=i||0,f=s||0,k=c||0,x=d||0;return m?new Date(Date.UTC(g,v,u,w,f,k,x+60*m.offset*1e3)):r?new Date(Date.UTC(g,v,u,w,f,k,x)):new Date(g,v,u,w,f,k,x)}catch(E){return new Date("")}}(t,i,n),this.init(),m&&!0!==m&&(this.$L=this.locale(m).$L),d&&t!=this.format(i)&&(this.$d=new Date("")),o={}}else if(i instanceof Array)for(var p=i.length,u=1;u<=p;u+=1){l[1]=i[u-1];var g=r.apply(this,l);if(g.isValid()){this.$d=g.$d,this.$L=g.$L,this.init();break}u===p&&(this.$d=new Date(""))}else a.call(this,e)}}}();A.extend(Vr),A.extend(Ar);const Or=(e,t="YYYY-MM-DD")=>A(e).format(t),Dr=(e,t="h:mm a")=>{const r=String(e).padStart(4,0);return A(r,"hhmm").format(t)},Sr=e=>{var t=e,{value:r=new Date,dateFormat:n="ddd, LL",onChange:a,children:o,classNames:l={},popoverProps:s}=t,d=c(t,["value","dateFormat","onChange","children","classNames","popoverProps"]);const[m,p]=v(!1),u=()=>{p(!m)},g={size:"medium",placeholder:"Select Date",value:Or(r,n),onClick:u},w=o?h.cloneElement(o,g):h.createElement(_r,i({readOnly:!0},g));return h.createElement(ye,i({visible:m,maxWidth:"900px",distance:18,placement:"bottom",className:l.popover,onClickOutside:u},s),w,h.createElement(ye.Content,null,h.createElement("div",null,h.createElement(Br,i({onChange:(e,t,r)=>{null==a||a(e,t,r),t.disabled||p(!1)}},d)))))};Sr.propTypes={value:m.objectOf(Date).isRequired,dateFormat:m.string,classNames:m.object,popoverProps:m.object,children:m.oneOfType([m.arrayOf(m.node),m.node])};const _r=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("div",{className:"inline-flex relative w-80 bg-gray-lighter"},h.createElement("div",{className:"flex absolute inset-0 items-center pl-3 pointer-events-none"},h.createElement(En,{className:"inline-block"})),h.createElement(Zt,i({className:d("pl-8 cursor-pointer",r)},n)),h.createElement("div",{className:"flex absolute inset-y-0 right-0 items-center pr-3 pointer-events-none"},h.createElement(Gn,{className:"inline-block"})))};_r.propTypes={className:m.string};const Rr=F.PhoneNumberFormat,Pr=F.PhoneNumberUtil.getInstance(),Yr=({countryCode:e="US",className:t,children:r})=>{const n=r;try{let r=Pr.parseAndKeepRawInput(n,e);const a=Pr.getRegionCodeForNumber(r);let o;if(a&&a!==e&&(r=Pr.parseAndKeepRawInput(n,a)),a){const t=a===e?Rr.NATIONAL:Rr.INTERNATIONAL;o=Pr.format(r,t)}else o=n;return h.createElement("span",{className:d("ui-phone",t),"data-region-code":a||"N/A","data-country-code":e,title:n},o)}catch(a){console.debug("Invalid phone number",n,a.message)}return h.createElement("span",{className:d("ui-phone",t),"data-country-code":e},n)};Yr.propTypes={countryCode:m.string,className:m.string,children:m.node.isRequired};const qr=j(),Ir=({locale:e=qr,maximumFractionDigits:t=2,children:r})=>{const n=Ft(r,null,e,t);return h.createElement("span",{className:"ui-number"},n)};Ir.propTypes={locale:m.string,maximumFractionDigits:m.number,children:m.node.isRequired};const Ur={primary:"bg-primary",secondary:"bg-secondary-dark",success:"bg-success-dark",warning:"bg-warning",danger:"bg-danger",caution:"bg-caution-dark"},Wr={small:"px-3 py-2 text-sm leading-3.5 shadow max-w-[200px]",medium:"px-4 py-3 text-base leading-4 shadow-md max-w-[400px]",large:"px-4 py-4 text-lg leading-4.5 shadow-lg max-w-xl"},Zr={duration:3e3,position:"top-right",reverseOrder:!1},$r={show(e){var t=e,{text:r,size:n="medium",color:a="success",className:o,canClose:l=!0,onClose:s,children:d}=t,m=c(t,["text","size","color","className","canClose","onClose","children"]);l&&!s&&console.warn("If you like to close the alert, please define `onClose`");const h=i(i({},Zr),m);l||(h.duration=Number.POSITIVE_INFINITY);const p=$r.getStyles(a,n,o,l);console.debug("Toast props",h),V.custom($r.container.bind(this,r,p,l?s:null),h)},getStyles:(e,t,r)=>d("flex opacity-90 ring-1 ring-black ring-opacity-5 rounded text-white pointer-events-auto",Ur[e],Wr[t],r),container(e,t,r,n){console.debug(`Toasting "${e}" ${n.id}`,n.visible);return h.createElement(E,{appear:!0,as:g,show:n.visible,enter:"transition transform duration-500 ease-out",enterFrom:"-translate-y-full !opacity-0",enterTo:"translate-y-0 !opacity-90",leave:"transition transform duration-500 ease-in",leaveFrom:"!opacity-90",leaveTo:"!opacity-0"},h.createElement("div",{key:n.id,className:t},h.createElement("div",{className:"w-full"},e),r?h.createElement("div",{className:"flex justify-center items-center pl-3 text-white cursor-pointer hover:text-black",onClick:e=>r(e,n)},h.createElement(ee,null)):null))},dismiss(e){console.log("Dismissing",null!=e?e:"All!"),V.dismiss(e)}},Gr={colors:{transparent:"transparent",current:"currentColor",black:"#222324",white:"#ffffff",gray:{lighter:"#F0F2F4",light:"#E0E3E7",DEFAULT:"#BDC0C6",dark:"#8A8C91",darker:"#505254"},blue:{lighter:"#D1E1FF",light:"#2979D0",DEFAULT:"#1352C6",dark:"#3467C4",darker:"#0E44A8"},green:{lighter:"#E2FFEF",light:"#33E781",DEFAULT:"#27CE70",dark:"#23B965",darker:"#1B8E4E"},red:{lighter:"#FFEAEA",light:"#FFA1A1",DEFAULT:"#FF5A5A",dark:"#E93737",darker:"#E51919"},yellow:{lighter:"#FFFAF0",light:"#FFDB8E",DEFAULT:"#FFC03D",dark:"#EBAA24",darker:"#F0A200"},orange:{lighter:"#FFF1E7",light:"#FFB493",DEFAULT:"#FF9668",dark:"#EC743F",darker:"#ff7336"},primary:{lighter:"#D1E1FF",light:"#2979D0",DEFAULT:"#1352C6",dark:"#3467C4",darker:"#0E44A8"},secondary:{lighter:"#F0F2F4",light:"#E0E3E7",DEFAULT:"#BDC0C6",dark:"#8A8C91",darker:"#505254"},warning:{lighter:"#FFFAF0",light:"#FFDB8E",DEFAULT:"#FFC03D",dark:"#EBAA24",darker:"#F0A200"},success:{lighter:"#E2FFEF",light:"#33E781",DEFAULT:"#27CE70",dark:"#23B965",darker:"#1B8E4E"},danger:{lighter:"#FFEAEA",light:"#FFA1A1",DEFAULT:"#FF5A5A",dark:"#E93737",darker:"#E51919"},caution:{lighter:"#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",32:"128px",36:"144px",40:"160px",44:"176px",48:"192px",50:"200px",52:"208px",56:"224px",60:"240px",64:"256px",72:"288px",75:"300px",80:"320px",82:"350px",96:"384px",.25:"1px",.5:"2px",.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","-apple-system","BlinkMacSystemFont",'"Segoe UI"',"Roboto",'"Helvetica Neue"',"Arial",'"Noto Sans"',"sans-serif",'"Apple Color Emoji"','"Segoe UI Emoji"','"Segoe UI Symbol"','"Noto Color Emoji"']},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",.25:"1px",.5:"2px",.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"}}},{colors:Kr}=Gr,Xr={color:Kr.gray.darker,fontSize:Gr.fontSize.sm,fontWeight:400,cursor:"pointer",textOverflow:"ellipsis",fontFamily:Gr.extend.fontFamily.sans},Jr={global:{useUTC:!1},chart:{spacingLeft:0},colors:[Kr.primary,Kr.success,Kr.warning,Kr.caution,Kr.danger,Kr.blue.darker,Kr.green.darker,Kr.red.darker,Kr.yellow.darker,Kr.orange.darker],xAxis:{title:{style:O.merge({},Xr,{color:Kr.black})},labels:{style:Xr}},yAxis:{title:{style:O.merge({},Xr,{color:Kr.black})},labels:{style:Xr}},tooltip:{enabled:!0,backgroundColor:Kr.black,borderColor:Kr.black,borderRadius:4,borderWidth:1,valueDecimals:2,crosshairs:[!0,!0],shadow:!1,useHTML:!0,style:O.merge({},Xr,{opacity:.9,color:"#cccccc"})},title:{text:"",style:O.merge({},Xr,{color:Kr.black,fontSize:"18px",fontWeight:600})},plotOptions:{series:{marker:{enabled:!0,states:{hover:{enabled:!0,lineWidth:1,radius:4}}}}},legend:{enabled:!1,itemStyle:Xr,itemMarginBottom:5,align:"center",layout:"vertical",borderWidth:0},credits:{enabled:!1}},Qr=O.merge({},Jr,{chart:{type:"line"},title:{align:"left",margin:20,verticalAlign:"top"},xAxis:{type:"datetime",step:1,minTickInterval:864e5,lineColor:Gr.colors.gray.darker,lineWidth:1,gridLineWidth:"1",gridLineColor:"#DEDEDE",gridLineDashStyle:"dot"},yAxis:{lineColor:Gr.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:Gr.extend.fontFamily.sans},itemMarginBottom:5,align:"center",layout:"vertical",borderWidth:0}}),en=O.merge({},Jr,{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:Gr.colors.gray.darker,animation:"true",style:Gr.extend.fontFamily.sans},padding:5,backgroundColor:Gr.colors.white,itemMarginTop:1,itemMarginBottom:3,itemStyle:Gr.extend.fontFamily.sans,style:{overflow:"hidden"},align:"left",layout:"horizontal",verticalAlign:"proximate",y:240},credits:{enabled:!1}}),tn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.37 9.667A5.993 5.993 0 017 13a5.993 5.993 0 01-5.369-3.333M12.37 4.333A5.993 5.993 0 007 1a5.993 5.993 0 00-5.369 3.333M5.667 7H1M4.335 5.667L5.668 7 4.335 8.333M8.334 7h4.667M9.668 8.333L8.334 7l1.334-1.333",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),rn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M4.295 4.868h4.59M4.295 7.163h2.868M10.75 9v3.5M9 10.75h3.5M11.179 7V3.147c0-.634-.514-1.147-1.148-1.147H3.147C2.513 2 2 2.513 2 3.147v7.458c0 .634.513 1.147 1.147 1.147H7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),nn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"}),h.createElement("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"})))),an=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("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"}),h.createElement("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"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),on=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("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"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),ln=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M7.666 11.667A4.666 4.666 0 103 7v.359"}),h.createElement("path",{d:"M1.25 5.833L3 7.583l1.75-1.75"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),sn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7 11.667A4.667 4.667 0 1111.667 7v.359",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M13.417 5.833l-1.75 1.75-1.75-1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),cn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M9.38 2.714L13.666 7 9.38 11.286M13.666 7.003h-12"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),dn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M5.848 2.757h6.06v6.061M11.91 2.76l-8.485 8.484"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),mn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M10.388 7a2.722 2.722 0 11-5.445 0 2.722 2.722 0 015.445 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M10.387 7v1.166a1.555 1.555 0 103.111 0V6.999a5.833 5.833 0 10-2.333 4.667",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),hn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.458 5.196c0 2.152-1.744 4.87-3.896 4.87s-3.896-2.718-3.896-4.87v0a3.896 3.896 0 117.792 0v0zM7.5 10.062s-.551 1.942.547 2.738",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),pn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M5.772 7.819l-1.86.265.265-1.86L8.946 1.45H8.94c.435-.44 1.15-.44 1.59-.005.435.435.435 1.15 0 1.59L5.77 7.819z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M4.29 4.125H2.787a.749.749 0 00-.75.75v5.25-.005c-.005.41.335.75.745.75h9.75-.005c.41 0 .75-.34.75-.75V4.87c0-.415-.34-.75-.75-.75h-.75M11.79 9H8.04M11.79 7.125H9.54",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),un=Q((e=>h.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"18",height:"15",fill:"none",viewBox:"0 0 18 15"},e),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M3.475 6.94h-1.98 0A.495.495 0 001 7.435v6.434h2.97V7.435v0a.495.495 0 00-.495-.495v0zM9.889 1h-1.98 0a.495.495 0 00-.495.495v12.374h2.97V1.495v0A.495.495 0 009.889 1v0zM16.303 3.97h-1.98 0a.495.495 0 00-.495.495v9.405h2.97V4.465v0a.495.495 0 00-.495-.495v0z",clipRule:"evenodd"})))),gn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.329 10.7v.214a1.337 1.337 0 002.674-.001V10.7M8.735 3.355v-.536a1.07 1.07 0 10-2.138 0v.536",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M4.494 5.943A2.643 2.643 0 017.138 3.3h1.057a2.643 2.643 0 012.643 2.643v1.632c0 .309.123.606.342.824l.374.374c.219.22.342.516.342.825 0 .61-.494 1.103-1.103 1.103H4.54a1.102 1.102 0 01-1.102-1.103c0-.309.123-.606.342-.825l.374-.374c.218-.218.341-.515.341-.824V5.943v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),vn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M9.184 5.498a.22.22 0 01-.217.217.204.204 0 01-.112-.035L7.77 5.03l-1.31.68v-.004a.222.222 0 01-.321-.2V2h3.037l.008 3.498z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M12.221 2.022h-9.11a.434.434 0 00-.434.434v9.11c0 .24.194.434.434.434h9.11c.24 0 .434-.194.434-.434v-9.11a.434.434 0 00-.434-.434z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),wn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.345 3.947a.428.428 0 01.321.417V9.8a.429.429 0 01-.3.408l-4.771 1.59H7.59a.461.461 0 01-.286-.005l-4.351-1.585a.435.435 0 01-.287-.408V4.347a.424.424 0 01.321-.422l4.56-1.185v-.004a.37.37 0 01.217 0l4.58 1.211zM7.46 5.345v6.513",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M12.551 4.069L7.46 5.34 2.8 4.069",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),fn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.676 3.719h-8.02c-.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"}),h.createElement("path",{d:"M9.489 3.354a1.823 1.823 0 00-3.646 0v.365H9.49v-.365zM5.235 4.083v8.264M10.097 4.083v8.264",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),kn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M3.172 7.739v3.711l-.006-.005c0 .628.508 1.136 1.136 1.142h6.723a1.146 1.146 0 001.136-1.149V7.727",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M6.313 2.441a.863.863 0 01-.857.857.86.86 0 01-.857-.857v-.006c.103-.485.32-.936.629-1.325h-.006a.278.278 0 01.44-.005c.308.382.525.833.628 1.319l.023.017zM11.18 2.441a.863.863 0 01-.856.857.86.86 0 01-.857-.857v-.006c.103-.485.32-.936.628-1.325h-.005a.278.278 0 01.44-.005c.308.382.525.833.628 1.319l.022.017zM10.895 6.31H9.753V4.313a.283.283 0 01.28-.291h.57-.005a.281.281 0 01.285.28l.012 2.01zM6.027 6.31H4.885V4.313a.283.283 0 01.28-.291h.57-.005a.281.281 0 01.286.28l.011 2.01z",fill:"currentColor"}),h.createElement("path",{d:"M12.166 9.11c0 .821-.674 1.498-1.499 1.498A1.5 1.5 0 019.168 9.11c0 .822-.674 1.5-1.5 1.5a1.5 1.5 0 01-1.498-1.5c0 .822-.674 1.5-1.5 1.5a1.5 1.5 0 01-1.498-1.5V6.882a.566.566 0 01.565-.577h7.852-.005a.564.564 0 01.57.565l.012 2.239z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),xn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.426 2.87h-9.52a.24.24 0 00-.24.24v8.65c0 .133.108.24.24.24h9.52a.24.24 0 00.24-.24V3.11a.24.24 0 00-.24-.24zM4.84 2v2.174M10.492 2v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.227 6.227v-.1h-.78l-.024.016-.81.513-.047.03V7.533l.153-.095.616-.386V9.6H8.227V6.227z",fill:"currentColor",stroke:"currentColor",strokeWidth:.2})))),En=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.426 2.87h-9.52a.24.24 0 00-.24.24v8.65c0 .133.108.24.24.24h9.52a.24.24 0 00.24-.24V3.11a.24.24 0 00-.24-.24zM4.84 2v2.174M10.492 2v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),yn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.426 2.87h-9.52a.24.24 0 00-.24.24v8.65c0 .133.108.24.24.24h9.52a.24.24 0 00.24-.24V3.11a.24.24 0 00-.24-.24z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7.645 7.104c.002-.587-.512-1.022-1.228-1.022-.705 0-1.275.42-1.285 1.058l-.002.101h.862l.003-.096c.005-.176.167-.314.42-.314.119 0 .21.036.27.09a.29.29 0 01.094.224v.002c0 .097-.04.176-.11.233a.509.509 0 01-.322.098h-.405v.708h.405c.17 0 .297.042.38.105.08.06.121.144.12.243v.001c.001.1-.04.18-.112.24a.513.513 0 01-.326.1c-.278 0-.438-.142-.446-.306l-.005-.094H5.064l.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-.692zm0 0s0 0 0 0h-.1.1s0 0 0 0zm2.643-.877v-.1h-.78l-.024.016-.81.513-.046.03V7.533l.153-.095.615-.386V9.6H10.288V6.227z",fill:"currentColor",stroke:"currentColor",strokeWidth:.2}),h.createElement("path",{d:"M4.84 2v2.174M10.492 2v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),bn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.426 2.87h-9.52a.24.24 0 00-.24.24v8.65c0 .133.108.24.24.24h9.52a.24.24 0 00.24-.24V3.11a.24.24 0 00-.24-.24z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M6.8 9.455l-.073.145H7.666l.027-.055 1.359-2.7.01-.02v-.698H6.566V6.893h1.53L6.8 9.455z",fill:"currentColor",stroke:"currentColor",strokeWidth:.2}),h.createElement("path",{d:"M4.84 2v2.174M10.492 2v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Mn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("circle",{cx:4.166,cy:3.5,r:1.444,stroke:"currentColor"}),h.createElement("path",{d:"M12.61 3.5a1.444 1.444 0 11-2.888 0 1.444 1.444 0 012.889 0zM12.61 10.5a1.444 1.444 0 11-2.888 0 1.444 1.444 0 012.889 0zM5.61 10.5a1.444 1.444 0 11-2.888 0 1.444 1.444 0 012.888 0z",stroke:"currentColor"})))),Ln=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.419 3h-9.5a1 1 0 00-1 1v6a1 1 0 001 1h9.5a1 1 0 001-1V4a1 1 0 00-1-1zM1.916 5h11.5M11.916 7h-1.5M7.416 7h-4",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"})))),Nn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.32 3H3.018a.98.98 0 00-.98.98v5.874c0 .54.44.98.98.98h9.302a.98.98 0 00.98-.98V3.98A.98.98 0 0012.32 3z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{fill:"currentColor",d:"M2.266 4.5h11V6h-11z"})))),Cn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.666 2.031l2.494 6.86h.014a.678.678 0 00.623.424h4.763c.266 0 .505-.159.61-.41l1.434-3.981c.159-.345 0-.73-.332-.876a.604.604 0 00-.265-.066H3.442M9.632 11.318h.013c-.173-.013-.332.146-.332.319 0 .172.16.332.332.332.186 0 .332-.16.345-.332a.33.33 0 00-.319-.345M6.314 11.318h.013c-.172-.013-.332.146-.332.319 0 .172.16.332.332.332.186 0 .332-.16.345-.332a.33.33 0 00-.318-.345",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),jn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M3.463 4.6h-.005a.194.194 0 01.197.197.203.203 0 01-.405-.005.195.195 0 01.197-.203s0 0 0 0M10.266 7.4h-.005a.194.194 0 01.197.197c0 .107-.09.198-.203.198a.203.203 0 01-.202-.203.195.195 0 01.197-.203"}),h.createElement("path",{d:"M11.266 3h-8.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"}),h.createElement("path",{d:"M6.866 4.6a1.6 1.6 0 100 3.2 1.6 1.6 0 000-3.2zM13.666 5.4v4.8c0 .437-.363.8-.8.8h-8.8"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),zn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.666 7.545l2.727 2.728L12.666 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Bn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.666 4.638l.983.983L6.269 3M2.666 10.638l.983.983L6.269 9M8.235 4h3.931M8.235 10h3.931",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Tn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M13.416 4.25l-5.5 5.5-5.5-5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Hn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.416 9.75l5.5-5.5 5.5 5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),An=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M5.095 2.714V1M7.666 2.714V1M10.237 2.714V1M5.095 13v-1.714M7.666 13v-1.714M10.237 13v-1.714M11.952 4.429h1.714M11.952 7h1.714M11.952 9.571h1.714M1.666 4.429H3.38M1.666 7H3.38M1.666 9.571H3.38M10.238 2.714H5.095c-.947 0-1.715.768-1.715 1.715V9.57c0 .947.768 1.715 1.715 1.715h5.143c.946 0 1.714-.768 1.714-1.715V4.43c0-.947-.768-1.715-1.714-1.715z"}),h.createElement("path",{d:"M8.695 5.4H6.723a.657.657 0 00-.657.657V8.03c0 .363.294.657.657.657h1.972a.657.657 0 00.657-.657V6.057a.657.657 0 00-.657-.657z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Fn=Q((e=>h.createElement("svg",i({width:"14",height:"17",fill:"none",viewBox:"0 0 14 17",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M10.945 2.326h1.326v0c.367 0 .663.297.663.663v12.598a.663.663 0 01-.662.663H1.662v0A.663.663 0 011 15.587v0V2.989v0c0-.366.297-.663.663-.663h1.326"}),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M8.294 2.326a1.326 1.326 0 00-2.653 0H4.315v1.99H9.62v-1.99H8.294z"})))),Vn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.541 12.25a5.375 5.375 0 100-10.75 5.375 5.375 0 000 10.75z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7.541 4.304v2.571l2.805 2.57",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),On=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"}),h.createElement("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"})))),Dn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.666 12.833a5.833 5.833 0 100-11.666 5.833 5.833 0 000 11.666zM5.333 9.333l4.666-4.667M10 9.333L5.332 4.666",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Sn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"})))),_n=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.95 12.7a5.75 5.75 0 100-11.5 5.75 5.75 0 000 11.5z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M5.7 5.7l3.695-1.522v0a.25.25 0 01.327.327L8.2 8.2",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.2 8.2L5.7 5.7 4.18 9.395v0a.25.25 0 00.326.327L8.2 8.2z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})))),Rn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M8.836 7.002l1.747 1.749-1.75 1.75M5.916 8.75H3.583a1.166 1.166 0 01-1.167-1.167V2.917c0-.645.522-1.167 1.167-1.167h4.666c.645 0 1.167.522 1.167 1.167V5.25"}),h.createElement("path",{d:"M11.75 12.25H7.082a1.166 1.166 0 01-1.167-1.167V6.417c0-.645.522-1.167 1.167-1.167h4.666c.645 0 1.167.522 1.167 1.167v4.666c0 .645-.522 1.167-1.167 1.167zM5.916 8.75h4.667"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Pn=Q((e=>h.createElement("svg",i({viewBox:"0 0 20 15",width:20,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"})))),Yn=Q((e=>h.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"17",height:"17",fill:"none",viewBox:"0 0 17 17"},e),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M9.91 5.436L8.425 9.891M14.649 12.474v0a10.396 10.396 0 00-12.449 0"}),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M13.675 3.175a7.425 7.425 0 11-10.5 10.5 7.425 7.425 0 0110.5-10.5"})))),qn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.916 10.375v2.25h-2.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M12.916 12.625L10.391 10.1a1.126 1.126 0 00-1.118-.282l-2.857.763a1.124 1.124 0 01-1.086-.291L2.416 7.373M3.24 5.87a3.75 3.75 0 115.926 2.257",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7.666 3.627H6.65a.671.671 0 00-.25 1.294l1.032.412a.671.671 0 01-.25 1.294H6.166M6.916 3.627v-.375M6.916 7.002v-.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),In=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M1.674 6.006v5.863M12.666 11.136a2.2 2.2 0 00-2.199-2.198H7.72a2.2 2.2 0 00-2.198-2.199H1.666v4.397h11zM5.521 8.938h2.748M11.572 1.625V1M12.51 1.625h-1.275a.839.839 0 00-.844.837.84.84 0 00.525.775l1.29.513-.006-.006a.834.834 0 01.462 1.087.852.852 0 01-.78.525h-1.278M11.572 6v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Un=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.666 12a5 5 0 100-10 5 5 0 000 10zM4.131 10.535l7.07-7.07",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Wn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"}),h.createElement("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"})))),Zn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#prefix__clip0)"},h.createElement("path",{d:"M7.666 13a6 6 0 100-12 6 6 0 000 12z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M9.166 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z",fill:"currentColor"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),$n=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.666 1.5a5.5 5.5 0 100 11 5.5 5.5 0 000-11z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M5.745 8.245l1.912 1.915 1.912-1.915M7.666 10V4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Gn=Q((e=>h.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14"},e),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M10 6L7.184 8.816v0a.26.26 0 01-.368 0L4 6"})))),Kn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.88 6.88a.987.987 0 111.396 1.395l-3.312 3.31a.573.573 0 01-.405.168H8.403v-1.156c0-.152.06-.298.168-.406l3.31-3.312v0zM4.96 4.868h4.59M4.96 7.163H7.83M12.545 9.01l-1.4-1.4M11.845 4.868v-1.72c0-.635-.514-1.148-1.148-1.148H3.813c-.634 0-1.147.513-1.147 1.147v7.458c0 .634.513 1.147 1.147 1.147h2.295",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Xn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"})))),Jn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{fill:"currentColor"},h.createElement("path",{d:"M14.166 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM4.166 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM9.166 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Qn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.666 2.98h-10a.833.833 0 00-.833.833v6.666c0 .46.373.834.833.834h10c.46 0 .833-.374.833-.834V3.813a.833.833 0 00-.833-.834z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M13.311 3.285l-4.524 3.48a1.838 1.838 0 01-2.242 0l-4.524-3.48",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ea=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M9.65 10.651v1.437l2.875-2.635L9.65 6.818v1.437H6.296v2.396H9.65z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M5.338 9.214H2.22a.724.724 0 01-.719-.72v0-5.27a.718.718 0 01.714-.724h8.625-.005a.718.718 0 01.719.719v3.114",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M11.36 2.716l-4.824 3.86-4.825-3.86",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ta=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("rect",{x:2.666,y:2,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("rect",{x:2.666,y:8,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.333 4h4M8.333 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ra=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M8.5 9.98a1.557 1.557 0 112.55-1.67.39.39 0 00.64.133l1.215-1.215a.779.779 0 000-1.101L11.659 4.88a1.557 1.557 0 10-1.91-1.907L8.502 1.728a.779.779 0 00-1.101 0L6.273 2.856a.39.39 0 00.06.6 1.557 1.557 0 11-2.157 2.158.39.39 0 00-.6-.06L2.443 6.677a.779.779 0 000 1.1l4.404 4.405a.779.779 0 001.101 0l1.216-1.216a.39.39 0 00-.134-.638A1.54 1.54 0 018.5 9.98z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),na=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M5.613 12.108h-.007c2.813 1.135 6.017-.231 7.16-3.05a5.5 5.5 0 00-3.042-7.157A5.514 5.514 0 002.55 9.067"}),h.createElement("path",{d:"M9.198 8.186L9.2 5.48l-2.706.002M9.2 5.48l-5.416 5.416"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),aa=Q((e=>h.createElement("svg",i({viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"}),h.createElement("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"})))),oa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.868 10.153L7.403 2.95v-.006a.667.667 0 011.062-.005L13 10.142l-10.132.011zM2.868 10.153H1l1.868-2.935h-.006a.71.71 0 01.534-.272l-.006-.005c.208.005.4.101.534.261l.347.694",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M5.245 6.377l1.25 1.057-.006-.005a.534.534 0 00.72-.032l.342-.347h-.005a.527.527 0 01.752-.006l.342.342a.533.533 0 00.72.027l1.227-1.04",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),la=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M7.683 5.218a1.828 1.828 0 100 3.656 1.828 1.828 0 000-3.656v0z"}),h.createElement("path",{d:"M13.624 6.875c-.61-.69-3.04-3.228-5.943-3.228-2.909 0-5.337 2.533-5.943 3.223h-.005a.25.25 0 000 .34c.605.689 3.034 3.221 5.938 3.221 2.903 0 5.332-2.534 5.938-3.227h-.006a.268.268 0 000-.345l.021.016z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),ia=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M7.666.875a6.125 6.125 0 100 12.25 6.125 6.125 0 000-12.25v0z"}),h.createElement("path",{d:"M5.802 4.736h-.005c.069-.005.133.059.133.128a.14.14 0 01-.133.133c-.075 0-.134-.064-.139-.133a.132.132 0 01.128-.138M9.53 4.736h-.005a.132.132 0 00-.133.134c0 .069.058.133.133.127.07-.005.133-.064.128-.138a.135.135 0 00-.133-.133M4.204 8.864h6.924"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),sa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M7.52.729a6.271 6.271 0 100 12.542A6.271 6.271 0 007.52.73v0z"}),h.createElement("path",{d:"M4.52 5.773h-.005c.071-.005.137.06.137.13 0 .072-.066.137-.137.137-.076 0-.136-.065-.141-.136a.135.135 0 01.13-.142M10.52 5.773h-.006a.135.135 0 00-.137.136c0 .071.06.137.137.131.07-.005.136-.065.13-.142a.138.138 0 00-.136-.136M5.066 10.817a2.45 2.45 0 114.902-.01"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),ca=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M4.736 5.92h-.005c.069-.005.133.06.133.131a.14.14 0 01-.133.136c-.075 0-.133-.065-.139-.136a.134.134 0 01.128-.141M10.595 5.92h-.005a.133.133 0 00-.133.137c0 .07.059.135.133.13.07-.005.133-.065.128-.141a.137.137 0 00-.133-.136M4.47 9.046l-.005-.005c.735 1.799 2.76 2.652 4.527 1.902a3.51 3.51 0 001.864-1.902"}),h.createElement("path",{d:"M7.666.893c-.804 0-1.6.162-2.344.476a6.118 6.118 0 00-1.987 1.355 6.26 6.26 0 00-1.328 2.028 6.362 6.362 0 000 4.784 6.261 6.261 0 001.328 2.027 6.118 6.118 0 001.987 1.355 6.017 6.017 0 004.688 0 6.117 6.117 0 001.987-1.354 6.26 6.26 0 001.328-2.028 6.362 6.362 0 000-4.784 6.26 6.26 0 00-1.328-2.028 6.117 6.117 0 00-1.987-1.355A6.019 6.019 0 007.666.893v0z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),da=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M3 11.667V2.333M3 9.368l1.308-.403a3.986 3.986 0 013.262.415 3.988 3.988 0 003.185.44l1.24-.354a.467.467 0 00.338-.448V4.153a.468.468 0 00-.595-.449l-.983.281a3.989 3.989 0 01-3.185-.438 3.986 3.986 0 00-3.262-.415l-1.309.402",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ma=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.666 10.61v.724a.678.678 0 00.689.666h7.289a.678.678 0 00.689-.666v-.725M2.666 5.394A.998.998 0 103.958 6.6 2.273 2.273 0 007 6.874 2.273 2.273 0 0010.04 6.6a.998.998 0 101.293-1.207",stroke:"currentColor",strokeWidth:.9,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8 2H6a3.333 3.333 0 00-3.334 3.333v.061h8.667v-.06A3.334 3.334 0 007.999 2v0zM7.333 10.667H3a1 1 0 01-1-1v0a1 1 0 011-1h8a1 1 0 011 1v0a1 1 0 01-1 1h-.333M11.745 7c.165.183.256.42.255.666v0a1 1 0 01-1 1H3a1 1 0 01-1-1v0c0-.246.09-.483.255-.666",stroke:"currentColor",strokeWidth:.9,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M5.999 8.667l3.333 2 1.333-2M4.832 3.666a.167.167 0 110 .334.167.167 0 010-.334M6.831 3.333a.167.167 0 110 .334.167.167 0 010-.334M8.834 3.666a.167.167 0 110 .334.167.167 0 010-.334",stroke:"currentColor",strokeWidth:.9,strokeLinecap:"round",strokeLinejoin:"round"})))),ha=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M5.366 2.023v3.465a2.3 2.3 0 002.31 2.298 2.317 2.317 0 002.298-2.321V2M7.676 2.028V13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),pa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M13.333 2.747v-.005a.38.38 0 00-.358-.403c-.01-.005-.02-.005-.025-.005H2.38a.374.374 0 00-.378.377v.02l-.005-.01c.005-.01 4.523 5.154 4.523 5.154v4.979l-.005-.005c0 .207.166.373.378.373a.406.406 0 00.237-.09l1.513-1.261v-.005a.37.37 0 00.13-.293V7.847s4.524-4.736 4.524-5.158l.035.058z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ua=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.611 6.988h-3.15l-.007-.001a.791.791 0 01-.788-.795v-.788a.78.78 0 01.78-.795h8.662-.008a.778.778 0 01.787.78v.787a.79.79 0 01-.787.787H8.95",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.974 6.988h2.756l-.347 4.78v-.008a.783.783 0 01-.787.724H4.973v0a.785.785 0 01-.787-.733l-.347-4.788h2.757M6.611 4.625V12.5M8.974 12.5V4.625M5.036 3.586c.473.472 2.757 1.031 2.757 1.031s-.56-2.283-1.04-2.756a1.22 1.22 0 00-1.724-.008A1.21 1.21 0 005.02 3.57l.015.016zM10.549 3.586c-.473.472-2.756 1.031-2.756 1.031s.55-2.283 1.031-2.756h-.008a1.21 1.21 0 011.717-.008 1.217 1.217 0 010 1.717l.016.016z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ga=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.491 3.297V2.273a.766.766 0 111.53-.01v1.023",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.027 6.368V3.297a.766.766 0 111.53-.01v1.535",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M9.563 7.136V4.832a.766.766 0 111.53-.01v5.119a2.56 2.56 0 01-2.56 2.559H6.825a2.574 2.574 0 01-2.165-1.193c-.886-1.392-1.976-3.675-1.976-3.675a.61.61 0 01.154-.855.607.607 0 01.742.031l1.356 1.587V3.276a.766.766 0 111.53-.01v3.071",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),va=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.609 11.667l9.722-9.334M5.814 10.656c.51.158 1.04.237 1.574.233 2.126.036 4.282-1.459 5.613-2.923a.862.862 0 000-1.154 10.665 10.665 0 00-1.594-1.43M8.64 4.035c-.41-.102-.83-.15-1.252-.146-2.09-.035-4.252 1.427-5.61 2.922a.862.862 0 000 1.154c.412.452.863.869 1.347 1.244M5.444 7.389a1.944 1.944 0 011.944-1.945M9.333 7.388a1.945 1.945 0 01-1.945 1.945",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})))),wa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M3.128 6.352v5.834M12.204 6.352v5.834M8.962 12.185V9.593a1.296 1.296 0 00-2.592 0v2.592M1.833 12.186h11.666M3.175 6.352c-.99-.007-1.636-.988-1.207-1.833l1-1.97c.229-.449.708-.734 1.234-.734h6.928c.526 0 1.005.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-.827 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.5 1.262v0z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),fa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"}),h.createElement("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"})))),ka=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"})))),xa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.716 1.3a5.75 5.75 0 100 11.5 5.75 5.75 0 000-11.5v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M9.023 9.666h-.789a.525.525 0 01-.523-.528v0V5.74a.262.262 0 00-.262-.261h-.784M7.583 4.175h-.005a.13.13 0 00-.131.13c0 .069.057.131.13.126.069-.005.131-.063.126-.136a.133.133 0 00-.13-.13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ea=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.79 12.022a.479.479 0 01-.477.478H4.144a.48.48 0 01-.478-.482v0V1.986A.474.474 0 014.14 1.5h4.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"}),h.createElement("path",{d:"M8.925 1.558v2.345c0 .262.21.473.478.473h2.345",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7.573 5.625V5M8.51 5.625H7.235a.839.839 0 00-.844.838.84.84 0 00.525.774l1.29.513-.006-.006a.834.834 0 01.462 1.087.852.852 0 01-.78.525H6.603M7.573 10v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ya=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"}),h.createElement("path",{d:"M4.435 9.297a.98.98 0 100 1.96.98.98 0 000-1.96z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ba=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M3.534 10.153L8.069 2.95v-.006A.667.667 0 019.13 2.94l4.535 7.203-10.132.011z"}),h.createElement("path",{d:"M3.534 10.153H1.666l1.868-2.935h-.006a.71.71 0 01.534-.272l-.006-.005c.208.005.4.101.534.261l.347.694M5.91 6.377l1.25 1.057-.005-.005a.534.534 0 00.72-.032l.342-.347h-.005a.527.527 0 01.752-.006l.342.342a.533.533 0 00.72.027l1.227-1.04"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Ma=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7 9.042A4.083 4.083 0 107 .875a4.083 4.083 0 000 8.167zM5.367 10.675h3.266M5.367 12.308h3.266M7 13.125v-.817",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M6.999 9.042V7L5.774 5.775M7 7l1.225-1.225",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),La=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.43 9.467L5.397 11.5h-.005a1.92 1.92 0 01-2.711-.005l-.452-.451a1.916 1.916 0 01-.005-2.71l2.932-2.936v-.005a1.909 1.909 0 012.707 0l.447.452",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M6.978 3.597l2.029-2.031h-.005a1.91 1.91 0 012.706-.008c.75.745 0 0 0 0l.447.447L12.15 2a1.918 1.918 0 010 2.706L9.213 7.638v-.004a1.924 1.924 0 01-2.71 0l-.006-.005-.451-.452",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"})))),Na=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{clipRule:"evenodd",d:"M11.441 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.535zM5.066 4.138h0c0-1.291 1.142-2.338 2.55-2.338s2.55 1.047 2.55 2.338v1.487h-5.1V4.138z",stroke:"currentColor",strokeWidth:1.02,strokeLinecap:"round",strokeLinejoin:"round"})))),Ca=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.281 6.02l1.426 1.442M1.666 10.697l6.038-6.112h0a.664.664 0 01.946 0l.473.48v0a.683.683 0 010 .957L3.217 12M4.3 2.355v1.354M4.97 3.032H3.63M7.647 1v1.355M8.316 1.677H6.977M11.662 3.37v2.033M12.666 4.387h-2.008",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ja=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.666 4h10M2.666 7h10M2.666 10h10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),za=Q((e=>h.createElement("svg",i({viewBox:"0 0 20 19",width:20,height:19,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M1.37598 8.63281L1.37638 11.6202",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M15.1162 4.45923L15.1166 15.8058",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M15.1174 15.2065L1.37761 11.0255L1.37819 9.2336L15.1163 5.0508L15.1174 15.2065Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.52772 13.2005V13.2005C8.67838 14.3451 7.87266 15.3951 6.7281 15.5457C5.58354 15.6964 4.53356 14.8907 4.3829 13.7461C4.37133 13.6582 4.36536 13.5696 4.36504 13.481L4.36498 11.9213",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ba=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.666 4.638l.983.983L6.269 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("rect",{x:2.666,y:8,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.333 4h4M8.333 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ta=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.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.15M4.196 11v1.5M5.196 1.5V3M10.583 9.833a2.917 2.917 0 100-5.833 2.917 2.917 0 000 5.833zM10.583 5.167v3.5M8.833 6.917h3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ha=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"}),h.createElement("path",{d:"M2.51 8.72a5.28 5.28 0 105.281-5.281h-.406",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M9.113 1.458l-1.98 1.98 1.98 1.98",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Aa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"})))),Fa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M1.035 9.171c0 .456.39.828.887.828h10.192c.487 0 .886-.372.886-.828v-4.47a.439.439 0 00-.452-.414.443.443 0 00-.293.1L9.438 6.68 7.115 4.147a.47.47 0 00-.629-.05c-.018.008-.035.025-.053.041L4.11 6.663 1.762 4.469v0a.47.47 0 00-.63-.009.377.377 0 00-.132.29l.035 4.421z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Va=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M4.666 12V2M10.666 12V2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Oa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"})))),Da=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M9.652 11.573l.006.004a2.705 2.705 0 003.366-.37l.378-.378a.902.902 0 000-1.275L11.808 7.96a.903.903 0 00-1.276 0v0a.9.9 0 01-1.275 0L6.707 5.41a.902.902 0 010-1.276v0a.9.9 0 000-1.275L5.111 1.264a.903.903 0 00-1.275 0l-.379.378a2.706 2.706 0 00-.37 3.365l.005.006a24.412 24.412 0 006.56 6.56v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Sa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.565 2h-9.13A.435.435 0 002 2.435v9.13c0 .24.195.435.435.435h9.13c.24 0 .435-.195.435-.435v-9.13A.435.435 0 0011.565 2zM2 10.26h10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M2 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.151.086.27.216.352.373L12 9.655",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),_a=Q((e=>h.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"19",height:"17",fill:"none",viewBox:"0 0 19 17"},e),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M13.716 12.18a5.437 5.437 0 002.22-4.263c0-3.233-3.146-5.857-7.03-5.857-.766 0-1.529.106-2.266.317a3.764 3.764 0 00-1.766-1.35.488.488 0 00-.647.458v2.089a5.271 5.271 0 00-1.763 2.303h-.976A.488.488 0 001 6.365v2.929c0 .27.219.488.488.488h.976a5.816 5.816 0 001.97 2.623l-.61 1.66a1.171 1.171 0 102.196.81l.534-1.449a8.248 8.248 0 005.076-.11l.575 1.562a1.171 1.171 0 102.198-.81l-.688-1.888z",clipRule:"evenodd"}),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M15.935 7.917c1.562 0 2.343-.781 2.343-1.953M5.64 6.365v0a.244.244 0 11-.244.244v0c0-.134.11-.244.244-.244"})))),Ra=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M3.657 5.86v-.1a4.01 4.01 0 118.018 0v.1c0 2.018-2.556 5.058-3.586 6.2a.568.568 0 01-.846 0c-1.03-1.143-3.586-4.182-3.586-6.2v0z"}),h.createElement("path",{d:"M6.5 5.807a1.166 1.166 0 102.333 0v-.022a1.166 1.166 0 10-2.334 0"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Pa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.666 12V2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ya=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.666 2v10M12.666 7h-10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),qa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M6.517 11.34H8.8M6.516 9.627h2.285M4.333 9.348H2.762A1.047 1.047 0 011.72 8.303V5.168c0-.579.464-1.043 1.043-1.043h9.913c.574 0 1.038.464 1.038 1.043v3.13h-.005a1.047 1.047 0 01-1.049 1.039h-1.565M4.332 3.573V1h5.002c.135 0 .266.052.365.151l1.257 1.26-.005-.005c.094.093.151.23.151.365v.802"}),h.createElement("path",{d:"M11.115 12.478a.523.523 0 01-.522.522H4.85a.524.524 0 01-.522-.527v0-4.696h6.783l.005 4.701z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Ia=Q((e=>h.createElement("svg",i({viewBox:"0 0 15 13",width:15,height:13,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M14.4384 3.33711C14.4384 3.6598 14.1768 3.92139 13.8541 3.92139H1.58428V3.92139C1.26159 3.92139 1 3.6598 1 3.33711V1.58428V1.58428C1 1.26159 1.26159 1 1.58428 1H13.8541V1C14.1768 1 14.4384 1.26159 14.4384 1.58428V3.33711Z",stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M13.8538 4.22095V10.9328C13.8538 11.2555 13.5922 11.5171 13.2695 11.5171H2.16826C1.84557 11.5171 1.58398 11.2555 1.58398 10.9328V4.22095",stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ua=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.796 1.875h-8.26a.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"}),h.createElement("path",{d:"M6.623 5.287l.652.652L9.014 4.2M6.623 8.639l.652.652 1.739-1.74",stroke:"currentColor",strokeWidth:.976,strokeLinecap:"round",strokeLinejoin:"round"})))),Wa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.858 11.344c0 .15-.128.279-.279.279a.283.283 0 01-.184-.073l-1.494-1.283-2.064 1.545v-.005a.285.285 0 01-.334 0l-2.064-1.55-1.494 1.277v-.006a.287.287 0 01-.469-.218V2.063a.552.552 0 01.552-.563h7.25-.005a.551.551 0 01.557.552l.028 9.292zM4.931 4.236h2.736M4.931 6.06h4.56M4.931 7.884h4.56",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"})))),Za=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.377 4.083a4.813 4.813 0 00-8.523 3.061v1.314M4.166 10.446a4.813 4.813 0 008.313-3.302V6.27",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M1.104 6.707l1.75 1.75 1.75-1.75M14.229 8.02l-1.75-1.75-1.75 1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),$a=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.777 4.262h3.67M4.942 7.014h5.504M4.942 9.766h5.504M3.107 2.427a.909.909 0 01.908-.927h7.34-.01a.906.906 0 01.918.908v9.175a.92.92 0 01-.918.917H3.997a.922.922 0 01-.918-.927v0l.028-9.146z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ga=Q((e=>h.createElement("svg",i({viewBox:"0 0 15 15",width:15,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("rect",{x:"0.5",y:"0.499878",width:"13.85",height:"13.85",rx:"3.15896",stroke:"currentColor"})))),Ka=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M9.593 1.313L2.479 8.427c-.173.172-.125.5.106.731l2.423 2.423c.231.231.559.279.732.106l7.114-7.114c.172-.172.125-.5-.107-.731l-2.422-2.423c-.232-.231-.56-.279-.732-.106zM4.708 6.774L6.19 8.256M5.9 5.588l1.037 1.038M7.221 4.26l1.482 1.482M8.407 3.075l1.191 1.18",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Xa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M7.666 4.083H3.583A1.17 1.17 0 002.416 5.25v5.833a1.17 1.17 0 001.167 1.167h5.833a1.17 1.17 0 001.167-1.167V7"}),h.createElement("path",{d:"M10.291 7a2.614 2.614 0 01-2.625-2.625 2.614 2.614 0 012.625-2.625 2.614 2.614 0 012.625 2.625A2.614 2.614 0 0110.291 7z"}),h.createElement("path",{d:"M9.416 4.142h.058c.642 0 1.109.525 1.109 1.108M13.5 7.583l-1.342-1.341"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Ja=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.348 6.815a.707.707 0 01-.033-1.35l9.55-3.114a.358.358 0 01.45.448L9.205 12.35a.707.707 0 01-1.352-.033L6.783 7.879 2.348 6.815zM12.228 2.437L6.783 7.879",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Qa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.817 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.183 8.633v3.675a.816.816 0 101.633 0 .816.816 0 101.633 0V8.633a.817.817 0 101.634 0V7a2.45 2.45 0 00-2.45-2.45H6.999A2.45 2.45 0 004.55 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),eo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M5.097 2.74a1.864 1.864 0 113.729 0v9.32M8.56 13.125h.532",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),to=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"})))),ro=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M2.674 4v5.863M13.666 9.13a2.2 2.2 0 00-2.199-2.199H8.72a2.2 2.2 0 00-2.198-2.198H2.666V9.13h11zM6.521 6.931h2.748"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),no=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.666 7.233V1M7.666 12v-1.833M7.666 7.233a1.467 1.467 0 100 2.934 1.467 1.467 0 000-2.934zM3.633 6.5V12M3.633 1v2.567M3.633 3.567a1.467 1.467 0 100 2.933 1.467 1.467 0 000-2.933v0zM11.7 6.5V12M11.7 1v2.567M11.7 3.567a1.467 1.467 0 100 2.933 1.467 1.467 0 000-2.933v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ao=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M12.3 8.902a1.961 1.961 0 11-2.773 2.774A1.961 1.961 0 0112.3 8.901M13.064 4.172l-1.69 1.691a.653.653 0 01-.926 0l-1.69-1.69a.654.654 0 010-.925l1.69-1.69a.653.653 0 01.925 0l1.69 1.69a.655.655 0 010 .924v0zM3.185 5.56h2.39a.654.654 0 00.654-.655v-2.39a.654.654 0 00-.654-.654h-2.39a.654.654 0 00-.654.654v2.39c0 .361.293.654.654.654v0zM3.795 8.84l-1.449 2.32a.69.69 0 00.585 1.055h2.898a.69.69 0 00.585-1.055l-1.45-2.319a.69.69 0 00-1.169 0v0z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),oo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.5 8.044v-6.04M5.409 4.09L7.499 2l2.09 2.09M11.216 7.043v4.324c0 .255-.21.464-.465.464H4.248a.463.463 0 01-.465-.464V7.043",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),lo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M13.65 5.302L11.609 3.34l-.005-.005a2.624 2.624 0 00-1.816-.733H5.607c-.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.256h5.233-.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.043zM6.14 2.612a1.567 1.567 0 103.134-.01"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),io=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.166 7.5L9.412 9.003A5 5 0 007.666 12.8v.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M4.166 7.5L5.92 9.003A5 5 0 017.666 12.8v.125M3.566 9V7M5.666 7h-2M11.766 9V7M9.666 7h2M7.573 1.625V1M8.51 1.625H7.235a.839.839 0 00-.844.837.84.84 0 00.525.775l1.29.513-.006-.006a.834.834 0 01.462 1.087.852.852 0 01-.78.525H6.603M7.573 6v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),so=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#prefix__clip0)"},h.createElement("path",{d:"M11 12H4.332c-.921 0-1.667-.746-1.667-1.667V3.667C2.666 2.746 3.412 2 4.333 2h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667z",stroke:"currentColor"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),co=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.518 8.4H3.915a.249.249 0 00-.249.249v2.203c0 .137.111.248.249.248h7.602a.248.248 0 00.249-.248V8.649a.249.249 0 00-.248-.249zM12.418 5.7H4.815a.249.249 0 00-.249.249v2.203c0 .137.111.248.249.248h7.603a.249.249 0 00.248-.248V5.949a.249.249 0 00-.248-.249zM11.518 3H3.915a.249.249 0 00-.249.249V5.45c0 .138.111.249.249.249h7.602a.249.249 0 00.249-.249V3.25A.249.249 0 0011.518 3z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),mo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#prefix__clip0)"},h.createElement("path",{d:"M8.055 1.239L9.84 4.774l3.434.34a.437.437 0 01.367.283.427.427 0 01-.102.45l-2.83 2.8 1.049 3.807a.428.428 0 01-.144.446.438.438 0 01-.47.053L7.666 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.667 1a.438.438 0 01.388.239z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),ho=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"})))),po=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#prefix__clip0)"},h.createElement("path",{d:"M12.36 4.31a1.354 1.354 0 11-1.916-1.915L9.327 1.278a.451.451 0 00-.639 0L1.985 7.98a.451.451 0 000 .638l1.117 1.117a1.354 1.354 0 111.916 1.916l1.117 1.117a.451.451 0 00.638 0l6.703-6.703a.451.451 0 000-.639L12.36 4.31z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),uo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M2.495 3.324h10.321M8.761 1.85H6.55v0a.737.737 0 00-.738.737v.737H9.5v-.737 0a.737.737 0 00-.738-.737v0zM6.55 9.591V5.905M8.761 9.591V5.905M11.03 11.495v0a.737.737 0 01-.735.677H5.017v0a.737.737 0 01-.735-.677L3.6 3.325h8.11l-.68 8.17z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(1.757 1.113)",d:"M0 0h11.796v11.796H0z"})))))),go=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M5.722 3.5L4.166 1.943M4.944 5.055h-.778M7.277 2.722v-.778M8.833 4.277h2.333a2.333 2.333 0 110 4.667H8.833M3.891 6.697L2.516 8.072a2.333 2.333 0 003.3 3.3L7.19 9.996",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),vo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M10.583 12.833a2.917 2.917 0 100-5.833 2.917 2.917 0 000 5.833zM10.583 8.167v3.5M8.833 9.917h3.5M1.833 9.333c0-.578.138-1.148.4-1.658.263-.51.642-.943 1.105-1.262a3.224 3.224 0 013.162-.3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M5.333 5.833a2.333 2.333 0 100-4.666 2.333 2.333 0 000 4.666z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),wo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"}),h.createElement("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"})))),fo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M4.685 2.591h0a5.371 5.371 0 005.989 1.204",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7.47 7.465A3.233 3.233 0 107.47 1a3.233 3.233 0 000 6.465zM12.276 11.649a5.315 5.315 0 00-9.61 0",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ko=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M3.166 7.642a.6.6 0 01.933-.499L7.333 9.3A.6.6 0 008 9.3l3.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.949 1.172L8.566 2.5h1.2a.293.293 0 01.207.513L8.93 4.04l.577 1.324a.314.314 0 01-.448.393l-1.394-.784-1.394.784a.314.314 0 01-.448-.393l.577-1.324L5.36 3.014a.293.293 0 01.206-.514h1.2l.617-1.328a.318.318 0 01.566 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),xo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M4.295 4.868h4.59M4.295 7.163h2.868M11.179 6.5V3.147c0-.634-.514-1.147-1.148-1.147H3.147C2.513 2 2 2.513 2 3.147v7.458c0 .634.513 1.147 1.147 1.147H5M10.009 9.785a.914.914 0 100 1.828.914.914 0 000-1.828v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M13.348 11.107a.635.635 0 00.101-.664.5.5 0 00-.096-.16 6.554 6.554 0 00-1.146-1.017c-.565-.389-1.331-.766-2.2-.766-.869 0-1.636.376-2.2.764a6.458 6.458 0 00-1.137 1.004.625.625 0 00-.01.846l.373-.333-.375.33c.166.19.576.625 1.146 1.017.564.388 1.33.764 2.198.764.869 0 1.635-.376 2.2-.765.569-.392.979-.828 1.146-1.02z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Eo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#prefix__clip0)"},h.createElement("path",{d:"M12.36 4.31a1.354 1.354 0 11-1.916-1.915L9.327 1.278a.451.451 0 00-.639 0L1.985 7.98a.451.451 0 000 .638l1.117 1.117a1.354 1.354 0 111.916 1.916l1.117 1.117a.451.451 0 00.638 0l6.703-6.703a.451.451 0 000-.639L12.36 4.31z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7.71 3.84l-.953.953 1.65 2.994-.034.034-2.996-1.648-.951.95 4.38 2.112L9.82 8.22 7.71 3.84z",fill:"currentColor"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),yo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("rect",{x:2.666,y:2,width:4,height:4,rx:2,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M4.666 3.333V4l.333.333.167.167",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("rect",{x:2.666,y:8,width:4,height:4,rx:2,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M4.666 9.333V10l.333.333.167.167M8.333 4h4M8.333 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),bo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M13.345 6.857a5.81 5.81 0 01-5.734 5.823h-.005a5.648 5.648 0 01-5.73-5.562c-.005-.026-.005-.052-.005-.073l-.005-.005a5.812 5.812 0 015.73-5.834V1.2a5.639 5.639 0 015.723 5.557v.068l.026.031zM7.616 7.5V4.357",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7.611 9.042v0a.128.128 0 00-.13.124c0 .068.057.125.13.125v0a.136.136 0 00.125-.136l-.005-.005-.005-.005c-.005-.073-.063-.13-.13-.13H7.59",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Mo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.587 6.614L7.358 1.386a.545.545 0 00-.77 0l-5.23 5.228a.545.545 0 000 .772l5.23 5.228a.546.546 0 00.77 0l5.23-5.228a.546.546 0 000-.772zM6.985 4.286v3.06",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("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.986 9.196H6.98",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})))),Lo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.158 11.81a.277.277 0 01-.27.436H2.112a.278.278 0 01-.27-.437l4.94-9.879c.12-.24.316-.24.437 0l4.94 9.88zM7 8.196V4.775",stroke:"#000",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M6.996 10.049a.12.12 0 00-.11.078.125.125 0 00.117.167h.001a.12.12 0 00.11-.079.125.125 0 00-.115-.167H7",stroke:"#000",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})))),No=Q((e=>h.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"14",height:"12",fill:"none",viewBox:"0 0 14 12"},e),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M7 8.406a1.5 1.5 0 100 3 1.5 1.5 0 000-3zM10.326 6.526a5.49 5.49 0 00-6.66 0M13 3.406a9.991 9.991 0 00-12-.001"})))),Co=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"})))),jo=Q((e=>h.createElement("svg",i({viewBox:"0 0 15 18",width:15,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M5.8252 16.3H9.51383",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7.66895 16.5V17.2377",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M5.82474 13.9424C5.82474 14.1416 5.98704 14.3039 6.1936 14.3039H9.14451H9.13713C9.33632 14.3039 9.50599 14.1342 9.50599 13.935V13.3153V13.3079C12.2798 12.6071 14.2422 10.1431 14.2938 7.2807L14.2865 7.27332C14.1758 3.70272 11.2101 0.899361 7.63955 1.00264C4.06895 0.899361 1.10328 3.70272 1 7.26595C1.05164 10.121 3.014 12.585 5.79523 13.2858L5.82474 13.9424Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))));export{tn as AccountIcon,rn as AddNoteIcon,nn as AddSquareIcon,ie as Alert,an as AnnounceIcon,on as ArchiveIcon,ln as ArrowCcwIcon,sn as ArrowCwIcon,cn as ArrowRightIcon,dn as ArrowTopRightIcon,mn as AtIcon,he as Avatar,X as Badge,hn as BalloonIcon,pn as BankCheckIcon,un as BarGraphIcon,Jr as BaseChartOptions,gn as BellIcon,vn as BookmarkIcon,wn as BoxIcon,Ct as Breadcrumb,Rt as Breakdown,fn as BriefcaseIcon,_ as Button,Ae as ButtonGroup,kn as CakeIcon,xn as CalendarDayIcon,En as CalendarIcon,yn as CalendarMonthIcon,bn as CalendarWeekIcon,Mn as CapacityIcon,Ln as CardAltIcon,Nn as CardIcon,Cn as CartIcon,jn as CashIcon,zn as CheckIcon,mr as Checkbox,Bn as ChecklistIcon,Tn as ChevronDownIcon,Nr as ChevronLeftIcon,de as ChevronRightIcon,Hn as ChevronUpIcon,An as ChipIcon,Fn as ClipboardIcon,Vn as ClockAltIcon,On as ClockIcon,Dn as CloseCircleIcon,ee as CloseIcon,Kt as ComboBox,Sn as CommentIcon,_n as CompassIcon,Rn as CopyIcon,ce as Counter,Pn as CrmIcon,Dt as Currency,Yn as DashboardIcon,Br as DatePicker,Sr as DatePickerPopover,qn as DecreaseIcon,In as DepositIcon,Un as DisabledIcon,Wn as DisputeIcon,oe as Dot,Zn as DotCircleIcon,Gn as DownArrowIcon,$n as DownloadIcon,kr as Drawer,Kn as EditIcon,Xn as EditNoteIcon,Jn as EllipsisIcon,Qn as EmailIcon,ea as EmailResendIcon,ta as EmptyChecklistIcon,ra as EquipmentIcon,aa as ExpediaIcon,oa as ExperienceIcon,na as ExportIcon,la as EyeIcon,ia as FaceNeutralIcon,sa as FaceSadIcon,ca as FaceSmileIcon,da as FlagIcon,ma as FoodIcon,ha as ForkIcon,It as FormGroup,pa as FunnelIcon,ua as GiftIcon,ga as HandIcon,pr as HeaderToolbar,va as HiddenIcon,Qr as HistogramOptions,fa as ImageIcon,ka as InfinityIcon,xa as InfoCircleIcon,Zt as Input,Ea as InvoiceIcon,bt as Key,ya as KeyIcon,hr as Label,ba as LandscapeIcon,Ma as LightIcon,La as LinkIcon,Na as LockIcon,Er as Login,Oe as Logo,Ca as MagicIcon,za as MegaphoneIcon,ja as MenuIcon,Ba as MixedChecklistIcon,Ce as Modal,Ta as MoneyAddIcon,Ha as MoneyBackIcon,Aa as MoneyIcon,Ir as Number,Fa as OrganizerIcon,Va as PauseIcon,Oa as PenIcon,Yr as Phone,Da as PhoneIcon,Sa as PhotosIcon,en as PieOptions,_a as PiggyBankIcon,Ra as PinIcon,Pa as PipeIcon,Ya as PlusIcon,ye as Popover,Me as PopoverList,qa as PrintIcon,Ia as ProductsIcon,Ua as QuestionnaireIcon,Wa as ReceiptIcon,Za as RefreshIcon,$a as RosterIcon,Ga as RoundedSquareIcon,Ka as RulerIcon,Nt as Search,Xa as SearchAltIcon,yt as SearchIcon,Gt as Select,Ja as SendIcon,Qa as SeniorIcon,eo as SeniorV2Icon,to as SeniorV3Icon,ro as ServiceIcon,no as SettingsIcon,ao as ShapesIcon,oo as ShareIcon,lo as ShirtIcon,ke as Sidebar,fr as Skeleton,q as Spinner,io as SplitPaymentIcon,so as SquareIcon,co as StackIcon,ho as StarFilledIcon,mo as StarIcon,wa as StoreCreditIcon,U as SubmitButton,Jt as Switch,Te as Table,ur as Tabs,ne as Tag,$t as Textarea,po as TicketIcon,Z as ToggleButton,xe as Tooltip,uo as TrashIcon,go as UnlinkIcon,vo as UserAddIcon,fo as UserIcon,wo as UserSubtractIcon,ko as VeteranIcon,xo as ViewNotesIcon,Eo as VoucherIcon,yo as WaitlistIcon,Mo as WarningDiamondIcon,bo as WarningIcon,Lo as WarningTriangleIcon,No as WifiIcon,Co as WriteIcon,se as XolaLogoCircle,jo as XrayIcon,At as almostZero,$r as flash,Or as formatDate,Dr as formatTime,Tt as getSymbol,Et as isOSX,Bt as isZeroDecimal,Ft as numberFormat,Vt as roundNumber,Gr as theme};
1
+ var e=Object.defineProperty,t=Object.defineProperties,r=Object.getOwnPropertyDescriptors,n=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable,l=(t,r,n)=>r in t?e(t,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[r]=n,i=(e,t)=>{for(var r in t||(t={}))a.call(t,r)&&l(e,r,t[r]);if(n)for(var r of n(t))o.call(t,r)&&l(e,r,t[r]);return e},s=(e,n)=>t(e,r(n)),c=("undefined"!=typeof require&&require,(e,t)=>{var r={};for(var l in e)a.call(e,l)&&t.indexOf(l)<0&&(r[l]=e[l]);if(null!=e&&n)for(var l of n(e))t.indexOf(l)<0&&o.call(e,l)&&(r[l]=e[l]);return r});import d from"clsx";import m from"prop-types";import h,{cloneElement as p,Children as u,Fragment as g,useState as v,useRef as w,useEffect as f,createContext as k,useContext as x}from"react";import{Transition as E,Dialog as y,Switch as b}from"@headlessui/react";import M from"@tippyjs/react";import{followCursor as L}from"tippy.js";import{useCombobox as C}from"downshift";import{useHotkeys as N}from"react-hotkeys-hook";import j from"get-user-locale";import{round as z}from"mathjs";import B from"react-select";import T,{DateUtils as H}from"react-day-picker";import A from"dayjs";import F from"google-libphonenumber";import V from"react-hot-toast";import O from"lodash";const D={standard:{common:"border-transparent text-white",primary:"bg-primary hover:bg-primary-darker disabled:bg-primary active:bg-primary",secondary:"bg-secondary text-white hover:bg-secondary-dark disabled:bg-secondary border-transparent active:bg-secondary",success:"bg-success hover:bg-success-dark disabled:bg-success active:bg-success",warning:"bg-warning hover:bg-warning-dark disabled:bg-warning active:bg-warning",caution:"bg-caution hover:bg-caution-dark disabled:bg-caution active:bg-caution",danger:"bg-danger hover:bg-danger-dark disabled:bg-danger 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"}},S={tiny:"px-2 py-0.5 text-xs leading-xs",small:"px-3 py-2 h-[30px] text-sm leading-sm",medium:"px-4.5 py-3 h-[40px] text-base leading-base",large:"px-6 py-4 h-[50px] text-md leading-md"},_=e=>{var t=e,{as:r="button",variant:n="standard",color:a="primary",size:o="medium",icon:l,iconPlacement:s="left",className:m,children:p}=t,u=c(t,["as","variant","color","size","icon","iconPlacement","className","children"]);return h.createElement(r,i({className:d("ui-button","inline-flex rounded transition-colors border focus:ring disabled:bg-gray-lighter disabled:text-gray-dark disabled:cursor-default","justify-center items-center font-semibold",D[n].common,D[n][a],S[o],m)},u),l&&"left"===s?h.createElement("span",{className:"flex-shrink-0 mr-2"},l):null,p,l&&"right"===s?h.createElement("span",{className:"flex-shrink-0 ml-2"},l):null)};_.propTypes={color:m.oneOf(Object.keys(D.outline)),variant:m.oneOf(Object.keys(D)),size:m.oneOf(Object.keys(S)),className:m.string,children:m.oneOfType([m.arrayOf(m.node),m.node]),icon:(e,...t)=>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"):m.element(e,...t),iconPlacement:m.string};const R=e=>h.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14"},e),h.createElement("path",{fill:"currentColor",d:"M14 7a7 7 0 10-7 7v-1.4A5.6 5.6 0 1112.6 7H14z"})),P={primary:"text-primary",secondary:"text-secondary",warning:"text-warning",success:"text-success",danger:"text-danger",caution:"text-caution",current:null},Y={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]"},q=e=>{var t=e,{className:r,size:n="small",color:a="secondary"}=t,o=c(t,["className","size","color"]);return h.createElement(R,i({className:d("ui-spinner",r,Y[n],P[a],"animate-spin inline-block")},o))};q.propTypes={className:m.string,size:m.string,color:m.string};const I={primary:"!bg-primary-light",secondary:"!bg-secondary-light",success:"!bg-success-light",warning:"!bg-warning-light",caution:"!bg-caution-light",danger:"!bg-danger-light"},U=e=>{var t=e,{color:r="primary",isLoading:n,className:a,children:o}=t,l=c(t,["color","isLoading","className","children"]);return h.createElement(_,i({color:r,disabled:n,className:d(a,"relative",n&&I[r])},l),h.createElement("span",{className:d("absolute inset-0 flex justify-center items-center",n?"opacity-100":"opacity-0")},h.createElement(E,{appear:!0,as:"span",show:n,enter:"transition-all duration-700",enterFrom:"opacity-0",enterTo:"opacity-100"},h.createElement(q,{size:"current",color:"current",className:"text-white relative top-[-1px]"}))),h.createElement("span",{className:d(n?"opacity-0 flex-grow flex-shrink":"opacity-100")},o))};U.propTypes=s(i({},_.propTypes),{isLoading:m.bool});const W={outline:{primary:"bg-primary-lighter border border-primary-light hover:focus:bg-primary-lighter",secondary:"bg-secondary-lighter border border-secondary-light hover:focus:bg-secondary-lighter",success:"bg-success-lighter border border-success-light hover:focus:bg-success-lighter",warning:"bg-warning-lighter border border-warning-light hover:focus:bg-warning-lighter",caution:"bg-caution-lighter border border-caution-light hover:focus:bg-caution-lighter",danger:"bg-danger-lighter border border-danger-light hover:focus:bg-danger-lighter"}},Z=e=>{var t=e,{color:r="primary",variant:n="outline",isActive:a,className:o}=t,l=c(t,["color","variant","isActive","className"]);return h.createElement(_,i({color:r,variant:n,className:d("text-black",o,a?W[n][r]:"border !border-gray-light")},l))};Z.propTypes=s(i({},_.propTypes),{isActive:m.bool.isRequired});const $={primary:"bg-primary-lighter text-primary-dark",secondary:"bg-secondary-lighter text-black",success:"bg-success-lighter text-success-dark",warning:"bg-warning-lighter text-warning-dark",caution:"bg-caution-lighter text-caution-dark",danger:"bg-danger-lighter text-danger-dark",problem:"bg-warning text-white",critical:"bg-danger text-white"},G={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"},K={small:"w-3 h-3",medium:"w-4 h-4",large:"w-5 h-5 mr-1.5"},X=e=>{var t=e,{color:r="primary",size:n="small",icon:a,className:o,children:l}=t,s=c(t,["color","size","icon","className","children"]);return h.createElement("span",i({className:d("ui-badge","inline-flex items-center rounded-full whitespace-nowrap",$[r],G[n],o)},s),a?p(a,{className:d("mr-1",K[n])}):null,l)};X.propTypes={className:m.string,color:m.oneOf(Object.keys($)),size:m.oneOf(Object.keys(G)),icon:m.element,children:m.node.isRequired};const J={small:"w-3.5 h-3.5",medium:"w-4.5 h-4.5",large:"w-6 h-6"},Q=e=>{const t=t=>{var r=t,{size:n="small",className:a}=r,o=c(r,["size","className"]);return h.createElement(e,i({className:d(J[n],"inline-block",a)},o))};return t.propTypes={size:m.oneOf(Object.keys(J)),className:m.string},t},ee=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M11.201 3.464l-7.07 7.072M11.202 10.536L4.13 3.464"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),te={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"},re={small:"px-1 py-0.75 text-sm",medium:"px-2 py-1 text-base"},ne=e=>{var t=e,{color:r="primary",size:n="small",onClose:a,className:o,children:l}=t,s=c(t,["color","size","onClose","className","children"]);return h.createElement("span",i({className:d("ui-tag","inline-flex rounded leading-3.5",te[r],re[n],o)},s),l,a?h.createElement(ee,{className:"float-right ml-2 cursor-pointer text-block ui-tag-close hover:text-gray-darker",onClick:e=>{e.stopPropagation(),null==a||a()}}):null)};ne.propTypes={color:m.oneOf(Object.keys(te)),size:m.oneOf(Object.keys(re)),onClose:m.func,className:m.string,children:m.node.isRequired};const ae={primary:"bg-primary",secondary:"bg-secondary",success:"bg-success",warning:"bg-warning",danger:"bg-danger",caution:"bg-caution"},oe=e=>{var t=e,{color:r="primary",className:n}=t,a=c(t,["color","className"]);return h.createElement("span",i({className:d("ui-dot","inline-block w-1 h-1 rounded-full text-white",ae[r],n)},a))};oe.propTypes={className:m.string,color:m.oneOf(Object.keys(ae))};const le={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"},ie=e=>{var t=e,{className:r,color:n="primary",onClose:a,children:o}=t,l=c(t,["className","color","onClose","children"]);return h.createElement("div",i({className:d("ui-alert flex items-start rounded text-base px-3 py-3 leading-4",le[n],r)},l),h.createElement("span",{className:"w-full ui-alert-content"},o),a?h.createElement("button",{type:"button",className:"ml-3 cursor-pointer ui-alert-close hover:text-gray-dark"},h.createElement(ee,{onClick:a})):null)};ie.propTypes={className:m.string,color:m.oneOf(Object.keys(le)),onClose:m.func,children:m.node.isRequired};const se=e=>h.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"192",height:"192",fill:"none",viewBox:"0 0 192 192"},e),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("defs",null,h.createElement("linearGradient",{id:"paint0_linear",x1:"117.572",x2:"117.572",y1:"323.149",y2:"57.367",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#626262"})),h.createElement("linearGradient",{id:"paint1_linear",x1:"39.87",x2:"80.42",y1:"85.611",y2:"85.611",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#909191"})),h.createElement("linearGradient",{id:"paint2_linear",x1:"81.096",x2:"81.096",y1:"117.762",y2:"201.184",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#909191"})),h.createElement("linearGradient",{id:"paint3_linear",x1:"-25.794",x2:"208.447",y1:"204.974",y2:"204.974",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#626262"})))),ce=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("span",i({className:d("ui-counter","px-2 py-1 font-semibold inline-flex items-center justify-center rounded-full bg-danger-dark text-white leading-none",r)},n))};ce.propTypes={className:m.string};const de=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M5.166 1.5l5.5 5.5-5.5 5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),me={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"},he=e=>{var t=e,{className:r,name:n,color:a="bg-primary-lighter",size:o="large"}=t,l=c(t,["className","name","color","size"]);const s=d("ui-avatar","inline-flex items-center justify-center rounded-full text-black leading-none",me[o],a,r);return h.createElement("div",i({title:n,className:s},l),(e=>{let t="N/A";const r="string"==typeof e&&e.match(/\b\w/g);return r&&(t=r[0],r.length>1&&(t+=r[r.length-1])),t.toUpperCase()})(n))};he.propTypes={className:m.string,color:m.string,name:m.string,size:m.oneOf(Object.keys(me))};const pe=e=>{var t=e,{name:r,description:n,image:a,icon:o=h.createElement(de,null),isResponsive:l=!1}=t,s=c(t,["name","description","image","icon","isResponsive"]);const m=null!=a?a:h.createElement(he,{size:"tiny",name:r});return h.createElement("button",i({type:"button",className:d("ui-sidebar-account","flex justify-center items-center py-3 w-full rounded cursor-pointer hover:bg-gray-darker xl:justify-start",l?"xl:px-4":"px-4")},s),h.createElement("div",{className:"flex-shrink-0"},m),h.createElement("div",{className:d("ml-2 text-left min-w-0",l&&"hidden xl:inline")},h.createElement("div",{className:"truncate"},r),n?h.createElement("div",{className:"text-sm text-gray-dark truncate"},n):null),h.createElement("span",{className:d("ml-auto",l&&"hidden xl:inline")},o))};pe.displayName="Sidebar.Account",pe.propTypes={name:m.string.isRequired,description:m.string,image:m.element,icon:m.element,isResponsive:m.bool};const ue=e=>{var t=e,{icon:r,label:n}=t,a=c(t,["icon","label"]);return h.createElement("button",i({type:"button",className:"flex items-center py-2 px-4 w-full rounded cursor-pointer ui-sidebar-button hover:bg-gray-darker"},a),h.createElement("div",{className:"p-1.5"},h.createElement(r,{className:"w-4 h-4"})),h.createElement("span",{className:"ml-2"},n))};ue.displayName="Sidebar.Button",ue.propTypes={icon:m.elementType.isRequired,label:m.string.isRequired};const ge=e=>{var t=e,{children:r}=t,n=c(t,["children"]);return h.createElement("div",i({className:"p-3 ui-sidebar-footer"},n),h.createElement("div",{className:"pb-2 mx-4 border-t border-secondary-darker"}),r)};ge.displayName="Sidebar.Footer",ge.propTypes={children:m.node.isRequired};const ve=e=>{var t=e,{isActive:r=!1,icon:n,children:a}=t,o=c(t,["isActive","icon","children"]);return h.createElement("button",i({type:"button",className:d("ui-sidebar-link","transition-colors leading-none flex items-center justify-center xl:justify-start w-full xl:px-6 py-3 rounded",{"bg-primary text-white hover:bg-primary-dark":r,"hover:bg-gray-darker text-gray":!r})},o),h.createElement(n,{className:"w-5 h-5 xl:mr-3"}),h.createElement("span",{className:"hidden px-1 xl:inline"},a),h.createElement(de,{className:"hidden ml-auto w-3 h-3 xl:inline"}))};ve.displayName="Sidebar.Link",ve.propTypes={isActive:m.bool,icon:m.func.isRequired,children:m.node.isRequired};var we="_main_1bcuo_1";const fe=e=>{var t=e,{children:r,content:n}=t,a=c(t,["children","content"]);return h.createElement(M,i({interactive:!0,trigger:"click",appendTo:document.body,placement:"right",offset:[0,20],arrow:!1,className:d("ui-sidebar-menu",we,"!rounded-none bg-black bg-opacity-90 backdrop-filter backdrop-blur-sm p-2 w-56"),content:n},a),h.createElement("span",null,r))};fe.displayName="Sidebar.Menu",fe.propTypes={children:m.node.isRequired,content:m.node.isRequired};const ke=({children:e,className:t,footer:r,notifications:n,isFixed:a=!0,onLogoClick:o})=>h.createElement("div",{className:d("ui-sidebar",a?"fixed":"relative","w-16 md:w-24 xl:w-50 h-full p-2 overflow-y-auto bg-black text-white flex flex-col",t)},h.createElement("div",{className:d("p-2 text-center xl:text-left",n?null:"invisible")},h.createElement(ce,{className:"text-sm"},n)),h.createElement("div",{className:"mb-10 text-center"},h.createElement(se,{className:d("inline-block w-12 h-12 xl:w-24 xl:h-24",o&&"cursor-pointer hover:opacity-80 transition-opacity"),onClick:o})),h.createElement("div",{className:"flex-grow space-y-2"},e),r);ke.propTypes={children:m.node.isRequired,className:m.string,footer:m.element.isRequired,notifications:m.number,isFixed:m.bool,onLogoClick:m.func.isRequired},ke.Account=pe,ke.Button=ue,ke.Footer=ge,ke.Link=ve,ke.Menu=fe;const xe=e=>{var t=e,{children:r,className:n,content:a}=t,o=c(t,["children","className","content"]);return h.createElement(M,s(i({content:a},o),{className:"text-white ui-tooltip",plugins:[L]}),h.createElement("span",{className:n},r))};xe.propTypes={content:m.oneOfType([m.string,m.element]),children:m.node.isRequired,className:m.string};var Ee="_main_1q4dn_1";const ye=e=>{var t=e,{className:r,children:n,skidding:a=0,distance:o=10}=t,l=c(t,["className","children","skidding","distance"]);const s=((e,t)=>u.toArray(e).filter((e=>e.type===t)))(n,ye.Content),m=u.toArray(n).filter((e=>e.type!==ye.Content));return h.createElement(M,i({interactive:!0,zIndex:20,content:s,className:d("ui-popover",Ee,"!border-gray-light !rounded-lg shadow-xl",r),plugins:[L],offset:[null!=a?a:0,null!=o?o:10]},l),h.createElement("span",null,m))};ye.propTypes={className:m.string,skidding:m.number,distance:m.number,children:m.node.isRequired};const be=({className:e,children:t})=>h.createElement("div",{className:d("ui-popover-content",e)},t);be.displayName="Popover.Content",be.propTypes={className:m.string,children:m.node.isRequired},ye.Content=be;const Me=e=>{var t=e,{placement:r="bottom",className:n,children:a}=t,o=c(t,["placement","className","children"]);const l=u.toArray(a),s=l.filter((e=>e.type!==Me.Item)),m=l.length-s.length,p=l.map(((e,t)=>e.type===Me.Item?h.cloneElement(e,{position:t,total:m}):null)),g=h.createElement(ye.Content,{className:"p-0 divide-y divide-solid ui-popover-list-content divide-gray-lighter"},p);return h.createElement(ye,i({content:g,placement:r,className:d("ui-popover-list","w-40",n)},o),s)};Me.propTypes={placement:m.string,className:m.string,children:m.node.isRequired};const Le=e=>{var t=e,{name:r,isActive:n=!1,position:a,total:o,children:l,className:s,onClickItem:m}=t,p=c(t,["name","isActive","position","total","children","className","onClickItem"]);return h.createElement("div",i({name:r,className:d("ui-popover-list-item","flex align-text-top p-4 space-x-2.5 font-semibold leading-4 tracking-tightest cursor-pointer hover:bg-gray-lighter",n?"bg-gray-lighter":null,1===a?"rounded-t-lg":null,a===o?"rounded-b-lg":null,s),onClick:e=>m(e,r)},p),l)};Le.displayName="PopoverList.Item",Le.propTypes={position:m.number,total:m.number,name:m.string.isRequired,isActive:m.bool,children:m.node.isRequired,className:m.string,onClickItem:m.func.isRequired},Me.Item=Le;const Ce={small:"max-w-[400px]",medium:"max-w-[500px]",large:"max-w-[600px]",huge:"max-w-[800px]"},Ne=({size:e="medium",isOpen:t=!1,shouldCloseOnOutsideClick:r=!1,onClose:n,children:a,className:o})=>h.createElement(E,{appear:!0,show:t,as:g},h.createElement(y,{as:"div",className:"overflow-y-auto fixed inset-0 z-30 ui-modal",onClose:()=>{r&&n()}},h.createElement("div",{className:"px-4 min-h-screen text-center"},h.createElement(E.Child,{as:g,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},h.createElement(y.Overlay,{className:"fixed inset-0 bg-opacity-75 transition-opacity bg-gray-dark ui-modal-overlay"})),h.createElement("span",{className:"inline-block h-screen align-middle","aria-hidden":"true"},"​"),h.createElement(E.Child,{as:g,enter:"ease-out duration-300",enterFrom:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",enterTo:"opacity-100 translate-y-0 sm:scale-100",leave:"ease-in duration-200",leaveFrom:"opacity-100 translate-y-0 sm:scale-100",leaveTo:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"},h.createElement("div",{className:d(o,Ce[e],"inline-block w-full p-10 overflow-hidden text-left align-middle transition-all transform bg-white shadow-xl rounded-lg")},n?h.createElement("button",{type:"button",className:"hidden absolute top-0 right-0 p-2 m-4 sm:block text-gray hover:text-gray-darker",onClick:n},h.createElement(ee,null)):null,a))))),je=e=>{var t=e,{children:r,description:n,className:a}=t,o=c(t,["children","description","className"]);return h.createElement(y.Title,i({as:"div",className:d(a,"text-center ui-modal-header")},o),h.createElement("h3",{className:"text-2xl font-semibold leading-6 text-black"},r),n?h.createElement("p",{className:"mt-2 text-base font-normal leading-normal text-gray-darker"},n):null)};je.propTypes={children:m.node.isRequired,description:m.string,className:m.string},je.displayName="Modal.Header",Ne.Header=je;const ze=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("div",i({className:d(r,"mt-10 ui-modal-body")},n))};ze.propTypes={className:m.string},ze.displayName="Modal.Body",Ne.Body=ze;const Be=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("div",i({className:d(r,"mt-10 space-x-4 text-right ui-modal-footer")},n))};Be.propTypes={className:m.string},Be.displayName="Modal.Footer",Ne.Footer=Be;const Te=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("div",{className:"flex flex-col ui-table"},h.createElement("div",{className:"overflow-x-auto -my-2"},h.createElement("div",{className:"inline-block py-2 min-w-full align-middle"},h.createElement("div",{className:"overflow-hidden border-b sm:rounded-lg border-gray-lighter"},h.createElement("table",i({className:d(r,"min-w-full divide-y border border-gray-lighter")},n))))))};Te.propTypes={className:m.string},(Te.Head=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("thead",i({className:d("ui-table-head","bg-gray-lighter",r)},n))}).displayName="Table.Head",Te.Head.propTypes={className:m.string},(Te.Header=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("th",i({className:d("ui-table-header","px-4 py-2 text-left text-base font-bold",r)},n))}).displayName="Table.Header",Te.Header.propTypes={className:m.string},(Te.Body=e=>{var t=e,{className:r,isStriped:n=!1,children:a}=t,o=c(t,["className","isStriped","children"]);return h.createElement("tbody",i({className:d("ui-table-body","border-none",r)},o),u.map(a,(e=>e&&p(e,{isStriped:n}))))}).displayName="Table.Body",Te.Body.propTypes={className:m.string,children:m.node.isRequired,isStriped:m.bool},(Te.Row=e=>{var t=e,{isStriped:r=!1,className:n}=t,a=c(t,["isStriped","className"]);return h.createElement("tr",i({className:d("ui-table-row",r&&"even:bg-gray-lighter",n)},a))}).displayName="Table.Row",Te.Row.propTypes={isStriped:m.bool,className:m.string},(Te.Cell=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("td",i({className:d("ui-table-cell","px-4 py-2 whitespace-nowrap text-base text-gray-darker",r)},n))}).displayName="Table.Cell",Te.Cell.propTypes={className:m.string};const He={small:"px-2 py-1.5 text-sm",medium:"py-3 px-2.5 text-base",large:"px-4 py-3.5 text-lg"},Ae=e=>{var t=e,{size:r,value:n,isCollapsed:a=!1,onChange:o,className:l,children:s}=t,m=c(t,["size","value","isCollapsed","onChange","className","children"]);return h.createElement("span",i({className:d("ui-button-group","inline-flex whitespace-nowrap",l)},m),u.map(s,((e,t)=>{const l={size:r};return void 0!==n&&(l.isActive=n===t),a&&n>=0&&n!==t&&(l.shouldShowText=!1),o&&(l.onClick=()=>o(t)),p(e,l)})))};Ae.propTypes={className:m.string,size:m.oneOf(Object.keys(He)).isRequired,value:m.number.isRequired,isCollapsed:m.bool,onChange:m.func.isRequired,children:m.node.isRequired};const Fe=e=>{var t=e,{as:r="button",isActive:n,shouldShowText:a=!0,size:o="medium",icon:l,iconPlacement:s="left",className:m,children:p}=t,u=c(t,["as","isActive","shouldShowText","size","icon","iconPlacement","className","children"]);const g=d("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",He[o],n?"bg-primary border-primary text-white hover:bg-primary-dark":"border-gray-light hover:bg-gray-lighter text-gray-darker",m);return h.createElement(r,i({className:g},u),l&&"left"===s?h.createElement("span",{className:"flex-shrink-0 mr-2"},l):null,a?p:null,l&&"right"===s?h.createElement("span",{className:"flex-shrink-0 ml-2"},l):null)};Fe.displayName="ButtonGroup.Button",Fe.propTypes={as:m.oneOfType([m.string,m.elementType]),isActive:m.bool,shouldShowText:m.bool,size:m.oneOf(Object.keys(He)),icon:m.element,iconPlacement:m.oneOf(["left","right"]),className:m.string,children:m.node.isRequired},Ae.Button=Fe;const Ve={small:"w-10 h-10",medium:"w-16 h-16",large:"w-20 h-20"},Oe=e=>{var t=e,{className:r,size:n="small"}=t,a=c(t,["className","size"]);return h.createElement("img",i({className:d("ui-logo",r,"inline-block rounded object-cover",Ve[n])},a))};Oe.propTypes={className:m.string,src:m.string.isRequired,size:m.string};var De="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};var Se=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)},_e="object"==typeof De&&De&&De.Object===Object&&De,Re="object"==typeof self&&self&&self.Object===Object&&self,Pe=_e||Re||Function("return this")(),Ye=Pe,qe=function(){return Ye.Date.now()},Ie=/\s/;var Ue=function(e){for(var t=e.length;t--&&Ie.test(e.charAt(t)););return t},We=/^\s+/;var Ze=function(e){return e?e.slice(0,Ue(e)+1).replace(We,""):e},$e=Pe.Symbol,Ge=$e,Ke=Object.prototype,Xe=Ke.hasOwnProperty,Je=Ke.toString,Qe=Ge?Ge.toStringTag:void 0;var et=function(e){var t=Xe.call(e,Qe),r=e[Qe];try{e[Qe]=void 0;var n=!0}catch(Tr){}var a=Je.call(e);return n&&(t?e[Qe]=r:delete e[Qe]),a},tt=Object.prototype.toString;var rt=et,nt=function(e){return tt.call(e)},at=$e?$e.toStringTag:void 0;var ot=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":at&&at in Object(e)?rt(e):nt(e)},lt=function(e){return null!=e&&"object"==typeof e};var it=function(e){return"symbol"==typeof e||lt(e)&&"[object Symbol]"==ot(e)},st=Ze,ct=Se,dt=it,mt=/^[-+]0x[0-9a-f]+$/i,ht=/^0b[01]+$/i,pt=/^0o[0-7]+$/i,ut=parseInt;var gt=Se,vt=qe,wt=function(e){if("number"==typeof e)return e;if(dt(e))return NaN;if(ct(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=ct(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=st(e);var r=ht.test(e);return r||pt.test(e)?ut(e.slice(2),r?2:8):mt.test(e)?NaN:+e},ft=Math.max,kt=Math.min;var xt=function(e,t,r){var n,a,o,l,i,s,c=0,d=!1,m=!1,h=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function p(t){var r=n,o=a;return n=a=void 0,c=t,l=e.apply(o,r)}function u(e){return c=e,i=setTimeout(v,t),d?p(e):l}function g(e){var r=e-s;return void 0===s||r>=t||r<0||m&&e-c>=o}function v(){var e=vt();if(g(e))return w(e);i=setTimeout(v,function(e){var r=t-(e-s);return m?kt(r,o-(e-c)):r}(e))}function w(e){return i=void 0,h&&n?p(e):(n=a=void 0,l)}function f(){var e=vt(),r=g(e);if(n=arguments,a=this,s=e,r){if(void 0===i)return u(s);if(m)return clearTimeout(i),i=setTimeout(v,t),p(s)}return void 0===i&&(i=setTimeout(v,t)),l}return t=wt(t)||0,gt(r)&&(d=!!r.leading,o=(m="maxWait"in r)?ft(wt(r.maxWait)||0,t):o,h="trailing"in r?!!r.trailing:h),f.cancel=function(){void 0!==i&&clearTimeout(i),c=0,n=s=a=i=void 0},f.flush=function(){return void 0===i?l:w(vt())},f};const Et=navigator.userAgent.includes("Macintosh"),yt=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.883 10.878a4.661 4.661 0 100-9.323 4.661 4.661 0 000 9.323zM10.181 9.514l2.93 2.93",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),bt=e=>{var t,r=e,{char:n,className:a}=r,o=c(r,["char","className"]);const l=null!=(t=Mt[n])?t:n;return h.createElement("div",i({className:d("ui-key","inline-flex items-center justify-center h-5 py-1 px-2 bg-gray-lighter text-xs text-gray font-semibold rounded",1===l.length&&"w-5",a)},o),l)},Mt={cmd:Et?"⌘":"ctrl",option:Et?"⌥":"win",ctrl:Et?"ctrl":"alt",up:"↑",down:"↓"};bt.propTypes={char:m.string.isRequired,className:m.string};const Lt=xt(((e,t)=>e(t)),500),Ct=e=>{var t=e,{className:r,items:n=[],defaultValue:a,onChange:o,onSubmit:l,onSelect:s,children:m,isLoading:p=!1,isOpen:u,onOpenChange:g,onOutsideClick:k}=t,x=c(t,["className","items","defaultValue","onChange","onSubmit","onSelect","children","isLoading","isOpen","onOpenChange","onOutsideClick"]);const[E,y]=v(!0),[b,M]=v(null!=a?a:""),[L,j]=v(null),z=w(),[B,T]=v(!0),H={value:b},A=b?[H,...n]:[],{isOpen:F,openMenu:V,getMenuProps:O,getInputProps:D,getComboboxProps:S,highlightedIndex:_,getItemProps:R,closeMenu:P}=C({items:A,inputValue:b,onInputValueChange:({inputValue:e})=>{M(e),o&&Lt(o,e)},itemToString:()=>b,defaultHighlightedIndex:0,onSelectedItemChange:({selectedItem:e,type:t})=>{t!==C.stateChangeTypes.InputBlur&&(e===H?(null==l||l(b),z.current.blur()):e&&(null==s||s(e),z.current.blur()),P())},isOpen:u,stateReducer:(e,{type:t,changes:r})=>{const n=[C.stateChangeTypes.MenuMouseLeave,C.stateChangeTypes.InputBlur];return t===C.stateChangeTypes.InputBlur&&n.includes(L)&&(null==k||k(!1)),t===C.stateChangeTypes.FunctionOpenMenu&&(null==g||g(!0)),j(t),r}});f((()=>{F?T(!1):setTimeout((()=>T(!0)),1)}),[F,T]);const Y=(F||!B)&&A.length>0,I=Y&&!p&&A.length<=1;return N(Et?"cmd+k":"ctrl+k",(e=>{e.preventDefault(),z.current.focus()})),N("esc",(()=>z.current.blur()),{enableOnTags:["INPUT"]}),h.createElement("div",{className:"relative w-full ui-search"},h.createElement("div",i({},S({className:"w-full relative rounded-md"})),h.createElement("div",{className:"absolute inset-y-0 top-[-2px] left-0 hidden md:flex items-center pointer-events-none"},h.createElement(yt,{className:"w-4 h-4 text-gray-darker"})),h.createElement("input",i({},D(i({type:"text",className:d("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",r),ref:z,onFocus:()=>{y(!1),V()},onBlur:()=>y(!0)},x)))),h.createElement("div",{className:"hidden absolute inset-y-0 right-0 items-center pr-3 space-x-1 pointer-events-none lg:flex"},E?h.createElement(h.Fragment,null,h.createElement(bt,{char:"cmd"})," ",h.createElement(bt,{char:"K"})):null)),h.createElement("ul",i({},O({className:d("ui-search-menu","absolute top-10 divide-y divide-gray-light w-full xl:w-2/3 max-h-[75vh] border border-blue-light mt-1 rounded overflow-auto z-10 bg-white",{hidden:!Y})})),Y?A.map(((e,t)=>h.createElement("li",i({key:e},R({key:t,item:e,index:t,className:"ui-search-item"})),e===H?h.createElement(h.Fragment,null,h.createElement("div",{className:d("p-2 cursor-pointer",_===t?"bg-blue-light text-white":"")},"Show all results for ",h.createElement("strong",null,b)),p?h.createElement("div",{className:"p-3 text-center"},h.createElement(q,{size:"small"})):null):null==m?void 0:m(e,_===t)))):null,Y&&I?h.createElement("li",{className:"p-2 cursor-not-allowed"},"No results found"):null,Y&&A.length<5?h.createElement("li",{className:"flex sticky bottom-0 p-2 space-x-5 text-sm search-footer text-gray-dark pointer-events"},h.createElement("span",{className:"flex items-center"},h.createElement(bt,{char:"up",className:"mr-0.5"}),h.createElement(bt,{char:"down",className:"mr-2"})," to navigate"),h.createElement("span",{className:"flex items-center"},h.createElement(bt,{char:"enter",className:"mr-2"})," to submit"),h.createElement("span",{className:"flex items-center"},h.createElement(bt,{char:"esc",className:"mr-2"})," to close")):null))};Ct.propTypes={className:m.string,items:m.arrayOf(m.any),itemToString:m.func,defaultValue:m.string,onChange:m.func,onSubmit:m.func,onSelect:m.func,onOpenChange:m.func,children:m.oneOfType([m.arrayOf(m.node),m.node,m.func]),isLoading:m.bool,isOpen:m.bool};const Nt=e=>{var t=e,{className:r,classNames:n={},separator:a="/",children:o}=t,l=c(t,["className","classNames","separator","children"]);const s=u.count(o)-1;return h.createElement("div",i({className:d("ui-breadcrumb","text-2xl whitespace-nowrap font-semibold",r)},l),u.map(o,((e,t)=>{const r=t>=s;return h.createElement(h.Fragment,null,h.createElement("span",{className:d(n.item,r?"text-black":"text-gray-dark")},e),r?null:h.createElement("span",{className:d(n.separator,"text-gray-dark mx-2")},a))})))};Nt.propTypes={className:m.string,classNames:m.object,separator:m.string,children:m.oneOfType([m.arrayOf(m.node),m.node])},(Nt.Item=({className:e,onClick:t,children:r})=>h.createElement("div",{className:d("ui-breadcrumb-item",e,"inline",t&&"cursor-pointer hover:underline"),onClick:t},r)).displayName="Breadcrumb.Item",Nt.Item.propTypes={className:m.string,onClick:m.func,children:m.node.isRequired};const jt=j(),zt=new Set(["JPY","CLP","KRW","LAK","PYG","VND","VUV"]),Bt=e=>zt.has(e),Tt=(e,t=jt,r=0)=>new Intl.NumberFormat(t,{style:"currency",currency:e,maximumFractionDigits:0}).format(r).replace(/\d/g,"").trim(),Ht=j(),At=e=>{const t=Math.abs(e);return t>=0&&t<=.001},Ft=(e,t=null,r=Ht,n=2)=>{const a={style:t?"currency":"decimal",minimumFractionDigits:n,maximumFractionDigits:n};return t&&(a.currency=t),new Intl.NumberFormat(r,a).format(e)},Vt=(e,t)=>{let r=Number(t);return Bt(e)?r=z(r):(z(r,3)===z(r,4)&&(r=z(r,3)),r=z(r,2)),r},Ot=j(),Dt=({currency:e="USD",locale:t=Ot,shouldRemoveTrailingZeroes:r=!0,maximumFractionDigits:n=2,children:a})=>{let o=a;At(o)&&(o=0);let l=Ft(o,e,t,Bt(e)?0:n);return l=r?l.replace(".00",""):l,h.createElement("span",{className:"ui-currency"},l)};Dt.propTypes={currency:m.string,locale:m.string,shouldRemoveTrailingZeroes:m.bool,maximumFractionDigits:m.number,children:m.node.isRequired},(Dt.Round=({currency:e,children:t})=>{const r=Vt(e,t);return h.createElement("span",{className:"ui-currency-round"},r)}).propTypes={currency:m.string,children:m.node.isRequired},(Dt.Split=({currency:e="USD",locale:t=Ot,children:r})=>{let n=r;At(n)&&(n=0);const a=Vt(e,n).toString().split("."),o=a[0];let l=a[1]||"0";1===l.length&&(l+="0");const i=Ft(o,e,t,0);return h.createElement("span",{title:n,className:"ui-currency-split"},h.createElement("span",{className:"ui-currency-split-int"},i),!Bt(e)&&h.createElement("span",{className:"pl-1 underline ui-currency-split-decimal"},h.createElement("sup",null,l)))}).propTypes={currency:m.string,locale:m.string,children:m.node.isRequired};const St={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"},_t=k(),Rt=e=>{var t=e,{children:r,className:n,currency:a}=t,o=c(t,["children","className","currency"]);return h.createElement(_t.Provider,{value:a},h.createElement("table",i({className:d("ui-breakdown","w-full",n)},o),h.createElement("tbody",null,r)))};Rt.propTypes={children:m.node,className:m.string,currency:m.string.isRequired};const Pt=e=>{var t=e,{children:r,info:n,value:a,className:o,color:l="default"}=t,s=c(t,["children","info","value","className","color"]);const m=x(_t);return h.createElement("tr",i({className:d("ui-breakdown-item",St[l],o)},s),h.createElement("td",{className:"text-left"},r),h.createElement("td",{className:"text-right"},n),h.createElement("td",{className:"pl-4 text-right w-[1%]"},h.createElement(Dt,{shouldRemoveTrailingZeroes:!1,currency:m},a)))};Pt.propTypes={children:m.node,info:m.node,value:m.node,className:m.string,color:m.oneOf(Object.keys(St))},(Rt.Item=Pt).displayName="Breakdown.Item";const Yt=e=>{var t=e,{children:r,info:n,value:a,className:o,color:l="black"}=t,s=c(t,["children","info","value","className","color"]);const m=x(_t);return h.createElement("tr",i({className:d("ui-breakdown-subtotal-item","font-bold",St[l],o)},s),h.createElement("td",{className:"pt-1 pb-4 text-left"},r),h.createElement("td",{className:"pt-1 pb-4 text-right"},n),h.createElement("td",{className:"pt-1 pb-4 pl-4 text-right w-[1%]"},h.createElement(Dt,{shouldRemoveTrailingZeroes:!1,currency:m},a)))};Yt.propTypes={children:m.node,info:m.node,value:m.node,className:m.string,color:m.oneOf(Object.keys(St))},(Rt.SubtotalItem=Yt).displayName="Breakdown.SubtotalItem";const qt=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("tr",i({className:d("ui-breakdown-separator",r)},n),h.createElement("td",{colSpan:3,className:"pb-1 border-b border-gray-light"}))};qt.propTypes={className:m.string},(Rt.Separator=qt).displayName="Breakdown.Separator";const It=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("div",i({className:d("ui-form-group",r,"mb-4")},n))};It.propTypes={className:m.string};const Ut={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"},Wt=e=>{var t=e,{as:r,size:n="medium",isError:a,className:o}=t,l=c(t,["as","size","isError","className"]);return h.createElement(r,i({className:d("w-full placeholder-gray-dark hover:placeholder-gray-darker text-gray-darker disabled:text-gray rounded","disabled:bg-gray-lighter border border-transparent hover:bg-gray-lighter hover:border-black",Ut[n],a?"border-danger focus:ring-0 focus:ring-danger focus:border-danger":"border-gray-light focus:ring-0 focus:ring-primary focus:border-primary",o)},l))};Wt.propTypes={as:m.oneOfType([m.string,m.elementType]),size:m.oneOf(Object.keys(Ut)),className:m.string,isError:m.bool};const Zt=e=>{var t=e,{className:r,type:n="text"}=t,a=c(t,["className","type"]);return h.createElement(Wt,i({as:"input",className:d("ui-input",r),type:n},a))};Zt.propTypes=s(i({},Wt.propTypes),{type:m.string});const $t=e=>{var t=e,{className:r,rows:n=2}=t,a=c(t,["className","rows"]);return h.createElement(Wt,i({as:"textarea",className:d("ui-textarea",r),rows:n},a))};$t.propTypes=s(i({},Wt.propTypes),{rows:m.number});const Gt=e=>h.createElement(Wt,i({as:"select"},e));Gt.propTypes=Wt.propTypes;const Kt=e=>{var t=e,{className:r,isError:n}=t,a=c(t,["className","isError"]);return h.createElement(B,i({className:d("ui-combo-box",n&&"border-danger",r),classNamePrefix:"ui-combo-box"},a))};Kt.propTypes={className:m.string,isError:m.bool};const Xt={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"}},Jt=e=>{var t=e,{isChecked:r=!1,size:n="medium"}=t,a=c(t,["isChecked","size"]);return h.createElement(b,i({checked:r,className:d("ui-switch",r?"bg-primary":"bg-gray","switch relative inline-flex flex-shrink-0 border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none disabled:opacity-60",Xt[n].parent)},a),h.createElement("span",{className:d(r?Xt[n].translate:"translate-x-0","switch-inner pointer-events-none inline-block rounded-full bg-white transform ring-0 transition ease-in-out duration-200 shadow",Xt[n].inner)}))};Jt.propTypes={isChecked:m.bool,size:m.string},(Jt.Group=({className:e,children:t})=>h.createElement(b.Group,{as:"div",className:d("ui-switch-group","inline-flex items-center",e)},t)).displayName="Switch.Group",Jt.Group.propTypes={className:m.string,children:m.node.isRequired},(Jt.Label=({direction:e="left",className:t,children:r})=>h.createElement(b.Label,{as:"span",className:d("ui-switch-label","cursor-pointer","left"===e?"mr-2":"ml-2",t)},r)).displayName="Switch.Label",Jt.Label.propTypes={direction:m.string,className:m.string,children:m.node.isRequired};var Qt=function(e,t){for(var r=-1,n=null==e?0:e.length,a=Array(n);++r<n;)a[r]=t(e[r],r,e);return a},er=Array.isArray,tr=Qt,rr=er,nr=it,ar=$e?$e.prototype:void 0,or=ar?ar.toString:void 0;var lr=function e(t){if("string"==typeof t)return t;if(rr(t))return tr(t,e)+"";if(nr(t))return or?or.call(t):"";var r=t+"";return"0"==r&&1/t==-Infinity?"-0":r};var ir=function(e){return null==e?"":lr(e)},sr=0;var cr=function(e){var t=++sr;return ir(e)+t};var dr="_checkbox_1gb8z_1";const mr=e=>{var t,r=e,{label:n,className:a,classNames:o={}}=r,l=c(r,["label","className","classNames"]);const[m]=v(null!=(t=l.id)?t:cr("checkbox-"));return h.createElement("div",{className:d("ui-checkbox",a,"flex items-center")},h.createElement("input",s(i({type:"checkbox",className:d("ui-checkbox-input",o.checkbox,dr,"w-4 h-4 rounded text-white !border-primary disabled:bg-gray-light disabled:text-gray-light disabled:border-none transition-colors")},l),{id:m})),n?h.createElement("label",{htmlFor:m,className:d("ui-checkbox-label",o.label,"ml-2 leading-none text-gray-darker")},n):null)};mr.propTypes={label:m.string.isRequired,className:m.string,classNames:m.shape({checkbox:m.string,label:m.string}),onChange:m.func};const hr=e=>{var t=e,{isDisabled:r=!1,className:n}=t,a=c(t,["isDisabled","className"]);return h.createElement("label",i({className:d("ui-label",n,"block text-sm font-bold mb-1",r?"text-gray":"text-black")},a))};hr.propTypes={isDisabled:m.bool,className:m.string};const pr=({classNames:e,children:t})=>h.createElement("div",{className:d("ui-header-toolbar","flex items-center w-full px-5 pr-3 py-3 xl:px-6 xl:py-5 space-x-2 xl:space-x-6 border-b border-gray-light",e)},t);pr.propTypes={classNames:m.string,children:m.node.isRequired},(pr.Breadcrumb=({className:e,children:t})=>h.createElement(Nt,{className:d("ui-header-toolbar-breadcrumb","text-xl border-r border-gray-light md:pr-4 xl:pr-6",e)},t)).displayName="HeaderToolbar.Breadcrumb",pr.Breadcrumb.propTypes={className:m.string,children:m.node.isRequired},pr.Breadcrumb.displayName="HeaderToolbar.Search",pr.Search=e=>h.createElement(Ct,i({className:"flex-grow pr-1 w-full ui-header-toolbar-search"},e));const ur=e=>{var t=e,{className:r,value:n,onChange:a,children:o}=t,l=c(t,["className","value","onChange","children"]);const s=u.toArray(o),m=s.filter((e=>e.type===ur.Tab)),g=s.filter((e=>e.type===ur.Panel));return h.createElement(h.Fragment,null,h.createElement("div",i({className:d("ui-tabs","bg-gray-lighter overflow-x-auto",r)},l),h.createElement("nav",{className:"flex"},m.map(((e,t)=>p(e,{isActive:t===n,onClick:()=>null==a?void 0:a(t)}))))),g.map(((e,t)=>p(e,{isActive:t===n}))))};ur.propTypes={className:m.string,value:m.number.isRequired,onChange:m.func.isRequired,children:m.node.isRequired};const gr=e=>{var t=e,{as:r="button",className:n,isActive:a=!1}=t,o=c(t,["as","className","isActive"]);return h.createElement(r,i({className:d("ui-tabs-tab",n,"transition-colors cursor-pointer p-4 flex-1 text-center text-lg font-semibold whitespace-nowrap focus-visible:ring",a?"bg-white text-black":"text-gray-dark hover:text-black hover:bg-gray-light")},o))};gr.displayName="Tabs.Tab",gr.propTypes={as:m.oneOfType([m.string,m.elementType]),className:m.string,isActive:m.bool},ur.Tab=gr;const vr=e=>{var t=e,{isActive:r=!1,className:n}=t,a=c(t,["isActive","className"]);return h.createElement("div",i({className:d("ui-tabs-panel",n,r||"hidden")},a))};vr.displayName="Tabs.Panel",vr.propTypes={isActive:m.bool,className:m.string},ur.Panel=vr;var wr="_shimmer_qt4e9_7";const fr=e=>{var t=e,{style:r,height:n=300,shouldAnimate:a=!0,children:o,classNames:l={}}=t,s=c(t,["style","height","shouldAnimate","children","classNames"]);return h.createElement("div",i({className:d("ui-skeleton","relative flex items-center justify-center bg-gray-lighter overflow-hidden rounded border border-gray-lighter",l.container),style:i({height:n},r)},s),a?h.createElement("div",{className:d(wr,"absolute w-full h-full",l.shimmer)}):null,h.createElement("div",{className:d("text-gray",l.text)},o))};fr.propTypes={style:m.object,height:m.oneOfType([m.number,m.string]),shouldAnimate:m.bool,classNames:m.object,children:m.oneOfType([m.arrayOf(m.node),m.node])};const kr=({isOpen:e=!1,title:t,content:r,onClose:n,classNames:a={}})=>h.createElement(E.Root,{show:e,as:g},h.createElement(y,{static:!0,as:"div",className:"overflow-hidden fixed inset-0 ui-drawer",open:e,onClose:n},h.createElement("div",{className:"overflow-hidden absolute inset-0"},h.createElement(E.Child,{as:g,enter:"ease-in-out duration-500",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in-out duration-500",leaveFrom:"opacity-100",leaveTo:"opacity-0"},h.createElement(y.Overlay,{className:"absolute inset-0 bg-opacity-75 transition-opacity bg-gray"})),h.createElement("div",{className:"flex fixed inset-y-0 right-0 pl-10 max-w-full"},h.createElement(E.Child,{as:g,enter:"transform transition ease-in-out duration-500 sm:duration-700",enterFrom:"translate-x-full",enterTo:"translate-x-0",leave:"transform transition ease-in-out duration-500 sm:duration-700",leaveFrom:"translate-x-0",leaveTo:"translate-x-full"},h.createElement("div",{className:"w-screen max-w-md"},h.createElement("div",{className:"flex overflow-y-auto flex-col py-8 h-full bg-white shadow-xl"},h.createElement("div",{className:"px-4 sm:px-6"},h.createElement("div",{className:"flex justify-between items-start"},h.createElement(y.Title,{className:d("text-base font-semibold",a.title)},t),h.createElement("div",{className:d("ml-3 h-7 flex items-center")},h.createElement(_,{size:"small",color:"link",className:"focus:hidden",onClick:n},h.createElement(ee,null))))),h.createElement("div",{className:d("mt-3 relative flex-1 px-4 sm:px-6",a.content)},r))))))));kr.propTypes={isOpen:m.bool,title:m.oneOfType([m.arrayOf(m.node),m.node]),content:m.oneOfType([m.arrayOf(m.node),m.node]),onClose:m.func.isRequired,classNames:m.object};const xr=e=>h.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"150",height:"48",fill:"none",viewBox:"0 0 150 48"},e),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("defs",null,h.createElement("linearGradient",{id:"paint0_linear",x1:"60.015",x2:"60.015",y1:"80.164",y2:"14.981",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#626262"})),h.createElement("linearGradient",{id:"paint1_linear",x1:"40.169",x2:"50.526",y1:"21.908",y2:"21.908",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#909191"})),h.createElement("linearGradient",{id:"paint2_linear",x1:"50.698",x2:"50.698",y1:"29.793",y2:"50.252",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#909191"})),h.createElement("linearGradient",{id:"paint3_linear",x1:"23.397",x2:"83.226",y1:"51.182",y2:"51.182",gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#fff"}),h.createElement("stop",{offset:"1",stopColor:"#626262"}))));const Er=({defaultValues:e,isLoading:t=!1,error:r=null,onSubmit:n})=>{const[a,o]=v(i({email:"",password:"",shouldRemember:!1},e)),l=e=>{const{name:t,value:r}=e.target;o(s(i({},a),{[t]:r}))};return h.createElement("div",{className:"overflow-hidden h-screen bg-white bg-opacity-40 ui-login"},h.createElement("div",{className:"flex flex-col justify-center items-center space-y-8 w-full h-[90%] md:full"},h.createElement("div",{className:"py-0 px-9 rounded-lg md:py-10 md:bg-white w-82"},h.createElement("div",{className:"mb-12 md:mb-10"},h.createElement(xr,{className:"mx-auto w-auto h-10 md:mb-20 md:h-12"})),h.createElement("form",{onSubmit:e=>{e.preventDefault(),n(a)}},h.createElement("fieldset",{className:"space-y-6",disabled:t},h.createElement("div",{className:"-space-y-px bg-white rounded-md"},h.createElement(It,{className:"md:mb-7"},h.createElement(hr,null,"Email"),h.createElement(Zt,{required:!0,name:"email",type:"email",autoComplete:"email",value:a.email,isError:!!r,onChange:l})),h.createElement(It,null,h.createElement(hr,null,"Password"),h.createElement(Zt,{required:!0,name:"password",type:"password",autoComplete:"current-password",value:a.password,isError:!!r,onChange:l}))),h.createElement(mr,{name:"shouldRemember",label:"Remember me",checked:a.shouldRemember,onChange:e=>{const{name:t,checked:r}=e.target;o(s(i({},a),{[t]:r}))}}),r?h.createElement(ie,{color:"danger"},r):null,h.createElement(_,{type:"submit",className:"w-full",color:"primary"},t?h.createElement(q,{size:"current",color:"current",className:"mr-2"}):null,"Login"),h.createElement("div",{className:"mt-5 text-sm text-center"},h.createElement("a",{href:"https://xola.com/resetting/form",className:"font-semibold underline hover:text-black text-gray-darker",target:"_blank",rel:"noreferrer"},"Forgot your password?")))))),h.createElement("footer",null,h.createElement("div",{className:"flex overflow-hidden flex-col justify-center items-center py-1 px-4 w-full sm:px-6 lg:px-8"},h.createElement("div",{className:"px-4 m-5 text-xs text-center rounded-lg opacity-30 md:text-sm hover:opacity-80 w-82"},h.createElement("a",{href:"https://www.xola.com/team",target:"_blank",className:"md:text-gray",rel:"noreferrer"},"Handcrafted in Houston, Belgrade & Bengaluru",h.createElement("div",{className:"text-center"},"© ",(new Date).getFullYear()," Xola, Inc."))))))};Er.propTypes={defaultValues:m.shape({email:m.string,password:m.string,shouldRemember:m.bool}),isLoading:m.bool,error:m.string,onSubmit:m.func};const yr=({selectedDate:e,day:t,getContent:r})=>{if(r)return h.createElement(br,{selectedDate:e,day:t,getContent:r});const n=e&&A(e).isSame(t,"day");return h.createElement("div",{className:d("ui-date-picker-day","date flex items-center w-full h-full justify-center",n?"text-white selected":null)},t.getDate())};yr.propTypes={selectedDate:m.objectOf(Date),day:m.objectOf(Date),getContent:m.func};const br=({selectedDate:e,day:t,getContent:r})=>{var n;const a=t.getDate(),o=null!=(n=r(a))?n:"N/A",l=e&&A(e).isSame(t,"day"),i=!A(t).isBefore(A(),"day");return h.createElement("div",{className:"ui-day-content"},h.createElement("div",{className:d("ui-day-content-value",l?"text-white selected":null)},a),i?h.createElement("div",{className:"ui-day-content-custom"},o):null)};br.propTypes={selectedDate:m.objectOf(Date),day:m.objectOf(Date),getContent:m.func.isRequired};const Mr=A(),Lr=({date:e,onChange:t})=>{const r=[...Array.from({length:12}).keys()].map((e=>Mr.month(e).format("MMM"))),n=[...Array.from({length:12}).keys()].map((e=>Mr.year(2021+e).format("YYYY"))),a=e=>{const{year:r,month:n}=e.target.form;t(new Date(r.value,n.value))};return h.createElement("form",{className:"space-x-2 DayPicker-Caption"},h.createElement("span",{className:"inline-block"},h.createElement(Gt,{name:"month",value:e.getMonth(),className:"month-selector",onChange:a},r.map(((e,t)=>h.createElement("option",{key:e,value:t},e))))),h.createElement("span",{className:"inline-block"},h.createElement(Gt,{name:"year",value:e.getFullYear(),className:"year-selector",onChange:a},n.map((e=>h.createElement("option",{key:e,value:e},e))))))};Lr.propTypes={date:m.objectOf(Date).isRequired,onChange:m.func.isRequired};const Cr=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M9.666 12.5L4.166 7l5.5-5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Nr=({onPreviousClick:e,onNextClick:t,className:r,showNextButton:n,showPreviousButton:a})=>h.createElement("div",{className:d("absolute z-50 top-1.5 right-7",r)},h.createElement(jr,{isVisible:a,onClick:e},h.createElement(Cr,null)),h.createElement(jr,{isVisible:n,onClick:t},h.createElement(de,null)));Nr.propTypes={onPreviousClick:m.func,onNextClick:m.func,className:m.string,showNextButton:m.bool,showPreviousButton:m.bool};const jr=({isVisible:e=!0,onClick:t,children:r})=>h.createElement("button",{type:"button",className:d(e?"inline-block":"invisible","rounded-full border border-transparent text-black hover:border-black w-7 h-7 inline-flex items-center justify-center leading-none"),onClick:()=>t()},r);jr.propTypes={isVisible:m.bool,onClick:m.func.isRequired,children:m.element.isRequired};const zr={single:"single",range:"range"},Br=e=>{var t,r,n=e,{variant:a=zr.single,value:o,getDayContent:l,disabledDays:s=[],shouldShowYearPicker:m=!1,onChange:p,onMonthChange:u,modifiers:g={}}=n,w=c(n,["variant","value","getDayContent","disabledDays","shouldShowYearPicker","onChange","onMonthChange","modifiers"]);const k=a===zr.single?o:o.from,[x,E]=v(k),y=a===zr.range;f((()=>{null==u||u(x)}),[x,u]);const b=e=>{E(e),null==u||u(e)},M=m?({date:e})=>h.createElement(Lr,{date:e,onChange:b}):void 0,L=y?{start:o.from,end:o.to}:null,C=y&&(null==(t=o.from)?void 0:t.getTime())!==(null==(r=o.to)?void 0:r.getTime());return h.createElement(T,i({showOutsideDays:!0,className:d("ui-date-picker rounded-lg pt-3",C?"date-range-picker":null,l?"has-custom-content":null),todayButton:"Today",selectedDays:o,month:x,modifiers:i(i({},g),L),numberOfMonths:y?2:1,disabledDays:s,captionElement:M,renderDay:e=>h.createElement(yr,{selectedDate:o,day:e,getContent:l}),navbarElement:Nr,onDayClick:(e,t,r)=>{y?o.from&&o.to?p({from:e,to:null},t,r):p(H.addDayToRange(e,o),t,r):p(e,t,r)},onMonthChange:b},w))};Br.propTypes={variant:m.oneOf(Object.keys(zr)),value:m.objectOf(Date),onChange:m.func.isRequired,onMonthChange:m.func,disabledDays:m.oneOfType([m.array,m.func]),shouldShowYearPicker:m.bool,getDayContent:m.func,modifiers:m.object};var Tr,Hr={exports:{}},Ar=Hr.exports=(Tr={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},function(e,t,r){var n=t.prototype,a=n.format;r.en.formats=Tr,n.format=function(e){void 0===e&&(e="YYYY-MM-DDTHH:mm:ssZ");var t,r=this.$locale().formats,n=(t=void 0===r?{}:r,e.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(e,r,n){var a=n&&n.toUpperCase();return r||t[n]||Tr[n]||t[a].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(e,t,r){return t||r.slice(1)}))})));return a.call(this,n)}}),Fr={exports:{}},Vr=Fr.exports=function(){var e={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},t=/(\[[^[]*\])|([-:/.()\s]+)|(A|a|YYYY|YY?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,r=/\d\d/,n=/\d\d?/,a=/\d*[^\s\d-_:/()]+/,o={},l=function(e){return(e=+e)+(e>68?1900:2e3)},i=function(e){return function(t){this[e]=+t}},s=[/[+-]\d\d:?(\d\d)?|Z/,function(e){(this.zone||(this.zone={})).offset=function(e){if(!e)return 0;if("Z"===e)return 0;var t=e.match(/([+-]|\d\d)/g),r=60*t[1]+(+t[2]||0);return 0===r?0:"+"===t[0]?-r:r}(e)}],c=function(e){var t=o[e];return t&&(t.indexOf?t:t.s.concat(t.f))},d=function(e,t){var r,n=o.meridiem;if(n){for(var a=1;a<=24;a+=1)if(e.indexOf(n(a,0,t))>-1){r=a>12;break}}else r=e===(t?"pm":"PM");return r},m={A:[a,function(e){this.afternoon=d(e,!1)}],a:[a,function(e){this.afternoon=d(e,!0)}],S:[/\d/,function(e){this.milliseconds=100*+e}],SS:[r,function(e){this.milliseconds=10*+e}],SSS:[/\d{3}/,function(e){this.milliseconds=+e}],s:[n,i("seconds")],ss:[n,i("seconds")],m:[n,i("minutes")],mm:[n,i("minutes")],H:[n,i("hours")],h:[n,i("hours")],HH:[n,i("hours")],hh:[n,i("hours")],D:[n,i("day")],DD:[r,i("day")],Do:[a,function(e){var t=o.ordinal,r=e.match(/\d+/);if(this.day=r[0],t)for(var n=1;n<=31;n+=1)t(n).replace(/\[|\]/g,"")===e&&(this.day=n)}],M:[n,i("month")],MM:[r,i("month")],MMM:[a,function(e){var t=c("months"),r=(c("monthsShort")||t.map((function(e){return e.substr(0,3)}))).indexOf(e)+1;if(r<1)throw new Error;this.month=r%12||r}],MMMM:[a,function(e){var t=c("months").indexOf(e)+1;if(t<1)throw new Error;this.month=t%12||t}],Y:[/[+-]?\d+/,i("year")],YY:[r,function(e){this.year=l(e)}],YYYY:[/\d{4}/,i("year")],Z:s,ZZ:s};function h(r){var n,a;n=r,a=o&&o.formats;for(var l=(r=n.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(t,r,n){var o=n&&n.toUpperCase();return r||a[n]||e[n]||a[o].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(e,t,r){return t||r.slice(1)}))}))).match(t),i=l.length,s=0;s<i;s+=1){var c=l[s],d=m[c],h=d&&d[0],p=d&&d[1];l[s]=p?{regex:h,parser:p}:c.replace(/^\[|\]$/g,"")}return function(e){for(var t={},r=0,n=0;r<i;r+=1){var a=l[r];if("string"==typeof a)n+=a.length;else{var o=a.regex,s=a.parser,c=e.substr(n),d=o.exec(c)[0];s.call(t,d),e=e.replace(d,"")}}return function(e){var t=e.afternoon;if(void 0!==t){var r=e.hours;t?r<12&&(e.hours+=12):12===r&&(e.hours=0),delete e.afternoon}}(t),t}}return function(e,t,r){r.p.customParseFormat=!0,e&&e.parseTwoDigitYear&&(l=e.parseTwoDigitYear);var n=t.prototype,a=n.parse;n.parse=function(e){var t=e.date,n=e.utc,l=e.args;this.$u=n;var i=l[1];if("string"==typeof i){var s=!0===l[2],c=!0===l[3],d=s||c,m=l[2];c&&(m=l[2]),o=this.$locale(),!s&&m&&(o=r.Ls[m]),this.$d=function(e,t,r){try{if(["x","X"].indexOf(t)>-1)return new Date(("X"===t?1e3:1)*e);var n=h(t)(e),a=n.year,o=n.month,l=n.day,i=n.hours,s=n.minutes,c=n.seconds,d=n.milliseconds,m=n.zone,p=new Date,u=l||(a||o?1:p.getDate()),g=a||p.getFullYear(),v=0;a&&!o||(v=o>0?o-1:p.getMonth());var w=i||0,f=s||0,k=c||0,x=d||0;return m?new Date(Date.UTC(g,v,u,w,f,k,x+60*m.offset*1e3)):r?new Date(Date.UTC(g,v,u,w,f,k,x)):new Date(g,v,u,w,f,k,x)}catch(E){return new Date("")}}(t,i,n),this.init(),m&&!0!==m&&(this.$L=this.locale(m).$L),d&&t!=this.format(i)&&(this.$d=new Date("")),o={}}else if(i instanceof Array)for(var p=i.length,u=1;u<=p;u+=1){l[1]=i[u-1];var g=r.apply(this,l);if(g.isValid()){this.$d=g.$d,this.$L=g.$L,this.init();break}u===p&&(this.$d=new Date(""))}else a.call(this,e)}}}();A.extend(Vr),A.extend(Ar);const Or=(e,t="YYYY-MM-DD")=>A(e).format(t),Dr=(e,t="h:mm a")=>{const r=String(e).padStart(4,0);return A(r,"hhmm").format(t)},Sr=e=>{var t=e,{value:r=new Date,dateFormat:n="ddd, LL",onChange:a,children:o,classNames:l={},popoverProps:s}=t,d=c(t,["value","dateFormat","onChange","children","classNames","popoverProps"]);const[m,p]=v(!1),u=()=>{p(!m)},g={size:"medium",placeholder:"Select Date",value:Or(r,n),onClick:u},w=o?h.cloneElement(o,g):h.createElement(_r,i({readOnly:!0},g));return h.createElement(ye,i({visible:m,maxWidth:"900px",distance:18,placement:"bottom",className:l.popover,onClickOutside:u},s),w,h.createElement(ye.Content,null,h.createElement("div",null,h.createElement(Br,i({onChange:(e,t,r)=>{null==a||a(e,t,r),t.disabled||p(!1)}},d)))))};Sr.propTypes={value:m.objectOf(Date).isRequired,dateFormat:m.string,classNames:m.object,popoverProps:m.object,children:m.oneOfType([m.arrayOf(m.node),m.node])};const _r=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return h.createElement("div",{className:"inline-flex relative w-80 bg-gray-lighter"},h.createElement("div",{className:"flex absolute inset-0 items-center pl-3 pointer-events-none"},h.createElement(En,{className:"inline-block"})),h.createElement(Zt,i({className:d("pl-8 cursor-pointer",r)},n)),h.createElement("div",{className:"flex absolute inset-y-0 right-0 items-center pr-3 pointer-events-none"},h.createElement(Gn,{className:"inline-block"})))};_r.propTypes={className:m.string};const Rr=F.PhoneNumberFormat,Pr=F.PhoneNumberUtil.getInstance(),Yr=({countryCode:e="US",className:t,children:r})=>{const n=r;try{let r=Pr.parseAndKeepRawInput(n,e);const a=Pr.getRegionCodeForNumber(r);let o;if(a&&a!==e&&(r=Pr.parseAndKeepRawInput(n,a)),a){const t=a===e?Rr.NATIONAL:Rr.INTERNATIONAL;o=Pr.format(r,t)}else o=n;return h.createElement("span",{className:d("ui-phone",t),"data-region-code":a||"N/A","data-country-code":e,title:n},o)}catch(a){console.debug("Invalid phone number",n,a.message)}return h.createElement("span",{className:d("ui-phone",t),"data-country-code":e},n)};Yr.propTypes={countryCode:m.string,className:m.string,children:m.node.isRequired};const qr=j(),Ir=({locale:e=qr,maximumFractionDigits:t=2,children:r})=>{const n=Ft(r,null,e,t);return h.createElement("span",{className:"ui-number"},n)};Ir.propTypes={locale:m.string,maximumFractionDigits:m.number,children:m.node.isRequired};const Ur={primary:"bg-primary",secondary:"bg-secondary-dark",success:"bg-success-dark",warning:"bg-warning",danger:"bg-danger",caution:"bg-caution-dark"},Wr={small:"px-3 py-2 text-sm leading-3.5 shadow max-w-[200px]",medium:"px-4 py-3 text-base leading-4 shadow-md max-w-[400px]",large:"px-4 py-4 text-lg leading-4.5 shadow-lg max-w-xl"},Zr={duration:3e3,position:"top-right",reverseOrder:!1},$r={show(e){var t=e,{text:r,size:n="medium",color:a="success",className:o,canClose:l=!0,onClose:s,children:d}=t,m=c(t,["text","size","color","className","canClose","onClose","children"]);l&&!s&&console.warn("If you like to close the alert, please define `onClose`");const h=i(i({},Zr),m);l||(h.duration=Number.POSITIVE_INFINITY);const p=$r.getStyles(a,n,o,l);console.debug("Toast props",h),V.custom($r.container.bind(this,r,p,l?s:null),h)},getStyles:(e,t,r)=>d("flex opacity-90 ring-1 ring-black ring-opacity-5 rounded text-white pointer-events-auto",Ur[e],Wr[t],r),container(e,t,r,n){console.debug(`Toasting "${e}" ${n.id}`,n.visible);return h.createElement(E,{appear:!0,as:g,show:n.visible,enter:"transition transform duration-500 ease-out",enterFrom:"-translate-y-full !opacity-0",enterTo:"translate-y-0 !opacity-90",leave:"transition transform duration-500 ease-in",leaveFrom:"!opacity-90",leaveTo:"!opacity-0"},h.createElement("div",{key:n.id,className:t},h.createElement("div",{className:"w-full"},e),r?h.createElement("div",{className:"flex justify-center items-center pl-3 text-white cursor-pointer hover:text-black",onClick:e=>r(e,n)},h.createElement(ee,null)):null))},dismiss(e){console.log("Dismissing",null!=e?e:"All!"),V.dismiss(e)}},Gr={colors:{transparent:"transparent",current:"currentColor",black:"#222324",white:"#ffffff",gray:{lighter:"#F0F2F4",light:"#E0E3E7",DEFAULT:"#BDC0C6",dark:"#8A8C91",darker:"#505254"},blue:{lighter:"#D1E1FF",light:"#2979D0",DEFAULT:"#1352C6",dark:"#3467C4",darker:"#0E44A8"},green:{lighter:"#E2FFEF",light:"#33E781",DEFAULT:"#27CE70",dark:"#23B965",darker:"#1B8E4E"},red:{lighter:"#FFEAEA",light:"#FFA1A1",DEFAULT:"#FF5A5A",dark:"#E93737",darker:"#E51919"},yellow:{lighter:"#FFFAF0",light:"#FFDB8E",DEFAULT:"#FFC03D",dark:"#EBAA24",darker:"#F0A200"},orange:{lighter:"#FFF1E7",light:"#FFB493",DEFAULT:"#FF9668",dark:"#EC743F",darker:"#ff7336"},primary:{lighter:"#D1E1FF",light:"#2979D0",DEFAULT:"#1352C6",dark:"#3467C4",darker:"#0E44A8"},secondary:{lighter:"#F0F2F4",light:"#E0E3E7",DEFAULT:"#BDC0C6",dark:"#8A8C91",darker:"#505254"},warning:{lighter:"#FFFAF0",light:"#FFDB8E",DEFAULT:"#FFC03D",dark:"#EBAA24",darker:"#F0A200"},success:{lighter:"#E2FFEF",light:"#33E781",DEFAULT:"#27CE70",dark:"#23B965",darker:"#1B8E4E"},danger:{lighter:"#FFEAEA",light:"#FFA1A1",DEFAULT:"#FF5A5A",dark:"#E93737",darker:"#E51919"},caution:{lighter:"#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",32:"128px",36:"144px",40:"160px",44:"176px",48:"192px",50:"200px",52:"208px",56:"224px",60:"240px",64:"256px",72:"288px",75:"300px",80:"320px",82:"350px",96:"384px",.25:"1px",.5:"2px",.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","-apple-system","BlinkMacSystemFont",'"Segoe UI"',"Roboto",'"Helvetica Neue"',"Arial",'"Noto Sans"',"sans-serif",'"Apple Color Emoji"','"Segoe UI Emoji"','"Segoe UI Symbol"','"Noto Color Emoji"']},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",.25:"1px",.5:"2px",.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"}}},{colors:Kr}=Gr,Xr={color:Kr.gray.darker,fontSize:Gr.fontSize.sm,fontWeight:400,cursor:"pointer",textOverflow:"ellipsis",fontFamily:Gr.extend.fontFamily.sans},Jr={global:{useUTC:!1},chart:{spacingLeft:0},colors:[Kr.primary,Kr.success,Kr.warning,Kr.caution,Kr.danger,Kr.blue.darker,Kr.green.darker,Kr.red.darker,Kr.yellow.darker,Kr.orange.darker],xAxis:{title:{style:O.merge({},Xr,{color:Kr.black})},labels:{style:Xr}},yAxis:{title:{style:O.merge({},Xr,{color:Kr.black})},labels:{style:Xr}},tooltip:{enabled:!0,backgroundColor:Kr.black,borderColor:Kr.black,borderRadius:4,borderWidth:1,valueDecimals:2,crosshairs:[!0,!0],shadow:!1,useHTML:!0,style:O.merge({},Xr,{opacity:.9,color:"#cccccc"})},title:{text:"",style:O.merge({},Xr,{color:Kr.black,fontSize:"18px",fontWeight:600})},plotOptions:{series:{marker:{enabled:!0,states:{hover:{enabled:!0,lineWidth:1,radius:4}}}}},legend:{enabled:!1,itemStyle:Xr,itemMarginBottom:5,align:"center",layout:"vertical",borderWidth:0},credits:{enabled:!1}},Qr=O.merge({},Jr,{chart:{type:"line"},title:{align:"left",margin:20,verticalAlign:"top"},xAxis:{type:"datetime",step:1,minTickInterval:864e5,lineColor:Gr.colors.gray.darker,lineWidth:1,gridLineWidth:"1",gridLineColor:"#DEDEDE",gridLineDashStyle:"dot"},yAxis:{lineColor:Gr.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:Gr.extend.fontFamily.sans},itemMarginBottom:5,align:"center",layout:"vertical",borderWidth:0}}),en=O.merge({},Jr,{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:Gr.colors.gray.darker,animation:"true",style:Gr.extend.fontFamily.sans},padding:5,backgroundColor:Gr.colors.white,itemMarginTop:1,itemMarginBottom:3,itemStyle:Gr.extend.fontFamily.sans,style:{overflow:"hidden"},align:"left",layout:"horizontal",verticalAlign:"proximate",y:240},credits:{enabled:!1}}),tn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.37 9.667A5.993 5.993 0 017 13a5.993 5.993 0 01-5.369-3.333M12.37 4.333A5.993 5.993 0 007 1a5.993 5.993 0 00-5.369 3.333M5.667 7H1M4.335 5.667L5.668 7 4.335 8.333M8.334 7h4.667M9.668 8.333L8.334 7l1.334-1.333",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),rn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M4.295 4.868h4.59M4.295 7.163h2.868M10.75 9v3.5M9 10.75h3.5M11.179 7V3.147c0-.634-.514-1.147-1.148-1.147H3.147C2.513 2 2 2.513 2 3.147v7.458c0 .634.513 1.147 1.147 1.147H7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),nn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"}),h.createElement("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"})))),an=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("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"}),h.createElement("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"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),on=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("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"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),ln=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M7.666 11.667A4.666 4.666 0 103 7v.359"}),h.createElement("path",{d:"M1.25 5.833L3 7.583l1.75-1.75"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),sn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7 11.667A4.667 4.667 0 1111.667 7v.359",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M13.417 5.833l-1.75 1.75-1.75-1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),cn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M9.38 2.714L13.666 7 9.38 11.286M13.666 7.003h-12"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),dn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M5.848 2.757h6.06v6.061M11.91 2.76l-8.485 8.484"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),mn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M10.388 7a2.722 2.722 0 11-5.445 0 2.722 2.722 0 015.445 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M10.387 7v1.166a1.555 1.555 0 103.111 0V6.999a5.833 5.833 0 10-2.333 4.667",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),hn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.458 5.196c0 2.152-1.744 4.87-3.896 4.87s-3.896-2.718-3.896-4.87v0a3.896 3.896 0 117.792 0v0zM7.5 10.062s-.551 1.942.547 2.738",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),pn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M5.772 7.819l-1.86.265.265-1.86L8.946 1.45H8.94c.435-.44 1.15-.44 1.59-.005.435.435.435 1.15 0 1.59L5.77 7.819z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M4.29 4.125H2.787a.749.749 0 00-.75.75v5.25-.005c-.005.41.335.75.745.75h9.75-.005c.41 0 .75-.34.75-.75V4.87c0-.415-.34-.75-.75-.75h-.75M11.79 9H8.04M11.79 7.125H9.54",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),un=Q((e=>h.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"18",height:"15",fill:"none",viewBox:"0 0 18 15"},e),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M3.475 6.94h-1.98 0A.495.495 0 001 7.435v6.434h2.97V7.435v0a.495.495 0 00-.495-.495v0zM9.889 1h-1.98 0a.495.495 0 00-.495.495v12.374h2.97V1.495v0A.495.495 0 009.889 1v0zM16.303 3.97h-1.98 0a.495.495 0 00-.495.495v9.405h2.97V4.465v0a.495.495 0 00-.495-.495v0z",clipRule:"evenodd"})))),gn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.329 10.7v.214a1.337 1.337 0 002.674-.001V10.7M8.735 3.355v-.536a1.07 1.07 0 10-2.138 0v.536",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M4.494 5.943A2.643 2.643 0 017.138 3.3h1.057a2.643 2.643 0 012.643 2.643v1.632c0 .309.123.606.342.824l.374.374c.219.22.342.516.342.825 0 .61-.494 1.103-1.103 1.103H4.54a1.102 1.102 0 01-1.102-1.103c0-.309.123-.606.342-.825l.374-.374c.218-.218.341-.515.341-.824V5.943v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),vn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M9.184 5.498a.22.22 0 01-.217.217.204.204 0 01-.112-.035L7.77 5.03l-1.31.68v-.004a.222.222 0 01-.321-.2V2h3.037l.008 3.498z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M12.221 2.022h-9.11a.434.434 0 00-.434.434v9.11c0 .24.194.434.434.434h9.11c.24 0 .434-.194.434-.434v-9.11a.434.434 0 00-.434-.434z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),wn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.345 3.947a.428.428 0 01.321.417V9.8a.429.429 0 01-.3.408l-4.771 1.59H7.59a.461.461 0 01-.286-.005l-4.351-1.585a.435.435 0 01-.287-.408V4.347a.424.424 0 01.321-.422l4.56-1.185v-.004a.37.37 0 01.217 0l4.58 1.211zM7.46 5.345v6.513",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M12.551 4.069L7.46 5.34 2.8 4.069",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),fn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.676 3.719h-8.02c-.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"}),h.createElement("path",{d:"M9.489 3.354a1.823 1.823 0 00-3.646 0v.365H9.49v-.365zM5.235 4.083v8.264M10.097 4.083v8.264",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),kn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M3.172 7.739v3.711l-.006-.005c0 .628.508 1.136 1.136 1.142h6.723a1.146 1.146 0 001.136-1.149V7.727",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M6.313 2.441a.863.863 0 01-.857.857.86.86 0 01-.857-.857v-.006c.103-.485.32-.936.629-1.325h-.006a.278.278 0 01.44-.005c.308.382.525.833.628 1.319l.023.017zM11.18 2.441a.863.863 0 01-.856.857.86.86 0 01-.857-.857v-.006c.103-.485.32-.936.628-1.325h-.005a.278.278 0 01.44-.005c.308.382.525.833.628 1.319l.022.017zM10.895 6.31H9.753V4.313a.283.283 0 01.28-.291h.57-.005a.281.281 0 01.285.28l.012 2.01zM6.027 6.31H4.885V4.313a.283.283 0 01.28-.291h.57-.005a.281.281 0 01.286.28l.011 2.01z",fill:"currentColor"}),h.createElement("path",{d:"M12.166 9.11c0 .821-.674 1.498-1.499 1.498A1.5 1.5 0 019.168 9.11c0 .822-.674 1.5-1.5 1.5a1.5 1.5 0 01-1.498-1.5c0 .822-.674 1.5-1.5 1.5a1.5 1.5 0 01-1.498-1.5V6.882a.566.566 0 01.565-.577h7.852-.005a.564.564 0 01.57.565l.012 2.239z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),xn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.426 2.87h-9.52a.24.24 0 00-.24.24v8.65c0 .133.108.24.24.24h9.52a.24.24 0 00.24-.24V3.11a.24.24 0 00-.24-.24zM4.84 2v2.174M10.492 2v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.227 6.227v-.1h-.78l-.024.016-.81.513-.047.03V7.533l.153-.095.616-.386V9.6H8.227V6.227z",fill:"currentColor",stroke:"currentColor",strokeWidth:.2})))),En=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.426 2.87h-9.52a.24.24 0 00-.24.24v8.65c0 .133.108.24.24.24h9.52a.24.24 0 00.24-.24V3.11a.24.24 0 00-.24-.24zM4.84 2v2.174M10.492 2v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),yn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.426 2.87h-9.52a.24.24 0 00-.24.24v8.65c0 .133.108.24.24.24h9.52a.24.24 0 00.24-.24V3.11a.24.24 0 00-.24-.24z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7.645 7.104c.002-.587-.512-1.022-1.228-1.022-.705 0-1.275.42-1.285 1.058l-.002.101h.862l.003-.096c.005-.176.167-.314.42-.314.119 0 .21.036.27.09a.29.29 0 01.094.224v.002c0 .097-.04.176-.11.233a.509.509 0 01-.322.098h-.405v.708h.405c.17 0 .297.042.38.105.08.06.121.144.12.243v.001c.001.1-.04.18-.112.24a.513.513 0 01-.326.1c-.278 0-.438-.142-.446-.306l-.005-.094H5.064l.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-.692zm0 0s0 0 0 0h-.1.1s0 0 0 0zm2.643-.877v-.1h-.78l-.024.016-.81.513-.046.03V7.533l.153-.095.615-.386V9.6H10.288V6.227z",fill:"currentColor",stroke:"currentColor",strokeWidth:.2}),h.createElement("path",{d:"M4.84 2v2.174M10.492 2v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),bn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.426 2.87h-9.52a.24.24 0 00-.24.24v8.65c0 .133.108.24.24.24h9.52a.24.24 0 00.24-.24V3.11a.24.24 0 00-.24-.24z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M6.8 9.455l-.073.145H7.666l.027-.055 1.359-2.7.01-.02v-.698H6.566V6.893h1.53L6.8 9.455z",fill:"currentColor",stroke:"currentColor",strokeWidth:.2}),h.createElement("path",{d:"M4.84 2v2.174M10.492 2v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Mn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("circle",{cx:4.166,cy:3.5,r:1.444,stroke:"currentColor"}),h.createElement("path",{d:"M12.61 3.5a1.444 1.444 0 11-2.888 0 1.444 1.444 0 012.889 0zM12.61 10.5a1.444 1.444 0 11-2.888 0 1.444 1.444 0 012.889 0zM5.61 10.5a1.444 1.444 0 11-2.888 0 1.444 1.444 0 012.888 0z",stroke:"currentColor"})))),Ln=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.419 3h-9.5a1 1 0 00-1 1v6a1 1 0 001 1h9.5a1 1 0 001-1V4a1 1 0 00-1-1zM1.916 5h11.5M11.916 7h-1.5M7.416 7h-4",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"})))),Cn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.32 3H3.018a.98.98 0 00-.98.98v5.874c0 .54.44.98.98.98h9.302a.98.98 0 00.98-.98V3.98A.98.98 0 0012.32 3z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{fill:"currentColor",d:"M2.266 4.5h11V6h-11z"})))),Nn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.666 2.031l2.494 6.86h.014a.678.678 0 00.623.424h4.763c.266 0 .505-.159.61-.41l1.434-3.981c.159-.345 0-.73-.332-.876a.604.604 0 00-.265-.066H3.442M9.632 11.318h.013c-.173-.013-.332.146-.332.319 0 .172.16.332.332.332.186 0 .332-.16.345-.332a.33.33 0 00-.319-.345M6.314 11.318h.013c-.172-.013-.332.146-.332.319 0 .172.16.332.332.332.186 0 .332-.16.345-.332a.33.33 0 00-.318-.345",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),jn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M3.463 4.6h-.005a.194.194 0 01.197.197.203.203 0 01-.405-.005.195.195 0 01.197-.203s0 0 0 0M10.266 7.4h-.005a.194.194 0 01.197.197c0 .107-.09.198-.203.198a.203.203 0 01-.202-.203.195.195 0 01.197-.203"}),h.createElement("path",{d:"M11.266 3h-8.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"}),h.createElement("path",{d:"M6.866 4.6a1.6 1.6 0 100 3.2 1.6 1.6 0 000-3.2zM13.666 5.4v4.8c0 .437-.363.8-.8.8h-8.8"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),zn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.666 7.545l2.727 2.728L12.666 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Bn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.666 4.638l.983.983L6.269 3M2.666 10.638l.983.983L6.269 9M8.235 4h3.931M8.235 10h3.931",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Tn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M13.416 4.25l-5.5 5.5-5.5-5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Hn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.416 9.75l5.5-5.5 5.5 5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),An=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M5.095 2.714V1M7.666 2.714V1M10.237 2.714V1M5.095 13v-1.714M7.666 13v-1.714M10.237 13v-1.714M11.952 4.429h1.714M11.952 7h1.714M11.952 9.571h1.714M1.666 4.429H3.38M1.666 7H3.38M1.666 9.571H3.38M10.238 2.714H5.095c-.947 0-1.715.768-1.715 1.715V9.57c0 .947.768 1.715 1.715 1.715h5.143c.946 0 1.714-.768 1.714-1.715V4.43c0-.947-.768-1.715-1.714-1.715z"}),h.createElement("path",{d:"M8.695 5.4H6.723a.657.657 0 00-.657.657V8.03c0 .363.294.657.657.657h1.972a.657.657 0 00.657-.657V6.057a.657.657 0 00-.657-.657z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Fn=Q((e=>h.createElement("svg",i({width:"14",height:"17",fill:"none",viewBox:"0 0 14 17",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M10.945 2.326h1.326v0c.367 0 .663.297.663.663v12.598a.663.663 0 01-.662.663H1.662v0A.663.663 0 011 15.587v0V2.989v0c0-.366.297-.663.663-.663h1.326"}),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M8.294 2.326a1.326 1.326 0 00-2.653 0H4.315v1.99H9.62v-1.99H8.294z"})))),Vn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.541 12.25a5.375 5.375 0 100-10.75 5.375 5.375 0 000 10.75z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7.541 4.304v2.571l2.805 2.57",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),On=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"}),h.createElement("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"})))),Dn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.666 12.833a5.833 5.833 0 100-11.666 5.833 5.833 0 000 11.666zM5.333 9.333l4.666-4.667M10 9.333L5.332 4.666",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Sn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"})))),_n=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.95 12.7a5.75 5.75 0 100-11.5 5.75 5.75 0 000 11.5z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M5.7 5.7l3.695-1.522v0a.25.25 0 01.327.327L8.2 8.2",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.2 8.2L5.7 5.7 4.18 9.395v0a.25.25 0 00.326.327L8.2 8.2z",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})))),Rn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M8.836 7.002l1.747 1.749-1.75 1.75M5.916 8.75H3.583a1.166 1.166 0 01-1.167-1.167V2.917c0-.645.522-1.167 1.167-1.167h4.666c.645 0 1.167.522 1.167 1.167V5.25"}),h.createElement("path",{d:"M11.75 12.25H7.082a1.166 1.166 0 01-1.167-1.167V6.417c0-.645.522-1.167 1.167-1.167h4.666c.645 0 1.167.522 1.167 1.167v4.666c0 .645-.522 1.167-1.167 1.167zM5.916 8.75h4.667"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Pn=Q((e=>h.createElement("svg",i({viewBox:"0 0 20 15",width:20,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"}),h.createElement("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"}),h.createElement("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"}),h.createElement("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"})))),Yn=Q((e=>h.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"17",height:"17",fill:"none",viewBox:"0 0 17 17"},e),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M9.91 5.436L8.425 9.891M14.649 12.474v0a10.396 10.396 0 00-12.449 0"}),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M13.675 3.175a7.425 7.425 0 11-10.5 10.5 7.425 7.425 0 0110.5-10.5"})))),qn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.916 10.375v2.25h-2.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M12.916 12.625L10.391 10.1a1.126 1.126 0 00-1.118-.282l-2.857.763a1.124 1.124 0 01-1.086-.291L2.416 7.373M3.24 5.87a3.75 3.75 0 115.926 2.257",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7.666 3.627H6.65a.671.671 0 00-.25 1.294l1.032.412a.671.671 0 01-.25 1.294H6.166M6.916 3.627v-.375M6.916 7.002v-.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),In=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M1.674 6.006v5.863M12.666 11.136a2.2 2.2 0 00-2.199-2.198H7.72a2.2 2.2 0 00-2.198-2.199H1.666v4.397h11zM5.521 8.938h2.748M11.572 1.625V1M12.51 1.625h-1.275a.839.839 0 00-.844.837.84.84 0 00.525.775l1.29.513-.006-.006a.834.834 0 01.462 1.087.852.852 0 01-.78.525h-1.278M11.572 6v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Un=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.666 12a5 5 0 100-10 5 5 0 000 10zM4.131 10.535l7.07-7.07",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Wn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"}),h.createElement("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"})))),Zn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#prefix__clip0)"},h.createElement("path",{d:"M7.666 13a6 6 0 100-12 6 6 0 000 12z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M9.166 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z",fill:"currentColor"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),$n=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.666 1.5a5.5 5.5 0 100 11 5.5 5.5 0 000-11z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M5.745 8.245l1.912 1.915 1.912-1.915M7.666 10V4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Gn=Q((e=>h.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14"},e),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M10 6L7.184 8.816v0a.26.26 0 01-.368 0L4 6"})))),Kn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.88 6.88a.987.987 0 111.396 1.395l-3.312 3.31a.573.573 0 01-.405.168H8.403v-1.156c0-.152.06-.298.168-.406l3.31-3.312v0zM4.96 4.868h4.59M4.96 7.163H7.83M12.545 9.01l-1.4-1.4M11.845 4.868v-1.72c0-.635-.514-1.148-1.148-1.148H3.813c-.634 0-1.147.513-1.147 1.147v7.458c0 .634.513 1.147 1.147 1.147h2.295",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Xn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"})))),Jn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{fill:"currentColor"},h.createElement("path",{d:"M14.166 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM4.166 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM9.166 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Qn=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.666 2.98h-10a.833.833 0 00-.833.833v6.666c0 .46.373.834.833.834h10c.46 0 .833-.374.833-.834V3.813a.833.833 0 00-.833-.834z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M13.311 3.285l-4.524 3.48a1.838 1.838 0 01-2.242 0l-4.524-3.48",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ea=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M9.65 10.651v1.437l2.875-2.635L9.65 6.818v1.437H6.296v2.396H9.65z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M5.338 9.214H2.22a.724.724 0 01-.719-.72v0-5.27a.718.718 0 01.714-.724h8.625-.005a.718.718 0 01.719.719v3.114",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M11.36 2.716l-4.824 3.86-4.825-3.86",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ta=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("rect",{x:2.666,y:2,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("rect",{x:2.666,y:8,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.333 4h4M8.333 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ra=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M8.5 9.98a1.557 1.557 0 112.55-1.67.39.39 0 00.64.133l1.215-1.215a.779.779 0 000-1.101L11.659 4.88a1.557 1.557 0 10-1.91-1.907L8.502 1.728a.779.779 0 00-1.101 0L6.273 2.856a.39.39 0 00.06.6 1.557 1.557 0 11-2.157 2.158.39.39 0 00-.6-.06L2.443 6.677a.779.779 0 000 1.1l4.404 4.405a.779.779 0 001.101 0l1.216-1.216a.39.39 0 00-.134-.638A1.54 1.54 0 018.5 9.98z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),na=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M5.613 12.108h-.007c2.813 1.135 6.017-.231 7.16-3.05a5.5 5.5 0 00-3.042-7.157A5.514 5.514 0 002.55 9.067"}),h.createElement("path",{d:"M9.198 8.186L9.2 5.48l-2.706.002M9.2 5.48l-5.416 5.416"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),aa=Q((e=>h.createElement("svg",i({viewBox:"0 0 18 18",width:18,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"}),h.createElement("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"})))),oa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.868 10.153L7.403 2.95v-.006a.667.667 0 011.062-.005L13 10.142l-10.132.011zM2.868 10.153H1l1.868-2.935h-.006a.71.71 0 01.534-.272l-.006-.005c.208.005.4.101.534.261l.347.694",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M5.245 6.377l1.25 1.057-.006-.005a.534.534 0 00.72-.032l.342-.347h-.005a.527.527 0 01.752-.006l.342.342a.533.533 0 00.72.027l1.227-1.04",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),la=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M7.683 5.218a1.828 1.828 0 100 3.656 1.828 1.828 0 000-3.656v0z"}),h.createElement("path",{d:"M13.624 6.875c-.61-.69-3.04-3.228-5.943-3.228-2.909 0-5.337 2.533-5.943 3.223h-.005a.25.25 0 000 .34c.605.689 3.034 3.221 5.938 3.221 2.903 0 5.332-2.534 5.938-3.227h-.006a.268.268 0 000-.345l.021.016z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),ia=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M7.666.875a6.125 6.125 0 100 12.25 6.125 6.125 0 000-12.25v0z"}),h.createElement("path",{d:"M5.802 4.736h-.005c.069-.005.133.059.133.128a.14.14 0 01-.133.133c-.075 0-.134-.064-.139-.133a.132.132 0 01.128-.138M9.53 4.736h-.005a.132.132 0 00-.133.134c0 .069.058.133.133.127.07-.005.133-.064.128-.138a.135.135 0 00-.133-.133M4.204 8.864h6.924"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),sa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M7.52.729a6.271 6.271 0 100 12.542A6.271 6.271 0 007.52.73v0z"}),h.createElement("path",{d:"M4.52 5.773h-.005c.071-.005.137.06.137.13 0 .072-.066.137-.137.137-.076 0-.136-.065-.141-.136a.135.135 0 01.13-.142M10.52 5.773h-.006a.135.135 0 00-.137.136c0 .071.06.137.137.131.07-.005.136-.065.13-.142a.138.138 0 00-.136-.136M5.066 10.817a2.45 2.45 0 114.902-.01"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),ca=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M4.736 5.92h-.005c.069-.005.133.06.133.131a.14.14 0 01-.133.136c-.075 0-.133-.065-.139-.136a.134.134 0 01.128-.141M10.595 5.92h-.005a.133.133 0 00-.133.137c0 .07.059.135.133.13.07-.005.133-.065.128-.141a.137.137 0 00-.133-.136M4.47 9.046l-.005-.005c.735 1.799 2.76 2.652 4.527 1.902a3.51 3.51 0 001.864-1.902"}),h.createElement("path",{d:"M7.666.893c-.804 0-1.6.162-2.344.476a6.118 6.118 0 00-1.987 1.355 6.26 6.26 0 00-1.328 2.028 6.362 6.362 0 000 4.784 6.261 6.261 0 001.328 2.027 6.118 6.118 0 001.987 1.355 6.017 6.017 0 004.688 0 6.117 6.117 0 001.987-1.354 6.26 6.26 0 001.328-2.028 6.362 6.362 0 000-4.784 6.26 6.26 0 00-1.328-2.028 6.117 6.117 0 00-1.987-1.355A6.019 6.019 0 007.666.893v0z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),da=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M3 11.667V2.333M3 9.368l1.308-.403a3.986 3.986 0 013.262.415 3.988 3.988 0 003.185.44l1.24-.354a.467.467 0 00.338-.448V4.153a.468.468 0 00-.595-.449l-.983.281a3.989 3.989 0 01-3.185-.438 3.986 3.986 0 00-3.262-.415l-1.309.402",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ma=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.666 10.61v.724a.678.678 0 00.689.666h7.289a.678.678 0 00.689-.666v-.725M2.666 5.394A.998.998 0 103.958 6.6 2.273 2.273 0 007 6.874 2.273 2.273 0 0010.04 6.6a.998.998 0 101.293-1.207",stroke:"currentColor",strokeWidth:.9,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8 2H6a3.333 3.333 0 00-3.334 3.333v.061h8.667v-.06A3.334 3.334 0 007.999 2v0zM7.333 10.667H3a1 1 0 01-1-1v0a1 1 0 011-1h8a1 1 0 011 1v0a1 1 0 01-1 1h-.333M11.745 7c.165.183.256.42.255.666v0a1 1 0 01-1 1H3a1 1 0 01-1-1v0c0-.246.09-.483.255-.666",stroke:"currentColor",strokeWidth:.9,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M5.999 8.667l3.333 2 1.333-2M4.832 3.666a.167.167 0 110 .334.167.167 0 010-.334M6.831 3.333a.167.167 0 110 .334.167.167 0 010-.334M8.834 3.666a.167.167 0 110 .334.167.167 0 010-.334",stroke:"currentColor",strokeWidth:.9,strokeLinecap:"round",strokeLinejoin:"round"})))),ha=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M5.366 2.023v3.465a2.3 2.3 0 002.31 2.298 2.317 2.317 0 002.298-2.321V2M7.676 2.028V13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),pa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M13.333 2.747v-.005a.38.38 0 00-.358-.403c-.01-.005-.02-.005-.025-.005H2.38a.374.374 0 00-.378.377v.02l-.005-.01c.005-.01 4.523 5.154 4.523 5.154v4.979l-.005-.005c0 .207.166.373.378.373a.406.406 0 00.237-.09l1.513-1.261v-.005a.37.37 0 00.13-.293V7.847s4.524-4.736 4.524-5.158l.035.058z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ua=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.611 6.988h-3.15l-.007-.001a.791.791 0 01-.788-.795v-.788a.78.78 0 01.78-.795h8.662-.008a.778.778 0 01.787.78v.787a.79.79 0 01-.787.787H8.95",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.974 6.988h2.756l-.347 4.78v-.008a.783.783 0 01-.787.724H4.973v0a.785.785 0 01-.787-.733l-.347-4.788h2.757M6.611 4.625V12.5M8.974 12.5V4.625M5.036 3.586c.473.472 2.757 1.031 2.757 1.031s-.56-2.283-1.04-2.756a1.22 1.22 0 00-1.724-.008A1.21 1.21 0 005.02 3.57l.015.016zM10.549 3.586c-.473.472-2.756 1.031-2.756 1.031s.55-2.283 1.031-2.756h-.008a1.21 1.21 0 011.717-.008 1.217 1.217 0 010 1.717l.016.016z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ga=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.491 3.297V2.273a.766.766 0 111.53-.01v1.023",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.027 6.368V3.297a.766.766 0 111.53-.01v1.535",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M9.563 7.136V4.832a.766.766 0 111.53-.01v5.119a2.56 2.56 0 01-2.56 2.559H6.825a2.574 2.574 0 01-2.165-1.193c-.886-1.392-1.976-3.675-1.976-3.675a.61.61 0 01.154-.855.607.607 0 01.742.031l1.356 1.587V3.276a.766.766 0 111.53-.01v3.071",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),va=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.609 11.667l9.722-9.334M5.814 10.656c.51.158 1.04.237 1.574.233 2.126.036 4.282-1.459 5.613-2.923a.862.862 0 000-1.154 10.665 10.665 0 00-1.594-1.43M8.64 4.035c-.41-.102-.83-.15-1.252-.146-2.09-.035-4.252 1.427-5.61 2.922a.862.862 0 000 1.154c.412.452.863.869 1.347 1.244M5.444 7.389a1.944 1.944 0 011.944-1.945M9.333 7.388a1.945 1.945 0 01-1.945 1.945",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})))),wa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M3.128 6.352v5.834M12.204 6.352v5.834M8.962 12.185V9.593a1.296 1.296 0 00-2.592 0v2.592M1.833 12.186h11.666M3.175 6.352c-.99-.007-1.636-.988-1.207-1.833l1-1.97c.229-.449.708-.734 1.234-.734h6.928c.526 0 1.005.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-.827 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.5 1.262v0z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),fa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"}),h.createElement("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"})))),ka=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"})))),xa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.716 1.3a5.75 5.75 0 100 11.5 5.75 5.75 0 000-11.5v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M9.023 9.666h-.789a.525.525 0 01-.523-.528v0V5.74a.262.262 0 00-.262-.261h-.784M7.583 4.175h-.005a.13.13 0 00-.131.13c0 .069.057.131.13.126.069-.005.131-.063.126-.136a.133.133 0 00-.13-.13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ea=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.79 12.022a.479.479 0 01-.477.478H4.144a.48.48 0 01-.478-.482v0V1.986A.474.474 0 014.14 1.5h4.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"}),h.createElement("path",{d:"M8.925 1.558v2.345c0 .262.21.473.478.473h2.345",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7.573 5.625V5M8.51 5.625H7.235a.839.839 0 00-.844.838.84.84 0 00.525.774l1.29.513-.006-.006a.834.834 0 01.462 1.087.852.852 0 01-.78.525H6.603M7.573 10v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ya=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"}),h.createElement("path",{d:"M4.435 9.297a.98.98 0 100 1.96.98.98 0 000-1.96z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ba=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M3.534 10.153L8.069 2.95v-.006A.667.667 0 019.13 2.94l4.535 7.203-10.132.011z"}),h.createElement("path",{d:"M3.534 10.153H1.666l1.868-2.935h-.006a.71.71 0 01.534-.272l-.006-.005c.208.005.4.101.534.261l.347.694M5.91 6.377l1.25 1.057-.005-.005a.534.534 0 00.72-.032l.342-.347h-.005a.527.527 0 01.752-.006l.342.342a.533.533 0 00.72.027l1.227-1.04"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Ma=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7 9.042A4.083 4.083 0 107 .875a4.083 4.083 0 000 8.167zM5.367 10.675h3.266M5.367 12.308h3.266M7 13.125v-.817",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M6.999 9.042V7L5.774 5.775M7 7l1.225-1.225",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),La=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.43 9.467L5.397 11.5h-.005a1.92 1.92 0 01-2.711-.005l-.452-.451a1.916 1.916 0 01-.005-2.71l2.932-2.936v-.005a1.909 1.909 0 012.707 0l.447.452",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M6.978 3.597l2.029-2.031h-.005a1.91 1.91 0 012.706-.008c.75.745 0 0 0 0l.447.447L12.15 2a1.918 1.918 0 010 2.706L9.213 7.638v-.004a1.924 1.924 0 01-2.71 0l-.006-.005-.451-.452",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"})))),Ca=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{clipRule:"evenodd",d:"M11.441 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.535zM5.066 4.138h0c0-1.291 1.142-2.338 2.55-2.338s2.55 1.047 2.55 2.338v1.487h-5.1V4.138z",stroke:"currentColor",strokeWidth:1.02,strokeLinecap:"round",strokeLinejoin:"round"})))),Na=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.281 6.02l1.426 1.442M1.666 10.697l6.038-6.112h0a.664.664 0 01.946 0l.473.48v0a.683.683 0 010 .957L3.217 12M4.3 2.355v1.354M4.97 3.032H3.63M7.647 1v1.355M8.316 1.677H6.977M11.662 3.37v2.033M12.666 4.387h-2.008",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ja=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.666 4h10M2.666 7h10M2.666 10h10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),za=Q((e=>h.createElement("svg",i({viewBox:"0 0 20 19",width:20,height:19,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M1.37598 8.63281L1.37638 11.6202",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M15.1162 4.45923L15.1166 15.8058",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M15.1174 15.2065L1.37761 11.0255L1.37819 9.2336L15.1163 5.0508L15.1174 15.2065Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.52772 13.2005V13.2005C8.67838 14.3451 7.87266 15.3951 6.7281 15.5457C5.58354 15.6964 4.53356 14.8907 4.3829 13.7461C4.37133 13.6582 4.36536 13.5696 4.36504 13.481L4.36498 11.9213",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ba=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.666 4.638l.983.983L6.269 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("rect",{x:2.666,y:8,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M8.333 4h4M8.333 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ta=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.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.15M4.196 11v1.5M5.196 1.5V3M10.583 9.833a2.917 2.917 0 100-5.833 2.917 2.917 0 000 5.833zM10.583 5.167v3.5M8.833 6.917h3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ha=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"}),h.createElement("path",{d:"M2.51 8.72a5.28 5.28 0 105.281-5.281h-.406",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M9.113 1.458l-1.98 1.98 1.98 1.98",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Aa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"})))),Fa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M1.035 9.171c0 .456.39.828.887.828h10.192c.487 0 .886-.372.886-.828v-4.47a.439.439 0 00-.452-.414.443.443 0 00-.293.1L9.438 6.68 7.115 4.147a.47.47 0 00-.629-.05c-.018.008-.035.025-.053.041L4.11 6.663 1.762 4.469v0a.47.47 0 00-.63-.009.377.377 0 00-.132.29l.035 4.421z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Va=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M4.666 12V2M10.666 12V2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Oa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"})))),Da=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M9.652 11.573l.006.004a2.705 2.705 0 003.366-.37l.378-.378a.902.902 0 000-1.275L11.808 7.96a.903.903 0 00-1.276 0v0a.9.9 0 01-1.275 0L6.707 5.41a.902.902 0 010-1.276v0a.9.9 0 000-1.275L5.111 1.264a.903.903 0 00-1.275 0l-.379.378a2.706 2.706 0 00-.37 3.365l.005.006a24.412 24.412 0 006.56 6.56v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Sa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.565 2h-9.13A.435.435 0 002 2.435v9.13c0 .24.195.435.435.435h9.13c.24 0 .435-.195.435-.435v-9.13A.435.435 0 0011.565 2zM2 10.26h10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M2 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.151.086.27.216.352.373L12 9.655",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),_a=Q((e=>h.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"19",height:"17",fill:"none",viewBox:"0 0 19 17"},e),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M13.716 12.18a5.437 5.437 0 002.22-4.263c0-3.233-3.146-5.857-7.03-5.857-.766 0-1.529.106-2.266.317a3.764 3.764 0 00-1.766-1.35.488.488 0 00-.647.458v2.089a5.271 5.271 0 00-1.763 2.303h-.976A.488.488 0 001 6.365v2.929c0 .27.219.488.488.488h.976a5.816 5.816 0 001.97 2.623l-.61 1.66a1.171 1.171 0 102.196.81l.534-1.449a8.248 8.248 0 005.076-.11l.575 1.562a1.171 1.171 0 102.198-.81l-.688-1.888z",clipRule:"evenodd"}),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M15.935 7.917c1.562 0 2.343-.781 2.343-1.953M5.64 6.365v0a.244.244 0 11-.244.244v0c0-.134.11-.244.244-.244"})))),Ra=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M3.657 5.86v-.1a4.01 4.01 0 118.018 0v.1c0 2.018-2.556 5.058-3.586 6.2a.568.568 0 01-.846 0c-1.03-1.143-3.586-4.182-3.586-6.2v0z"}),h.createElement("path",{d:"M6.5 5.807a1.166 1.166 0 102.333 0v-.022a1.166 1.166 0 10-2.334 0"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Pa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.666 12V2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ya=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.666 2v10M12.666 7h-10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),qa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M6.517 11.34H8.8M6.516 9.627h2.285M4.333 9.348H2.762A1.047 1.047 0 011.72 8.303V5.168c0-.579.464-1.043 1.043-1.043h9.913c.574 0 1.038.464 1.038 1.043v3.13h-.005a1.047 1.047 0 01-1.049 1.039h-1.565M4.332 3.573V1h5.002c.135 0 .266.052.365.151l1.257 1.26-.005-.005c.094.093.151.23.151.365v.802"}),h.createElement("path",{d:"M11.115 12.478a.523.523 0 01-.522.522H4.85a.524.524 0 01-.522-.527v0-4.696h6.783l.005 4.701z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Ia=Q((e=>h.createElement("svg",i({viewBox:"0 0 15 13",width:15,height:13,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M14.4384 3.33711C14.4384 3.6598 14.1768 3.92139 13.8541 3.92139H1.58428V3.92139C1.26159 3.92139 1 3.6598 1 3.33711V1.58428V1.58428C1 1.26159 1.26159 1 1.58428 1H13.8541V1C14.1768 1 14.4384 1.26159 14.4384 1.58428V3.33711Z",stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M13.8538 4.22095V10.9328C13.8538 11.2555 13.5922 11.5171 13.2695 11.5171H2.16826C1.84557 11.5171 1.58398 11.2555 1.58398 10.9328V4.22095",stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ua=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.796 1.875h-8.26a.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"}),h.createElement("path",{d:"M6.623 5.287l.652.652L9.014 4.2M6.623 8.639l.652.652 1.739-1.74",stroke:"currentColor",strokeWidth:.976,strokeLinecap:"round",strokeLinejoin:"round"})))),Wa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.858 11.344c0 .15-.128.279-.279.279a.283.283 0 01-.184-.073l-1.494-1.283-2.064 1.545v-.005a.285.285 0 01-.334 0l-2.064-1.55-1.494 1.277v-.006a.287.287 0 01-.469-.218V2.063a.552.552 0 01.552-.563h7.25-.005a.551.551 0 01.557.552l.028 9.292zM4.931 4.236h2.736M4.931 6.06h4.56M4.931 7.884h4.56",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"})))),Za=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.377 4.083a4.813 4.813 0 00-8.523 3.061v1.314M4.166 10.446a4.813 4.813 0 008.313-3.302V6.27",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M1.104 6.707l1.75 1.75 1.75-1.75M14.229 8.02l-1.75-1.75-1.75 1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),$a=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M6.777 4.262h3.67M4.942 7.014h5.504M4.942 9.766h5.504M3.107 2.427a.909.909 0 01.908-.927h7.34-.01a.906.906 0 01.918.908v9.175a.92.92 0 01-.918.917H3.997a.922.922 0 01-.918-.927v0l.028-9.146z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ga=Q((e=>h.createElement("svg",i({viewBox:"0 0 15 15",width:15,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("rect",{x:"0.5",y:"0.499878",width:"13.85",height:"13.85",rx:"3.15896",stroke:"currentColor"})))),Ka=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M9.593 1.313L2.479 8.427c-.173.172-.125.5.106.731l2.423 2.423c.231.231.559.279.732.106l7.114-7.114c.172-.172.125-.5-.107-.731l-2.422-2.423c-.232-.231-.56-.279-.732-.106zM4.708 6.774L6.19 8.256M5.9 5.588l1.037 1.038M7.221 4.26l1.482 1.482M8.407 3.075l1.191 1.18",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Xa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M7.666 4.083H3.583A1.17 1.17 0 002.416 5.25v5.833a1.17 1.17 0 001.167 1.167h5.833a1.17 1.17 0 001.167-1.167V7"}),h.createElement("path",{d:"M10.291 7a2.614 2.614 0 01-2.625-2.625 2.614 2.614 0 012.625-2.625 2.614 2.614 0 012.625 2.625A2.614 2.614 0 0110.291 7z"}),h.createElement("path",{d:"M9.416 4.142h.058c.642 0 1.109.525 1.109 1.108M13.5 7.583l-1.342-1.341"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Ja=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M2.348 6.815a.707.707 0 01-.033-1.35l9.55-3.114a.358.358 0 01.45.448L9.205 12.35a.707.707 0 01-1.352-.033L6.783 7.879 2.348 6.815zM12.228 2.437L6.783 7.879",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Qa=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.817 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.183 8.633v3.675a.816.816 0 101.633 0 .816.816 0 101.633 0V8.633a.817.817 0 101.634 0V7a2.45 2.45 0 00-2.45-2.45H6.999A2.45 2.45 0 004.55 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),eo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M5.097 2.74a1.864 1.864 0 113.729 0v9.32M8.56 13.125h.532",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),to=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"})))),ro=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M2.674 4v5.863M13.666 9.13a2.2 2.2 0 00-2.199-2.199H8.72a2.2 2.2 0 00-2.198-2.198H2.666V9.13h11zM6.521 6.931h2.748"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),no=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.666 7.233V1M7.666 12v-1.833M7.666 7.233a1.467 1.467 0 100 2.934 1.467 1.467 0 000-2.934zM3.633 6.5V12M3.633 1v2.567M3.633 3.567a1.467 1.467 0 100 2.933 1.467 1.467 0 000-2.933v0zM11.7 6.5V12M11.7 1v2.567M11.7 3.567a1.467 1.467 0 100 2.933 1.467 1.467 0 000-2.933v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ao=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M12.3 8.902a1.961 1.961 0 11-2.773 2.774A1.961 1.961 0 0112.3 8.901M13.064 4.172l-1.69 1.691a.653.653 0 01-.926 0l-1.69-1.69a.654.654 0 010-.925l1.69-1.69a.653.653 0 01.925 0l1.69 1.69a.655.655 0 010 .924v0zM3.185 5.56h2.39a.654.654 0 00.654-.655v-2.39a.654.654 0 00-.654-.654h-2.39a.654.654 0 00-.654.654v2.39c0 .361.293.654.654.654v0zM3.795 8.84l-1.449 2.32a.69.69 0 00.585 1.055h2.898a.69.69 0 00.585-1.055l-1.45-2.319a.69.69 0 00-1.169 0v0z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),oo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M7.5 8.044v-6.04M5.409 4.09L7.499 2l2.09 2.09M11.216 7.043v4.324c0 .255-.21.464-.465.464H4.248a.463.463 0 01-.465-.464V7.043",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),lo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M13.65 5.302L11.609 3.34l-.005-.005a2.624 2.624 0 00-1.816-.733H5.607c-.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.256h5.233-.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.043zM6.14 2.612a1.567 1.567 0 103.134-.01"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),io=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.166 7.5L9.412 9.003A5 5 0 007.666 12.8v.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M4.166 7.5L5.92 9.003A5 5 0 017.666 12.8v.125M3.566 9V7M5.666 7h-2M11.766 9V7M9.666 7h2M7.573 1.625V1M8.51 1.625H7.235a.839.839 0 00-.844.837.84.84 0 00.525.775l1.29.513-.006-.006a.834.834 0 01.462 1.087.852.852 0 01-.78.525H6.603M7.573 6v-.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),so=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#prefix__clip0)"},h.createElement("path",{d:"M11 12H4.332c-.921 0-1.667-.746-1.667-1.667V3.667C2.666 2.746 3.412 2 4.333 2h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667z",stroke:"currentColor"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),co=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M11.518 8.4H3.915a.249.249 0 00-.249.249v2.203c0 .137.111.248.249.248h7.602a.248.248 0 00.249-.248V8.649a.249.249 0 00-.248-.249zM12.418 5.7H4.815a.249.249 0 00-.249.249v2.203c0 .137.111.248.249.248h7.603a.249.249 0 00.248-.248V5.949a.249.249 0 00-.248-.249zM11.518 3H3.915a.249.249 0 00-.249.249V5.45c0 .138.111.249.249.249h7.602a.249.249 0 00.249-.249V3.25A.249.249 0 0011.518 3z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),mo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#prefix__clip0)"},h.createElement("path",{d:"M8.055 1.239L9.84 4.774l3.434.34a.437.437 0 01.367.283.427.427 0 01-.102.45l-2.83 2.8 1.049 3.807a.428.428 0 01-.144.446.438.438 0 01-.47.053L7.666 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.667 1a.438.438 0 01.388.239z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),ho=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"})))),po=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#prefix__clip0)"},h.createElement("path",{d:"M12.36 4.31a1.354 1.354 0 11-1.916-1.915L9.327 1.278a.451.451 0 00-.639 0L1.985 7.98a.451.451 0 000 .638l1.117 1.117a1.354 1.354 0 111.916 1.916l1.117 1.117a.451.451 0 00.638 0l6.703-6.703a.451.451 0 000-.639L12.36 4.31z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),uo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},h.createElement("path",{d:"M2.495 3.324h10.321M8.761 1.85H6.55v0a.737.737 0 00-.738.737v.737H9.5v-.737 0a.737.737 0 00-.738-.737v0zM6.55 9.591V5.905M8.761 9.591V5.905M11.03 11.495v0a.737.737 0 01-.735.677H5.017v0a.737.737 0 01-.735-.677L3.6 3.325h8.11l-.68 8.17z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(1.757 1.113)",d:"M0 0h11.796v11.796H0z"})))))),go=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M5.722 3.5L4.166 1.943M4.944 5.055h-.778M7.277 2.722v-.778M8.833 4.277h2.333a2.333 2.333 0 110 4.667H8.833M3.891 6.697L2.516 8.072a2.333 2.333 0 003.3 3.3L7.19 9.996",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),vo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M10.583 12.833a2.917 2.917 0 100-5.833 2.917 2.917 0 000 5.833zM10.583 8.167v3.5M8.833 9.917h3.5M1.833 9.333c0-.578.138-1.148.4-1.658.263-.51.642-.943 1.105-1.262a3.224 3.224 0 013.162-.3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M5.333 5.833a2.333 2.333 0 100-4.666 2.333 2.333 0 000 4.666z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),wo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"}),h.createElement("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"})))),fo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M4.685 2.591h0a5.371 5.371 0 005.989 1.204",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7.47 7.465A3.233 3.233 0 107.47 1a3.233 3.233 0 000 6.465zM12.276 11.649a5.315 5.315 0 00-9.61 0",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ko=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M3.166 7.642a.6.6 0 01.933-.499L7.333 9.3A.6.6 0 008 9.3l3.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.949 1.172L8.566 2.5h1.2a.293.293 0 01.207.513L8.93 4.04l.577 1.324a.314.314 0 01-.448.393l-1.394-.784-1.394.784a.314.314 0 01-.448-.393l.577-1.324L5.36 3.014a.293.293 0 01.206-.514h1.2l.617-1.328a.318.318 0 01.566 0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),xo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M4.295 4.868h4.59M4.295 7.163h2.868M11.179 6.5V3.147c0-.634-.514-1.147-1.148-1.147H3.147C2.513 2 2 2.513 2 3.147v7.458c0 .634.513 1.147 1.147 1.147H5M10.009 9.785a.914.914 0 100 1.828.914.914 0 000-1.828v0z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M13.348 11.107a.635.635 0 00.101-.664.5.5 0 00-.096-.16 6.554 6.554 0 00-1.146-1.017c-.565-.389-1.331-.766-2.2-.766-.869 0-1.636.376-2.2.764a6.458 6.458 0 00-1.137 1.004.625.625 0 00-.01.846l.373-.333-.375.33c.166.19.576.625 1.146 1.017.564.388 1.33.764 2.198.764.869 0 1.635-.376 2.2-.765.569-.392.979-.828 1.146-1.02z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Eo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("g",{clipPath:"url(#prefix__clip0)"},h.createElement("path",{d:"M12.36 4.31a1.354 1.354 0 11-1.916-1.915L9.327 1.278a.451.451 0 00-.639 0L1.985 7.98a.451.451 0 000 .638l1.117 1.117a1.354 1.354 0 111.916 1.916l1.117 1.117a.451.451 0 00.638 0l6.703-6.703a.451.451 0 000-.639L12.36 4.31z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7.71 3.84l-.953.953 1.65 2.994-.034.034-2.996-1.648-.951.95 4.38 2.112L9.82 8.22 7.71 3.84z",fill:"currentColor"})),h.createElement("defs",null,h.createElement("clipPath",{id:"prefix__clip0"},h.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),yo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("rect",{x:2.666,y:2,width:4,height:4,rx:2,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M4.666 3.333V4l.333.333.167.167",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("rect",{x:2.666,y:8,width:4,height:4,rx:2,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M4.666 9.333V10l.333.333.167.167M8.333 4h4M8.333 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),bo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M13.345 6.857a5.81 5.81 0 01-5.734 5.823h-.005a5.648 5.648 0 01-5.73-5.562c-.005-.026-.005-.052-.005-.073l-.005-.005a5.812 5.812 0 015.73-5.834V1.2a5.639 5.639 0 015.723 5.557v.068l.026.031zM7.616 7.5V4.357",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7.611 9.042v0a.128.128 0 00-.13.124c0 .068.057.125.13.125v0a.136.136 0 00.125-.136l-.005-.005-.005-.005c-.005-.073-.063-.13-.13-.13H7.59",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Mo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.587 6.614L7.358 1.386a.545.545 0 00-.77 0l-5.23 5.228a.545.545 0 000 .772l5.23 5.228a.546.546 0 00.77 0l5.23-5.228a.546.546 0 000-.772zM6.985 4.286v3.06",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("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.986 9.196H6.98",stroke:"currentColor",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})))),Lo=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M12.158 11.81a.277.277 0 01-.27.436H2.112a.278.278 0 01-.27-.437l4.94-9.879c.12-.24.316-.24.437 0l4.94 9.88zM7 8.196V4.775",stroke:"#000",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M6.996 10.049a.12.12 0 00-.11.078.125.125 0 00.117.167h.001a.12.12 0 00.11-.079.125.125 0 00-.115-.167H7",stroke:"#000",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})))),Co=Q((e=>h.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"14",height:"12",fill:"none",viewBox:"0 0 14 12"},e),h.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M7 8.406a1.5 1.5 0 100 3 1.5 1.5 0 000-3zM10.326 6.526a5.49 5.49 0 00-6.66 0M13 3.406a9.991 9.991 0 00-12-.001"})))),No=Q((e=>h.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("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"})))),jo=Q((e=>h.createElement("svg",i({viewBox:"0 0 15 18",width:15,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{d:"M5.8252 16.3H9.51383",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M7.66895 16.5V17.2377",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M5.82474 13.9424C5.82474 14.1416 5.98704 14.3039 6.1936 14.3039H9.14451H9.13713C9.33632 14.3039 9.50599 14.1342 9.50599 13.935V13.3153V13.3079C12.2798 12.6071 14.2422 10.1431 14.2938 7.2807L14.2865 7.27332C14.1758 3.70272 11.2101 0.899361 7.63955 1.00264C4.06895 0.899361 1.10328 3.70272 1 7.26595C1.05164 10.121 3.014 12.585 5.79523 13.2858L5.82474 13.9424Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))));export{tn as AccountIcon,rn as AddNoteIcon,nn as AddSquareIcon,ie as Alert,an as AnnounceIcon,on as ArchiveIcon,ln as ArrowCcwIcon,sn as ArrowCwIcon,cn as ArrowRightIcon,dn as ArrowTopRightIcon,mn as AtIcon,he as Avatar,X as Badge,hn as BalloonIcon,pn as BankCheckIcon,un as BarGraphIcon,Jr as BaseChartOptions,gn as BellIcon,vn as BookmarkIcon,wn as BoxIcon,Nt as Breadcrumb,Rt as Breakdown,fn as BriefcaseIcon,_ as Button,Ae as ButtonGroup,kn as CakeIcon,xn as CalendarDayIcon,En as CalendarIcon,yn as CalendarMonthIcon,bn as CalendarWeekIcon,Mn as CapacityIcon,Ln as CardAltIcon,Cn as CardIcon,Nn as CartIcon,jn as CashIcon,zn as CheckIcon,mr as Checkbox,Bn as ChecklistIcon,Tn as ChevronDownIcon,Cr as ChevronLeftIcon,de as ChevronRightIcon,Hn as ChevronUpIcon,An as ChipIcon,Fn as ClipboardIcon,Vn as ClockAltIcon,On as ClockIcon,Dn as CloseCircleIcon,ee as CloseIcon,Kt as ComboBox,Sn as CommentIcon,_n as CompassIcon,Rn as CopyIcon,ce as Counter,Pn as CrmIcon,Dt as Currency,Yn as DashboardIcon,Br as DatePicker,Sr as DatePickerPopover,qn as DecreaseIcon,In as DepositIcon,Un as DisabledIcon,Wn as DisputeIcon,oe as Dot,Zn as DotCircleIcon,Gn as DownArrowIcon,$n as DownloadIcon,kr as Drawer,Kn as EditIcon,Xn as EditNoteIcon,Jn as EllipsisIcon,Qn as EmailIcon,ea as EmailResendIcon,ta as EmptyChecklistIcon,ra as EquipmentIcon,aa as ExpediaIcon,oa as ExperienceIcon,na as ExportIcon,la as EyeIcon,ia as FaceNeutralIcon,sa as FaceSadIcon,ca as FaceSmileIcon,da as FlagIcon,ma as FoodIcon,ha as ForkIcon,It as FormGroup,pa as FunnelIcon,ua as GiftIcon,ga as HandIcon,pr as HeaderToolbar,va as HiddenIcon,Qr as HistogramOptions,fa as ImageIcon,ka as InfinityIcon,xa as InfoCircleIcon,Zt as Input,Ea as InvoiceIcon,bt as Key,ya as KeyIcon,hr as Label,ba as LandscapeIcon,Ma as LightIcon,La as LinkIcon,Ca as LockIcon,Er as Login,Oe as Logo,Na as MagicIcon,za as MegaphoneIcon,ja as MenuIcon,Ba as MixedChecklistIcon,Ne as Modal,Ta as MoneyAddIcon,Ha as MoneyBackIcon,Aa as MoneyIcon,Ir as Number,Fa as OrganizerIcon,Va as PauseIcon,Oa as PenIcon,Yr as Phone,Da as PhoneIcon,Sa as PhotosIcon,en as PieOptions,_a as PiggyBankIcon,Ra as PinIcon,Pa as PipeIcon,Ya as PlusIcon,ye as Popover,Me as PopoverList,qa as PrintIcon,Ia as ProductsIcon,Ua as QuestionnaireIcon,Wa as ReceiptIcon,Za as RefreshIcon,$a as RosterIcon,Ga as RoundedSquareIcon,Ka as RulerIcon,Ct as Search,Xa as SearchAltIcon,yt as SearchIcon,Gt as Select,Ja as SendIcon,Qa as SeniorIcon,eo as SeniorV2Icon,to as SeniorV3Icon,ro as ServiceIcon,no as SettingsIcon,ao as ShapesIcon,oo as ShareIcon,lo as ShirtIcon,ke as Sidebar,fr as Skeleton,q as Spinner,io as SplitPaymentIcon,so as SquareIcon,co as StackIcon,ho as StarFilledIcon,mo as StarIcon,wa as StoreCreditIcon,U as SubmitButton,Jt as Switch,Te as Table,ur as Tabs,ne as Tag,$t as Textarea,po as TicketIcon,Z as ToggleButton,xe as Tooltip,uo as TrashIcon,go as UnlinkIcon,vo as UserAddIcon,fo as UserIcon,wo as UserSubtractIcon,ko as VeteranIcon,xo as ViewNotesIcon,Eo as VoucherIcon,yo as WaitlistIcon,Mo as WarningDiamondIcon,bo as WarningIcon,Lo as WarningTriangleIcon,Co as WifiIcon,No as WriteIcon,se as XolaLogoCircle,jo as XrayIcon,At as almostZero,$r as flash,Or as formatDate,Dr as formatTime,Tt as getSymbol,Et as isOSX,Bt as isZeroDecimal,Ft as numberFormat,Vt as roundNumber,Gr as theme};