@xola/ui-kit 2.0.0-13 → 2.0.0-14

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 p,{cloneElement as h,Children as u,forwardRef as g,Fragment as v,useState as w,useRef as f,createContext as x,useContext as k,useEffect as E}from"react";import{Transition as y,Dialog as b,Switch as M}from"@headlessui/react";import L from"@tippyjs/react";import{followCursor as N}from"tippy.js";import{useCombobox as C}from"downshift";import{useHotkeys as j}from"react-hotkeys-hook";import z from"get-user-locale";import{round as T}from"mathjs";import B from"react-select";import _,{DateUtils as H}from"react-day-picker";import A from"dayjs";import V from"google-libphonenumber";import F 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"}},P={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"},S=e=>{var t=e,{as:r="button",variant:n="standard",color:a="primary",size:o="medium",icon:l,iconPlacement:s="left",className:m,children:h}=t,u=c(t,["as","variant","color","size","icon","iconPlacement","className","children"]);return p.createElement(r,i({className:d("ui-button","inline-flex rounded transition-colors border focus:ring disabled:opacity-60 disabled:cursor-default","justify-center items-center font-semibold",D[n].common,D[n][a],P[o],m)},u),l&&"left"===s?p.createElement("span",{className:"flex-shrink-0 mr-2"},l):null,h,l&&"right"===s?p.createElement("span",{className:"flex-shrink-0 ml-2"},l):null)};S.propTypes={color:m.oneOf(Object.keys(D.outline)),variant:m.oneOf(Object.keys(D)),size:m.oneOf(Object.keys(P)),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=>p.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14"},e),p.createElement("path",{fill:"currentColor",d:"M14 7a7 7 0 10-7 7v-1.4A5.6 5.6 0 1112.6 7H14z"})),q={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]"},W=e=>{var t=e,{className:r,size:n="small",color:a="secondary"}=t,o=c(t,["className","size","color"]);return p.createElement(R,i({className:d("ui-spinner",r,Y[n],q[a],"animate-spin inline-block")},o))};W.propTypes={className:m.string,size:m.string,color:m.string};const I=e=>{var t=e,{isLoading:r,className:n,children:a}=t,o=c(t,["isLoading","className","children"]);return p.createElement(S,i({disabled:r,className:d(n,"relative")},o),p.createElement("span",{className:d("absolute inset-0 flex justify-center items-center",r?"opacity-100":"opacity-0")},p.createElement(y,{appear:!0,as:"span",show:r,enter:"transition-all duration-700",enterFrom:"opacity-0",enterTo:"opacity-100"},p.createElement(W,{size:"current",color:"current",className:"relative top-[-1px]"}))),p.createElement("span",{className:d(r?"opacity-0 flex-grow flex-shrink":"opacity-100")},a))};I.propTypes=s(i({},S.propTypes),{isLoading:m.bool});const U={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",isActive:n,className:a}=t,o=c(t,["color","isActive","className"]);return p.createElement(S,s(i({color:r,className:d(a,n&&U[r])},o),{variant:"outline"}))};Z.propTypes=s(i({},S.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 p.createElement("span",i({className:d("ui-badge","inline-flex items-center rounded-full whitespace-nowrap",$[r],G[n],o)},s),a?h(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 p.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=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.createElement("path",{d:"M11.201 3.464l-7.07 7.072M11.202 10.536L4.13 3.464"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.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 p.createElement("span",i({className:d("ui-tag","inline-flex rounded leading-3.5",te[r],re[n],o)},s),l,a?p.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 p.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 p.createElement("div",i({className:d("ui-alert flex items-start rounded text-base px-3 py-3 leading-4",le[n],r)},l),p.createElement("span",{className:"w-full ui-alert-content"},o),a?p.createElement("button",{type:"button",className:"ml-3 cursor-pointer ui-alert-close hover:text-gray-dark"},p.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=>p.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"192",height:"192",fill:"none",viewBox:"0 0 192 192"},e),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.createElement("defs",null,p.createElement("linearGradient",{id:"paint0_linear",x1:"117.572",x2:"117.572",y1:"323.149",y2:"57.367",gradientUnits:"userSpaceOnUse"},p.createElement("stop",{stopColor:"#fff"}),p.createElement("stop",{offset:"1",stopColor:"#626262"})),p.createElement("linearGradient",{id:"paint1_linear",x1:"39.87",x2:"80.42",y1:"85.611",y2:"85.611",gradientUnits:"userSpaceOnUse"},p.createElement("stop",{stopColor:"#fff"}),p.createElement("stop",{offset:"1",stopColor:"#909191"})),p.createElement("linearGradient",{id:"paint2_linear",x1:"81.096",x2:"81.096",y1:"117.762",y2:"201.184",gradientUnits:"userSpaceOnUse"},p.createElement("stop",{stopColor:"#fff"}),p.createElement("stop",{offset:"1",stopColor:"#909191"})),p.createElement("linearGradient",{id:"paint3_linear",x1:"-25.794",x2:"208.447",y1:"204.974",y2:"204.974",gradientUnits:"userSpaceOnUse"},p.createElement("stop",{stopColor:"#fff"}),p.createElement("stop",{offset:"1",stopColor:"#626262"})))),ce=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.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=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"},pe=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 p.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))};pe.propTypes={className:m.string,color:m.string,name:m.string,size:m.oneOf(Object.keys(me))};const he=e=>{var t=e,{name:r,description:n,image:a,icon:o=p.createElement(de,null),isResponsive:l=!1}=t,s=c(t,["name","description","image","icon","isResponsive"]);const m=null!=a?a:p.createElement(pe,{size:"tiny",name:r});return p.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),p.createElement("div",{className:"flex-shrink-0"},m),p.createElement("div",{className:d("ml-2 text-left min-w-0",l&&"hidden xl:inline")},p.createElement("div",{className:"truncate"},r),n?p.createElement("div",{className:"text-sm text-gray-dark truncate"},n):null),p.createElement("span",{className:d("ml-auto",l&&"hidden xl:inline")},o))};he.displayName="Sidebar.Account",he.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 p.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),p.createElement("div",{className:"p-1.5"},p.createElement(r,{className:"w-4 h-4"})),p.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 p.createElement("div",i({className:"p-3 ui-sidebar-footer"},n),p.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 p.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),p.createElement(n,{className:"w-5 h-5 xl:mr-3"}),p.createElement("span",{className:"hidden px-1 xl:inline"},a),p.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 p.createElement(L,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),p.createElement("span",null,r))};fe.displayName="Sidebar.Menu",fe.propTypes={children:m.node.isRequired,content:m.node.isRequired};const xe=({children:e,className:t,footer:r,notifications:n,isFixed:a=!0,onLogoClick:o})=>p.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)},p.createElement("div",{className:d("p-2 text-center xl:text-left",n?null:"invisible")},p.createElement(ce,{className:"text-sm"},n)),p.createElement("div",{className:"mb-10 text-center"},p.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})),p.createElement("div",{className:"flex-grow space-y-2"},e),r);xe.propTypes={children:m.node.isRequired,className:m.string,footer:m.element.isRequired,notifications:m.number,isFixed:m.bool,onLogoClick:m.func.isRequired},xe.Account=he,xe.Button=ue,xe.Footer=ge,xe.Link=ve,xe.Menu=fe;const ke=e=>{var t=e,{children:r,className:n,content:a}=t,o=c(t,["children","className","content"]);return p.createElement(L,s(i({content:a},o),{className:"text-white ui-tooltip",plugins:[N]}),p.createElement("span",{className:n},r))};ke.propTypes={content:m.oneOfType([m.string,m.element]),children:m.node.isRequired,className:m.string};const Ee=(e,t)=>{var r;return null!=(r=u.toArray(e).find((e=>e.type===t)))?r:null};var ye="_main_1q4dn_1";const be=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,be.Content),m=u.toArray(n).filter((e=>e.type!==be.Content));return p.createElement(L,i({interactive:!0,zIndex:20,content:s,className:d("ui-popover",ye,"!border-gray-light !rounded-lg",r),plugins:[N],offset:[null!=a?a:0,null!=o?o:10]},l),p.createElement("span",null,m))};be.propTypes={className:m.string,skidding:m.number,distance:m.number,children:m.node.isRequired};const Me=({className:e,children:t})=>p.createElement("div",{className:d("ui-popover-content",e)},t);Me.displayName="Popover.Content",Me.propTypes={className:m.string,children:m.node.isRequired},be.Content=Me;const Le=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!==Le.Item)),m=l.length-s.length,h=l.map(((e,t)=>e.type===Le.Item?p.cloneElement(e,{position:t,total:m}):null)),g=p.createElement(be.Content,{className:"p-0 divide-y divide-solid ui-popover-list-content divide-gray-lighter"},h);return p.createElement(be,i({content:g,placement:r,className:d("ui-popover-list","w-40",n)},o),s)};Le.propTypes={placement:m.string,className:m.string,children:m.node.isRequired};const Ne=e=>{var t=e,{name:r,isActive:n=!1,position:a,total:o,children:l,className:s,onClickItem:m}=t,h=c(t,["name","isActive","position","total","children","className","onClickItem"]);return p.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)},h),l)};Ne.displayName="PopoverList.Item",Ne.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},Le.Item=Ne;const Ce={small:"sm:max-w-md",medium:"sm:max-w-lg",large:"sm:max-w-2xl",huge:"sm:max-w-3xl"},je=({size:e="medium",isOpen:t=!1,shouldCloseOnOutsideClick:r=!1,onClose:n,children:a,className:o})=>{const l=Ee(a,je.Header),i=Ee(a,je.Body),s=Ee(a,je.Footer);return p.createElement(y.Root,{show:t,as:v},p.createElement(b,{static:!0,as:"div",className:"overflow-y-auto fixed inset-0 z-30 ui-modal",open:t,onClose:()=>{r&&n()}},p.createElement("div",{className:"flex justify-center items-end px-4 pt-4 pb-20 min-h-screen text-center sm:block sm:p-0"},p.createElement(y.Child,{as:v,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},p.createElement(b.Overlay,{className:"fixed inset-0 bg-opacity-75 transition-opacity bg-gray-dark"})),p.createElement("span",{className:"hidden sm:inline-block sm:h-screen sm:align-middle"},"​"),p.createElement(y.Child,{as:v,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"},p.createElement(je.Core,{className:o,width:Ce[e],header:l,body:i,footer:s,onClose:n})))))};je.propTypes={className:m.string,size:m.oneOf(Object.keys(Ce)),isOpen:m.bool,shouldCloseOnOutsideClick:m.bool,onClose:m.func.isRequired,children:m.node.isRequired};const ze=g((({className:e,width:t,onClose:r,header:n,body:a,footer:o},l)=>{const i=d("ui-modal",e,t,"sm:w-full inline-block align-bottom bg-white rounded-lg overflow-hidden shadow-xl transform","transition-all sm:my-8 sm:align-middle");return p.createElement("div",{ref:l,className:i},p.createElement("div",{className:"px-8 pt-5 bg-white"},p.createElement("div",{className:"hidden absolute top-0 right-0 px-8 pt-7 sm:block"},r?p.createElement("div",{className:"text-xl cursor-pointer text-gray hover:text-gray-darker",onClick:r},p.createElement(ee,null)):null),p.createElement("div",{className:"sm:flex sm:items-start"},p.createElement("div",{className:"pt-3 w-full text-center"},n,a))),o)}));ze.displayName="Modal.Core",ze.propTypes={className:m.string,width:m.string.isRequired,onClose:m.func.isRequired,header:m.element.isRequired,body:m.element.isRequired,footer:m.element.isRequired},je.Core=ze;const Te=({children:e,description:t})=>p.createElement(b.Title,{as:"div",className:"text-center"},p.createElement("h3",{className:"text-2xl font-semibold leading-6 text-black ui-modal-header"},e),t?p.createElement("p",{className:"mt-2 text-base font-normal leading-normal text-gray-darker"},t):null);Te.displayName="Modal.Header",Te.propTypes={children:m.node.isRequired,description:m.string},je.Header=Te;const Be=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.createElement("div",i({className:d("ui-modal-body",r,"pt-8 pb-2 mt-2 text-left")},n))};Be.displayName="Modal.Body",Be.propTypes={className:m.string},je.Body=Be,je.Footer=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.createElement("div",i({className:d("ui-modal-footer",r,"float-right px-8 py-8 modal-footer sm:flex")},n))},je.Footer.displayName="Modal.Footer",je.Footer.propTypes={className:m.string};const _e=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.createElement("div",{className:"flex flex-col ui-table"},p.createElement("div",{className:"overflow-x-auto -my-2"},p.createElement("div",{className:"inline-block py-2 min-w-full align-middle"},p.createElement("div",{className:"overflow-hidden border-b sm:rounded-lg border-gray-lighter"},p.createElement("table",i({className:d(r,"min-w-full divide-y border border-gray-lighter")},n))))))};_e.propTypes={className:m.string},(_e.Head=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.createElement("thead",i({className:d("ui-table-head","bg-gray-lighter",r)},n))}).displayName="Table.Head",_e.Head.propTypes={className:m.string},(_e.Header=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.createElement("th",i({className:d("ui-table-header","px-4 py-2 text-left text-base font-bold",r)},n))}).displayName="Table.Header",_e.Header.propTypes={className:m.string},(_e.Body=e=>{var t=e,{className:r,isStriped:n=!1,children:a}=t,o=c(t,["className","isStriped","children"]);return p.createElement("tbody",i({className:d("ui-table-body","border-none",r)},o),u.map(a,(e=>e&&h(e,{isStriped:n}))))}).displayName="Table.Body",_e.Body.propTypes={className:m.string,children:m.node.isRequired,isStriped:m.bool},(_e.Row=e=>{var t=e,{isStriped:r=!1,className:n}=t,a=c(t,["isStriped","className"]);return p.createElement("tr",i({className:d("ui-table-row",r&&"even:bg-gray-lighter",n)},a))}).displayName="Table.Row",_e.Row.propTypes={isStriped:m.bool,className:m.string},(_e.Cell=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.createElement("td",i({className:d("ui-table-cell","px-4 py-2 whitespace-nowrap text-base text-gray-darker",r)},n))}).displayName="Table.Cell",_e.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 p.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)),h(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 Ve=e=>{var t=e,{as:r="button",isActive:n,shouldShowText:a=!0,size:o="medium",icon:l,iconPlacement:s="left",className:m,children:h}=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 p.createElement(r,i({className:g},u),l&&"left"===s?p.createElement("span",{className:"flex-shrink-0 mr-2"},l):null,a?h:null,l&&"right"===s?p.createElement("span",{className:"flex-shrink-0 ml-2"},l):null)};Ve.displayName="ButtonGroup.Button",Ve.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=Ve;const Fe={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 p.createElement("img",i({className:d("ui-logo",r,"inline-block rounded object-cover",Fe[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 Pe=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)},Se="object"==typeof De&&De&&De.Object===Object&&De,Re="object"==typeof self&&self&&self.Object===Object&&self,qe=Se||Re||Function("return this")(),Ye=qe,We=function(){return Ye.Date.now()},Ie=/\s/;var Ue=function(e){for(var t=e.length;t--&&Ie.test(e.charAt(t)););return t},Ze=/^\s+/;var $e=function(e){return e?e.slice(0,Ue(e)+1).replace(Ze,""):e},Ge=qe.Symbol,Ke=Ge,Xe=Object.prototype,Je=Xe.hasOwnProperty,Qe=Xe.toString,et=Ke?Ke.toStringTag:void 0;var tt=function(e){var t=Je.call(e,et),r=e[et];try{e[et]=void 0;var n=!0}catch(_r){}var a=Qe.call(e);return n&&(t?e[et]=r:delete e[et]),a},rt=Object.prototype.toString;var nt=tt,at=function(e){return rt.call(e)},ot=Ge?Ge.toStringTag:void 0;var lt=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":ot&&ot in Object(e)?nt(e):at(e)},it=function(e){return null!=e&&"object"==typeof e};var st=function(e){return"symbol"==typeof e||it(e)&&"[object Symbol]"==lt(e)},ct=$e,dt=Pe,mt=st,pt=/^[-+]0x[0-9a-f]+$/i,ht=/^0b[01]+$/i,ut=/^0o[0-7]+$/i,gt=parseInt;var vt=Pe,wt=We,ft=function(e){if("number"==typeof e)return e;if(mt(e))return NaN;if(dt(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=dt(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=ct(e);var r=ht.test(e);return r||ut.test(e)?gt(e.slice(2),r?2:8):pt.test(e)?NaN:+e},xt=Math.max,kt=Math.min;var Et=function(e,t,r){var n,a,o,l,i,s,c=0,d=!1,m=!1,p=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function h(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?h(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=wt();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,p&&n?h(e):(n=a=void 0,l)}function f(){var e=wt(),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),h(s)}return void 0===i&&(i=setTimeout(v,t)),l}return t=ft(t)||0,vt(r)&&(d=!!r.leading,o=(m="maxWait"in r)?xt(ft(r.maxWait)||0,t):o,p="trailing"in r?!!r.trailing:p),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(wt())},f};const yt=navigator.userAgent.includes("Macintosh"),bt=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Mt=e=>{var t,r=e,{char:n,className:a}=r,o=c(r,["char","className"]);const l=null!=(t=Lt[n])?t:n;return p.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)},Lt={cmd:yt?"⌘":"ctrl",option:yt?"⌥":"win",ctrl:yt?"ctrl":"alt",up:"↑",down:"↓"};Mt.propTypes={char:m.string.isRequired,className:m.string};const Nt=Et(((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:h=!1,isOpen:u}=t,g=c(t,["className","items","defaultValue","onChange","onSubmit","onSelect","children","isLoading","isOpen"]);const[v,x]=w(!0),[k,E]=w(null!=a?a:""),y=f(),b={value:k},M=k?[b,...n]:[],{isOpen:L,openMenu:N,getMenuProps:z,getInputProps:T,getComboboxProps:B,highlightedIndex:_,getItemProps:H,closeMenu:A}=C({items:M,inputValue:k,onInputValueChange:({inputValue:e})=>{E(e),o&&Nt(o,e)},itemToString:()=>k,defaultHighlightedIndex:0,onSelectedItemChange:({selectedItem:e,type:t})=>{"__input_blur__"!==t&&(e===b?(null==l||l(k),y.current.blur()):e&&(null==s||s(e),y.current.blur()),A())},isOpen:u}),V=L&&M.length>0,F=L&&k.length>0&&!h&&M.length<=1;return j(yt?"cmd+k":"ctrl+k",(e=>{e.preventDefault(),y.current.focus()})),j("esc",(()=>y.current.blur()),{enableOnTags:["INPUT"]}),p.createElement("div",{className:"relative w-full ui-search"},p.createElement("div",i({},B({className:"w-full relative rounded-md"})),p.createElement("div",{className:"absolute inset-y-0 top-[-2px] left-0 hidden md:flex items-center pointer-events-none"},p.createElement(bt,{className:"w-4 h-4 text-gray-darker"})),p.createElement("input",i({},T(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:y,onFocus:()=>{x(!1),N()},onBlur:()=>x(!0)},g)))),p.createElement("div",{className:"hidden absolute inset-y-0 right-0 items-center pr-3 space-x-1 pointer-events-none lg:flex"},v?p.createElement(p.Fragment,null,p.createElement(Mt,{char:"cmd"})," ",p.createElement(Mt,{char:"K"})):null)),p.createElement("ul",i({},z({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:!V})})),V?M.map(((e,t)=>p.createElement("li",i({key:e},H({key:t,item:e,index:t,className:"ui-search-item"})),e===b?p.createElement(p.Fragment,null,p.createElement("div",{className:d("p-2 cursor-pointer",_===t?"bg-blue-light text-white":"")},"Show all results for ",p.createElement("strong",null,k)),h?p.createElement("div",{className:"p-3 text-center"},p.createElement(W,{size:"small"})):null):null==m?void 0:m(e,_===t)))):null,V&&F?p.createElement("li",{className:"p-2 cursor-not-allowed"},"No results found"):null,V&&M.length<5?p.createElement("li",{className:"flex sticky bottom-0 p-2 space-x-5 text-sm search-footer text-gray-dark pointer-events"},p.createElement("span",{className:"flex items-center"},p.createElement(Mt,{char:"up",className:"mr-0.5"}),p.createElement(Mt,{char:"down",className:"mr-2"})," to navigate"),p.createElement("span",{className:"flex items-center"},p.createElement(Mt,{char:"enter",className:"mr-2"})," to submit"),p.createElement("span",{className:"flex items-center"},p.createElement(Mt,{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,children:m.oneOfType([m.arrayOf(m.node),m.node,m.func]),isLoading:m.bool,isOpen:m.bool};const jt=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 p.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 p.createElement(p.Fragment,null,p.createElement("span",{className:d(n.item,r?"text-black":"text-gray-dark")},e),r?null:p.createElement("span",{className:d(n.separator,"text-gray-dark mx-2")},a))})))};jt.propTypes={className:m.string,classNames:m.object,separator:m.string,children:m.oneOfType([m.arrayOf(m.node),m.node])},(jt.Item=({className:e,onClick:t,children:r})=>p.createElement("div",{className:d("ui-breadcrumb-item",e,"inline",t&&"cursor-pointer hover:underline"),onClick:t},r)).displayName="Breadcrumb.Item",jt.Item.propTypes={className:m.string,onClick:m.func,children:m.node.isRequired};const zt=z(),Tt=new Set(["JPY","CLP","KRW","LAK","PYG","VND","VUV"]),Bt=e=>Tt.has(e),_t=(e,t=zt,r=0)=>new Intl.NumberFormat(t,{style:"currency",currency:e,maximumFractionDigits:0}).format(r).replace(/\d/g,"").trim(),Ht=z(),At=e=>{const t=Math.abs(e);return t>=0&&t<=.001},Vt=(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)},Ft=(e,t)=>{let r=Number(t);return Bt(e)?r=T(r):(T(r,3)===T(r,4)&&(r=T(r,3)),r=T(r,2)),r},Ot=z(),Dt=({currency:e="USD",locale:t=Ot,shouldRemoveTrailingZeroes:r=!0,maximumFractionDigits:n=2,children:a})=>{let o=a;At(o)&&(o=0);let l=Vt(o,e,t,Bt(e)?0:n);return l=r?l.replace(".00",""):l,p.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=Ft(e,t);return p.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=Ft(e,n).toString().split("."),o=a[0];let l=a[1]||"0";1===l.length&&(l+="0");const i=Vt(o,e,t,0);return p.createElement("span",{title:n,className:"ui-currency-split"},p.createElement("span",{className:"ui-currency-split-int"},i),!Bt(e)&&p.createElement("span",{className:"pl-1 underline ui-currency-split-decimal"},p.createElement("sup",null,l)))}).propTypes={currency:m.string,locale:m.string,children:m.node.isRequired};const Pt={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"},St=x(),Rt=e=>{var t=e,{children:r,className:n,currency:a}=t,o=c(t,["children","className","currency"]);return p.createElement(St.Provider,{value:a},p.createElement("table",i({className:d("ui-breakdown","w-full",n)},o),p.createElement("tbody",null,r)))};Rt.propTypes={children:m.node,className:m.string,currency:m.string.isRequired};const qt=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=k(St);return p.createElement("tr",i({className:d("ui-breakdown-item",Pt[l],o)},s),p.createElement("td",{className:"text-left"},r),p.createElement("td",{className:"text-right"},n),p.createElement("td",{className:"pl-4 text-right w-[1%]"},p.createElement(Dt,{shouldRemoveTrailingZeroes:!1,currency:m},a)))};qt.propTypes={children:m.node,info:m.node,value:m.node,className:m.string,color:m.oneOf(Object.keys(Pt))},(Rt.Item=qt).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=k(St);return p.createElement("tr",i({className:d("ui-breakdown-subtotal-item","font-bold",Pt[l],o)},s),p.createElement("td",{className:"pt-1 pb-4 text-left"},r),p.createElement("td",{className:"pt-1 pb-4 text-right"},n),p.createElement("td",{className:"pt-1 pb-4 pl-4 text-right w-[1%]"},p.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(Pt))},(Rt.SubtotalItem=Yt).displayName="Breakdown.SubtotalItem";const Wt=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.createElement("tr",i({className:d("ui-breakdown-separator",r)},n),p.createElement("td",{colSpan:3,className:"pb-1 border-b border-gray-light"}))};Wt.propTypes={className:m.string},(Rt.Separator=Wt).displayName="Breakdown.Separator";const It=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.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"},Zt=e=>{var t=e,{as:r,size:n="medium",isError:a,className:o}=t,l=c(t,["as","size","isError","className"]);return p.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))};Zt.propTypes={as:m.oneOfType([m.string,m.elementType]),size:m.oneOf(Object.keys(Ut)),className:m.string,isError:m.bool};const $t=e=>{var t=e,{className:r,type:n="text"}=t,a=c(t,["className","type"]);return p.createElement(Zt,i({as:"input",className:d("ui-input",r),type:n},a))};$t.propTypes=s(i({},Zt.propTypes),{type:m.string});const Gt=e=>{var t=e,{className:r,rows:n=2}=t,a=c(t,["className","rows"]);return p.createElement(Zt,i({as:"textarea",className:d("ui-textarea",r),rows:n},a))};Gt.propTypes=s(i({},Zt.propTypes),{rows:m.number});const Kt=e=>p.createElement(Zt,i({as:"select"},e));Kt.propTypes=Zt.propTypes;const Xt=e=>{var t=e,{className:r,isError:n}=t,a=c(t,["className","isError"]);return p.createElement(B,i({className:d("ui-combo-box",n&&"border-danger",r),classNamePrefix:"ui-combo-box"},a))};Xt.propTypes={className:m.string,isError:m.bool};const Jt={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"}},Qt=e=>{var t=e,{isChecked:r=!1,size:n="medium"}=t,a=c(t,["isChecked","size"]);return p.createElement(M,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",Jt[n].parent)},a),p.createElement("span",{className:d(r?Jt[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",Jt[n].inner)}))};Qt.propTypes={isChecked:m.bool,size:m.string},(Qt.Group=({className:e,children:t})=>p.createElement(M.Group,{as:"div",className:d("ui-switch-group","inline-flex items-center",e)},t)).displayName="Switch.Group",Qt.Group.propTypes={className:m.string,children:m.node.isRequired},(Qt.Label=({direction:e="left",className:t,children:r})=>p.createElement(M.Label,{as:"span",className:d("ui-switch-label","cursor-pointer","left"===e?"mr-2":"ml-2",t)},r)).displayName="Switch.Label",Qt.Label.propTypes={direction:m.string,className:m.string,children:m.node.isRequired};var er=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},tr=Array.isArray,rr=er,nr=tr,ar=st,or=Ge?Ge.prototype:void 0,lr=or?or.toString:void 0;var ir=function e(t){if("string"==typeof t)return t;if(nr(t))return rr(t,e)+"";if(ar(t))return lr?lr.call(t):"";var r=t+"";return"0"==r&&1/t==-Infinity?"-0":r};var sr=function(e){return null==e?"":ir(e)},cr=0;var dr=function(e){var t=++cr;return sr(e)+t};var mr="_checkbox_1gb8z_1";const pr=e=>{var t,r=e,{label:n,className:a,classNames:o={}}=r,l=c(r,["label","className","classNames"]);const[m]=w(null!=(t=l.id)?t:dr("checkbox-"));return p.createElement("div",{className:d("ui-checkbox",a,"flex items-center")},p.createElement("input",s(i({type:"checkbox",className:d("ui-checkbox-input",o.checkbox,mr,"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?p.createElement("label",{htmlFor:m,className:d("ui-checkbox-label",o.label,"ml-2 leading-none text-gray-darker")},n):null)};pr.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 p.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 ur=({classNames:e,children:t})=>p.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);ur.propTypes={classNames:m.string,children:m.node.isRequired},(ur.Breadcrumb=({className:e,children:t})=>p.createElement(jt,{className:d("ui-header-toolbar-breadcrumb","text-xl border-r border-gray-light md:pr-4 xl:pr-6",e)},t)).displayName="HeaderToolbar.Breadcrumb",ur.Breadcrumb.propTypes={className:m.string,children:m.node.isRequired},ur.Breadcrumb.displayName="HeaderToolbar.Search",ur.Search=e=>p.createElement(Ct,i({className:"flex-grow pr-1 w-full ui-header-toolbar-search"},e));const gr=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===gr.Tab)),g=s.filter((e=>e.type===gr.Panel));return p.createElement(p.Fragment,null,p.createElement("div",i({className:d("ui-tabs","bg-gray-lighter overflow-x-auto",r)},l),p.createElement("nav",{className:"flex"},m.map(((e,t)=>h(e,{isActive:t===n,onClick:()=>null==a?void 0:a(t)}))))),g.map(((e,t)=>h(e,{isActive:t===n}))))};gr.propTypes={className:m.string,value:m.number.isRequired,onChange:m.func.isRequired,children:m.node.isRequired};const vr=e=>{var t=e,{as:r="button",className:n,isActive:a=!1}=t,o=c(t,["as","className","isActive"]);return p.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))};vr.displayName="Tabs.Tab",vr.propTypes={as:m.oneOfType([m.string,m.elementType]),className:m.string,isActive:m.bool},gr.Tab=vr;const wr=e=>{var t=e,{isActive:r=!1,className:n}=t,a=c(t,["isActive","className"]);return p.createElement("div",i({className:d("ui-tabs-panel",n,r||"hidden")},a))};wr.displayName="Tabs.Panel",wr.propTypes={isActive:m.bool,className:m.string},gr.Panel=wr;var fr="_shimmer_qt4e9_7";const xr=e=>{var t=e,{className:r,style:n,height:a=300,shouldAnimate:o=!0,children:l}=t,s=c(t,["className","style","height","shouldAnimate","children"]);return p.createElement("div",i({className:d("ui-skeleton",r,"relative flex items-center justify-center bg-gray-lighter overflow-hidden rounded border border-gray-lighter"),style:i({height:a},n)},s),o?p.createElement("div",{className:d(fr,"absolute w-full h-full")}):null,p.createElement("div",{className:"text-gray"},l))};xr.propTypes={className:m.string,style:m.object,height:m.number,shouldAnimate:m.bool,children:m.oneOfType([m.arrayOf(m.node),m.node])};const kr=({isOpen:e=!1,title:t,content:r,onClose:n,classNames:a={}})=>p.createElement(y.Root,{show:e,as:v},p.createElement(b,{static:!0,as:"div",className:"overflow-hidden fixed inset-0 ui-drawer",open:e,onClose:n},p.createElement("div",{className:"overflow-hidden absolute inset-0"},p.createElement(y.Child,{as:v,enter:"ease-in-out duration-500",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in-out duration-500",leaveFrom:"opacity-100",leaveTo:"opacity-0"},p.createElement(b.Overlay,{className:"absolute inset-0 bg-opacity-75 transition-opacity bg-gray"})),p.createElement("div",{className:"flex fixed inset-y-0 right-0 pl-10 max-w-full"},p.createElement(y.Child,{as:v,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"},p.createElement("div",{className:"w-screen max-w-md"},p.createElement("div",{className:"flex overflow-y-auto flex-col py-8 h-full bg-white shadow-xl"},p.createElement("div",{className:"px-4 sm:px-6"},p.createElement("div",{className:"flex justify-between items-start"},p.createElement(b.Title,{className:d("text-base font-semibold",a.title)},t),p.createElement("div",{className:d("ml-3 h-7 flex items-center")},p.createElement(S,{size:"small",color:"link",className:"focus:hidden",onClick:n},p.createElement(ee,null))))),p.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 Er=e=>p.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"150",height:"48",fill:"none",viewBox:"0 0 150 48"},e),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.createElement("defs",null,p.createElement("linearGradient",{id:"paint0_linear",x1:"60.015",x2:"60.015",y1:"80.164",y2:"14.981",gradientUnits:"userSpaceOnUse"},p.createElement("stop",{stopColor:"#fff"}),p.createElement("stop",{offset:"1",stopColor:"#626262"})),p.createElement("linearGradient",{id:"paint1_linear",x1:"40.169",x2:"50.526",y1:"21.908",y2:"21.908",gradientUnits:"userSpaceOnUse"},p.createElement("stop",{stopColor:"#fff"}),p.createElement("stop",{offset:"1",stopColor:"#909191"})),p.createElement("linearGradient",{id:"paint2_linear",x1:"50.698",x2:"50.698",y1:"29.793",y2:"50.252",gradientUnits:"userSpaceOnUse"},p.createElement("stop",{stopColor:"#fff"}),p.createElement("stop",{offset:"1",stopColor:"#909191"})),p.createElement("linearGradient",{id:"paint3_linear",x1:"23.397",x2:"83.226",y1:"51.182",y2:"51.182",gradientUnits:"userSpaceOnUse"},p.createElement("stop",{stopColor:"#fff"}),p.createElement("stop",{offset:"1",stopColor:"#626262"}))));const yr=({defaultValues:e,isLoading:t=!1,error:r=null,onSubmit:n})=>{const[a,o]=w(i({email:"",password:"",shouldRemember:!1},e)),l=e=>{const{name:t,value:r}=e.target;o(s(i({},a),{[t]:r}))};return p.createElement("div",{className:"overflow-hidden h-screen bg-white bg-opacity-40 ui-login"},p.createElement("div",{className:"flex flex-col justify-center items-center space-y-8 w-full h-[90%] md:full"},p.createElement("div",{className:"py-0 px-9 rounded-lg md:py-10 md:bg-white w-82"},p.createElement("div",{className:"mb-12 md:mb-10"},p.createElement(Er,{className:"mx-auto w-auto h-10 md:mb-20 md:h-12"})),p.createElement("form",{onSubmit:e=>{e.preventDefault(),n(a)}},p.createElement("fieldset",{className:"space-y-6",disabled:t},p.createElement("div",{className:"-space-y-px bg-white rounded-md"},p.createElement(It,{className:"md:mb-7"},p.createElement(hr,null,"Email"),p.createElement($t,{required:!0,name:"email",type:"email",autoComplete:"email",value:a.email,isError:!!r,onChange:l})),p.createElement(It,null,p.createElement(hr,null,"Password"),p.createElement($t,{required:!0,name:"password",type:"password",autoComplete:"current-password",value:a.password,isError:!!r,onChange:l}))),p.createElement(pr,{name:"shouldRemember",label:"Remember me",checked:a.shouldRemember,onChange:e=>{const{name:t,checked:r}=e.target;o(s(i({},a),{[t]:r}))}}),r?p.createElement(ie,{color:"danger"},r):null,p.createElement(S,{type:"submit",className:"w-full",color:"primary"},t?p.createElement(W,{size:"current",color:"current",className:"mr-2"}):null,"Login"),p.createElement("div",{className:"mt-5 text-sm text-center"},p.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?")))))),p.createElement("footer",null,p.createElement("div",{className:"flex overflow-hidden flex-col justify-center items-center py-1 px-4 w-full sm:px-6 lg:px-8"},p.createElement("div",{className:"px-4 m-5 text-xs text-center rounded-lg opacity-30 md:text-sm hover:opacity-80 w-82"},p.createElement("a",{href:"https://www.xola.com/team",target:"_blank",className:"md:text-gray",rel:"noreferrer"},"Handcrafted in Houston, Belgrade & Bengaluru",p.createElement("div",{className:"text-center"},"© ",(new Date).getFullYear()," Xola, Inc."))))))};yr.propTypes={defaultValues:m.shape({email:m.string,password:m.string,shouldRemember:m.bool}),isLoading:m.bool,error:m.string,onSubmit:m.func};const br=({selectedDate:e,day:t,getContent:r})=>{if(r)return p.createElement(Mr,{selectedDate:e,day:t,getContent:r});const n=e&&A(e).isSame(t,"day");return p.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())};br.propTypes={selectedDate:m.objectOf(Date),day:m.objectOf(Date),getContent:m.func};const Mr=({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 p.createElement("div",{className:"ui-day-content"},p.createElement("div",{className:d("ui-day-content-value",l?"text-white selected":null)},a),i?p.createElement("div",{className:"ui-day-content-custom"},o):null)};Mr.propTypes={selectedDate:m.objectOf(Date),day:m.objectOf(Date),getContent:m.func.isRequired};const Lr=A(),Nr=({date:e,onChange:t})=>{const r=[...Array.from({length:12}).keys()].map((e=>Lr.month(e).format("MMM"))),n=[...Array.from({length:12}).keys()].map((e=>Lr.year(2021+e).format("YYYY"))),a=e=>{const{year:r,month:n}=e.target.form;t(new Date(r.value,n.value))};return p.createElement("form",{className:"space-x-2 DayPicker-Caption"},p.createElement("span",{className:"inline-block"},p.createElement(Kt,{name:"month",value:e.getMonth(),className:"month-selector",onChange:a},r.map(((e,t)=>p.createElement("option",{key:e,value:t},e))))),p.createElement("span",{className:"inline-block"},p.createElement(Kt,{name:"year",value:e.getFullYear(),className:"year-selector",onChange:a},n.map((e=>p.createElement("option",{key:e,value:e},e))))))};Nr.propTypes={date:m.objectOf(Date).isRequired,onChange:m.func.isRequired};const Cr=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M9.666 12.5L4.166 7l5.5-5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),jr=({onPreviousClick:e,onNextClick:t,className:r,showNextButton:n,showPreviousButton:a})=>p.createElement("div",{className:d("absolute z-50 top-1.5 right-7",r)},p.createElement(zr,{isVisible:a,onClick:e},p.createElement(Cr,null)),p.createElement(zr,{isVisible:n,onClick:t},p.createElement(de,null)));jr.propTypes={onPreviousClick:m.func,onNextClick:m.func,className:m.string,showNextButton:m.bool,showPreviousButton:m.bool};const zr=({isVisible:e=!0,onClick:t,children:r})=>p.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);zr.propTypes={isVisible:m.bool,onClick:m.func.isRequired,children:m.element.isRequired};const Tr={single:"single",range:"range"},Br=e=>{var t,r,n=e,{variant:a=Tr.single,value:o,getDayContent:l,disabledDays:s=[],shouldShowYearPicker:m=!1,onChange:h,onMonthChange:u,modifiers:g={}}=n,v=c(n,["variant","value","getDayContent","disabledDays","shouldShowYearPicker","onChange","onMonthChange","modifiers"]);const f=a===Tr.single?o:o.from,[x,k]=w(f),y=a===Tr.range;E((()=>{null==u||u(x)}),[x,u]);const b=e=>{k(e),null==u||u(e)},M=m?({date:e})=>p.createElement(Nr,{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 p.createElement(_,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=>p.createElement(br,{selectedDate:o,day:e,getContent:l}),navbarElement:jr,onDayClick:e=>{y?o.from&&o.to?h({from:e,to:null}):h(H.addDayToRange(e,o)):h(e)},onMonthChange:b},v))};Br.propTypes={variant:m.oneOf(Object.keys(Tr)),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 _r,Hr={exports:{}},Ar=Hr.exports=(_r={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=_r,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]||_r[n]||t[a].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(e,t,r){return t||r.slice(1)}))})));return a.call(this,n)}}),Vr={exports:{}},Fr=Vr.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 p(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],p=d&&d[0],h=d&&d[1];l[s]=h?{regex:p,parser:h}: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=p(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,h=new Date,u=l||(a||o?1:h.getDate()),g=a||h.getFullYear(),v=0;a&&!o||(v=o>0?o-1:h.getMonth());var w=i||0,f=s||0,x=c||0,k=d||0;return m?new Date(Date.UTC(g,v,u,w,f,x,k+60*m.offset*1e3)):r?new Date(Date.UTC(g,v,u,w,f,x,k)):new Date(g,v,u,w,f,x,k)}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 h=i.length,u=1;u<=h;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===h&&(this.$d=new Date(""))}else a.call(this,e)}}}();A.extend(Fr),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)},Pr=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,h]=w(!1),u=()=>{h(!m)},g={size:"medium",placeholder:"Select Date",value:Or(r,n),onClick:u},v=o?p.cloneElement(o,g):p.createElement(Sr,i({readOnly:!0},g));return p.createElement(be,i({visible:m,maxWidth:"900px",distance:18,placement:"bottom",className:l.popover,onClickOutside:u},s),v,p.createElement(be.Content,null,p.createElement("div",null,p.createElement(Br,i({onChange:e=>{null==a||a(e),h(!1)}},d)))))};Pr.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 Sr=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.createElement("div",{className:"inline-flex relative w-80 bg-gray-lighter"},p.createElement("div",{className:"flex absolute inset-0 items-center pl-3 pointer-events-none"},p.createElement(xn,{className:"inline-block"})),p.createElement($t,i({className:d("pl-8 cursor-pointer",r)},n)),p.createElement("div",{className:"flex absolute inset-y-0 right-0 items-center pr-3 pointer-events-none"},p.createElement(Zn,{className:"inline-block"})))};Sr.propTypes={className:m.string};const Rr=V.PhoneNumberFormat,qr=V.PhoneNumberUtil.getInstance(),Yr=({countryCode:e="US",className:t,children:r})=>{const n=r;try{let r=qr.parseAndKeepRawInput(n,e);const a=qr.getRegionCodeForNumber(r);let o;if(a&&a!==e&&(r=qr.parseAndKeepRawInput(n,a)),a){const t=a===e?Rr.NATIONAL:Rr.INTERNATIONAL;o=qr.format(r,t)}else o=n;return p.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 p.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 Wr=z(),Ir=({locale:e=Wr,maximumFractionDigits:t=2,children:r})=>{const n=Vt(r,null,e,t);return p.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"},Zr={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"},$r={duration:3e3,position:"top-right",reverseOrder:!1},Gr={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 p=i(i({},$r),m);l||(p.duration=Number.POSITIVE_INFINITY);const h=Gr.getStyles(a,n,o,l);console.debug("Toast props",p),F.custom(Gr.container.bind(this,r,h,l?s:null),p)},getStyles:(e,t,r)=>d("flex opacity-90 ring-1 ring-black ring-opacity-5 rounded text-white pointer-events-auto",Ur[e],Zr[t],r),container(e,t,r,n){console.debug(`Toasting "${e}" ${n.id}`,n.visible);return p.createElement(y,{appear:!0,as:v,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"},p.createElement("div",{key:n.id,className:t},p.createElement("div",{className:"w-full"},e),r?p.createElement("div",{className:"flex justify-center items-center pl-3 text-white cursor-pointer hover:text-black",onClick:e=>r(e,n)},p.createElement(ee,null)):null))},dismiss(e){console.log("Dismissing",null!=e?e:"All!"),F.dismiss(e)}},Kr={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",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:Xr}=Kr,Jr={color:Xr.gray.darker,fontSize:Kr.fontSize.sm,fontWeight:400,cursor:"pointer",textOverflow:"ellipsis",fontFamily:Kr.extend.fontFamily.sans},Qr={global:{useUTC:!1},chart:{spacingLeft:0},colors:[Xr.primary,Xr.success,Xr.warning,Xr.caution,Xr.danger,Xr.blue.darker,Xr.green.darker,Xr.red.darker,Xr.yellow.darker,Xr.orange.darker],xAxis:{title:{style:O.merge({},Jr,{color:Xr.black})},labels:{style:Jr}},yAxis:{title:{style:O.merge({},Jr,{color:Xr.black})},labels:{style:Jr}},tooltip:{enabled:!0,backgroundColor:Xr.black,borderColor:Xr.black,borderRadius:4,borderWidth:1,valueDecimals:2,crosshairs:[!0,!0],shadow:!1,useHTML:!0,style:O.merge({},Jr,{opacity:.9,color:"#cccccc"})},title:{text:"",style:O.merge({},Jr,{color:Xr.black,fontSize:"18px",fontWeight:600})},plotOptions:{series:{marker:{enabled:!0,states:{hover:{enabled:!0,lineWidth:1,radius:4}}}}},legend:{enabled:!1,itemStyle:Jr,itemMarginBottom:5,align:"center",layout:"vertical",borderWidth:0},credits:{enabled:!1}},en=O.merge({},Qr,{chart:{type:"line"},title:{align:"left",margin:20,verticalAlign:"top"},xAxis:{type:"datetime",step:1,minTickInterval:864e5,lineColor:Kr.colors.gray.darker,lineWidth:1,gridLineWidth:"1",gridLineColor:"#DEDEDE",gridLineDashStyle:"dot"},yAxis:{lineColor:Kr.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:Kr.extend.fontFamily.sans},itemMarginBottom:5,align:"center",layout:"vertical",borderWidth:0}}),tn=O.merge({},Qr,{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:Kr.colors.gray.darker,animation:"true",style:Kr.extend.fontFamily.sans},padding:5,backgroundColor:Kr.colors.white,itemMarginTop:1,itemMarginBottom:3,itemStyle:Kr.extend.fontFamily.sans,style:{overflow:"hidden"},align:"left",layout:"horizontal",verticalAlign:"proximate",y:240},credits:{enabled:!1}}),rn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),nn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),an=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),on=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.createElement("path",{d:"M7.666 11.667A4.666 4.666 0 103 7v.359"}),p.createElement("path",{d:"M1.25 5.833L3 7.583l1.75-1.75"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),ln=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"},p.createElement("path",{d:"M9.38 2.714L13.666 7 9.38 11.286M13.666 7.003h-12"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),sn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"},p.createElement("path",{d:"M5.848 2.757h6.06v6.061M11.91 2.76l-8.485 8.484"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),cn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),dn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),mn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),pn=Q((e=>p.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"18",height:"15",fill:"none",viewBox:"0 0 18 15"},e),p.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"})))),hn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),un=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),gn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.createElement("path",{d:"M12.551 4.069L7.46 5.34 2.8 4.069",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),vn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),wn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"}),p.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"})))),fn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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})))),xn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),kn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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}),p.createElement("path",{d:"M4.84 2v2.174M10.492 2v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),En=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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}),p.createElement("path",{d:"M4.84 2v2.174M10.492 2v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),yn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("circle",{cx:4.166,cy:3.5,r:1.444,stroke:"currentColor"}),p.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"})))),bn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Mn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.createElement("path",{fill:"currentColor",d:"M2.266 4.5h11V6h-11z"})))),Ln=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Nn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"}),p.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"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Cn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M2.666 7.545l2.727 2.728L12.666 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),jn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),zn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M13.416 4.25l-5.5 5.5-5.5-5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Tn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M2.416 9.75l5.5-5.5 5.5 5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Bn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),_n=Q((e=>p.createElement("svg",i({width:"14",height:"17",fill:"none",viewBox:"0 0 14 17",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),Hn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.createElement("path",{d:"M7.541 4.304v2.571l2.805 2.57",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),An=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),Vn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Fn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),On=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)"},p.createElement("path",{clipRule:"evenodd",d:"M.666 14l14-14-14 14z",stroke:"currentColor",strokeWidth:.036}),p.createElement("path",{d:"M.666 0l14 14",stroke:"currentColor",strokeWidth:.036}),p.createElement("path",{d:"M.666 9.042h14M.666 5.031h14M.666 7h14",stroke:"currentColor",strokeWidth:.036,strokeLinecap:"square"}),p.createElement("path",{d:"M9.708 14V0M5.624 14V0M7.666 14V0",stroke:"currentColor",strokeWidth:.036}),p.createElement("path",{clipRule:"evenodd",d:"M10.583 7a2.917 2.917 0 10-5.834 0 2.917 2.917 0 005.834 0z",stroke:"currentColor",strokeWidth:.036}),p.createElement("path",{clipRule:"evenodd",d:"M7.666 13.416a6.417 6.417 0 110-12.833 6.417 6.417 0 010 12.833z",stroke:"currentColor",strokeWidth:.036}),p.createElement("path",{clipRule:"evenodd",d:"M12.333 12.541H2.999a.878.878 0 01-.875-.875V2.333c0-.481.394-.875.875-.875h9.334c.481 0 .875.394.875.875v9.333a.878.878 0 01-.875.875z",stroke:"currentColor",strokeWidth:.036}),p.createElement("path",{clipRule:"evenodd",d:"M11.458 13.416H3.874A.878.878 0 013 12.541V1.458c0-.481.394-.875.875-.875h7.584c.481 0 .875.394.875.875v11.083a.878.878 0 01-.875.875z",stroke:"currentColor",strokeWidth:.036}),p.createElement("path",{clipRule:"evenodd",d:"M13.208 11.666H2.124a.878.878 0 01-.875-.875V3.208c0-.481.394-.875.875-.875h11.084c.481 0 .875.394.875.875v7.583a.878.878 0 01-.875.875z",stroke:"currentColor",strokeWidth:.036}),p.createElement("path",{d:"M7.616 12.7a5.75 5.75 0 100-11.5 5.75 5.75 0 000 11.5z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M6.366 5.7l3.695-1.522v0a.25.25 0 01.327.327L8.866 8.2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M8.866 8.2l-2.5-2.5-1.521 3.695v0a.25.25 0 00.326.326L8.866 8.2z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Dn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Pn=Q((e=>p.createElement("svg",i({viewBox:"0 0 20 15",width:20,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"}),p.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"}),p.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"})))),Sn=Q((e=>p.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"17",height:"17",fill:"none",viewBox:"0 0 17 17"},e),p.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"}),p.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"})))),Rn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M12.916 10.375v2.25h-2.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.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"}),p.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"})))),qn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Yn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),In=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)"},p.createElement("path",{d:"M7.666 13a6 6 0 100-12 6 6 0 000 12z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M9.166 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z",fill:"currentColor"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Un=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.createElement("path",{d:"M5.745 8.245l1.912 1.915 1.912-1.915M7.666 10V4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Zn=Q((e=>p.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14"},e),p.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M10 6L7.184 8.816v0a.26.26 0 01-.368 0L4 6"})))),$n=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Gn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",fill:"currentColor"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Kn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),Xn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("rect",{x:2.666,y:2,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("rect",{x:2.666,y:8,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M8.333 4h4M8.333 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Jn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Qn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"}),p.createElement("path",{d:"M9.198 8.186L9.2 5.48l-2.706.002M9.2 5.48l-5.416 5.416"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),ea=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.createElement("path",{d:"M7.683 5.218a1.828 1.828 0 100 3.656 1.828 1.828 0 000-3.656v0z"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),ta=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.createElement("path",{d:"M7.666.875a6.125 6.125 0 100 12.25 6.125 6.125 0 000-12.25v0z"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),ra=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.createElement("path",{d:"M7.52.729a6.271 6.271 0 100 12.542A6.271 6.271 0 007.52.73v0z"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),na=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),aa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),oa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),la=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),ia=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),sa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M6.491 3.297V2.273a.766.766 0 111.53-.01v1.023",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M8.027 6.368V3.297a.766.766 0 111.53-.01v1.535",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.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"})))),ca=Q((e=>p.createElement("svg",i({viewBox:"0 0 15 16",width:15,height:16,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{clipRule:"evenodd",d:"M.666 15l14-14-14 14v0z",stroke:"currentColor",strokeWidth:.05}),p.createElement("path",{d:"M.666 1l14 14",stroke:"currentColor",strokeWidth:.05}),p.createElement("path",{d:"M.666 10.115h14M.666 6.031h14M.666 7.781h14",stroke:"currentColor",strokeWidth:.05,strokeLinecap:"square"}),p.createElement("path",{d:"M9.708 15V1M5.624 15V1M7.666 15V1",stroke:"currentColor",strokeWidth:.05}),p.createElement("path",{clipRule:"evenodd",d:"M10.583 8a2.917 2.917 0 10-5.834 0 2.917 2.917 0 005.834 0v0z",stroke:"currentColor",strokeWidth:.05}),p.createElement("path",{d:"M7.666 14.417a6.417 6.417 0 110-12.834 6.417 6.417 0 010 12.834",stroke:"currentColor",strokeWidth:.05}),p.createElement("path",{d:"M12.333 13.542H2.999a.878.878 0 01-.875-.875V3.333c0-.48.394-.875.875-.875h9.334c.48 0 .875.394.875.875v9.334a.878.878 0 01-.875.875",stroke:"currentColor",strokeWidth:.05}),p.createElement("path",{d:"M11.458 14.417H3.874A.878.878 0 013 13.542V2.458c0-.48.394-.875.875-.875h7.584c.48 0 .875.394.875.875v11.084a.878.878 0 01-.875.875",stroke:"currentColor",strokeWidth:.05}),p.createElement("path",{d:"M13.208 12.667H2.124a.878.878 0 01-.875-.875V4.208c0-.48.394-.875.875-.875h11.084c.48 0 .875.394.875.875v7.584a.878.878 0 01-.875.875",stroke:"currentColor",strokeWidth:.05}),p.createElement("path",{d:"M2.85 12.367L12.257 3.3M6.145 11.328c.524.163 1.07.244 1.62.24 2.186.036 4.404-1.501 5.773-3.007a.887.887 0 000-1.188 10.968 10.968 0 00-1.64-1.47M9.052 4.517a5.093 5.093 0 00-1.287-.15c-2.15-.036-4.373 1.468-5.771 3.005a.887.887 0 000 1.188c.425.465.889.893 1.386 1.28M5.766 7.967a2 2 0 012-2M9.769 7.966a2 2 0 01-2 2.001",stroke:"currentColor",strokeWidth:1.015,strokeLinecap:"round",strokeLinejoin:"round"})))),da=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),ma=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),pa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),ha=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),ua=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.createElement("path",{d:"M8.925 1.558v2.345c0 .262.21.473.478.473h2.345",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),p.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"})))),ga=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),va=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.createElement("path",{d:"M3.534 10.153L8.069 2.95v-.006A.667.667 0 019.13 2.94l4.535 7.203-10.132.011z"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),wa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),fa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),xa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),ka=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M2.666 4h10M2.666 7h10M2.666 10h10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ea=Q((e=>p.createElement("svg",i({viewBox:"0 0 20 19",width:20,height:19,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M1.37598 8.63281L1.37638 11.6202",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M15.1162 4.45923L15.1166 15.8058",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.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"}),p.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"})))),ya=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M2.666 4.638l.983.983L6.269 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("rect",{x:2.666,y:8,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M8.333 4h4M8.333 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ba=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Ma=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.createElement("path",{d:"M2.51 8.72a5.28 5.28 0 105.281-5.281h-.406",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M9.113 1.458l-1.98 1.98 1.98 1.98",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),La=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Na=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M4.666 12V2M10.666 12V2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ca=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),ja=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),za=Q((e=>p.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"19",height:"17",fill:"none",viewBox:"0 0 19 17"},e),p.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"}),p.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"})))),Ta=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"}),p.createElement("path",{d:"M6.5 5.807a1.166 1.166 0 102.333 0v-.022a1.166 1.166 0 10-2.334 0"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Ba=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M7.666 12V2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),_a=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M7.666 2v10M12.666 7h-10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ha=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Aa=Q((e=>p.createElement("svg",i({viewBox:"0 0 15 13",width:15,height:13,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),Va=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),Fa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Oa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),Da=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Pa=Q((e=>p.createElement("svg",i({viewBox:"0 0 15 15",width:15,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("rect",{x:"0.5",y:"0.499878",width:"13.85",height:"13.85",rx:"3.15896",stroke:"currentColor"})))),Sa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Ra=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"}),p.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"}),p.createElement("path",{d:"M9.416 4.142h.058c.642 0 1.109.525 1.109 1.108M13.5 7.583l-1.342-1.341"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),qa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Ya=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Wa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Ia=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Ua=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Za=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),$a=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M11.166 7.5L9.412 9.003A5 5 0 007.666 12.8v.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.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"})))),Ga=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Ka=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Xa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Ja=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Qa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(1.757 1.113)",d:"M0 0h11.796v11.796H0z"})))))),eo=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),to=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),ro=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M4.685 2.591h0a5.371 5.371 0 005.989 1.204",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.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"})))),no=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),ao=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)"},p.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"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),oo=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("rect",{x:2.666,y:2,width:4,height:4,rx:2,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M4.666 3.333V4l.333.333.167.167",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("rect",{x:2.666,y:8,width:4,height:4,rx:2,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M4.666 9.333V10l.333.333.167.167M8.333 4h4M8.333 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),lo=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),io=Q((e=>p.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"14",height:"12",fill:"none",viewBox:"0 0 14 12"},e),p.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"})))),so=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),co=Q((e=>p.createElement("svg",i({viewBox:"0 0 15 18",width:15,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M5.8252 16.3H9.51383",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M7.66895 16.5V17.2377",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.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{rn as AddSquareIcon,ie as Alert,nn as AnnounceIcon,an as ArchiveIcon,on as ArrowCcwIcon,ln as ArrowRightIcon,sn as ArrowTopRightIcon,cn as AtIcon,pe as Avatar,X as Badge,dn as BalloonIcon,mn as BankCheckIcon,pn as BarGraphIcon,Qr as BaseChartOptions,hn as BellIcon,un as BookmarkIcon,gn as BoxIcon,jt as Breadcrumb,Rt as Breakdown,vn as BriefcaseIcon,S as Button,Ae as ButtonGroup,wn as CakeIcon,fn as CalendarDayIcon,xn as CalendarIcon,kn as CalendarMonthIcon,En as CalendarWeekIcon,yn as CapacityIcon,bn as CardAltIcon,Mn as CardIcon,Ln as CartIcon,Nn as CashIcon,Cn as CheckIcon,pr as Checkbox,jn as ChecklistIcon,zn as ChevronDownIcon,Cr as ChevronLeftIcon,de as ChevronRightIcon,Tn as ChevronUpIcon,Bn as ChipIcon,_n as ClipboardIcon,Hn as ClockAltIcon,An as ClockIcon,Vn as CloseCircleIcon,ee as CloseIcon,Xt as ComboBox,Fn as CommentIcon,On as CompassIcon,Dn as CopyIcon,ce as Counter,Pn as CrmIcon,Dt as Currency,Sn as DashboardIcon,Br as DatePicker,Pr as DatePickerPopover,Rn as DecreaseIcon,qn as DepositIcon,Yn as DisabledIcon,Wn as DisputeIcon,oe as Dot,In as DotCircleIcon,Zn as DownArrowIcon,Un as DownloadIcon,kr as Drawer,$n as EditIcon,Gn as EllipsisIcon,Kn as EmailIcon,Xn as EmptyChecklistIcon,Jn as EquipmentIcon,Qn as ExportIcon,ea as EyeIcon,ta as FaceNeutralIcon,ra as FaceSadIcon,na as FaceSmileIcon,aa as FlagIcon,oa as ForkIcon,It as FormGroup,la as FunnelIcon,ia as GiftIcon,sa as HandIcon,ur as HeaderToolbar,ca as HiddenIcon,en as HistogramOptions,da as HomeIcon,ma as ImageIcon,pa as InfinityIcon,ha as InfoCircleIcon,$t as Input,ua as InvoiceIcon,Mt as Key,ga as KeyIcon,hr as Label,va as LandscapeIcon,wa as LinkIcon,fa as LockIcon,yr as Login,Oe as Logo,xa as MagicIcon,Ea as MegaphoneIcon,ka as MenuIcon,ya as MixedChecklistIcon,je as Modal,ba as MoneyAddIcon,Ma as MoneyBackIcon,La as MoneyIcon,Ir as Number,Na as PauseIcon,Ca as PenIcon,Yr as Phone,ja as PhoneIcon,tn as PieOptions,za as PiggyBankIcon,Ta as PinIcon,Ba as PipeIcon,_a as PlusIcon,be as Popover,Le as PopoverList,Ha as PrintIcon,Aa as ProductsIcon,Va as QuestionnaireIcon,Fa as ReceiptIcon,Oa as RefreshIcon,Da as RosterIcon,Pa as RoundedSquareIcon,Sa as RulerIcon,Ct as Search,Ra as SearchAltIcon,bt as SearchIcon,Kt as Select,qa as SendIcon,Ya as ServiceIcon,Wa as SettingsIcon,Ia as ShapesIcon,Ua as ShareIcon,Za as ShirtIcon,xe as Sidebar,xr as Skeleton,W as Spinner,$a as SplitPaymentIcon,Ga as SquareIcon,Ka as StackIcon,Xa as StarIcon,I as SubmitButton,Qt as Switch,_e as Table,gr as Tabs,ne as Tag,Gt as Textarea,Ja as TicketIcon,Z as ToggleButton,ke as Tooltip,Qa as TrashIcon,eo as UnlinkIcon,to as UserAddIcon,ro as UserIcon,no as VeteranIcon,ao as VoucherIcon,oo as WaitlistIcon,lo as WarningIcon,io as WifiIcon,so as WriteIcon,co as XrayIcon,At as almostZero,Gr as flash,Or as formatDate,Dr as formatTime,_t as getSymbol,yt as isOSX,Bt as isZeroDecimal,Vt as numberFormat,Ft as roundNumber,Kr 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 p,{cloneElement as h,Children as u,forwardRef as g,Fragment as v,useState as w,useRef as f,createContext as x,useContext as k,useEffect as E}from"react";import{Transition as y,Dialog as b,Switch as M}from"@headlessui/react";import L from"@tippyjs/react";import{followCursor as N}from"tippy.js";import{useCombobox as C}from"downshift";import{useHotkeys as j}from"react-hotkeys-hook";import z from"get-user-locale";import{round as T}from"mathjs";import B from"react-select";import _,{DateUtils as H}from"react-day-picker";import A from"dayjs";import V from"google-libphonenumber";import F 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"}},P={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"},S=e=>{var t=e,{as:r="button",variant:n="standard",color:a="primary",size:o="medium",icon:l,iconPlacement:s="left",className:m,children:h}=t,u=c(t,["as","variant","color","size","icon","iconPlacement","className","children"]);return p.createElement(r,i({className:d("ui-button","inline-flex rounded transition-colors border focus:ring disabled:opacity-60 disabled:cursor-default","justify-center items-center font-semibold",D[n].common,D[n][a],P[o],m)},u),l&&"left"===s?p.createElement("span",{className:"flex-shrink-0 mr-2"},l):null,h,l&&"right"===s?p.createElement("span",{className:"flex-shrink-0 ml-2"},l):null)};S.propTypes={color:m.oneOf(Object.keys(D.outline)),variant:m.oneOf(Object.keys(D)),size:m.oneOf(Object.keys(P)),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=>p.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14"},e),p.createElement("path",{fill:"currentColor",d:"M14 7a7 7 0 10-7 7v-1.4A5.6 5.6 0 1112.6 7H14z"})),q={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]"},W=e=>{var t=e,{className:r,size:n="small",color:a="secondary"}=t,o=c(t,["className","size","color"]);return p.createElement(R,i({className:d("ui-spinner",r,Y[n],q[a],"animate-spin inline-block")},o))};W.propTypes={className:m.string,size:m.string,color:m.string};const I=e=>{var t=e,{isLoading:r,className:n,children:a}=t,o=c(t,["isLoading","className","children"]);return p.createElement(S,i({disabled:r,className:d(n,"relative")},o),p.createElement("span",{className:d("absolute inset-0 flex justify-center items-center",r?"opacity-100":"opacity-0")},p.createElement(y,{appear:!0,as:"span",show:r,enter:"transition-all duration-700",enterFrom:"opacity-0",enterTo:"opacity-100"},p.createElement(W,{size:"current",color:"current",className:"relative top-[-1px]"}))),p.createElement("span",{className:d(r?"opacity-0 flex-grow flex-shrink":"opacity-100")},a))};I.propTypes=s(i({},S.propTypes),{isLoading:m.bool});const U={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",isActive:n,className:a}=t,o=c(t,["color","isActive","className"]);return p.createElement(S,s(i({color:r,className:d(a,n&&U[r])},o),{variant:"outline"}))};Z.propTypes=s(i({},S.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 p.createElement("span",i({className:d("ui-badge","inline-flex items-center rounded-full whitespace-nowrap",$[r],G[n],o)},s),a?h(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 p.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=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.createElement("path",{d:"M11.201 3.464l-7.07 7.072M11.202 10.536L4.13 3.464"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.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 p.createElement("span",i({className:d("ui-tag","inline-flex rounded leading-3.5",te[r],re[n],o)},s),l,a?p.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 p.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 p.createElement("div",i({className:d("ui-alert flex items-start rounded text-base px-3 py-3 leading-4",le[n],r)},l),p.createElement("span",{className:"w-full ui-alert-content"},o),a?p.createElement("button",{type:"button",className:"ml-3 cursor-pointer ui-alert-close hover:text-gray-dark"},p.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=>p.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"192",height:"192",fill:"none",viewBox:"0 0 192 192"},e),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.createElement("defs",null,p.createElement("linearGradient",{id:"paint0_linear",x1:"117.572",x2:"117.572",y1:"323.149",y2:"57.367",gradientUnits:"userSpaceOnUse"},p.createElement("stop",{stopColor:"#fff"}),p.createElement("stop",{offset:"1",stopColor:"#626262"})),p.createElement("linearGradient",{id:"paint1_linear",x1:"39.87",x2:"80.42",y1:"85.611",y2:"85.611",gradientUnits:"userSpaceOnUse"},p.createElement("stop",{stopColor:"#fff"}),p.createElement("stop",{offset:"1",stopColor:"#909191"})),p.createElement("linearGradient",{id:"paint2_linear",x1:"81.096",x2:"81.096",y1:"117.762",y2:"201.184",gradientUnits:"userSpaceOnUse"},p.createElement("stop",{stopColor:"#fff"}),p.createElement("stop",{offset:"1",stopColor:"#909191"})),p.createElement("linearGradient",{id:"paint3_linear",x1:"-25.794",x2:"208.447",y1:"204.974",y2:"204.974",gradientUnits:"userSpaceOnUse"},p.createElement("stop",{stopColor:"#fff"}),p.createElement("stop",{offset:"1",stopColor:"#626262"})))),ce=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.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=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"},pe=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 p.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))};pe.propTypes={className:m.string,color:m.string,name:m.string,size:m.oneOf(Object.keys(me))};const he=e=>{var t=e,{name:r,description:n,image:a,icon:o=p.createElement(de,null),isResponsive:l=!1}=t,s=c(t,["name","description","image","icon","isResponsive"]);const m=null!=a?a:p.createElement(pe,{size:"tiny",name:r});return p.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),p.createElement("div",{className:"flex-shrink-0"},m),p.createElement("div",{className:d("ml-2 text-left min-w-0",l&&"hidden xl:inline")},p.createElement("div",{className:"truncate"},r),n?p.createElement("div",{className:"text-sm text-gray-dark truncate"},n):null),p.createElement("span",{className:d("ml-auto",l&&"hidden xl:inline")},o))};he.displayName="Sidebar.Account",he.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 p.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),p.createElement("div",{className:"p-1.5"},p.createElement(r,{className:"w-4 h-4"})),p.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 p.createElement("div",i({className:"p-3 ui-sidebar-footer"},n),p.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 p.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),p.createElement(n,{className:"w-5 h-5 xl:mr-3"}),p.createElement("span",{className:"hidden px-1 xl:inline"},a),p.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 p.createElement(L,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),p.createElement("span",null,r))};fe.displayName="Sidebar.Menu",fe.propTypes={children:m.node.isRequired,content:m.node.isRequired};const xe=({children:e,className:t,footer:r,notifications:n,isFixed:a=!0,onLogoClick:o})=>p.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)},p.createElement("div",{className:d("p-2 text-center xl:text-left",n?null:"invisible")},p.createElement(ce,{className:"text-sm"},n)),p.createElement("div",{className:"mb-10 text-center"},p.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})),p.createElement("div",{className:"flex-grow space-y-2"},e),r);xe.propTypes={children:m.node.isRequired,className:m.string,footer:m.element.isRequired,notifications:m.number,isFixed:m.bool,onLogoClick:m.func.isRequired},xe.Account=he,xe.Button=ue,xe.Footer=ge,xe.Link=ve,xe.Menu=fe;const ke=e=>{var t=e,{children:r,className:n,content:a}=t,o=c(t,["children","className","content"]);return p.createElement(L,s(i({content:a},o),{className:"text-white ui-tooltip",plugins:[N]}),p.createElement("span",{className:n},r))};ke.propTypes={content:m.oneOfType([m.string,m.element]),children:m.node.isRequired,className:m.string};const Ee=(e,t)=>{var r;return null!=(r=u.toArray(e).find((e=>e.type===t)))?r:null};var ye="_main_1q4dn_1";const be=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,be.Content),m=u.toArray(n).filter((e=>e.type!==be.Content));return p.createElement(L,i({interactive:!0,zIndex:20,content:s,className:d("ui-popover",ye,"!border-gray-light !rounded-lg",r),plugins:[N],offset:[null!=a?a:0,null!=o?o:10]},l),p.createElement("span",null,m))};be.propTypes={className:m.string,skidding:m.number,distance:m.number,children:m.node.isRequired};const Me=({className:e,children:t})=>p.createElement("div",{className:d("ui-popover-content",e)},t);Me.displayName="Popover.Content",Me.propTypes={className:m.string,children:m.node.isRequired},be.Content=Me;const Le=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!==Le.Item)),m=l.length-s.length,h=l.map(((e,t)=>e.type===Le.Item?p.cloneElement(e,{position:t,total:m}):null)),g=p.createElement(be.Content,{className:"p-0 divide-y divide-solid ui-popover-list-content divide-gray-lighter"},h);return p.createElement(be,i({content:g,placement:r,className:d("ui-popover-list","w-40",n)},o),s)};Le.propTypes={placement:m.string,className:m.string,children:m.node.isRequired};const Ne=e=>{var t=e,{name:r,isActive:n=!1,position:a,total:o,children:l,className:s,onClickItem:m}=t,h=c(t,["name","isActive","position","total","children","className","onClickItem"]);return p.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)},h),l)};Ne.displayName="PopoverList.Item",Ne.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},Le.Item=Ne;const Ce={small:"sm:max-w-md",medium:"sm:max-w-lg",large:"sm:max-w-2xl",huge:"sm:max-w-3xl"},je=({size:e="medium",isOpen:t=!1,shouldCloseOnOutsideClick:r=!1,onClose:n,children:a,className:o})=>{const l=Ee(a,je.Header),i=Ee(a,je.Body),s=Ee(a,je.Footer);return p.createElement(y.Root,{show:t,as:v},p.createElement(b,{static:!0,as:"div",className:"overflow-y-auto fixed inset-0 z-30 ui-modal",open:t,onClose:()=>{r&&n()}},p.createElement("div",{className:"flex justify-center items-end px-4 pt-4 pb-20 min-h-screen text-center sm:block sm:p-0"},p.createElement(y.Child,{as:v,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},p.createElement(b.Overlay,{className:"fixed inset-0 bg-opacity-75 transition-opacity bg-gray-dark"})),p.createElement("span",{className:"hidden sm:inline-block sm:h-screen sm:align-middle"},"​"),p.createElement(y.Child,{as:v,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"},p.createElement(je.Core,{className:o,width:Ce[e],header:l,body:i,footer:s,onClose:n})))))};je.propTypes={className:m.string,size:m.oneOf(Object.keys(Ce)),isOpen:m.bool,shouldCloseOnOutsideClick:m.bool,onClose:m.func.isRequired,children:m.node.isRequired};const ze=g((({className:e,width:t,onClose:r,header:n,body:a,footer:o},l)=>{const i=d("ui-modal",e,t,"sm:w-full inline-block align-bottom bg-white rounded-lg overflow-hidden shadow-xl transform","transition-all sm:my-8 sm:align-middle");return p.createElement("div",{ref:l,className:i},p.createElement("div",{className:"px-8 pt-5 bg-white"},p.createElement("div",{className:"hidden absolute top-0 right-0 px-8 pt-7 sm:block"},r?p.createElement("div",{className:"text-xl cursor-pointer text-gray hover:text-gray-darker",onClick:r},p.createElement(ee,null)):null),p.createElement("div",{className:"sm:flex sm:items-start"},p.createElement("div",{className:"pt-3 w-full text-center"},n,a))),o)}));ze.displayName="Modal.Core",ze.propTypes={className:m.string,width:m.string.isRequired,onClose:m.func.isRequired,header:m.element.isRequired,body:m.element.isRequired,footer:m.element.isRequired},je.Core=ze;const Te=({children:e,description:t})=>p.createElement(b.Title,{as:"div",className:"text-center"},p.createElement("h3",{className:"text-2xl font-semibold leading-6 text-black ui-modal-header"},e),t?p.createElement("p",{className:"mt-2 text-base font-normal leading-normal text-gray-darker"},t):null);Te.displayName="Modal.Header",Te.propTypes={children:m.node.isRequired,description:m.string},je.Header=Te;const Be=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.createElement("div",i({className:d("ui-modal-body",r,"pt-8 pb-2 mt-2 text-left")},n))};Be.displayName="Modal.Body",Be.propTypes={className:m.string},je.Body=Be,je.Footer=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.createElement("div",i({className:d("ui-modal-footer",r,"float-right px-8 py-8 modal-footer sm:flex")},n))},je.Footer.displayName="Modal.Footer",je.Footer.propTypes={className:m.string};const _e=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.createElement("div",{className:"flex flex-col ui-table"},p.createElement("div",{className:"overflow-x-auto -my-2"},p.createElement("div",{className:"inline-block py-2 min-w-full align-middle"},p.createElement("div",{className:"overflow-hidden border-b sm:rounded-lg border-gray-lighter"},p.createElement("table",i({className:d(r,"min-w-full divide-y border border-gray-lighter")},n))))))};_e.propTypes={className:m.string},(_e.Head=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.createElement("thead",i({className:d("ui-table-head","bg-gray-lighter",r)},n))}).displayName="Table.Head",_e.Head.propTypes={className:m.string},(_e.Header=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.createElement("th",i({className:d("ui-table-header","px-4 py-2 text-left text-base font-bold",r)},n))}).displayName="Table.Header",_e.Header.propTypes={className:m.string},(_e.Body=e=>{var t=e,{className:r,isStriped:n=!1,children:a}=t,o=c(t,["className","isStriped","children"]);return p.createElement("tbody",i({className:d("ui-table-body","border-none",r)},o),u.map(a,(e=>e&&h(e,{isStriped:n}))))}).displayName="Table.Body",_e.Body.propTypes={className:m.string,children:m.node.isRequired,isStriped:m.bool},(_e.Row=e=>{var t=e,{isStriped:r=!1,className:n}=t,a=c(t,["isStriped","className"]);return p.createElement("tr",i({className:d("ui-table-row",r&&"even:bg-gray-lighter",n)},a))}).displayName="Table.Row",_e.Row.propTypes={isStriped:m.bool,className:m.string},(_e.Cell=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.createElement("td",i({className:d("ui-table-cell","px-4 py-2 whitespace-nowrap text-base text-gray-darker",r)},n))}).displayName="Table.Cell",_e.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 p.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)),h(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 Ve=e=>{var t=e,{as:r="button",isActive:n,shouldShowText:a=!0,size:o="medium",icon:l,iconPlacement:s="left",className:m,children:h}=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 p.createElement(r,i({className:g},u),l&&"left"===s?p.createElement("span",{className:"flex-shrink-0 mr-2"},l):null,a?h:null,l&&"right"===s?p.createElement("span",{className:"flex-shrink-0 ml-2"},l):null)};Ve.displayName="ButtonGroup.Button",Ve.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=Ve;const Fe={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 p.createElement("img",i({className:d("ui-logo",r,"inline-block rounded object-cover",Fe[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 Pe=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)},Se="object"==typeof De&&De&&De.Object===Object&&De,Re="object"==typeof self&&self&&self.Object===Object&&self,qe=Se||Re||Function("return this")(),Ye=qe,We=function(){return Ye.Date.now()},Ie=/\s/;var Ue=function(e){for(var t=e.length;t--&&Ie.test(e.charAt(t)););return t},Ze=/^\s+/;var $e=function(e){return e?e.slice(0,Ue(e)+1).replace(Ze,""):e},Ge=qe.Symbol,Ke=Ge,Xe=Object.prototype,Je=Xe.hasOwnProperty,Qe=Xe.toString,et=Ke?Ke.toStringTag:void 0;var tt=function(e){var t=Je.call(e,et),r=e[et];try{e[et]=void 0;var n=!0}catch(_r){}var a=Qe.call(e);return n&&(t?e[et]=r:delete e[et]),a},rt=Object.prototype.toString;var nt=tt,at=function(e){return rt.call(e)},ot=Ge?Ge.toStringTag:void 0;var lt=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":ot&&ot in Object(e)?nt(e):at(e)},it=function(e){return null!=e&&"object"==typeof e};var st=function(e){return"symbol"==typeof e||it(e)&&"[object Symbol]"==lt(e)},ct=$e,dt=Pe,mt=st,pt=/^[-+]0x[0-9a-f]+$/i,ht=/^0b[01]+$/i,ut=/^0o[0-7]+$/i,gt=parseInt;var vt=Pe,wt=We,ft=function(e){if("number"==typeof e)return e;if(mt(e))return NaN;if(dt(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=dt(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=ct(e);var r=ht.test(e);return r||ut.test(e)?gt(e.slice(2),r?2:8):pt.test(e)?NaN:+e},xt=Math.max,kt=Math.min;var Et=function(e,t,r){var n,a,o,l,i,s,c=0,d=!1,m=!1,p=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function h(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?h(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=wt();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,p&&n?h(e):(n=a=void 0,l)}function f(){var e=wt(),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),h(s)}return void 0===i&&(i=setTimeout(v,t)),l}return t=ft(t)||0,vt(r)&&(d=!!r.leading,o=(m="maxWait"in r)?xt(ft(r.maxWait)||0,t):o,p="trailing"in r?!!r.trailing:p),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(wt())},f};const yt=navigator.userAgent.includes("Macintosh"),bt=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Mt=e=>{var t,r=e,{char:n,className:a}=r,o=c(r,["char","className"]);const l=null!=(t=Lt[n])?t:n;return p.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)},Lt={cmd:yt?"⌘":"ctrl",option:yt?"⌥":"win",ctrl:yt?"ctrl":"alt",up:"↑",down:"↓"};Mt.propTypes={char:m.string.isRequired,className:m.string};const Nt=Et(((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:h=!1,isOpen:u}=t,g=c(t,["className","items","defaultValue","onChange","onSubmit","onSelect","children","isLoading","isOpen"]);const[v,x]=w(!0),[k,E]=w(null!=a?a:""),y=f(),b={value:k},M=k?[b,...n]:[],{isOpen:L,openMenu:N,getMenuProps:z,getInputProps:T,getComboboxProps:B,highlightedIndex:_,getItemProps:H,closeMenu:A}=C({items:M,inputValue:k,onInputValueChange:({inputValue:e})=>{E(e),o&&Nt(o,e)},itemToString:()=>k,defaultHighlightedIndex:0,onSelectedItemChange:({selectedItem:e,type:t})=>{"__input_blur__"!==t&&(e===b?(null==l||l(k),y.current.blur()):e&&(null==s||s(e),y.current.blur()),A())},isOpen:u}),V=L&&M.length>0,F=L&&k.length>0&&!h&&M.length<=1;return j(yt?"cmd+k":"ctrl+k",(e=>{e.preventDefault(),y.current.focus()})),j("esc",(()=>y.current.blur()),{enableOnTags:["INPUT"]}),p.createElement("div",{className:"relative w-full ui-search"},p.createElement("div",i({},B({className:"w-full relative rounded-md"})),p.createElement("div",{className:"absolute inset-y-0 top-[-2px] left-0 hidden md:flex items-center pointer-events-none"},p.createElement(bt,{className:"w-4 h-4 text-gray-darker"})),p.createElement("input",i({},T(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:y,onFocus:()=>{x(!1),N()},onBlur:()=>x(!0)},g)))),p.createElement("div",{className:"hidden absolute inset-y-0 right-0 items-center pr-3 space-x-1 pointer-events-none lg:flex"},v?p.createElement(p.Fragment,null,p.createElement(Mt,{char:"cmd"})," ",p.createElement(Mt,{char:"K"})):null)),p.createElement("ul",i({},z({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:!V})})),V?M.map(((e,t)=>p.createElement("li",i({key:e},H({key:t,item:e,index:t,className:"ui-search-item"})),e===b?p.createElement(p.Fragment,null,p.createElement("div",{className:d("p-2 cursor-pointer",_===t?"bg-blue-light text-white":"")},"Show all results for ",p.createElement("strong",null,k)),h?p.createElement("div",{className:"p-3 text-center"},p.createElement(W,{size:"small"})):null):null==m?void 0:m(e,_===t)))):null,V&&F?p.createElement("li",{className:"p-2 cursor-not-allowed"},"No results found"):null,V&&M.length<5?p.createElement("li",{className:"flex sticky bottom-0 p-2 space-x-5 text-sm search-footer text-gray-dark pointer-events"},p.createElement("span",{className:"flex items-center"},p.createElement(Mt,{char:"up",className:"mr-0.5"}),p.createElement(Mt,{char:"down",className:"mr-2"})," to navigate"),p.createElement("span",{className:"flex items-center"},p.createElement(Mt,{char:"enter",className:"mr-2"})," to submit"),p.createElement("span",{className:"flex items-center"},p.createElement(Mt,{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,children:m.oneOfType([m.arrayOf(m.node),m.node,m.func]),isLoading:m.bool,isOpen:m.bool};const jt=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 p.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 p.createElement(p.Fragment,null,p.createElement("span",{className:d(n.item,r?"text-black":"text-gray-dark")},e),r?null:p.createElement("span",{className:d(n.separator,"text-gray-dark mx-2")},a))})))};jt.propTypes={className:m.string,classNames:m.object,separator:m.string,children:m.oneOfType([m.arrayOf(m.node),m.node])},(jt.Item=({className:e,onClick:t,children:r})=>p.createElement("div",{className:d("ui-breadcrumb-item",e,"inline",t&&"cursor-pointer hover:underline"),onClick:t},r)).displayName="Breadcrumb.Item",jt.Item.propTypes={className:m.string,onClick:m.func,children:m.node.isRequired};const zt=z(),Tt=new Set(["JPY","CLP","KRW","LAK","PYG","VND","VUV"]),Bt=e=>Tt.has(e),_t=(e,t=zt,r=0)=>new Intl.NumberFormat(t,{style:"currency",currency:e,maximumFractionDigits:0}).format(r).replace(/\d/g,"").trim(),Ht=z(),At=e=>{const t=Math.abs(e);return t>=0&&t<=.001},Vt=(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)},Ft=(e,t)=>{let r=Number(t);return Bt(e)?r=T(r):(T(r,3)===T(r,4)&&(r=T(r,3)),r=T(r,2)),r},Ot=z(),Dt=({currency:e="USD",locale:t=Ot,shouldRemoveTrailingZeroes:r=!0,maximumFractionDigits:n=2,children:a})=>{let o=a;At(o)&&(o=0);let l=Vt(o,e,t,Bt(e)?0:n);return l=r?l.replace(".00",""):l,p.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=Ft(e,t);return p.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=Ft(e,n).toString().split("."),o=a[0];let l=a[1]||"0";1===l.length&&(l+="0");const i=Vt(o,e,t,0);return p.createElement("span",{title:n,className:"ui-currency-split"},p.createElement("span",{className:"ui-currency-split-int"},i),!Bt(e)&&p.createElement("span",{className:"pl-1 underline ui-currency-split-decimal"},p.createElement("sup",null,l)))}).propTypes={currency:m.string,locale:m.string,children:m.node.isRequired};const Pt={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"},St=x(),Rt=e=>{var t=e,{children:r,className:n,currency:a}=t,o=c(t,["children","className","currency"]);return p.createElement(St.Provider,{value:a},p.createElement("table",i({className:d("ui-breakdown","w-full",n)},o),p.createElement("tbody",null,r)))};Rt.propTypes={children:m.node,className:m.string,currency:m.string.isRequired};const qt=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=k(St);return p.createElement("tr",i({className:d("ui-breakdown-item",Pt[l],o)},s),p.createElement("td",{className:"text-left"},r),p.createElement("td",{className:"text-right"},n),p.createElement("td",{className:"pl-4 text-right w-[1%]"},p.createElement(Dt,{shouldRemoveTrailingZeroes:!1,currency:m},a)))};qt.propTypes={children:m.node,info:m.node,value:m.node,className:m.string,color:m.oneOf(Object.keys(Pt))},(Rt.Item=qt).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=k(St);return p.createElement("tr",i({className:d("ui-breakdown-subtotal-item","font-bold",Pt[l],o)},s),p.createElement("td",{className:"pt-1 pb-4 text-left"},r),p.createElement("td",{className:"pt-1 pb-4 text-right"},n),p.createElement("td",{className:"pt-1 pb-4 pl-4 text-right w-[1%]"},p.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(Pt))},(Rt.SubtotalItem=Yt).displayName="Breakdown.SubtotalItem";const Wt=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.createElement("tr",i({className:d("ui-breakdown-separator",r)},n),p.createElement("td",{colSpan:3,className:"pb-1 border-b border-gray-light"}))};Wt.propTypes={className:m.string},(Rt.Separator=Wt).displayName="Breakdown.Separator";const It=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.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"},Zt=e=>{var t=e,{as:r,size:n="medium",isError:a,className:o}=t,l=c(t,["as","size","isError","className"]);return p.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))};Zt.propTypes={as:m.oneOfType([m.string,m.elementType]),size:m.oneOf(Object.keys(Ut)),className:m.string,isError:m.bool};const $t=e=>{var t=e,{className:r,type:n="text"}=t,a=c(t,["className","type"]);return p.createElement(Zt,i({as:"input",className:d("ui-input",r),type:n},a))};$t.propTypes=s(i({},Zt.propTypes),{type:m.string});const Gt=e=>{var t=e,{className:r,rows:n=2}=t,a=c(t,["className","rows"]);return p.createElement(Zt,i({as:"textarea",className:d("ui-textarea",r),rows:n},a))};Gt.propTypes=s(i({},Zt.propTypes),{rows:m.number});const Kt=e=>p.createElement(Zt,i({as:"select"},e));Kt.propTypes=Zt.propTypes;const Xt=e=>{var t=e,{className:r,isError:n}=t,a=c(t,["className","isError"]);return p.createElement(B,i({className:d("ui-combo-box",n&&"border-danger",r),classNamePrefix:"ui-combo-box"},a))};Xt.propTypes={className:m.string,isError:m.bool};const Jt={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"}},Qt=e=>{var t=e,{isChecked:r=!1,size:n="medium"}=t,a=c(t,["isChecked","size"]);return p.createElement(M,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",Jt[n].parent)},a),p.createElement("span",{className:d(r?Jt[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",Jt[n].inner)}))};Qt.propTypes={isChecked:m.bool,size:m.string},(Qt.Group=({className:e,children:t})=>p.createElement(M.Group,{as:"div",className:d("ui-switch-group","inline-flex items-center",e)},t)).displayName="Switch.Group",Qt.Group.propTypes={className:m.string,children:m.node.isRequired},(Qt.Label=({direction:e="left",className:t,children:r})=>p.createElement(M.Label,{as:"span",className:d("ui-switch-label","cursor-pointer","left"===e?"mr-2":"ml-2",t)},r)).displayName="Switch.Label",Qt.Label.propTypes={direction:m.string,className:m.string,children:m.node.isRequired};var er=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},tr=Array.isArray,rr=er,nr=tr,ar=st,or=Ge?Ge.prototype:void 0,lr=or?or.toString:void 0;var ir=function e(t){if("string"==typeof t)return t;if(nr(t))return rr(t,e)+"";if(ar(t))return lr?lr.call(t):"";var r=t+"";return"0"==r&&1/t==-Infinity?"-0":r};var sr=function(e){return null==e?"":ir(e)},cr=0;var dr=function(e){var t=++cr;return sr(e)+t};var mr="_checkbox_1gb8z_1";const pr=e=>{var t,r=e,{label:n,className:a,classNames:o={}}=r,l=c(r,["label","className","classNames"]);const[m]=w(null!=(t=l.id)?t:dr("checkbox-"));return p.createElement("div",{className:d("ui-checkbox",a,"flex items-center")},p.createElement("input",s(i({type:"checkbox",className:d("ui-checkbox-input",o.checkbox,mr,"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?p.createElement("label",{htmlFor:m,className:d("ui-checkbox-label",o.label,"ml-2 leading-none text-gray-darker")},n):null)};pr.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 p.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 ur=({classNames:e,children:t})=>p.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);ur.propTypes={classNames:m.string,children:m.node.isRequired},(ur.Breadcrumb=({className:e,children:t})=>p.createElement(jt,{className:d("ui-header-toolbar-breadcrumb","text-xl border-r border-gray-light md:pr-4 xl:pr-6",e)},t)).displayName="HeaderToolbar.Breadcrumb",ur.Breadcrumb.propTypes={className:m.string,children:m.node.isRequired},ur.Breadcrumb.displayName="HeaderToolbar.Search",ur.Search=e=>p.createElement(Ct,i({className:"flex-grow pr-1 w-full ui-header-toolbar-search"},e));const gr=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===gr.Tab)),g=s.filter((e=>e.type===gr.Panel));return p.createElement(p.Fragment,null,p.createElement("div",i({className:d("ui-tabs","bg-gray-lighter overflow-x-auto",r)},l),p.createElement("nav",{className:"flex"},m.map(((e,t)=>h(e,{isActive:t===n,onClick:()=>null==a?void 0:a(t)}))))),g.map(((e,t)=>h(e,{isActive:t===n}))))};gr.propTypes={className:m.string,value:m.number.isRequired,onChange:m.func.isRequired,children:m.node.isRequired};const vr=e=>{var t=e,{as:r="button",className:n,isActive:a=!1}=t,o=c(t,["as","className","isActive"]);return p.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))};vr.displayName="Tabs.Tab",vr.propTypes={as:m.oneOfType([m.string,m.elementType]),className:m.string,isActive:m.bool},gr.Tab=vr;const wr=e=>{var t=e,{isActive:r=!1,className:n}=t,a=c(t,["isActive","className"]);return p.createElement("div",i({className:d("ui-tabs-panel",n,r||"hidden")},a))};wr.displayName="Tabs.Panel",wr.propTypes={isActive:m.bool,className:m.string},gr.Panel=wr;var fr="_shimmer_qt4e9_7";const xr=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 p.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?p.createElement("div",{className:d(fr,"absolute w-full h-full",l.shimmer)}):null,p.createElement("div",{className:d("text-gray",l.text)},o))};xr.propTypes={style:m.object,height: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={}})=>p.createElement(y.Root,{show:e,as:v},p.createElement(b,{static:!0,as:"div",className:"overflow-hidden fixed inset-0 ui-drawer",open:e,onClose:n},p.createElement("div",{className:"overflow-hidden absolute inset-0"},p.createElement(y.Child,{as:v,enter:"ease-in-out duration-500",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in-out duration-500",leaveFrom:"opacity-100",leaveTo:"opacity-0"},p.createElement(b.Overlay,{className:"absolute inset-0 bg-opacity-75 transition-opacity bg-gray"})),p.createElement("div",{className:"flex fixed inset-y-0 right-0 pl-10 max-w-full"},p.createElement(y.Child,{as:v,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"},p.createElement("div",{className:"w-screen max-w-md"},p.createElement("div",{className:"flex overflow-y-auto flex-col py-8 h-full bg-white shadow-xl"},p.createElement("div",{className:"px-4 sm:px-6"},p.createElement("div",{className:"flex justify-between items-start"},p.createElement(b.Title,{className:d("text-base font-semibold",a.title)},t),p.createElement("div",{className:d("ml-3 h-7 flex items-center")},p.createElement(S,{size:"small",color:"link",className:"focus:hidden",onClick:n},p.createElement(ee,null))))),p.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 Er=e=>p.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"150",height:"48",fill:"none",viewBox:"0 0 150 48"},e),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.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"}),p.createElement("defs",null,p.createElement("linearGradient",{id:"paint0_linear",x1:"60.015",x2:"60.015",y1:"80.164",y2:"14.981",gradientUnits:"userSpaceOnUse"},p.createElement("stop",{stopColor:"#fff"}),p.createElement("stop",{offset:"1",stopColor:"#626262"})),p.createElement("linearGradient",{id:"paint1_linear",x1:"40.169",x2:"50.526",y1:"21.908",y2:"21.908",gradientUnits:"userSpaceOnUse"},p.createElement("stop",{stopColor:"#fff"}),p.createElement("stop",{offset:"1",stopColor:"#909191"})),p.createElement("linearGradient",{id:"paint2_linear",x1:"50.698",x2:"50.698",y1:"29.793",y2:"50.252",gradientUnits:"userSpaceOnUse"},p.createElement("stop",{stopColor:"#fff"}),p.createElement("stop",{offset:"1",stopColor:"#909191"})),p.createElement("linearGradient",{id:"paint3_linear",x1:"23.397",x2:"83.226",y1:"51.182",y2:"51.182",gradientUnits:"userSpaceOnUse"},p.createElement("stop",{stopColor:"#fff"}),p.createElement("stop",{offset:"1",stopColor:"#626262"}))));const yr=({defaultValues:e,isLoading:t=!1,error:r=null,onSubmit:n})=>{const[a,o]=w(i({email:"",password:"",shouldRemember:!1},e)),l=e=>{const{name:t,value:r}=e.target;o(s(i({},a),{[t]:r}))};return p.createElement("div",{className:"overflow-hidden h-screen bg-white bg-opacity-40 ui-login"},p.createElement("div",{className:"flex flex-col justify-center items-center space-y-8 w-full h-[90%] md:full"},p.createElement("div",{className:"py-0 px-9 rounded-lg md:py-10 md:bg-white w-82"},p.createElement("div",{className:"mb-12 md:mb-10"},p.createElement(Er,{className:"mx-auto w-auto h-10 md:mb-20 md:h-12"})),p.createElement("form",{onSubmit:e=>{e.preventDefault(),n(a)}},p.createElement("fieldset",{className:"space-y-6",disabled:t},p.createElement("div",{className:"-space-y-px bg-white rounded-md"},p.createElement(It,{className:"md:mb-7"},p.createElement(hr,null,"Email"),p.createElement($t,{required:!0,name:"email",type:"email",autoComplete:"email",value:a.email,isError:!!r,onChange:l})),p.createElement(It,null,p.createElement(hr,null,"Password"),p.createElement($t,{required:!0,name:"password",type:"password",autoComplete:"current-password",value:a.password,isError:!!r,onChange:l}))),p.createElement(pr,{name:"shouldRemember",label:"Remember me",checked:a.shouldRemember,onChange:e=>{const{name:t,checked:r}=e.target;o(s(i({},a),{[t]:r}))}}),r?p.createElement(ie,{color:"danger"},r):null,p.createElement(S,{type:"submit",className:"w-full",color:"primary"},t?p.createElement(W,{size:"current",color:"current",className:"mr-2"}):null,"Login"),p.createElement("div",{className:"mt-5 text-sm text-center"},p.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?")))))),p.createElement("footer",null,p.createElement("div",{className:"flex overflow-hidden flex-col justify-center items-center py-1 px-4 w-full sm:px-6 lg:px-8"},p.createElement("div",{className:"px-4 m-5 text-xs text-center rounded-lg opacity-30 md:text-sm hover:opacity-80 w-82"},p.createElement("a",{href:"https://www.xola.com/team",target:"_blank",className:"md:text-gray",rel:"noreferrer"},"Handcrafted in Houston, Belgrade & Bengaluru",p.createElement("div",{className:"text-center"},"© ",(new Date).getFullYear()," Xola, Inc."))))))};yr.propTypes={defaultValues:m.shape({email:m.string,password:m.string,shouldRemember:m.bool}),isLoading:m.bool,error:m.string,onSubmit:m.func};const br=({selectedDate:e,day:t,getContent:r})=>{if(r)return p.createElement(Mr,{selectedDate:e,day:t,getContent:r});const n=e&&A(e).isSame(t,"day");return p.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())};br.propTypes={selectedDate:m.objectOf(Date),day:m.objectOf(Date),getContent:m.func};const Mr=({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 p.createElement("div",{className:"ui-day-content"},p.createElement("div",{className:d("ui-day-content-value",l?"text-white selected":null)},a),i?p.createElement("div",{className:"ui-day-content-custom"},o):null)};Mr.propTypes={selectedDate:m.objectOf(Date),day:m.objectOf(Date),getContent:m.func.isRequired};const Lr=A(),Nr=({date:e,onChange:t})=>{const r=[...Array.from({length:12}).keys()].map((e=>Lr.month(e).format("MMM"))),n=[...Array.from({length:12}).keys()].map((e=>Lr.year(2021+e).format("YYYY"))),a=e=>{const{year:r,month:n}=e.target.form;t(new Date(r.value,n.value))};return p.createElement("form",{className:"space-x-2 DayPicker-Caption"},p.createElement("span",{className:"inline-block"},p.createElement(Kt,{name:"month",value:e.getMonth(),className:"month-selector",onChange:a},r.map(((e,t)=>p.createElement("option",{key:e,value:t},e))))),p.createElement("span",{className:"inline-block"},p.createElement(Kt,{name:"year",value:e.getFullYear(),className:"year-selector",onChange:a},n.map((e=>p.createElement("option",{key:e,value:e},e))))))};Nr.propTypes={date:m.objectOf(Date).isRequired,onChange:m.func.isRequired};const Cr=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M9.666 12.5L4.166 7l5.5-5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),jr=({onPreviousClick:e,onNextClick:t,className:r,showNextButton:n,showPreviousButton:a})=>p.createElement("div",{className:d("absolute z-50 top-1.5 right-7",r)},p.createElement(zr,{isVisible:a,onClick:e},p.createElement(Cr,null)),p.createElement(zr,{isVisible:n,onClick:t},p.createElement(de,null)));jr.propTypes={onPreviousClick:m.func,onNextClick:m.func,className:m.string,showNextButton:m.bool,showPreviousButton:m.bool};const zr=({isVisible:e=!0,onClick:t,children:r})=>p.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);zr.propTypes={isVisible:m.bool,onClick:m.func.isRequired,children:m.element.isRequired};const Tr={single:"single",range:"range"},Br=e=>{var t,r,n=e,{variant:a=Tr.single,value:o,getDayContent:l,disabledDays:s=[],shouldShowYearPicker:m=!1,onChange:h,onMonthChange:u,modifiers:g={}}=n,v=c(n,["variant","value","getDayContent","disabledDays","shouldShowYearPicker","onChange","onMonthChange","modifiers"]);const f=a===Tr.single?o:o.from,[x,k]=w(f),y=a===Tr.range;E((()=>{null==u||u(x)}),[x,u]);const b=e=>{k(e),null==u||u(e)},M=m?({date:e})=>p.createElement(Nr,{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 p.createElement(_,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=>p.createElement(br,{selectedDate:o,day:e,getContent:l}),navbarElement:jr,onDayClick:e=>{y?o.from&&o.to?h({from:e,to:null}):h(H.addDayToRange(e,o)):h(e)},onMonthChange:b},v))};Br.propTypes={variant:m.oneOf(Object.keys(Tr)),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 _r,Hr={exports:{}},Ar=Hr.exports=(_r={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=_r,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]||_r[n]||t[a].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(e,t,r){return t||r.slice(1)}))})));return a.call(this,n)}}),Vr={exports:{}},Fr=Vr.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 p(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],p=d&&d[0],h=d&&d[1];l[s]=h?{regex:p,parser:h}: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=p(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,h=new Date,u=l||(a||o?1:h.getDate()),g=a||h.getFullYear(),v=0;a&&!o||(v=o>0?o-1:h.getMonth());var w=i||0,f=s||0,x=c||0,k=d||0;return m?new Date(Date.UTC(g,v,u,w,f,x,k+60*m.offset*1e3)):r?new Date(Date.UTC(g,v,u,w,f,x,k)):new Date(g,v,u,w,f,x,k)}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 h=i.length,u=1;u<=h;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===h&&(this.$d=new Date(""))}else a.call(this,e)}}}();A.extend(Fr),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)},Pr=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,h]=w(!1),u=()=>{h(!m)},g={size:"medium",placeholder:"Select Date",value:Or(r,n),onClick:u},v=o?p.cloneElement(o,g):p.createElement(Sr,i({readOnly:!0},g));return p.createElement(be,i({visible:m,maxWidth:"900px",distance:18,placement:"bottom",className:l.popover,onClickOutside:u},s),v,p.createElement(be.Content,null,p.createElement("div",null,p.createElement(Br,i({onChange:e=>{null==a||a(e),h(!1)}},d)))))};Pr.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 Sr=e=>{var t=e,{className:r}=t,n=c(t,["className"]);return p.createElement("div",{className:"inline-flex relative w-80 bg-gray-lighter"},p.createElement("div",{className:"flex absolute inset-0 items-center pl-3 pointer-events-none"},p.createElement(xn,{className:"inline-block"})),p.createElement($t,i({className:d("pl-8 cursor-pointer",r)},n)),p.createElement("div",{className:"flex absolute inset-y-0 right-0 items-center pr-3 pointer-events-none"},p.createElement(Zn,{className:"inline-block"})))};Sr.propTypes={className:m.string};const Rr=V.PhoneNumberFormat,qr=V.PhoneNumberUtil.getInstance(),Yr=({countryCode:e="US",className:t,children:r})=>{const n=r;try{let r=qr.parseAndKeepRawInput(n,e);const a=qr.getRegionCodeForNumber(r);let o;if(a&&a!==e&&(r=qr.parseAndKeepRawInput(n,a)),a){const t=a===e?Rr.NATIONAL:Rr.INTERNATIONAL;o=qr.format(r,t)}else o=n;return p.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 p.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 Wr=z(),Ir=({locale:e=Wr,maximumFractionDigits:t=2,children:r})=>{const n=Vt(r,null,e,t);return p.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"},Zr={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"},$r={duration:3e3,position:"top-right",reverseOrder:!1},Gr={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 p=i(i({},$r),m);l||(p.duration=Number.POSITIVE_INFINITY);const h=Gr.getStyles(a,n,o,l);console.debug("Toast props",p),F.custom(Gr.container.bind(this,r,h,l?s:null),p)},getStyles:(e,t,r)=>d("flex opacity-90 ring-1 ring-black ring-opacity-5 rounded text-white pointer-events-auto",Ur[e],Zr[t],r),container(e,t,r,n){console.debug(`Toasting "${e}" ${n.id}`,n.visible);return p.createElement(y,{appear:!0,as:v,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"},p.createElement("div",{key:n.id,className:t},p.createElement("div",{className:"w-full"},e),r?p.createElement("div",{className:"flex justify-center items-center pl-3 text-white cursor-pointer hover:text-black",onClick:e=>r(e,n)},p.createElement(ee,null)):null))},dismiss(e){console.log("Dismissing",null!=e?e:"All!"),F.dismiss(e)}},Kr={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",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:Xr}=Kr,Jr={color:Xr.gray.darker,fontSize:Kr.fontSize.sm,fontWeight:400,cursor:"pointer",textOverflow:"ellipsis",fontFamily:Kr.extend.fontFamily.sans},Qr={global:{useUTC:!1},chart:{spacingLeft:0},colors:[Xr.primary,Xr.success,Xr.warning,Xr.caution,Xr.danger,Xr.blue.darker,Xr.green.darker,Xr.red.darker,Xr.yellow.darker,Xr.orange.darker],xAxis:{title:{style:O.merge({},Jr,{color:Xr.black})},labels:{style:Jr}},yAxis:{title:{style:O.merge({},Jr,{color:Xr.black})},labels:{style:Jr}},tooltip:{enabled:!0,backgroundColor:Xr.black,borderColor:Xr.black,borderRadius:4,borderWidth:1,valueDecimals:2,crosshairs:[!0,!0],shadow:!1,useHTML:!0,style:O.merge({},Jr,{opacity:.9,color:"#cccccc"})},title:{text:"",style:O.merge({},Jr,{color:Xr.black,fontSize:"18px",fontWeight:600})},plotOptions:{series:{marker:{enabled:!0,states:{hover:{enabled:!0,lineWidth:1,radius:4}}}}},legend:{enabled:!1,itemStyle:Jr,itemMarginBottom:5,align:"center",layout:"vertical",borderWidth:0},credits:{enabled:!1}},en=O.merge({},Qr,{chart:{type:"line"},title:{align:"left",margin:20,verticalAlign:"top"},xAxis:{type:"datetime",step:1,minTickInterval:864e5,lineColor:Kr.colors.gray.darker,lineWidth:1,gridLineWidth:"1",gridLineColor:"#DEDEDE",gridLineDashStyle:"dot"},yAxis:{lineColor:Kr.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:Kr.extend.fontFamily.sans},itemMarginBottom:5,align:"center",layout:"vertical",borderWidth:0}}),tn=O.merge({},Qr,{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:Kr.colors.gray.darker,animation:"true",style:Kr.extend.fontFamily.sans},padding:5,backgroundColor:Kr.colors.white,itemMarginTop:1,itemMarginBottom:3,itemStyle:Kr.extend.fontFamily.sans,style:{overflow:"hidden"},align:"left",layout:"horizontal",verticalAlign:"proximate",y:240},credits:{enabled:!1}}),rn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),nn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),an=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),on=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.createElement("path",{d:"M7.666 11.667A4.666 4.666 0 103 7v.359"}),p.createElement("path",{d:"M1.25 5.833L3 7.583l1.75-1.75"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),ln=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"},p.createElement("path",{d:"M9.38 2.714L13.666 7 9.38 11.286M13.666 7.003h-12"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),sn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeWidth:.912,strokeLinecap:"round",strokeLinejoin:"round"},p.createElement("path",{d:"M5.848 2.757h6.06v6.061M11.91 2.76l-8.485 8.484"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),cn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),dn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),mn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),pn=Q((e=>p.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"18",height:"15",fill:"none",viewBox:"0 0 18 15"},e),p.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"})))),hn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),un=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),gn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.createElement("path",{d:"M12.551 4.069L7.46 5.34 2.8 4.069",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),vn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),wn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"}),p.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"})))),fn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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})))),xn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),kn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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}),p.createElement("path",{d:"M4.84 2v2.174M10.492 2v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),En=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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}),p.createElement("path",{d:"M4.84 2v2.174M10.492 2v2.174",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),yn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("circle",{cx:4.166,cy:3.5,r:1.444,stroke:"currentColor"}),p.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"})))),bn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Mn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.createElement("path",{fill:"currentColor",d:"M2.266 4.5h11V6h-11z"})))),Ln=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Nn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"}),p.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"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Cn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M2.666 7.545l2.727 2.728L12.666 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),jn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),zn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M13.416 4.25l-5.5 5.5-5.5-5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Tn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M2.416 9.75l5.5-5.5 5.5 5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Bn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),_n=Q((e=>p.createElement("svg",i({width:"14",height:"17",fill:"none",viewBox:"0 0 14 17",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),Hn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.createElement("path",{d:"M7.541 4.304v2.571l2.805 2.57",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),An=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),Vn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Fn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),On=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)"},p.createElement("path",{clipRule:"evenodd",d:"M.666 14l14-14-14 14z",stroke:"currentColor",strokeWidth:.036}),p.createElement("path",{d:"M.666 0l14 14",stroke:"currentColor",strokeWidth:.036}),p.createElement("path",{d:"M.666 9.042h14M.666 5.031h14M.666 7h14",stroke:"currentColor",strokeWidth:.036,strokeLinecap:"square"}),p.createElement("path",{d:"M9.708 14V0M5.624 14V0M7.666 14V0",stroke:"currentColor",strokeWidth:.036}),p.createElement("path",{clipRule:"evenodd",d:"M10.583 7a2.917 2.917 0 10-5.834 0 2.917 2.917 0 005.834 0z",stroke:"currentColor",strokeWidth:.036}),p.createElement("path",{clipRule:"evenodd",d:"M7.666 13.416a6.417 6.417 0 110-12.833 6.417 6.417 0 010 12.833z",stroke:"currentColor",strokeWidth:.036}),p.createElement("path",{clipRule:"evenodd",d:"M12.333 12.541H2.999a.878.878 0 01-.875-.875V2.333c0-.481.394-.875.875-.875h9.334c.481 0 .875.394.875.875v9.333a.878.878 0 01-.875.875z",stroke:"currentColor",strokeWidth:.036}),p.createElement("path",{clipRule:"evenodd",d:"M11.458 13.416H3.874A.878.878 0 013 12.541V1.458c0-.481.394-.875.875-.875h7.584c.481 0 .875.394.875.875v11.083a.878.878 0 01-.875.875z",stroke:"currentColor",strokeWidth:.036}),p.createElement("path",{clipRule:"evenodd",d:"M13.208 11.666H2.124a.878.878 0 01-.875-.875V3.208c0-.481.394-.875.875-.875h11.084c.481 0 .875.394.875.875v7.583a.878.878 0 01-.875.875z",stroke:"currentColor",strokeWidth:.036}),p.createElement("path",{d:"M7.616 12.7a5.75 5.75 0 100-11.5 5.75 5.75 0 000 11.5z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M6.366 5.7l3.695-1.522v0a.25.25 0 01.327.327L8.866 8.2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M8.866 8.2l-2.5-2.5-1.521 3.695v0a.25.25 0 00.326.326L8.866 8.2z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Dn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Pn=Q((e=>p.createElement("svg",i({viewBox:"0 0 20 15",width:20,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"}),p.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"}),p.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"})))),Sn=Q((e=>p.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"17",height:"17",fill:"none",viewBox:"0 0 17 17"},e),p.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"}),p.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"})))),Rn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M12.916 10.375v2.25h-2.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.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"}),p.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"})))),qn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Yn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),In=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)"},p.createElement("path",{d:"M7.666 13a6 6 0 100-12 6 6 0 000 12z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M9.166 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z",fill:"currentColor"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Un=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.createElement("path",{d:"M5.745 8.245l1.912 1.915 1.912-1.915M7.666 10V4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Zn=Q((e=>p.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",fill:"none",viewBox:"0 0 14 14"},e),p.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M10 6L7.184 8.816v0a.26.26 0 01-.368 0L4 6"})))),$n=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Gn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",fill:"currentColor"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Kn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),Xn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("rect",{x:2.666,y:2,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("rect",{x:2.666,y:8,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M8.333 4h4M8.333 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Jn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Qn=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"}),p.createElement("path",{d:"M9.198 8.186L9.2 5.48l-2.706.002M9.2 5.48l-5.416 5.416"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),ea=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.createElement("path",{d:"M7.683 5.218a1.828 1.828 0 100 3.656 1.828 1.828 0 000-3.656v0z"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),ta=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.createElement("path",{d:"M7.666.875a6.125 6.125 0 100 12.25 6.125 6.125 0 000-12.25v0z"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),ra=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.createElement("path",{d:"M7.52.729a6.271 6.271 0 100 12.542A6.271 6.271 0 007.52.73v0z"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),na=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),aa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),oa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),la=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),ia=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),sa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M6.491 3.297V2.273a.766.766 0 111.53-.01v1.023",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M8.027 6.368V3.297a.766.766 0 111.53-.01v1.535",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.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"})))),ca=Q((e=>p.createElement("svg",i({viewBox:"0 0 15 16",width:15,height:16,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{clipRule:"evenodd",d:"M.666 15l14-14-14 14v0z",stroke:"currentColor",strokeWidth:.05}),p.createElement("path",{d:"M.666 1l14 14",stroke:"currentColor",strokeWidth:.05}),p.createElement("path",{d:"M.666 10.115h14M.666 6.031h14M.666 7.781h14",stroke:"currentColor",strokeWidth:.05,strokeLinecap:"square"}),p.createElement("path",{d:"M9.708 15V1M5.624 15V1M7.666 15V1",stroke:"currentColor",strokeWidth:.05}),p.createElement("path",{clipRule:"evenodd",d:"M10.583 8a2.917 2.917 0 10-5.834 0 2.917 2.917 0 005.834 0v0z",stroke:"currentColor",strokeWidth:.05}),p.createElement("path",{d:"M7.666 14.417a6.417 6.417 0 110-12.834 6.417 6.417 0 010 12.834",stroke:"currentColor",strokeWidth:.05}),p.createElement("path",{d:"M12.333 13.542H2.999a.878.878 0 01-.875-.875V3.333c0-.48.394-.875.875-.875h9.334c.48 0 .875.394.875.875v9.334a.878.878 0 01-.875.875",stroke:"currentColor",strokeWidth:.05}),p.createElement("path",{d:"M11.458 14.417H3.874A.878.878 0 013 13.542V2.458c0-.48.394-.875.875-.875h7.584c.48 0 .875.394.875.875v11.084a.878.878 0 01-.875.875",stroke:"currentColor",strokeWidth:.05}),p.createElement("path",{d:"M13.208 12.667H2.124a.878.878 0 01-.875-.875V4.208c0-.48.394-.875.875-.875h11.084c.48 0 .875.394.875.875v7.584a.878.878 0 01-.875.875",stroke:"currentColor",strokeWidth:.05}),p.createElement("path",{d:"M2.85 12.367L12.257 3.3M6.145 11.328c.524.163 1.07.244 1.62.24 2.186.036 4.404-1.501 5.773-3.007a.887.887 0 000-1.188 10.968 10.968 0 00-1.64-1.47M9.052 4.517a5.093 5.093 0 00-1.287-.15c-2.15-.036-4.373 1.468-5.771 3.005a.887.887 0 000 1.188c.425.465.889.893 1.386 1.28M5.766 7.967a2 2 0 012-2M9.769 7.966a2 2 0 01-2 2.001",stroke:"currentColor",strokeWidth:1.015,strokeLinecap:"round",strokeLinejoin:"round"})))),da=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),ma=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),pa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),ha=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),ua=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.createElement("path",{d:"M8.925 1.558v2.345c0 .262.21.473.478.473h2.345",stroke:"currentColor",strokeWidth:.917,strokeLinecap:"round",strokeLinejoin:"round"}),p.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"})))),ga=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),va=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.createElement("path",{d:"M3.534 10.153L8.069 2.95v-.006A.667.667 0 019.13 2.94l4.535 7.203-10.132.011z"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),wa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),fa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),xa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),ka=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M2.666 4h10M2.666 7h10M2.666 10h10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ea=Q((e=>p.createElement("svg",i({viewBox:"0 0 20 19",width:20,height:19,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M1.37598 8.63281L1.37638 11.6202",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M15.1162 4.45923L15.1166 15.8058",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.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"}),p.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"})))),ya=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M2.666 4.638l.983.983L6.269 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("rect",{x:2.666,y:8,width:4,height:4,rx:1.333,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M8.333 4h4M8.333 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),ba=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Ma=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.createElement("path",{d:"M2.51 8.72a5.28 5.28 0 105.281-5.281h-.406",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M9.113 1.458l-1.98 1.98 1.98 1.98",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),La=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Na=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M4.666 12V2M10.666 12V2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ca=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),ja=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),za=Q((e=>p.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"19",height:"17",fill:"none",viewBox:"0 0 19 17"},e),p.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"}),p.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"})))),Ta=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"}),p.createElement("path",{d:"M6.5 5.807a1.166 1.166 0 102.333 0v-.022a1.166 1.166 0 10-2.334 0"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Ba=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M7.666 12V2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),_a=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M7.666 2v10M12.666 7h-10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),Ha=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Aa=Q((e=>p.createElement("svg",i({viewBox:"0 0 15 13",width:15,height:13,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),Va=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),Fa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Oa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),Da=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Pa=Q((e=>p.createElement("svg",i({viewBox:"0 0 15 15",width:15,height:15,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("rect",{x:"0.5",y:"0.499878",width:"13.85",height:"13.85",rx:"3.15896",stroke:"currentColor"})))),Sa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Ra=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"}),p.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"}),p.createElement("path",{d:"M9.416 4.142h.058c.642 0 1.109.525 1.109 1.108M13.5 7.583l-1.342-1.341"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),qa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Ya=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Wa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Ia=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Ua=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Za=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),$a=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M11.166 7.5L9.412 9.003A5 5 0 007.666 12.8v.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.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"})))),Ga=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Ka=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),Xa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Ja=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),Qa=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(1.757 1.113)",d:"M0 0h11.796v11.796H0z"})))))),eo=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),to=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),ro=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M4.685 2.591h0a5.371 5.371 0 005.989 1.204",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.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"})))),no=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),ao=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("g",{clipPath:"url(#prefix__clip0)"},p.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"}),p.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"})),p.createElement("defs",null,p.createElement("clipPath",{id:"prefix__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(.666)",d:"M0 0h14v14H0z"})))))),oo=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("rect",{x:2.666,y:2,width:4,height:4,rx:2,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M4.666 3.333V4l.333.333.167.167",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("rect",{x:2.666,y:8,width:4,height:4,rx:2,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M4.666 9.333V10l.333.333.167.167M8.333 4h4M8.333 10h4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})))),lo=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"}),p.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"})))),io=Q((e=>p.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",width:"14",height:"12",fill:"none",viewBox:"0 0 14 12"},e),p.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"})))),so=Q((e=>p.createElement("svg",i({viewBox:"0 0 14 14",width:15,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.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"})))),co=Q((e=>p.createElement("svg",i({viewBox:"0 0 15 18",width:15,height:18,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M5.8252 16.3H9.51383",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.createElement("path",{d:"M7.66895 16.5V17.2377",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.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{rn as AddSquareIcon,ie as Alert,nn as AnnounceIcon,an as ArchiveIcon,on as ArrowCcwIcon,ln as ArrowRightIcon,sn as ArrowTopRightIcon,cn as AtIcon,pe as Avatar,X as Badge,dn as BalloonIcon,mn as BankCheckIcon,pn as BarGraphIcon,Qr as BaseChartOptions,hn as BellIcon,un as BookmarkIcon,gn as BoxIcon,jt as Breadcrumb,Rt as Breakdown,vn as BriefcaseIcon,S as Button,Ae as ButtonGroup,wn as CakeIcon,fn as CalendarDayIcon,xn as CalendarIcon,kn as CalendarMonthIcon,En as CalendarWeekIcon,yn as CapacityIcon,bn as CardAltIcon,Mn as CardIcon,Ln as CartIcon,Nn as CashIcon,Cn as CheckIcon,pr as Checkbox,jn as ChecklistIcon,zn as ChevronDownIcon,Cr as ChevronLeftIcon,de as ChevronRightIcon,Tn as ChevronUpIcon,Bn as ChipIcon,_n as ClipboardIcon,Hn as ClockAltIcon,An as ClockIcon,Vn as CloseCircleIcon,ee as CloseIcon,Xt as ComboBox,Fn as CommentIcon,On as CompassIcon,Dn as CopyIcon,ce as Counter,Pn as CrmIcon,Dt as Currency,Sn as DashboardIcon,Br as DatePicker,Pr as DatePickerPopover,Rn as DecreaseIcon,qn as DepositIcon,Yn as DisabledIcon,Wn as DisputeIcon,oe as Dot,In as DotCircleIcon,Zn as DownArrowIcon,Un as DownloadIcon,kr as Drawer,$n as EditIcon,Gn as EllipsisIcon,Kn as EmailIcon,Xn as EmptyChecklistIcon,Jn as EquipmentIcon,Qn as ExportIcon,ea as EyeIcon,ta as FaceNeutralIcon,ra as FaceSadIcon,na as FaceSmileIcon,aa as FlagIcon,oa as ForkIcon,It as FormGroup,la as FunnelIcon,ia as GiftIcon,sa as HandIcon,ur as HeaderToolbar,ca as HiddenIcon,en as HistogramOptions,da as HomeIcon,ma as ImageIcon,pa as InfinityIcon,ha as InfoCircleIcon,$t as Input,ua as InvoiceIcon,Mt as Key,ga as KeyIcon,hr as Label,va as LandscapeIcon,wa as LinkIcon,fa as LockIcon,yr as Login,Oe as Logo,xa as MagicIcon,Ea as MegaphoneIcon,ka as MenuIcon,ya as MixedChecklistIcon,je as Modal,ba as MoneyAddIcon,Ma as MoneyBackIcon,La as MoneyIcon,Ir as Number,Na as PauseIcon,Ca as PenIcon,Yr as Phone,ja as PhoneIcon,tn as PieOptions,za as PiggyBankIcon,Ta as PinIcon,Ba as PipeIcon,_a as PlusIcon,be as Popover,Le as PopoverList,Ha as PrintIcon,Aa as ProductsIcon,Va as QuestionnaireIcon,Fa as ReceiptIcon,Oa as RefreshIcon,Da as RosterIcon,Pa as RoundedSquareIcon,Sa as RulerIcon,Ct as Search,Ra as SearchAltIcon,bt as SearchIcon,Kt as Select,qa as SendIcon,Ya as ServiceIcon,Wa as SettingsIcon,Ia as ShapesIcon,Ua as ShareIcon,Za as ShirtIcon,xe as Sidebar,xr as Skeleton,W as Spinner,$a as SplitPaymentIcon,Ga as SquareIcon,Ka as StackIcon,Xa as StarIcon,I as SubmitButton,Qt as Switch,_e as Table,gr as Tabs,ne as Tag,Gt as Textarea,Ja as TicketIcon,Z as ToggleButton,ke as Tooltip,Qa as TrashIcon,eo as UnlinkIcon,to as UserAddIcon,ro as UserIcon,no as VeteranIcon,ao as VoucherIcon,oo as WaitlistIcon,lo as WarningIcon,io as WifiIcon,so as WriteIcon,se as XolaLogoCircle,co as XrayIcon,At as almostZero,Gr as flash,Or as formatDate,Dr as formatTime,_t as getSymbol,yt as isOSX,Bt as isZeroDecimal,Vt as numberFormat,Ft as roundNumber,Kr as theme};