"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[7561,4903,3126,4253,7355,6139],{23093:function(e,n,r){r.d(n,{J:function(){return t.JO},z:function(){return t.zx}});var t=r(46139)},3113:function(e,n,r){r.r(n);var t=r(86335),o=r(40494),a=r(55688),i=r(21889),l=r(26705),u=r(20955),s=r(74275),c=r.n(s),d=r(32491),f=r(51476),p=function(e){(0,a._)(ErrorBoundary,e);var n=(0,i._)(ErrorBoundary);function ErrorBoundary(e){var r;return(0,t._)(this,ErrorBoundary),(r=n.call(this,e)).state={hasError:!1,error:null,errorInfo:null,hidden:!1},r}return(0,o._)(ErrorBoundary,[{key:"componentDidCatch",value:function(e,n){this.setState({error:e,errorInfo:n}),console.error("ErrorBoundary: componentDidCatch: error: ",e,"errorInfo: ",n)}},{key:"render",value:function(){var e=this,n=(0,l.jsxs)("div",{className:"surface-warning-light p-4 rounded-xl flex justify-between items-start",children:[(0,l.jsx)("p",{className:"text-warning font-bold",children:this.props.errorMessage||(0,l.jsx)(d.Z,{children:"Oops, an error occurred. Please try again later!"})}),(0,l.jsx)(f.default,{icon:"close",color:"text-warning-light",onClick:function(){return e.setState({hidden:!0})}})]});return this.state.hasError?this.props.hideOnError||this.state.hidden?null:this.props.fallbackComponent?this.props.fallbackComponent:n:this.props.children||null}}],[{key:"getDerivedStateFromError",value:function(e){return{hasError:!0}}}]),ErrorBoundary}(u.Component);p.propTypes={hideOnError:c().bool,fallbackComponent:c().node,errorMessage:c().oneOfType([c().string,c().node])},n.default=p},4235:function(e,n,r){r.r(n);var t=r(9),o=r(26705),a=r(20955),i=r(74275),l=r.n(i),u=r(17422),s=r(2403),c=r(32462),d=r(8136),f=r(42744),p=r.n(f),m=r(61282),b={enter:function(e){return{x:e>0?1e3:-1e3,opacity:0,y:0,zIndex:0}},center:{zIndex:1,x:0,opacity:1,y:0},exit:function(e){return{zIndex:0,x:e<0?1e3:-1e3,opacity:0,y:0}}},Carousel=function(e){var n=e.children,r=(e.loop,e.showDots),i=e.height,l=e.key,f=e.showArrows,g=void 0!==f&&f,h=a.useMemo(function(){return a.Children.count(n)},[n]),x=(0,t._)(a.useState([0,0]),2),y=(0,t._)(x[0],2),v=y[0],w=y[1],k=x[1],F=(0,d.r)(0,h,v),paginate=function(e){k([v+e,e])};return(0,o.jsxs)("div",{className:p()("w-full relative flex flex-col justify-end gap-2",i),children:[(0,o.jsxs)(s.M,{initial:!1,custom:w,children:[(0,o.jsx)("div",{className:"opacity-0 w-full",children:n[F]}),(0,o.jsx)(c.E.div,{className:" w-[94%] left-[3%] absolute top-0",custom:w,variants:b,initial:"enter",animate:"center",exit:"exit",transition:{x:{type:"spring",stiffness:300,damping:30},opacity:{duration:.4}},drag:"x",dragConstraints:{left:0,right:0},dragElastic:1,onDragEnd:function(e,n){var r=n.offset,t=n.velocity,o=Math.abs(r.x)*t.x;o<-2e4?paginate(1):o>2e4&&paginate(-1)},children:n[F]},v)]}),r&&(0,o.jsx)("div",{className:"flex justify-center items-center my-2",children:Array.from({length:h}).map(function(e,n){return(0,o.jsx)(u.J,{icon:"fa-solid fa-circle-small",className:"mr-1",size:"xs",onClick:function(){return k([n,0])},color:n===F?"text-primary-light":"text-gray-200"},n)})}),g&&(0,o.jsx)("div",{className:"absolute top-1/2 transform -translate-y-1/2 -left-4 z-10 ",children:(0,o.jsx)(m.default,{type:"ghost",className:"shadow-md",onClick:function(){return paginate(-1)},children:(0,o.jsx)(u.J,{icon:"fa-solid fa-chevron-left"})})}),g&&(0,o.jsx)("div",{className:"absolute top-1/2 transform -translate-y-1/2 -right-4 z-10",children:(0,o.jsx)(m.default,{type:"ghost",className:"shadow-md",onClick:function(){return paginate(1)},children:(0,o.jsx)(u.J,{icon:"fa-solid fa-chevron-right"})})})]},l)};Carousel.propTypes={children:l().arrayOf(l().node).isRequired,loop:l().bool,showArrows:l().bool,showDots:l().bool,height:l().string,key:l().string},n.default=Carousel},66541:function(e,n,r){r.r(n);var t=r(9),o=r(26705),a=r(20955),i=r(31857),l=r(53431),u=r(51476),s=r(61282);n.default=function(e){var n=e.title,r=void 0===n?(0,o.jsx)(i.default,{children:"Are you sure you?"}):n,c=e.description,d=void 0===c?(0,o.jsx)(i.default,{children:"This action cannot be undone"}):c,f=e.children,p=e.onConfirm,m=e.onCancel,b=e.confirmButtonLabel,g=void 0===b?(0,o.jsx)(i.default,{children:"Confirm"}):b,h=e.cancelButtonLabel,x=void 0===h?(0,o.jsx)(i.default,{children:"Cancel"}):h,y=e.zIndex,v=(0,t._)(a.useState(!1),2),w=v[0],k=v[1];return(0,o.jsx)(l.default,{isOpen:w,onOpenChange:k,zIndex:void 0===y?"z-10":y,asChild:!0,content:(0,o.jsxs)("div",{className:"p-2 rounded-xl max-w-xs",children:[(0,o.jsxs)("div",{className:"flex gap-2 items-center",children:[(0,o.jsx)(u.default,{icon:"exclamation-circle",size:"md",color:"text-gray"}),a.cloneElement(r,{type:"tsm",weight:"sb",color:"text-gray",inline:!0,className:"leading-none"})]}),d&&(0,o.jsx)("div",{className:"mt-1",children:a.cloneElement(d,{type:"tsm",weight:"normal",color:"text-gray-light"})}),(0,o.jsxs)("div",{className:"mt-4 flex  gap-2",children:[(0,o.jsx)(s.default,{size:"sm",type:"destructive",onClick:function(){k(!1),m&&m()},fluid:!0,children:x}),(0,o.jsx)(s.default,{size:"sm",type:"secondary",onClick:function(){k(!1),p&&p()},fluid:!0,children:g})]})]}),children:a.cloneElement(f,{onClick:function(){return k(!0)}})})}},39416:function(e,n,r){r.r(n),r.d(n,{default:function(){return y}});var t=r(9),o=r(26705),a=r(20955),i=r(74275),l=r.n(i),u=r(77592),s=r(41369),c=r(23093),d=r(3190),f=r(32462),p=r(58146),m=r(42744),b=r.n(m),g=r(28811),h=r.n(g)()(function(){return Promise.all([r.e(5651),r.e(7133),r.e(1924),r.e(9342)]).then(r.bind(r,35596))},{loadableGenerated:{webpack:function(){return[35596]}}}),File_FilePreview=function(e){var n=e.url,r=e.fileContainer,t=e.togglePreview,i=e.previewOpen,l=e.previewButtonProps,u=void 0===l?{}:l,m=n.split(".").pop(),g=a.useRef(null);return((0,p.Z)(g,t),m.includes("pdf"))?i?[(0,o.jsx)(c.z,(0,s._)({icon:"fa-solid fa-eye-slash",type:"link",onClick:t},u),"1"),d.createPortal((0,o.jsxs)(f.E.div,{layoutId:"preview",initial:{opacity:0,scale:.5,translateX:"80%"},animate:{opacity:1,scale:1,translateX:"10%"},className:b()("absolute  z-50"," w-[400px] p-2 rounded-lg  background","flex flex-col items-end overflow-hidden","border-2 border-gray-50  shadow-xl"),ref:g,children:[(0,o.jsx)(c.J,{icon:"fa-solid fa-times",size:"sm",onClick:t}),(0,o.jsx)(h,{fileType:"pdf",url:n,container:g,showAllPages:!1})]}),r.current,"2")]:(0,o.jsx)(c.z,(0,s._)({icon:"fa-solid fa-eye",type:"link",onClick:t},u),"1"):null},x={popIn:{initial:{opacity:0,scale:.5},animate:{opacity:1,scale:1}}},truncatedName=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:30;try{var r=Math.floor(n/2);if(e.length>n)return e.substring(0,r)+"..."+e.substring(e.length-r,e.length);return e}catch(n){return console.log(n),e}},File=function(e){var n=e.name,r=void 0===n?"File":n,i=e.selected,l=void 0!==i&&i,s=e.nameDisplayLength,c=void 0===s?30:s,d=e.url,p=void 0===d?null:d,m=e.icon,g=e.size,h=void 0===g?0:g,y=e.showSize,v=e.iconSize,w=e.animation,k=e.fluid,F=void 0===k||k,C=e.onPreviewToggle,E=void 0===C?null:C,j=e.previewButtonProps,P=e.layoutId,A=void 0===P?null:P,D=e.allowPreview,N=void 0===D||D,_=e.border,G=void 0===_||_,M=e.bgColor,I=void 0===M?"background":M,B=e.badge,z=void 0===B?null:B,T=a.useRef(null),S=(0,t._)(a.useState(!1),2),L=S[0],O=S[1];return null===p?null:(0,o.jsxs)(f.E.div,{className:b()("p-2 rounded-lg flex items-center",G?"border-2":"",L||l?"border-primary-strong":"border-primary-50 dark:border-primary-800",l?"surface-primary":I,F?"w-full":"w-64"),ref:T,layout:!!A&&"position",initial:"initial",animate:"animate",variants:w?x[w]:{},layoutId:A,children:[m||(0,o.jsx)(u.JO,{fixedWidth:!0,size:void 0===v?"md":v,icon:"file-alt",fillType:"primary",filled:!0}),(0,o.jsxs)("div",{className:"ml-4 w-full overflow-hidden",children:[(0,o.jsxs)("div",{className:"flex items-center justify-between w-full",children:[(0,o.jsx)(u.ZT,{type:"tsm",weight:"medium",color:"text-primary",className:"truncate",children:truncatedName(r,c)}),N&&(0,o.jsx)(File_FilePreview,{name:r,url:p,fileContainer:T,previewOpen:L,togglePreview:function(){E?E():O(!L)},previewButtonProps:j}),!N&&z&&(0,o.jsx)(o.Fragment,{children:z})]}),null!==h&&(void 0===y||y)&&(0,o.jsxs)(u.ZT,{type:"tsm",color:"text-gray-light",className:"mt-1",weight:"light",children:[Math.round(h/1e6*10)/10," MB"]})]})]})};File.propTypes={name:l().string,size:l().number,showSize:l().bool,animation:l().oneOf(Object.keys(x))};var y=File},53126:function(e,n,r){r.r(n),r.d(n,{default:function(){return f}});var t=r(41369),o=r(43654),a=r(26705);r(20955);var i=r(46139),l=r(42744),u=r.n(l),s=r(32462),c=r(74861),d=r(9258),FileUpload=function(e){var n=e.subTitle,r=e.showSubTitle,l=e.showIcon,f=e.title,p=e.compact,m=void 0!==p&&p,b=e.fluid,g=e.disabled,h=void 0!==g&&g,x=e.icon,y=e.className,v=e.onFilesAccepted,w=e.multiple,k=e.accept,F=e.maxSize,C=e.transparent,E=void 0!==C&&C,j=e.onError,P=e.borderColor,A=void 0===P?"border-primary":P,D=e.textColor,N=void 0===D?"text-primary-light":D;(0,c.useTranslation)().trans;var _=(0,d.Z)({onFilesAccepted:v,onError:j,maxSize:void 0===F?2e6:F,multiple:void 0!==w&&w,accept:void 0===k?"image/*":k}),G=_.getRootProps,M=_.getInputProps;return(0,a.jsxs)(s.E.div,(0,o._)((0,t._)({className:u()("file-upload select-none group",m&&"flex-row justify-start gap-4 items-center",h&&"opacity-50 cursor-not-allowed",y,A,E?"bg-transparent":"bg-gradient-to-br from-primary-50 to-purple-50"),initial:{width:"100%"},animate:{width:void 0===b||b?"100%":"fit-content"}},G()),{children:[(0,a.jsx)("input",(0,t._)({},M())),(void 0===l||l)&&(0,a.jsx)("div",{className:"file-upload-icon-container",children:x||(0,a.jsx)(i.JO,{icon:h?"circle-notch":"fas fa-cloud-arrow-up",size:m?"sm":"lg",fillType:h?"gray":"purple",outlined:!0,filled:!0,spin:h})}),(0,a.jsxs)("div",{className:u()("truncate",!m&&"text-center mt-5"),children:[f?(0,a.jsx)(i.Mg,{type:"tmd",weight:"bl",color:N,children:f}):(0,a.jsx)(i.vN,{type:"tmd",weight:"bl",color:N,children:"Click to upload"}),(void 0===r||r)&&(n?(0,a.jsx)(i.Mg,{type:"tsm",color:N,children:n}):(0,a.jsx)(i.vN,{type:"tsm",color:N,children:"or drag and drop here"}))]})]}))};FileUpload.propTypes={};var f=FileUpload},9258:function(e,n,r){var t=r(20955),o=r(22440),a=r(71627),i=r(74861);n.Z=function(e){var n=e.onFilesAccepted,r=e.multiple,l=e.accept,u=e.maxSize,s=void 0===u?2e6:u,c=e.onError,d=(0,i.useTranslation)().trans,f=t.useCallback(function(e){return n(e)},[]),p=t.useCallback(function(e){if(c)c(e);else{var n=d("File too big. ")+d("Max: ")+(s/1e6).toString()+"MB";a.default.error(n)}},[]),m=(0,o.uI)({onDrop:f,multiple:void 0!==r&&r,accept:void 0===l?"image/*":l,maxSize:s,onDropRejected:p,noDragEventsBubbling:!0});return{getRootProps:m.getRootProps,getInputProps:m.getInputProps,isDragActive:m.isDragActive,handleOpenFileBrowser:m.open}}},51476:function(e,n,r){r.r(n),r.d(n,{default:function(){return g}});var t=r(41369),o=r(75104),a=r(26705),i=r(20955),l=r(74275),u=r.n(l),s=r(42744),c=r.n(s),getIcon=function(e,n){try{var r=e.split(" ");if(0===r.length)return"fa-solid fa-face-confused";if(r.length>1){var t=r[0];return"far"===r[0]&&(t="fa-regular"),"".concat(t," ").concat(r[1])}return"fa-regular fa-"+r.join(" ")}catch(e){}return e};r(9323);var d=r(65660),f=r.n(d),p={"2xs":8,xs:10,sm:12,md:14,lg:16,xl:18,"2xl":20},m={"2xs":"p-1",xs:"p-1",sm:"p-2",md:"p-2",lg:"p-3",xl:"p-4","2xl":"p-6"},b={"2xs":"border-0",xs:"border-1",sm:"border-2",md:"border-4",lg:"border-6",xl:"border-8","2xl":"border-8"},Icon=function(e){var n=e.icon,r=void 0===n?"":n,l=e.spin,u=e.size,s=void 0===u?"sm":u,d=e.onClick,g=e.color,h=e.className,x=e.filled,y=e.outlined,v=void 0===y||y,w=e.fixedWidth,k=e.fillType,F=void 0===k?"primary":k,C=e.sharp,E=e.style,j=e.disabled,P=void 0!==j&&j,A=e.duoTonePrimaryColor,D=void 0===A?f().blue["500"]:A,N=e.duoToneSecondaryColor,_=void 0===N?f().bermuda["400"]:N,G=(0,o._)(e,["icon","spin","size","onClick","color","className","filled","outlined","fixedWidth","fillType","sharp","style","disabled","duoTonePrimaryColor","duoToneSecondaryColor"]),M=i.useMemo(function(){return 1.5*p[s]},[]),I=getIcon(r,void 0===E?"far":E),B=i.useMemo(function(){return getFilledIconClassNames(F)},[F]),z=(0,a.jsx)("i",{disabled:P,className:c()(I,null!=s&&"md"!==s&&"fa-"+s,h,{"icon-clickable":d,"fa-spin":void 0!==l&&l,"fa-fw":void 0===w||w,"fa-sharp":void 0!==C&&C}),style:(0,t._)({"--fa-primary-color":D,"--fa-secondary-color":_},G.style)});return void 0!==x&&x?(0,a.jsx)("div",{disabled:P,onClick:d,className:c()("inline-flex items-center justify-center","rounded-full box-content",B,v&&b[s],m[s],"aspect-square"),style:{width:M,height:M},children:z},r):(0,a.jsx)("span",{onClick:d,className:void 0===g?"text-gray-400 dark:text-gray-500":g,disabled:P,children:z},r+s)},getFilledIconClassNames=function(e){return"primary"===e?"bg-primary-100 dark:bg-primary-800 text-primary-600 dark:text-primary-300 border-primary-50 dark:border-primary-900":"success"===e?"bg-success-100 dark:bg-success-800  text-success-600 dark:text-success-300 border-success-50 dark:border-success-900":"error"===e||"danger"===e||"destructive"===e?"bg-error-100 dark:bg-error-800 text-error-600 dark:text-error-300 border-error-50 dark:border-error-900":"warning"===e?"bg-warning-50 dark:bg-warning-800 text-warning-400 dark:text-warning-300 border-warning-50 dark:border-warning-900":"warning-dark"===e?"bg-warning-100 dark:bg-warning-800 text-warning-600 dark:text-warning-300 border-warning-50 dark:border-warning-900":"amber"===e?"bg-amber-100 dark:bg-amber-800 text-amber-600 dark:text-amber-300 border-amber-50 dark:border-amber-900":"purple"===e?"bg-purple-100 dark:bg-purple-800 text-purple-600 dark:text-purple-300 border-purple-50 dark:border-purple-900":"purple-dark"===e?"bg-purple-200 dark:bg-purple-800 text-purple-600 dark:text-purple-300 border-purple-100 dark:border-purple-900":"gray"===e?"bg-gray-100 dark:bg-gray-800 text-gray-600 dark:text-gray-300 border-gray-50 dark:border-gray-900":"bg-primary-100 dark:bg-primary-800 text-primary-400 border-primary-50 dark:border-primary-900"};Icon.propTypes={icon:u().oneOfType([u().string,u().array,u().element,u().object]),spin:u().bool,size:u().oneOf(["2xs","xs","sm","md","lg","xl","2xl"]),color:u().string,onClick:u().func,filled:u().bool,outlined:u().bool,fixedWidth:u().bool,fillType:u().oneOf(["primary","success","error","danger","destructive","warning","warning-dark","purple","purple-dark","amber","gray"])};var g=Icon},59362:function(e,n,r){r.r(n),r.d(n,{default:function(){return InputCode_InputCode}});var t=r(26705),o=r(20955),a=r(9403),i=r(17422),l=r(9),isEmpty=function(e){return null===e||""===e},InputCode_useInputCode=function(e){var n=e.digits,r=e.onChange,t=e.onlyNumbers,a=(0,l._)(o.useState(0),2),i=a[0],u=a[1],s=Array(n).fill(null),c=(0,l._)(o.useState(s),2),d=c[0],f=c[1],handleAutoFocus=function(e,r,t){var o=Math.min(e+1,n-1);if(isEmpty(r)){isEmpty(t)?u(Math.max(e-1,0)):u(o);return}if(!isEmpty(r)){if(isEmpty(t))return;u(o)}};return o.useEffect(function(){d.every(function(e){return!isEmpty(e)})&&d.length===n&&r&&r(d.join(""))},[d]),{code:d,currentFocusIndex:i,handleChange:function(e,n){var r,o,a=d[e],i=(null===(o=n.target.value)||void 0===o?void 0:null===(r=o.split(""))||void 0===r?void 0:r.pop())||"";f(d.map(function(n,r){return r===e?t?i.replace(/\D/g,""):i:n})),handleAutoFocus(e,a,i)},handlePaste:function(e){e.preventDefault(),f(e.clipboardData.getData("text").split("").slice(0,n))},setCurrentFocusIndex:u}},u=r(42744),s=r.n(u),c=r(71677),d=r(4179);r(51578);var f=r(46139),p=r(32462),Input_InputSuccessMessage=function(e){var n=e.successMessage;return n?(0,t.jsxs)("div",{className:"flex items-center gap-1 mt-1.5",children:[(0,t.jsx)(p.E.div,{initial:{opacity:0,scale:0},animate:{opacity:1,scale:1},children:(0,t.jsx)(f.JO,{icon:"fas fa-check-circle",size:"sm",color:"text-success-light"})}),(0,t.jsx)(d.default,{type:"tsm",color:"text-success-light",children:n})]}):null},m={sm:"w-10 px-1 py-0.5 text-h5  sm:w-16 sm:px-2 sm:py-1 sm:text-h4 ",md:"w-12 px-1 py-0.5 text-h4  sm:w-20 sm:px-2 sm:py-1 sm:text-h3 ",lg:"w-14 px-1 py-0.5 text-h3  sm:w-24 sm:px-2 sm:py-1 sm:text-h2 "},InputCode_InputCode=function(e){var n=e.digits,r=void 0===n?6:n,o=e.onChange,l=e.size,u=void 0===l?"sm":l,d=e.error,f=void 0===d?null:d,p=e.successMessage,b=void 0===p?null:p,g=e.className,h=(e.fluid,e.onlyNumbers),x=e.transparent,y=void 0!==x&&x,v=e.textColor,w=void 0===v?"gray-500":v,k=e.onSubmit,F=InputCode_useInputCode({digits:r,onChange:o,onlyNumbers:void 0===h||h}),C=F.code,E=F.currentFocusIndex,j=F.handleChange,P=F.handlePaste,A=F.setCurrentFocusIndex;return(0,t.jsxs)("div",{children:[(0,t.jsx)("form",{className:s()("flex gap-1 items-center mx-auto justify-between",g),children:(0,a.w6)(r).map(function(e){return(0,t.jsxs)(t.Fragment,{children:[6===r&&3===e&&(0,t.jsx)(i.J,{icon:"dash",size:"sm",className:"mx-1"}),(0,t.jsx)("input",{type:"number",onChange:j.bind(null,e),value:C[e],onPaste:P,onKeyDown:function(n){"Enter"===n.key&&(n.preventDefault(),C.every(function(e){return""!==e})&&k(C.join(""))),"Backspace"===n.key&&j(e,{target:{value:""}})},disabled:b,onFocus:function(){return A(e)},maxLength:2,ref:e===E?function(e){return null==e?void 0:e.focus()}:null,className:s()("input-field text-center justify-center focus:input-base-focused","border-2 rounded-lg",f&&"border-error-500",b&&"!border-success-500 focus:border-success-500",m[u],"aspect-square","font-medium","text-".concat(w),y?"bg-transparent":"")})]})})}),(0,t.jsx)(c.Z,{error:f,errorMessageRelative:!0}),(0,t.jsx)(Input_InputSuccessMessage,{successMessage:b})]})}},4903:function(e,n,r){r.r(n);var t=r(26705);r(20955);var o=r(74275),a=r.n(o),i=r(42744),l=r.n(i),u=r(32462),Key=function(e){var n=e.children,r=e.className,o=e.animate,a=e.inverted,i=void 0!==a&&a;return(0,t.jsx)(u.E.span,{animate:o?{scale:[1,1.1,1]}:{},transition:{duration:3,repeatType:"mirror",repeat:1/0},className:l()("border-1 px-1.5 py-0.5 rounded mx-1 font-mono font-medium text-body6 inline-block justify-center items-center shadow-sm",i?"bg-gray-600 text-white border-gray-50":"bg-gray-25 border-gray-500 dark:border-gray-25",r),children:(0,t.jsx)("kbd",{children:n})})};Key.propTypes={children:a().string.isRequired},n.default=Key},71627:function(e,n,r){r.r(n),r.d(n,{default:function(){return g}});var t=r(41369),o=r(43654),a=r(9),i=r(44313),l=r(26705),u=r(20955),s=r(28811),c=r.n(s),d=r(15730),f=r(3113),p="message-queue-container",getContainer=function(){var e=document.getElementById(p);if(e)return e;var n=document.createElement("div");return n.id=p,n.style.position="fixed",n.style.display="block",n.style.pointerEvents="none",n.style.top="0",n.style.right="0",n.style.width="100%",n.style.zIndex="9999",document.body.appendChild(n),n},m=r(2403),b=c()(function(){return Promise.all([r.e(2462),r.e(3631)]).then(r.bind(r,33631))},{loadableGenerated:{webpack:function(){return[33631]}},ssr:!1}),addMessage=function(){console.log("Message queue not initialized")},createMessage=function(e,n,r){return(0,t._)({id:1e10*Math.random(),timeout:n.timeout+r},n,e)};!function(e){if(!window.messageQueueContainerMounted){var n=getContainer();(0,d.createRoot)(n).render((0,l.jsx)(f.default,{hideOnError:!0,children:(0,l.jsx)(e,{})})),window.messageQueueContainerMounted=!0}}(function(){var e=(0,a._)((0,u.useState)([]),2),n=e[0],r=e[1],s={timeout:2e3,replace:!1};addMessage=function(e){if(!r)return null;r(function(n){var r=n[n.length-1];return r&&r.replace?(n[n.length-1]=createMessage((0,o._)((0,t._)({},n[n.length-1],e),{replace:e.replace||!1}),s,0),(0,i._)(n)):(0,i._)(n).concat([createMessage(e,s,100*n.length)])})};var removeMessage=function(e){r(function(n){return n.filter(function(n){return n.id!==e})})};return(0,l.jsx)("div",{className:"pt-4 sm:pt-6",children:(0,l.jsx)(m.M,{presenceAffectsLayout:!0,mode:"wait",children:n.map(function(e,n){return(0,l.jsx)(b,{index:n,message:e,onExit:function(){return removeMessage(e.id)}},e.id)})})})});var g={info:function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return addMessage((0,t._)({content:e,type:"info"},n)),null},warning:function(e,n){return addMessage((0,t._)({content:e,type:"warning"},n)),null},error:function(e,n){return addMessage((0,t._)({content:e,type:"error"},n)),null},success:function(e,n){return addMessage((0,t._)({content:e,type:"success"},n)),null},loading:function(e,n){return addMessage((0,o._)((0,t._)({content:e,type:"loading"},n),{replace:!0})),null},trigger:function(e,n){return addMessage((0,t._)({content:e,type:"trigger"},n)),null},config:function(e){return null}}},94253:function(e,n,r){r.r(n);var t=r(9),o=r(26705),a=r(20955),i=r(2403),l=r(32462),u=r(42744),s=r.n(u),Numbers=function(e){var n=e.value,r=getParseValue(n),u=(0,t._)(a.useState(r),2),c=u[0],d=u[1];return a.useEffect(function(){c!==r&&setTimeout(function(){return d(r)},200)},[n]),c.toString().split(""),(0,o.jsx)(i.M,{initial:!1,children:(0,o.jsxs)("span",{className:"relative",children:[(0,o.jsxs)("span",{className:"opacity-0",children:[c," "]}),(0,o.jsx)(l.E.span,{className:s()("absolute left-0"),transition:{duration:.2},initial:{scale:0,opacity:0},animate:{opacity:1,scale:1},exit:{scale:.5,opacity:0},children:c},c)]})})};Numbers.propTypes={};var getParseValue=function(e){try{return parseInt(e)}catch(n){return e}};n.default=Numbers},97355:function(e,n,r){r.r(n),r.d(n,{default:function(){return ProgramLogo_ProgramLogo},sizeMap:function(){return m}});var t=r(9),o=r(26705),a=r(20955),i=r(42744),l=r.n(i),u=r(60891),s=r(46076);function _templateObject(){var e=(0,u._)(["\n  query getAllPrograms {\n    programCollection {\n      total\n      items {\n        sys {\n          id\n        }\n        name\n        nickname\n        id\n        logo {\n          title\n          url\n        }\n      }\n    }\n  }\n"]);return _templateObject=function(){return e},e}var c=(0,r(17068).ZP)(_templateObject()),program_useGetAllPrograms=function(){var e=[],n=(0,s.a)(c,{fetchPolicy:"cache-first",context:{api:"contentful"}}),r=n.loading,t=n.error,o=n.data;return t&&(console.log("Error in useGetAllPrograms",t),e=null),o&&o.programCollection&&o.programCollection.items.length>0&&(e=o.programCollection.items),[e,r]},d=r(16691),f=r.n(d),p=r(3755),m={xs:"w-6",sm:"w-8",md:"w-12 ",lg:"w-16 ",xl:"w-20 ","2xl":"w-24 ","3xl":"w-32 "},ProgramLogo_ProgramLogo=function(e){var n=e.programId,r=e.size,i=void 0===r?"md":r,u=e.fallback,s=(0,t._)(program_useGetAllPrograms(),2),c=s[0],d=s[1],b=a.useMemo(function(){return null==c?void 0:c.find(function(e){return e.id==n})},[c,n]);return d||!b||(null==b?void 0:b.logo)===null?void 0===u?null:u:(0,o.jsx)(f(),{width:p.Uf[i],height:p.Uf[i],className:l()(m[i]),src:b.logo.url,alt:b.name})}},3755:function(e,n,r){r.d(n,{Uf:function(){return a},X_:function(){return t},dG:function(){return o}});var t={2:{id:"2",name:"Chalmers tekniska h\xf6gskola",nickname:"Chalmers",coursesCount:22,logo:"/school-logos/2.png"},4:{id:"4",name:"Stockholms universitet",nickname:"SU",coursesCount:7,logo:"/school-logos/4.png"},5:{id:"5",name:"Uppsala universitet",nickname:"UU",coursesCount:16,logo:"/school-logos/5.png"},6:{id:"6",name:"Lunds universitet",nickname:"LU",coursesCount:14,logo:"/school-logos/6.png"},7:{id:"7",name:"Link\xf6pings universitet",nickname:"LiU",coursesCount:49,logo:"/school-logos/7.png"},11:{id:"11",name:"Lule\xe5 tekniska universitet",nickname:"LTU",coursesCount:2,logo:"/school-logos/11.png"},18:{id:"18",name:"Gymnasium",nickname:"Harvard",coursesCount:7,logo:"/school-logos/18.png"},239:{id:"239",name:"J\xf6nk\xf6ping University",nickname:"HJ",coursesCount:1,logo:"/school-logos/239.png"},537:{id:"537",name:"Kungliga Tekniska h\xf6gskolan",nickname:"KTH",coursesCount:390,logo:"/school-logos/537.png"},10:{id:"10",name:"Handelsh\xf6gskolan i Stockholm",nickname:"HHS",coursesCount:2,logo:"/school-logos/10.svg"}},o={"2xs":"w-3 md:w-4",xs:"w-4 md:w-6",sm:"w-6 md:w-8",md:"w-10 md:w-12",lg:"w-14 md:w-16",xl:"w-18 md:w-20","2xl":"w-22 md:w-24","3xl":"w-30 md:w-32"},a={"2xs":20,xs:24,sm:32,md:44,lg:64,xl:80,"2xl":96,"3xl":128}},32491:function(e,n,r){var t=r(31857);n.Z=t.default},46139:function(e,n,r){r.d(n,{$0:function(){return C},$B:function(){return q},Ct:function(){return d},Ei:function(){return U},I4:function(){return s},II:function(){return K},J2:function(){return L},JO:function(){return p},Kx:function(){return m},Mg:function(){return Z},Mt:function(){return O},Od:function(){return x},Ph:function(){return j},Pz:function(){return H},TR:function(){return J},WU:function(){return v},XZ:function(){return f},ZD:function(){return A},ZF:function(){return M},ZT:function(){return l},aN:function(){return g},bK:function(){return R},bZ:function(){return G},cC:function(){return X},ex:function(){return E},gb:function(){return h},hE:function(){return c},hF:function(){return V},hl:function(){return B},iA:function(){return z},kH:function(){return I},ko:function(){return k},lr:function(){return N},mQ:function(){return y},p0:function(){return P},qE:function(){return i},rU:function(){return b},sr:function(){return w},tI:function(){return T},u:function(){return S},uI:function(){return D},u_:function(){return F},vN:function(){return W},wS:function(){return _},yw:function(){return a.default},zx:function(){return u}});var t=r(28811),o=r.n(t),a=r(71627),i=o()(function(){return Promise.all([r.e(12),r.e(4850),r.e(9822)]).then(r.bind(r,95853))},{loadableGenerated:{webpack:function(){return[95853]}}}),l=o()(function(){return Promise.resolve().then(r.bind(r,4179))},{loadableGenerated:{webpack:function(){return[4179]}}}),u=o()(function(){return Promise.all([r.e(6990),r.e(1866),r.e(2462),r.e(12),r.e(9599),r.e(6691),r.e(3879),r.e(1110),r.e(3637),r.e(5224),r.e(5166),r.e(2003),r.e(552),r.e(2944),r.e(6103),r.e(4850),r.e(829),r.e(4946),r.e(5650),r.e(9257),r.e(4921)]).then(r.bind(r,61282))},{loadableGenerated:{webpack:function(){return[61282]}}}),s=o()(function(){return Promise.all([r.e(6990),r.e(1866),r.e(2462),r.e(12),r.e(9599),r.e(6691),r.e(3879),r.e(1110),r.e(3637),r.e(5224),r.e(5166),r.e(2003),r.e(552),r.e(2944),r.e(6103),r.e(4850),r.e(829),r.e(4946),r.e(5650),r.e(9257),r.e(9650)]).then(r.bind(r,66541))},{loadableGenerated:{webpack:function(){return[66541]}}}),c=o()(function(){return r.e(4268).then(r.bind(r,94268))},{loadableGenerated:{webpack:function(){return[94268]}}}),d=o()(function(){return r.e(3907).then(r.bind(r,33907))},{loadableGenerated:{webpack:function(){return[33907]}}});o()(function(){return r.e(1949).then(r.bind(r,1949))},{loadableGenerated:{webpack:function(){return[1949]}}});var f=o()(function(){return Promise.all([r.e(1110),r.e(8750)]).then(r.bind(r,78750))},{loadableGenerated:{webpack:function(){return[78750]}}});o()(function(){return Promise.all([r.e(1110),r.e(3637),r.e(552),r.e(2944),r.e(941)]).then(r.bind(r,28223))},{loadableGenerated:{webpack:function(){return[28223]}}});var p=o()(function(){return Promise.resolve().then(r.bind(r,51476))},{loadableGenerated:{webpack:function(){return[51476]}}}),m=o()(function(){return r.e(3573).then(r.bind(r,53573))},{loadableGenerated:{webpack:function(){return[53573]}}}),b=o()(function(){return Promise.all([r.e(6990),r.e(1866),r.e(2462),r.e(12),r.e(9599),r.e(6691),r.e(3879),r.e(1110),r.e(3637),r.e(5224),r.e(5166),r.e(2003),r.e(552),r.e(2944),r.e(6103),r.e(4850),r.e(829),r.e(4946),r.e(5650),r.e(9257),r.e(4921)]).then(r.bind(r,77544))},{loadableGenerated:{webpack:function(){return[77544]}}}),g=o()(function(){return Promise.all([r.e(3879),r.e(869)]).then(r.bind(r,869))},{loadableGenerated:{webpack:function(){return[869]}}}),h=o()(function(){return Promise.all([r.e(3879),r.e(191)]).then(r.bind(r,20191))},{loadableGenerated:{webpack:function(){return[20191]}}});o()(function(){return r.e(132).then(r.bind(r,10132))},{loadableGenerated:{webpack:function(){return[10132]}}});var x=o()(function(){return r.e(4632).then(r.bind(r,24632))},{loadableGenerated:{webpack:function(){return[24632]}}}),y=o()(function(){return Promise.all([r.e(6990),r.e(1866),r.e(2462),r.e(12),r.e(9599),r.e(6691),r.e(3879),r.e(1110),r.e(3637),r.e(5224),r.e(5166),r.e(2003),r.e(552),r.e(2944),r.e(6103),r.e(4850),r.e(829),r.e(4946),r.e(5650),r.e(9257),r.e(4921)]).then(r.bind(r,2994))},{loadableGenerated:{webpack:function(){return[2994]}}}),v=o()(function(){return r.e(102).then(r.bind(r,40102))},{loadableGenerated:{webpack:function(){return[40102]}}}),w=o()(function(){return Promise.all([r.e(2462),r.e(4903)]).then(r.bind(r,4903))},{loadableGenerated:{webpack:function(){return[4903]}}}),k=o()(function(){return Promise.all([r.e(2462),r.e(1740)]).then(r.bind(r,21740))},{loadableGenerated:{webpack:function(){return[21740]}}}),F=o()(function(){return Promise.all([r.e(2462),r.e(7788)]).then(r.bind(r,17788))},{loadableGenerated:{webpack:function(){return[17788]}}}),C=o()(function(){return r.e(6345).then(r.bind(r,76345))},{loadableGenerated:{webpack:function(){return[76345]}}}),E=o()(function(){return r.e(5264).then(r.bind(r,35264))},{loadableGenerated:{webpack:function(){return[35264]}}});o()(function(){return Promise.all([r.e(6990),r.e(1866),r.e(2462),r.e(12),r.e(9599),r.e(6691),r.e(3879),r.e(1110),r.e(3637),r.e(5224),r.e(5166),r.e(2003),r.e(552),r.e(2944),r.e(6103),r.e(4850),r.e(829),r.e(4946),r.e(5650),r.e(9257),r.e(4921)]).then(r.bind(r,20286))},{loadableGenerated:{webpack:function(){return[20286]}}});var j=o()(function(){return Promise.all([r.e(6990),r.e(1866),r.e(2462),r.e(12),r.e(9599),r.e(6691),r.e(3879),r.e(1110),r.e(3637),r.e(5224),r.e(5166),r.e(2003),r.e(552),r.e(2944),r.e(6103),r.e(4850),r.e(829),r.e(4946),r.e(5650),r.e(9257),r.e(4921)]).then(r.bind(r,36518))},{loadableGenerated:{webpack:function(){return[36518]}}}),P=o()(function(){return Promise.all([r.e(2462),r.e(2440),r.e(3126)]).then(r.bind(r,53126))},{loadableGenerated:{webpack:function(){return[53126]}}}),A=o()(function(){return Promise.all([r.e(2462),r.e(5204)]).then(r.bind(r,65204))},{loadableGenerated:{webpack:function(){return[65204]}}}),D=o()(function(){return Promise.all([r.e(2462),r.e(4253)]).then(r.bind(r,94253))},{loadableGenerated:{webpack:function(){return[94253]}}}),N=o()(function(){return Promise.all([r.e(6990),r.e(1866),r.e(2462),r.e(12),r.e(9599),r.e(6691),r.e(3879),r.e(1110),r.e(3637),r.e(5224),r.e(5166),r.e(2003),r.e(552),r.e(2944),r.e(6103),r.e(4850),r.e(829),r.e(4946),r.e(5650),r.e(9257),r.e(8917)]).then(r.bind(r,4235))},{loadableGenerated:{webpack:function(){return[4235]}}}),_=o()(function(){return Promise.all([r.e(3879),r.e(8471)]).then(r.bind(r,78471))},{loadableGenerated:{webpack:function(){return[78471]}}});o()(function(){return Promise.all([r.e(6691),r.e(2708)]).then(r.bind(r,12708))},{loadableGenerated:{webpack:function(){return[12708]}}});var G=o()(function(){return r.e(6193).then(r.bind(r,6193))},{loadableGenerated:{webpack:function(){return[6193]}}}),M=o()(function(){return Promise.all([r.e(2462),r.e(156)]).then(r.bind(r,70156))},{loadableGenerated:{webpack:function(){return[70156]}}}),I=o()(function(){return r.e(8270).then(r.bind(r,48270))},{loadableGenerated:{webpack:function(){return[48270]}}}),B=o()(function(){return r.e(7097).then(r.bind(r,67097))},{loadableGenerated:{webpack:function(){return[67097]}}}),z=o()(function(){return r.e(5745).then(r.bind(r,25745))},{loadableGenerated:{webpack:function(){return[25745]}}}),T=o()(function(){return Promise.all([r.e(2462),r.e(2500)]).then(r.bind(r,62500))},{loadableGenerated:{webpack:function(){return[62500]}}}),S=o()(function(){return Promise.all([r.e(1110),r.e(3637),r.e(5224),r.e(7100)]).then(r.bind(r,87100))},{loadableGenerated:{webpack:function(){return[87100]}}}),L=o()(function(){return Promise.all([r.e(1110),r.e(3637),r.e(552),r.e(6103),r.e(594)]).then(r.bind(r,53431))},{loadableGenerated:{webpack:function(){return[53431]}}}),O=o()(function(){return Promise.all([r.e(6990),r.e(885)]).then(r.bind(r,30885))},{loadableGenerated:{webpack:function(){return[30885]}}}),U=o()(function(){return Promise.all([r.e(6691),r.e(7153)]).then(r.bind(r,37153))},{loadableGenerated:{webpack:function(){return[37153]}}}),q=o()(function(){return Promise.all([r.e(2462),r.e(9416)]).then(r.bind(r,39416))},{loadableGenerated:{webpack:function(){return[39416]}}}),Z=o()(function(){return r.e(5848).then(r.bind(r,35848))},{loadableGenerated:{webpack:function(){return[35848]}}}),J=o()(function(){return r.e(6798).then(r.bind(r,76798))},{loadableGenerated:{webpack:function(){return[76798]}}}),H=o()(function(){return Promise.all([r.e(6691),r.e(5245)]).then(r.bind(r,45245))},{loadableGenerated:{webpack:function(){return[45245]}}}),R=o()(function(){return Promise.all([r.e(12),r.e(6691),r.e(7355)]).then(r.bind(r,97355))},{loadableGenerated:{webpack:function(){return[97355]}}});o()(function(){return Promise.all([r.e(6691),r.e(2227)]).then(r.bind(r,72227))},{loadableGenerated:{webpack:function(){return[72227]}}});var K=o()(function(){return Promise.all([r.e(2462),r.e(4163)]).then(r.bind(r,54163))},{loadableGenerated:{webpack:function(){return[54163]}}}),V=o()(function(){return Promise.all([r.e(2462),r.e(9362)]).then(r.bind(r,59362))},{loadableGenerated:{webpack:function(){return[59362]}}}),W=o()(function(){return Promise.resolve().then(r.bind(r,31857))},{loadableGenerated:{webpack:function(){return[31857]}}}),X=o()(function(){return Promise.resolve().then(r.bind(r,31857))},{loadableGenerated:{webpack:function(){return[31857]}}})},36970:function(e,n,r){r.r(n),r.d(n,{default:function(){return ChapterDisplay_ChapterDisplay}});var t=r(26705);r(20955);var o=r(42744),a=r.n(o),getVideos=function(e){try{var n=e.match(/src="(\w|\/|:|\.|&|=|-|\?)+"/g);if(0===n.length)return[];return n.map(function(e){var n=e.replace('src="',"");return n=n.replace('"',"")})}catch(e){return[]}},ChapterDisplay_ChapterDisplayVideo=function(e){var n=e.html,r=e.className,o=getVideos(n);return(0,t.jsx)("div",{className:"w-full flex flex-wrap gap-4 items-start justify-start mt-4",children:o.map(function(e,n){return(0,t.jsx)("div",{children:(0,t.jsx)("iframe",{src:e,className:a()("w-full max-w-2xl aspect-[4/3] rounded-xl",r),loading:"lazy",width:"560",height:"315",fetchPriority:0===n?"high":"low",allowFullScreen:!0})},n)})})},i=r(29259),l=r(44313),u={red:["bg-red-50 dark:bg-red-800","text-red-800 dark:text-red-100"],"#FF033E":["bg-red-50 dark:bg-red-800","text-red-800 dark:text-red-100"],blue:["bg-primary-50 dark:bg-primary-800","text-primary-800 dark:text-primary-100"],green:["bg-green-50 dark:bg-green-800","text-green-800 dark:text-green-100"],"#CC5500":["bg-orange-50 dark:bg-orange-800","text-orange-800 dark:text-orange-100"]},DOM=function(){return document},ChapterDisplay_restyleChapterHTML=function(e,n){var r=new DOMParser().parseFromString(e,"text/html").body;r.firstElementChild.textContent===n&&r.firstElementChild.remove();try{Array.from(r.querySelectorAll("p")).forEach(function(e){e.classList.add("text-body1","mt-4")}),Array.from(r.querySelectorAll("img")).forEach(function(e){e.classList.add("dark:invert","mix-blend-multiply","dark:mix-blend-screen")}),Array.from(r.querySelectorAll("h1")).forEach(function(e){e.classList.add("text-h5","mt-8","mb-4")}),Array.from(r.querySelectorAll("strong")).forEach(function(e){var n=DOM().createElement("span");n.classList.add("font-bold"),n.innerHTML=e.innerHTML,e.replaceWith(n)}),Array.from(r.querySelectorAll("span")).forEach(function(e){e.classList.contains("math")&&e.classList.contains("display")&&e.classList.add("block","overflow-x-scroll")}),Array.from(r.querySelectorAll("hr")).forEach(function(e){var n=DOM().createElement("div");n.classList.add("border-t-2","border-gray","my-4"),e.replaceWith(n)}),Array.from(r.querySelectorAll("[style]")).forEach(function(e){var n=e.getAttribute("style");if(n.includes("color:")){var r,t=n.split("color:")[1].split(";")[0].trim();if(!u[t])return;(r=e.classList).add.apply(r,(0,l._)(u[t]).concat(["rounded-md","px-1","mr-2","font-medium"]))}e.removeAttribute("style")}),r.firstElementChild.classList.add("!mt-0")}catch(e){console.log(e)}return r.innerHTML},ChapterDisplay_ChapterDisplay=function(e){var n,r=e.chapter,o=e.fontSize,l=void 0===o?"text-lg":o,u=e.mathClassNames,s=e.videoClassNames;if("Video"===r.chapterType||(null==r?void 0:null===(n=r.html)||void 0===n?void 0:n.includes("<iframe")))return(0,t.jsx)(ChapterDisplay_ChapterDisplayVideo,{html:r.html,className:void 0===s?"":s});if(!r.html)return(0,t.jsx)(i.v,{children:"Content is missing"});var c=ChapterDisplay_restyleChapterHTML(r.html,r.title);return(0,t.jsx)("div",{className:a()("pb-8 math font-[CMU]",l),children:(0,t.jsx)(i.Z,{html:c,className:void 0===u?"":u})})}},65660:function(e){e.exports={white:"#ffffff",gray:{25:"#FCFCFD",50:"#F9FAFB",100:"#F2F4F7",200:"#EAECF0",300:"#D0D5DD",400:"#98A2B3",500:"#667085",600:"#475467",700:"#344054",800:"#1D2939",900:"#101828"},purple:{25:"#FAFAFF",50:"#f5f4fe",100:"#edeafd",200:"#ddd9fb",300:"#c3baf8",400:"#a693f2",500:"#8867eb",600:"#7647e0",700:"#6432c8",800:"#562cab",900:"#48268c",950:"#2c165f"},orange:{25:"#FFF9F3",50:"#fff3ed",100:"#ffe4d4",200:"#ffc5a8",300:"#ff9d71",400:"#ff6432",500:"#fe4111",600:"#ef2707",700:"#c61808",800:"#9d160f",900:"#7e1510",950:"#440606"},pink:{25:"#FFF8F9",50:"#fcf3f6",100:"#f9e7ed",150:"#f7dbe3",200:"#f4cfda",250:"#f1c3d1",300:"#eeb6c8",350:"#ebaabf",400:"#e99eb5",450:"#e692ac",500:"#e386a3",550:"#cc7993",600:"#e386a3",650:"#cc7993",700:"#b66b82",750:"#9f5e72",800:"#885062",850:"#724352",900:"#5b3641"},blue:{25:"#F1F3FC",50:"#E2E8F9",100:"#C5D1F3",200:"#A8B9EE",300:"#A8B9EE",400:"#8BA2E8",500:"#6E8BE2",600:"#566cd5",700:"#4759bb",750:"#3C4AA3",800:"#3c4c97",850:"#2E3E7E",900:"#3c4c97",950:"#202746"},jaffa:{50:"#fff5ed",100:"#fee9d6",200:"#fcceac",300:"#faac77",400:"#f8894f",500:"#f55d1a",600:"#e64210",700:"#bf2f0f",800:"#972715",900:"#7a2314",950:"#420f08"},teal:{25:"#F6FEFC",50:"#F0FDF9",100:"#CCFBEF",200:"#99F6E0",300:"#5FE9D0",400:"#2ED3B7",500:"#15B79E",600:"#0E9384",700:"#107569",800:"#125D56",900:"#134E48"},bermuda:{25:"#F3FDFE",50:"#effaf5",100:"#d8f3e5",200:"#b5e5ce",300:"#8fd5b8",400:"#51b68f",500:"#2f9a75",600:"#1f7c5d",700:"#19634d",800:"#164f3e",900:"#134134",950:"#0a241e"},indigo:{25:"#F5F8FF",50:"#EEF4FF",100:"#E0EAFF",200:"#C7D7FE",300:"#A4BCFD",400:"#8098F9",500:"#6172F3",600:"#444CE7",700:"#3538CD",800:"#2D31A6",900:"#2D3282"},violet:{25:"#FBFAFF",50:"#F5F3FF",100:"#ECE9FE",200:"#DDD6FE",300:"#C3B5FD",400:"#A48AFB",500:"#875BF7",600:"#7839EE",700:"#6927DA",800:"#5720B7",900:"#491C96"},moss:{25:"#FAFDF7",50:"#F5FBEE",100:"#E6F4D7",200:"#CEEAB0",300:"#ACDC79",400:"#86CB3C",500:"#669F2A",600:"#4F7A21",700:"#3F621A",800:"#335015",900:"#2B4212"},error:{25:"#FFFBFA",50:"#FEF3F2",100:"#FEE4E2",200:"#FECDCA",300:"#FDA29B",400:"#F97066",500:"#F04438",600:"#D92D20",700:"#B42318",800:"#912018",900:"#7A271A"},warning:{25:"#FFFCF5",50:"#FFFAEB",100:"#FEF0C7",200:"#FEDF89",300:"#FEC84B",400:"#FDB022",500:"#F79009",600:"#DC6803",700:"#B54708",800:"#93370D",900:"#7A2E0E"},success:{25:"#F6FEF9",50:"#ECFDF3",100:"#D1FADF",200:"#A6F4C5",300:"#6CE9A6",400:"#32D583",500:"#12B76A",600:"#039855",700:"#027A48",800:"#05603A",900:"#054F31"},facebook:{DEFAULT:"#1877F2"}}}}]);