@crowdin/app-project-module 0.54.0 → 0.54.1

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.
@@ -25,11 +25,11 @@ function handle(config, integration) {
25
25
  webhookUrlParam,
26
26
  provider: types_1.Provider.INTEGRATION,
27
27
  });
28
- if (!webhookData.crowdinClient) {
28
+ if (!(webhookData === null || webhookData === void 0 ? void 0 : webhookData.crowdinClient)) {
29
29
  (0, logger_1.temporaryErrorDebug)('Access denied: integration-webhooks !webhookData.crowdinClient', req);
30
30
  return res.status(403).send({ error: 'Access denied' });
31
31
  }
32
- if (!webhookData.syncSettings) {
32
+ if (!(webhookData === null || webhookData === void 0 ? void 0 : webhookData.syncSettings)) {
33
33
  return res.status(200).send({ message: 'Sync is not configured' });
34
34
  }
35
35
  yield (0, webhooks_1.updateCrowdinFromWebhookRequest)({ integration, webhookData, req: [req] });
@@ -255,6 +255,7 @@ function prepareWebhookData({ config, integration, provider, webhookUrlParam, })
255
255
  return __awaiter(this, void 0, void 0, function* () {
256
256
  let rootFolder = undefined;
257
257
  let syncSettings = null;
258
+ let preparedIntegrationCredentials = null;
258
259
  let appSettings = {};
259
260
  const { projectId, crowdinId, clientId } = decodedUrlParam(config, webhookUrlParam);
260
261
  const crowdinCredentials = yield (0, storage_1.getStorage)().getCrowdinCredentials(crowdinId);
@@ -277,7 +278,10 @@ function prepareWebhookData({ config, integration, provider, webhookUrlParam, })
277
278
  credentials: crowdinCredentials,
278
279
  context,
279
280
  });
280
- const preparedIntegrationCredentials = yield (0, connection_1.prepareIntegrationCredentials)(config, integration, integrationCredentials);
281
+ if (!integrationCredentials) {
282
+ return { projectId, crowdinClient, rootFolder, appSettings, syncSettings, preparedIntegrationCredentials };
283
+ }
284
+ preparedIntegrationCredentials = yield (0, connection_1.prepareIntegrationCredentials)(config, integration, integrationCredentials);
281
285
  if (integrationConfig === null || integrationConfig === void 0 ? void 0 : integrationConfig.config) {
282
286
  appSettings = JSON.parse(integrationConfig.config);
283
287
  const isWebhookSync = Number(appSettings.schedule) !== types_1.SyncSchedule.DISABLED;
@@ -387,7 +391,9 @@ function consumer({ channel, config, integration, }) {
387
391
  webhookUrlParam,
388
392
  provider: types_1.Provider.INTEGRATION,
389
393
  }).then((res) => {
390
- webhooksInfo[clientId].webhookData = res;
394
+ if (res) {
395
+ webhooksInfo[clientId].webhookData = res;
396
+ }
391
397
  }));
392
398
  }
393
399
  else {
@@ -425,11 +431,13 @@ function processMessages({ channel, msg, webhooksData, webhooksInfo, }) {
425
431
  return __awaiter(this, void 0, void 0, function* () {
426
432
  yield Promise.all(webhooksData);
427
433
  for (const { data, integration, webhookData } of Object.values(webhooksInfo)) {
428
- yield updateCrowdinFromWebhookRequest({
429
- integration: integration,
430
- webhookData: webhookData,
431
- req: data,
432
- });
434
+ if (webhookData) {
435
+ yield updateCrowdinFromWebhookRequest({
436
+ integration: integration,
437
+ webhookData: webhookData,
438
+ req: data,
439
+ });
440
+ }
433
441
  }
434
442
  channel.ack(msg, true);
435
443
  });
@@ -36,7 +36,7 @@
36
36
  * @license MIT
37
37
  * This source code is licensed under the MIT license found in the
38
38
  * LICENSE file in the root directory of this source tree.
39
- */function QW(e,t){return KW(e,t)}["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"].forEach((function(e){KW[e]=KW(e)})),"object"==typeof document&&(HW=KU({key:"css",prepend:!0}));const YW=(e,t)=>{Array.isArray(e.__emotion_styles)&&(e.__emotion_styles=t(e.__emotion_styles))};var JW=Object.freeze({__proto__:null,GlobalStyles:GW,StyledEngineProvider:function(e){const{injectFirst:t,children:r}=e;return t&&HW?bP.jsx(IW,{value:HW,children:r}):r},ThemeContext:FW,css:zW,default:QW,internal_processStyles:YW,keyframes:LW});function XW(e){if("object"!=typeof e||null===e)return!1;const t=Object.getPrototypeOf(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)}function ZW(e){if(!XW(e))return e;const t={};return Object.keys(e).forEach((r=>{t[r]=ZW(e[r])})),t}function eq(e,t,r={clone:!0}){const n=r.clone?LB({},e):e;return XW(e)&&XW(t)&&Object.keys(t).forEach((o=>{"__proto__"!==o&&(XW(t[o])&&o in e&&XW(e[o])?n[o]=eq(e[o],t[o],r):r.clone?n[o]=XW(t[o])?ZW(t[o]):t[o]:n[o]=t[o])})),n}var tq=Object.freeze({__proto__:null,default:eq,isPlainObject:XW});const rq=["values","unit","step"],nq=e=>{const t=Object.keys(e).map((t=>({key:t,val:e[t]})))||[];return t.sort(((e,t)=>e.val-t.val)),t.reduce(((e,t)=>LB({},e,{[t.key]:t.val})),{})};function oq(e){const{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:r="px",step:n=5}=e,o=VB(e,rq),a=nq(t),i=Object.keys(a);function s(e){return`@media (min-width:${"number"==typeof t[e]?t[e]:e}${r})`}function l(e){return`@media (max-width:${("number"==typeof t[e]?t[e]:e)-n/100}${r})`}function c(e,o){const a=i.indexOf(o);return`@media (min-width:${"number"==typeof t[e]?t[e]:e}${r}) and (max-width:${(-1!==a&&"number"==typeof t[i[a]]?t[i[a]]:o)-n/100}${r})`}return LB({keys:i,values:a,up:s,down:l,between:c,only:function(e){return i.indexOf(e)+1<i.length?c(e,i[i.indexOf(e)+1]):s(e)},not:function(e){const t=i.indexOf(e);return 0===t?s(i[1]):t===i.length-1?l(i[t]):c(e,i[i.indexOf(e)+1]).replace("@media","@media not all and")},unit:r},o)}var aq={borderRadius:4};function iq(e,t){return t?eq(e,t,{clone:!1}):e}const sq={xs:0,sm:600,md:900,lg:1200,xl:1536},lq={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${sq[e]}px)`};function cq(e,t,r){const n=e.theme||{};if(Array.isArray(t)){const e=n.breakpoints||lq;return t.reduce(((n,o,a)=>(n[e.up(e.keys[a])]=r(t[a]),n)),{})}if("object"==typeof t){const e=n.breakpoints||lq;return Object.keys(t).reduce(((n,o)=>{if(-1!==Object.keys(e.values||sq).indexOf(o)){n[e.up(o)]=r(t[o],o)}else{const e=o;n[e]=t[e]}return n}),{})}return r(t)}function uq(e={}){var t;return(null==(t=e.keys)?void 0:t.reduce(((t,r)=>(t[e.up(r)]={},t)),{}))||{}}function dq(e,t){return e.reduce(((e,t)=>{const r=e[t];return(!r||0===Object.keys(r).length)&&delete e[t],e}),t)}function fq({values:e,breakpoints:t,base:r}){const n=r||function(e,t){if("object"!=typeof e)return{};const r={},n=Object.keys(t);return Array.isArray(e)?n.forEach(((t,n)=>{n<e.length&&(r[t]=!0)})):n.forEach((t=>{null!=e[t]&&(r[t]=!0)})),r}(e,t),o=Object.keys(n);if(0===o.length)return e;let a;return o.reduce(((t,r,n)=>(Array.isArray(e)?(t[r]=null!=e[n]?e[n]:e[a],a=n):"object"==typeof e?(t[r]=null!=e[r]?e[r]:e[a],a=r):t[r]=e,t)),{})}function pq(e){if("string"!=typeof e)throw new Error(FB(7));return e.charAt(0).toUpperCase()+e.slice(1)}var mq=Object.freeze({__proto__:null,default:pq});function hq(e,t,r=!0){if(!t||"string"!=typeof t)return null;if(e&&e.vars&&r){const r=`vars.${t}`.split(".").reduce(((e,t)=>e&&e[t]?e[t]:null),e);if(null!=r)return r}return t.split(".").reduce(((e,t)=>e&&null!=e[t]?e[t]:null),e)}function yq(e,t,r,n=r){let o;return o="function"==typeof e?e(r):Array.isArray(e)?e[r]||n:hq(e,r)||n,t&&(o=t(o,n,e)),o}function vq(e){const{prop:t,cssProperty:r=e.prop,themeKey:n,transform:o}=e,a=e=>{if(null==e[t])return null;const a=e[t],i=hq(e.theme,n)||{};return cq(e,a,(e=>{let n=yq(i,o,e);return e===n&&"string"==typeof e&&(n=yq(i,o,`${t}${"default"===e?"":pq(e)}`,e)),!1===r?n:{[r]:n}}))};return a.propTypes={},a.filterProps=[t],a}const gq={m:"margin",p:"padding"},bq={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},wq={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},Sq=function(e){const t={};return r=>(void 0===t[r]&&(t[r]=e(r)),t[r])}((e=>{if(e.length>2){if(!wq[e])return[e];e=wq[e]}const[t,r]=e.split(""),n=gq[t],o=bq[r]||"";return Array.isArray(o)?o.map((e=>n+e)):[n+o]})),xq=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],$q=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"];function kq(e,t,r,n){var o;const a=null!=(o=hq(e,t,!1))?o:r;return"number"==typeof a?e=>"string"==typeof e?e:a*e:Array.isArray(a)?e=>"string"==typeof e?e:a[e]:"function"==typeof a?a:()=>{}}function _q(e){return kq(e,"spacing",8)}function Eq(e,t){if("string"==typeof t||null==t)return t;const r=e(Math.abs(t));return t>=0?r:"number"==typeof r?-r:`-${r}`}function Cq(e,t,r,n){if(-1===t.indexOf(r))return null;const o=function(e,t){return r=>e.reduce(((e,n)=>(e[n]=Eq(t,r),e)),{})}(Sq(r),n);return cq(e,e[r],o)}function Pq(e,t){const r=_q(e.theme);return Object.keys(e).map((n=>Cq(e,t,n,r))).reduce(iq,{})}function jq(e){return Pq(e,xq)}function Oq(e){return Pq(e,$q)}function Nq(...e){const t=e.reduce(((e,t)=>(t.filterProps.forEach((r=>{e[r]=t})),e)),{}),r=e=>Object.keys(e).reduce(((r,n)=>t[n]?iq(r,t[n](e)):r),{});return r.propTypes={},r.filterProps=e.reduce(((e,t)=>e.concat(t.filterProps)),[]),r}function Rq(e){return"number"!=typeof e?e:`${e}px solid`}function Tq(e,t){return vq({prop:e,themeKey:"borders",transform:t})}jq.propTypes={},jq.filterProps=xq,Oq.propTypes={},Oq.filterProps=$q;const Aq=Tq("border",Rq),Iq=Tq("borderTop",Rq),Mq=Tq("borderRight",Rq),Fq=Tq("borderBottom",Rq),Dq=Tq("borderLeft",Rq),zq=Tq("borderColor"),Lq=Tq("borderTopColor"),Vq=Tq("borderRightColor"),Bq=Tq("borderBottomColor"),Uq=Tq("borderLeftColor"),Wq=Tq("outline",Rq),qq=Tq("outlineColor"),Kq=e=>{if(void 0!==e.borderRadius&&null!==e.borderRadius){const t=kq(e.theme,"shape.borderRadius",4),r=e=>({borderRadius:Eq(t,e)});return cq(e,e.borderRadius,r)}return null};Kq.propTypes={},Kq.filterProps=["borderRadius"],Nq(Aq,Iq,Mq,Fq,Dq,zq,Lq,Vq,Bq,Uq,Kq,Wq,qq);const Hq=e=>{if(void 0!==e.gap&&null!==e.gap){const t=kq(e.theme,"spacing",8),r=e=>({gap:Eq(t,e)});return cq(e,e.gap,r)}return null};Hq.propTypes={},Hq.filterProps=["gap"];const Gq=e=>{if(void 0!==e.columnGap&&null!==e.columnGap){const t=kq(e.theme,"spacing",8),r=e=>({columnGap:Eq(t,e)});return cq(e,e.columnGap,r)}return null};Gq.propTypes={},Gq.filterProps=["columnGap"];const Qq=e=>{if(void 0!==e.rowGap&&null!==e.rowGap){const t=kq(e.theme,"spacing",8),r=e=>({rowGap:Eq(t,e)});return cq(e,e.rowGap,r)}return null};Qq.propTypes={},Qq.filterProps=["rowGap"];function Yq(e,t){return"grey"===t?t:e}Nq(Hq,Gq,Qq,vq({prop:"gridColumn"}),vq({prop:"gridRow"}),vq({prop:"gridAutoFlow"}),vq({prop:"gridAutoColumns"}),vq({prop:"gridAutoRows"}),vq({prop:"gridTemplateColumns"}),vq({prop:"gridTemplateRows"}),vq({prop:"gridTemplateAreas"}),vq({prop:"gridArea"}));function Jq(e){return e<=1&&0!==e?100*e+"%":e}Nq(vq({prop:"color",themeKey:"palette",transform:Yq}),vq({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:Yq}),vq({prop:"backgroundColor",themeKey:"palette",transform:Yq}));const Xq=vq({prop:"width",transform:Jq}),Zq=e=>{if(void 0!==e.maxWidth&&null!==e.maxWidth){const t=t=>{var r,n;const o=(null==(r=e.theme)||null==(r=r.breakpoints)||null==(r=r.values)?void 0:r[t])||sq[t];return o?"px"!==(null==(n=e.theme)||null==(n=n.breakpoints)?void 0:n.unit)?{maxWidth:`${o}${e.theme.breakpoints.unit}`}:{maxWidth:o}:{maxWidth:Jq(t)}};return cq(e,e.maxWidth,t)}return null};Zq.filterProps=["maxWidth"];const eK=vq({prop:"minWidth",transform:Jq}),tK=vq({prop:"height",transform:Jq}),rK=vq({prop:"maxHeight",transform:Jq}),nK=vq({prop:"minHeight",transform:Jq});vq({prop:"size",cssProperty:"width",transform:Jq}),vq({prop:"size",cssProperty:"height",transform:Jq});Nq(Xq,Zq,eK,tK,rK,nK,vq({prop:"boxSizing"}));var oK={border:{themeKey:"borders",transform:Rq},borderTop:{themeKey:"borders",transform:Rq},borderRight:{themeKey:"borders",transform:Rq},borderBottom:{themeKey:"borders",transform:Rq},borderLeft:{themeKey:"borders",transform:Rq},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:Rq},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:Kq},color:{themeKey:"palette",transform:Yq},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:Yq},backgroundColor:{themeKey:"palette",transform:Yq},p:{style:Oq},pt:{style:Oq},pr:{style:Oq},pb:{style:Oq},pl:{style:Oq},px:{style:Oq},py:{style:Oq},padding:{style:Oq},paddingTop:{style:Oq},paddingRight:{style:Oq},paddingBottom:{style:Oq},paddingLeft:{style:Oq},paddingX:{style:Oq},paddingY:{style:Oq},paddingInline:{style:Oq},paddingInlineStart:{style:Oq},paddingInlineEnd:{style:Oq},paddingBlock:{style:Oq},paddingBlockStart:{style:Oq},paddingBlockEnd:{style:Oq},m:{style:jq},mt:{style:jq},mr:{style:jq},mb:{style:jq},ml:{style:jq},mx:{style:jq},my:{style:jq},margin:{style:jq},marginTop:{style:jq},marginRight:{style:jq},marginBottom:{style:jq},marginLeft:{style:jq},marginX:{style:jq},marginY:{style:jq},marginInline:{style:jq},marginInlineStart:{style:jq},marginInlineEnd:{style:jq},marginBlock:{style:jq},marginBlockStart:{style:jq},marginBlockEnd:{style:jq},displayPrint:{cssProperty:!1,transform:e=>({"@media print":{display:e}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:Hq},rowGap:{style:Qq},columnGap:{style:Gq},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:Jq},maxWidth:{style:Zq},minWidth:{transform:Jq},height:{transform:Jq},maxHeight:{transform:Jq},minHeight:{transform:Jq},boxSizing:{},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}};function aK(){function e(e,t,r,n){const o={[e]:t,theme:r},a=n[e];if(!a)return{[e]:t};const{cssProperty:i=e,themeKey:s,transform:l,style:c}=a;if(null==t)return null;if("typography"===s&&"inherit"===t)return{[e]:t};const u=hq(r,s)||{};if(c)return c(o);return cq(o,t,(t=>{let r=yq(u,l,t);return t===r&&"string"==typeof t&&(r=yq(u,l,`${e}${"default"===t?"":pq(t)}`,t)),!1===i?r:{[i]:r}}))}return function t(r){var n;const{sx:o,theme:a={}}=r||{};if(!o)return null;const i=null!=(n=a.unstable_sxConfig)?n:oK;function s(r){let n=r;if("function"==typeof r)n=r(a);else if("object"!=typeof r)return r;if(!n)return null;const o=uq(a.breakpoints),s=Object.keys(o);let l=o;return Object.keys(n).forEach((r=>{const o=(s=n[r],c=a,"function"==typeof s?s(c):s);var s,c;if(null!=o)if("object"==typeof o)if(i[r])l=iq(l,e(r,o,a,i));else{const e=cq({theme:a},o,(e=>({[r]:e})));!function(...e){const t=e.reduce(((e,t)=>e.concat(Object.keys(t))),[]),r=new Set(t);return e.every((e=>r.size===Object.keys(e).length))}(e,o)?l=iq(l,e):l[r]=t({sx:o,theme:a})}else l=iq(l,e(r,o,a,i))})),dq(s,l)}return Array.isArray(o)?o.map(s):s(o)}}const iK=aK();iK.filterProps=["sx"];var sK=iK;function lK(e,t){const r=this;if(r.vars&&"function"==typeof r.getColorSchemeSelector){return{[r.getColorSchemeSelector(e).replace(/(\[[^\]]+\])/,"*:where($1)")]:t}}return r.palette.mode===e?t:{}}const cK=["breakpoints","palette","spacing","shape"];function uK(e={},...t){const{breakpoints:r={},palette:n={},spacing:o,shape:a={}}=e,i=VB(e,cK),s=oq(r),l=function(e=8){if(e.mui)return e;const t=_q({spacing:e}),r=(...e)=>(0===e.length?[1]:e).map((e=>{const r=t(e);return"number"==typeof r?`${r}px`:r})).join(" ");return r.mui=!0,r}(o);let c=eq({breakpoints:s,direction:"ltr",components:{},palette:LB({mode:"light"},n),spacing:l,shape:LB({},aq,a)},i);return c.applyStyles=lK,c=t.reduce(((e,t)=>eq(e,t)),c),c.unstable_sxConfig=LB({},oK,null==i?void 0:i.unstable_sxConfig),c.unstable_sx=function(e){return sK({sx:e,theme:this})},c}var dK=Object.freeze({__proto__:null,default:uK,private_createBreakpoints:oq,unstable_applyStyles:lK});function fK(e=null){const t=V.useContext(FW);return t&&(r=t,0!==Object.keys(r).length)?t:e;var r}const pK=uK();function mK(e=pK){return fK(e)}function hK({styles:e,themeId:t,defaultTheme:r={}}){const n=mK(r),o="function"==typeof e?e(t&&n[t]||n):e;return bP.jsx(GW,{styles:o})}const yK=["sx"],vK=e=>{var t,r;const n={systemProps:{},otherProps:{}},o=null!=(t=null==e||null==(r=e.theme)?void 0:r.unstable_sxConfig)?t:oK;return Object.keys(e).forEach((t=>{o[t]?n.systemProps[t]=e[t]:n.otherProps[t]=e[t]})),n};function gK(e){const{sx:t}=e,r=VB(e,yK),{systemProps:n,otherProps:o}=vK(r);let a;return a=Array.isArray(t)?[n,...t]:"function"==typeof t?(...e)=>{const r=t(...e);return XW(r)?LB({},n,r):n}:LB({},n,t),LB({},o,{sx:a})}var bK=Object.freeze({__proto__:null,default:sK,extendSxProp:gK,unstable_createStyleFunctionSx:aK,unstable_defaultSxConfig:oK});const wK=e=>e;var SK=(()=>{let e=wK;return{configure(t){e=t},generate:t=>e(t),reset(){e=wK}}})();function xK(e){var t,r,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(r=xK(e[t]))&&(n&&(n+=" "),n+=r)}else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function $K(){for(var e,t,r=0,n="",o=arguments.length;r<o;r++)(e=arguments[r])&&(t=xK(e))&&(n&&(n+=" "),n+=t);return n}const kK=["className","component"];const _K={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function EK(e,t,r="Mui"){const n=_K[t];return n?`${r}-${n}`:`${SK.generate(e)}-${t}`}function CK(e,t,r="Mui"){const n={};return t.forEach((t=>{n[t]=EK(e,t,r)})),n}const PK=/^\s*function(?:\s|\s*\/\*.*\*\/\s*)+([^(\s/]*)\s*/;function jK(e){const t=`${e}`.match(PK);return t&&t[1]||""}function OK(e,t=""){return e.displayName||e.name||jK(e)||t}function NK(e,t,r){const n=OK(t);return e.displayName||(""!==n?`${r}(${n})`:r)}var RK=Object.freeze({__proto__:null,default:function(e){if(null!=e){if("string"==typeof e)return e;if("function"==typeof e)return OK(e,"Component");if("object"==typeof e)switch(e.$$typeof){case DP.ForwardRef:return NK(e,e.render,"ForwardRef");case DP.Memo:return NK(e,e.type,"memo");default:return}}},getFunctionName:jK});const TK=["ownerState"],AK=["variants"],IK=["name","slot","skipVariantsResolver","skipSx","overridesResolver"];function MK(e){return"ownerState"!==e&&"theme"!==e&&"sx"!==e&&"as"!==e}const FK=uK(),DK=e=>e?e.charAt(0).toLowerCase()+e.slice(1):e;function zK({defaultTheme:e,theme:t,themeId:r}){return n=t,0===Object.keys(n).length?e:t[r]||t;var n}function LK(e){return e?(t,r)=>r[e]:null}function VK(e,t){let{ownerState:r}=t,n=VB(t,TK);const o="function"==typeof e?e(LB({ownerState:r},n)):e;if(Array.isArray(o))return o.flatMap((e=>VK(e,LB({ownerState:r},n))));if(o&&"object"==typeof o&&Array.isArray(o.variants)){const{variants:e=[]}=o;let t=VB(o,AK);return e.forEach((e=>{let o=!0;"function"==typeof e.props?o=e.props(LB({ownerState:r},n,r)):Object.keys(e.props).forEach((t=>{(null==r?void 0:r[t])!==e.props[t]&&n[t]!==e.props[t]&&(o=!1)})),o&&(Array.isArray(t)||(t=[t]),t.push("function"==typeof e.style?e.style(LB({ownerState:r},n,r)):e.style))})),t}return o}const BK=function(e={}){const{themeId:t,defaultTheme:r=FK,rootShouldForwardProp:n=MK,slotShouldForwardProp:o=MK}=e,a=e=>sK(LB({},e,{theme:zK(LB({},e,{defaultTheme:r,themeId:t}))}));return a.__mui_systemSx=!0,(e,i={})=>{YW(e,(e=>e.filter((e=>!(null!=e&&e.__mui_systemSx)))));const{name:s,slot:l,skipVariantsResolver:c,skipSx:u,overridesResolver:d=LK(DK(l))}=i,f=VB(i,IK),p=void 0!==c?c:l&&"Root"!==l&&"root"!==l||!1,m=u||!1;let h=MK;"Root"===l||"root"===l?h=n:l?h=o:function(e){return"string"==typeof e&&e.charCodeAt(0)>96}(e)&&(h=void 0);const y=QW(e,LB({shouldForwardProp:h,label:undefined},f)),v=e=>"function"==typeof e&&e.__emotion_real!==e||XW(e)?n=>VK(e,LB({},n,{theme:zK({theme:n.theme,defaultTheme:r,themeId:t})})):e,g=(n,...o)=>{let i=v(n);const l=o?o.map(v):[];s&&d&&l.push((e=>{const n=zK(LB({},e,{defaultTheme:r,themeId:t}));if(!n.components||!n.components[s]||!n.components[s].styleOverrides)return null;const o=n.components[s].styleOverrides,a={};return Object.entries(o).forEach((([t,r])=>{a[t]=VK(r,LB({},e,{theme:n}))})),d(e,a)})),s&&!p&&l.push((e=>{var n;const o=zK(LB({},e,{defaultTheme:r,themeId:t}));return VK({variants:null==o||null==(n=o.components)||null==(n=n[s])?void 0:n.variants},LB({},e,{theme:o}))})),m||l.push(a);const c=l.length-o.length;if(Array.isArray(n)&&c>0){const e=new Array(c).fill("");i=[...n,...e],i.raw=[...n.raw,...e]}const u=y(i,...l);return e.muiName&&(u.muiName=e.muiName),u};return y.withConfig&&(g.withConfig=y.withConfig),g}}();var UK=BK;function WK(e,t){const r=LB({},t);return Object.keys(e).forEach((n=>{if(n.toString().match(/^(components|slots)$/))r[n]=LB({},e[n],r[n]);else if(n.toString().match(/^(componentsProps|slotProps)$/)){const o=e[n]||{},a=t[n];r[n]={},a&&Object.keys(a)?o&&Object.keys(o)?(r[n]=LB({},a),Object.keys(o).forEach((e=>{r[n][e]=WK(o[e],a[e])}))):r[n]=a:r[n]=o}else void 0===r[n]&&(r[n]=e[n])})),r}function qK({props:e,name:t,defaultTheme:r,themeId:n}){let o=mK(r);n&&(o=o[n]||o);const a=function(e){const{theme:t,name:r,props:n}=e;return t&&t.components&&t.components[r]&&t.components[r].defaultProps?WK(t.components[r].defaultProps,n):n}({theme:o,name:t,props:e});return a}var KK="undefined"!=typeof window?V.useLayoutEffect:V.useEffect;function HK(e,t=Number.MIN_SAFE_INTEGER,r=Number.MAX_SAFE_INTEGER){return Math.max(t,Math.min(e,r))}var GK=Object.freeze({__proto__:null,default:HK});function QK(...e){return e.reduce(((e,t)=>null==t?e:function(...r){e.apply(this,r),t.apply(this,r)}),(()=>{}))}function YK(e,t=166){let r;function n(...n){clearTimeout(r),r=setTimeout((()=>{e.apply(this,n)}),t)}return n.clear=()=>{clearTimeout(r)},n}function JK(e,t){var r,n;return V.isValidElement(e)&&-1!==t.indexOf(null!=(r=e.type.muiName)?r:null==(n=e.type)||null==(n=n._payload)||null==(n=n.value)?void 0:n.muiName)}function XK(e){return e&&e.ownerDocument||document}function ZK(e){return XK(e).defaultView||window}function eH(e,t){"function"==typeof e?e(t):e&&(e.current=t)}let tH=0;const rH=U["useId".toString()];function nH(e){if(void 0!==rH){const t=rH();return null!=e?e:t}return function(e){const[t,r]=V.useState(e),n=e||t;return V.useEffect((()=>{null==t&&(tH+=1,r(`mui-${tH}`))}),[t]),n}(e)}function oH({controlled:e,default:t,name:r,state:n="value"}){const{current:o}=V.useRef(void 0!==e),[a,i]=V.useState(t);return[o?e:a,V.useCallback((e=>{o||i(e)}),[])]}function aH(e){const t=V.useRef(e);return KK((()=>{t.current=e})),V.useRef(((...e)=>(0,t.current)(...e))).current}function iH(...e){return V.useMemo((()=>e.every((e=>null==e))?null:t=>{e.forEach((e=>{eH(e,t)}))}),e)}const sH={};const lH=[];class cH{constructor(){this.currentId=null,this.clear=()=>{null!==this.currentId&&(clearTimeout(this.currentId),this.currentId=null)},this.disposeEffect=()=>this.clear}static create(){return new cH}start(e,t){this.clear(),this.currentId=setTimeout((()=>{this.currentId=null,t()}),e)}}function uH(){const e=function(e,t){const r=V.useRef(sH);return r.current===sH&&(r.current=e(t)),r}(cH.create).current;var t;return t=e.disposeEffect,V.useEffect(t,lH),e}let dH=!0,fH=!1;const pH=new cH,mH={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function hH(e){e.metaKey||e.altKey||e.ctrlKey||(dH=!0)}function yH(){dH=!1}function vH(){"hidden"===this.visibilityState&&fH&&(dH=!0)}function gH(e){const{target:t}=e;try{return t.matches(":focus-visible")}catch(e){}return dH||function(e){const{type:t,tagName:r}=e;return!("INPUT"!==r||!mH[t]||e.readOnly)||"TEXTAREA"===r&&!e.readOnly||!!e.isContentEditable}(t)}function bH(){const e=V.useCallback((e=>{var t;null!=e&&((t=e.ownerDocument).addEventListener("keydown",hH,!0),t.addEventListener("mousedown",yH,!0),t.addEventListener("pointerdown",yH,!0),t.addEventListener("touchstart",yH,!0),t.addEventListener("visibilitychange",vH,!0))}),[]),t=V.useRef(!1);return{isFocusVisibleRef:t,onFocus:function(e){return!!gH(e)&&(t.current=!0,!0)},onBlur:function(){return!!t.current&&(fH=!0,pH.start(100,(()=>{fH=!1})),t.current=!1,!0)},ref:e}}function wH(e){const t=e.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}var SH={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"};function xH(e,t,r=void 0){const n={};return Object.keys(e).forEach((o=>{n[o]=e[o].reduce(((e,n)=>{if(n){const o=t(n);""!==o&&e.push(o),r&&r[n]&&e.push(r[n])}return e}),[]).join(" ")})),n}var $H=V.createContext(null);function kH(){return V.useContext($H)}var _H="function"==typeof Symbol&&Symbol.for?Symbol.for("mui.nested"):"__THEME_NESTED__";function EH(e){const{children:t,theme:r}=e,n=kH(),o=V.useMemo((()=>{const e=null===n?r:function(e,t){if("function"==typeof t)return t(e);return LB({},e,t)}(n,r);return null!=e&&(e[_H]=null!==n),e}),[r,n]);return bP.jsx($H.Provider,{value:o,children:t})}const CH=["value"],PH=V.createContext();function jH(e){let{value:t}=e,r=VB(e,CH);return bP.jsx(PH.Provider,LB({value:null==t||t},r))}const OH=()=>{const e=V.useContext(PH);return null!=e&&e},NH={};function RH(e,t,r,n=!1){return V.useMemo((()=>{const o=e&&t[e]||t;if("function"==typeof r){const a=r(o),i=e?LB({},t,{[e]:a}):a;return n?()=>i:i}return LB({},t,e?{[e]:r}:r)}),[e,t,r,n])}function TH(e){const{children:t,theme:r,themeId:n}=e,o=fK(NH),a=kH()||NH,i=RH(n,o,r),s=RH(n,a,r,!0),l="rtl"===i.direction;return bP.jsx(EH,{theme:s,children:bP.jsx(FW.Provider,{value:i,children:bP.jsx(jH,{value:l,children:t})})})}const AH=["component","direction","spacing","divider","children","className","useFlexGap"],IH=uK(),MH=UK("div",{name:"MuiStack",slot:"Root",overridesResolver:(e,t)=>t.root});function FH(e){return qK({props:e,name:"MuiStack",defaultTheme:IH})}function DH(e,t){const r=V.Children.toArray(e).filter(Boolean);return r.reduce(((e,n,o)=>(e.push(n),o<r.length-1&&e.push(V.cloneElement(t,{key:`separator-${o}`})),e)),[])}const zH=({ownerState:e,theme:t})=>{let r=LB({display:"flex",flexDirection:"column"},cq({theme:t},fq({values:e.direction,breakpoints:t.breakpoints.values}),(e=>({flexDirection:e}))));if(e.spacing){const n=_q(t),o=Object.keys(t.breakpoints.values).reduce(((t,r)=>(("object"==typeof e.spacing&&null!=e.spacing[r]||"object"==typeof e.direction&&null!=e.direction[r])&&(t[r]=!0),t)),{}),a=fq({values:e.direction,base:o}),i=fq({values:e.spacing,base:o});"object"==typeof a&&Object.keys(a).forEach(((e,t,r)=>{if(!a[e]){const n=t>0?a[r[t-1]]:"column";a[e]=n}}));r=eq(r,cq({theme:t},i,((t,r)=>{return e.useFlexGap?{gap:Eq(n,t)}:{"& > :not(style):not(style)":{margin:0},"& > :not(style) ~ :not(style)":{[`margin${o=r?a[r]:e.direction,{row:"Left","row-reverse":"Right",column:"Top","column-reverse":"Bottom"}[o]}`]:Eq(n,t)}};var o})))}return r=function(e,...t){const r=uq(e),n=[r,...t].reduce(((e,t)=>eq(e,t)),{});return dq(Object.keys(r),n)}(t.breakpoints,r),r};var LH,VH={},BH={exports:{}};(LH=BH).exports=function(e){return e&&e.__esModule?e:{default:e}},LH.exports.__esModule=!0,LH.exports.default=LH.exports;var UH=BH.exports,WH=o(DB),qH=o(GK),KH=UH;Object.defineProperty(VH,"__esModule",{value:!0});var HH=VH.alpha=iG;VH.blend=function(e,t,r,n=1){const o=(e,t)=>Math.round((e**(1/n)*(1-r)+t**(1/n)*r)**n),a=tG(e),i=tG(t),s=[o(a.values[0],i.values[0]),o(a.values[1],i.values[1]),o(a.values[2],i.values[2])];return nG({type:"rgb",values:s})},VH.colorChannel=void 0;var GH=VH.darken=sG;VH.decomposeColor=tG,VH.emphasize=cG;var QH=VH.getContrastRatio=function(e,t){const r=aG(e),n=aG(t);return(Math.max(r,n)+.05)/(Math.min(r,n)+.05)};VH.getLuminance=aG,VH.hexToRgb=eG,VH.hslToRgb=oG;var YH=VH.lighten=lG;VH.private_safeAlpha=function(e,t,r){try{return iG(e,t)}catch(t){return e}},VH.private_safeColorChannel=void 0,VH.private_safeDarken=function(e,t,r){try{return sG(e,t)}catch(t){return e}},VH.private_safeEmphasize=function(e,t,r){try{return cG(e,t)}catch(t){return e}},VH.private_safeLighten=function(e,t,r){try{return lG(e,t)}catch(t){return e}},VH.recomposeColor=nG,VH.rgbToHex=function(e){if(0===e.indexOf("#"))return e;const{values:t}=tG(e);return`#${t.map(((e,t)=>function(e){const t=e.toString(16);return 1===t.length?`0${t}`:t}(3===t?Math.round(255*e):e))).join("")}`};var JH=KH(WH),XH=KH(qH);function ZH(e,t=0,r=1){return(0,XH.default)(e,t,r)}function eG(e){e=e.slice(1);const t=new RegExp(`.{1,${e.length>=6?2:1}}`,"g");let r=e.match(t);return r&&1===r[0].length&&(r=r.map((e=>e+e))),r?`rgb${4===r.length?"a":""}(${r.map(((e,t)=>t<3?parseInt(e,16):Math.round(parseInt(e,16)/255*1e3)/1e3)).join(", ")})`:""}function tG(e){if(e.type)return e;if("#"===e.charAt(0))return tG(eG(e));const t=e.indexOf("("),r=e.substring(0,t);if(-1===["rgb","rgba","hsl","hsla","color"].indexOf(r))throw new Error((0,JH.default)(9,e));let n,o=e.substring(t+1,e.length-1);if("color"===r){if(o=o.split(" "),n=o.shift(),4===o.length&&"/"===o[3].charAt(0)&&(o[3]=o[3].slice(1)),-1===["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].indexOf(n))throw new Error((0,JH.default)(10,n))}else o=o.split(",");return o=o.map((e=>parseFloat(e))),{type:r,values:o,colorSpace:n}}const rG=e=>{const t=tG(e);return t.values.slice(0,3).map(((e,r)=>-1!==t.type.indexOf("hsl")&&0!==r?`${e}%`:e)).join(" ")};VH.colorChannel=rG;function nG(e){const{type:t,colorSpace:r}=e;let{values:n}=e;return-1!==t.indexOf("rgb")?n=n.map(((e,t)=>t<3?parseInt(e,10):e)):-1!==t.indexOf("hsl")&&(n[1]=`${n[1]}%`,n[2]=`${n[2]}%`),n=-1!==t.indexOf("color")?`${r} ${n.join(" ")}`:`${n.join(", ")}`,`${t}(${n})`}function oG(e){e=tG(e);const{values:t}=e,r=t[0],n=t[1]/100,o=t[2]/100,a=n*Math.min(o,1-o),i=(e,t=(e+r/30)%12)=>o-a*Math.max(Math.min(t-3,9-t,1),-1);let s="rgb";const l=[Math.round(255*i(0)),Math.round(255*i(8)),Math.round(255*i(4))];return"hsla"===e.type&&(s+="a",l.push(t[3])),nG({type:s,values:l})}function aG(e){let t="hsl"===(e=tG(e)).type||"hsla"===e.type?tG(oG(e)).values:e.values;return t=t.map((t=>("color"!==e.type&&(t/=255),t<=.03928?t/12.92:((t+.055)/1.055)**2.4))),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function iG(e,t){return e=tG(e),t=ZH(t),"rgb"!==e.type&&"hsl"!==e.type||(e.type+="a"),"color"===e.type?e.values[3]=`/${t}`:e.values[3]=t,nG(e)}function sG(e,t){if(e=tG(e),t=ZH(t),-1!==e.type.indexOf("hsl"))e.values[2]*=1-t;else if(-1!==e.type.indexOf("rgb")||-1!==e.type.indexOf("color"))for(let r=0;r<3;r+=1)e.values[r]*=1-t;return nG(e)}function lG(e,t){if(e=tG(e),t=ZH(t),-1!==e.type.indexOf("hsl"))e.values[2]+=(100-e.values[2])*t;else if(-1!==e.type.indexOf("rgb"))for(let r=0;r<3;r+=1)e.values[r]+=(255-e.values[r])*t;else if(-1!==e.type.indexOf("color"))for(let r=0;r<3;r+=1)e.values[r]+=(1-e.values[r])*t;return nG(e)}function cG(e,t=.15){return aG(e)>.5?sG(e,t):lG(e,t)}VH.private_safeColorChannel=(e,t)=>{try{return rG(e)}catch(t){return e}};const uG=["mode","contrastThreshold","tonalOffset"],dG={text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.6)",disabled:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:jB.white,default:jB.white},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}},fG={text:{primary:jB.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:"#121212",default:"#121212"},action:{active:jB.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}};function pG(e,t,r,n){const o=n.light||n,a=n.dark||1.5*n;e[t]||(e.hasOwnProperty(r)?e[t]=e[r]:"light"===t?e.light=YH(e.main,o):"dark"===t&&(e.dark=GH(e.main,a)))}function mG(e){const{mode:t="light",contrastThreshold:r=3,tonalOffset:n=.2}=e,o=VB(e,uG),a=e.primary||function(e="light"){return"dark"===e?{main:RB[200],light:RB[50],dark:RB[400]}:{main:RB[700],light:RB[400],dark:RB[800]}}(t),i=e.secondary||function(e="light"){return"dark"===e?{main:NB[200],light:NB[50],dark:NB[400]}:{main:NB[500],light:NB[300],dark:NB[700]}}(t),s=e.error||function(e="light"){return"dark"===e?{main:OB[500],light:OB[300],dark:OB[700]}:{main:OB[700],light:OB[400],dark:OB[800]}}(t),l=e.info||function(e="light"){return"dark"===e?{main:TB[400],light:TB[300],dark:TB[700]}:{main:TB[700],light:TB[500],dark:TB[900]}}(t),c=e.success||function(e="light"){return"dark"===e?{main:AB[400],light:AB[300],dark:AB[700]}:{main:AB[800],light:AB[500],dark:AB[900]}}(t),u=e.warning||function(e="light"){return"dark"===e?{main:IB[400],light:IB[300],dark:IB[700]}:{main:"#ed6c02",light:IB[500],dark:IB[900]}}(t);function d(e){return QH(e,fG.text.primary)>=r?fG.text.primary:dG.text.primary}const f=({color:e,name:t,mainShade:r=500,lightShade:o=300,darkShade:a=700})=>{if(!(e=LB({},e)).main&&e[r]&&(e.main=e[r]),!e.hasOwnProperty("main"))throw new Error(FB(11,t?` (${t})`:"",r));if("string"!=typeof e.main)throw new Error(FB(12,t?` (${t})`:"",JSON.stringify(e.main)));return pG(e,"light",o,n),pG(e,"dark",a,n),e.contrastText||(e.contrastText=d(e.main)),e},p={dark:fG,light:dG};return eq(LB({common:LB({},jB),mode:t,primary:f({color:a,name:"primary"}),secondary:f({color:i,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:f({color:s,name:"error"}),warning:f({color:u,name:"warning"}),info:f({color:l,name:"info"}),success:f({color:c,name:"success"}),grey:MB,contrastThreshold:r,getContrastText:d,augmentColor:f,tonalOffset:n},p[t]),o)}const hG=["fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem"];const yG={textTransform:"uppercase"},vG='"Roboto", "Helvetica", "Arial", sans-serif';function gG(e,t){const r="function"==typeof t?t(e):t,{fontFamily:n=vG,fontSize:o=14,fontWeightLight:a=300,fontWeightRegular:i=400,fontWeightMedium:s=500,fontWeightBold:l=700,htmlFontSize:c=16,allVariants:u,pxToRem:d}=r,f=VB(r,hG),p=o/14,m=d||(e=>e/c*p+"rem"),h=(e,t,r,o,a)=>{return LB({fontFamily:n,fontWeight:e,fontSize:m(t),lineHeight:r},n===vG?{letterSpacing:(i=o/t,Math.round(1e5*i)/1e5)+"em"}:{},a,u);var i},y={h1:h(a,96,1.167,-1.5),h2:h(a,60,1.2,-.5),h3:h(i,48,1.167,0),h4:h(i,34,1.235,.25),h5:h(i,24,1.334,0),h6:h(s,20,1.6,.15),subtitle1:h(i,16,1.75,.15),subtitle2:h(s,14,1.57,.1),body1:h(i,16,1.5,.15),body2:h(i,14,1.43,.15),button:h(s,14,1.75,.4,yG),caption:h(i,12,1.66,.4),overline:h(i,12,2.66,1,yG),inherit:{fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}};return eq(LB({htmlFontSize:c,pxToRem:m,fontFamily:n,fontSize:o,fontWeightLight:a,fontWeightRegular:i,fontWeightMedium:s,fontWeightBold:l},y),f,{clone:!1})}function bG(...e){return[`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,0.2)`,`${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,0.14)`,`${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,0.12)`].join(",")}var wG=["none",bG(0,2,1,-1,0,1,1,0,0,1,3,0),bG(0,3,1,-2,0,2,2,0,0,1,5,0),bG(0,3,3,-2,0,3,4,0,0,1,8,0),bG(0,2,4,-1,0,4,5,0,0,1,10,0),bG(0,3,5,-1,0,5,8,0,0,1,14,0),bG(0,3,5,-1,0,6,10,0,0,1,18,0),bG(0,4,5,-2,0,7,10,1,0,2,16,1),bG(0,5,5,-3,0,8,10,1,0,3,14,2),bG(0,5,6,-3,0,9,12,1,0,3,16,2),bG(0,6,6,-3,0,10,14,1,0,4,18,3),bG(0,6,7,-4,0,11,15,1,0,4,20,3),bG(0,7,8,-4,0,12,17,2,0,5,22,4),bG(0,7,8,-4,0,13,19,2,0,5,24,4),bG(0,7,9,-4,0,14,21,2,0,5,26,4),bG(0,8,9,-5,0,15,22,2,0,6,28,5),bG(0,8,10,-5,0,16,24,2,0,6,30,5),bG(0,8,11,-5,0,17,26,2,0,6,32,5),bG(0,9,11,-5,0,18,28,2,0,7,34,6),bG(0,9,12,-6,0,19,29,2,0,7,36,6),bG(0,10,13,-6,0,20,31,3,0,8,38,7),bG(0,10,13,-6,0,21,33,3,0,8,40,7),bG(0,10,14,-6,0,22,35,3,0,8,42,7),bG(0,11,14,-7,0,23,36,3,0,9,44,8),bG(0,11,15,-7,0,24,38,3,0,9,46,8)];const SG=["duration","easing","delay"],xG={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",easeIn:"cubic-bezier(0.4, 0, 1, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},$G={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function kG(e){return`${Math.round(e)}ms`}function _G(e){if(!e)return 0;const t=e/36;return Math.round(10*(4+15*t**.25+t/5))}function EG(e){const t=LB({},xG,e.easing),r=LB({},$G,e.duration);return LB({getAutoHeightDuration:_G,create:(e=["all"],n={})=>{const{duration:o=r.standard,easing:a=t.easeInOut,delay:i=0}=n;return VB(n,SG),(Array.isArray(e)?e:[e]).map((e=>`${e} ${"string"==typeof o?o:kG(o)} ${a} ${"string"==typeof i?i:kG(i)}`)).join(",")}},e,{easing:t,duration:r})}var CG={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};const PG=["breakpoints","mixins","spacing","palette","transitions","typography","shape"];function jG(e={},...t){const{mixins:r={},palette:n={},transitions:o={},typography:a={}}=e,i=VB(e,PG);if(e.vars)throw new Error(FB(18));const s=mG(n),l=uK(e);let c=eq(l,{mixins:(u=l.breakpoints,d=r,LB({toolbar:{minHeight:56,[u.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[u.up("sm")]:{minHeight:64}}},d)),palette:s,shadows:wG.slice(),typography:gG(s,a),transitions:EG(o),zIndex:LB({},CG)});var u,d;return c=eq(c,i),c=t.reduce(((e,t)=>eq(e,t)),c),c.unstable_sxConfig=LB({},oK,null==i?void 0:i.unstable_sxConfig),c.unstable_sx=function(e){return sK({sx:e,theme:this})},c}var OG=jG();function NG(){const e=mK(OG);return e[zB]||e}function RG({props:e,name:t}){return qK({props:e,name:t,defaultTheme:OG,themeId:zB})}var TG,AG={},IG={exports:{}};var MG,FG={exports:{}};var DG=o(JW),zG=o(tq),LG=o(mq),VG=o(RK),BG=o(dK),UG=o(bK),WG=UH;Object.defineProperty(AG,"__esModule",{value:!0});var qG=AG.default=function(e={}){const{themeId:t,defaultTheme:r=nQ,rootShouldForwardProp:n=rQ,slotShouldForwardProp:o=rQ}=e,a=e=>(0,JG.default)((0,KG.default)({},e,{theme:aQ((0,KG.default)({},e,{defaultTheme:r,themeId:t}))}));return a.__mui_systemSx=!0,(e,i={})=>{(0,GG.internal_processStyles)(e,(e=>e.filter((e=>!(null!=e&&e.__mui_systemSx)))));const{name:s,slot:l,skipVariantsResolver:c,skipSx:u,overridesResolver:d=iQ(oQ(l))}=i,f=(0,HG.default)(i,eQ),p=void 0!==c?c:l&&"Root"!==l&&"root"!==l||!1,m=u||!1;let h=rQ;"Root"===l||"root"===l?h=n:l?h=o:function(e){return"string"==typeof e&&e.charCodeAt(0)>96}(e)&&(h=void 0);const y=(0,GG.default)(e,(0,KG.default)({shouldForwardProp:h,label:undefined},f)),v=e=>"function"==typeof e&&e.__emotion_real!==e||(0,QG.isPlainObject)(e)?n=>sQ(e,(0,KG.default)({},n,{theme:aQ({theme:n.theme,defaultTheme:r,themeId:t})})):e,g=(n,...o)=>{let i=v(n);const l=o?o.map(v):[];s&&d&&l.push((e=>{const n=aQ((0,KG.default)({},e,{defaultTheme:r,themeId:t}));if(!n.components||!n.components[s]||!n.components[s].styleOverrides)return null;const o=n.components[s].styleOverrides,a={};return Object.entries(o).forEach((([t,r])=>{a[t]=sQ(r,(0,KG.default)({},e,{theme:n}))})),d(e,a)})),s&&!p&&l.push((e=>{var n;const o=aQ((0,KG.default)({},e,{defaultTheme:r,themeId:t}));return sQ({variants:null==o||null==(n=o.components)||null==(n=n[s])?void 0:n.variants},(0,KG.default)({},e,{theme:o}))})),m||l.push(a);const c=l.length-o.length;if(Array.isArray(n)&&c>0){const e=new Array(c).fill("");i=[...n,...e],i.raw=[...n.raw,...e]}const u=y(i,...l);return e.muiName&&(u.muiName=e.muiName),u};return y.withConfig&&(g.withConfig=y.withConfig),g}};AG.shouldForwardProp=rQ,AG.systemDefaultTheme=void 0;var KG=WG((TG||(TG=1,function(e){function t(){return e.exports=t=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},e.exports.__esModule=!0,e.exports.default=e.exports,t.apply(this,arguments)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports}(IG)),IG.exports)),HG=WG((MG||(MG=1,function(e){e.exports=function(e,t){if(null==e)return{};var r,n,o={},a=Object.keys(e);for(n=0;n<a.length;n++)r=a[n],t.indexOf(r)>=0||(o[r]=e[r]);return o},e.exports.__esModule=!0,e.exports.default=e.exports}(FG)),FG.exports)),GG=function(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=tQ(t);if(r&&r.has(e))return r.get(e);var n={__proto__:null},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if("default"!==a&&Object.prototype.hasOwnProperty.call(e,a)){var i=o?Object.getOwnPropertyDescriptor(e,a):null;i&&(i.get||i.set)?Object.defineProperty(n,a,i):n[a]=e[a]}return n.default=e,r&&r.set(e,n),n}(DG),QG=zG;WG(LG),WG(VG);var YG=WG(BG),JG=WG(UG);const XG=["ownerState"],ZG=["variants"],eQ=["name","slot","skipVariantsResolver","skipSx","overridesResolver"];function tQ(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(tQ=function(e){return e?r:t})(e)}function rQ(e){return"ownerState"!==e&&"theme"!==e&&"sx"!==e&&"as"!==e}const nQ=AG.systemDefaultTheme=(0,YG.default)(),oQ=e=>e?e.charAt(0).toLowerCase()+e.slice(1):e;function aQ({defaultTheme:e,theme:t,themeId:r}){return n=t,0===Object.keys(n).length?e:t[r]||t;var n}function iQ(e){return e?(t,r)=>r[e]:null}function sQ(e,t){let{ownerState:r}=t,n=(0,HG.default)(t,XG);const o="function"==typeof e?e((0,KG.default)({ownerState:r},n)):e;if(Array.isArray(o))return o.flatMap((e=>sQ(e,(0,KG.default)({ownerState:r},n))));if(o&&"object"==typeof o&&Array.isArray(o.variants)){const{variants:e=[]}=o;let t=(0,HG.default)(o,ZG);return e.forEach((e=>{let o=!0;"function"==typeof e.props?o=e.props((0,KG.default)({ownerState:r},n,r)):Object.keys(e.props).forEach((t=>{(null==r?void 0:r[t])!==e.props[t]&&n[t]!==e.props[t]&&(o=!1)})),o&&(Array.isArray(t)||(t=[t]),t.push("function"==typeof e.style?e.style((0,KG.default)({ownerState:r},n,r)):e.style))})),t}return o}function lQ(e){return"ownerState"!==e&&"theme"!==e&&"sx"!==e&&"as"!==e}var cQ=e=>lQ(e)&&"classes"!==e;var uQ=qG({themeId:zB,defaultTheme:OG,rootShouldForwardProp:cQ});const dQ=["theme"];function fQ(e){let{theme:t}=e,r=VB(e,dQ);const n=t[zB];return bP.jsx(TH,LB({},r,{themeId:n?zB:void 0,theme:n||t}))}var pQ=e=>{let t;return t=e<1?5.11916*e**2:4.5*Math.log(e+1)+2,(t/100).toFixed(2)};function mQ(e){return EK("MuiSvgIcon",e)}CK("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const hQ=["children","className","color","component","fontSize","htmlColor","inheritViewBox","titleAccess","viewBox"],yQ=uQ("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,"inherit"!==r.color&&t[`color${pq(r.color)}`],t[`fontSize${pq(r.fontSize)}`]]}})((({theme:e,ownerState:t})=>{var r,n,o,a,i,s,l,c,u,d,f,p,m;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",fill:t.hasSvgAsChild?void 0:"currentColor",flexShrink:0,transition:null==(r=e.transitions)||null==(n=r.create)?void 0:n.call(r,"fill",{duration:null==(o=e.transitions)||null==(o=o.duration)?void 0:o.shorter}),fontSize:{inherit:"inherit",small:(null==(a=e.typography)||null==(i=a.pxToRem)?void 0:i.call(a,20))||"1.25rem",medium:(null==(s=e.typography)||null==(l=s.pxToRem)?void 0:l.call(s,24))||"1.5rem",large:(null==(c=e.typography)||null==(u=c.pxToRem)?void 0:u.call(c,35))||"2.1875rem"}[t.fontSize],color:null!=(d=null==(f=(e.vars||e).palette)||null==(f=f[t.color])?void 0:f.main)?d:{action:null==(p=(e.vars||e).palette)||null==(p=p.action)?void 0:p.active,disabled:null==(m=(e.vars||e).palette)||null==(m=m.action)?void 0:m.disabled,inherit:void 0}[t.color]}})),vQ=V.forwardRef((function(e,t){const r=RG({props:e,name:"MuiSvgIcon"}),{children:n,className:o,color:a="inherit",component:i="svg",fontSize:s="medium",htmlColor:l,inheritViewBox:c=!1,titleAccess:u,viewBox:d="0 0 24 24"}=r,f=VB(r,hQ),p=V.isValidElement(n)&&"svg"===n.type,m=LB({},r,{color:a,component:i,fontSize:s,instanceFontSize:e.fontSize,inheritViewBox:c,viewBox:d,hasSvgAsChild:p}),h={};c||(h.viewBox=d);const y=(e=>{const{color:t,fontSize:r,classes:n}=e;return xH({root:["root","inherit"!==t&&`color${pq(t)}`,`fontSize${pq(r)}`]},mQ,n)})(m);return bP.jsxs(yQ,LB({as:i,className:$K(y.root,o),focusable:"false",color:l,"aria-hidden":!u||void 0,role:u?"img":void 0,ref:t},h,f,p&&n.props,{ownerState:m,children:[p?n.props.children:n,u?bP.jsx("title",{children:u}):null]}))}));vQ.muiName="SvgIcon";var gQ=vQ;function bQ(e,t){function r(r,n){return bP.jsx(gQ,LB({"data-testid":`${t}Icon`,ref:n},r,{children:e}))}return r.muiName=gQ.muiName,V.memo(V.forwardRef(r))}const wQ={configure:e=>{SK.configure(e)}};var SQ=Object.freeze({__proto__:null,capitalize:pq,createChainedFunction:QK,createSvgIcon:bQ,debounce:YK,deprecatedPropType:function(e,t){return()=>null},isMuiElement:JK,ownerDocument:XK,ownerWindow:ZK,requirePropFactory:function(e,t){return()=>null},setRef:eH,unstable_ClassNameGenerator:wQ,unstable_useEnhancedEffect:KK,unstable_useId:nH,unsupportedProp:function(e,t,r,n,o){return null},useControlled:oH,useEventCallback:aH,useForkRef:iH,useIsFocusVisible:bH});function xQ(e,t){return xQ=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},xQ(e,t)}function $Q(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,xQ(e,t)}var kQ=!1,_Q=B.createContext(null),EQ="unmounted",CQ="exited",PQ="entering",jQ="entered",OQ="exiting",NQ=function(e){function t(t,r){var n;n=e.call(this,t,r)||this;var o,a=r&&!r.isMounting?t.enter:t.appear;return n.appearStatus=null,t.in?a?(o=CQ,n.appearStatus=PQ):o=jQ:o=t.unmountOnExit||t.mountOnEnter?EQ:CQ,n.state={status:o},n.nextCallback=null,n}$Q(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===EQ?{status:CQ}:null};var r=t.prototype;return r.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},r.componentDidUpdate=function(e){var t=null;if(e!==this.props){var r=this.state.status;this.props.in?r!==PQ&&r!==jQ&&(t=PQ):r!==PQ&&r!==jQ||(t=OQ)}this.updateStatus(!1,t)},r.componentWillUnmount=function(){this.cancelNextCallback()},r.getTimeouts=function(){var e,t,r,n=this.props.timeout;return e=t=r=n,null!=n&&"number"!=typeof n&&(e=n.exit,t=n.enter,r=void 0!==n.appear?n.appear:t),{exit:e,enter:t,appear:r}},r.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t)if(this.cancelNextCallback(),t===PQ){if(this.props.unmountOnExit||this.props.mountOnEnter){var r=this.props.nodeRef?this.props.nodeRef.current:Ju.findDOMNode(this);r&&function(e){e.scrollTop}(r)}this.performEnter(e)}else this.performExit();else this.props.unmountOnExit&&this.state.status===CQ&&this.setState({status:EQ})},r.performEnter=function(e){var t=this,r=this.props.enter,n=this.context?this.context.isMounting:e,o=this.props.nodeRef?[n]:[Ju.findDOMNode(this),n],a=o[0],i=o[1],s=this.getTimeouts(),l=n?s.appear:s.enter;!e&&!r||kQ?this.safeSetState({status:jQ},(function(){t.props.onEntered(a)})):(this.props.onEnter(a,i),this.safeSetState({status:PQ},(function(){t.props.onEntering(a,i),t.onTransitionEnd(l,(function(){t.safeSetState({status:jQ},(function(){t.props.onEntered(a,i)}))}))})))},r.performExit=function(){var e=this,t=this.props.exit,r=this.getTimeouts(),n=this.props.nodeRef?void 0:Ju.findDOMNode(this);t&&!kQ?(this.props.onExit(n),this.safeSetState({status:OQ},(function(){e.props.onExiting(n),e.onTransitionEnd(r.exit,(function(){e.safeSetState({status:CQ},(function(){e.props.onExited(n)}))}))}))):this.safeSetState({status:CQ},(function(){e.props.onExited(n)}))},r.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},r.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},r.setNextCallback=function(e){var t=this,r=!0;return this.nextCallback=function(n){r&&(r=!1,t.nextCallback=null,e(n))},this.nextCallback.cancel=function(){r=!1},this.nextCallback},r.onTransitionEnd=function(e,t){this.setNextCallback(t);var r=this.props.nodeRef?this.props.nodeRef.current:Ju.findDOMNode(this),n=null==e&&!this.props.addEndListener;if(r&&!n){if(this.props.addEndListener){var o=this.props.nodeRef?[this.nextCallback]:[r,this.nextCallback],a=o[0],i=o[1];this.props.addEndListener(a,i)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},r.render=function(){var e=this.state.status;if(e===EQ)return null;var t=this.props,r=t.children;t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef;var n=VB(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return B.createElement(_Q.Provider,{value:null},"function"==typeof r?r(e,n):B.cloneElement(B.Children.only(r),n))},t}(B.Component);function RQ(){}NQ.contextType=_Q,NQ.propTypes={},NQ.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:RQ,onEntering:RQ,onEntered:RQ,onExit:RQ,onExiting:RQ,onExited:RQ},NQ.UNMOUNTED=EQ,NQ.EXITED=CQ,NQ.ENTERING=PQ,NQ.ENTERED=jQ,NQ.EXITING=OQ;var TQ=NQ;function AQ(e,t){var r=Object.create(null);return e&&V.Children.map(e,(function(e){return e})).forEach((function(e){r[e.key]=function(e){return t&&V.isValidElement(e)?t(e):e}(e)})),r}function IQ(e,t,r){return null!=r[t]?r[t]:e.props[t]}function MQ(e,t,r){var n=AQ(e.children),o=function(e,t){function r(r){return r in t?t[r]:e[r]}e=e||{},t=t||{};var n,o=Object.create(null),a=[];for(var i in e)i in t?a.length&&(o[i]=a,a=[]):a.push(i);var s={};for(var l in t){if(o[l])for(n=0;n<o[l].length;n++){var c=o[l][n];s[o[l][n]]=r(c)}s[l]=r(l)}for(n=0;n<a.length;n++)s[a[n]]=r(a[n]);return s}(t,n);return Object.keys(o).forEach((function(a){var i=o[a];if(V.isValidElement(i)){var s=a in t,l=a in n,c=t[a],u=V.isValidElement(c)&&!c.props.in;!l||s&&!u?l||!s||u?l&&s&&V.isValidElement(c)&&(o[a]=V.cloneElement(i,{onExited:r.bind(null,i),in:c.props.in,exit:IQ(i,"exit",e),enter:IQ(i,"enter",e)})):o[a]=V.cloneElement(i,{in:!1}):o[a]=V.cloneElement(i,{onExited:r.bind(null,i),in:!0,exit:IQ(i,"exit",e),enter:IQ(i,"enter",e)})}})),o}var FQ=Object.values||function(e){return Object.keys(e).map((function(t){return e[t]}))},DQ=function(e){function t(t,r){var n,o=(n=e.call(this,t,r)||this).handleExited.bind(function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(n));return n.state={contextValue:{isMounting:!0},handleExited:o,firstRender:!0},n}$Q(t,e);var r=t.prototype;return r.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},r.componentWillUnmount=function(){this.mounted=!1},t.getDerivedStateFromProps=function(e,t){var r,n,o=t.children,a=t.handleExited;return{children:t.firstRender?(r=e,n=a,AQ(r.children,(function(e){return V.cloneElement(e,{onExited:n.bind(null,e),in:!0,appear:IQ(e,"appear",r),enter:IQ(e,"enter",r),exit:IQ(e,"exit",r)})}))):MQ(e,o,a),firstRender:!1}},r.handleExited=function(e,t){var r=AQ(this.props.children);e.key in r||(e.props.onExited&&e.props.onExited(t),this.mounted&&this.setState((function(t){var r=LB({},t.children);return delete r[e.key],{children:r}})))},r.render=function(){var e=this.props,t=e.component,r=e.childFactory,n=VB(e,["component","childFactory"]),o=this.state.contextValue,a=FQ(this.state.children).map(r);return delete n.appear,delete n.enter,delete n.exit,null===t?B.createElement(_Q.Provider,{value:o},a):B.createElement(_Q.Provider,{value:o},B.createElement(t,n,a))},t}(B.Component);DQ.propTypes={},DQ.defaultProps={component:"div",childFactory:function(e){return e}};var zQ=DQ;const LQ=e=>e.scrollTop;function VQ(e,t){var r,n;const{timeout:o,easing:a,style:i={}}=e;return{duration:null!=(r=i.transitionDuration)?r:"number"==typeof o?o:o[t.mode]||0,easing:null!=(n=i.transitionTimingFunction)?n:"object"==typeof a?a[t.mode]:a,delay:i.transitionDelay}}function BQ(e){return EK("MuiPaper",e)}CK("MuiPaper",["root","rounded","outlined","elevation","elevation0","elevation1","elevation2","elevation3","elevation4","elevation5","elevation6","elevation7","elevation8","elevation9","elevation10","elevation11","elevation12","elevation13","elevation14","elevation15","elevation16","elevation17","elevation18","elevation19","elevation20","elevation21","elevation22","elevation23","elevation24"]);const UQ=["className","component","elevation","square","variant"],WQ=uQ("div",{name:"MuiPaper",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,t[r.variant],!r.square&&t.rounded,"elevation"===r.variant&&t[`elevation${r.elevation}`]]}})((({theme:e,ownerState:t})=>{var r;return LB({backgroundColor:(e.vars||e).palette.background.paper,color:(e.vars||e).palette.text.primary,transition:e.transitions.create("box-shadow")},!t.square&&{borderRadius:e.shape.borderRadius},"outlined"===t.variant&&{border:`1px solid ${(e.vars||e).palette.divider}`},"elevation"===t.variant&&LB({boxShadow:(e.vars||e).shadows[t.elevation]},!e.vars&&"dark"===e.palette.mode&&{backgroundImage:`linear-gradient(${HH("#fff",pQ(t.elevation))}, ${HH("#fff",pQ(t.elevation))})`},e.vars&&{backgroundImage:null==(r=e.vars.overlays)?void 0:r[t.elevation]}))})),qQ=V.forwardRef((function(e,t){const r=RG({props:e,name:"MuiPaper"}),{className:n,component:o="div",elevation:a=1,square:i=!1,variant:s="elevation"}=r,l=VB(r,UQ),c=LB({},r,{component:o,elevation:a,square:i,variant:s}),u=(e=>{const{square:t,elevation:r,variant:n,classes:o}=e;return xH({root:["root",n,!t&&"rounded","elevation"===n&&`elevation${r}`]},BQ,o)})(c);return bP.jsx(WQ,LB({as:o,ownerState:c,className:$K(u.root,n),ref:t},l))}));var KQ=qQ;function HQ(e){return"string"==typeof e}function GQ(e,t=[]){if(void 0===e)return{};const r={};return Object.keys(e).filter((r=>r.match(/^on[A-Z]/)&&"function"==typeof e[r]&&!t.includes(r))).forEach((t=>{r[t]=e[t]})),r}function QQ(e){if(void 0===e)return{};const t={};return Object.keys(e).filter((t=>!(t.match(/^on[A-Z]/)&&"function"==typeof e[t]))).forEach((r=>{t[r]=e[r]})),t}const YQ=["elementType","externalSlotProps","ownerState","skipResolvingSlotProps"];function JQ(e){var t;const{elementType:r,externalSlotProps:n,ownerState:o,skipResolvingSlotProps:a=!1}=e,i=VB(e,YQ),s=a?{}:function(e,t,r){return"function"==typeof e?e(t,r):e}(n,o),{props:l,internalRef:c}=function(e){const{getSlotProps:t,additionalProps:r,externalSlotProps:n,externalForwardedProps:o,className:a}=e;if(!t){const e=$K(null==r?void 0:r.className,a,null==o?void 0:o.className,null==n?void 0:n.className),t=LB({},null==r?void 0:r.style,null==o?void 0:o.style,null==n?void 0:n.style),i=LB({},r,o,n);return e.length>0&&(i.className=e),Object.keys(t).length>0&&(i.style=t),{props:i,internalRef:void 0}}const i=GQ(LB({},o,n)),s=QQ(n),l=QQ(o),c=t(i),u=$K(null==c?void 0:c.className,null==r?void 0:r.className,a,null==o?void 0:o.className,null==n?void 0:n.className),d=LB({},null==c?void 0:c.style,null==r?void 0:r.style,null==o?void 0:o.style,null==n?void 0:n.style),f=LB({},c,r,l,s);return u.length>0&&(f.className=u),Object.keys(d).length>0&&(f.style=d),{props:f,internalRef:c.ref}}(LB({},i,{externalSlotProps:s})),u=function(e,t,r){return void 0===e||HQ(e)?t:LB({},t,{ownerState:LB({},t.ownerState,r)})}(r,LB({},l,{ref:iH(c,null==s?void 0:s.ref,null==(t=e.additionalProps)?void 0:t.ref)}),o);return u}var XQ=CK("MuiTouchRipple",["root","ripple","rippleVisible","ripplePulsate","child","childLeaving","childPulsate"]);const ZQ=["center","classes","className"];let eY,tY,rY,nY,oY=e=>e;const aY=LW(eY||(eY=oY`
39
+ */function QW(e,t){return KW(e,t)}["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"].forEach((function(e){KW[e]=KW(e)})),"object"==typeof document&&(HW=KU({key:"css",prepend:!0}));const YW=(e,t)=>{Array.isArray(e.__emotion_styles)&&(e.__emotion_styles=t(e.__emotion_styles))};var JW=Object.freeze({__proto__:null,GlobalStyles:GW,StyledEngineProvider:function(e){const{injectFirst:t,children:r}=e;return t&&HW?bP.jsx(IW,{value:HW,children:r}):r},ThemeContext:FW,css:zW,default:QW,internal_processStyles:YW,keyframes:LW});function XW(e){if("object"!=typeof e||null===e)return!1;const t=Object.getPrototypeOf(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)}function ZW(e){if(!XW(e))return e;const t={};return Object.keys(e).forEach((r=>{t[r]=ZW(e[r])})),t}function eq(e,t,r={clone:!0}){const n=r.clone?LB({},e):e;return XW(e)&&XW(t)&&Object.keys(t).forEach((o=>{XW(t[o])&&Object.prototype.hasOwnProperty.call(e,o)&&XW(e[o])?n[o]=eq(e[o],t[o],r):r.clone?n[o]=XW(t[o])?ZW(t[o]):t[o]:n[o]=t[o]})),n}var tq=Object.freeze({__proto__:null,default:eq,isPlainObject:XW});const rq=["values","unit","step"],nq=e=>{const t=Object.keys(e).map((t=>({key:t,val:e[t]})))||[];return t.sort(((e,t)=>e.val-t.val)),t.reduce(((e,t)=>LB({},e,{[t.key]:t.val})),{})};function oq(e){const{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:r="px",step:n=5}=e,o=VB(e,rq),a=nq(t),i=Object.keys(a);function s(e){return`@media (min-width:${"number"==typeof t[e]?t[e]:e}${r})`}function l(e){return`@media (max-width:${("number"==typeof t[e]?t[e]:e)-n/100}${r})`}function c(e,o){const a=i.indexOf(o);return`@media (min-width:${"number"==typeof t[e]?t[e]:e}${r}) and (max-width:${(-1!==a&&"number"==typeof t[i[a]]?t[i[a]]:o)-n/100}${r})`}return LB({keys:i,values:a,up:s,down:l,between:c,only:function(e){return i.indexOf(e)+1<i.length?c(e,i[i.indexOf(e)+1]):s(e)},not:function(e){const t=i.indexOf(e);return 0===t?s(i[1]):t===i.length-1?l(i[t]):c(e,i[i.indexOf(e)+1]).replace("@media","@media not all and")},unit:r},o)}var aq={borderRadius:4};function iq(e,t){return t?eq(e,t,{clone:!1}):e}const sq={xs:0,sm:600,md:900,lg:1200,xl:1536},lq={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${sq[e]}px)`};function cq(e,t,r){const n=e.theme||{};if(Array.isArray(t)){const e=n.breakpoints||lq;return t.reduce(((n,o,a)=>(n[e.up(e.keys[a])]=r(t[a]),n)),{})}if("object"==typeof t){const e=n.breakpoints||lq;return Object.keys(t).reduce(((n,o)=>{if(-1!==Object.keys(e.values||sq).indexOf(o)){n[e.up(o)]=r(t[o],o)}else{const e=o;n[e]=t[e]}return n}),{})}return r(t)}function uq(e={}){var t;return(null==(t=e.keys)?void 0:t.reduce(((t,r)=>(t[e.up(r)]={},t)),{}))||{}}function dq(e,t){return e.reduce(((e,t)=>{const r=e[t];return(!r||0===Object.keys(r).length)&&delete e[t],e}),t)}function fq({values:e,breakpoints:t,base:r}){const n=r||function(e,t){if("object"!=typeof e)return{};const r={},n=Object.keys(t);return Array.isArray(e)?n.forEach(((t,n)=>{n<e.length&&(r[t]=!0)})):n.forEach((t=>{null!=e[t]&&(r[t]=!0)})),r}(e,t),o=Object.keys(n);if(0===o.length)return e;let a;return o.reduce(((t,r,n)=>(Array.isArray(e)?(t[r]=null!=e[n]?e[n]:e[a],a=n):"object"==typeof e?(t[r]=null!=e[r]?e[r]:e[a],a=r):t[r]=e,t)),{})}function pq(e){if("string"!=typeof e)throw new Error(FB(7));return e.charAt(0).toUpperCase()+e.slice(1)}var mq=Object.freeze({__proto__:null,default:pq});function hq(e,t,r=!0){if(!t||"string"!=typeof t)return null;if(e&&e.vars&&r){const r=`vars.${t}`.split(".").reduce(((e,t)=>e&&e[t]?e[t]:null),e);if(null!=r)return r}return t.split(".").reduce(((e,t)=>e&&null!=e[t]?e[t]:null),e)}function yq(e,t,r,n=r){let o;return o="function"==typeof e?e(r):Array.isArray(e)?e[r]||n:hq(e,r)||n,t&&(o=t(o,n,e)),o}function vq(e){const{prop:t,cssProperty:r=e.prop,themeKey:n,transform:o}=e,a=e=>{if(null==e[t])return null;const a=e[t],i=hq(e.theme,n)||{};return cq(e,a,(e=>{let n=yq(i,o,e);return e===n&&"string"==typeof e&&(n=yq(i,o,`${t}${"default"===e?"":pq(e)}`,e)),!1===r?n:{[r]:n}}))};return a.propTypes={},a.filterProps=[t],a}const gq={m:"margin",p:"padding"},bq={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},wq={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},Sq=function(e){const t={};return r=>(void 0===t[r]&&(t[r]=e(r)),t[r])}((e=>{if(e.length>2){if(!wq[e])return[e];e=wq[e]}const[t,r]=e.split(""),n=gq[t],o=bq[r]||"";return Array.isArray(o)?o.map((e=>n+e)):[n+o]})),xq=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],$q=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"];function kq(e,t,r,n){var o;const a=null!=(o=hq(e,t,!1))?o:r;return"number"==typeof a?e=>"string"==typeof e?e:a*e:Array.isArray(a)?e=>"string"==typeof e?e:a[e]:"function"==typeof a?a:()=>{}}function _q(e){return kq(e,"spacing",8)}function Eq(e,t){if("string"==typeof t||null==t)return t;const r=e(Math.abs(t));return t>=0?r:"number"==typeof r?-r:`-${r}`}function Cq(e,t,r,n){if(-1===t.indexOf(r))return null;const o=function(e,t){return r=>e.reduce(((e,n)=>(e[n]=Eq(t,r),e)),{})}(Sq(r),n);return cq(e,e[r],o)}function Pq(e,t){const r=_q(e.theme);return Object.keys(e).map((n=>Cq(e,t,n,r))).reduce(iq,{})}function jq(e){return Pq(e,xq)}function Oq(e){return Pq(e,$q)}function Nq(...e){const t=e.reduce(((e,t)=>(t.filterProps.forEach((r=>{e[r]=t})),e)),{}),r=e=>Object.keys(e).reduce(((r,n)=>t[n]?iq(r,t[n](e)):r),{});return r.propTypes={},r.filterProps=e.reduce(((e,t)=>e.concat(t.filterProps)),[]),r}function Rq(e){return"number"!=typeof e?e:`${e}px solid`}function Tq(e,t){return vq({prop:e,themeKey:"borders",transform:t})}jq.propTypes={},jq.filterProps=xq,Oq.propTypes={},Oq.filterProps=$q;const Aq=Tq("border",Rq),Iq=Tq("borderTop",Rq),Mq=Tq("borderRight",Rq),Fq=Tq("borderBottom",Rq),Dq=Tq("borderLeft",Rq),zq=Tq("borderColor"),Lq=Tq("borderTopColor"),Vq=Tq("borderRightColor"),Bq=Tq("borderBottomColor"),Uq=Tq("borderLeftColor"),Wq=Tq("outline",Rq),qq=Tq("outlineColor"),Kq=e=>{if(void 0!==e.borderRadius&&null!==e.borderRadius){const t=kq(e.theme,"shape.borderRadius",4),r=e=>({borderRadius:Eq(t,e)});return cq(e,e.borderRadius,r)}return null};Kq.propTypes={},Kq.filterProps=["borderRadius"],Nq(Aq,Iq,Mq,Fq,Dq,zq,Lq,Vq,Bq,Uq,Kq,Wq,qq);const Hq=e=>{if(void 0!==e.gap&&null!==e.gap){const t=kq(e.theme,"spacing",8),r=e=>({gap:Eq(t,e)});return cq(e,e.gap,r)}return null};Hq.propTypes={},Hq.filterProps=["gap"];const Gq=e=>{if(void 0!==e.columnGap&&null!==e.columnGap){const t=kq(e.theme,"spacing",8),r=e=>({columnGap:Eq(t,e)});return cq(e,e.columnGap,r)}return null};Gq.propTypes={},Gq.filterProps=["columnGap"];const Qq=e=>{if(void 0!==e.rowGap&&null!==e.rowGap){const t=kq(e.theme,"spacing",8),r=e=>({rowGap:Eq(t,e)});return cq(e,e.rowGap,r)}return null};Qq.propTypes={},Qq.filterProps=["rowGap"];function Yq(e,t){return"grey"===t?t:e}Nq(Hq,Gq,Qq,vq({prop:"gridColumn"}),vq({prop:"gridRow"}),vq({prop:"gridAutoFlow"}),vq({prop:"gridAutoColumns"}),vq({prop:"gridAutoRows"}),vq({prop:"gridTemplateColumns"}),vq({prop:"gridTemplateRows"}),vq({prop:"gridTemplateAreas"}),vq({prop:"gridArea"}));function Jq(e){return e<=1&&0!==e?100*e+"%":e}Nq(vq({prop:"color",themeKey:"palette",transform:Yq}),vq({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:Yq}),vq({prop:"backgroundColor",themeKey:"palette",transform:Yq}));const Xq=vq({prop:"width",transform:Jq}),Zq=e=>{if(void 0!==e.maxWidth&&null!==e.maxWidth){const t=t=>{var r,n;const o=(null==(r=e.theme)||null==(r=r.breakpoints)||null==(r=r.values)?void 0:r[t])||sq[t];return o?"px"!==(null==(n=e.theme)||null==(n=n.breakpoints)?void 0:n.unit)?{maxWidth:`${o}${e.theme.breakpoints.unit}`}:{maxWidth:o}:{maxWidth:Jq(t)}};return cq(e,e.maxWidth,t)}return null};Zq.filterProps=["maxWidth"];const eK=vq({prop:"minWidth",transform:Jq}),tK=vq({prop:"height",transform:Jq}),rK=vq({prop:"maxHeight",transform:Jq}),nK=vq({prop:"minHeight",transform:Jq});vq({prop:"size",cssProperty:"width",transform:Jq}),vq({prop:"size",cssProperty:"height",transform:Jq});Nq(Xq,Zq,eK,tK,rK,nK,vq({prop:"boxSizing"}));var oK={border:{themeKey:"borders",transform:Rq},borderTop:{themeKey:"borders",transform:Rq},borderRight:{themeKey:"borders",transform:Rq},borderBottom:{themeKey:"borders",transform:Rq},borderLeft:{themeKey:"borders",transform:Rq},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:Rq},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:Kq},color:{themeKey:"palette",transform:Yq},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:Yq},backgroundColor:{themeKey:"palette",transform:Yq},p:{style:Oq},pt:{style:Oq},pr:{style:Oq},pb:{style:Oq},pl:{style:Oq},px:{style:Oq},py:{style:Oq},padding:{style:Oq},paddingTop:{style:Oq},paddingRight:{style:Oq},paddingBottom:{style:Oq},paddingLeft:{style:Oq},paddingX:{style:Oq},paddingY:{style:Oq},paddingInline:{style:Oq},paddingInlineStart:{style:Oq},paddingInlineEnd:{style:Oq},paddingBlock:{style:Oq},paddingBlockStart:{style:Oq},paddingBlockEnd:{style:Oq},m:{style:jq},mt:{style:jq},mr:{style:jq},mb:{style:jq},ml:{style:jq},mx:{style:jq},my:{style:jq},margin:{style:jq},marginTop:{style:jq},marginRight:{style:jq},marginBottom:{style:jq},marginLeft:{style:jq},marginX:{style:jq},marginY:{style:jq},marginInline:{style:jq},marginInlineStart:{style:jq},marginInlineEnd:{style:jq},marginBlock:{style:jq},marginBlockStart:{style:jq},marginBlockEnd:{style:jq},displayPrint:{cssProperty:!1,transform:e=>({"@media print":{display:e}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:Hq},rowGap:{style:Qq},columnGap:{style:Gq},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:Jq},maxWidth:{style:Zq},minWidth:{transform:Jq},height:{transform:Jq},maxHeight:{transform:Jq},minHeight:{transform:Jq},boxSizing:{},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}};function aK(){function e(e,t,r,n){const o={[e]:t,theme:r},a=n[e];if(!a)return{[e]:t};const{cssProperty:i=e,themeKey:s,transform:l,style:c}=a;if(null==t)return null;if("typography"===s&&"inherit"===t)return{[e]:t};const u=hq(r,s)||{};if(c)return c(o);return cq(o,t,(t=>{let r=yq(u,l,t);return t===r&&"string"==typeof t&&(r=yq(u,l,`${e}${"default"===t?"":pq(t)}`,t)),!1===i?r:{[i]:r}}))}return function t(r){var n;const{sx:o,theme:a={}}=r||{};if(!o)return null;const i=null!=(n=a.unstable_sxConfig)?n:oK;function s(r){let n=r;if("function"==typeof r)n=r(a);else if("object"!=typeof r)return r;if(!n)return null;const o=uq(a.breakpoints),s=Object.keys(o);let l=o;return Object.keys(n).forEach((r=>{const o=(s=n[r],c=a,"function"==typeof s?s(c):s);var s,c;if(null!=o)if("object"==typeof o)if(i[r])l=iq(l,e(r,o,a,i));else{const e=cq({theme:a},o,(e=>({[r]:e})));!function(...e){const t=e.reduce(((e,t)=>e.concat(Object.keys(t))),[]),r=new Set(t);return e.every((e=>r.size===Object.keys(e).length))}(e,o)?l=iq(l,e):l[r]=t({sx:o,theme:a})}else l=iq(l,e(r,o,a,i))})),dq(s,l)}return Array.isArray(o)?o.map(s):s(o)}}const iK=aK();iK.filterProps=["sx"];var sK=iK;function lK(e,t){const r=this;if(r.vars&&"function"==typeof r.getColorSchemeSelector){return{[r.getColorSchemeSelector(e).replace(/(\[[^\]]+\])/,"*:where($1)")]:t}}return r.palette.mode===e?t:{}}const cK=["breakpoints","palette","spacing","shape"];function uK(e={},...t){const{breakpoints:r={},palette:n={},spacing:o,shape:a={}}=e,i=VB(e,cK),s=oq(r),l=function(e=8){if(e.mui)return e;const t=_q({spacing:e}),r=(...e)=>(0===e.length?[1]:e).map((e=>{const r=t(e);return"number"==typeof r?`${r}px`:r})).join(" ");return r.mui=!0,r}(o);let c=eq({breakpoints:s,direction:"ltr",components:{},palette:LB({mode:"light"},n),spacing:l,shape:LB({},aq,a)},i);return c.applyStyles=lK,c=t.reduce(((e,t)=>eq(e,t)),c),c.unstable_sxConfig=LB({},oK,null==i?void 0:i.unstable_sxConfig),c.unstable_sx=function(e){return sK({sx:e,theme:this})},c}var dK=Object.freeze({__proto__:null,default:uK,private_createBreakpoints:oq,unstable_applyStyles:lK});function fK(e=null){const t=V.useContext(FW);return t&&(r=t,0!==Object.keys(r).length)?t:e;var r}const pK=uK();function mK(e=pK){return fK(e)}function hK({styles:e,themeId:t,defaultTheme:r={}}){const n=mK(r),o="function"==typeof e?e(t&&n[t]||n):e;return bP.jsx(GW,{styles:o})}const yK=["sx"],vK=e=>{var t,r;const n={systemProps:{},otherProps:{}},o=null!=(t=null==e||null==(r=e.theme)?void 0:r.unstable_sxConfig)?t:oK;return Object.keys(e).forEach((t=>{o[t]?n.systemProps[t]=e[t]:n.otherProps[t]=e[t]})),n};function gK(e){const{sx:t}=e,r=VB(e,yK),{systemProps:n,otherProps:o}=vK(r);let a;return a=Array.isArray(t)?[n,...t]:"function"==typeof t?(...e)=>{const r=t(...e);return XW(r)?LB({},n,r):n}:LB({},n,t),LB({},o,{sx:a})}var bK=Object.freeze({__proto__:null,default:sK,extendSxProp:gK,unstable_createStyleFunctionSx:aK,unstable_defaultSxConfig:oK});const wK=e=>e;var SK=(()=>{let e=wK;return{configure(t){e=t},generate:t=>e(t),reset(){e=wK}}})();function xK(e){var t,r,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(r=xK(e[t]))&&(n&&(n+=" "),n+=r)}else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function $K(){for(var e,t,r=0,n="",o=arguments.length;r<o;r++)(e=arguments[r])&&(t=xK(e))&&(n&&(n+=" "),n+=t);return n}const kK=["className","component"];const _K={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function EK(e,t,r="Mui"){const n=_K[t];return n?`${r}-${n}`:`${SK.generate(e)}-${t}`}function CK(e,t,r="Mui"){const n={};return t.forEach((t=>{n[t]=EK(e,t,r)})),n}const PK=/^\s*function(?:\s|\s*\/\*.*\*\/\s*)+([^(\s/]*)\s*/;function jK(e){const t=`${e}`.match(PK);return t&&t[1]||""}function OK(e,t=""){return e.displayName||e.name||jK(e)||t}function NK(e,t,r){const n=OK(t);return e.displayName||(""!==n?`${r}(${n})`:r)}var RK=Object.freeze({__proto__:null,default:function(e){if(null!=e){if("string"==typeof e)return e;if("function"==typeof e)return OK(e,"Component");if("object"==typeof e)switch(e.$$typeof){case DP.ForwardRef:return NK(e,e.render,"ForwardRef");case DP.Memo:return NK(e,e.type,"memo");default:return}}},getFunctionName:jK});const TK=["ownerState"],AK=["variants"],IK=["name","slot","skipVariantsResolver","skipSx","overridesResolver"];function MK(e){return"ownerState"!==e&&"theme"!==e&&"sx"!==e&&"as"!==e}const FK=uK(),DK=e=>e?e.charAt(0).toLowerCase()+e.slice(1):e;function zK({defaultTheme:e,theme:t,themeId:r}){return n=t,0===Object.keys(n).length?e:t[r]||t;var n}function LK(e){return e?(t,r)=>r[e]:null}function VK(e,t){let{ownerState:r}=t,n=VB(t,TK);const o="function"==typeof e?e(LB({ownerState:r},n)):e;if(Array.isArray(o))return o.flatMap((e=>VK(e,LB({ownerState:r},n))));if(o&&"object"==typeof o&&Array.isArray(o.variants)){const{variants:e=[]}=o;let t=VB(o,AK);return e.forEach((e=>{let o=!0;"function"==typeof e.props?o=e.props(LB({ownerState:r},n,r)):Object.keys(e.props).forEach((t=>{(null==r?void 0:r[t])!==e.props[t]&&n[t]!==e.props[t]&&(o=!1)})),o&&(Array.isArray(t)||(t=[t]),t.push("function"==typeof e.style?e.style(LB({ownerState:r},n,r)):e.style))})),t}return o}const BK=function(e={}){const{themeId:t,defaultTheme:r=FK,rootShouldForwardProp:n=MK,slotShouldForwardProp:o=MK}=e,a=e=>sK(LB({},e,{theme:zK(LB({},e,{defaultTheme:r,themeId:t}))}));return a.__mui_systemSx=!0,(e,i={})=>{YW(e,(e=>e.filter((e=>!(null!=e&&e.__mui_systemSx)))));const{name:s,slot:l,skipVariantsResolver:c,skipSx:u,overridesResolver:d=LK(DK(l))}=i,f=VB(i,IK),p=void 0!==c?c:l&&"Root"!==l&&"root"!==l||!1,m=u||!1;let h=MK;"Root"===l||"root"===l?h=n:l?h=o:function(e){return"string"==typeof e&&e.charCodeAt(0)>96}(e)&&(h=void 0);const y=QW(e,LB({shouldForwardProp:h,label:undefined},f)),v=e=>"function"==typeof e&&e.__emotion_real!==e||XW(e)?n=>VK(e,LB({},n,{theme:zK({theme:n.theme,defaultTheme:r,themeId:t})})):e,g=(n,...o)=>{let i=v(n);const l=o?o.map(v):[];s&&d&&l.push((e=>{const n=zK(LB({},e,{defaultTheme:r,themeId:t}));if(!n.components||!n.components[s]||!n.components[s].styleOverrides)return null;const o=n.components[s].styleOverrides,a={};return Object.entries(o).forEach((([t,r])=>{a[t]=VK(r,LB({},e,{theme:n}))})),d(e,a)})),s&&!p&&l.push((e=>{var n;const o=zK(LB({},e,{defaultTheme:r,themeId:t}));return VK({variants:null==o||null==(n=o.components)||null==(n=n[s])?void 0:n.variants},LB({},e,{theme:o}))})),m||l.push(a);const c=l.length-o.length;if(Array.isArray(n)&&c>0){const e=new Array(c).fill("");i=[...n,...e],i.raw=[...n.raw,...e]}const u=y(i,...l);return e.muiName&&(u.muiName=e.muiName),u};return y.withConfig&&(g.withConfig=y.withConfig),g}}();var UK=BK;function WK(e,t){const r=LB({},t);return Object.keys(e).forEach((n=>{if(n.toString().match(/^(components|slots)$/))r[n]=LB({},e[n],r[n]);else if(n.toString().match(/^(componentsProps|slotProps)$/)){const o=e[n]||{},a=t[n];r[n]={},a&&Object.keys(a)?o&&Object.keys(o)?(r[n]=LB({},a),Object.keys(o).forEach((e=>{r[n][e]=WK(o[e],a[e])}))):r[n]=a:r[n]=o}else void 0===r[n]&&(r[n]=e[n])})),r}function qK({props:e,name:t,defaultTheme:r,themeId:n}){let o=mK(r);n&&(o=o[n]||o);const a=function(e){const{theme:t,name:r,props:n}=e;return t&&t.components&&t.components[r]&&t.components[r].defaultProps?WK(t.components[r].defaultProps,n):n}({theme:o,name:t,props:e});return a}var KK="undefined"!=typeof window?V.useLayoutEffect:V.useEffect;function HK(e,t=Number.MIN_SAFE_INTEGER,r=Number.MAX_SAFE_INTEGER){return Math.max(t,Math.min(e,r))}var GK=Object.freeze({__proto__:null,default:HK});function QK(...e){return e.reduce(((e,t)=>null==t?e:function(...r){e.apply(this,r),t.apply(this,r)}),(()=>{}))}function YK(e,t=166){let r;function n(...n){clearTimeout(r),r=setTimeout((()=>{e.apply(this,n)}),t)}return n.clear=()=>{clearTimeout(r)},n}function JK(e,t){var r,n;return V.isValidElement(e)&&-1!==t.indexOf(null!=(r=e.type.muiName)?r:null==(n=e.type)||null==(n=n._payload)||null==(n=n.value)?void 0:n.muiName)}function XK(e){return e&&e.ownerDocument||document}function ZK(e){return XK(e).defaultView||window}function eH(e,t){"function"==typeof e?e(t):e&&(e.current=t)}let tH=0;const rH=U["useId".toString()];function nH(e){if(void 0!==rH){const t=rH();return null!=e?e:t}return function(e){const[t,r]=V.useState(e),n=e||t;return V.useEffect((()=>{null==t&&(tH+=1,r(`mui-${tH}`))}),[t]),n}(e)}function oH({controlled:e,default:t,name:r,state:n="value"}){const{current:o}=V.useRef(void 0!==e),[a,i]=V.useState(t);return[o?e:a,V.useCallback((e=>{o||i(e)}),[])]}function aH(e){const t=V.useRef(e);return KK((()=>{t.current=e})),V.useRef(((...e)=>(0,t.current)(...e))).current}function iH(...e){return V.useMemo((()=>e.every((e=>null==e))?null:t=>{e.forEach((e=>{eH(e,t)}))}),e)}const sH={};const lH=[];class cH{constructor(){this.currentId=null,this.clear=()=>{null!==this.currentId&&(clearTimeout(this.currentId),this.currentId=null)},this.disposeEffect=()=>this.clear}static create(){return new cH}start(e,t){this.clear(),this.currentId=setTimeout((()=>{this.currentId=null,t()}),e)}}function uH(){const e=function(e,t){const r=V.useRef(sH);return r.current===sH&&(r.current=e(t)),r}(cH.create).current;var t;return t=e.disposeEffect,V.useEffect(t,lH),e}let dH=!0,fH=!1;const pH=new cH,mH={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function hH(e){e.metaKey||e.altKey||e.ctrlKey||(dH=!0)}function yH(){dH=!1}function vH(){"hidden"===this.visibilityState&&fH&&(dH=!0)}function gH(e){const{target:t}=e;try{return t.matches(":focus-visible")}catch(e){}return dH||function(e){const{type:t,tagName:r}=e;return!("INPUT"!==r||!mH[t]||e.readOnly)||"TEXTAREA"===r&&!e.readOnly||!!e.isContentEditable}(t)}function bH(){const e=V.useCallback((e=>{var t;null!=e&&((t=e.ownerDocument).addEventListener("keydown",hH,!0),t.addEventListener("mousedown",yH,!0),t.addEventListener("pointerdown",yH,!0),t.addEventListener("touchstart",yH,!0),t.addEventListener("visibilitychange",vH,!0))}),[]),t=V.useRef(!1);return{isFocusVisibleRef:t,onFocus:function(e){return!!gH(e)&&(t.current=!0,!0)},onBlur:function(){return!!t.current&&(fH=!0,pH.start(100,(()=>{fH=!1})),t.current=!1,!0)},ref:e}}function wH(e){const t=e.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}var SH={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"};function xH(e,t,r=void 0){const n={};return Object.keys(e).forEach((o=>{n[o]=e[o].reduce(((e,n)=>{if(n){const o=t(n);""!==o&&e.push(o),r&&r[n]&&e.push(r[n])}return e}),[]).join(" ")})),n}var $H=V.createContext(null);function kH(){return V.useContext($H)}var _H="function"==typeof Symbol&&Symbol.for?Symbol.for("mui.nested"):"__THEME_NESTED__";function EH(e){const{children:t,theme:r}=e,n=kH(),o=V.useMemo((()=>{const e=null===n?r:function(e,t){if("function"==typeof t)return t(e);return LB({},e,t)}(n,r);return null!=e&&(e[_H]=null!==n),e}),[r,n]);return bP.jsx($H.Provider,{value:o,children:t})}const CH=["value"],PH=V.createContext();function jH(e){let{value:t}=e,r=VB(e,CH);return bP.jsx(PH.Provider,LB({value:null==t||t},r))}const OH=()=>{const e=V.useContext(PH);return null!=e&&e},NH={};function RH(e,t,r,n=!1){return V.useMemo((()=>{const o=e&&t[e]||t;if("function"==typeof r){const a=r(o),i=e?LB({},t,{[e]:a}):a;return n?()=>i:i}return LB({},t,e?{[e]:r}:r)}),[e,t,r,n])}function TH(e){const{children:t,theme:r,themeId:n}=e,o=fK(NH),a=kH()||NH,i=RH(n,o,r),s=RH(n,a,r,!0),l="rtl"===i.direction;return bP.jsx(EH,{theme:s,children:bP.jsx(FW.Provider,{value:i,children:bP.jsx(jH,{value:l,children:t})})})}const AH=["component","direction","spacing","divider","children","className","useFlexGap"],IH=uK(),MH=UK("div",{name:"MuiStack",slot:"Root",overridesResolver:(e,t)=>t.root});function FH(e){return qK({props:e,name:"MuiStack",defaultTheme:IH})}function DH(e,t){const r=V.Children.toArray(e).filter(Boolean);return r.reduce(((e,n,o)=>(e.push(n),o<r.length-1&&e.push(V.cloneElement(t,{key:`separator-${o}`})),e)),[])}const zH=({ownerState:e,theme:t})=>{let r=LB({display:"flex",flexDirection:"column"},cq({theme:t},fq({values:e.direction,breakpoints:t.breakpoints.values}),(e=>({flexDirection:e}))));if(e.spacing){const n=_q(t),o=Object.keys(t.breakpoints.values).reduce(((t,r)=>(("object"==typeof e.spacing&&null!=e.spacing[r]||"object"==typeof e.direction&&null!=e.direction[r])&&(t[r]=!0),t)),{}),a=fq({values:e.direction,base:o}),i=fq({values:e.spacing,base:o});"object"==typeof a&&Object.keys(a).forEach(((e,t,r)=>{if(!a[e]){const n=t>0?a[r[t-1]]:"column";a[e]=n}}));r=eq(r,cq({theme:t},i,((t,r)=>{return e.useFlexGap?{gap:Eq(n,t)}:{"& > :not(style):not(style)":{margin:0},"& > :not(style) ~ :not(style)":{[`margin${o=r?a[r]:e.direction,{row:"Left","row-reverse":"Right",column:"Top","column-reverse":"Bottom"}[o]}`]:Eq(n,t)}};var o})))}return r=function(e,...t){const r=uq(e),n=[r,...t].reduce(((e,t)=>eq(e,t)),{});return dq(Object.keys(r),n)}(t.breakpoints,r),r};var LH,VH={},BH={exports:{}};(LH=BH).exports=function(e){return e&&e.__esModule?e:{default:e}},LH.exports.__esModule=!0,LH.exports.default=LH.exports;var UH=BH.exports,WH=o(DB),qH=o(GK),KH=UH;Object.defineProperty(VH,"__esModule",{value:!0});var HH=VH.alpha=iG;VH.blend=function(e,t,r,n=1){const o=(e,t)=>Math.round((e**(1/n)*(1-r)+t**(1/n)*r)**n),a=tG(e),i=tG(t),s=[o(a.values[0],i.values[0]),o(a.values[1],i.values[1]),o(a.values[2],i.values[2])];return nG({type:"rgb",values:s})},VH.colorChannel=void 0;var GH=VH.darken=sG;VH.decomposeColor=tG,VH.emphasize=cG;var QH=VH.getContrastRatio=function(e,t){const r=aG(e),n=aG(t);return(Math.max(r,n)+.05)/(Math.min(r,n)+.05)};VH.getLuminance=aG,VH.hexToRgb=eG,VH.hslToRgb=oG;var YH=VH.lighten=lG;VH.private_safeAlpha=function(e,t,r){try{return iG(e,t)}catch(t){return e}},VH.private_safeColorChannel=void 0,VH.private_safeDarken=function(e,t,r){try{return sG(e,t)}catch(t){return e}},VH.private_safeEmphasize=function(e,t,r){try{return cG(e,t)}catch(t){return e}},VH.private_safeLighten=function(e,t,r){try{return lG(e,t)}catch(t){return e}},VH.recomposeColor=nG,VH.rgbToHex=function(e){if(0===e.indexOf("#"))return e;const{values:t}=tG(e);return`#${t.map(((e,t)=>function(e){const t=e.toString(16);return 1===t.length?`0${t}`:t}(3===t?Math.round(255*e):e))).join("")}`};var JH=KH(WH),XH=KH(qH);function ZH(e,t=0,r=1){return(0,XH.default)(e,t,r)}function eG(e){e=e.slice(1);const t=new RegExp(`.{1,${e.length>=6?2:1}}`,"g");let r=e.match(t);return r&&1===r[0].length&&(r=r.map((e=>e+e))),r?`rgb${4===r.length?"a":""}(${r.map(((e,t)=>t<3?parseInt(e,16):Math.round(parseInt(e,16)/255*1e3)/1e3)).join(", ")})`:""}function tG(e){if(e.type)return e;if("#"===e.charAt(0))return tG(eG(e));const t=e.indexOf("("),r=e.substring(0,t);if(-1===["rgb","rgba","hsl","hsla","color"].indexOf(r))throw new Error((0,JH.default)(9,e));let n,o=e.substring(t+1,e.length-1);if("color"===r){if(o=o.split(" "),n=o.shift(),4===o.length&&"/"===o[3].charAt(0)&&(o[3]=o[3].slice(1)),-1===["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].indexOf(n))throw new Error((0,JH.default)(10,n))}else o=o.split(",");return o=o.map((e=>parseFloat(e))),{type:r,values:o,colorSpace:n}}const rG=e=>{const t=tG(e);return t.values.slice(0,3).map(((e,r)=>-1!==t.type.indexOf("hsl")&&0!==r?`${e}%`:e)).join(" ")};VH.colorChannel=rG;function nG(e){const{type:t,colorSpace:r}=e;let{values:n}=e;return-1!==t.indexOf("rgb")?n=n.map(((e,t)=>t<3?parseInt(e,10):e)):-1!==t.indexOf("hsl")&&(n[1]=`${n[1]}%`,n[2]=`${n[2]}%`),n=-1!==t.indexOf("color")?`${r} ${n.join(" ")}`:`${n.join(", ")}`,`${t}(${n})`}function oG(e){e=tG(e);const{values:t}=e,r=t[0],n=t[1]/100,o=t[2]/100,a=n*Math.min(o,1-o),i=(e,t=(e+r/30)%12)=>o-a*Math.max(Math.min(t-3,9-t,1),-1);let s="rgb";const l=[Math.round(255*i(0)),Math.round(255*i(8)),Math.round(255*i(4))];return"hsla"===e.type&&(s+="a",l.push(t[3])),nG({type:s,values:l})}function aG(e){let t="hsl"===(e=tG(e)).type||"hsla"===e.type?tG(oG(e)).values:e.values;return t=t.map((t=>("color"!==e.type&&(t/=255),t<=.03928?t/12.92:((t+.055)/1.055)**2.4))),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function iG(e,t){return e=tG(e),t=ZH(t),"rgb"!==e.type&&"hsl"!==e.type||(e.type+="a"),"color"===e.type?e.values[3]=`/${t}`:e.values[3]=t,nG(e)}function sG(e,t){if(e=tG(e),t=ZH(t),-1!==e.type.indexOf("hsl"))e.values[2]*=1-t;else if(-1!==e.type.indexOf("rgb")||-1!==e.type.indexOf("color"))for(let r=0;r<3;r+=1)e.values[r]*=1-t;return nG(e)}function lG(e,t){if(e=tG(e),t=ZH(t),-1!==e.type.indexOf("hsl"))e.values[2]+=(100-e.values[2])*t;else if(-1!==e.type.indexOf("rgb"))for(let r=0;r<3;r+=1)e.values[r]+=(255-e.values[r])*t;else if(-1!==e.type.indexOf("color"))for(let r=0;r<3;r+=1)e.values[r]+=(1-e.values[r])*t;return nG(e)}function cG(e,t=.15){return aG(e)>.5?sG(e,t):lG(e,t)}VH.private_safeColorChannel=(e,t)=>{try{return rG(e)}catch(t){return e}};const uG=["mode","contrastThreshold","tonalOffset"],dG={text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.6)",disabled:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:jB.white,default:jB.white},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}},fG={text:{primary:jB.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:"#121212",default:"#121212"},action:{active:jB.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}};function pG(e,t,r,n){const o=n.light||n,a=n.dark||1.5*n;e[t]||(e.hasOwnProperty(r)?e[t]=e[r]:"light"===t?e.light=YH(e.main,o):"dark"===t&&(e.dark=GH(e.main,a)))}function mG(e){const{mode:t="light",contrastThreshold:r=3,tonalOffset:n=.2}=e,o=VB(e,uG),a=e.primary||function(e="light"){return"dark"===e?{main:RB[200],light:RB[50],dark:RB[400]}:{main:RB[700],light:RB[400],dark:RB[800]}}(t),i=e.secondary||function(e="light"){return"dark"===e?{main:NB[200],light:NB[50],dark:NB[400]}:{main:NB[500],light:NB[300],dark:NB[700]}}(t),s=e.error||function(e="light"){return"dark"===e?{main:OB[500],light:OB[300],dark:OB[700]}:{main:OB[700],light:OB[400],dark:OB[800]}}(t),l=e.info||function(e="light"){return"dark"===e?{main:TB[400],light:TB[300],dark:TB[700]}:{main:TB[700],light:TB[500],dark:TB[900]}}(t),c=e.success||function(e="light"){return"dark"===e?{main:AB[400],light:AB[300],dark:AB[700]}:{main:AB[800],light:AB[500],dark:AB[900]}}(t),u=e.warning||function(e="light"){return"dark"===e?{main:IB[400],light:IB[300],dark:IB[700]}:{main:"#ed6c02",light:IB[500],dark:IB[900]}}(t);function d(e){return QH(e,fG.text.primary)>=r?fG.text.primary:dG.text.primary}const f=({color:e,name:t,mainShade:r=500,lightShade:o=300,darkShade:a=700})=>{if(!(e=LB({},e)).main&&e[r]&&(e.main=e[r]),!e.hasOwnProperty("main"))throw new Error(FB(11,t?` (${t})`:"",r));if("string"!=typeof e.main)throw new Error(FB(12,t?` (${t})`:"",JSON.stringify(e.main)));return pG(e,"light",o,n),pG(e,"dark",a,n),e.contrastText||(e.contrastText=d(e.main)),e},p={dark:fG,light:dG};return eq(LB({common:LB({},jB),mode:t,primary:f({color:a,name:"primary"}),secondary:f({color:i,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:f({color:s,name:"error"}),warning:f({color:u,name:"warning"}),info:f({color:l,name:"info"}),success:f({color:c,name:"success"}),grey:MB,contrastThreshold:r,getContrastText:d,augmentColor:f,tonalOffset:n},p[t]),o)}const hG=["fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem"];const yG={textTransform:"uppercase"},vG='"Roboto", "Helvetica", "Arial", sans-serif';function gG(e,t){const r="function"==typeof t?t(e):t,{fontFamily:n=vG,fontSize:o=14,fontWeightLight:a=300,fontWeightRegular:i=400,fontWeightMedium:s=500,fontWeightBold:l=700,htmlFontSize:c=16,allVariants:u,pxToRem:d}=r,f=VB(r,hG),p=o/14,m=d||(e=>e/c*p+"rem"),h=(e,t,r,o,a)=>{return LB({fontFamily:n,fontWeight:e,fontSize:m(t),lineHeight:r},n===vG?{letterSpacing:(i=o/t,Math.round(1e5*i)/1e5)+"em"}:{},a,u);var i},y={h1:h(a,96,1.167,-1.5),h2:h(a,60,1.2,-.5),h3:h(i,48,1.167,0),h4:h(i,34,1.235,.25),h5:h(i,24,1.334,0),h6:h(s,20,1.6,.15),subtitle1:h(i,16,1.75,.15),subtitle2:h(s,14,1.57,.1),body1:h(i,16,1.5,.15),body2:h(i,14,1.43,.15),button:h(s,14,1.75,.4,yG),caption:h(i,12,1.66,.4),overline:h(i,12,2.66,1,yG),inherit:{fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}};return eq(LB({htmlFontSize:c,pxToRem:m,fontFamily:n,fontSize:o,fontWeightLight:a,fontWeightRegular:i,fontWeightMedium:s,fontWeightBold:l},y),f,{clone:!1})}function bG(...e){return[`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,0.2)`,`${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,0.14)`,`${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,0.12)`].join(",")}var wG=["none",bG(0,2,1,-1,0,1,1,0,0,1,3,0),bG(0,3,1,-2,0,2,2,0,0,1,5,0),bG(0,3,3,-2,0,3,4,0,0,1,8,0),bG(0,2,4,-1,0,4,5,0,0,1,10,0),bG(0,3,5,-1,0,5,8,0,0,1,14,0),bG(0,3,5,-1,0,6,10,0,0,1,18,0),bG(0,4,5,-2,0,7,10,1,0,2,16,1),bG(0,5,5,-3,0,8,10,1,0,3,14,2),bG(0,5,6,-3,0,9,12,1,0,3,16,2),bG(0,6,6,-3,0,10,14,1,0,4,18,3),bG(0,6,7,-4,0,11,15,1,0,4,20,3),bG(0,7,8,-4,0,12,17,2,0,5,22,4),bG(0,7,8,-4,0,13,19,2,0,5,24,4),bG(0,7,9,-4,0,14,21,2,0,5,26,4),bG(0,8,9,-5,0,15,22,2,0,6,28,5),bG(0,8,10,-5,0,16,24,2,0,6,30,5),bG(0,8,11,-5,0,17,26,2,0,6,32,5),bG(0,9,11,-5,0,18,28,2,0,7,34,6),bG(0,9,12,-6,0,19,29,2,0,7,36,6),bG(0,10,13,-6,0,20,31,3,0,8,38,7),bG(0,10,13,-6,0,21,33,3,0,8,40,7),bG(0,10,14,-6,0,22,35,3,0,8,42,7),bG(0,11,14,-7,0,23,36,3,0,9,44,8),bG(0,11,15,-7,0,24,38,3,0,9,46,8)];const SG=["duration","easing","delay"],xG={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",easeIn:"cubic-bezier(0.4, 0, 1, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},$G={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function kG(e){return`${Math.round(e)}ms`}function _G(e){if(!e)return 0;const t=e/36;return Math.round(10*(4+15*t**.25+t/5))}function EG(e){const t=LB({},xG,e.easing),r=LB({},$G,e.duration);return LB({getAutoHeightDuration:_G,create:(e=["all"],n={})=>{const{duration:o=r.standard,easing:a=t.easeInOut,delay:i=0}=n;return VB(n,SG),(Array.isArray(e)?e:[e]).map((e=>`${e} ${"string"==typeof o?o:kG(o)} ${a} ${"string"==typeof i?i:kG(i)}`)).join(",")}},e,{easing:t,duration:r})}var CG={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};const PG=["breakpoints","mixins","spacing","palette","transitions","typography","shape"];function jG(e={},...t){const{mixins:r={},palette:n={},transitions:o={},typography:a={}}=e,i=VB(e,PG);if(e.vars)throw new Error(FB(18));const s=mG(n),l=uK(e);let c=eq(l,{mixins:(u=l.breakpoints,d=r,LB({toolbar:{minHeight:56,[u.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[u.up("sm")]:{minHeight:64}}},d)),palette:s,shadows:wG.slice(),typography:gG(s,a),transitions:EG(o),zIndex:LB({},CG)});var u,d;return c=eq(c,i),c=t.reduce(((e,t)=>eq(e,t)),c),c.unstable_sxConfig=LB({},oK,null==i?void 0:i.unstable_sxConfig),c.unstable_sx=function(e){return sK({sx:e,theme:this})},c}var OG=jG();function NG(){const e=mK(OG);return e[zB]||e}function RG({props:e,name:t}){return qK({props:e,name:t,defaultTheme:OG,themeId:zB})}var TG,AG={},IG={exports:{}};var MG,FG={exports:{}};var DG=o(JW),zG=o(tq),LG=o(mq),VG=o(RK),BG=o(dK),UG=o(bK),WG=UH;Object.defineProperty(AG,"__esModule",{value:!0});var qG=AG.default=function(e={}){const{themeId:t,defaultTheme:r=nQ,rootShouldForwardProp:n=rQ,slotShouldForwardProp:o=rQ}=e,a=e=>(0,JG.default)((0,KG.default)({},e,{theme:aQ((0,KG.default)({},e,{defaultTheme:r,themeId:t}))}));return a.__mui_systemSx=!0,(e,i={})=>{(0,GG.internal_processStyles)(e,(e=>e.filter((e=>!(null!=e&&e.__mui_systemSx)))));const{name:s,slot:l,skipVariantsResolver:c,skipSx:u,overridesResolver:d=iQ(oQ(l))}=i,f=(0,HG.default)(i,eQ),p=void 0!==c?c:l&&"Root"!==l&&"root"!==l||!1,m=u||!1;let h=rQ;"Root"===l||"root"===l?h=n:l?h=o:function(e){return"string"==typeof e&&e.charCodeAt(0)>96}(e)&&(h=void 0);const y=(0,GG.default)(e,(0,KG.default)({shouldForwardProp:h,label:undefined},f)),v=e=>"function"==typeof e&&e.__emotion_real!==e||(0,QG.isPlainObject)(e)?n=>sQ(e,(0,KG.default)({},n,{theme:aQ({theme:n.theme,defaultTheme:r,themeId:t})})):e,g=(n,...o)=>{let i=v(n);const l=o?o.map(v):[];s&&d&&l.push((e=>{const n=aQ((0,KG.default)({},e,{defaultTheme:r,themeId:t}));if(!n.components||!n.components[s]||!n.components[s].styleOverrides)return null;const o=n.components[s].styleOverrides,a={};return Object.entries(o).forEach((([t,r])=>{a[t]=sQ(r,(0,KG.default)({},e,{theme:n}))})),d(e,a)})),s&&!p&&l.push((e=>{var n;const o=aQ((0,KG.default)({},e,{defaultTheme:r,themeId:t}));return sQ({variants:null==o||null==(n=o.components)||null==(n=n[s])?void 0:n.variants},(0,KG.default)({},e,{theme:o}))})),m||l.push(a);const c=l.length-o.length;if(Array.isArray(n)&&c>0){const e=new Array(c).fill("");i=[...n,...e],i.raw=[...n.raw,...e]}const u=y(i,...l);return e.muiName&&(u.muiName=e.muiName),u};return y.withConfig&&(g.withConfig=y.withConfig),g}};AG.shouldForwardProp=rQ,AG.systemDefaultTheme=void 0;var KG=WG((TG||(TG=1,function(e){function t(){return e.exports=t=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},e.exports.__esModule=!0,e.exports.default=e.exports,t.apply(this,arguments)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports}(IG)),IG.exports)),HG=WG((MG||(MG=1,function(e){e.exports=function(e,t){if(null==e)return{};var r,n,o={},a=Object.keys(e);for(n=0;n<a.length;n++)r=a[n],t.indexOf(r)>=0||(o[r]=e[r]);return o},e.exports.__esModule=!0,e.exports.default=e.exports}(FG)),FG.exports)),GG=function(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=tQ(t);if(r&&r.has(e))return r.get(e);var n={__proto__:null},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if("default"!==a&&Object.prototype.hasOwnProperty.call(e,a)){var i=o?Object.getOwnPropertyDescriptor(e,a):null;i&&(i.get||i.set)?Object.defineProperty(n,a,i):n[a]=e[a]}return n.default=e,r&&r.set(e,n),n}(DG),QG=zG;WG(LG),WG(VG);var YG=WG(BG),JG=WG(UG);const XG=["ownerState"],ZG=["variants"],eQ=["name","slot","skipVariantsResolver","skipSx","overridesResolver"];function tQ(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(tQ=function(e){return e?r:t})(e)}function rQ(e){return"ownerState"!==e&&"theme"!==e&&"sx"!==e&&"as"!==e}const nQ=AG.systemDefaultTheme=(0,YG.default)(),oQ=e=>e?e.charAt(0).toLowerCase()+e.slice(1):e;function aQ({defaultTheme:e,theme:t,themeId:r}){return n=t,0===Object.keys(n).length?e:t[r]||t;var n}function iQ(e){return e?(t,r)=>r[e]:null}function sQ(e,t){let{ownerState:r}=t,n=(0,HG.default)(t,XG);const o="function"==typeof e?e((0,KG.default)({ownerState:r},n)):e;if(Array.isArray(o))return o.flatMap((e=>sQ(e,(0,KG.default)({ownerState:r},n))));if(o&&"object"==typeof o&&Array.isArray(o.variants)){const{variants:e=[]}=o;let t=(0,HG.default)(o,ZG);return e.forEach((e=>{let o=!0;"function"==typeof e.props?o=e.props((0,KG.default)({ownerState:r},n,r)):Object.keys(e.props).forEach((t=>{(null==r?void 0:r[t])!==e.props[t]&&n[t]!==e.props[t]&&(o=!1)})),o&&(Array.isArray(t)||(t=[t]),t.push("function"==typeof e.style?e.style((0,KG.default)({ownerState:r},n,r)):e.style))})),t}return o}function lQ(e){return"ownerState"!==e&&"theme"!==e&&"sx"!==e&&"as"!==e}var cQ=e=>lQ(e)&&"classes"!==e;var uQ=qG({themeId:zB,defaultTheme:OG,rootShouldForwardProp:cQ});const dQ=["theme"];function fQ(e){let{theme:t}=e,r=VB(e,dQ);const n=t[zB];return bP.jsx(TH,LB({},r,{themeId:n?zB:void 0,theme:n||t}))}var pQ=e=>{let t;return t=e<1?5.11916*e**2:4.5*Math.log(e+1)+2,(t/100).toFixed(2)};function mQ(e){return EK("MuiSvgIcon",e)}CK("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const hQ=["children","className","color","component","fontSize","htmlColor","inheritViewBox","titleAccess","viewBox"],yQ=uQ("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,"inherit"!==r.color&&t[`color${pq(r.color)}`],t[`fontSize${pq(r.fontSize)}`]]}})((({theme:e,ownerState:t})=>{var r,n,o,a,i,s,l,c,u,d,f,p,m;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",fill:t.hasSvgAsChild?void 0:"currentColor",flexShrink:0,transition:null==(r=e.transitions)||null==(n=r.create)?void 0:n.call(r,"fill",{duration:null==(o=e.transitions)||null==(o=o.duration)?void 0:o.shorter}),fontSize:{inherit:"inherit",small:(null==(a=e.typography)||null==(i=a.pxToRem)?void 0:i.call(a,20))||"1.25rem",medium:(null==(s=e.typography)||null==(l=s.pxToRem)?void 0:l.call(s,24))||"1.5rem",large:(null==(c=e.typography)||null==(u=c.pxToRem)?void 0:u.call(c,35))||"2.1875rem"}[t.fontSize],color:null!=(d=null==(f=(e.vars||e).palette)||null==(f=f[t.color])?void 0:f.main)?d:{action:null==(p=(e.vars||e).palette)||null==(p=p.action)?void 0:p.active,disabled:null==(m=(e.vars||e).palette)||null==(m=m.action)?void 0:m.disabled,inherit:void 0}[t.color]}})),vQ=V.forwardRef((function(e,t){const r=RG({props:e,name:"MuiSvgIcon"}),{children:n,className:o,color:a="inherit",component:i="svg",fontSize:s="medium",htmlColor:l,inheritViewBox:c=!1,titleAccess:u,viewBox:d="0 0 24 24"}=r,f=VB(r,hQ),p=V.isValidElement(n)&&"svg"===n.type,m=LB({},r,{color:a,component:i,fontSize:s,instanceFontSize:e.fontSize,inheritViewBox:c,viewBox:d,hasSvgAsChild:p}),h={};c||(h.viewBox=d);const y=(e=>{const{color:t,fontSize:r,classes:n}=e;return xH({root:["root","inherit"!==t&&`color${pq(t)}`,`fontSize${pq(r)}`]},mQ,n)})(m);return bP.jsxs(yQ,LB({as:i,className:$K(y.root,o),focusable:"false",color:l,"aria-hidden":!u||void 0,role:u?"img":void 0,ref:t},h,f,p&&n.props,{ownerState:m,children:[p?n.props.children:n,u?bP.jsx("title",{children:u}):null]}))}));vQ.muiName="SvgIcon";var gQ=vQ;function bQ(e,t){function r(r,n){return bP.jsx(gQ,LB({"data-testid":`${t}Icon`,ref:n},r,{children:e}))}return r.muiName=gQ.muiName,V.memo(V.forwardRef(r))}const wQ={configure:e=>{SK.configure(e)}};var SQ=Object.freeze({__proto__:null,capitalize:pq,createChainedFunction:QK,createSvgIcon:bQ,debounce:YK,deprecatedPropType:function(e,t){return()=>null},isMuiElement:JK,ownerDocument:XK,ownerWindow:ZK,requirePropFactory:function(e,t){return()=>null},setRef:eH,unstable_ClassNameGenerator:wQ,unstable_useEnhancedEffect:KK,unstable_useId:nH,unsupportedProp:function(e,t,r,n,o){return null},useControlled:oH,useEventCallback:aH,useForkRef:iH,useIsFocusVisible:bH});function xQ(e,t){return xQ=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},xQ(e,t)}function $Q(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,xQ(e,t)}var kQ=!1,_Q=B.createContext(null),EQ="unmounted",CQ="exited",PQ="entering",jQ="entered",OQ="exiting",NQ=function(e){function t(t,r){var n;n=e.call(this,t,r)||this;var o,a=r&&!r.isMounting?t.enter:t.appear;return n.appearStatus=null,t.in?a?(o=CQ,n.appearStatus=PQ):o=jQ:o=t.unmountOnExit||t.mountOnEnter?EQ:CQ,n.state={status:o},n.nextCallback=null,n}$Q(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===EQ?{status:CQ}:null};var r=t.prototype;return r.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},r.componentDidUpdate=function(e){var t=null;if(e!==this.props){var r=this.state.status;this.props.in?r!==PQ&&r!==jQ&&(t=PQ):r!==PQ&&r!==jQ||(t=OQ)}this.updateStatus(!1,t)},r.componentWillUnmount=function(){this.cancelNextCallback()},r.getTimeouts=function(){var e,t,r,n=this.props.timeout;return e=t=r=n,null!=n&&"number"!=typeof n&&(e=n.exit,t=n.enter,r=void 0!==n.appear?n.appear:t),{exit:e,enter:t,appear:r}},r.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t)if(this.cancelNextCallback(),t===PQ){if(this.props.unmountOnExit||this.props.mountOnEnter){var r=this.props.nodeRef?this.props.nodeRef.current:Ju.findDOMNode(this);r&&function(e){e.scrollTop}(r)}this.performEnter(e)}else this.performExit();else this.props.unmountOnExit&&this.state.status===CQ&&this.setState({status:EQ})},r.performEnter=function(e){var t=this,r=this.props.enter,n=this.context?this.context.isMounting:e,o=this.props.nodeRef?[n]:[Ju.findDOMNode(this),n],a=o[0],i=o[1],s=this.getTimeouts(),l=n?s.appear:s.enter;!e&&!r||kQ?this.safeSetState({status:jQ},(function(){t.props.onEntered(a)})):(this.props.onEnter(a,i),this.safeSetState({status:PQ},(function(){t.props.onEntering(a,i),t.onTransitionEnd(l,(function(){t.safeSetState({status:jQ},(function(){t.props.onEntered(a,i)}))}))})))},r.performExit=function(){var e=this,t=this.props.exit,r=this.getTimeouts(),n=this.props.nodeRef?void 0:Ju.findDOMNode(this);t&&!kQ?(this.props.onExit(n),this.safeSetState({status:OQ},(function(){e.props.onExiting(n),e.onTransitionEnd(r.exit,(function(){e.safeSetState({status:CQ},(function(){e.props.onExited(n)}))}))}))):this.safeSetState({status:CQ},(function(){e.props.onExited(n)}))},r.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},r.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},r.setNextCallback=function(e){var t=this,r=!0;return this.nextCallback=function(n){r&&(r=!1,t.nextCallback=null,e(n))},this.nextCallback.cancel=function(){r=!1},this.nextCallback},r.onTransitionEnd=function(e,t){this.setNextCallback(t);var r=this.props.nodeRef?this.props.nodeRef.current:Ju.findDOMNode(this),n=null==e&&!this.props.addEndListener;if(r&&!n){if(this.props.addEndListener){var o=this.props.nodeRef?[this.nextCallback]:[r,this.nextCallback],a=o[0],i=o[1];this.props.addEndListener(a,i)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},r.render=function(){var e=this.state.status;if(e===EQ)return null;var t=this.props,r=t.children;t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef;var n=VB(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return B.createElement(_Q.Provider,{value:null},"function"==typeof r?r(e,n):B.cloneElement(B.Children.only(r),n))},t}(B.Component);function RQ(){}NQ.contextType=_Q,NQ.propTypes={},NQ.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:RQ,onEntering:RQ,onEntered:RQ,onExit:RQ,onExiting:RQ,onExited:RQ},NQ.UNMOUNTED=EQ,NQ.EXITED=CQ,NQ.ENTERING=PQ,NQ.ENTERED=jQ,NQ.EXITING=OQ;var TQ=NQ;function AQ(e,t){var r=Object.create(null);return e&&V.Children.map(e,(function(e){return e})).forEach((function(e){r[e.key]=function(e){return t&&V.isValidElement(e)?t(e):e}(e)})),r}function IQ(e,t,r){return null!=r[t]?r[t]:e.props[t]}function MQ(e,t,r){var n=AQ(e.children),o=function(e,t){function r(r){return r in t?t[r]:e[r]}e=e||{},t=t||{};var n,o=Object.create(null),a=[];for(var i in e)i in t?a.length&&(o[i]=a,a=[]):a.push(i);var s={};for(var l in t){if(o[l])for(n=0;n<o[l].length;n++){var c=o[l][n];s[o[l][n]]=r(c)}s[l]=r(l)}for(n=0;n<a.length;n++)s[a[n]]=r(a[n]);return s}(t,n);return Object.keys(o).forEach((function(a){var i=o[a];if(V.isValidElement(i)){var s=a in t,l=a in n,c=t[a],u=V.isValidElement(c)&&!c.props.in;!l||s&&!u?l||!s||u?l&&s&&V.isValidElement(c)&&(o[a]=V.cloneElement(i,{onExited:r.bind(null,i),in:c.props.in,exit:IQ(i,"exit",e),enter:IQ(i,"enter",e)})):o[a]=V.cloneElement(i,{in:!1}):o[a]=V.cloneElement(i,{onExited:r.bind(null,i),in:!0,exit:IQ(i,"exit",e),enter:IQ(i,"enter",e)})}})),o}var FQ=Object.values||function(e){return Object.keys(e).map((function(t){return e[t]}))},DQ=function(e){function t(t,r){var n,o=(n=e.call(this,t,r)||this).handleExited.bind(function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(n));return n.state={contextValue:{isMounting:!0},handleExited:o,firstRender:!0},n}$Q(t,e);var r=t.prototype;return r.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},r.componentWillUnmount=function(){this.mounted=!1},t.getDerivedStateFromProps=function(e,t){var r,n,o=t.children,a=t.handleExited;return{children:t.firstRender?(r=e,n=a,AQ(r.children,(function(e){return V.cloneElement(e,{onExited:n.bind(null,e),in:!0,appear:IQ(e,"appear",r),enter:IQ(e,"enter",r),exit:IQ(e,"exit",r)})}))):MQ(e,o,a),firstRender:!1}},r.handleExited=function(e,t){var r=AQ(this.props.children);e.key in r||(e.props.onExited&&e.props.onExited(t),this.mounted&&this.setState((function(t){var r=LB({},t.children);return delete r[e.key],{children:r}})))},r.render=function(){var e=this.props,t=e.component,r=e.childFactory,n=VB(e,["component","childFactory"]),o=this.state.contextValue,a=FQ(this.state.children).map(r);return delete n.appear,delete n.enter,delete n.exit,null===t?B.createElement(_Q.Provider,{value:o},a):B.createElement(_Q.Provider,{value:o},B.createElement(t,n,a))},t}(B.Component);DQ.propTypes={},DQ.defaultProps={component:"div",childFactory:function(e){return e}};var zQ=DQ;const LQ=e=>e.scrollTop;function VQ(e,t){var r,n;const{timeout:o,easing:a,style:i={}}=e;return{duration:null!=(r=i.transitionDuration)?r:"number"==typeof o?o:o[t.mode]||0,easing:null!=(n=i.transitionTimingFunction)?n:"object"==typeof a?a[t.mode]:a,delay:i.transitionDelay}}function BQ(e){return EK("MuiPaper",e)}CK("MuiPaper",["root","rounded","outlined","elevation","elevation0","elevation1","elevation2","elevation3","elevation4","elevation5","elevation6","elevation7","elevation8","elevation9","elevation10","elevation11","elevation12","elevation13","elevation14","elevation15","elevation16","elevation17","elevation18","elevation19","elevation20","elevation21","elevation22","elevation23","elevation24"]);const UQ=["className","component","elevation","square","variant"],WQ=uQ("div",{name:"MuiPaper",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,t[r.variant],!r.square&&t.rounded,"elevation"===r.variant&&t[`elevation${r.elevation}`]]}})((({theme:e,ownerState:t})=>{var r;return LB({backgroundColor:(e.vars||e).palette.background.paper,color:(e.vars||e).palette.text.primary,transition:e.transitions.create("box-shadow")},!t.square&&{borderRadius:e.shape.borderRadius},"outlined"===t.variant&&{border:`1px solid ${(e.vars||e).palette.divider}`},"elevation"===t.variant&&LB({boxShadow:(e.vars||e).shadows[t.elevation]},!e.vars&&"dark"===e.palette.mode&&{backgroundImage:`linear-gradient(${HH("#fff",pQ(t.elevation))}, ${HH("#fff",pQ(t.elevation))})`},e.vars&&{backgroundImage:null==(r=e.vars.overlays)?void 0:r[t.elevation]}))})),qQ=V.forwardRef((function(e,t){const r=RG({props:e,name:"MuiPaper"}),{className:n,component:o="div",elevation:a=1,square:i=!1,variant:s="elevation"}=r,l=VB(r,UQ),c=LB({},r,{component:o,elevation:a,square:i,variant:s}),u=(e=>{const{square:t,elevation:r,variant:n,classes:o}=e;return xH({root:["root",n,!t&&"rounded","elevation"===n&&`elevation${r}`]},BQ,o)})(c);return bP.jsx(WQ,LB({as:o,ownerState:c,className:$K(u.root,n),ref:t},l))}));var KQ=qQ;function HQ(e){return"string"==typeof e}function GQ(e,t=[]){if(void 0===e)return{};const r={};return Object.keys(e).filter((r=>r.match(/^on[A-Z]/)&&"function"==typeof e[r]&&!t.includes(r))).forEach((t=>{r[t]=e[t]})),r}function QQ(e){if(void 0===e)return{};const t={};return Object.keys(e).filter((t=>!(t.match(/^on[A-Z]/)&&"function"==typeof e[t]))).forEach((r=>{t[r]=e[r]})),t}const YQ=["elementType","externalSlotProps","ownerState","skipResolvingSlotProps"];function JQ(e){var t;const{elementType:r,externalSlotProps:n,ownerState:o,skipResolvingSlotProps:a=!1}=e,i=VB(e,YQ),s=a?{}:function(e,t,r){return"function"==typeof e?e(t,r):e}(n,o),{props:l,internalRef:c}=function(e){const{getSlotProps:t,additionalProps:r,externalSlotProps:n,externalForwardedProps:o,className:a}=e;if(!t){const e=$K(null==r?void 0:r.className,a,null==o?void 0:o.className,null==n?void 0:n.className),t=LB({},null==r?void 0:r.style,null==o?void 0:o.style,null==n?void 0:n.style),i=LB({},r,o,n);return e.length>0&&(i.className=e),Object.keys(t).length>0&&(i.style=t),{props:i,internalRef:void 0}}const i=GQ(LB({},o,n)),s=QQ(n),l=QQ(o),c=t(i),u=$K(null==c?void 0:c.className,null==r?void 0:r.className,a,null==o?void 0:o.className,null==n?void 0:n.className),d=LB({},null==c?void 0:c.style,null==r?void 0:r.style,null==o?void 0:o.style,null==n?void 0:n.style),f=LB({},c,r,l,s);return u.length>0&&(f.className=u),Object.keys(d).length>0&&(f.style=d),{props:f,internalRef:c.ref}}(LB({},i,{externalSlotProps:s})),u=function(e,t,r){return void 0===e||HQ(e)?t:LB({},t,{ownerState:LB({},t.ownerState,r)})}(r,LB({},l,{ref:iH(c,null==s?void 0:s.ref,null==(t=e.additionalProps)?void 0:t.ref)}),o);return u}var XQ=CK("MuiTouchRipple",["root","ripple","rippleVisible","ripplePulsate","child","childLeaving","childPulsate"]);const ZQ=["center","classes","className"];let eY,tY,rY,nY,oY=e=>e;const aY=LW(eY||(eY=oY`
40
40
  0% {
41
41
  transform: scale(0);
42
42
  opacity: 0.1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowdin/app-project-module",
3
- "version": "0.54.0",
3
+ "version": "0.54.1",
4
4
  "description": "Module that generates for you all common endpoints for serving standalone Crowdin App",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",
@@ -40,8 +40,8 @@
40
40
  "@babel/preset-react": "^7.24.1",
41
41
  "@emotion/react": "^11.11.4",
42
42
  "@emotion/styled": "^11.11.5",
43
- "@mui/icons-material": "^5.15.19",
44
- "@mui/material": "^5.15.19",
43
+ "@mui/icons-material": "^5.15.20",
44
+ "@mui/material": "^5.15.20",
45
45
  "@rjsf/core": "^5.18.4",
46
46
  "@rjsf/mui": "^5.18.4",
47
47
  "@rjsf/utils": "^5.18.4",
@@ -56,7 +56,7 @@
56
56
  "@types/crypto-js": "^4.2.2",
57
57
  "@types/express": "4.17.21",
58
58
  "@types/express-handlebars": "^5.3.1",
59
- "@types/jest": "^29.5.5",
59
+ "@types/jest": "^29.5.12",
60
60
  "@types/lodash.uniqby": "^4.7.9",
61
61
  "@types/node": "^16.18.69",
62
62
  "@types/node-cron": "^3.0.11",
@@ -74,7 +74,7 @@
74
74
  "react": "^18.3.1",
75
75
  "react-dom": "^18.3.1",
76
76
  "rollup": "^3.29.4",
77
- "ts-jest": "^29.1.1",
77
+ "ts-jest": "^29.1.5",
78
78
  "typescript": "^4.9.5"
79
79
  },
80
80
  "repository": {