@gib-ui/icons 0.0.15 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -22,7 +22,7 @@ object-assign
22
22
  @license MIT
23
23
  */;var rc=Object.getOwnPropertySymbols,mc=Object.prototype.hasOwnProperty,zc=Object.prototype.propertyIsEnumerable;var pc=function(){try{if(!Object.assign)return!1;var c=new String("abc");if(c[5]="de","5"===Object.getOwnPropertyNames(c)[0])return!1;for(var h={},e=0;e<10;e++)h["_"+String.fromCharCode(e)]=e;var t=Object.getOwnPropertyNames(h).map((function(c){return h[c]}));if("0123456789"!==t.join(""))return!1;var v={};return"abcdefghijklmnopqrst".split("").forEach((function(c){v[c]=c})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},v)).join("")}catch(c){return!1}}()?Object.assign:function(c,h){for(var e,t,v=function(c){if(null==c)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(c)}(c),l=1;l<arguments.length;l++){for(var a in e=Object(arguments[l]))mc.call(e,a)&&(v[a]=e[a]);if(rc){t=rc(e);for(var d=0;d<t.length;d++)zc.call(e,t[d])&&(v[t[d]]=e[t[d]])}}return v},sc="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",ic=Function.call.bind(Object.prototype.hasOwnProperty),Hc=function(){};if("production"!==process.env.NODE_ENV){var Mc=sc,Vc={},uc=ic;Hc=function(c){var h="Warning: "+c;"undefined"!=typeof console&&console.error(h);try{throw new Error(h)}catch(c){}}}function Lc(c,h,e,t,v){if("production"!==process.env.NODE_ENV)for(var l in c)if(uc(c,l)){var a;try{if("function"!=typeof c[l]){var d=Error((t||"React class")+": "+e+" type `"+l+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof c[l]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw d.name="Invariant Violation",d}a=c[l](h,l,t,e,null,Mc)}catch(c){a=c}if(!a||a instanceof Error||Hc((t||"React class")+": type specification of "+e+" `"+l+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof a+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),a instanceof Error&&!(a.message in Vc)){Vc[a.message]=!0;var o=v?v():"";Hc("Failed "+e+" type: "+a.message+(null!=o?o:""))}}}Lc.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(Vc={})};var Sc=Lc,Cc=W.exports,Tc=pc,wc=sc,yc=ic,Oc=Sc,Rc=function(){};function gc(){return null}"production"!==process.env.NODE_ENV&&(Rc=function(c){var h="Warning: "+c;"undefined"!=typeof console&&console.error(h);try{throw new Error(h)}catch(c){}});var fc=sc;function Ac(){}function bc(){}bc.resetWarningCache=Ac;if("production"!==process.env.NODE_ENV){var Pc=W.exports;N.exports=function(c,h){var e="function"==typeof Symbol&&Symbol.iterator,t="<<anonymous>>",v={array:o("array"),bigint:o("bigint"),bool:o("boolean"),func:o("function"),number:o("number"),object:o("object"),string:o("string"),symbol:o("symbol"),any:d(gc),arrayOf:function(c){return d((function(h,e,t,v,l){if("function"!=typeof c)return new a("Property `"+l+"` of component `"+t+"` has invalid PropType notation inside arrayOf.");var d=h[e];if(!Array.isArray(d))return new a("Invalid "+v+" `"+l+"` of type `"+m(d)+"` supplied to `"+t+"`, expected an array.");for(var o=0;o<d.length;o++){var n=c(d,o,t,v,l+"["+o+"]",wc);if(n instanceof Error)return n}return null}))},element:d((function(h,e,t,v,l){var d=h[e];return c(d)?null:new a("Invalid "+v+" `"+l+"` of type `"+m(d)+"` supplied to `"+t+"`, expected a single ReactElement.")})),elementType:d((function(c,h,e,t,v){var l=c[h];return Cc.isValidElementType(l)?null:new a("Invalid "+t+" `"+v+"` of type `"+m(l)+"` supplied to `"+e+"`, expected a single ReactElement type.")})),instanceOf:function(c){return d((function(h,e,v,l,d){if(!(h[e]instanceof c)){var o=c.name||t;return new a("Invalid "+l+" `"+d+"` of type `"+((n=h[e]).constructor&&n.constructor.name?n.constructor.name:t)+"` supplied to `"+v+"`, expected instance of `"+o+"`.")}var n;return null}))},node:d((function(c,h,e,t,v){return r(c[h])?null:new a("Invalid "+t+" `"+v+"` supplied to `"+e+"`, expected a ReactNode.")})),objectOf:function(c){return d((function(h,e,t,v,l){if("function"!=typeof c)return new a("Property `"+l+"` of component `"+t+"` has invalid PropType notation inside objectOf.");var d=h[e],o=m(d);if("object"!==o)return new a("Invalid "+v+" `"+l+"` of type `"+o+"` supplied to `"+t+"`, expected an object.");for(var n in d)if(yc(d,n)){var r=c(d,n,t,v,l+"."+n,wc);if(r instanceof Error)return r}return null}))},oneOf:function(c){return Array.isArray(c)?d((function(h,e,t,v,d){for(var o=h[e],n=0;n<c.length;n++)if(l(o,c[n]))return null;var r=JSON.stringify(c,(function(c,h){return"symbol"===z(h)?String(h):h}));return new a("Invalid "+v+" `"+d+"` of value `"+String(o)+"` supplied to `"+t+"`, expected one of "+r+".")})):("production"!==process.env.NODE_ENV&&Rc(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),gc)},oneOfType:function(c){if(!Array.isArray(c))return"production"!==process.env.NODE_ENV&&Rc("Invalid argument supplied to oneOfType, expected an instance of array."),gc;for(var h=0;h<c.length;h++){var e=c[h];if("function"!=typeof e)return Rc("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+p(e)+" at index "+h+"."),gc}return d((function(h,e,t,v,l){for(var d=[],o=0;o<c.length;o++){var n=(0,c[o])(h,e,t,v,l,wc);if(null==n)return null;n.data&&yc(n.data,"expectedType")&&d.push(n.data.expectedType)}return new a("Invalid "+v+" `"+l+"` supplied to `"+t+"`"+(d.length>0?", expected one of type ["+d.join(", ")+"]":"")+".")}))},shape:function(c){return d((function(h,e,t,v,l){var d=h[e],o=m(d);if("object"!==o)return new a("Invalid "+v+" `"+l+"` of type `"+o+"` supplied to `"+t+"`, expected `object`.");for(var r in c){var p=c[r];if("function"!=typeof p)return n(t,v,l,r,z(p));var s=p(d,r,t,v,l+"."+r,wc);if(s)return s}return null}))},exact:function(c){return d((function(h,e,t,v,l){var d=h[e],o=m(d);if("object"!==o)return new a("Invalid "+v+" `"+l+"` of type `"+o+"` supplied to `"+t+"`, expected `object`.");var r=Tc({},h[e],c);for(var p in r){var s=c[p];if(yc(c,p)&&"function"!=typeof s)return n(t,v,l,p,z(s));if(!s)return new a("Invalid "+v+" `"+l+"` key `"+p+"` supplied to `"+t+"`.\nBad object: "+JSON.stringify(h[e],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(c),null," "));var i=s(d,p,t,v,l+"."+p,wc);if(i)return i}return null}))}};function l(c,h){return c===h?0!==c||1/c==1/h:c!=c&&h!=h}function a(c,h){this.message=c,this.data=h&&"object"==typeof h?h:{},this.stack=""}function d(c){if("production"!==process.env.NODE_ENV)var e={},v=0;function l(l,d,o,n,r,m,z){if(n=n||t,m=m||o,z!==wc){if(h){var p=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw p.name="Invariant Violation",p}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var s=n+":"+o;!e[s]&&v<3&&(Rc("You are manually calling a React.PropTypes validation function for the `"+m+"` prop on `"+n+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),e[s]=!0,v++)}}return null==d[o]?l?null===d[o]?new a("The "+r+" `"+m+"` is marked as required in `"+n+"`, but its value is `null`."):new a("The "+r+" `"+m+"` is marked as required in `"+n+"`, but its value is `undefined`."):null:c(d,o,n,r,m)}var d=l.bind(null,!1);return d.isRequired=l.bind(null,!0),d}function o(c){return d((function(h,e,t,v,l,d){var o=h[e];return m(o)!==c?new a("Invalid "+v+" `"+l+"` of type `"+z(o)+"` supplied to `"+t+"`, expected `"+c+"`.",{expectedType:c}):null}))}function n(c,h,e,t,v){return new a((c||"React class")+": "+h+" type `"+e+"."+t+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+v+"`.")}function r(h){switch(typeof h){case"number":case"string":case"undefined":return!0;case"boolean":return!h;case"object":if(Array.isArray(h))return h.every(r);if(null===h||c(h))return!0;var t=function(c){var h=c&&(e&&c[e]||c["@@iterator"]);if("function"==typeof h)return h}(h);if(!t)return!1;var v,l=t.call(h);if(t!==h.entries){for(;!(v=l.next()).done;)if(!r(v.value))return!1}else for(;!(v=l.next()).done;){var a=v.value;if(a&&!r(a[1]))return!1}return!0;default:return!1}}function m(c){var h=typeof c;return Array.isArray(c)?"array":c instanceof RegExp?"object":function(c,h){return"symbol"===c||!!h&&("Symbol"===h["@@toStringTag"]||"function"==typeof Symbol&&h instanceof Symbol)}(h,c)?"symbol":h}function z(c){if(null==c)return""+c;var h=m(c);if("object"===h){if(c instanceof Date)return"date";if(c instanceof RegExp)return"regexp"}return h}function p(c){var h=z(c);switch(h){case"array":case"object":return"an "+h;case"boolean":case"date":case"regexp":return"a "+h;default:return h}}return a.prototype=Error.prototype,v.checkPropTypes=Oc,v.resetWarningCache=Oc.resetWarningCache,v.PropTypes=v,v}(Pc.isElement,!0)}else N.exports=function(){function c(c,h,e,t,v,l){if(l!==fc){var a=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw a.name="Invariant Violation",a}}function h(){return c}c.isRequired=c;var e={array:c,bigint:c,bool:c,func:c,number:c,object:c,string:c,symbol:c,any:c,arrayOf:h,element:c,elementType:c,instanceOf:h,node:c,objectOf:h,oneOf:h,oneOfType:h,shape:h,exact:h,checkPropTypes:bc,resetWarningCache:Ac};return e.PropTypes=e,e}();var Fc=N.exports;function kc(c,...h){const e=new URL(`https://mui.com/production-error/?code=${c}`);return h.forEach((c=>e.searchParams.append("args[]",c))),`Minified MUI error #${c}; visit ${e} for the full message.`}function Bc(c,h=""){return c.displayName||c.name||h}function Dc(c,h,e){const t=Bc(h);return c.displayName||(""!==t?`${e}(${t})`:e)}function xc(c){if("string"!=typeof c)throw new Error("production"!==process.env.NODE_ENV?"MUI: `capitalize(string)` expects a string argument.":kc(7));return c.charAt(0).toUpperCase()+c.slice(1)}function Ec(c,h){const e={...h};for(const t in c)if(Object.prototype.hasOwnProperty.call(c,t)){const v=t;if("components"===v||"slots"===v)e[v]={...c[v],...e[v]};else if("componentsProps"===v||"slotProps"===v){const t=c[v],l=h[v];if(l)if(t){e[v]={...l};for(const c in t)if(Object.prototype.hasOwnProperty.call(t,c)){const h=c;e[v][h]=Ec(t[h],l[h])}}else e[v]=l;else e[v]=t||{}}else void 0===e[v]&&(e[v]=c[v])}return e}const Nc=c=>c;var Wc=(()=>{let c=Nc;return{configure(h){c=h},generate:h=>c(h),reset(){c=Nc}}})();const Ic={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 Uc(c,h,e="Mui"){const t=Ic[h];return t?`${e}-${t}`:`${Wc.generate(c)}-${h}`}function Gc(c){var h,e,t="";if("string"==typeof c||"number"==typeof c)t+=c;else if("object"==typeof c)if(Array.isArray(c)){var v=c.length;for(h=0;h<v;h++)c[h]&&(e=Gc(c[h]))&&(t&&(t+=" "),t+=e)}else for(e in c)c[e]&&(t&&(t+=" "),t+=e);return t}function Kc(){for(var c,h,e=0,t="",v=arguments.length;e<v;e++)(c=arguments[e])&&(h=Gc(c))&&(t&&(t+=" "),t+=h);return t}function qc(c,h){return h?E(c,h,{clone:!1}):c}var $c="production"!==process.env.NODE_ENV?Fc.oneOfType([Fc.number,Fc.string,Fc.object,Fc.array]):{};const jc={xs:0,sm:600,md:900,lg:1200,xl:1536},Qc={keys:["xs","sm","md","lg","xl"],up:c=>`@media (min-width:${jc[c]}px)`},_c={containerQueries:c=>({up:h=>{let e="number"==typeof h?h:jc[h]||h;return"number"==typeof e&&(e=`${e}px`),c?`@container ${c} (min-width:${e})`:`@container (min-width:${e})`}})};function Zc(c,h,e){const t=c.theme||{};if(Array.isArray(h)){const c=t.breakpoints||Qc;return h.reduce(((t,v,l)=>(t[c.up(c.keys[l])]=e(h[l]),t)),{})}if("object"==typeof h){const c=t.breakpoints||Qc;return Object.keys(h).reduce(((v,l)=>{if(a=c.keys,"@"===(d=l)||d.startsWith("@")&&(a.some((c=>d.startsWith(`@${c}`)))||d.match(/^@\d/))){const c=function(c,h){const e=h.match(/^@([^/]+)?\/?(.+)?$/);if(!e){if("production"!==process.env.NODE_ENV)throw new Error("production"!==process.env.NODE_ENV?`MUI: The provided shorthand (${h}) is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.\nFor example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.`:kc(18,`(${h})`));return null}const[,t,v]=e,l=Number.isNaN(+t)?t||0:+t;return c.containerQueries(v).up(l)}(t.containerQueries?t:_c,l);c&&(v[c]=e(h[l],l))}else if(Object.keys(c.values||jc).includes(l)){v[c.up(l)]=e(h[l],l)}else{const c=l;v[c]=h[c]}var a,d;return v}),{})}return e(h)}function Jc(c,h,e=!0){if(!h||"string"!=typeof h)return null;if(c&&c.vars&&e){const e=`vars.${h}`.split(".").reduce(((c,h)=>c&&c[h]?c[h]:null),c);if(null!=e)return e}return h.split(".").reduce(((c,h)=>c&&null!=c[h]?c[h]:null),c)}function Yc(c,h,e,t=e){let v;return v="function"==typeof c?c(e):Array.isArray(c)?c[e]||t:Jc(c,e)||t,h&&(v=h(v,t,c)),v}function Xc(c){const{prop:h,cssProperty:e=c.prop,themeKey:t,transform:v}=c,l=c=>{if(null==c[h])return null;const l=c[h],a=Jc(c.theme,t)||{};return Zc(c,l,(c=>{let t=Yc(a,v,c);return c===t&&"string"==typeof c&&(t=Yc(a,v,`${h}${"default"===c?"":xc(c)}`,c)),!1===e?t:{[e]:t}}))};return l.propTypes="production"!==process.env.NODE_ENV?{[h]:$c}:{},l.filterProps=[h],l}const ch={m:"margin",p:"padding"},hh={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},eh={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},th=function(c){const h={};return e=>(void 0===h[e]&&(h[e]=c(e)),h[e])}((c=>{if(c.length>2){if(!eh[c])return[c];c=eh[c]}const[h,e]=c.split(""),t=ch[h],v=hh[e]||"";return Array.isArray(v)?v.map((c=>t+c)):[t+v]})),vh=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],lh=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"],ah=[...vh,...lh];function dh(c,h,e,t){const v=Jc(c,h,!0)??e;return"number"==typeof v||"string"==typeof v?c=>"string"==typeof c?c:("production"!==process.env.NODE_ENV&&"number"!=typeof c&&console.error(`MUI: Expected ${t} argument to be a number or a string, got ${c}.`),"string"==typeof v?`calc(${c} * ${v})`:v*c):Array.isArray(v)?c=>{if("string"==typeof c)return c;const e=Math.abs(c);"production"!==process.env.NODE_ENV&&(Number.isInteger(e)?e>v.length-1&&console.error([`MUI: The value provided (${e}) overflows.`,`The supported values are: ${JSON.stringify(v)}.`,`${e} > ${v.length-1}, you need to add the missing values.`].join("\n")):console.error([`MUI: The \`theme.${h}\` array type cannot be combined with non integer values.You should either use an integer value that can be used as index, or define the \`theme.${h}\` as a number.`].join("\n")));const t=v[e];return c>=0?t:"number"==typeof t?-t:`-${t}`}:"function"==typeof v?v:("production"!==process.env.NODE_ENV&&console.error([`MUI: The \`theme.${h}\` value (${v}) is invalid.`,"It should be a number, an array or a function."].join("\n")),()=>{})}function oh(c){return dh(c,"spacing",8,"spacing")}function nh(c,h){return"string"==typeof h||null==h?h:c(h)}function rh(c,h,e,t){if(!h.includes(e))return null;const v=function(c,h){return e=>c.reduce(((c,t)=>(c[t]=nh(h,e),c)),{})}(th(e),t);return Zc(c,c[e],v)}function mh(c,h){const e=oh(c.theme);return Object.keys(c).map((t=>rh(c,h,t,e))).reduce(qc,{})}function zh(c){return mh(c,vh)}function ph(c){return mh(c,lh)}function sh(...c){const h=c.reduce(((c,h)=>(h.filterProps.forEach((e=>{c[e]=h})),c)),{}),e=c=>Object.keys(c).reduce(((e,t)=>h[t]?qc(e,h[t](c)):e),{});return e.propTypes="production"!==process.env.NODE_ENV?c.reduce(((c,h)=>Object.assign(c,h.propTypes)),{}):{},e.filterProps=c.reduce(((c,h)=>c.concat(h.filterProps)),[]),e}function ih(c){return"number"!=typeof c?c:`${c}px solid`}function Hh(c,h){return Xc({prop:c,themeKey:"borders",transform:h})}zh.propTypes="production"!==process.env.NODE_ENV?vh.reduce(((c,h)=>(c[h]=$c,c)),{}):{},zh.filterProps=vh,ph.propTypes="production"!==process.env.NODE_ENV?lh.reduce(((c,h)=>(c[h]=$c,c)),{}):{},ph.filterProps=lh,"production"===process.env.NODE_ENV||ah.reduce(((c,h)=>(c[h]=$c,c)),{});const Mh=Hh("border",ih),Vh=Hh("borderTop",ih),uh=Hh("borderRight",ih),Lh=Hh("borderBottom",ih),Sh=Hh("borderLeft",ih),Ch=Hh("borderColor"),Th=Hh("borderTopColor"),wh=Hh("borderRightColor"),yh=Hh("borderBottomColor"),Oh=Hh("borderLeftColor"),Rh=Hh("outline",ih),gh=Hh("outlineColor"),fh=c=>{if(void 0!==c.borderRadius&&null!==c.borderRadius){const h=dh(c.theme,"shape.borderRadius",4,"borderRadius"),e=c=>({borderRadius:nh(h,c)});return Zc(c,c.borderRadius,e)}return null};fh.propTypes="production"!==process.env.NODE_ENV?{borderRadius:$c}:{},fh.filterProps=["borderRadius"],sh(Mh,Vh,uh,Lh,Sh,Ch,Th,wh,yh,Oh,fh,Rh,gh);const Ah=c=>{if(void 0!==c.gap&&null!==c.gap){const h=dh(c.theme,"spacing",8,"gap"),e=c=>({gap:nh(h,c)});return Zc(c,c.gap,e)}return null};Ah.propTypes="production"!==process.env.NODE_ENV?{gap:$c}:{},Ah.filterProps=["gap"];const bh=c=>{if(void 0!==c.columnGap&&null!==c.columnGap){const h=dh(c.theme,"spacing",8,"columnGap"),e=c=>({columnGap:nh(h,c)});return Zc(c,c.columnGap,e)}return null};bh.propTypes="production"!==process.env.NODE_ENV?{columnGap:$c}:{},bh.filterProps=["columnGap"];const Ph=c=>{if(void 0!==c.rowGap&&null!==c.rowGap){const h=dh(c.theme,"spacing",8,"rowGap"),e=c=>({rowGap:nh(h,c)});return Zc(c,c.rowGap,e)}return null};Ph.propTypes="production"!==process.env.NODE_ENV?{rowGap:$c}:{},Ph.filterProps=["rowGap"];function Fh(c,h){return"grey"===h?h:c}sh(Ah,bh,Ph,Xc({prop:"gridColumn"}),Xc({prop:"gridRow"}),Xc({prop:"gridAutoFlow"}),Xc({prop:"gridAutoColumns"}),Xc({prop:"gridAutoRows"}),Xc({prop:"gridTemplateColumns"}),Xc({prop:"gridTemplateRows"}),Xc({prop:"gridTemplateAreas"}),Xc({prop:"gridArea"}));function kh(c){return c<=1&&0!==c?100*c+"%":c}sh(Xc({prop:"color",themeKey:"palette",transform:Fh}),Xc({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:Fh}),Xc({prop:"backgroundColor",themeKey:"palette",transform:Fh}));const Bh=Xc({prop:"width",transform:kh}),Dh=c=>{if(void 0!==c.maxWidth&&null!==c.maxWidth){const h=h=>{const e=c.theme?.breakpoints?.values?.[h]||jc[h];return e?"px"!==c.theme?.breakpoints?.unit?{maxWidth:`${e}${c.theme.breakpoints.unit}`}:{maxWidth:e}:{maxWidth:kh(h)}};return Zc(c,c.maxWidth,h)}return null};Dh.filterProps=["maxWidth"];const xh=Xc({prop:"minWidth",transform:kh}),Eh=Xc({prop:"height",transform:kh}),Nh=Xc({prop:"maxHeight",transform:kh}),Wh=Xc({prop:"minHeight",transform:kh});Xc({prop:"size",cssProperty:"width",transform:kh}),Xc({prop:"size",cssProperty:"height",transform:kh});sh(Bh,Dh,xh,Eh,Nh,Wh,Xc({prop:"boxSizing"}));var Ih={border:{themeKey:"borders",transform:ih},borderTop:{themeKey:"borders",transform:ih},borderRight:{themeKey:"borders",transform:ih},borderBottom:{themeKey:"borders",transform:ih},borderLeft:{themeKey:"borders",transform:ih},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:ih},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:fh},color:{themeKey:"palette",transform:Fh},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:Fh},backgroundColor:{themeKey:"palette",transform:Fh},p:{style:ph},pt:{style:ph},pr:{style:ph},pb:{style:ph},pl:{style:ph},px:{style:ph},py:{style:ph},padding:{style:ph},paddingTop:{style:ph},paddingRight:{style:ph},paddingBottom:{style:ph},paddingLeft:{style:ph},paddingX:{style:ph},paddingY:{style:ph},paddingInline:{style:ph},paddingInlineStart:{style:ph},paddingInlineEnd:{style:ph},paddingBlock:{style:ph},paddingBlockStart:{style:ph},paddingBlockEnd:{style:ph},m:{style:zh},mt:{style:zh},mr:{style:zh},mb:{style:zh},ml:{style:zh},mx:{style:zh},my:{style:zh},margin:{style:zh},marginTop:{style:zh},marginRight:{style:zh},marginBottom:{style:zh},marginLeft:{style:zh},marginX:{style:zh},marginY:{style:zh},marginInline:{style:zh},marginInlineStart:{style:zh},marginInlineEnd:{style:zh},marginBlock:{style:zh},marginBlockStart:{style:zh},marginBlockEnd:{style:zh},displayPrint:{cssProperty:!1,transform:c=>({"@media print":{display:c}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:Ah},rowGap:{style:Ph},columnGap:{style:bh},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:kh},maxWidth:{style:Dh},minWidth:{transform:kh},height:{transform:kh},maxHeight:{transform:kh},minHeight:{transform:kh},boxSizing:{},font:{themeKey:"font"},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}};const Uh=function(){function c(c,h,e,t){const v={[c]:h,theme:e},l=t[c];if(!l)return{[c]:h};const{cssProperty:a=c,themeKey:d,transform:o,style:n}=l;if(null==h)return null;if("typography"===d&&"inherit"===h)return{[c]:h};const r=Jc(e,d)||{};if(n)return n(v);return Zc(v,h,(h=>{let e=Yc(r,o,h);return h===e&&"string"==typeof h&&(e=Yc(r,o,`${c}${"default"===h?"":xc(h)}`,h)),!1===a?e:{[a]:e}}))}return function h(e){const{sx:t,theme:v={}}=e||{};if(!t)return null;const l=v.unstable_sxConfig??Ih;function a(e){let t=e;if("function"==typeof e)t=e(v);else if("object"!=typeof e)return e;if(!t)return null;const a=function(c={}){const h=c.keys?.reduce(((h,e)=>(h[c.up(e)]={},h)),{});return h||{}}(v.breakpoints),d=Object.keys(a);let o=a;return Object.keys(t).forEach((e=>{const a=function(c,h){return"function"==typeof c?c(h):c}(t[e],v);if(null!=a)if("object"==typeof a)if(l[e])o=qc(o,c(e,a,v,l));else{const c=Zc({theme:v},a,(c=>({[e]:c})));!function(...c){const h=c.reduce(((c,h)=>c.concat(Object.keys(h))),[]),e=new Set(h);return c.every((c=>e.size===Object.keys(c).length))}(c,a)?o=qc(o,c):o[e]=h({sx:a,theme:v})}else o=qc(o,c(e,a,v,l))})),function(c,h){if(!c.containerQueries)return h;const e=Object.keys(h).filter((c=>c.startsWith("@container"))).sort(((c,h)=>{const e=/min-width:\s*([0-9.]+)/;return+(c.match(e)?.[1]||0)-+(h.match(e)?.[1]||0)}));return e.length?e.reduce(((c,e)=>{const t=h[e];return delete c[e],c[e]=t,c}),{...h}):h}(v,function(c,h){return c.reduce(((c,h)=>{const e=c[h];return(!e||0===Object.keys(e).length)&&delete c[h],c}),h)}(d,o))}return Array.isArray(t)?t.map(a):a(t)}}();Uh.filterProps=["sx"];var Gh=Uh;function Kh(){return Kh=Object.assign?Object.assign.bind():function(c){for(var h=1;h<arguments.length;h++){var e=arguments[h];for(var t in e)({}).hasOwnProperty.call(e,t)&&(c[t]=e[t])}return c},Kh.apply(null,arguments)}var qh=function(){function c(c){var h=this;this._insertTag=function(c){var e;e=0===h.tags.length?h.insertionPoint?h.insertionPoint.nextSibling:h.prepend?h.container.firstChild:h.before:h.tags[h.tags.length-1].nextSibling,h.container.insertBefore(c,e),h.tags.push(c)},this.isSpeedy=void 0===c.speedy||c.speedy,this.tags=[],this.ctr=0,this.nonce=c.nonce,this.key=c.key,this.container=c.container,this.prepend=c.prepend,this.insertionPoint=c.insertionPoint,this.before=null}var h=c.prototype;return h.hydrate=function(c){c.forEach(this._insertTag)},h.insert=function(c){this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(function(c){var h=document.createElement("style");return h.setAttribute("data-emotion",c.key),void 0!==c.nonce&&h.setAttribute("nonce",c.nonce),h.appendChild(document.createTextNode("")),h.setAttribute("data-s",""),h}(this));var h=this.tags[this.tags.length-1];if(this.isSpeedy){var e=function(c){if(c.sheet)return c.sheet;for(var h=0;h<document.styleSheets.length;h++)if(document.styleSheets[h].ownerNode===c)return document.styleSheets[h]}(h);try{e.insertRule(c,e.cssRules.length)}catch(c){}}else h.appendChild(document.createTextNode(c));this.ctr++},h.flush=function(){this.tags.forEach((function(c){var h;return null==(h=c.parentNode)?void 0:h.removeChild(c)})),this.tags=[],this.ctr=0},c}(),$h="-ms-",jh="-moz-",Qh="-webkit-",_h="comm",Zh="rule",Jh="decl",Yh="@keyframes",Xh=Math.abs,ce=String.fromCharCode,he=Object.assign;function ee(c){return c.trim()}function te(c,h,e){return c.replace(h,e)}function ve(c,h){return c.indexOf(h)}function le(c,h){return 0|c.charCodeAt(h)}function ae(c,h,e){return c.slice(h,e)}function de(c){return c.length}function oe(c){return c.length}function ne(c,h){return h.push(c),c}var re=1,me=1,ze=0,pe=0,se=0,ie="";function He(c,h,e,t,v,l,a){return{value:c,root:h,parent:e,type:t,props:v,children:l,line:re,column:me,length:a,return:""}}function Me(c,h){return he(He("",null,null,"",null,null,0),c,{length:-c.length},h)}function Ve(){return se=pe>0?le(ie,--pe):0,me--,10===se&&(me=1,re--),se}function ue(){return se=pe<ze?le(ie,pe++):0,me++,10===se&&(me=1,re++),se}function Le(){return le(ie,pe)}function Se(){return pe}function Ce(c,h){return ae(ie,c,h)}function Te(c){switch(c){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function we(c){return re=me=1,ze=de(ie=c),pe=0,[]}function ye(c){return ie="",c}function Oe(c){return ee(Ce(pe-1,fe(91===c?c+2:40===c?c+1:c)))}function Re(c){for(;(se=Le())&&se<33;)ue();return Te(c)>2||Te(se)>3?"":" "}function ge(c,h){for(;--h&&ue()&&!(se<48||se>102||se>57&&se<65||se>70&&se<97););return Ce(c,Se()+(h<6&&32==Le()&&32==ue()))}function fe(c){for(;ue();)switch(se){case c:return pe;case 34:case 39:34!==c&&39!==c&&fe(se);break;case 40:41===c&&fe(c);break;case 92:ue()}return pe}function Ae(c,h){for(;ue()&&c+se!==57&&(c+se!==84||47!==Le()););return"/*"+Ce(h,pe-1)+"*"+ce(47===c?c:ue())}function be(c){for(;!Te(Le());)ue();return Ce(c,pe)}function Pe(c){return ye(Fe("",null,null,null,[""],c=we(c),0,[0],c))}function Fe(c,h,e,t,v,l,a,d,o){for(var n=0,r=0,m=a,z=0,p=0,s=0,i=1,H=1,M=1,V=0,u="",L=v,S=l,C=t,T=u;H;)switch(s=V,V=ue()){case 40:if(108!=s&&58==le(T,m-1)){-1!=ve(T+=te(Oe(V),"&","&\f"),"&\f")&&(M=-1);break}case 34:case 39:case 91:T+=Oe(V);break;case 9:case 10:case 13:case 32:T+=Re(s);break;case 92:T+=ge(Se()-1,7);continue;case 47:switch(Le()){case 42:case 47:ne(Be(Ae(ue(),Se()),h,e),o);break;default:T+="/"}break;case 123*i:d[n++]=de(T)*M;case 125*i:case 59:case 0:switch(V){case 0:case 125:H=0;case 59+r:-1==M&&(T=te(T,/\f/g,"")),p>0&&de(T)-m&&ne(p>32?De(T+";",t,e,m-1):De(te(T," ","")+";",t,e,m-2),o);break;case 59:T+=";";default:if(ne(C=ke(T,h,e,n,r,v,d,u,L=[],S=[],m),l),123===V)if(0===r)Fe(T,h,C,C,L,l,m,d,S);else switch(99===z&&110===le(T,3)?100:z){case 100:case 108:case 109:case 115:Fe(c,C,C,t&&ne(ke(c,C,C,0,0,v,d,u,v,L=[],m),S),v,S,m,d,t?L:S);break;default:Fe(T,C,C,C,[""],S,0,d,S)}}n=r=p=0,i=M=1,u=T="",m=a;break;case 58:m=1+de(T),p=s;default:if(i<1)if(123==V)--i;else if(125==V&&0==i++&&125==Ve())continue;switch(T+=ce(V),V*i){case 38:M=r>0?1:(T+="\f",-1);break;case 44:d[n++]=(de(T)-1)*M,M=1;break;case 64:45===Le()&&(T+=Oe(ue())),z=Le(),r=m=de(u=T+=be(Se())),V++;break;case 45:45===s&&2==de(T)&&(i=0)}}return l}function ke(c,h,e,t,v,l,a,d,o,n,r){for(var m=v-1,z=0===v?l:[""],p=oe(z),s=0,i=0,H=0;s<t;++s)for(var M=0,V=ae(c,m+1,m=Xh(i=a[s])),u=c;M<p;++M)(u=ee(i>0?z[M]+" "+V:te(V,/&\f/g,z[M])))&&(o[H++]=u);return He(c,h,e,0===v?Zh:d,o,n,r)}function Be(c,h,e){return He(c,h,e,_h,ce(se),ae(c,2,-2),0)}function De(c,h,e,t){return He(c,h,e,Jh,ae(c,0,t),ae(c,t+1,-1),t)}function xe(c,h){for(var e="",t=oe(c),v=0;v<t;v++)e+=h(c[v],v,c,h)||"";return e}function Ee(c,h,e,t){switch(c.type){case"@layer":if(c.children.length)break;case"@import":case Jh:return c.return=c.return||c.value;case _h:return"";case Yh:return c.return=c.value+"{"+xe(c.children,t)+"}";case Zh:c.value=c.props.join(",")}return de(e=xe(c.children,t))?c.return=c.value+"{"+e+"}":""}function Ne(c){var h=oe(c);return function(e,t,v,l){for(var a="",d=0;d<h;d++)a+=c[d](e,t,v,l)||"";return a}}function We(c){var h=Object.create(null);return function(e){return void 0===h[e]&&(h[e]=c(e)),h[e]}}var Ie="undefined"!=typeof document,Ue=function(c,h,e){for(var t=0,v=0;t=v,v=Le(),38===t&&12===v&&(h[e]=1),!Te(v);)ue();return Ce(c,pe)},Ge=function(c,h){return ye(function(c,h){var e=-1,t=44;do{switch(Te(t)){case 0:38===t&&12===Le()&&(h[e]=1),c[e]+=Ue(pe-1,h,e);break;case 2:c[e]+=Oe(t);break;case 4:if(44===t){c[++e]=58===Le()?"&\f":"",h[e]=c[e].length;break}default:c[e]+=ce(t)}}while(t=ue());return c}(we(c),h))},Ke=new WeakMap,qe=function(c){if("rule"===c.type&&c.parent&&!(c.length<1)){for(var h=c.value,e=c.parent,t=c.column===e.column&&c.line===e.line;"rule"!==e.type;)if(!(e=e.parent))return;if((1!==c.props.length||58===h.charCodeAt(0)||Ke.get(e))&&!t){Ke.set(c,!0);for(var v=[],l=Ge(h,v),a=e.props,d=0,o=0;d<l.length;d++)for(var n=0;n<a.length;n++,o++)c.props[o]=v[d]?l[d].replace(/&\f/g,a[n]):a[n]+" "+l[d]}}},$e=function(c){if("decl"===c.type){var h=c.value;108===h.charCodeAt(0)&&98===h.charCodeAt(2)&&(c.return="",c.value="")}};function je(c,h){switch(function(c,h){return 45^le(c,0)?(((h<<2^le(c,0))<<2^le(c,1))<<2^le(c,2))<<2^le(c,3):0}(c,h)){case 5103:return Qh+"print-"+c+c;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return Qh+c+c;case 5349:case 4246:case 4810:case 6968:case 2756:return Qh+c+jh+c+$h+c+c;case 6828:case 4268:return Qh+c+$h+c+c;case 6165:return Qh+c+$h+"flex-"+c+c;case 5187:return Qh+c+te(c,/(\w+).+(:[^]+)/,Qh+"box-$1$2"+$h+"flex-$1$2")+c;case 5443:return Qh+c+$h+"flex-item-"+te(c,/flex-|-self/,"")+c;case 4675:return Qh+c+$h+"flex-line-pack"+te(c,/align-content|flex-|-self/,"")+c;case 5548:return Qh+c+$h+te(c,"shrink","negative")+c;case 5292:return Qh+c+$h+te(c,"basis","preferred-size")+c;case 6060:return Qh+"box-"+te(c,"-grow","")+Qh+c+$h+te(c,"grow","positive")+c;case 4554:return Qh+te(c,/([^-])(transform)/g,"$1"+Qh+"$2")+c;case 6187:return te(te(te(c,/(zoom-|grab)/,Qh+"$1"),/(image-set)/,Qh+"$1"),c,"")+c;case 5495:case 3959:return te(c,/(image-set\([^]*)/,Qh+"$1$`$1");case 4968:return te(te(c,/(.+:)(flex-)?(.*)/,Qh+"box-pack:$3"+$h+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+Qh+c+c;case 4095:case 3583:case 4068:case 2532:return te(c,/(.+)-inline(.+)/,Qh+"$1$2")+c;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(de(c)-1-h>6)switch(le(c,h+1)){case 109:if(45!==le(c,h+4))break;case 102:return te(c,/(.+:)(.+)-([^]+)/,"$1"+Qh+"$2-$3$1"+jh+(108==le(c,h+3)?"$3":"$2-$3"))+c;case 115:return~ve(c,"stretch")?je(te(c,"stretch","fill-available"),h)+c:c}break;case 4949:if(115!==le(c,h+1))break;case 6444:switch(le(c,de(c)-3-(~ve(c,"!important")&&10))){case 107:return te(c,":",":"+Qh)+c;case 101:return te(c,/(.+:)([^;!]+)(;|!.+)?/,"$1"+Qh+(45===le(c,14)?"inline-":"")+"box$3$1"+Qh+"$2$3$1"+$h+"$2box$3")+c}break;case 5936:switch(le(c,h+11)){case 114:return Qh+c+$h+te(c,/[svh]\w+-[tblr]{2}/,"tb")+c;case 108:return Qh+c+$h+te(c,/[svh]\w+-[tblr]{2}/,"tb-rl")+c;case 45:return Qh+c+$h+te(c,/[svh]\w+-[tblr]{2}/,"lr")+c}return Qh+c+$h+c+c}return c}var Qe,_e,Ze=Ie?void 0:(Qe=function(){return We((function(){return{}}))},_e=new WeakMap,function(c){if(_e.has(c))return _e.get(c);var h=Qe(c);return _e.set(c,h),h}),Je=[function(c,h,e,t){if(c.length>-1&&!c.return)switch(c.type){case Jh:c.return=je(c.value,c.length);break;case Yh:return xe([Me(c,{value:te(c.value,"@","@"+Qh)})],t);case Zh:if(c.length)return function(c,h){return c.map(h).join("")}(c.props,(function(h){switch(function(c,h){return(c=h.exec(c))?c[0]:c}(h,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return xe([Me(c,{props:[te(h,/:(read-\w+)/,":-moz-$1")]})],t);case"::placeholder":return xe([Me(c,{props:[te(h,/:(plac\w+)/,":"+Qh+"input-$1")]}),Me(c,{props:[te(h,/:(plac\w+)/,":-moz-$1")]}),Me(c,{props:[te(h,/:(plac\w+)/,$h+"input-$1")]})],t)}return""}))}}],Ye=function(c){var h=c.key;if(Ie&&"css"===h){var e=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(e,(function(c){-1!==c.getAttribute("data-emotion").indexOf(" ")&&(document.head.appendChild(c),c.setAttribute("data-s",""))}))}var t,v,l=c.stylisPlugins||Je,a={},d=[];Ie&&(t=c.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+h+' "]'),(function(c){for(var h=c.getAttribute("data-emotion").split(" "),e=1;e<h.length;e++)a[h[e]]=!0;d.push(c)})));var o,n=[qe,$e];if(Ze){var r=[Ee],m=Ne(n.concat(l,r)),z=Ze(l)(h),p=function(c,h){var e=h.name;return void 0===z[e]&&(z[e]=xe(Pe(c?c+"{"+h.styles+"}":h.styles),m)),z[e]};v=function(c,h,e,t){var v=h.name,l=p(c,h);return void 0===M.compat?(t&&(M.inserted[v]=!0),l):t?void(M.inserted[v]=l):l}}else{var s,i=[Ee,(o=function(c){s.insert(c)},function(c){c.root||(c=c.return)&&o(c)})],H=Ne(n.concat(l,i));v=function(c,h,e,t){s=e,xe(Pe(c?c+"{"+h.styles+"}":h.styles),H),t&&(M.inserted[h.name]=!0)}}var M={key:h,sheet:new qh({key:h,container:t,nonce:c.nonce,speedy:c.speedy,prepend:c.prepend,insertionPoint:c.insertionPoint}),nonce:c.nonce,inserted:a,registered:{},insert:v};return M.sheet.hydrate(d),M},Xe="undefined"!=typeof document;var ct=function(c,h,e){var t=c.key+"-"+h.name;(!1===e||!1===Xe&&void 0!==c.compat)&&void 0===c.registered[t]&&(c.registered[t]=h.styles)};var ht={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},et=/[A-Z]|^ms/g,tt=/_EMO_([^_]+?)_([^]*?)_EMO_/g,vt=function(c){return 45===c.charCodeAt(1)},lt=function(c){return null!=c&&"boolean"!=typeof c},at=We((function(c){return vt(c)?c:c.replace(et,"-$&").toLowerCase()})),dt=function(c,h){switch(c){case"animation":case"animationName":if("string"==typeof h)return h.replace(tt,(function(c,h,e){return nt={name:h,styles:e,next:nt},h}))}return 1===ht[c]||vt(c)||"number"!=typeof h||0===h?h:h+"px"};function ot(c,h,e){if(null==e)return"";var t=e;if(void 0!==t.__emotion_styles)return t;switch(typeof e){case"boolean":return"";case"object":var v=e;if(1===v.anim)return nt={name:v.name,styles:v.styles,next:nt},v.name;var l=e;if(void 0!==l.styles){var a=l.next;if(void 0!==a)for(;void 0!==a;)nt={name:a.name,styles:a.styles,next:nt},a=a.next;return l.styles+";"}return function(c,h,e){var t="";if(Array.isArray(e))for(var v=0;v<e.length;v++)t+=ot(c,h,e[v])+";";else for(var l in e){var a=e[l];if("object"!=typeof a){var d=a;null!=h&&void 0!==h[d]?t+=l+"{"+h[d]+"}":lt(d)&&(t+=at(l)+":"+dt(l,d)+";")}else if(!Array.isArray(a)||"string"!=typeof a[0]||null!=h&&void 0!==h[a[0]]){var o=ot(c,h,a);switch(l){case"animation":case"animationName":t+=at(l)+":"+o+";";break;default:t+=l+"{"+o+"}"}}else for(var n=0;n<a.length;n++)lt(a[n])&&(t+=at(l)+":"+dt(l,a[n])+";")}return t}(c,h,e);case"function":if(void 0!==c){var d=nt,o=e(c);return nt=d,ot(c,h,o)}}var n=e;if(null==h)return n;var r=h[n];return void 0!==r?r:n}var nt,rt=/label:\s*([^\s;{]+)\s*(;|$)/g;function mt(c,h,e){if(1===c.length&&"object"==typeof c[0]&&null!==c[0]&&void 0!==c[0].styles)return c[0];var t=!0,v="";nt=void 0;var l=c[0];null==l||void 0===l.raw?(t=!1,v+=ot(e,h,l)):v+=l[0];for(var a=1;a<c.length;a++){if(v+=ot(e,h,c[a]),t)v+=l[a]}rt.lastIndex=0;for(var d,o="";null!==(d=rt.exec(v));)o+="-"+d[1];var n=function(c){for(var h,e=0,t=0,v=c.length;v>=4;++t,v-=4)h=1540483477*(65535&(h=255&c.charCodeAt(t)|(255&c.charCodeAt(++t))<<8|(255&c.charCodeAt(++t))<<16|(255&c.charCodeAt(++t))<<24))+(59797*(h>>>16)<<16),e=1540483477*(65535&(h^=h>>>24))+(59797*(h>>>16)<<16)^1540483477*(65535&e)+(59797*(e>>>16)<<16);switch(v){case 3:e^=(255&c.charCodeAt(t+2))<<16;case 2:e^=(255&c.charCodeAt(t+1))<<8;case 1:e=1540483477*(65535&(e^=255&c.charCodeAt(t)))+(59797*(e>>>16)<<16)}return(((e=1540483477*(65535&(e^=e>>>13))+(59797*(e>>>16)<<16))^e>>>15)>>>0).toString(36)}(v)+o;return{name:n,styles:v,next:nt}}var zt="undefined"!=typeof document,pt=function(c){return c()},st=!!c.useInsertionEffect&&c.useInsertionEffect,it=zt&&st||pt,Ht="undefined"!=typeof document,Mt=c.createContext("undefined"!=typeof HTMLElement?Ye({key:"css"}):null);Mt.Provider;var Vt=function(c){return h((function(h,t){var v=e(Mt);return c(h,v,t)}))};Ht||(Vt=function(h){return function(t){var v=e(Mt);return null===v?(v=Ye({key:"css"}),c.createElement(Mt.Provider,{value:v},h(t,v))):h(t,v)}});var ut=c.createContext({}),Lt=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,St="undefined"!=typeof document,Ct=We((function(c){return Lt.test(c)||111===c.charCodeAt(0)&&110===c.charCodeAt(1)&&c.charCodeAt(2)<91})),Tt=function(c){return"theme"!==c},wt=function(c){return"string"==typeof c&&c.charCodeAt(0)>96?Ct:Tt},yt=function(c,h,e){var t;if(h){var v=h.shouldForwardProp;t=c.__emotion_forwardProp&&v?function(h){return c.__emotion_forwardProp(h)&&v(h)}:v}return"function"!=typeof t&&e&&(t=c.__emotion_forwardProp),t},Ot=function(h){var e=h.cache,t=h.serialized,v=h.isStringTag;ct(e,t,v);var l=it((function(){return function(c,h,e){ct(c,h,e);var t=c.key+"-"+h.name;if(void 0===c.inserted[h.name]){var v="",l=h;do{var a=c.insert(h===l?"."+t:"",l,c.sheet,!0);Xe||void 0===a||(v+=a),l=l.next}while(void 0!==l);if(!Xe&&0!==v.length)return v}}(e,t,v)}));if(!St&&void 0!==l){for(var a,d=t.name,o=t.next;void 0!==o;)d+=" "+o.name,o=o.next;return c.createElement("style",((a={})["data-emotion"]=e.key+" "+d,a.dangerouslySetInnerHTML={__html:l},a.nonce=e.sheet.nonce,a))}return null},Rt=function h(e,t){var v,l,a=e.__emotion_real===e,d=a&&e.__emotion_base||e;void 0!==t&&(v=t.label,l=t.target);var o=yt(e,t,a),n=o||wt(d),r=!n("as");return function(){var m=arguments,z=a&&void 0!==e.__emotion_styles?e.__emotion_styles.slice(0):[];if(void 0!==v&&z.push("label:"+v+";"),null==m[0]||void 0===m[0].raw)z.push.apply(z,m);else{var p=m[0];z.push(p[0]);for(var s=m.length,i=1;i<s;i++)z.push(m[i],p[i])}var H=Vt((function(h,e,t){var v,a,m,p,s=r&&h.as||d,i="",H=[],M=h;if(null==h.theme){for(var V in M={},h)M[V]=h[V];M.theme=c.useContext(ut)}"string"==typeof h.className?(v=e.registered,a=H,m=h.className,p="",m.split(" ").forEach((function(c){void 0!==v[c]?a.push(v[c]+";"):c&&(p+=c+" ")})),i=p):null!=h.className&&(i=h.className+" ");var u=mt(z.concat(H),e.registered,M);i+=e.key+"-"+u.name,void 0!==l&&(i+=" "+l);var L=r&&void 0===o?wt(s):n,S={};for(var C in h)r&&"as"===C||L(C)&&(S[C]=h[C]);return S.className=i,t&&(S.ref=t),c.createElement(c.Fragment,null,c.createElement(Ot,{cache:e,serialized:u,isStringTag:"string"==typeof s}),c.createElement(s,S))}));return H.displayName=void 0!==v?v:"Styled("+("string"==typeof d?d:d.displayName||d.name||"Component")+")",H.defaultProps=e.defaultProps,H.__emotion_real=H,H.__emotion_base=d,H.__emotion_styles=z,H.__emotion_forwardProp=o,Object.defineProperty(H,"toString",{value:function(){return"."+l}}),H.withComponent=function(c,e){return h(c,Kh({},t,e,{shouldForwardProp:yt(H,e,!0)})).apply(void 0,z)},H}}.bind(null);["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(c){Rt[c]=Rt(c)}));const gt=[];function ft(c){return gt[0]=c,mt(gt)}function At(c){const{values:h={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:e="px",step:t=5,...v}=c,l=(c=>{const h=Object.keys(c).map((h=>({key:h,val:c[h]})))||[];return h.sort(((c,h)=>c.val-h.val)),h.reduce(((c,h)=>({...c,[h.key]:h.val})),{})})(h),a=Object.keys(l);function d(c){return`@media (min-width:${"number"==typeof h[c]?h[c]:c}${e})`}function o(c){return`@media (max-width:${("number"==typeof h[c]?h[c]:c)-t/100}${e})`}function n(c,v){const l=a.indexOf(v);return`@media (min-width:${"number"==typeof h[c]?h[c]:c}${e}) and (max-width:${(-1!==l&&"number"==typeof h[a[l]]?h[a[l]]:v)-t/100}${e})`}return{keys:a,values:l,up:d,down:o,between:n,only:function(c){return a.indexOf(c)+1<a.length?n(c,a[a.indexOf(c)+1]):d(c)},not:function(c){const h=a.indexOf(c);return 0===h?d(a[1]):h===a.length-1?o(a[h]):n(c,a[a.indexOf(c)+1]).replace("@media","@media not all and")},unit:e,...v}}var bt={borderRadius:4};function Pt(c=8,h=oh({spacing:c})){if(c.mui)return c;const e=(...c)=>{"production"!==process.env.NODE_ENV&&(c.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${c.length}`));return(0===c.length?[1]:c).map((c=>{const e=h(c);return"number"==typeof e?`${e}px`:e})).join(" ")};return e.mui=!0,e}function Ft(c,h){const e=this;if(e.vars){if(!e.colorSchemes?.[c]||"function"!=typeof e.getColorSchemeSelector)return{};let t=e.getColorSchemeSelector(c);return"&"===t?h:((t.includes("data-")||t.includes("."))&&(t=`*:where(${t.replace(/\s*&$/,"")}) &`),{[t]:h})}return e.palette.mode===c?h:{}}function kt(c={},...h){const{breakpoints:e={},palette:t={},spacing:v,shape:l={},...a}=c;let d=E({breakpoints:At(e),direction:"ltr",components:{},palette:{mode:"light",...t},spacing:Pt(v),shape:{...bt,...l}},a);return d=function(c){const h=(c,h)=>c.replace("@media",h?`@container ${h}`:"@container");function e(e,t){e.up=(...e)=>h(c.breakpoints.up(...e),t),e.down=(...e)=>h(c.breakpoints.down(...e),t),e.between=(...e)=>h(c.breakpoints.between(...e),t),e.only=(...e)=>h(c.breakpoints.only(...e),t),e.not=(...e)=>{const v=h(c.breakpoints.not(...e),t);return v.includes("not all and")?v.replace("not all and ","").replace("min-width:","width<").replace("max-width:","width>").replace("and","or"):v}}const t={},v=c=>(e(t,c),t);return e(v),{...c,containerQueries:v}}(d),d.applyStyles=Ft,d=h.reduce(((c,h)=>E(c,h)),d),d.unstable_sxConfig={...Ih,...a?.unstable_sxConfig},d.unstable_sx=function(c){return Gh({sx:c,theme:this})},d}function Bt(c){const{variants:h,...e}=c,t={variants:h,style:ft(e),isProcessed:!0};return t.style===e||h&&h.forEach((c=>{"function"!=typeof c.style&&(c.style=ft(c.style))})),t}const Dt=kt();function xt(c){return"ownerState"!==c&&"theme"!==c&&"sx"!==c&&"as"!==c}function Et(c){return c?(h,e)=>e[c]:null}function Nt(c,h){const e="function"==typeof h?h(c):h;if(Array.isArray(e))return e.flatMap((h=>Nt(c,h)));if(Array.isArray(e?.variants)){let h;if(e.isProcessed)h=e.style;else{const{variants:c,...t}=e;h=t}return Wt(c,e.variants,[h])}return e?.isProcessed?e.style:e}function Wt(c,h,e=[]){let t;c:for(let v=0;v<h.length;v+=1){const l=h[v];if("function"==typeof l.props){if(t??={...c,...c.ownerState,ownerState:c.ownerState},!l.props(t))continue}else for(const h in l.props)if(c[h]!==l.props[h]&&c.ownerState?.[h]!==l.props[h])continue c;"function"==typeof l.style?(t??={...c,...c.ownerState,ownerState:c.ownerState},e.push(l.style(t))):e.push(l.style)}return e}function It(c,h){let e;return"production"!==process.env.NODE_ENV&&c&&(e=`${c}-${Ut(h||"Root")}`),e}function Ut(c){return c?c.charAt(0).toLowerCase()+c.slice(1):c}function Gt(c,h=0,e=1){return"production"!==process.env.NODE_ENV&&(c<h||c>e)&&console.error(`MUI: The value provided ${c} is out of range [${h}, ${e}].`),function(c,h=Number.MIN_SAFE_INTEGER,e=Number.MAX_SAFE_INTEGER){return Math.max(h,Math.min(c,e))}(c,h,e)}function Kt(c){if(c.type)return c;if("#"===c.charAt(0))return Kt(function(c){c=c.slice(1);const h=new RegExp(`.{1,${c.length>=6?2:1}}`,"g");let e=c.match(h);return e&&1===e[0].length&&(e=e.map((c=>c+c))),"production"!==process.env.NODE_ENV&&c.length!==c.trim().length&&console.error(`MUI: The color: "${c}" is invalid. Make sure the color input doesn't contain leading/trailing space.`),e?`rgb${4===e.length?"a":""}(${e.map(((c,h)=>h<3?parseInt(c,16):Math.round(parseInt(c,16)/255*1e3)/1e3)).join(", ")})`:""}(c));const h=c.indexOf("("),e=c.substring(0,h);if(!["rgb","rgba","hsl","hsla","color"].includes(e))throw new Error("production"!==process.env.NODE_ENV?`MUI: Unsupported \`${c}\` color.\nThe following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().`:kc(9,c));let t,v=c.substring(h+1,c.length-1);if("color"===e){if(v=v.split(" "),t=v.shift(),4===v.length&&"/"===v[3].charAt(0)&&(v[3]=v[3].slice(1)),!["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].includes(t))throw new Error("production"!==process.env.NODE_ENV?`MUI: unsupported \`${t}\` color space.\nThe following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.`:kc(10,t))}else v=v.split(",");return v=v.map((c=>parseFloat(c))),{type:e,values:v,colorSpace:t}}const qt=(c,h)=>{try{return(c=>{const h=Kt(c);return h.values.slice(0,3).map(((c,e)=>h.type.includes("hsl")&&0!==e?`${c}%`:c)).join(" ")})(c)}catch(e){return h&&"production"!==process.env.NODE_ENV&&console.warn(h),c}};function $t(c){const{type:h,colorSpace:e}=c;let{values:t}=c;return h.includes("rgb")?t=t.map(((c,h)=>h<3?parseInt(c,10):c)):h.includes("hsl")&&(t[1]=`${t[1]}%`,t[2]=`${t[2]}%`),t=h.includes("color")?`${e} ${t.join(" ")}`:`${t.join(", ")}`,`${h}(${t})`}function jt(c){c=Kt(c);const{values:h}=c,e=h[0],t=h[1]/100,v=h[2]/100,l=t*Math.min(v,1-v),a=(c,h=(c+e/30)%12)=>v-l*Math.max(Math.min(h-3,9-h,1),-1);let d="rgb";const o=[Math.round(255*a(0)),Math.round(255*a(8)),Math.round(255*a(4))];return"hsla"===c.type&&(d+="a",o.push(h[3])),$t({type:d,values:o})}function Qt(c){let h="hsl"===(c=Kt(c)).type||"hsla"===c.type?Kt(jt(c)).values:c.values;return h=h.map((h=>("color"!==c.type&&(h/=255),h<=.03928?h/12.92:((h+.055)/1.055)**2.4))),Number((.2126*h[0]+.7152*h[1]+.0722*h[2]).toFixed(3))}function _t(c,h){const e=Qt(c),t=Qt(h);return(Math.max(e,t)+.05)/(Math.min(e,t)+.05)}function Zt(c,h,e){try{return function(c,h){return c=Kt(c),h=Gt(h),"rgb"!==c.type&&"hsl"!==c.type||(c.type+="a"),"color"===c.type?c.values[3]=`/${h}`:c.values[3]=h,$t(c)}(c,h)}catch(h){return e&&"production"!==process.env.NODE_ENV&&console.warn(e),c}}function Jt(c,h){if(c=Kt(c),h=Gt(h),c.type.includes("hsl"))c.values[2]*=1-h;else if(c.type.includes("rgb")||c.type.includes("color"))for(let e=0;e<3;e+=1)c.values[e]*=1-h;return $t(c)}function Yt(c,h,e){try{return Jt(c,h)}catch(h){return e&&"production"!==process.env.NODE_ENV&&console.warn(e),c}}function Xt(c,h){if(c=Kt(c),h=Gt(h),c.type.includes("hsl"))c.values[2]+=(100-c.values[2])*h;else if(c.type.includes("rgb"))for(let e=0;e<3;e+=1)c.values[e]+=(255-c.values[e])*h;else if(c.type.includes("color"))for(let e=0;e<3;e+=1)c.values[e]+=(1-c.values[e])*h;return $t(c)}function cv(c,h,e){try{return Xt(c,h)}catch(h){return e&&"production"!==process.env.NODE_ENV&&console.warn(e),c}}function hv(c,h,e){try{return function(c,h=.15){return Qt(c)>.5?Jt(c,h):Xt(c,h)}(c,h)}catch(h){return e&&"production"!==process.env.NODE_ENV&&console.warn(e),c}}const ev=c.createContext(void 0);function tv({props:h,name:e}){return function(c){const{theme:h,name:e,props:t}=c;if(!h||!h.components||!h.components[e])return t;const v=h.components[e];return v.defaultProps?Ec(v.defaultProps,t):v.styleOverrides||v.variants?t:Ec(v,t)}({props:h,name:e,theme:{components:c.useContext(ev)}})}"production"!==process.env.NODE_ENV&&(Fc.node,Fc.object);const vv={theme:void 0};function lv(c=""){function h(...e){if(!e.length)return"";const t=e[0];return"string"!=typeof t||t.match(/(#|\(|\)|(-?(\d*\.)?\d+)(px|em|%|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc))|^(-?(\d*\.)?\d+)$|(\d+ \d+ \d+)/)?`, ${t}`:`, var(--${c?`${c}-`:""}${t}${h(...e.slice(1))})`}return(e,...t)=>`var(--${c?`${c}-`:""}${e}${h(...t)})`}const av=(c,h,e,t=[])=>{let v=c;h.forEach(((c,l)=>{l===h.length-1?Array.isArray(v)?v[Number(c)]=e:v&&"object"==typeof v&&(v[c]=e):v&&"object"==typeof v&&(v[c]||(v[c]=t.includes(c)?[]:{}),v=v[c])}))};function dv(c,h){const{prefix:e,shouldSkipGeneratingVar:t}=h||{},v={},l={},a={};var d,o;return d=(c,h,d)=>{if(!("string"!=typeof h&&"number"!=typeof h||t&&t(c,h))){const t=`--${e?`${e}-`:""}${c.join("-")}`,o=((c,h)=>"number"==typeof h?["lineHeight","fontWeight","opacity","zIndex"].some((h=>c.includes(h)))||c[c.length-1].toLowerCase().includes("opacity")?h:`${h}px`:h)(c,h);Object.assign(v,{[t]:o}),av(l,c,`var(${t})`,d),av(a,c,`var(${t}, ${o})`,d)}},o=c=>"vars"===c[0],function c(h,e=[],t=[]){Object.entries(h).forEach((([h,v])=>{(!o||o&&!o([...e,h]))&&null!=v&&("object"==typeof v&&Object.keys(v).length>0?c(v,[...e,h],Array.isArray(v)?[...t,h]:t):d([...e,h],v,t))}))}(c),{css:v,vars:l,varsWithDefaults:a}}var ov={black:"#000",white:"#fff"};var nv={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"};var rv={50:"#f3e5f5",100:"#e1bee7",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",600:"#8e24aa",700:"#7b1fa2",800:"#6a1b9a",900:"#4a148c",A100:"#ea80fc",A200:"#e040fb",A400:"#d500f9",A700:"#aa00ff"};var mv={50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000"};var zv={50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00"};var pv={50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff"};var sv={50:"#e1f5fe",100:"#b3e5fc",200:"#81d4fa",300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",600:"#039be5",700:"#0288d1",800:"#0277bd",900:"#01579b",A100:"#80d8ff",A200:"#40c4ff",A400:"#00b0ff",A700:"#0091ea"};var iv={50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853"};function Hv(){return{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:ov.white,default:ov.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}}}const Mv=Hv();function Vv(){return{text:{primary:ov.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:ov.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}}}const uv=Vv();function Lv(c,h,e,t){const v=t.light||t,l=t.dark||1.5*t;c[h]||(c.hasOwnProperty(e)?c[h]=c[e]:"light"===h?c.light=Xt(c.main,v):"dark"===h&&(c.dark=Jt(c.main,l)))}function Sv(c){const{mode:h="light",contrastThreshold:e=3,tonalOffset:t=.2,...v}=c,l=c.primary||function(c="light"){return"dark"===c?{main:pv[200],light:pv[50],dark:pv[400]}:{main:pv[700],light:pv[400],dark:pv[800]}}(h),a=c.secondary||function(c="light"){return"dark"===c?{main:rv[200],light:rv[50],dark:rv[400]}:{main:rv[500],light:rv[300],dark:rv[700]}}(h),d=c.error||function(c="light"){return"dark"===c?{main:mv[500],light:mv[300],dark:mv[700]}:{main:mv[700],light:mv[400],dark:mv[800]}}(h),o=c.info||function(c="light"){return"dark"===c?{main:sv[400],light:sv[300],dark:sv[700]}:{main:sv[700],light:sv[500],dark:sv[900]}}(h),n=c.success||function(c="light"){return"dark"===c?{main:iv[400],light:iv[300],dark:iv[700]}:{main:iv[800],light:iv[500],dark:iv[900]}}(h),r=c.warning||function(c="light"){return"dark"===c?{main:zv[400],light:zv[300],dark:zv[700]}:{main:"#ed6c02",light:zv[500],dark:zv[900]}}(h);function m(c){const h=_t(c,uv.text.primary)>=e?uv.text.primary:Mv.text.primary;if("production"!==process.env.NODE_ENV){const e=_t(c,h);e<3&&console.error([`MUI: The contrast ratio of ${e}:1 for ${h} on ${c}`,"falls below the WCAG recommended absolute minimum contrast ratio of 3:1.","https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join("\n"))}return h}const z=({color:c,name:h,mainShade:e=500,lightShade:v=300,darkShade:l=700})=>{if(!(c={...c}).main&&c[e]&&(c.main=c[e]),!c.hasOwnProperty("main"))throw new Error("production"!==process.env.NODE_ENV?`MUI: The color${h?` (${h})`:""} provided to augmentColor(color) is invalid.\nThe color object needs to have a \`main\` property or a \`${e}\` property.`:kc(11,h?` (${h})`:"",e));if("string"!=typeof c.main)throw new Error("production"!==process.env.NODE_ENV?`MUI: The color${h?` (${h})`:""} provided to augmentColor(color) is invalid.\n\`color.main\` should be a string, but \`${JSON.stringify(c.main)}\` was provided instead.\n\nDid you intend to use one of the following approaches?\n\nimport { green } from "@mui/material/colors";\n\nconst theme1 = createTheme({ palette: {\n primary: green,\n} });\n\nconst theme2 = createTheme({ palette: {\n primary: { main: green[500] },\n} });`:kc(12,h?` (${h})`:"",JSON.stringify(c.main)));return Lv(c,"light",v,t),Lv(c,"dark",l,t),c.contrastText||(c.contrastText=m(c.main)),c};let p;"light"===h?p=Hv():"dark"===h&&(p=Vv()),"production"!==process.env.NODE_ENV&&(p||console.error(`MUI: The palette mode \`${h}\` is not supported.`));return E({common:{...ov},mode:h,primary:z({color:l,name:"primary"}),secondary:z({color:a,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:z({color:d,name:"error"}),warning:z({color:r,name:"warning"}),info:z({color:o,name:"info"}),success:z({color:n,name:"success"}),grey:nv,contrastThreshold:e,getContrastText:m,augmentColor:z,tonalOffset:t,...p},v)}function Cv(c){const h={};return Object.entries(c).forEach((c=>{const[e,t]=c;"object"==typeof t&&(h[e]=`${t.fontStyle?`${t.fontStyle} `:""}${t.fontVariant?`${t.fontVariant} `:""}${t.fontWeight?`${t.fontWeight} `:""}${t.fontStretch?`${t.fontStretch} `:""}${t.fontSize||""}${t.lineHeight?`/${t.lineHeight} `:""}${t.fontFamily||""}`)})),h}const Tv={textTransform:"uppercase"},wv='"Roboto", "Helvetica", "Arial", sans-serif';function yv(c,h){const{fontFamily:e=wv,fontSize:t=14,fontWeightLight:v=300,fontWeightRegular:l=400,fontWeightMedium:a=500,fontWeightBold:d=700,htmlFontSize:o=16,allVariants:n,pxToRem:r,...m}="function"==typeof h?h(c):h;"production"!==process.env.NODE_ENV&&("number"!=typeof t&&console.error("MUI: `fontSize` is required to be a number."),"number"!=typeof o&&console.error("MUI: `htmlFontSize` is required to be a number."));const z=t/14,p=r||(c=>c/o*z+"rem"),s=(c,h,t,v,l)=>{return{fontFamily:e,fontWeight:c,fontSize:p(h),lineHeight:t,...e===wv?{letterSpacing:(a=v/h,Math.round(1e5*a)/1e5)+"em"}:{},...l,...n};var a},i={h1:s(v,96,1.167,-1.5),h2:s(v,60,1.2,-.5),h3:s(l,48,1.167,0),h4:s(l,34,1.235,.25),h5:s(l,24,1.334,0),h6:s(a,20,1.6,.15),subtitle1:s(l,16,1.75,.15),subtitle2:s(a,14,1.57,.1),body1:s(l,16,1.5,.15),body2:s(l,14,1.43,.15),button:s(a,14,1.75,.4,Tv),caption:s(l,12,1.66,.4),overline:s(l,12,2.66,1,Tv),inherit:{fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}};return E({htmlFontSize:o,pxToRem:p,fontFamily:e,fontSize:t,fontWeightLight:v,fontWeightRegular:l,fontWeightMedium:a,fontWeightBold:d,...i},m,{clone:!1})}function Ov(...c){return[`${c[0]}px ${c[1]}px ${c[2]}px ${c[3]}px rgba(0,0,0,0.2)`,`${c[4]}px ${c[5]}px ${c[6]}px ${c[7]}px rgba(0,0,0,0.14)`,`${c[8]}px ${c[9]}px ${c[10]}px ${c[11]}px rgba(0,0,0,0.12)`].join(",")}var Rv=["none",Ov(0,2,1,-1,0,1,1,0,0,1,3,0),Ov(0,3,1,-2,0,2,2,0,0,1,5,0),Ov(0,3,3,-2,0,3,4,0,0,1,8,0),Ov(0,2,4,-1,0,4,5,0,0,1,10,0),Ov(0,3,5,-1,0,5,8,0,0,1,14,0),Ov(0,3,5,-1,0,6,10,0,0,1,18,0),Ov(0,4,5,-2,0,7,10,1,0,2,16,1),Ov(0,5,5,-3,0,8,10,1,0,3,14,2),Ov(0,5,6,-3,0,9,12,1,0,3,16,2),Ov(0,6,6,-3,0,10,14,1,0,4,18,3),Ov(0,6,7,-4,0,11,15,1,0,4,20,3),Ov(0,7,8,-4,0,12,17,2,0,5,22,4),Ov(0,7,8,-4,0,13,19,2,0,5,24,4),Ov(0,7,9,-4,0,14,21,2,0,5,26,4),Ov(0,8,9,-5,0,15,22,2,0,6,28,5),Ov(0,8,10,-5,0,16,24,2,0,6,30,5),Ov(0,8,11,-5,0,17,26,2,0,6,32,5),Ov(0,9,11,-5,0,18,28,2,0,7,34,6),Ov(0,9,12,-6,0,19,29,2,0,7,36,6),Ov(0,10,13,-6,0,20,31,3,0,8,38,7),Ov(0,10,13,-6,0,21,33,3,0,8,40,7),Ov(0,10,14,-6,0,22,35,3,0,8,42,7),Ov(0,11,14,-7,0,23,36,3,0,9,44,8),Ov(0,11,15,-7,0,24,38,3,0,9,46,8)];const gv={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)"},fv={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function Av(c){return`${Math.round(c)}ms`}function bv(c){if(!c)return 0;const h=c/36;return Math.min(Math.round(10*(4+15*h**.25+h/5)),3e3)}function Pv(c){const h={...gv,...c.easing},e={...fv,...c.duration};return{getAutoHeightDuration:bv,create:(c=["all"],t={})=>{const{duration:v=e.standard,easing:l=h.easeInOut,delay:a=0,...d}=t;if("production"!==process.env.NODE_ENV){const h=c=>"string"==typeof c,e=c=>!Number.isNaN(parseFloat(c));h(c)||Array.isArray(c)||console.error('MUI: Argument "props" must be a string or Array.'),e(v)||h(v)||console.error(`MUI: Argument "duration" must be a number or a string but found ${v}.`),h(l)||console.error('MUI: Argument "easing" must be a string.'),e(a)||h(a)||console.error('MUI: Argument "delay" must be a number or a string.'),"object"!=typeof t&&console.error(["MUI: Secong argument of transition.create must be an object.","Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`"].join("\n")),0!==Object.keys(d).length&&console.error(`MUI: Unrecognized argument(s) [${Object.keys(d).join(",")}].`)}return(Array.isArray(c)?c:[c]).map((c=>`${c} ${"string"==typeof v?v:Av(v)} ${l} ${"string"==typeof a?a:Av(a)}`)).join(",")},...c,easing:h,duration:e}}var Fv={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};function kv(c={}){const h={...c};return function c(h){const e=Object.entries(h);for(let v=0;v<e.length;v++){const[l,a]=e[v];!D(t=a)&&void 0!==t&&"string"!=typeof t&&"boolean"!=typeof t&&"number"!=typeof t&&!Array.isArray(t)||l.startsWith("unstable_")?delete h[l]:D(a)&&(h[l]={...a},c(h[l]))}var t}(h),`import { unstable_createBreakpoints as createBreakpoints, createTransitions } from '@mui/material/styles';\n\nconst theme = ${JSON.stringify(h,null,2)};\n\ntheme.breakpoints = createBreakpoints(theme.breakpoints || {});\ntheme.transitions = createTransitions(theme.transitions || {});\n\nexport default theme;`}function Bv(c={},...h){const{breakpoints:e,mixins:t={},spacing:v,palette:l={},transitions:a={},typography:d={},shape:o,...n}=c;if(c.vars)throw new Error("production"!==process.env.NODE_ENV?"MUI: `vars` is a private field used for CSS variables support.\nPlease use another name.":kc(20));const r=Sv(l),m=kt(c);let z=E(m,{mixins:(p=m.breakpoints,s=t,{toolbar:{minHeight:56,[p.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[p.up("sm")]:{minHeight:64}},...s}),palette:r,shadows:Rv.slice(),typography:yv(r,d),transitions:Pv(a),zIndex:{...Fv}});var p,s;if(z=E(z,n),z=h.reduce(((c,h)=>E(c,h)),z),"production"!==process.env.NODE_ENV){const c=["active","checked","completed","disabled","error","expanded","focused","focusVisible","required","selected"],h=(h,e)=>{let t;for(t in h){const v=h[t];if(c.includes(t)&&Object.keys(v).length>0){if("production"!==process.env.NODE_ENV){const c=Uc("",t);console.error([`MUI: The \`${e}\` component increases the CSS specificity of the \`${t}\` internal state.`,"You can not override it like this: ",JSON.stringify(h,null,2),"",`Instead, you need to use the '&.${c}' syntax:`,JSON.stringify({root:{[`&.${c}`]:v}},null,2),"","https://mui.com/r/state-classes-guide"].join("\n"))}h[t]={}}}};Object.keys(z.components).forEach((c=>{const e=z.components[c].styleOverrides;e&&c.startsWith("Mui")&&h(e,c)}))}return z.unstable_sxConfig={...Ih,...n?.unstable_sxConfig},z.unstable_sx=function(c){return Gh({sx:c,theme:this})},z.toRuntimeSource=kv,z}const Dv=[...Array(25)].map(((c,h)=>{if(0===h)return"none";const e=function(c){let h;return h=c<1?5.11916*c**2:4.5*Math.log(c+1)+2,Math.round(10*h)/1e3}(h);return`linear-gradient(rgba(255 255 255 / ${e}), rgba(255 255 255 / ${e}))`}));function xv(c){return{inputPlaceholder:"dark"===c?.5:.42,inputUnderline:"dark"===c?.7:.42,switchTrackDisabled:"dark"===c?.2:.12,switchTrack:"dark"===c?.3:.38}}function Ev(c){return"dark"===c?Dv:[]}function Nv(c){return!!c[0].match(/(cssVarPrefix|colorSchemeSelector|rootSelector|typography|mixins|breakpoints|direction|transitions)/)||!!c[0].match(/sxConfig$/)||"palette"===c[0]&&!!c[1]?.match(/(mode|contrastThreshold|tonalOffset)/)}var Wv=c=>[...[...Array(25)].map(((h,e)=>`--${c?`${c}-`:""}overlays-${e}`)),`--${c?`${c}-`:""}palette-AppBar-darkBg`,`--${c?`${c}-`:""}palette-AppBar-darkColor`],Iv=c=>(h,e)=>{const t=c.rootSelector||":root",v=c.colorSchemeSelector;let l=v;if("class"===v&&(l=".%s"),"data"===v&&(l="[data-%s]"),v?.startsWith("data-")&&!v.includes("%s")&&(l=`[${v}="%s"]`),c.defaultColorScheme===h){if("dark"===h){const v={};return Wv(c.cssVarPrefix).forEach((c=>{v[c]=e[c],delete e[c]})),"media"===l?{[t]:e,"@media (prefers-color-scheme: dark)":{[t]:v}}:l?{[l.replace("%s",h)]:v,[`${t}, ${l.replace("%s",h)}`]:e}:{[t]:{...e,...v}}}if(l&&"media"!==l)return`${t}, ${l.replace("%s",String(h))}`}else if(h){if("media"===l)return{[`@media (prefers-color-scheme: ${String(h)})`]:{[t]:e}};if(l)return l.replace("%s",String(h))}return t};function Uv(c,h,e){!c[h]&&e&&(c[h]=e)}function Gv(c){return"string"==typeof c&&c.startsWith("hsl")?jt(c):c}function Kv(c,h){`${h}Channel`in c||(c[`${h}Channel`]=qt(Gv(c[h]),`MUI: Can't create \`palette.${h}Channel\` because \`palette.${h}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().\nTo suppress this warning, you need to explicitly provide the \`palette.${h}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`))}const qv=c=>{try{return c()}catch(c){}};function $v(c,h,e,t){if(!h)return;h=!0===h?{}:h;const v="dark"===t?"dark":"light";if(!e)return void(c[t]=function(c){const{palette:h={mode:"light"},opacity:e,overlays:t,...v}=c,l=Sv(h);return{palette:l,opacity:{...xv(l.mode),...e},overlays:t||Ev(l.mode),...v}}({...h,palette:{mode:v,...h?.palette}}));const{palette:l,...a}=Bv({...e,palette:{mode:v,...h?.palette}});return c[t]={...h,palette:l,opacity:{...xv(v),...h?.opacity},overlays:h?.overlays||Ev(v)},a}function jv(c={},...h){const{colorSchemes:e={light:!0},defaultColorScheme:t,disableCssColorScheme:v=!1,cssVarPrefix:l="mui",shouldSkipGeneratingVar:a=Nv,colorSchemeSelector:d=(e.light&&e.dark?"media":void 0),rootSelector:o=":root",...n}=c,r=Object.keys(e)[0],m=t||(e.light&&"light"!==r?"light":r),z=((c="mui")=>lv(c))(l),{[m]:p,light:s,dark:i,...H}=e,M={...H};let V=p;if(("dark"===m&&!("dark"in e)||"light"===m&&!("light"in e))&&(V=!0),!V)throw new Error("production"!==process.env.NODE_ENV?`MUI: The \`colorSchemes.${m}\` option is either missing or invalid.`:kc(21,m));const u=$v(M,V,n,m);s&&!M.light&&$v(M,s,void 0,"light"),i&&!M.dark&&$v(M,i,void 0,"dark");let L={defaultColorScheme:m,...u,cssVarPrefix:l,colorSchemeSelector:d,rootSelector:o,getCssVar:z,colorSchemes:M,font:{...Cv(u.typography),...u.font},spacing:(S=n.spacing,"number"==typeof S?`${S}px`:"string"==typeof S||"function"==typeof S||Array.isArray(S)?S:"8px")};var S;Object.keys(L.colorSchemes).forEach((c=>{const h=L.colorSchemes[c].palette,e=c=>{const e=c.split("-"),t=e[1],v=e[2];return z(c,h[t][v])};var t;if("light"===h.mode&&(Uv(h.common,"background","#fff"),Uv(h.common,"onBackground","#000")),"dark"===h.mode&&(Uv(h.common,"background","#000"),Uv(h.common,"onBackground","#fff")),t=h,["Alert","AppBar","Avatar","Button","Chip","FilledInput","LinearProgress","Skeleton","Slider","SnackbarContent","SpeedDialAction","StepConnector","StepContent","Switch","TableCell","Tooltip"].forEach((c=>{t[c]||(t[c]={})})),"light"===h.mode){Uv(h.Alert,"errorColor",Yt(h.error.light,.6)),Uv(h.Alert,"infoColor",Yt(h.info.light,.6)),Uv(h.Alert,"successColor",Yt(h.success.light,.6)),Uv(h.Alert,"warningColor",Yt(h.warning.light,.6)),Uv(h.Alert,"errorFilledBg",e("palette-error-main")),Uv(h.Alert,"infoFilledBg",e("palette-info-main")),Uv(h.Alert,"successFilledBg",e("palette-success-main")),Uv(h.Alert,"warningFilledBg",e("palette-warning-main")),Uv(h.Alert,"errorFilledColor",qv((()=>h.getContrastText(h.error.main)))),Uv(h.Alert,"infoFilledColor",qv((()=>h.getContrastText(h.info.main)))),Uv(h.Alert,"successFilledColor",qv((()=>h.getContrastText(h.success.main)))),Uv(h.Alert,"warningFilledColor",qv((()=>h.getContrastText(h.warning.main)))),Uv(h.Alert,"errorStandardBg",cv(h.error.light,.9)),Uv(h.Alert,"infoStandardBg",cv(h.info.light,.9)),Uv(h.Alert,"successStandardBg",cv(h.success.light,.9)),Uv(h.Alert,"warningStandardBg",cv(h.warning.light,.9)),Uv(h.Alert,"errorIconColor",e("palette-error-main")),Uv(h.Alert,"infoIconColor",e("palette-info-main")),Uv(h.Alert,"successIconColor",e("palette-success-main")),Uv(h.Alert,"warningIconColor",e("palette-warning-main")),Uv(h.AppBar,"defaultBg",e("palette-grey-100")),Uv(h.Avatar,"defaultBg",e("palette-grey-400")),Uv(h.Button,"inheritContainedBg",e("palette-grey-300")),Uv(h.Button,"inheritContainedHoverBg",e("palette-grey-A100")),Uv(h.Chip,"defaultBorder",e("palette-grey-400")),Uv(h.Chip,"defaultAvatarColor",e("palette-grey-700")),Uv(h.Chip,"defaultIconColor",e("palette-grey-700")),Uv(h.FilledInput,"bg","rgba(0, 0, 0, 0.06)"),Uv(h.FilledInput,"hoverBg","rgba(0, 0, 0, 0.09)"),Uv(h.FilledInput,"disabledBg","rgba(0, 0, 0, 0.12)"),Uv(h.LinearProgress,"primaryBg",cv(h.primary.main,.62)),Uv(h.LinearProgress,"secondaryBg",cv(h.secondary.main,.62)),Uv(h.LinearProgress,"errorBg",cv(h.error.main,.62)),Uv(h.LinearProgress,"infoBg",cv(h.info.main,.62)),Uv(h.LinearProgress,"successBg",cv(h.success.main,.62)),Uv(h.LinearProgress,"warningBg",cv(h.warning.main,.62)),Uv(h.Skeleton,"bg",`rgba(${e("palette-text-primaryChannel")} / 0.11)`),Uv(h.Slider,"primaryTrack",cv(h.primary.main,.62)),Uv(h.Slider,"secondaryTrack",cv(h.secondary.main,.62)),Uv(h.Slider,"errorTrack",cv(h.error.main,.62)),Uv(h.Slider,"infoTrack",cv(h.info.main,.62)),Uv(h.Slider,"successTrack",cv(h.success.main,.62)),Uv(h.Slider,"warningTrack",cv(h.warning.main,.62));const c=hv(h.background.default,.8);Uv(h.SnackbarContent,"bg",c),Uv(h.SnackbarContent,"color",qv((()=>h.getContrastText(c)))),Uv(h.SpeedDialAction,"fabHoverBg",hv(h.background.paper,.15)),Uv(h.StepConnector,"border",e("palette-grey-400")),Uv(h.StepContent,"border",e("palette-grey-400")),Uv(h.Switch,"defaultColor",e("palette-common-white")),Uv(h.Switch,"defaultDisabledColor",e("palette-grey-100")),Uv(h.Switch,"primaryDisabledColor",cv(h.primary.main,.62)),Uv(h.Switch,"secondaryDisabledColor",cv(h.secondary.main,.62)),Uv(h.Switch,"errorDisabledColor",cv(h.error.main,.62)),Uv(h.Switch,"infoDisabledColor",cv(h.info.main,.62)),Uv(h.Switch,"successDisabledColor",cv(h.success.main,.62)),Uv(h.Switch,"warningDisabledColor",cv(h.warning.main,.62)),Uv(h.TableCell,"border",cv(Zt(h.divider,1),.88)),Uv(h.Tooltip,"bg",Zt(h.grey[700],.92))}if("dark"===h.mode){Uv(h.Alert,"errorColor",cv(h.error.light,.6)),Uv(h.Alert,"infoColor",cv(h.info.light,.6)),Uv(h.Alert,"successColor",cv(h.success.light,.6)),Uv(h.Alert,"warningColor",cv(h.warning.light,.6)),Uv(h.Alert,"errorFilledBg",e("palette-error-dark")),Uv(h.Alert,"infoFilledBg",e("palette-info-dark")),Uv(h.Alert,"successFilledBg",e("palette-success-dark")),Uv(h.Alert,"warningFilledBg",e("palette-warning-dark")),Uv(h.Alert,"errorFilledColor",qv((()=>h.getContrastText(h.error.dark)))),Uv(h.Alert,"infoFilledColor",qv((()=>h.getContrastText(h.info.dark)))),Uv(h.Alert,"successFilledColor",qv((()=>h.getContrastText(h.success.dark)))),Uv(h.Alert,"warningFilledColor",qv((()=>h.getContrastText(h.warning.dark)))),Uv(h.Alert,"errorStandardBg",Yt(h.error.light,.9)),Uv(h.Alert,"infoStandardBg",Yt(h.info.light,.9)),Uv(h.Alert,"successStandardBg",Yt(h.success.light,.9)),Uv(h.Alert,"warningStandardBg",Yt(h.warning.light,.9)),Uv(h.Alert,"errorIconColor",e("palette-error-main")),Uv(h.Alert,"infoIconColor",e("palette-info-main")),Uv(h.Alert,"successIconColor",e("palette-success-main")),Uv(h.Alert,"warningIconColor",e("palette-warning-main")),Uv(h.AppBar,"defaultBg",e("palette-grey-900")),Uv(h.AppBar,"darkBg",e("palette-background-paper")),Uv(h.AppBar,"darkColor",e("palette-text-primary")),Uv(h.Avatar,"defaultBg",e("palette-grey-600")),Uv(h.Button,"inheritContainedBg",e("palette-grey-800")),Uv(h.Button,"inheritContainedHoverBg",e("palette-grey-700")),Uv(h.Chip,"defaultBorder",e("palette-grey-700")),Uv(h.Chip,"defaultAvatarColor",e("palette-grey-300")),Uv(h.Chip,"defaultIconColor",e("palette-grey-300")),Uv(h.FilledInput,"bg","rgba(255, 255, 255, 0.09)"),Uv(h.FilledInput,"hoverBg","rgba(255, 255, 255, 0.13)"),Uv(h.FilledInput,"disabledBg","rgba(255, 255, 255, 0.12)"),Uv(h.LinearProgress,"primaryBg",Yt(h.primary.main,.5)),Uv(h.LinearProgress,"secondaryBg",Yt(h.secondary.main,.5)),Uv(h.LinearProgress,"errorBg",Yt(h.error.main,.5)),Uv(h.LinearProgress,"infoBg",Yt(h.info.main,.5)),Uv(h.LinearProgress,"successBg",Yt(h.success.main,.5)),Uv(h.LinearProgress,"warningBg",Yt(h.warning.main,.5)),Uv(h.Skeleton,"bg",`rgba(${e("palette-text-primaryChannel")} / 0.13)`),Uv(h.Slider,"primaryTrack",Yt(h.primary.main,.5)),Uv(h.Slider,"secondaryTrack",Yt(h.secondary.main,.5)),Uv(h.Slider,"errorTrack",Yt(h.error.main,.5)),Uv(h.Slider,"infoTrack",Yt(h.info.main,.5)),Uv(h.Slider,"successTrack",Yt(h.success.main,.5)),Uv(h.Slider,"warningTrack",Yt(h.warning.main,.5));const c=hv(h.background.default,.98);Uv(h.SnackbarContent,"bg",c),Uv(h.SnackbarContent,"color",qv((()=>h.getContrastText(c)))),Uv(h.SpeedDialAction,"fabHoverBg",hv(h.background.paper,.15)),Uv(h.StepConnector,"border",e("palette-grey-600")),Uv(h.StepContent,"border",e("palette-grey-600")),Uv(h.Switch,"defaultColor",e("palette-grey-300")),Uv(h.Switch,"defaultDisabledColor",e("palette-grey-600")),Uv(h.Switch,"primaryDisabledColor",Yt(h.primary.main,.55)),Uv(h.Switch,"secondaryDisabledColor",Yt(h.secondary.main,.55)),Uv(h.Switch,"errorDisabledColor",Yt(h.error.main,.55)),Uv(h.Switch,"infoDisabledColor",Yt(h.info.main,.55)),Uv(h.Switch,"successDisabledColor",Yt(h.success.main,.55)),Uv(h.Switch,"warningDisabledColor",Yt(h.warning.main,.55)),Uv(h.TableCell,"border",Yt(Zt(h.divider,1),.68)),Uv(h.Tooltip,"bg",Zt(h.grey[700],.92))}Kv(h.background,"default"),Kv(h.background,"paper"),Kv(h.common,"background"),Kv(h.common,"onBackground"),Kv(h,"divider"),Object.keys(h).forEach((c=>{const e=h[c];"tonalOffset"!==c&&e&&"object"==typeof e&&(e.main&&Uv(h[c],"mainChannel",qt(Gv(e.main))),e.light&&Uv(h[c],"lightChannel",qt(Gv(e.light))),e.dark&&Uv(h[c],"darkChannel",qt(Gv(e.dark))),e.contrastText&&Uv(h[c],"contrastTextChannel",qt(Gv(e.contrastText))),"text"===c&&(Kv(h[c],"primary"),Kv(h[c],"secondary")),"action"===c&&(e.active&&Kv(h[c],"active"),e.selected&&Kv(h[c],"selected")))}))})),L=h.reduce(((c,h)=>E(c,h)),L);const C={prefix:l,disableCssColorScheme:v,shouldSkipGeneratingVar:a,getSelector:Iv(L)},{vars:T,generateThemeVars:w,generateStyleSheets:y}=function(c,h={}){const{getSelector:e=H,disableCssColorScheme:t,colorSchemeSelector:v}=h,{colorSchemes:l={},components:a,defaultColorScheme:d="light",...o}=c,{vars:n,css:r,varsWithDefaults:m}=dv(o,h);let z=m;const p={},{[d]:s,...i}=l;if(Object.entries(i||{}).forEach((([c,e])=>{const{vars:t,css:v,varsWithDefaults:l}=dv(e,h);z=E(z,l),p[c]={css:v,vars:t}})),s){const{css:c,vars:e,varsWithDefaults:t}=dv(s,h);z=E(z,t),p[d]={css:c,vars:e}}function H(h,e){let t=v;if("class"===v&&(t=".%s"),"data"===v&&(t="[data-%s]"),v?.startsWith("data-")&&!v.includes("%s")&&(t=`[${v}="%s"]`),h){if("media"===t){if(c.defaultColorScheme===h)return":root";const t=l[h]?.palette?.mode||h;return{[`@media (prefers-color-scheme: ${t})`]:{":root":e}}}if(t)return c.defaultColorScheme===h?`:root, ${t.replace("%s",String(h))}`:t.replace("%s",String(h))}return":root"}return{vars:z,generateThemeVars:()=>{let c={...n};return Object.entries(p).forEach((([,{vars:h}])=>{c=E(c,h)})),c},generateStyleSheets:()=>{const h=[],v=c.defaultColorScheme||"light";function a(c,e){Object.keys(e).length&&h.push("string"==typeof c?{[c]:{...e}}:c)}a(e(void 0,{...r}),r);const{[v]:d,...o}=p;if(d){const{css:c}=d,h=l[v]?.palette?.mode,o=!t&&h?{colorScheme:h,...c}:{...c};a(e(v,{...o}),o)}return Object.entries(o).forEach((([c,{css:h}])=>{const v=l[c]?.palette?.mode,d=!t&&v?{colorScheme:v,...h}:{...h};a(e(c,{...d}),d)})),h}}}(L,C);return L.vars=T,Object.entries(L.colorSchemes[L.defaultColorScheme]).forEach((([c,h])=>{L[c]=h})),L.generateThemeVars=w,L.generateStyleSheets=y,L.generateSpacing=function(){return Pt(n.spacing,oh(this))},L.getColorSchemeSelector=function(c){return function(h){return"media"===c?("production"!==process.env.NODE_ENV&&"light"!==h&&"dark"!==h&&console.error(`MUI: @media (prefers-color-scheme) supports only 'light' or 'dark', but receive '${h}'.`),`@media (prefers-color-scheme: ${h})`):c?c.startsWith("data-")&&!c.includes("%s")?`[${c}="${h}"] &`:"class"===c?`.${h} &`:"data"===c?`[data-${h}] &`:`${c.replace("%s",h)} &`:"&"}}(d),L.spacing=L.generateSpacing(),L.shouldSkipGeneratingVar=a,L.unstable_sxConfig={...Ih,...n?.unstable_sxConfig},L.unstable_sx=function(c){return Gh({sx:c,theme:this})},L.toRuntimeSource=kv,L}function Qv(c,h,e){c.colorSchemes&&e&&(c.colorSchemes[h]={...!0!==e&&e,palette:Sv({...!0===e?{}:e.palette,mode:h})})}const _v=function(c={}){const{themeId:h,defaultTheme:e=Dt,rootShouldForwardProp:t=xt,slotShouldForwardProp:v=xt}=c;function l(c){!function(c,h,e){c.theme=function(c){for(const h in c)return!1;return!0}(c.theme)?e:c.theme[h]||c.theme}(c,h,e)}return(c,h={})=>{!function(c,h){Array.isArray(c.__emotion_styles)&&(c.__emotion_styles=h(c.__emotion_styles))}(c,(c=>c.filter((c=>c!==Gh))));const{name:e,slot:a,skipVariantsResolver:d,skipSx:o,overridesResolver:n=Et(Ut(a)),...r}=h,m=void 0!==d?d:a&&"Root"!==a&&"root"!==a||!1,z=o||!1;let p=xt;"Root"===a||"root"===a?p=t:a?p=v:function(c){return"string"==typeof c&&c.charCodeAt(0)>96}(c)&&(p=void 0);const s=
24
24
  /**
25
- * @mui/styled-engine v6.4.2
25
+ * @mui/styled-engine v6.4.3
26
26
  *
27
27
  * @license MIT
28
28
  * This source code is licensed under the MIT license found in the