hitpa-common-navigation 0.1.0

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/README.md ADDED
@@ -0,0 +1,74 @@
1
+ # @hitpa/common-navigation
2
+
3
+ Shared HITPA MUI sidebar for apps that use the sequence-menu API.
4
+
5
+ `HitpaSideBar` is the recommended integration. It reads the JWT
6
+ from `sessionStorage.userToken`, decodes `resource_access`, loads the sequence
7
+ menu, owns collapse state, and gets `pathname`/`navigate` from React Router
8
+ inside the package.
9
+
10
+ ## Common UI Shell
11
+
12
+ ```tsx
13
+ import { HitpaSideBar } from "@hitpa/common-navigation";
14
+ import { getmenuSubMenus } from "../api/functions";
15
+
16
+ <HitpaSideBar loadSequenceMenu={getmenuSubMenus} localModule="none" />;
17
+ ```
18
+
19
+ ## Separate Modules
20
+
21
+ Use the sequence-menu parent `kcUniqueCode` as `localModule`.
22
+
23
+ ```tsx
24
+ <HitpaSideBar loadSequenceMenu={getSidebar} localModule="provider_management" />
25
+ ```
26
+
27
+ Short aliases are also available for existing integrations:
28
+
29
+ ```tsx
30
+ <HitpaSideBar loadSequenceMenu={getSidebar} />; // product
31
+ <HitpaSideBar loadSequenceMenu={getSidebar} localModule="provider" />;
32
+ ```
33
+
34
+ ## Local Module Presets
35
+
36
+ | localModule | menuId | stripped prefix |
37
+ | ----------------------------- | -------------------------------------- | --------------- |
38
+ | `product` | `2025050101443905990156001` | `/product` |
39
+ | `product_managment` | `2025050101443905990156001` | `/product` |
40
+ | `provider` | `2025040411443905990151234` | `/provider` |
41
+ | `provider_management` | `2025040411443905990151234` | `/provider` |
42
+ | `user_management` | `2012051516463503191060945` | none |
43
+ | `master_management` | `2012051516463503191060946` | none |
44
+ | `dashboard_mgmt` | `2025080501443905990156087` | none |
45
+ | `messaging` | `20250D518FD18F0D4AC7A4D89E2931318947` | none |
46
+ | `communications` | `20250422114439087032993` | none |
47
+ | `report_claim` | `2025031914435299111765322` | none |
48
+ | `preauth_cashlesh_management` | `2012051516463503191060947` | none |
49
+ | `reimbursement_management` | `2012092614435299111765382` | none |
50
+ | `letter_management` | `2025040214435299111765382` | none |
51
+ | `claim_config_managment` | `2025042901443905990156998` | none |
52
+ | `sla_management` | `2013101709032267083105128` | none |
53
+ | `grievance_management` | `2016080212413668076251010` | none |
54
+ | `claim_audit_recovery` | `2012092614435299111765322` | none |
55
+ | `dms` | `2025040294435299111765385` | `/dms` |
56
+ | `digitization` | `2025040294435299111765386` | `/digitization` |
57
+ | `fwa_desk_audit` | `20250422114439087032987` | `/desk-audit` |
58
+ | `webservices` | `2025080501443905990156085` | none |
59
+ | `reopenclaim_management` | `2025040214435299111765383` | none |
60
+ | `reporting` | `2025080501443905990156088` | none |
61
+ | `none` | none | none |
62
+
63
+ For a new module that is not in the preset list yet, pass a config object.
64
+
65
+ ```tsx
66
+ <HitpaSideBar
67
+ loadSequenceMenu={getSidebar}
68
+ localModule={{
69
+ sectionKey: "new_module_key",
70
+ menuId: "new-parent-menu-id",
71
+ pathPrefix: "/new-module"
72
+ }}
73
+ />
74
+ ```
@@ -0,0 +1,2 @@
1
+ import type { HitpaSideBarProps } from "../types";
2
+ export declare function HitpaSideBar({ loadSequenceMenu, tokenStorageKey, defaultCollapsed, collapsed: controlledCollapsed, onCollapse, onLoadError, ...sidebarProps }: HitpaSideBarProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { NavigationSidebarProps } from "../types";
2
+ export declare function NavigationSidebar({ sections, collapsed, selectedKey, defaultOpenKeys, width, collapsedWidth, topOffset, title, footer, style, renderSectionIcon, isItemSelected, onToggleCollapse, onNavigate }: NavigationSidebarProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { SequenceMenuSidebarProps } from "../types";
2
+ export declare function SequenceMenuSidebar({ resourceAccess, sequenceMenu, pathname, collapsed, onCollapse, navigate, localModule, redirectOnNoPermission, onMenuClick, menuOptions, behavior, ui }: SequenceMenuSidebarProps): import("react/jsx-runtime").JSX.Element;
package/dist/index.cjs ADDED
@@ -0,0 +1,44 @@
1
+ Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),s=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},c=(n,r,a)=>(a=n==null?{}:e(i(n)),s(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));let l=require(`react`);l=c(l);let u=require(`react-router-dom`),d=require(`@emotion/styled`);d=c(d),require(`@emotion/react`);let f=require(`@mui/material`);var p=o((e=>{var t=Symbol.for(`react.transitional.element`),n=Symbol.for(`react.portal`),r=Symbol.for(`react.fragment`),i=Symbol.for(`react.strict_mode`),a=Symbol.for(`react.profiler`),o=Symbol.for(`react.consumer`),s=Symbol.for(`react.context`),c=Symbol.for(`react.forward_ref`),l=Symbol.for(`react.suspense`),u=Symbol.for(`react.suspense_list`),d=Symbol.for(`react.memo`),f=Symbol.for(`react.lazy`),p=Symbol.for(`react.view_transition`),m=Symbol.for(`react.client.reference`);function h(e){if(typeof e==`object`&&e){var m=e.$$typeof;switch(m){case t:switch(e=e.type,e){case r:case a:case i:case l:case u:case p:return e;default:switch(e&&=e.$$typeof,e){case s:case c:case f:case d:return e;case o:return e;default:return m}}case n:return m}}}e.ContextConsumer=o,e.ContextProvider=s,e.Element=t,e.ForwardRef=c,e.Fragment=r,e.Lazy=f,e.Memo=d,e.Portal=n,e.Profiler=a,e.StrictMode=i,e.Suspense=l,e.SuspenseList=u,e.isContextConsumer=function(e){return h(e)===o},e.isContextProvider=function(e){return h(e)===s},e.isElement=function(e){return typeof e==`object`&&!!e&&e.$$typeof===t},e.isForwardRef=function(e){return h(e)===c},e.isFragment=function(e){return h(e)===r},e.isLazy=function(e){return h(e)===f},e.isMemo=function(e){return h(e)===d},e.isPortal=function(e){return h(e)===n},e.isProfiler=function(e){return h(e)===a},e.isStrictMode=function(e){return h(e)===i},e.isSuspense=function(e){return h(e)===l},e.isSuspenseList=function(e){return h(e)===u},e.isValidElementType=function(e){return!!(typeof e==`string`||typeof e==`function`||e===r||e===a||e===i||e===l||e===u||typeof e==`object`&&e&&(e.$$typeof===f||e.$$typeof===d||e.$$typeof===s||e.$$typeof===o||e.$$typeof===c||e.$$typeof===m||e.getModuleId!==void 0))},e.typeOf=h})),m=o((e=>{process.env.NODE_ENV!==`production`&&(function(){function t(e){if(typeof e==`object`&&e){var t=e.$$typeof;switch(t){case n:switch(e=e.type,e){case i:case o:case a:case u:case d:case m:return e;default:switch(e&&=e.$$typeof,e){case c:case l:case p:case f:return e;case s:return e;default:return t}}case r:return t}}}var n=Symbol.for(`react.transitional.element`),r=Symbol.for(`react.portal`),i=Symbol.for(`react.fragment`),a=Symbol.for(`react.strict_mode`),o=Symbol.for(`react.profiler`),s=Symbol.for(`react.consumer`),c=Symbol.for(`react.context`),l=Symbol.for(`react.forward_ref`),u=Symbol.for(`react.suspense`),d=Symbol.for(`react.suspense_list`),f=Symbol.for(`react.memo`),p=Symbol.for(`react.lazy`),m=Symbol.for(`react.view_transition`),h=Symbol.for(`react.client.reference`);e.ContextConsumer=s,e.ContextProvider=c,e.Element=n,e.ForwardRef=l,e.Fragment=i,e.Lazy=p,e.Memo=f,e.Portal=r,e.Profiler=o,e.StrictMode=a,e.Suspense=u,e.SuspenseList=d,e.isContextConsumer=function(e){return t(e)===s},e.isContextProvider=function(e){return t(e)===c},e.isElement=function(e){return typeof e==`object`&&!!e&&e.$$typeof===n},e.isForwardRef=function(e){return t(e)===l},e.isFragment=function(e){return t(e)===i},e.isLazy=function(e){return t(e)===p},e.isMemo=function(e){return t(e)===f},e.isPortal=function(e){return t(e)===r},e.isProfiler=function(e){return t(e)===o},e.isStrictMode=function(e){return t(e)===a},e.isSuspense=function(e){return t(e)===u},e.isSuspenseList=function(e){return t(e)===d},e.isValidElementType=function(e){return!!(typeof e==`string`||typeof e==`function`||e===i||e===o||e===a||e===u||e===d||typeof e==`object`&&e&&(e.$$typeof===p||e.$$typeof===f||e.$$typeof===c||e.$$typeof===s||e.$$typeof===l||e.$$typeof===h||e.getModuleId!==void 0))},e.typeOf=t})()})),h=o(((e,t)=>{process.env.NODE_ENV===`production`?t.exports=p():t.exports=m()}))();function g(e){if(typeof e!=`object`||!e)return!1;let t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function _(e){if(l.isValidElement(e)||(0,h.isValidElementType)(e)||!g(e))return e;let t={};return Object.keys(e).forEach(n=>{t[n]=_(e[n])}),t}function v(e,t,n={clone:!0}){let r=n.clone?{...e}:e;return g(e)&&g(t)&&Object.keys(t).forEach(i=>{l.isValidElement(t[i])||(0,h.isValidElementType)(t[i])?r[i]=t[i]:g(t[i])&&Object.prototype.hasOwnProperty.call(e,i)&&g(e[i])?r[i]=v(e[i],t[i],n):n.clone?r[i]=g(t[i])?_(t[i]):t[i]:r[i]=t[i]}),r}var y=o((e=>{var t=typeof Symbol==`function`&&Symbol.for,n=t?Symbol.for(`react.element`):60103,r=t?Symbol.for(`react.portal`):60106,i=t?Symbol.for(`react.fragment`):60107,a=t?Symbol.for(`react.strict_mode`):60108,o=t?Symbol.for(`react.profiler`):60114,s=t?Symbol.for(`react.provider`):60109,c=t?Symbol.for(`react.context`):60110,l=t?Symbol.for(`react.async_mode`):60111,u=t?Symbol.for(`react.concurrent_mode`):60111,d=t?Symbol.for(`react.forward_ref`):60112,f=t?Symbol.for(`react.suspense`):60113,p=t?Symbol.for(`react.suspense_list`):60120,m=t?Symbol.for(`react.memo`):60115,h=t?Symbol.for(`react.lazy`):60116,g=t?Symbol.for(`react.block`):60121,_=t?Symbol.for(`react.fundamental`):60117,v=t?Symbol.for(`react.responder`):60118,y=t?Symbol.for(`react.scope`):60119;function b(e){if(typeof e==`object`&&e){var t=e.$$typeof;switch(t){case n:switch(e=e.type,e){case l:case u:case i:case o:case a:case f:return e;default:switch(e&&=e.$$typeof,e){case c:case d:case h:case m:case s:return e;default:return t}}case r:return t}}}function x(e){return b(e)===u}e.AsyncMode=l,e.ConcurrentMode=u,e.ContextConsumer=c,e.ContextProvider=s,e.Element=n,e.ForwardRef=d,e.Fragment=i,e.Lazy=h,e.Memo=m,e.Portal=r,e.Profiler=o,e.StrictMode=a,e.Suspense=f,e.isAsyncMode=function(e){return x(e)||b(e)===l},e.isConcurrentMode=x,e.isContextConsumer=function(e){return b(e)===c},e.isContextProvider=function(e){return b(e)===s},e.isElement=function(e){return typeof e==`object`&&!!e&&e.$$typeof===n},e.isForwardRef=function(e){return b(e)===d},e.isFragment=function(e){return b(e)===i},e.isLazy=function(e){return b(e)===h},e.isMemo=function(e){return b(e)===m},e.isPortal=function(e){return b(e)===r},e.isProfiler=function(e){return b(e)===o},e.isStrictMode=function(e){return b(e)===a},e.isSuspense=function(e){return b(e)===f},e.isValidElementType=function(e){return typeof e==`string`||typeof e==`function`||e===i||e===u||e===o||e===a||e===f||e===p||typeof e==`object`&&!!e&&(e.$$typeof===h||e.$$typeof===m||e.$$typeof===s||e.$$typeof===c||e.$$typeof===d||e.$$typeof===_||e.$$typeof===v||e.$$typeof===y||e.$$typeof===g)},e.typeOf=b})),b=o((e=>{process.env.NODE_ENV!==`production`&&(function(){"use strict";var t=typeof Symbol==`function`&&Symbol.for,n=t?Symbol.for(`react.element`):60103,r=t?Symbol.for(`react.portal`):60106,i=t?Symbol.for(`react.fragment`):60107,a=t?Symbol.for(`react.strict_mode`):60108,o=t?Symbol.for(`react.profiler`):60114,s=t?Symbol.for(`react.provider`):60109,c=t?Symbol.for(`react.context`):60110,l=t?Symbol.for(`react.async_mode`):60111,u=t?Symbol.for(`react.concurrent_mode`):60111,d=t?Symbol.for(`react.forward_ref`):60112,f=t?Symbol.for(`react.suspense`):60113,p=t?Symbol.for(`react.suspense_list`):60120,m=t?Symbol.for(`react.memo`):60115,h=t?Symbol.for(`react.lazy`):60116,g=t?Symbol.for(`react.block`):60121,_=t?Symbol.for(`react.fundamental`):60117,v=t?Symbol.for(`react.responder`):60118,y=t?Symbol.for(`react.scope`):60119;function b(e){return typeof e==`string`||typeof e==`function`||e===i||e===u||e===o||e===a||e===f||e===p||typeof e==`object`&&!!e&&(e.$$typeof===h||e.$$typeof===m||e.$$typeof===s||e.$$typeof===c||e.$$typeof===d||e.$$typeof===_||e.$$typeof===v||e.$$typeof===y||e.$$typeof===g)}function x(e){if(typeof e==`object`&&e){var t=e.$$typeof;switch(t){case n:var p=e.type;switch(p){case l:case u:case i:case o:case a:case f:return p;default:var g=p&&p.$$typeof;switch(g){case c:case d:case h:case m:case s:return g;default:return t}}case r:return t}}}var S=l,C=u,w=c,ee=s,te=n,ne=d,re=i,T=h,E=m,D=r,O=o,k=a,ie=f,ae=!1;function oe(e){return ae||(ae=!0,console.warn(`The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.`)),se(e)||x(e)===l}function se(e){return x(e)===u}function ce(e){return x(e)===c}function le(e){return x(e)===s}function ue(e){return typeof e==`object`&&!!e&&e.$$typeof===n}function de(e){return x(e)===d}function fe(e){return x(e)===i}function pe(e){return x(e)===h}function A(e){return x(e)===m}function j(e){return x(e)===r}function M(e){return x(e)===o}function N(e){return x(e)===a}function me(e){return x(e)===f}e.AsyncMode=S,e.ConcurrentMode=C,e.ContextConsumer=w,e.ContextProvider=ee,e.Element=te,e.ForwardRef=ne,e.Fragment=re,e.Lazy=T,e.Memo=E,e.Portal=D,e.Profiler=O,e.StrictMode=k,e.Suspense=ie,e.isAsyncMode=oe,e.isConcurrentMode=se,e.isContextConsumer=ce,e.isContextProvider=le,e.isElement=ue,e.isForwardRef=de,e.isFragment=fe,e.isLazy=pe,e.isMemo=A,e.isPortal=j,e.isProfiler=M,e.isStrictMode=N,e.isSuspense=me,e.isValidElementType=b,e.typeOf=x})()})),x=o(((e,t)=>{process.env.NODE_ENV===`production`?t.exports=y():t.exports=b()})),S=o(((e,t)=>{var n=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function a(e){if(e==null)throw TypeError(`Object.assign cannot be called with null or undefined`);return Object(e)}function o(){try{if(!Object.assign)return!1;var e=new String(`abc`);if(e[5]=`de`,Object.getOwnPropertyNames(e)[0]===`5`)return!1;for(var t={},n=0;n<10;n++)t[`_`+String.fromCharCode(n)]=n;if(Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(``)!==`0123456789`)return!1;var r={};return`abcdefghijklmnopqrst`.split(``).forEach(function(e){r[e]=e}),Object.keys(Object.assign({},r)).join(``)===`abcdefghijklmnopqrst`}catch{return!1}}t.exports=o()?Object.assign:function(e,t){for(var o,s=a(e),c,l=1;l<arguments.length;l++){for(var u in o=Object(arguments[l]),o)r.call(o,u)&&(s[u]=o[u]);if(n){c=n(o);for(var d=0;d<c.length;d++)i.call(o,c[d])&&(s[c[d]]=o[c[d]])}}return s}})),C=o(((e,t)=>{t.exports=`SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED`})),w=o(((e,t)=>{t.exports=Function.call.bind(Object.prototype.hasOwnProperty)})),ee=o(((e,t)=>{var n=function(){};if(process.env.NODE_ENV!==`production`){var r=C(),i={},a=w();n=function(e){var t=`Warning: `+e;typeof console<`u`&&console.error(t);try{throw Error(t)}catch{}}}function o(e,t,o,s,c){if(process.env.NODE_ENV!==`production`){for(var l in e)if(a(e,l)){var u;try{if(typeof e[l]!=`function`){var d=Error((s||`React class`)+`: `+o+" type `"+l+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[l]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw d.name=`Invariant Violation`,d}u=e[l](t,l,s,o,null,r)}catch(e){u=e}if(u&&!(u instanceof Error)&&n((s||`React class`)+`: type specification of `+o+" `"+l+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof u+`. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).`),u instanceof Error&&!(u.message in i)){i[u.message]=!0;var f=c?c():``;n(`Failed `+o+` type: `+u.message+(f??``))}}}}o.resetWarningCache=function(){process.env.NODE_ENV!==`production`&&(i={})},t.exports=o})),te=o(((e,t)=>{var n=x(),r=S(),i=C(),a=w(),o=ee(),s=function(){};process.env.NODE_ENV!==`production`&&(s=function(e){var t=`Warning: `+e;typeof console<`u`&&console.error(t);try{throw Error(t)}catch{}});function c(){return null}t.exports=function(e,t){var l=typeof Symbol==`function`&&Symbol.iterator,u=`@@iterator`;function d(e){var t=e&&(l&&e[l]||e[u]);if(typeof t==`function`)return t}var f=`<<anonymous>>`,p={array:_(`array`),bigint:_(`bigint`),bool:_(`boolean`),func:_(`function`),number:_(`number`),object:_(`object`),string:_(`string`),symbol:_(`symbol`),any:v(),arrayOf:y,element:b(),elementType:x(),instanceOf:S,node:te(),objectOf:w,oneOf:C,oneOfType:ee,shape:re,exact:T};function m(e,t){return e===t?e!==0||1/e==1/t:e!==e&&t!==t}function h(e,t){this.message=e,this.data=t&&typeof t==`object`?t:{},this.stack=``}h.prototype=Error.prototype;function g(e){if(process.env.NODE_ENV!==`production`)var n={},r=0;function a(a,o,c,l,u,d,p){if(l||=f,d||=c,p!==i){if(t){var m=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 m.name=`Invariant Violation`,m}else if(process.env.NODE_ENV!==`production`&&typeof console<`u`){var g=l+`:`+c;!n[g]&&r<3&&(s("You are manually calling a React.PropTypes validation function for the `"+d+"` prop on `"+l+"`. 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."),n[g]=!0,r++)}}return o[c]==null?a?o[c]===null?new h(`The `+u+" `"+d+"` is marked as required "+("in `"+l+"`, but its value is `null`.")):new h(`The `+u+" `"+d+"` is marked as required in "+("`"+l+"`, but its value is `undefined`.")):null:e(o,c,l,u,d)}var o=a.bind(null,!1);return o.isRequired=a.bind(null,!0),o}function _(e){function t(t,n,r,i,a,o){var s=t[n];if(O(s)!==e){var c=k(s);return new h(`Invalid `+i+" `"+a+"` of type "+("`"+c+"` supplied to `"+r+"`, expected ")+("`"+e+"`."),{expectedType:e})}return null}return g(t)}function v(){return g(c)}function y(e){function t(t,n,r,a,o){if(typeof e!=`function`)return new h("Property `"+o+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var s=t[n];if(!Array.isArray(s)){var c=O(s);return new h(`Invalid `+a+" `"+o+"` of type "+("`"+c+"` supplied to `"+r+"`, expected an array."))}for(var l=0;l<s.length;l++){var u=e(s,l,r,a,o+`[`+l+`]`,i);if(u instanceof Error)return u}return null}return g(t)}function b(){function t(t,n,r,i,a){var o=t[n];if(!e(o)){var s=O(o);return new h(`Invalid `+i+" `"+a+"` of type "+("`"+s+"` supplied to `"+r+"`, expected a single ReactElement."))}return null}return g(t)}function x(){function e(e,t,r,i,a){var o=e[t];if(!n.isValidElementType(o)){var s=O(o);return new h(`Invalid `+i+" `"+a+"` of type "+("`"+s+"` supplied to `"+r+"`, expected a single ReactElement type."))}return null}return g(e)}function S(e){function t(t,n,r,i,a){if(!(t[n]instanceof e)){var o=e.name||f,s=ae(t[n]);return new h(`Invalid `+i+" `"+a+"` of type "+("`"+s+"` supplied to `"+r+"`, expected ")+("instance of `"+o+"`."))}return null}return g(t)}function C(e){if(!Array.isArray(e))return process.env.NODE_ENV!==`production`&&(arguments.length>1?s(`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]).`):s(`Invalid argument supplied to oneOf, expected an array.`)),c;function t(t,n,r,i,a){for(var o=t[n],s=0;s<e.length;s++)if(m(o,e[s]))return null;var c=JSON.stringify(e,function(e,t){return k(t)===`symbol`?String(t):t});return new h(`Invalid `+i+" `"+a+"` of value `"+String(o)+"` "+("supplied to `"+r+"`, expected one of "+c+`.`))}return g(t)}function w(e){function t(t,n,r,o,s){if(typeof e!=`function`)return new h("Property `"+s+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var c=t[n],l=O(c);if(l!==`object`)return new h(`Invalid `+o+" `"+s+"` of type "+("`"+l+"` supplied to `"+r+"`, expected an object."));for(var u in c)if(a(c,u)){var d=e(c,u,r,o,s+`.`+u,i);if(d instanceof Error)return d}return null}return g(t)}function ee(e){if(!Array.isArray(e))return process.env.NODE_ENV!==`production`&&s(`Invalid argument supplied to oneOfType, expected an instance of array.`),c;for(var t=0;t<e.length;t++){var n=e[t];if(typeof n!=`function`)return s(`Invalid argument supplied to oneOfType. Expected an array of check functions, but received `+ie(n)+` at index `+t+`.`),c}function r(t,n,r,o,s){for(var c=[],l=0;l<e.length;l++){var u=e[l],d=u(t,n,r,o,s,i);if(d==null)return null;d.data&&a(d.data,`expectedType`)&&c.push(d.data.expectedType)}var f=c.length>0?`, expected one of type [`+c.join(`, `)+`]`:``;return new h(`Invalid `+o+" `"+s+"` supplied to "+("`"+r+"`"+f+`.`))}return g(r)}function te(){function e(e,t,n,r,i){return E(e[t])?null:new h(`Invalid `+r+" `"+i+"` supplied to "+("`"+n+"`, expected a ReactNode."))}return g(e)}function ne(e,t,n,r,i){return new h((e||`React class`)+`: `+t+" type `"+n+`.`+r+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+i+"`.")}function re(e){function t(t,n,r,a,o){var s=t[n],c=O(s);if(c!==`object`)return new h(`Invalid `+a+" `"+o+"` of type `"+c+"` "+("supplied to `"+r+"`, expected `object`."));for(var l in e){var u=e[l];if(typeof u!=`function`)return ne(r,a,o,l,k(u));var d=u(s,l,r,a,o+`.`+l,i);if(d)return d}return null}return g(t)}function T(e){function t(t,n,o,s,c){var l=t[n],u=O(l);if(u!==`object`)return new h(`Invalid `+s+" `"+c+"` of type `"+u+"` "+("supplied to `"+o+"`, expected `object`."));for(var d in r({},t[n],e)){var f=e[d];if(a(e,d)&&typeof f!=`function`)return ne(o,s,c,d,k(f));if(!f)return new h(`Invalid `+s+" `"+c+"` key `"+d+"` supplied to `"+o+`\`.
2
+ Bad object: `+JSON.stringify(t[n],null,` `)+`
3
+ Valid keys: `+JSON.stringify(Object.keys(e),null,` `));var p=f(l,d,o,s,c+`.`+d,i);if(p)return p}return null}return g(t)}function E(t){switch(typeof t){case`number`:case`string`:case`undefined`:return!0;case`boolean`:return!t;case`object`:if(Array.isArray(t))return t.every(E);if(t===null||e(t))return!0;var n=d(t);if(n){var r=n.call(t),i;if(n!==t.entries){for(;!(i=r.next()).done;)if(!E(i.value))return!1}else for(;!(i=r.next()).done;){var a=i.value;if(a&&!E(a[1]))return!1}}else return!1;return!0;default:return!1}}function D(e,t){return e===`symbol`?!0:t?t[`@@toStringTag`]===`Symbol`||typeof Symbol==`function`&&t instanceof Symbol:!1}function O(e){var t=typeof e;return Array.isArray(e)?`array`:e instanceof RegExp?`object`:D(t,e)?`symbol`:t}function k(e){if(e==null)return``+e;var t=O(e);if(t===`object`){if(e instanceof Date)return`date`;if(e instanceof RegExp)return`regexp`}return t}function ie(e){var t=k(e);switch(t){case`array`:case`object`:return`an `+t;case`boolean`:case`date`:case`regexp`:return`a `+t;default:return t}}function ae(e){return!e.constructor||!e.constructor.name?f:e.constructor.name}return p.checkPropTypes=o,p.resetWarningCache=o.resetWarningCache,p.PropTypes=p,p}})),ne=o(((e,t)=>{var n=C();function r(){}function i(){}i.resetWarningCache=r,t.exports=function(){function e(e,t,r,i,a,o){if(o!==n){var s=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 s.name=`Invariant Violation`,s}}e.isRequired=e;function t(){return e}var a={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:r};return a.PropTypes=a,a}})),re=o(((e,t)=>{if(process.env.NODE_ENV!==`production`){var n=x();t.exports=te()(n.isElement,!0)}else t.exports=ne()()}));function T(e,...t){let n=new URL(`https://mui.com/production-error/?code=${e}`);return t.forEach(e=>n.searchParams.append(`args[]`,e)),`Minified MUI error #${e}; visit ${n} for the full message.`}function E(e,t=``){return e.displayName||e.name||t}function D(e,t,n){let r=E(t);return e.displayName||(r===``?n:`${n}(${r})`)}function O(e){if(e!=null){if(typeof e==`string`)return e;if(typeof e==`function`)return E(e,`Component`);if(typeof e==`object`)switch(e.$$typeof){case h.ForwardRef:return D(e,e.render,`ForwardRef`);case h.Memo:return D(e,e.type,`memo`);default:return}}}function k(e){if(typeof e!=`string`)throw Error(process.env.NODE_ENV===`production`?T(7):"MUI: `capitalize(string)` expects a string argument.");return e.charAt(0).toUpperCase()+e.slice(1)}function ie(e,t){let n={...t};for(let r in e)if(Object.prototype.hasOwnProperty.call(e,r)){let i=r;if(i===`components`||i===`slots`)n[i]={...e[i],...n[i]};else if(i===`componentsProps`||i===`slotProps`){let r=e[i],a=t[i];if(!a)n[i]=r||{};else if(!r)n[i]=a;else{n[i]={...a};for(let e in r)if(Object.prototype.hasOwnProperty.call(r,e)){let t=e;n[i][t]=ie(r[t],a[t])}}}else n[i]===void 0&&(n[i]=e[i])}return n}function ae(e,t,n=void 0){let r={};for(let i in e){let a=e[i],o=``,s=!0;for(let e=0;e<a.length;e+=1){let r=a[e];r&&(o+=(s===!0?``:` `)+t(r),s=!1,n&&n[r]&&(o+=` `+n[r]))}r[i]=o}return r}var oe=e=>e,se=(()=>{let e=oe;return{configure(t){e=t},generate(t){return e(t)},reset(){e=oe}}})(),ce={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 le(e,t,n=`Mui`){let r=ce[t];return r?`${n}-${r}`:`${se.generate(e)}-${t}`}function ue(e,t,n=`Mui`){let r={};return t.forEach(t=>{r[t]=le(e,t,n)}),r}function de(e,t=-(2**53-1),n=2**53-1){return Math.max(t,Math.min(e,n))}function fe(e){var t,n,r=``;if(typeof e==`string`||typeof e==`number`)r+=e;else if(typeof e==`object`)if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=fe(e[t]))&&(r&&(r+=` `),r+=n)}else for(n in e)e[n]&&(r&&(r+=` `),r+=n);return r}function pe(){for(var e,t,n=0,r=``,i=arguments.length;n<i;n++)(e=arguments[n])&&(t=fe(e))&&(r&&(r+=` `),r+=t);return r}var A=k;function j(e,t){return t?v(e,t,{clone:!1}):e}var M=c(re()),N=process.env.NODE_ENV===`production`?{}:M.default.oneOfType([M.default.number,M.default.string,M.default.object,M.default.array]);function me(e,t){if(!e.containerQueries)return t;let n=Object.keys(t).filter(e=>e.startsWith(`@container`)).sort((e,t)=>{let n=/min-width:\s*([0-9.]+)/;return(e.match(n)?.[1]||0)-+(t.match(n)?.[1]||0)});return n.length?n.reduce((e,n)=>{let r=t[n];return delete e[n],e[n]=r,e},{...t}):t}function he(e,t){return t===`@`||t.startsWith(`@`)&&(e.some(e=>t.startsWith(`@${e}`))||!!t.match(/^@\d/))}function ge(e,t){let n=t.match(/^@([^/]+)?\/?(.+)?$/);if(!n){if(process.env.NODE_ENV!==`production`)throw Error(process.env.NODE_ENV===`production`?T(18,`(${t})`):`MUI: The provided shorthand ${`(${t})`} is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.\nFor example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.`);return null}let[,r,i]=n,a=Number.isNaN(+r)?r||0:+r;return e.containerQueries(i).up(a)}function _e(e){let t=(e,t)=>e.replace(`@media`,t?`@container ${t}`:`@container`);function n(n,r){n.up=(...n)=>t(e.breakpoints.up(...n),r),n.down=(...n)=>t(e.breakpoints.down(...n),r),n.between=(...n)=>t(e.breakpoints.between(...n),r),n.only=(...n)=>t(e.breakpoints.only(...n),r),n.not=(...n)=>{let i=t(e.breakpoints.not(...n),r);return i.includes(`not all and`)?i.replace(`not all and `,``).replace(`min-width:`,`width<`).replace(`max-width:`,`width>`).replace(`and`,`or`):i}}let r={},i=e=>(n(r,e),r);return n(i),{...e,containerQueries:i}}var P={xs:0,sm:600,md:900,lg:1200,xl:1536},ve={keys:[`xs`,`sm`,`md`,`lg`,`xl`],up:e=>`@media (min-width:${P[e]}px)`},ye={containerQueries:e=>({up:t=>{let n=typeof t==`number`?t:P[t]||t;return typeof n==`number`&&(n=`${n}px`),e?`@container ${e} (min-width:${n})`:`@container (min-width:${n})`}})};function F(e,t,n){let r=e.theme||{};if(Array.isArray(t)){let e=r.breakpoints||ve;return t.reduce((r,i,a)=>(r[e.up(e.keys[a])]=n(t[a]),r),{})}if(typeof t==`object`){let e=r.breakpoints||ve;return Object.keys(t).reduce((i,a)=>{if(he(e.keys,a)){let e=ge(r.containerQueries?r:ye,a);e&&(i[e]=n(t[a],a))}else if(Object.keys(e.values||P).includes(a)){let r=e.up(a);i[r]=n(t[a],a)}else{let e=a;i[e]=t[e]}return i},{})}return n(t)}function be(e={}){return e.keys?.reduce((t,n)=>{let r=e.up(n);return t[r]={},t},{})||{}}function xe(e,t){return e.reduce((e,t)=>{let n=e[t];return(!n||Object.keys(n).length===0)&&delete e[t],e},t)}function Se(e,t,n=!0){if(!t||typeof t!=`string`)return null;if(e&&e.vars&&n){let n=`vars.${t}`.split(`.`).reduce((e,t)=>e&&e[t]?e[t]:null,e);if(n!=null)return n}return t.split(`.`).reduce((e,t)=>e&&e[t]!=null?e[t]:null,e)}function Ce(e,t,n,r=n){let i;return i=typeof e==`function`?e(n):Array.isArray(e)?e[n]||r:Se(e,n)||r,t&&(i=t(i,r,e)),i}function I(e){let{prop:t,cssProperty:n=e.prop,themeKey:r,transform:i}=e,a=e=>{if(e[t]==null)return null;let a=e[t],o=e.theme,s=Se(o,r)||{};return F(e,a,e=>{let r=Ce(s,i,e);return e===r&&typeof e==`string`&&(r=Ce(s,i,`${t}${e===`default`?``:k(e)}`,e)),n===!1?r:{[n]:r}})};return a.propTypes=process.env.NODE_ENV===`production`?{}:{[t]:N},a.filterProps=[t],a}function we(e){let t={};return n=>(t[n]===void 0&&(t[n]=e(n)),t[n])}var Te={m:`margin`,p:`padding`},Ee={t:`Top`,r:`Right`,b:`Bottom`,l:`Left`,x:[`Left`,`Right`],y:[`Top`,`Bottom`]},De={marginX:`mx`,marginY:`my`,paddingX:`px`,paddingY:`py`},Oe=we(e=>{if(e.length>2)if(De[e])e=De[e];else return[e];let[t,n]=e.split(``),r=Te[t],i=Ee[n]||``;return Array.isArray(i)?i.map(e=>r+e):[r+i]}),ke=[`m`,`mt`,`mr`,`mb`,`ml`,`mx`,`my`,`margin`,`marginTop`,`marginRight`,`marginBottom`,`marginLeft`,`marginX`,`marginY`,`marginInline`,`marginInlineStart`,`marginInlineEnd`,`marginBlock`,`marginBlockStart`,`marginBlockEnd`],Ae=[`p`,`pt`,`pr`,`pb`,`pl`,`px`,`py`,`padding`,`paddingTop`,`paddingRight`,`paddingBottom`,`paddingLeft`,`paddingX`,`paddingY`,`paddingInline`,`paddingInlineStart`,`paddingInlineEnd`,`paddingBlock`,`paddingBlockStart`,`paddingBlockEnd`],je=[...ke,...Ae];function Me(e,t,n,r){let i=Se(e,t,!0)??n;return typeof i==`number`||typeof i==`string`?e=>typeof e==`string`?e:(process.env.NODE_ENV!==`production`&&typeof e!=`number`&&console.error(`MUI: Expected ${r} argument to be a number or a string, got ${e}.`),typeof i==`string`?`calc(${e} * ${i})`:i*e):Array.isArray(i)?e=>{if(typeof e==`string`)return e;let n=Math.abs(e);process.env.NODE_ENV!==`production`&&(Number.isInteger(n)?n>i.length-1&&console.error([`MUI: The value provided (${n}) overflows.`,`The supported values are: ${JSON.stringify(i)}.`,`${n} > ${i.length-1}, you need to add the missing values.`].join(`
4
+ `)):console.error([`MUI: The \`theme.${t}\` 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.${t}\` as a number.`].join(`
5
+ `)));let r=i[n];return e>=0?r:typeof r==`number`?-r:`-${r}`}:typeof i==`function`?i:(process.env.NODE_ENV!==`production`&&console.error([`MUI: The \`theme.${t}\` value (${i}) is invalid.`,`It should be a number, an array or a function.`].join(`
6
+ `)),()=>void 0)}function Ne(e){return Me(e,`spacing`,8,`spacing`)}function Pe(e,t){return typeof t==`string`||t==null?t:e(t)}function Fe(e,t){return n=>e.reduce((e,r)=>(e[r]=Pe(t,n),e),{})}function Ie(e,t,n,r){if(!t.includes(n))return null;let i=Fe(Oe(n),r),a=e[n];return F(e,a,i)}function Le(e,t){let n=Ne(e.theme);return Object.keys(e).map(r=>Ie(e,t,r,n)).reduce(j,{})}function L(e){return Le(e,ke)}L.propTypes=process.env.NODE_ENV===`production`?{}:ke.reduce((e,t)=>(e[t]=N,e),{}),L.filterProps=ke;function R(e){return Le(e,Ae)}R.propTypes=process.env.NODE_ENV===`production`?{}:Ae.reduce((e,t)=>(e[t]=N,e),{}),R.filterProps=Ae;function z(e){return Le(e,je)}z.propTypes=process.env.NODE_ENV===`production`?{}:je.reduce((e,t)=>(e[t]=N,e),{}),z.filterProps=je;function Re(...e){let t=e.reduce((e,t)=>(t.filterProps.forEach(n=>{e[n]=t}),e),{}),n=e=>Object.keys(e).reduce((n,r)=>t[r]?j(n,t[r](e)):n,{});return n.propTypes=process.env.NODE_ENV===`production`?{}:e.reduce((e,t)=>Object.assign(e,t.propTypes),{}),n.filterProps=e.reduce((e,t)=>e.concat(t.filterProps),[]),n}function B(e){return typeof e==`number`?`${e}px solid`:e}function V(e,t){return I({prop:e,themeKey:`borders`,transform:t})}var ze=V(`border`,B),Be=V(`borderTop`,B),Ve=V(`borderRight`,B),He=V(`borderBottom`,B),Ue=V(`borderLeft`,B),We=V(`borderColor`),Ge=V(`borderTopColor`),Ke=V(`borderRightColor`),qe=V(`borderBottomColor`),Je=V(`borderLeftColor`),Ye=V(`outline`,B),Xe=V(`outlineColor`),Ze=e=>{if(e.borderRadius!==void 0&&e.borderRadius!==null){let t=Me(e.theme,`shape.borderRadius`,4,`borderRadius`);return F(e,e.borderRadius,e=>({borderRadius:Pe(t,e)}))}return null};Ze.propTypes=process.env.NODE_ENV===`production`?{}:{borderRadius:N},Ze.filterProps=[`borderRadius`],Re(ze,Be,Ve,He,Ue,We,Ge,Ke,qe,Je,Ze,Ye,Xe);var Qe=e=>{if(e.gap!==void 0&&e.gap!==null){let t=Me(e.theme,`spacing`,8,`gap`);return F(e,e.gap,e=>({gap:Pe(t,e)}))}return null};Qe.propTypes=process.env.NODE_ENV===`production`?{}:{gap:N},Qe.filterProps=[`gap`];var $e=e=>{if(e.columnGap!==void 0&&e.columnGap!==null){let t=Me(e.theme,`spacing`,8,`columnGap`);return F(e,e.columnGap,e=>({columnGap:Pe(t,e)}))}return null};$e.propTypes=process.env.NODE_ENV===`production`?{}:{columnGap:N},$e.filterProps=[`columnGap`];var et=e=>{if(e.rowGap!==void 0&&e.rowGap!==null){let t=Me(e.theme,`spacing`,8,`rowGap`);return F(e,e.rowGap,e=>({rowGap:Pe(t,e)}))}return null};et.propTypes=process.env.NODE_ENV===`production`?{}:{rowGap:N},et.filterProps=[`rowGap`],Re(Qe,$e,et,I({prop:`gridColumn`}),I({prop:`gridRow`}),I({prop:`gridAutoFlow`}),I({prop:`gridAutoColumns`}),I({prop:`gridAutoRows`}),I({prop:`gridTemplateColumns`}),I({prop:`gridTemplateRows`}),I({prop:`gridTemplateAreas`}),I({prop:`gridArea`}));function tt(e,t){return t===`grey`?t:e}Re(I({prop:`color`,themeKey:`palette`,transform:tt}),I({prop:`bgcolor`,cssProperty:`backgroundColor`,themeKey:`palette`,transform:tt}),I({prop:`backgroundColor`,themeKey:`palette`,transform:tt}));function H(e){return e<=1&&e!==0?`${e*100}%`:e}var nt=I({prop:`width`,transform:H}),rt=e=>e.maxWidth!==void 0&&e.maxWidth!==null?F(e,e.maxWidth,t=>{let n=e.theme?.breakpoints?.values?.[t]||P[t];return n?e.theme?.breakpoints?.unit===`px`?{maxWidth:n}:{maxWidth:`${n}${e.theme.breakpoints.unit}`}:{maxWidth:H(t)}}):null;rt.filterProps=[`maxWidth`];var it=I({prop:`minWidth`,transform:H}),at=I({prop:`height`,transform:H}),ot=I({prop:`maxHeight`,transform:H}),st=I({prop:`minHeight`,transform:H});I({prop:`size`,cssProperty:`width`,transform:H}),I({prop:`size`,cssProperty:`height`,transform:H}),Re(nt,rt,it,at,ot,st,I({prop:`boxSizing`}));var ct={border:{themeKey:`borders`,transform:B},borderTop:{themeKey:`borders`,transform:B},borderRight:{themeKey:`borders`,transform:B},borderBottom:{themeKey:`borders`,transform:B},borderLeft:{themeKey:`borders`,transform:B},borderColor:{themeKey:`palette`},borderTopColor:{themeKey:`palette`},borderRightColor:{themeKey:`palette`},borderBottomColor:{themeKey:`palette`},borderLeftColor:{themeKey:`palette`},outline:{themeKey:`borders`,transform:B},outlineColor:{themeKey:`palette`},borderRadius:{themeKey:`shape.borderRadius`,style:Ze},color:{themeKey:`palette`,transform:tt},bgcolor:{themeKey:`palette`,cssProperty:`backgroundColor`,transform:tt},backgroundColor:{themeKey:`palette`,transform:tt},p:{style:R},pt:{style:R},pr:{style:R},pb:{style:R},pl:{style:R},px:{style:R},py:{style:R},padding:{style:R},paddingTop:{style:R},paddingRight:{style:R},paddingBottom:{style:R},paddingLeft:{style:R},paddingX:{style:R},paddingY:{style:R},paddingInline:{style:R},paddingInlineStart:{style:R},paddingInlineEnd:{style:R},paddingBlock:{style:R},paddingBlockStart:{style:R},paddingBlockEnd:{style:R},m:{style:L},mt:{style:L},mr:{style:L},mb:{style:L},ml:{style:L},mx:{style:L},my:{style:L},margin:{style:L},marginTop:{style:L},marginRight:{style:L},marginBottom:{style:L},marginLeft:{style:L},marginX:{style:L},marginY:{style:L},marginInline:{style:L},marginInlineStart:{style:L},marginInlineEnd:{style:L},marginBlock:{style:L},marginBlockStart:{style:L},marginBlockEnd:{style:L},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:Qe},rowGap:{style:et},columnGap:{style:$e},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:`zIndex`},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:`shadows`},width:{transform:H},maxWidth:{style:rt},minWidth:{transform:H},height:{transform:H},maxHeight:{transform:H},minHeight:{transform:H},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`}};function lt(...e){let t=e.reduce((e,t)=>e.concat(Object.keys(t)),[]),n=new Set(t);return e.every(e=>n.size===Object.keys(e).length)}function ut(e,t){return typeof e==`function`?e(t):e}function dt(){function e(e,t,n,r){let i={[e]:t,theme:n},a=r[e];if(!a)return{[e]:t};let{cssProperty:o=e,themeKey:s,transform:c,style:l}=a;if(t==null)return null;if(s===`typography`&&t===`inherit`)return{[e]:t};let u=Se(n,s)||{};return l?l(i):F(i,t,t=>{let n=Ce(u,c,t);return t===n&&typeof t==`string`&&(n=Ce(u,c,`${e}${t===`default`?``:k(t)}`,t)),o===!1?n:{[o]:n}})}function t(n){let{sx:r,theme:i={},nested:a}=n||{};if(!r)return null;let o=i.unstable_sxConfig??ct;function s(n){let r=n;if(typeof n==`function`)r=n(i);else if(typeof n!=`object`)return n;if(!r)return null;let s=be(i.breakpoints),c=Object.keys(s),l=s;return Object.keys(r).forEach(n=>{let a=ut(r[n],i);if(a!=null)if(typeof a==`object`)if(o[n])l=j(l,e(n,a,i,o));else{let e=F({theme:i},a,e=>({[n]:e}));lt(e,a)?l[n]=t({sx:a,theme:i,nested:!0}):l=j(l,e)}else l=j(l,e(n,a,i,o))}),!a&&i.modularCssLayers?{"@layer sx":me(i,xe(c,l))}:me(i,xe(c,l))}return Array.isArray(r)?r.map(s):s(r)}return t}var ft=dt();ft.filterProps=[`sx`];function pt(e){for(var t=0,n,r=0,i=e.length;i>=4;++r,i-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(i){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var mt={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};function ht(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var gt=!1,_t=/[A-Z]|^ms/g,vt=/_EMO_([^_]+?)_([^]*?)_EMO_/g,yt=function(e){return e.charCodeAt(1)===45},bt=function(e){return e!=null&&typeof e!=`boolean`},xt=ht(function(e){return yt(e)?e:e.replace(_t,`-$&`).toLowerCase()}),St=function(e,t){switch(e){case`animation`:case`animationName`:if(typeof t==`string`)return t.replace(vt,function(e,t,n){return U={name:t,styles:n,next:U},t})}return mt[e]!==1&&!yt(e)&&typeof t==`number`&&t!==0?t+`px`:t},Ct=`Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.`;function wt(e,t,n){if(n==null)return``;var r=n;if(r.__emotion_styles!==void 0)return r;switch(typeof n){case`boolean`:return``;case`object`:var i=n;if(i.anim===1)return U={name:i.name,styles:i.styles,next:U},i.name;var a=n;if(a.styles!==void 0){var o=a.next;if(o!==void 0)for(;o!==void 0;)U={name:o.name,styles:o.styles,next:U},o=o.next;return a.styles+`;`}return Tt(e,t,n);case`function`:if(e!==void 0){var s=U,c=n(e);return U=s,wt(e,t,c)}break}var l=n;if(t==null)return l;var u=t[l];return u===void 0?l:u}function Tt(e,t,n){var r=``;if(Array.isArray(n))for(var i=0;i<n.length;i++)r+=wt(e,t,n[i])+`;`;else for(var a in n){var o=n[a];if(typeof o!=`object`){var s=o;t!=null&&t[s]!==void 0?r+=a+`{`+t[s]+`}`:bt(s)&&(r+=xt(a)+`:`+St(a,s)+`;`)}else{if(a===`NO_COMPONENT_SELECTOR`&&gt)throw Error(Ct);if(Array.isArray(o)&&typeof o[0]==`string`&&(t==null||t[o[0]]===void 0))for(var c=0;c<o.length;c++)bt(o[c])&&(r+=xt(a)+`:`+St(a,o[c])+`;`);else{var l=wt(e,t,o);switch(a){case`animation`:case`animationName`:r+=xt(a)+`:`+l+`;`;break;default:r+=a+`{`+l+`}`}}}}return r}var Et=/label:\s*([^\s;{]+)\s*(;|$)/g,U;function Dt(e,t,n){if(e.length===1&&typeof e[0]==`object`&&e[0]!==null&&e[0].styles!==void 0)return e[0];var r=!0,i=``;U=void 0;var a=e[0];a==null||a.raw===void 0?(r=!1,i+=wt(n,t,a)):i+=a[0];for(var o=1;o<e.length;o++)i+=wt(n,t,e[o]),r&&(i+=a[o]);Et.lastIndex=0;for(var s=``,c;(c=Et.exec(i))!==null;)s+=`-`+c[1];return{name:pt(i)+s,styles:i,next:U}}var Ot=o((e=>{var t=require(`react`),n=Symbol.for(`react.element`),r=Symbol.for(`react.fragment`),i=Object.prototype.hasOwnProperty,a=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,o={key:!0,ref:!0,__self:!0,__source:!0};function s(e,t,r){var s,c={},l=null,u=null;for(s in r!==void 0&&(l=``+r),t.key!==void 0&&(l=``+t.key),t.ref!==void 0&&(u=t.ref),t)i.call(t,s)&&!o.hasOwnProperty(s)&&(c[s]=t[s]);if(e&&e.defaultProps)for(s in t=e.defaultProps,t)c[s]===void 0&&(c[s]=t[s]);return{$$typeof:n,type:e,key:l,ref:u,props:c,_owner:a.current}}e.Fragment=r,e.jsx=s,e.jsxs=s})),kt=o((e=>{process.env.NODE_ENV!==`production`&&(function(){"use strict";var t=require(`react`),n=Symbol.for(`react.element`),r=Symbol.for(`react.portal`),i=Symbol.for(`react.fragment`),a=Symbol.for(`react.strict_mode`),o=Symbol.for(`react.profiler`),s=Symbol.for(`react.provider`),c=Symbol.for(`react.context`),l=Symbol.for(`react.forward_ref`),u=Symbol.for(`react.suspense`),d=Symbol.for(`react.suspense_list`),f=Symbol.for(`react.memo`),p=Symbol.for(`react.lazy`),m=Symbol.for(`react.offscreen`),h=Symbol.iterator,g=`@@iterator`;function _(e){if(typeof e!=`object`||!e)return null;var t=h&&e[h]||e[g];return typeof t==`function`?t:null}var v=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function y(e){b(`error`,e,[...arguments].slice(1))}function b(e,t,n){var r=v.ReactDebugCurrentFrame.getStackAddendum();r!==``&&(t+=`%s`,n=n.concat([r]));var i=n.map(function(e){return String(e)});i.unshift(`Warning: `+t),Function.prototype.apply.call(console[e],console,i)}var x=!1,S=!1,C=!1,w=!1,ee=!1,te=Symbol.for(`react.module.reference`);function ne(e){return!!(typeof e==`string`||typeof e==`function`||e===i||e===o||ee||e===a||e===u||e===d||w||e===m||x||S||C||typeof e==`object`&&e&&(e.$$typeof===p||e.$$typeof===f||e.$$typeof===s||e.$$typeof===c||e.$$typeof===l||e.$$typeof===te||e.getModuleId!==void 0))}function re(e,t,n){var r=e.displayName;if(r)return r;var i=t.displayName||t.name||``;return i===``?n:n+`(`+i+`)`}function T(e){return e.displayName||`Context`}function E(e){if(e==null)return null;if(typeof e.tag==`number`&&y(`Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue.`),typeof e==`function`)return e.displayName||e.name||null;if(typeof e==`string`)return e;switch(e){case i:return`Fragment`;case r:return`Portal`;case o:return`Profiler`;case a:return`StrictMode`;case u:return`Suspense`;case d:return`SuspenseList`}if(typeof e==`object`)switch(e.$$typeof){case c:return T(e)+`.Consumer`;case s:return T(e._context)+`.Provider`;case l:return re(e,e.render,`ForwardRef`);case f:var t=e.displayName||null;return t===null?E(e.type)||`Memo`:t;case p:var n=e,m=n._payload,h=n._init;try{return E(h(m))}catch{return null}}return null}var D=Object.assign,O=0,k,ie,ae,oe,se,ce,le;function ue(){}ue.__reactDisabledLog=!0;function de(){if(O===0){k=console.log,ie=console.info,ae=console.warn,oe=console.error,se=console.group,ce=console.groupCollapsed,le=console.groupEnd;var e={configurable:!0,enumerable:!0,value:ue,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}O++}function fe(){if(O--,O===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:D({},e,{value:k}),info:D({},e,{value:ie}),warn:D({},e,{value:ae}),error:D({},e,{value:oe}),group:D({},e,{value:se}),groupCollapsed:D({},e,{value:ce}),groupEnd:D({},e,{value:le})})}O<0&&y(`disabledDepth fell below zero. This is a bug in React. Please file an issue.`)}var pe=v.ReactCurrentDispatcher,A;function j(e,t,n){if(A===void 0)try{throw Error()}catch(e){var r=e.stack.trim().match(/\n( *(at )?)/);A=r&&r[1]||``}return`
7
+ `+A+e}var M=!1,N=new(typeof WeakMap==`function`?WeakMap:Map);function me(e,t){if(!e||M)return``;var n=N.get(e);if(n!==void 0)return n;var r;M=!0;var i=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var a=pe.current;pe.current=null,de();try{if(t){var o=function(){throw Error()};if(Object.defineProperty(o.prototype,`props`,{set:function(){throw Error()}}),typeof Reflect==`object`&&Reflect.construct){try{Reflect.construct(o,[])}catch(e){r=e}Reflect.construct(e,[],o)}else{try{o.call()}catch(e){r=e}e.call(o.prototype)}}else{try{throw Error()}catch(e){r=e}e()}}catch(t){if(t&&r&&typeof t.stack==`string`){for(var s=t.stack.split(`
8
+ `),c=r.stack.split(`
9
+ `),l=s.length-1,u=c.length-1;l>=1&&u>=0&&s[l]!==c[u];)u--;for(;l>=1&&u>=0;l--,u--)if(s[l]!==c[u]){if(l!==1||u!==1)do if(l--,u--,u<0||s[l]!==c[u]){var d=`
10
+ `+s[l].replace(` at new `,` at `);return e.displayName&&d.includes(`<anonymous>`)&&(d=d.replace(`<anonymous>`,e.displayName)),typeof e==`function`&&N.set(e,d),d}while(l>=1&&u>=0);break}}}finally{M=!1,pe.current=a,fe(),Error.prepareStackTrace=i}var f=e?e.displayName||e.name:``,p=f?j(f):``;return typeof e==`function`&&N.set(e,p),p}function he(e,t,n){return me(e,!1)}function ge(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function _e(e,t,n){if(e==null)return``;if(typeof e==`function`)return me(e,ge(e));if(typeof e==`string`)return j(e);switch(e){case u:return j(`Suspense`);case d:return j(`SuspenseList`)}if(typeof e==`object`)switch(e.$$typeof){case l:return he(e.render);case f:return _e(e.type,t,n);case p:var r=e,i=r._payload,a=r._init;try{return _e(a(i),t,n)}catch{}}return``}var P=Object.prototype.hasOwnProperty,ve={},ye=v.ReactDebugCurrentFrame;function F(e){if(e){var t=e._owner,n=_e(e.type,e._source,t?t.type:null);ye.setExtraStackFrame(n)}else ye.setExtraStackFrame(null)}function be(e,t,n,r,i){var a=Function.call.bind(P);for(var o in e)if(a(e,o)){var s=void 0;try{if(typeof e[o]!=`function`){var c=Error((r||`React class`)+`: `+n+" type `"+o+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[o]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw c.name=`Invariant Violation`,c}s=e[o](t,o,r,n,null,`SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED`)}catch(e){s=e}s&&!(s instanceof Error)&&(F(i),y("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",r||`React class`,n,o,typeof s),F(null)),s instanceof Error&&!(s.message in ve)&&(ve[s.message]=!0,F(i),y(`Failed %s type: %s`,n,s.message),F(null))}}var xe=Array.isArray;function Se(e){return xe(e)}function Ce(e){return typeof Symbol==`function`&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||`Object`}function I(e){try{return we(e),!1}catch{return!0}}function we(e){return``+e}function Te(e){if(I(e))return y(`The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.`,Ce(e)),we(e)}var Ee=v.ReactCurrentOwner,De={key:!0,ref:!0,__self:!0,__source:!0},Oe,ke,Ae={};function je(e){if(P.call(e,`ref`)){var t=Object.getOwnPropertyDescriptor(e,`ref`).get;if(t&&t.isReactWarning)return!1}return e.ref!==void 0}function Me(e){if(P.call(e,`key`)){var t=Object.getOwnPropertyDescriptor(e,`key`).get;if(t&&t.isReactWarning)return!1}return e.key!==void 0}function Ne(e,t){if(typeof e.ref==`string`&&Ee.current&&t&&Ee.current.stateNode!==t){var n=E(Ee.current.type);Ae[n]||(y(`Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref`,E(Ee.current.type),e.ref),Ae[n]=!0)}}function Pe(e,t){var n=function(){Oe||(Oe=!0,y("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",t))};n.isReactWarning=!0,Object.defineProperty(e,`key`,{get:n,configurable:!0})}function Fe(e,t){var n=function(){ke||(ke=!0,y("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",t))};n.isReactWarning=!0,Object.defineProperty(e,`ref`,{get:n,configurable:!0})}var Ie=function(e,t,r,i,a,o,s){var c={$$typeof:n,type:e,key:t,ref:r,props:s,_owner:o};return c._store={},Object.defineProperty(c._store,`validated`,{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(c,`_self`,{configurable:!1,enumerable:!1,writable:!1,value:i}),Object.defineProperty(c,`_source`,{configurable:!1,enumerable:!1,writable:!1,value:a}),Object.freeze&&(Object.freeze(c.props),Object.freeze(c)),c};function Le(e,t,n,r,i){var a,o={},s=null,c=null;for(a in n!==void 0&&(Te(n),s=``+n),Me(t)&&(Te(t.key),s=``+t.key),je(t)&&(c=t.ref,Ne(t,i)),t)P.call(t,a)&&!De.hasOwnProperty(a)&&(o[a]=t[a]);if(e&&e.defaultProps){var l=e.defaultProps;for(a in l)o[a]===void 0&&(o[a]=l[a])}if(s||c){var u=typeof e==`function`?e.displayName||e.name||`Unknown`:e;s&&Pe(o,u),c&&Fe(o,u)}return Ie(e,s,c,i,r,Ee.current,o)}var L=v.ReactCurrentOwner,R=v.ReactDebugCurrentFrame;function z(e){if(e){var t=e._owner,n=_e(e.type,e._source,t?t.type:null);R.setExtraStackFrame(n)}else R.setExtraStackFrame(null)}var Re=!1;function B(e){return typeof e==`object`&&!!e&&e.$$typeof===n}function V(){if(L.current){var e=E(L.current.type);if(e)return`
11
+
12
+ Check the render method of \``+e+"`."}return``}function ze(e){if(e!==void 0){var t=e.fileName.replace(/^.*[\\\/]/,``),n=e.lineNumber;return`
13
+
14
+ Check your code at `+t+`:`+n+`.`}return``}var Be={};function Ve(e){var t=V();if(!t){var n=typeof e==`string`?e:e.displayName||e.name;n&&(t=`
15
+
16
+ Check the top-level render call using <`+n+`>.`)}return t}function He(e,t){if(!(!e._store||e._store.validated||e.key!=null)){e._store.validated=!0;var n=Ve(t);if(!Be[n]){Be[n]=!0;var r=``;e&&e._owner&&e._owner!==L.current&&(r=` It was passed a child from `+E(e._owner.type)+`.`),z(e),y(`Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.`,n,r),z(null)}}}function Ue(e,t){if(typeof e==`object`){if(Se(e))for(var n=0;n<e.length;n++){var r=e[n];B(r)&&He(r,t)}else if(B(e))e._store&&(e._store.validated=!0);else if(e){var i=_(e);if(typeof i==`function`&&i!==e.entries)for(var a=i.call(e),o;!(o=a.next()).done;)B(o.value)&&He(o.value,t)}}}function We(e){var t=e.type;if(!(t==null||typeof t==`string`)){var n;if(typeof t==`function`)n=t.propTypes;else if(typeof t==`object`&&(t.$$typeof===l||t.$$typeof===f))n=t.propTypes;else return;if(n){var r=E(t);be(n,e.props,`prop`,r,e)}else t.PropTypes!==void 0&&!Re&&(Re=!0,y("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",E(t)||`Unknown`));typeof t.getDefaultProps==`function`&&!t.getDefaultProps.isReactClassApproved&&y("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Ge(e){for(var t=Object.keys(e.props),n=0;n<t.length;n++){var r=t[n];if(r!==`children`&&r!==`key`){z(e),y("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",r),z(null);break}}e.ref!==null&&(z(e),y("Invalid attribute `ref` supplied to `React.Fragment`."),z(null))}var Ke={};function qe(e,t,r,a,o,s){var c=ne(e);if(!c){var l=``;(e===void 0||typeof e==`object`&&e&&Object.keys(e).length===0)&&(l+=` You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.`);var u=ze(o);u?l+=u:l+=V();var d;e===null?d=`null`:Se(e)?d=`array`:e!==void 0&&e.$$typeof===n?(d=`<`+(E(e.type)||`Unknown`)+` />`,l=` Did you accidentally export a JSX literal instead of a component?`):d=typeof e,y(`React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s`,d,l)}var f=Le(e,t,r,o,s);if(f==null)return f;if(c){var p=t.children;if(p!==void 0)if(a)if(Se(p)){for(var m=0;m<p.length;m++)Ue(p[m],e);Object.freeze&&Object.freeze(p)}else y(`React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.`);else Ue(p,e)}if(P.call(t,`key`)){var h=E(e),g=Object.keys(t).filter(function(e){return e!==`key`}),_=g.length>0?`{key: someKey, `+g.join(`: ..., `)+`: ...}`:`{key: someKey}`;Ke[h+_]||(y(`A props object containing a "key" prop is being spread into JSX:
17
+ let props = %s;
18
+ <%s {...props} />
19
+ React keys must be passed directly to JSX without using spread:
20
+ let props = %s;
21
+ <%s key={someKey} {...props} />`,_,h,g.length>0?`{`+g.join(`: ..., `)+`: ...}`:`{}`,h),Ke[h+_]=!0)}return e===i?Ge(f):We(f),f}function Je(e,t,n){return qe(e,t,n,!0)}function Ye(e,t,n){return qe(e,t,n,!1)}var Xe=Ye,Ze=Je;e.Fragment=i,e.jsx=Xe,e.jsxs=Ze})()})),At=o(((e,t)=>{process.env.NODE_ENV===`production`?t.exports=Ot():t.exports=kt()}));function jt(e,t){let n=(0,d.default)(e,t);return process.env.NODE_ENV===`production`?n:(...t)=>{let r=typeof e==`string`?`"${e}"`:`component`;return t.length===0?console.error([`MUI: Seems like you called \`styled(${r})()\` without a \`style\` argument.`,'You must provide a `styles` argument: `styled("div")(styleYouForgotToPass)`.'].join(`
22
+ `)):t.some(e=>e===void 0)&&console.error(`MUI: the styled(${r})(...args) API requires all its args to be defined.`),n(...t)}}function Mt(e,t){Array.isArray(e.__emotion_styles)&&(e.__emotion_styles=t(e.__emotion_styles))}var Nt=[];function Pt(e){return Nt[0]=e,Dt(Nt)}var Ft=e=>{let t=Object.keys(e).map(t=>({key:t,val:e[t]}))||[];return t.sort((e,t)=>e.val-t.val),t.reduce((e,t)=>({...e,[t.key]:t.val}),{})};function It(e){let{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:n=`px`,step:r=5,...i}=e,a=Ft(t),o=Object.keys(a);function s(e){return`@media (min-width:${typeof t[e]==`number`?t[e]:e}${n})`}function c(e){return`@media (max-width:${(typeof t[e]==`number`?t[e]:e)-r/100}${n})`}function l(e,i){let a=o.indexOf(i);return`@media (min-width:${typeof t[e]==`number`?t[e]:e}${n}) and (max-width:${(a!==-1&&typeof t[o[a]]==`number`?t[o[a]]:i)-r/100}${n})`}function u(e){return o.indexOf(e)+1<o.length?l(e,o[o.indexOf(e)+1]):s(e)}function d(e){let t=o.indexOf(e);return t===0?s(o[1]):t===o.length-1?c(o[t]):l(e,o[o.indexOf(e)+1]).replace(`@media`,`@media not all and`)}return{keys:o,values:a,up:s,down:c,between:l,only:u,not:d,unit:n,...i}}var Lt={borderRadius:4};function Rt(e=8,t=Ne({spacing:e})){if(e.mui)return e;let n=(...e)=>(process.env.NODE_ENV!==`production`&&(e.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${e.length}`)),(e.length===0?[1]:e).map(e=>{let n=t(e);return typeof n==`number`?`${n}px`:n}).join(` `));return n.mui=!0,n}function zt(e,t){let n=this;if(n.vars){if(!n.colorSchemes?.[e]||typeof n.getColorSchemeSelector!=`function`)return{};let r=n.getColorSchemeSelector(e);return r===`&`?t:((r.includes(`data-`)||r.includes(`.`))&&(r=`*:where(${r.replace(/\s*&$/,``)}) &`),{[r]:t})}return n.palette.mode===e?t:{}}function Bt(e={},...t){let{breakpoints:n={},palette:r={},spacing:i,shape:a={},...o}=e,s=It(n),c=Rt(i),l=v({breakpoints:s,direction:`ltr`,components:{},palette:{mode:`light`,...r},spacing:c,shape:{...Lt,...a}},o);return l=_e(l),l.applyStyles=zt,l=t.reduce((e,t)=>v(e,t),l),l.unstable_sxConfig={...ct,...o?.unstable_sxConfig},l.unstable_sx=function(e){return ft({sx:e,theme:this})},l}function Vt(e){let{variants:t,...n}=e,r={variants:t,style:Pt(n),isProcessed:!0};return r.style===n||t&&t.forEach(e=>{typeof e.style!=`function`&&(e.style=Pt(e.style))}),r}var Ht=Bt();function Ut(e){return e!==`ownerState`&&e!==`theme`&&e!==`sx`&&e!==`as`}function Wt(e,t){return t&&e&&typeof e==`object`&&e.styles&&!e.styles.startsWith(`@layer`)&&(e.styles=`@layer ${t}{${String(e.styles)}}`),e}function Gt(e){return e?(t,n)=>n[e]:null}function Kt(e,t,n){e.theme=Qt(e.theme)?n:e.theme[t]||e.theme}function qt(e,t,n){let r=typeof t==`function`?t(e):t;if(Array.isArray(r))return r.flatMap(t=>qt(e,t,n));if(Array.isArray(r?.variants)){let t;if(r.isProcessed)t=n?Wt(r.style,n):r.style;else{let{variants:e,...i}=r;t=n?Wt(Pt(i),n):i}return Jt(e,r.variants,[t],n)}return r?.isProcessed?n?Wt(Pt(r.style),n):r.style:n?Wt(Pt(r),n):r}function Jt(e,t,n=[],r=void 0){let i;variantLoop:for(let a=0;a<t.length;a+=1){let o=t[a];if(typeof o.props==`function`){if(i??={...e,...e.ownerState,ownerState:e.ownerState},!o.props(i))continue}else for(let t in o.props)if(e[t]!==o.props[t]&&e.ownerState?.[t]!==o.props[t])continue variantLoop;typeof o.style==`function`?(i??={...e,...e.ownerState,ownerState:e.ownerState},n.push(r?Wt(Pt(o.style(i)),r):o.style(i))):n.push(r?Wt(Pt(o.style),r):o.style)}return n}function Yt(e={}){let{themeId:t,defaultTheme:n=Ht,rootShouldForwardProp:r=Ut,slotShouldForwardProp:i=Ut}=e;function a(e){Kt(e,t,n)}return(e,t={})=>{Mt(e,e=>e.filter(e=>e!==ft));let{name:n,slot:o,skipVariantsResolver:s,skipSx:c,overridesResolver:l=Gt(en(o)),...u}=t,d=n&&n.startsWith(`Mui`)||o?`components`:`custom`,f=s===void 0?o&&o!==`Root`&&o!==`root`||!1:s,p=c||!1,m=Ut;o===`Root`||o===`root`?m=r:o?m=i:$t(e)&&(m=void 0);let h=jt(e,{shouldForwardProp:m,label:Zt(n,o),...u}),_=e=>{if(e.__emotion_real===e)return e;if(typeof e==`function`)return function(t){return qt(t,e,t.theme.modularCssLayers?d:void 0)};if(g(e)){let t=Vt(e);return function(e){return t.variants?qt(e,t,e.theme.modularCssLayers?d:void 0):e.theme.modularCssLayers?Wt(t.style,d):t.style}}return e},v=(...t)=>{let r=[],i=t.map(_),s=[];if(r.push(a),n&&l&&s.push(function(e){let t=e.theme.components?.[n]?.styleOverrides;if(!t)return null;let r={};for(let n in t)r[n]=qt(e,t[n],e.theme.modularCssLayers?`theme`:void 0);return l(e,r)}),n&&!f&&s.push(function(e){let t=e.theme?.components?.[n]?.variants;return t?Jt(e,t,[],e.theme.modularCssLayers?`theme`:void 0):null}),p||s.push(ft),Array.isArray(i[0])){let e=i.shift(),t=Array(r.length).fill(``),n=Array(s.length).fill(``),a;a=[...t,...e,...n],a.raw=[...t,...e.raw,...n],r.unshift(a)}let c=h(...r,...i,...s);return e.muiName&&(c.muiName=e.muiName),process.env.NODE_ENV!==`production`&&(c.displayName=Xt(n,o,e)),c};return h.withConfig&&(v.withConfig=h.withConfig),v}}function Xt(e,t,n){return e?`${e}${k(t||``)}`:`Styled(${O(n)})`}function Zt(e,t){let n;return process.env.NODE_ENV!==`production`&&e&&(n=`${e}-${en(t||`Root`)}`),n}function Qt(e){for(let t in e)return!1;return!0}function $t(e){return typeof e==`string`&&e.charCodeAt(0)>96}function en(e){return e&&e.charAt(0).toLowerCase()+e.slice(1)}function tn(e,t=0,n=1){return process.env.NODE_ENV!==`production`&&(e<t||e>n)&&console.error(`MUI: The value provided ${e} is out of range [${t}, ${n}].`),de(e,t,n)}function nn(e){e=e.slice(1);let t=RegExp(`.{1,${e.length>=6?2:1}}`,`g`),n=e.match(t);return n&&n[0].length===1&&(n=n.map(e=>e+e)),process.env.NODE_ENV!==`production`&&e.length!==e.trim().length&&console.error(`MUI: The color: "${e}" is invalid. Make sure the color input doesn't contain leading/trailing space.`),n?`rgb${n.length===4?`a`:``}(${n.map((e,t)=>t<3?parseInt(e,16):Math.round(parseInt(e,16)/255*1e3)/1e3).join(`, `)})`:``}function W(e){if(e.type)return e;if(e.charAt(0)===`#`)return W(nn(e));let t=e.indexOf(`(`),n=e.substring(0,t);if(![`rgb`,`rgba`,`hsl`,`hsla`,`color`].includes(n))throw Error(process.env.NODE_ENV===`production`?T(9,e):`MUI: Unsupported \`${e}\` color.\nThe following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().`);let r=e.substring(t+1,e.length-1),i;if(n===`color`){if(r=r.split(` `),i=r.shift(),r.length===4&&r[3].charAt(0)===`/`&&(r[3]=r[3].slice(1)),![`srgb`,`display-p3`,`a98-rgb`,`prophoto-rgb`,`rec-2020`].includes(i))throw Error(process.env.NODE_ENV===`production`?T(10,i):`MUI: unsupported \`${i}\` color space.\nThe following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.`)}else r=r.split(`,`);return r=r.map(e=>parseFloat(e)),{type:n,values:r,colorSpace:i}}var rn=e=>{let t=W(e);return t.values.slice(0,3).map((e,n)=>t.type.includes(`hsl`)&&n!==0?`${e}%`:e).join(` `)},an=(e,t)=>{try{return rn(e)}catch{return t&&process.env.NODE_ENV!==`production`&&console.warn(t),e}};function on(e){let{type:t,colorSpace:n}=e,{values:r}=e;return t.includes(`rgb`)?r=r.map((e,t)=>t<3?parseInt(e,10):e):t.includes(`hsl`)&&(r[1]=`${r[1]}%`,r[2]=`${r[2]}%`),r=t.includes(`color`)?`${n} ${r.join(` `)}`:`${r.join(`, `)}`,`${t}(${r})`}function sn(e){e=W(e);let{values:t}=e,n=t[0],r=t[1]/100,i=t[2]/100,a=r*Math.min(i,1-i),o=(e,t=(e+n/30)%12)=>i-a*Math.max(Math.min(t-3,9-t,1),-1),s=`rgb`,c=[Math.round(o(0)*255),Math.round(o(8)*255),Math.round(o(4)*255)];return e.type===`hsla`&&(s+=`a`,c.push(t[3])),on({type:s,values:c})}function cn(e){e=W(e);let t=e.type===`hsl`||e.type===`hsla`?W(sn(e)).values:e.values;return t=t.map(t=>(e.type!==`color`&&(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 ln(e,t){let n=cn(e),r=cn(t);return(Math.max(n,r)+.05)/(Math.min(n,r)+.05)}function un(e,t){return e=W(e),t=tn(t),(e.type===`rgb`||e.type===`hsl`)&&(e.type+=`a`),e.type===`color`?e.values[3]=`/${t}`:e.values[3]=t,on(e)}function dn(e,t,n){try{return un(e,t)}catch{return n&&process.env.NODE_ENV!==`production`&&console.warn(n),e}}function fn(e,t){if(e=W(e),t=tn(t),e.type.includes(`hsl`))e.values[2]*=1-t;else if(e.type.includes(`rgb`)||e.type.includes(`color`))for(let n=0;n<3;n+=1)e.values[n]*=1-t;return on(e)}function G(e,t,n){try{return fn(e,t)}catch{return n&&process.env.NODE_ENV!==`production`&&console.warn(n),e}}function pn(e,t){if(e=W(e),t=tn(t),e.type.includes(`hsl`))e.values[2]+=(100-e.values[2])*t;else if(e.type.includes(`rgb`))for(let n=0;n<3;n+=1)e.values[n]+=(255-e.values[n])*t;else if(e.type.includes(`color`))for(let n=0;n<3;n+=1)e.values[n]+=(1-e.values[n])*t;return on(e)}function K(e,t,n){try{return pn(e,t)}catch{return n&&process.env.NODE_ENV!==`production`&&console.warn(n),e}}function mn(e,t=.15){return cn(e)>.5?fn(e,t):pn(e,t)}function hn(e,t,n){try{return mn(e,t)}catch{return n&&process.env.NODE_ENV!==`production`&&console.warn(n),e}}var q=At(),gn=l.createContext(void 0);function _n({value:e,children:t}){return(0,q.jsx)(gn.Provider,{value:e,children:t})}process.env.NODE_ENV!==`production`&&(_n.propTypes={children:M.default.node,value:M.default.object});function vn(e){let{theme:t,name:n,props:r}=e;if(!t||!t.components||!t.components[n])return r;let i=t.components[n];return i.defaultProps?ie(i.defaultProps,r):!i.styleOverrides&&!i.variants?ie(i,r):r}function yn({props:e,name:t}){return vn({props:e,name:t,theme:{components:l.useContext(gn)}})}var bn={theme:void 0};function xn(e){let t,n;return function(r){let i=t;return(i===void 0||r.theme!==n)&&(bn.theme=r.theme,i=Vt(e(bn)),t=i,n=r.theme),i}}function Sn(e=``){function t(...n){if(!n.length)return``;let r=n[0];return typeof r==`string`&&!r.match(/(#|\(|\)|(-?(\d*\.)?\d+)(px|em|%|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc))|^(-?(\d*\.)?\d+)$|(\d+ \d+ \d+)/)?`, var(--${e?`${e}-`:``}${r}${t(...n.slice(1))})`:`, ${r}`}return(n,...r)=>`var(--${e?`${e}-`:``}${n}${t(...r)})`}var Cn=(e,t,n,r=[])=>{let i=e;t.forEach((e,a)=>{a===t.length-1?Array.isArray(i)?i[Number(e)]=n:i&&typeof i==`object`&&(i[e]=n):i&&typeof i==`object`&&(i[e]||(i[e]=r.includes(e)?[]:{}),i=i[e])})},wn=(e,t,n)=>{function r(e,i=[],a=[]){Object.entries(e).forEach(([e,o])=>{(!n||n&&!n([...i,e]))&&o!=null&&(typeof o==`object`&&Object.keys(o).length>0?r(o,[...i,e],Array.isArray(o)?[...a,e]:a):t([...i,e],o,a))})}r(e)},Tn=(e,t)=>typeof t==`number`?[`lineHeight`,`fontWeight`,`opacity`,`zIndex`].some(t=>e.includes(t))||e[e.length-1].toLowerCase().includes(`opacity`)?t:`${t}px`:t;function En(e,t){let{prefix:n,shouldSkipGeneratingVar:r}=t||{},i={},a={},o={};return wn(e,(e,t,s)=>{if((typeof t==`string`||typeof t==`number`)&&(!r||!r(e,t))){let r=`--${n?`${n}-`:``}${e.join(`-`)}`,c=Tn(e,t);Object.assign(i,{[r]:c}),Cn(a,e,`var(${r})`,s),Cn(o,e,`var(${r}, ${c})`,s)}},e=>e[0]===`vars`),{css:i,vars:a,varsWithDefaults:o}}function Dn(e,t={}){let{getSelector:n=g,disableCssColorScheme:r,colorSchemeSelector:i}=t,{colorSchemes:a={},components:o,defaultColorScheme:s=`light`,...c}=e,{vars:l,css:u,varsWithDefaults:d}=En(c,t),f=d,p={},{[s]:m,...h}=a;if(Object.entries(h||{}).forEach(([e,n])=>{let{vars:r,css:i,varsWithDefaults:a}=En(n,t);f=v(f,a),p[e]={css:i,vars:r}}),m){let{css:e,vars:n,varsWithDefaults:r}=En(m,t);f=v(f,r),p[s]={css:e,vars:n}}function g(t,n){let r=i;if(i===`class`&&(r=`.%s`),i===`data`&&(r=`[data-%s]`),i?.startsWith(`data-`)&&!i.includes(`%s`)&&(r=`[${i}="%s"]`),t){if(r===`media`)return e.defaultColorScheme===t?`:root`:{[`@media (prefers-color-scheme: ${a[t]?.palette?.mode||t})`]:{":root":n}};if(r)return e.defaultColorScheme===t?`:root, ${r.replace(`%s`,String(t))}`:r.replace(`%s`,String(t))}return`:root`}return{vars:f,generateThemeVars:()=>{let e={...l};return Object.entries(p).forEach(([,{vars:t}])=>{e=v(e,t)}),e},generateStyleSheets:()=>{let t=[],i=e.defaultColorScheme||`light`;function o(e,n){Object.keys(n).length&&t.push(typeof e==`string`?{[e]:{...n}}:e)}o(n(void 0,{...u}),u);let{[i]:s,...c}=p;if(s){let{css:e}=s,t=a[i]?.palette?.mode,c=!r&&t?{colorScheme:t,...e}:{...e};o(n(i,{...c}),c)}return Object.entries(c).forEach(([e,{css:t}])=>{let i=a[e]?.palette?.mode,s=!r&&i?{colorScheme:i,...t}:{...t};o(n(e,{...s}),s)}),t}}}function On(e){return function(t){return e===`media`?(process.env.NODE_ENV!==`production`&&t!==`light`&&t!==`dark`&&console.error(`MUI: @media (prefers-color-scheme) supports only 'light' or 'dark', but receive '${t}'.`),`@media (prefers-color-scheme: ${t})`):e?e.startsWith(`data-`)&&!e.includes(`%s`)?`[${e}="${t}"] &`:e===`class`?`.${t} &`:e===`data`?`[data-${t}] &`:`${e.replace(`%s`,t)} &`:`&`}}var kn={black:`#000`,white:`#fff`},An={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`},jn={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`},Mn={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`},Nn={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`},Pn={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`},Fn={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`},In={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 Ln(){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:kn.white,default:kn.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}}}var Rn=Ln();function zn(){return{text:{primary:kn.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:kn.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}}}var Bn=zn();function Vn(e,t,n,r){let i=r.light||r,a=r.dark||r*1.5;e[t]||(e.hasOwnProperty(n)?e[t]=e[n]:t===`light`?e.light=pn(e.main,i):t===`dark`&&(e.dark=fn(e.main,a)))}function Hn(e=`light`){return e===`dark`?{main:Pn[200],light:Pn[50],dark:Pn[400]}:{main:Pn[700],light:Pn[400],dark:Pn[800]}}function Un(e=`light`){return e===`dark`?{main:jn[200],light:jn[50],dark:jn[400]}:{main:jn[500],light:jn[300],dark:jn[700]}}function Wn(e=`light`){return e===`dark`?{main:Mn[500],light:Mn[300],dark:Mn[700]}:{main:Mn[700],light:Mn[400],dark:Mn[800]}}function Gn(e=`light`){return e===`dark`?{main:Fn[400],light:Fn[300],dark:Fn[700]}:{main:Fn[700],light:Fn[500],dark:Fn[900]}}function Kn(e=`light`){return e===`dark`?{main:In[400],light:In[300],dark:In[700]}:{main:In[800],light:In[500],dark:In[900]}}function qn(e=`light`){return e===`dark`?{main:Nn[400],light:Nn[300],dark:Nn[700]}:{main:`#ed6c02`,light:Nn[500],dark:Nn[900]}}function Jn(e){let{mode:t=`light`,contrastThreshold:n=3,tonalOffset:r=.2,...i}=e,a=e.primary||Hn(t),o=e.secondary||Un(t),s=e.error||Wn(t),c=e.info||Gn(t),l=e.success||Kn(t),u=e.warning||qn(t);function d(e){let t=ln(e,Bn.text.primary)>=n?Bn.text.primary:Rn.text.primary;if(process.env.NODE_ENV!==`production`){let n=ln(e,t);n<3&&console.error([`MUI: The contrast ratio of ${n}:1 for ${t} on ${e}`,`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(`
23
+ `))}return t}let f=({color:e,name:t,mainShade:n=500,lightShade:i=300,darkShade:a=700})=>{if(e={...e},!e.main&&e[n]&&(e.main=e[n]),!e.hasOwnProperty(`main`))throw Error(process.env.NODE_ENV===`production`?T(11,t?` (${t})`:``,n):`MUI: The color${t?` (${t})`:``} provided to augmentColor(color) is invalid.\nThe color object needs to have a \`main\` property or a \`${n}\` property.`);if(typeof e.main!=`string`)throw Error(process.env.NODE_ENV===`production`?T(12,t?` (${t})`:``,JSON.stringify(e.main)):`MUI: The color${t?` (${t})`:``} provided to augmentColor(color) is invalid.\n\`color.main\` should be a string, but \`${JSON.stringify(e.main)}\` was provided instead.\n
24
+ Did you intend to use one of the following approaches?
25
+
26
+ import { green } from "@mui/material/colors";
27
+
28
+ const theme1 = createTheme({ palette: {
29
+ primary: green,
30
+ } });
31
+
32
+ const theme2 = createTheme({ palette: {
33
+ primary: { main: green[500] },
34
+ } });`);return Vn(e,`light`,i,r),Vn(e,`dark`,a,r),e.contrastText||=d(e.main),e},p;return t===`light`?p=Ln():t===`dark`&&(p=zn()),process.env.NODE_ENV!==`production`&&(p||console.error(`MUI: The palette mode \`${t}\` is not supported.`)),v({common:{...kn},mode:t,primary:f({color:a,name:`primary`}),secondary:f({color:o,name:`secondary`,mainShade:`A400`,lightShade:`A200`,darkShade:`A700`}),error:f({color:s,name:`error`}),warning:f({color:u,name:`warning`}),info:f({color:c,name:`info`}),success:f({color:l,name:`success`}),grey:An,contrastThreshold:n,getContrastText:d,augmentColor:f,tonalOffset:r,...p},i)}function Yn(e){let t={};return Object.entries(e).forEach(e=>{let[n,r]=e;typeof r==`object`&&(t[n]=`${r.fontStyle?`${r.fontStyle} `:``}${r.fontVariant?`${r.fontVariant} `:``}${r.fontWeight?`${r.fontWeight} `:``}${r.fontStretch?`${r.fontStretch} `:``}${r.fontSize||``}${r.lineHeight?`/${r.lineHeight} `:``}${r.fontFamily||``}`)}),t}function Xn(e,t){return{toolbar:{minHeight:56,[e.up(`xs`)]:{"@media (orientation: landscape)":{minHeight:48}},[e.up(`sm`)]:{minHeight:64}},...t}}function Zn(e){return Math.round(e*1e5)/1e5}var Qn={textTransform:`uppercase`},$n=`"Roboto", "Helvetica", "Arial", sans-serif`;function er(e,t){let{fontFamily:n=$n,fontSize:r=14,fontWeightLight:i=300,fontWeightRegular:a=400,fontWeightMedium:o=500,fontWeightBold:s=700,htmlFontSize:c=16,allVariants:l,pxToRem:u,...d}=typeof t==`function`?t(e):t;process.env.NODE_ENV!==`production`&&(typeof r!=`number`&&console.error("MUI: `fontSize` is required to be a number."),typeof c!=`number`&&console.error("MUI: `htmlFontSize` is required to be a number."));let f=r/14,p=u||(e=>`${e/c*f}rem`),m=(e,t,r,i,a)=>({fontFamily:n,fontWeight:e,fontSize:p(t),lineHeight:r,...n===$n?{letterSpacing:`${Zn(i/t)}em`}:{},...a,...l});return v({htmlFontSize:c,pxToRem:p,fontFamily:n,fontSize:r,fontWeightLight:i,fontWeightRegular:a,fontWeightMedium:o,fontWeightBold:s,h1:m(i,96,1.167,-1.5),h2:m(i,60,1.2,-.5),h3:m(a,48,1.167,0),h4:m(a,34,1.235,.25),h5:m(a,24,1.334,0),h6:m(o,20,1.6,.15),subtitle1:m(a,16,1.75,.15),subtitle2:m(o,14,1.57,.1),body1:m(a,16,1.5,.15),body2:m(a,14,1.43,.15),button:m(o,14,1.75,.4,Qn),caption:m(a,12,1.66,.4),overline:m(a,12,2.66,1,Qn),inherit:{fontFamily:`inherit`,fontWeight:`inherit`,fontSize:`inherit`,lineHeight:`inherit`,letterSpacing:`inherit`}},d,{clone:!1})}var tr=.2,nr=.14,rr=.12;function J(...e){return[`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${tr})`,`${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${nr})`,`${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${rr})`].join(`,`)}var ir=[`none`,J(0,2,1,-1,0,1,1,0,0,1,3,0),J(0,3,1,-2,0,2,2,0,0,1,5,0),J(0,3,3,-2,0,3,4,0,0,1,8,0),J(0,2,4,-1,0,4,5,0,0,1,10,0),J(0,3,5,-1,0,5,8,0,0,1,14,0),J(0,3,5,-1,0,6,10,0,0,1,18,0),J(0,4,5,-2,0,7,10,1,0,2,16,1),J(0,5,5,-3,0,8,10,1,0,3,14,2),J(0,5,6,-3,0,9,12,1,0,3,16,2),J(0,6,6,-3,0,10,14,1,0,4,18,3),J(0,6,7,-4,0,11,15,1,0,4,20,3),J(0,7,8,-4,0,12,17,2,0,5,22,4),J(0,7,8,-4,0,13,19,2,0,5,24,4),J(0,7,9,-4,0,14,21,2,0,5,26,4),J(0,8,9,-5,0,15,22,2,0,6,28,5),J(0,8,10,-5,0,16,24,2,0,6,30,5),J(0,8,11,-5,0,17,26,2,0,6,32,5),J(0,9,11,-5,0,18,28,2,0,7,34,6),J(0,9,12,-6,0,19,29,2,0,7,36,6),J(0,10,13,-6,0,20,31,3,0,8,38,7),J(0,10,13,-6,0,21,33,3,0,8,40,7),J(0,10,14,-6,0,22,35,3,0,8,42,7),J(0,11,14,-7,0,23,36,3,0,9,44,8),J(0,11,15,-7,0,24,38,3,0,9,46,8)],ar={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)`},or={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function sr(e){return`${Math.round(e)}ms`}function cr(e){if(!e)return 0;let t=e/36;return Math.min(Math.round((4+15*t**.25+t/5)*10),3e3)}function lr(e){let t={...ar,...e.easing},n={...or,...e.duration};return{getAutoHeightDuration:cr,create:(e=[`all`],r={})=>{let{duration:i=n.standard,easing:a=t.easeInOut,delay:o=0,...s}=r;if(process.env.NODE_ENV!==`production`){let t=e=>typeof e==`string`,n=e=>!Number.isNaN(parseFloat(e));!t(e)&&!Array.isArray(e)&&console.error(`MUI: Argument "props" must be a string or Array.`),!n(i)&&!t(i)&&console.error(`MUI: Argument "duration" must be a number or a string but found ${i}.`),t(a)||console.error(`MUI: Argument "easing" must be a string.`),!n(o)&&!t(o)&&console.error(`MUI: Argument "delay" must be a number or a string.`),typeof r!=`object`&&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(`
35
+ `)),Object.keys(s).length!==0&&console.error(`MUI: Unrecognized argument(s) [${Object.keys(s).join(`,`)}].`)}return(Array.isArray(e)?e:[e]).map(e=>`${e} ${typeof i==`string`?i:sr(i)} ${a} ${typeof o==`string`?o:sr(o)}`).join(`,`)},...e,easing:t,duration:n}}var ur={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};function dr(e){return g(e)||e===void 0||typeof e==`string`||typeof e==`boolean`||typeof e==`number`||Array.isArray(e)}function fr(e={}){let t={...e};function n(e){let t=Object.entries(e);for(let r=0;r<t.length;r++){let[i,a]=t[r];!dr(a)||i.startsWith(`unstable_`)?delete e[i]:g(a)&&(e[i]={...a},n(e[i]))}}return n(t),`import { unstable_createBreakpoints as createBreakpoints, createTransitions } from '@mui/material/styles';
36
+
37
+ const theme = ${JSON.stringify(t,null,2)};
38
+
39
+ theme.breakpoints = createBreakpoints(theme.breakpoints || {});
40
+ theme.transitions = createTransitions(theme.transitions || {});
41
+
42
+ export default theme;`}function pr(e={},...t){let{breakpoints:n,mixins:r={},spacing:i,palette:a={},transitions:o={},typography:s={},shape:c,...l}=e;if(e.vars&&e.generateThemeVars===void 0)throw Error(process.env.NODE_ENV===`production`?T(20):"MUI: `vars` is a private field used for CSS variables support.\nPlease use another name or follow the [docs](https://mui.com/material-ui/customization/css-theme-variables/usage/) to enable the feature.");let u=Jn(a),d=Bt(e),f=v(d,{mixins:Xn(d.breakpoints,r),palette:u,shadows:ir.slice(),typography:er(u,s),transitions:lr(o),zIndex:{...ur}});if(f=v(f,l),f=t.reduce((e,t)=>v(e,t),f),process.env.NODE_ENV!==`production`){let e=[`active`,`checked`,`completed`,`disabled`,`error`,`expanded`,`focused`,`focusVisible`,`required`,`selected`],t=(t,n)=>{let r;for(r in t){let i=t[r];if(e.includes(r)&&Object.keys(i).length>0){if(process.env.NODE_ENV!==`production`){let e=le(``,r);console.error([`MUI: The \`${n}\` component increases the CSS specificity of the \`${r}\` internal state.`,`You can not override it like this: `,JSON.stringify(t,null,2),``,`Instead, you need to use the '&.${e}' syntax:`,JSON.stringify({root:{[`&.${e}`]:i}},null,2),``,`https://mui.com/r/state-classes-guide`].join(`
43
+ `))}t[r]={}}}};Object.keys(f.components).forEach(e=>{let n=f.components[e].styleOverrides;n&&e.startsWith(`Mui`)&&t(n,e)})}return f.unstable_sxConfig={...ct,...l?.unstable_sxConfig},f.unstable_sx=function(e){return ft({sx:e,theme:this})},f.toRuntimeSource=fr,f}function mr(e){let t;return t=e<1?5.11916*e**2:4.5*Math.log(e+1)+2,Math.round(t*10)/1e3}var hr=[...Array(25)].map((e,t)=>{if(t===0)return`none`;let n=mr(t);return`linear-gradient(rgba(255 255 255 / ${n}), rgba(255 255 255 / ${n}))`});function gr(e){return{inputPlaceholder:e===`dark`?.5:.42,inputUnderline:e===`dark`?.7:.42,switchTrackDisabled:e===`dark`?.2:.12,switchTrack:e===`dark`?.3:.38}}function _r(e){return e===`dark`?hr:[]}function vr(e){let{palette:t={mode:`light`},opacity:n,overlays:r,...i}=e,a=Jn(t);return{palette:a,opacity:{...gr(a.mode),...n},overlays:r||_r(a.mode),...i}}function yr(e){return!!e[0].match(/(cssVarPrefix|colorSchemeSelector|modularCssLayers|rootSelector|typography|mixins|breakpoints|direction|transitions)/)||!!e[0].match(/sxConfig$/)||e[0]===`palette`&&!!e[1]?.match(/(mode|contrastThreshold|tonalOffset)/)}var br=e=>[...[...Array(25)].map((t,n)=>`--${e?`${e}-`:``}overlays-${n}`),`--${e?`${e}-`:``}palette-AppBar-darkBg`,`--${e?`${e}-`:``}palette-AppBar-darkColor`],xr=e=>(t,n)=>{let r=e.rootSelector||`:root`,i=e.colorSchemeSelector,a=i;if(i===`class`&&(a=`.%s`),i===`data`&&(a=`[data-%s]`),i?.startsWith(`data-`)&&!i.includes(`%s`)&&(a=`[${i}="%s"]`),e.defaultColorScheme===t){if(t===`dark`){let i={};return br(e.cssVarPrefix).forEach(e=>{i[e]=n[e],delete n[e]}),a===`media`?{[r]:n,"@media (prefers-color-scheme: dark)":{[r]:i}}:a?{[a.replace(`%s`,t)]:i,[`${r}, ${a.replace(`%s`,t)}`]:n}:{[r]:{...n,...i}}}if(a&&a!==`media`)return`${r}, ${a.replace(`%s`,String(t))}`}else if(t){if(a===`media`)return{[`@media (prefers-color-scheme: ${String(t)})`]:{[r]:n}};if(a)return a.replace(`%s`,String(t))}return r};function Sr(e,t){t.forEach(t=>{e[t]||(e[t]={})})}function Y(e,t,n){!e[t]&&n&&(e[t]=n)}function Cr(e){return typeof e!=`string`||!e.startsWith(`hsl`)?e:sn(e)}function X(e,t){`${t}Channel`in e||(e[`${t}Channel`]=an(Cr(e[t]),`MUI: Can't create \`palette.${t}Channel\` because \`palette.${t}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().
44
+ To suppress this warning, you need to explicitly provide the \`palette.${t}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`))}function wr(e){return typeof e==`number`?`${e}px`:typeof e==`string`||typeof e==`function`||Array.isArray(e)?e:`8px`}var Z=e=>{try{return e()}catch{}},Tr=(e=`mui`)=>Sn(e);function Er(e,t,n,r){if(!t)return;t=t===!0?{}:t;let i=r===`dark`?`dark`:`light`;if(!n){e[r]=vr({...t,palette:{mode:i,...t?.palette}});return}let{palette:a,...o}=pr({...n,palette:{mode:i,...t?.palette}});return e[r]={...t,palette:a,opacity:{...gr(i),...t?.opacity},overlays:t?.overlays||_r(i)},o}function Dr(e={},...t){let{colorSchemes:n={light:!0},defaultColorScheme:r,disableCssColorScheme:i=!1,cssVarPrefix:a=`mui`,shouldSkipGeneratingVar:o=yr,colorSchemeSelector:s=n.light&&n.dark?`media`:void 0,rootSelector:c=`:root`,...l}=e,u=Object.keys(n)[0],d=r||(n.light&&u!==`light`?`light`:u),f=Tr(a),{[d]:p,light:m,dark:h,...g}=n,_={...g},y=p;if((d===`dark`&&!(`dark`in n)||d===`light`&&!(`light`in n))&&(y=!0),!y)throw Error(process.env.NODE_ENV===`production`?T(21,d):`MUI: The \`colorSchemes.${d}\` option is either missing or invalid.`);let b=Er(_,y,l,d);m&&!_.light&&Er(_,m,void 0,`light`),h&&!_.dark&&Er(_,h,void 0,`dark`);let x={defaultColorScheme:d,...b,cssVarPrefix:a,colorSchemeSelector:s,rootSelector:c,getCssVar:f,colorSchemes:_,font:{...Yn(b.typography),...b.font},spacing:wr(l.spacing)};Object.keys(x.colorSchemes).forEach(e=>{let t=x.colorSchemes[e].palette,n=e=>{let n=e.split(`-`),r=n[1],i=n[2];return f(e,t[r][i])};if(t.mode===`light`&&(Y(t.common,`background`,`#fff`),Y(t.common,`onBackground`,`#000`)),t.mode===`dark`&&(Y(t.common,`background`,`#000`),Y(t.common,`onBackground`,`#fff`)),Sr(t,[`Alert`,`AppBar`,`Avatar`,`Button`,`Chip`,`FilledInput`,`LinearProgress`,`Skeleton`,`Slider`,`SnackbarContent`,`SpeedDialAction`,`StepConnector`,`StepContent`,`Switch`,`TableCell`,`Tooltip`]),t.mode===`light`){Y(t.Alert,`errorColor`,G(t.error.light,.6)),Y(t.Alert,`infoColor`,G(t.info.light,.6)),Y(t.Alert,`successColor`,G(t.success.light,.6)),Y(t.Alert,`warningColor`,G(t.warning.light,.6)),Y(t.Alert,`errorFilledBg`,n(`palette-error-main`)),Y(t.Alert,`infoFilledBg`,n(`palette-info-main`)),Y(t.Alert,`successFilledBg`,n(`palette-success-main`)),Y(t.Alert,`warningFilledBg`,n(`palette-warning-main`)),Y(t.Alert,`errorFilledColor`,Z(()=>t.getContrastText(t.error.main))),Y(t.Alert,`infoFilledColor`,Z(()=>t.getContrastText(t.info.main))),Y(t.Alert,`successFilledColor`,Z(()=>t.getContrastText(t.success.main))),Y(t.Alert,`warningFilledColor`,Z(()=>t.getContrastText(t.warning.main))),Y(t.Alert,`errorStandardBg`,K(t.error.light,.9)),Y(t.Alert,`infoStandardBg`,K(t.info.light,.9)),Y(t.Alert,`successStandardBg`,K(t.success.light,.9)),Y(t.Alert,`warningStandardBg`,K(t.warning.light,.9)),Y(t.Alert,`errorIconColor`,n(`palette-error-main`)),Y(t.Alert,`infoIconColor`,n(`palette-info-main`)),Y(t.Alert,`successIconColor`,n(`palette-success-main`)),Y(t.Alert,`warningIconColor`,n(`palette-warning-main`)),Y(t.AppBar,`defaultBg`,n(`palette-grey-100`)),Y(t.Avatar,`defaultBg`,n(`palette-grey-400`)),Y(t.Button,`inheritContainedBg`,n(`palette-grey-300`)),Y(t.Button,`inheritContainedHoverBg`,n(`palette-grey-A100`)),Y(t.Chip,`defaultBorder`,n(`palette-grey-400`)),Y(t.Chip,`defaultAvatarColor`,n(`palette-grey-700`)),Y(t.Chip,`defaultIconColor`,n(`palette-grey-700`)),Y(t.FilledInput,`bg`,`rgba(0, 0, 0, 0.06)`),Y(t.FilledInput,`hoverBg`,`rgba(0, 0, 0, 0.09)`),Y(t.FilledInput,`disabledBg`,`rgba(0, 0, 0, 0.12)`),Y(t.LinearProgress,`primaryBg`,K(t.primary.main,.62)),Y(t.LinearProgress,`secondaryBg`,K(t.secondary.main,.62)),Y(t.LinearProgress,`errorBg`,K(t.error.main,.62)),Y(t.LinearProgress,`infoBg`,K(t.info.main,.62)),Y(t.LinearProgress,`successBg`,K(t.success.main,.62)),Y(t.LinearProgress,`warningBg`,K(t.warning.main,.62)),Y(t.Skeleton,`bg`,`rgba(${n(`palette-text-primaryChannel`)} / 0.11)`),Y(t.Slider,`primaryTrack`,K(t.primary.main,.62)),Y(t.Slider,`secondaryTrack`,K(t.secondary.main,.62)),Y(t.Slider,`errorTrack`,K(t.error.main,.62)),Y(t.Slider,`infoTrack`,K(t.info.main,.62)),Y(t.Slider,`successTrack`,K(t.success.main,.62)),Y(t.Slider,`warningTrack`,K(t.warning.main,.62));let e=hn(t.background.default,.8);Y(t.SnackbarContent,`bg`,e),Y(t.SnackbarContent,`color`,Z(()=>t.getContrastText(e))),Y(t.SpeedDialAction,`fabHoverBg`,hn(t.background.paper,.15)),Y(t.StepConnector,`border`,n(`palette-grey-400`)),Y(t.StepContent,`border`,n(`palette-grey-400`)),Y(t.Switch,`defaultColor`,n(`palette-common-white`)),Y(t.Switch,`defaultDisabledColor`,n(`palette-grey-100`)),Y(t.Switch,`primaryDisabledColor`,K(t.primary.main,.62)),Y(t.Switch,`secondaryDisabledColor`,K(t.secondary.main,.62)),Y(t.Switch,`errorDisabledColor`,K(t.error.main,.62)),Y(t.Switch,`infoDisabledColor`,K(t.info.main,.62)),Y(t.Switch,`successDisabledColor`,K(t.success.main,.62)),Y(t.Switch,`warningDisabledColor`,K(t.warning.main,.62)),Y(t.TableCell,`border`,K(dn(t.divider,1),.88)),Y(t.Tooltip,`bg`,dn(t.grey[700],.92))}if(t.mode===`dark`){Y(t.Alert,`errorColor`,K(t.error.light,.6)),Y(t.Alert,`infoColor`,K(t.info.light,.6)),Y(t.Alert,`successColor`,K(t.success.light,.6)),Y(t.Alert,`warningColor`,K(t.warning.light,.6)),Y(t.Alert,`errorFilledBg`,n(`palette-error-dark`)),Y(t.Alert,`infoFilledBg`,n(`palette-info-dark`)),Y(t.Alert,`successFilledBg`,n(`palette-success-dark`)),Y(t.Alert,`warningFilledBg`,n(`palette-warning-dark`)),Y(t.Alert,`errorFilledColor`,Z(()=>t.getContrastText(t.error.dark))),Y(t.Alert,`infoFilledColor`,Z(()=>t.getContrastText(t.info.dark))),Y(t.Alert,`successFilledColor`,Z(()=>t.getContrastText(t.success.dark))),Y(t.Alert,`warningFilledColor`,Z(()=>t.getContrastText(t.warning.dark))),Y(t.Alert,`errorStandardBg`,G(t.error.light,.9)),Y(t.Alert,`infoStandardBg`,G(t.info.light,.9)),Y(t.Alert,`successStandardBg`,G(t.success.light,.9)),Y(t.Alert,`warningStandardBg`,G(t.warning.light,.9)),Y(t.Alert,`errorIconColor`,n(`palette-error-main`)),Y(t.Alert,`infoIconColor`,n(`palette-info-main`)),Y(t.Alert,`successIconColor`,n(`palette-success-main`)),Y(t.Alert,`warningIconColor`,n(`palette-warning-main`)),Y(t.AppBar,`defaultBg`,n(`palette-grey-900`)),Y(t.AppBar,`darkBg`,n(`palette-background-paper`)),Y(t.AppBar,`darkColor`,n(`palette-text-primary`)),Y(t.Avatar,`defaultBg`,n(`palette-grey-600`)),Y(t.Button,`inheritContainedBg`,n(`palette-grey-800`)),Y(t.Button,`inheritContainedHoverBg`,n(`palette-grey-700`)),Y(t.Chip,`defaultBorder`,n(`palette-grey-700`)),Y(t.Chip,`defaultAvatarColor`,n(`palette-grey-300`)),Y(t.Chip,`defaultIconColor`,n(`palette-grey-300`)),Y(t.FilledInput,`bg`,`rgba(255, 255, 255, 0.09)`),Y(t.FilledInput,`hoverBg`,`rgba(255, 255, 255, 0.13)`),Y(t.FilledInput,`disabledBg`,`rgba(255, 255, 255, 0.12)`),Y(t.LinearProgress,`primaryBg`,G(t.primary.main,.5)),Y(t.LinearProgress,`secondaryBg`,G(t.secondary.main,.5)),Y(t.LinearProgress,`errorBg`,G(t.error.main,.5)),Y(t.LinearProgress,`infoBg`,G(t.info.main,.5)),Y(t.LinearProgress,`successBg`,G(t.success.main,.5)),Y(t.LinearProgress,`warningBg`,G(t.warning.main,.5)),Y(t.Skeleton,`bg`,`rgba(${n(`palette-text-primaryChannel`)} / 0.13)`),Y(t.Slider,`primaryTrack`,G(t.primary.main,.5)),Y(t.Slider,`secondaryTrack`,G(t.secondary.main,.5)),Y(t.Slider,`errorTrack`,G(t.error.main,.5)),Y(t.Slider,`infoTrack`,G(t.info.main,.5)),Y(t.Slider,`successTrack`,G(t.success.main,.5)),Y(t.Slider,`warningTrack`,G(t.warning.main,.5));let e=hn(t.background.default,.98);Y(t.SnackbarContent,`bg`,e),Y(t.SnackbarContent,`color`,Z(()=>t.getContrastText(e))),Y(t.SpeedDialAction,`fabHoverBg`,hn(t.background.paper,.15)),Y(t.StepConnector,`border`,n(`palette-grey-600`)),Y(t.StepContent,`border`,n(`palette-grey-600`)),Y(t.Switch,`defaultColor`,n(`palette-grey-300`)),Y(t.Switch,`defaultDisabledColor`,n(`palette-grey-600`)),Y(t.Switch,`primaryDisabledColor`,G(t.primary.main,.55)),Y(t.Switch,`secondaryDisabledColor`,G(t.secondary.main,.55)),Y(t.Switch,`errorDisabledColor`,G(t.error.main,.55)),Y(t.Switch,`infoDisabledColor`,G(t.info.main,.55)),Y(t.Switch,`successDisabledColor`,G(t.success.main,.55)),Y(t.Switch,`warningDisabledColor`,G(t.warning.main,.55)),Y(t.TableCell,`border`,G(dn(t.divider,1),.68)),Y(t.Tooltip,`bg`,dn(t.grey[700],.92))}X(t.background,`default`),X(t.background,`paper`),X(t.common,`background`),X(t.common,`onBackground`),X(t,`divider`),Object.keys(t).forEach(e=>{let n=t[e];e!==`tonalOffset`&&n&&typeof n==`object`&&(n.main&&Y(t[e],`mainChannel`,an(Cr(n.main))),n.light&&Y(t[e],`lightChannel`,an(Cr(n.light))),n.dark&&Y(t[e],`darkChannel`,an(Cr(n.dark))),n.contrastText&&Y(t[e],`contrastTextChannel`,an(Cr(n.contrastText))),e===`text`&&(X(t[e],`primary`),X(t[e],`secondary`)),e===`action`&&(n.active&&X(t[e],`active`),n.selected&&X(t[e],`selected`)))})}),x=t.reduce((e,t)=>v(e,t),x);let S={prefix:a,disableCssColorScheme:i,shouldSkipGeneratingVar:o,getSelector:xr(x)},{vars:C,generateThemeVars:w,generateStyleSheets:ee}=Dn(x,S);return x.vars=C,Object.entries(x.colorSchemes[x.defaultColorScheme]).forEach(([e,t])=>{x[e]=t}),x.generateThemeVars=w,x.generateStyleSheets=ee,x.generateSpacing=function(){return Rt(l.spacing,Ne(this))},x.getColorSchemeSelector=On(s),x.spacing=x.generateSpacing(),x.shouldSkipGeneratingVar=o,x.unstable_sxConfig={...ct,...l?.unstable_sxConfig},x.unstable_sx=function(e){return ft({sx:e,theme:this})},x.toRuntimeSource=fr,x}function Or(e,t,n){e.colorSchemes&&n&&(e.colorSchemes[t]={...n!==!0&&n,palette:Jn({...n===!0?{}:n.palette,mode:t})})}function kr(e={},...t){let{palette:n,cssVariables:r=!1,colorSchemes:i=n?void 0:{light:!0},defaultColorScheme:a=n?.mode,...o}=e,s=a||`light`,c=i?.[s],l={...i,...n?{[s]:{...typeof c!=`boolean`&&c,palette:n}}:void 0};if(r===!1){if(!(`colorSchemes`in e))return pr(e,...t);let r=n;`palette`in e||l[s]&&(l[s]===!0?s===`dark`&&(r={mode:`dark`}):r=l[s].palette);let i=pr({...e,palette:r},...t);return i.defaultColorScheme=s,i.colorSchemes=l,i.palette.mode===`light`&&(i.colorSchemes.light={...l.light!==!0&&l.light,palette:i.palette},Or(i,`dark`,l.dark)),i.palette.mode===`dark`&&(i.colorSchemes.dark={...l.dark!==!0&&l.dark,palette:i.palette},Or(i,`light`,l.light)),i}return!n&&!(`light`in l)&&s===`light`&&(l.light=!0),Dr({...o,colorSchemes:l,defaultColorScheme:s,...typeof r!=`boolean`&&r},...t)}var Ar=kr(),jr=`$$material`;function Mr(e){return e!==`ownerState`&&e!==`theme`&&e!==`sx`&&e!==`as`}var Nr=Yt({themeId:jr,defaultTheme:Ar,rootShouldForwardProp:e=>Mr(e)&&e!==`classes`}),Pr=xn;function Fr(e){return(0,q.jsx)(_n,{...e})}process.env.NODE_ENV!==`production`&&(Fr.propTypes={children:M.default.node,value:M.default.object.isRequired});function Ir(e){return yn(e)}function Lr(e){return le(`MuiSvgIcon`,e)}ue(`MuiSvgIcon`,[`root`,`colorPrimary`,`colorSecondary`,`colorAction`,`colorError`,`colorDisabled`,`fontSizeInherit`,`fontSizeSmall`,`fontSizeMedium`,`fontSizeLarge`]);var Rr=e=>{let{color:t,fontSize:n,classes:r}=e;return ae({root:[`root`,t!==`inherit`&&`color${A(t)}`,`fontSize${A(n)}`]},Lr,r)},zr=Nr(`svg`,{name:`MuiSvgIcon`,slot:`Root`,overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.color!==`inherit`&&t[`color${A(n.color)}`],t[`fontSize${A(n.fontSize)}`]]}})(Pr(({theme:e})=>({userSelect:`none`,width:`1em`,height:`1em`,display:`inline-block`,flexShrink:0,transition:e.transitions?.create?.(`fill`,{duration:(e.vars??e).transitions?.duration?.shorter}),variants:[{props:e=>!e.hasSvgAsChild,style:{fill:`currentColor`}},{props:{fontSize:`inherit`},style:{fontSize:`inherit`}},{props:{fontSize:`small`},style:{fontSize:e.typography?.pxToRem?.(20)||`1.25rem`}},{props:{fontSize:`medium`},style:{fontSize:e.typography?.pxToRem?.(24)||`1.5rem`}},{props:{fontSize:`large`},style:{fontSize:e.typography?.pxToRem?.(35)||`2.1875rem`}},...Object.entries((e.vars??e).palette).filter(([,e])=>e&&e.main).map(([t])=>({props:{color:t},style:{color:(e.vars??e).palette?.[t]?.main}})),{props:{color:`action`},style:{color:(e.vars??e).palette?.action?.active}},{props:{color:`disabled`},style:{color:(e.vars??e).palette?.action?.disabled}},{props:{color:`inherit`},style:{color:void 0}}]}))),Br=l.forwardRef(function(e,t){let n=Ir({props:e,name:`MuiSvgIcon`}),{children:r,className:i,color:a=`inherit`,component:o=`svg`,fontSize:s=`medium`,htmlColor:c,inheritViewBox:u=!1,titleAccess:d,viewBox:f=`0 0 24 24`,...p}=n,m=l.isValidElement(r)&&r.type===`svg`,h={...n,color:a,component:o,fontSize:s,instanceFontSize:e.fontSize,inheritViewBox:u,viewBox:f,hasSvgAsChild:m},g={};return u||(g.viewBox=f),(0,q.jsxs)(zr,{as:o,className:pe(Rr(h).root,i),focusable:`false`,color:c,"aria-hidden":d?void 0:!0,role:d?`img`:void 0,ref:t,...g,...p,...m&&r.props,ownerState:h,children:[m?r.props.children:r,d?(0,q.jsx)(`title`,{children:d}):null]})});process.env.NODE_ENV!==`production`&&(Br.propTypes={children:M.default.node,classes:M.default.object,className:M.default.string,color:M.default.oneOfType([M.default.oneOf([`inherit`,`action`,`disabled`,`primary`,`secondary`,`error`,`info`,`success`,`warning`]),M.default.string]),component:M.default.elementType,fontSize:M.default.oneOfType([M.default.oneOf([`inherit`,`large`,`medium`,`small`]),M.default.string]),htmlColor:M.default.string,inheritViewBox:M.default.bool,shapeRendering:M.default.string,sx:M.default.oneOfType([M.default.arrayOf(M.default.oneOfType([M.default.func,M.default.object,M.default.bool])),M.default.func,M.default.object]),titleAccess:M.default.string,viewBox:M.default.string}),Br.muiName=`SvgIcon`;function Vr(e,t){function n(n,r){return(0,q.jsx)(Br,{"data-testid":`${t}Icon`,ref:r,...n,children:e})}return process.env.NODE_ENV!==`production`&&(n.displayName=`${t}Icon`),n.muiName=Br.muiName,l.memo(l.forwardRef(n))}var Hr=Vr((0,q.jsx)(`path`,{d:`M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z`}),`Add`),Ur=Vr((0,q.jsx)(`path`,{d:`M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z`}),`ChevronLeft`),Wr=Vr((0,q.jsx)(`path`,{d:`M3 18h18v-2H3zm0-5h18v-2H3zm0-7v2h18V6z`}),`Menu`),Gr=Vr((0,q.jsx)(`path`,{d:`M19 13H5v-2h14z`}),`Remove`),Kr=Vr((0,q.jsx)(`path`,{d:`M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6`}),`Settings`),qr=`data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1268_1992)'%3e%3cpath%20d='M20%206.101V5C20%202.243%2017.757%200%2015%200H9C6.243%200%204%202.243%204%205V6.101C1.721%206.566%200%208.586%200%2011V19C0%2021.757%202.243%2024%205%2024H19C21.757%2024%2024%2021.757%2024%2019V11C24%208.586%2022.279%206.565%2020%206.101ZM2%2019V11C2%209.696%202.836%208.585%204%208.172V21.828C2.836%2021.415%202%2020.304%202%2019ZM6%205C6%203.346%207.346%202%209%202H15C16.654%202%2018%203.346%2018%205V22H6V5ZM22%2019C22%2020.304%2021.164%2021.415%2020%2021.828V8.172C21.164%208.585%2022%209.696%2022%2011V19ZM11%2014C11%2014.552%2010.553%2015%2010%2015H9C8.447%2015%208%2014.552%208%2014C8%2013.448%208.447%2013%209%2013H10C10.553%2013%2011%2013.448%2011%2014ZM16%2014C16%2014.552%2015.553%2015%2015%2015H14C13.447%2015%2013%2014.552%2013%2014C13%2013.448%2013.447%2013%2014%2013H15C15.553%2013%2016%2013.448%2016%2014ZM11%2018C11%2018.552%2010.553%2019%2010%2019H9C8.447%2019%208%2018.552%208%2018C8%2017.448%208.447%2017%209%2017H10C10.553%2017%2011%2017.448%2011%2018ZM16%2018C16%2018.552%2015.553%2019%2015%2019H14C13.447%2019%2013%2018.552%2013%2018C13%2017.448%2013.447%2017%2014%2017H15C15.553%2017%2016%2017.448%2016%2018ZM13%209C13%209.552%2012.553%2010%2012%2010C11.447%2010%2011%209.552%2011%209V8H10C9.447%208%209%207.552%209%207C9%206.448%209.447%206%2010%206H11V5C11%204.448%2011.447%204%2012%204C12.553%204%2013%204.448%2013%205V6H14C14.553%206%2015%206.448%2015%207C15%207.552%2014.553%208%2014%208H13V9Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1268_1992'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e`,Jr=`data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1268_1994)'%3e%3cpath%20d='M12%2016C11.2089%2016%2010.4355%2015.7654%209.77772%2015.3259C9.11992%2014.8864%208.60723%2014.2616%208.30448%2013.5307C8.00173%2012.7998%207.92252%2011.9956%208.07686%2011.2196C8.2312%2010.4437%208.61216%209.73099%209.17157%209.17158C9.73098%208.61217%2010.4437%208.2312%2011.2196%208.07686C11.9956%207.92252%2012.7998%208.00173%2013.5307%208.30448C14.2616%208.60723%2014.8864%209.11993%2015.3259%209.77772C15.7654%2010.4355%2016%2011.2089%2016%2012C16%2013.0609%2015.5786%2014.0783%2014.8284%2014.8284C14.0783%2015.5786%2013.0609%2016%2012%2016ZM12%2010C11.6044%2010%2011.2178%2010.1173%2010.8889%2010.3371C10.56%2010.5568%2010.3036%2010.8692%2010.1522%2011.2346C10.0009%2011.6001%209.96126%2012.0022%2010.0384%2012.3902C10.1156%2012.7781%2010.3061%2013.1345%2010.5858%2013.4142C10.8655%2013.6939%2011.2219%2013.8844%2011.6098%2013.9616C11.9978%2014.0387%2012.3999%2013.9991%2012.7654%2013.8478C13.1308%2013.6964%2013.4432%2013.44%2013.6629%2013.1111C13.8827%2012.7822%2014%2012.3956%2014%2012C14%2011.4696%2013.7893%2010.9609%2013.4142%2010.5858C13.0391%2010.2107%2012.5304%2010%2012%2010ZM18%2023C18%2021.4087%2017.3679%2019.8826%2016.2426%2018.7574C15.1174%2017.6321%2013.5913%2017%2012%2017C10.4087%2017%208.88258%2017.6321%207.75736%2018.7574C6.63214%2019.8826%206%2021.4087%206%2023C6%2023.2652%206.10536%2023.5196%206.29289%2023.7071C6.48043%2023.8946%206.73478%2024%207%2024C7.26522%2024%207.51957%2023.8946%207.70711%2023.7071C7.89464%2023.5196%208%2023.2652%208%2023C8%2021.9391%208.42143%2020.9217%209.17157%2020.1716C9.92172%2019.4214%2010.9391%2019%2012%2019C13.0609%2019%2014.0783%2019.4214%2014.8284%2020.1716C15.5786%2020.9217%2016%2021.9391%2016%2023C16%2023.2652%2016.1054%2023.5196%2016.2929%2023.7071C16.4804%2023.8946%2016.7348%2024%2017%2024C17.2652%2024%2017.5196%2023.8946%2017.7071%2023.7071C17.8946%2023.5196%2018%2023.2652%2018%2023ZM18%208C17.2089%208%2016.4355%207.76541%2015.7777%207.32588C15.1199%206.88636%2014.6072%206.26164%2014.3045%205.53074C14.0017%204.79983%2013.9225%203.99557%2014.0769%203.21964C14.2312%202.44372%2014.6122%201.73098%2015.1716%201.17157C15.731%200.612165%2016.4437%200.231202%2017.2196%200.0768607C17.9956%20-0.0774802%2018.7998%200.00173312%2019.5307%200.304484C20.2616%200.607234%2020.8864%201.11992%2021.3259%201.77772C21.7654%202.43552%2022%203.20888%2022%204C22%205.06087%2021.5786%206.07828%2020.8284%206.82843C20.0783%207.57858%2019.0609%208%2018%208ZM18%202C17.6044%202%2017.2178%202.1173%2016.8889%202.33706C16.56%202.55683%2016.3036%202.86918%2016.1522%203.23464C16.0009%203.60009%2015.9613%204.00222%2016.0384%204.39018C16.1156%204.77815%2016.3061%205.13451%2016.5858%205.41422C16.8655%205.69392%2017.2219%205.8844%2017.6098%205.96157C17.9978%206.03874%2018.3999%205.99914%2018.7654%205.84776C19.1308%205.69639%2019.4432%205.44004%2019.6629%205.11114C19.8827%204.78224%2020%204.39557%2020%204C20%203.46957%2019.7893%202.96086%2019.4142%202.58579C19.0391%202.21072%2018.5304%202%2018%202ZM24%2015C23.9984%2013.4092%2023.3658%2011.884%2022.2409%2010.7591C21.116%209.63424%2019.5908%209.00159%2018%209C17.7348%209%2017.4804%209.10536%2017.2929%209.2929C17.1054%209.48043%2017%209.73479%2017%2010C17%2010.2652%2017.1054%2010.5196%2017.2929%2010.7071C17.4804%2010.8946%2017.7348%2011%2018%2011C19.0609%2011%2020.0783%2011.4214%2020.8284%2012.1716C21.5786%2012.9217%2022%2013.9391%2022%2015C22%2015.2652%2022.1054%2015.5196%2022.2929%2015.7071C22.4804%2015.8946%2022.7348%2016%2023%2016C23.2652%2016%2023.5196%2015.8946%2023.7071%2015.7071C23.8946%2015.5196%2024%2015.2652%2024%2015ZM6%208C5.20887%208%204.43552%207.76541%203.77772%207.32588C3.11992%206.88636%202.60723%206.26164%202.30448%205.53074C2.00173%204.79983%201.92252%203.99557%202.07686%203.21964C2.2312%202.44372%202.61216%201.73098%203.17157%201.17157C3.73098%200.612165%204.44371%200.231202%205.21964%200.0768607C5.99556%20-0.0774802%206.79983%200.00173312%207.53073%200.304484C8.26164%200.607234%208.88635%201.11992%209.32588%201.77772C9.7654%202.43552%2010%203.20888%2010%204C10%205.06087%209.57857%206.07828%208.82843%206.82843C8.07828%207.57858%207.06087%208%206%208ZM6%202C5.60444%202%205.21776%202.1173%204.88886%202.33706C4.55996%202.55683%204.30362%202.86918%204.15224%203.23464C4.00087%203.60009%203.96126%204.00222%204.03843%204.39018C4.1156%204.77815%204.30608%205.13451%204.58579%205.41422C4.86549%205.69392%205.22186%205.8844%205.60982%205.96157C5.99778%206.03874%206.39991%205.99914%206.76537%205.84776C7.13082%205.69639%207.44318%205.44004%207.66294%205.11114C7.8827%204.78224%208%204.39557%208%204C8%203.46957%207.78929%202.96086%207.41421%202.58579C7.03914%202.21072%206.53043%202%206%202ZM2%2015C2%2013.9391%202.42143%2012.9217%203.17157%2012.1716C3.92172%2011.4214%204.93913%2011%206%2011C6.26522%2011%206.51957%2010.8946%206.70711%2010.7071C6.89464%2010.5196%207%2010.2652%207%2010C7%209.73479%206.89464%209.48043%206.70711%209.2929C6.51957%209.10536%206.26522%209%206%209C4.40919%209.00159%202.88399%209.63424%201.75911%2010.7591C0.63424%2011.884%200.00158843%2013.4092%200%2015C0%2015.2652%200.105357%2015.5196%200.292893%2015.7071C0.48043%2015.8946%200.734784%2016%201%2016C1.26522%2016%201.51957%2015.8946%201.70711%2015.7071C1.89464%2015.5196%202%2015.2652%202%2015Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1268_1994'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e`,Yr=`data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.1667%205.33333H4.5C3.12167%205.33333%202%206.455%202%207.83333V22H18.6667V12.8333H11.1667V5.33333ZM3.66667%207.83333C3.66667%207.37333%204.04083%207%204.5%207H9.5V12.8333H7.59583C7.74417%2012.3442%207.83333%2011.8567%207.83333%2011.5833C7.83333%2010.8933%207.27333%2010.3333%206.58333%2010.3333C5.89333%2010.3333%205.33333%2010.8933%205.33333%2011.5833C5.33333%2011.8567%205.42167%2012.3442%205.57083%2012.8333H3.66667V7.83333ZM9.5%2020.3333H3.66667V14.5H9.5V16.4042C9.01083%2016.2558%208.52333%2016.1667%208.25%2016.1667C7.56%2016.1667%207%2016.7267%207%2017.4167C7%2018.1067%207.56%2018.6667%208.25%2018.6667C8.52333%2018.6667%209.01083%2018.5783%209.5%2018.4292V20.3333ZM13.0708%2014.5C12.9225%2014.9892%2012.8333%2015.4767%2012.8333%2015.75C12.8333%2016.44%2013.3933%2017%2014.0833%2017C14.7733%2017%2015.3333%2016.44%2015.3333%2015.75C15.3333%2015.4767%2015.245%2014.9892%2015.0958%2014.5H17V20.3333H11.1667V14.5H13.0708ZM22%209.5H19.2625C19.4108%209.98917%2019.5%2010.4767%2019.5%2010.75C19.5%2011.44%2018.94%2012%2018.25%2012C17.56%2012%2017%2011.44%2017%2010.75C17%2010.4767%2017.0883%209.98917%2017.2375%209.5H14.5V6.7625C14.9892%206.91083%2015.4767%207%2015.75%207C16.44%207%2017%206.44%2017%205.75C17%205.06%2016.44%204.5%2015.75%204.5C15.4767%204.5%2014.9892%204.58833%2014.5%204.7375V2H19.5C20.8808%202%2022%203.11917%2022%204.5V9.5Z'%20fill='black'/%3e%3c/svg%3e`,Xr=`data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7%209.22222L2.49956%207.25406C2.35182%207.1845%202.2262%207.07058%202.13802%206.92616C2.04983%206.78174%202.00288%206.61306%202.00288%206.44066C2.00288%206.26826%202.04983%206.09958%202.13802%205.95516C2.2262%205.81075%202.35182%205.69682%202.49956%205.62727L9.63492%202.16033C9.85186%202.05468%2010.0875%202%2010.326%202C10.5644%202%2010.8001%202.05468%2011.017%202.16033L18.169%205.63527C18.317%205.7047%2018.4429%205.81863%2018.5312%205.96315C18.6196%206.10766%2018.6667%206.27652%2018.6667%206.44911C18.6667%206.6217%2018.6196%206.79055%2018.5312%206.93507M2%2010.8899C1.99961%2011.0599%202.04489%2011.2265%202.13048%2011.3699C2.21608%2011.5133%202.33839%2011.6274%202.48291%2011.6989L7%2013.6667M2%2015.3347C1.99961%2015.5047%202.04489%2015.6713%202.13048%2015.8147C2.21608%2015.9581%202.33839%2016.0722%202.48291%2016.1436L7.55556%2018.6667'%20stroke='black'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M18.1111%2013.1111L14.5926%2017L13.1111%2015.3333'%20stroke='black'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M9.77783%2010.376L15.892%208.66669L22.0001%2010.376V13.881C21.9998%2015.6773%2021.4096%2017.428%2020.313%2018.8851C19.2164%2020.3422%2017.669%2021.432%2015.89%2022C14.1103%2021.4322%2012.5622%2020.3424%2011.4652%2018.8849C10.3682%2017.4274%209.77786%2015.6762%209.77783%2013.8794V10.376Z'%20stroke='black'%20stroke-width='1.5'%20stroke-linejoin='round'/%3e%3c/svg%3e`,Zr=`data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.5%2019H11V15H18V11H22V19H19.5L18%2020.5L16.5%2019Z'%20stroke='black'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%203H18V15H8.5L6.5%2017L4.5%2015H2V3Z'%20stroke='black'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M9.5%209H10M13%209H13.5M6%209H6.5'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e`,Qr=`data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.7192%2020.3139L18.0114%2016.6333C19.4506%2014.8374%2020.1476%2012.5579%2019.959%2010.2636C19.7705%207.96919%2018.7106%205.83432%2016.9975%204.29792C15.2844%202.76153%2013.0481%201.9404%2010.7486%202.00337C8.44911%202.06634%206.26109%203.00863%204.63448%204.63648C3.00786%206.26433%202.06629%208.454%202.00337%2010.7553C1.94045%2013.0565%202.76095%2015.2945%204.29618%2017.0089C5.83141%2018.7233%207.96466%2019.784%2010.2573%2019.9727C12.5499%2020.1614%2014.8277%2019.4639%2016.6222%2018.0235L20.3%2021.7042C20.3929%2021.7979%2020.5035%2021.8723%2020.6253%2021.9231C20.747%2021.9739%2020.8777%2022%2021.0096%2022C21.1415%2022%2021.2722%2021.9739%2021.3939%2021.9231C21.5157%2021.8723%2021.6263%2021.7979%2021.7192%2021.7042C21.8993%2021.5177%2022%2021.2684%2022%2021.009C22%2020.7497%2021.8993%2020.5004%2021.7192%2020.3139ZM11.0155%2018.0235C9.63189%2018.0235%208.27932%2017.6129%207.12886%2016.8436C5.9784%2016.0743%205.08172%2014.9809%204.55223%2013.7016C4.02273%2012.4223%203.88419%2011.0146%204.15412%209.65653C4.42406%208.29844%205.09035%207.05095%206.06873%206.07183C7.04712%205.0927%208.29366%204.4259%209.65072%204.15576C11.0078%203.88562%2012.4144%204.02426%2013.6927%204.55417C14.9711%205.08407%2016.0637%205.98142%2016.8324%207.13276C17.6011%208.28409%2018.0114%209.63769%2018.0114%2011.0224C18.0114%2012.8792%2017.2743%2014.66%2015.9623%2015.973C14.6504%2017.2859%2012.871%2018.0235%2011.0155%2018.0235Z'%20fill='black'/%3e%3c/svg%3e`,$r={provider_management:qr,user_management:Jr,master_management:Yr,product_managment:Xr,messaging:Zr,communications:Zr,report_claim:Qr,preauth_cashlesh_management:`data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1268_2007)'%3e%3cpath%20d='M23.121%200.879C21.951%20-0.291%2020.049%20-0.291%2018.879%200.879L12.172%207.586C11.416%208.341%2011%209.346%2011%2010.414V12C11%2012.552%2011.447%2013%2012%2013H13.586C14.654%2013%2015.659%2012.583%2016.414%2011.828L23.121%205.121C24.285%204.004%2024.285%201.996%2023.121%200.879ZM21.707%203.707L15%2010.414C14.622%2010.792%2014.12%2011%2013.586%2011H13V10.414C13%209.888%2013.214%209.372%2013.586%209L20.293%202.293C20.684%201.903%2021.316%201.903%2021.707%202.293C22.095%202.665%2022.095%203.335%2021.707%203.707ZM12%2018C11.447%2018%2011%2017.553%2011%2017C11%2016.447%2011.447%2016%2012%2016H15C15.553%2016%2016%2016.447%2016%2017C16%2017.553%2015.553%2018%2015%2018H12ZM20%2014V19C20%2021.757%2017.757%2024%2015%2024H5C2.243%2024%200%2021.757%200%2019V5C0%202.243%202.243%200%205%200H14C14.553%200%2015%200.448%2015%201C15%201.552%2014.553%202%2014%202H5C3.346%202%202%203.346%202%205V19C2%2020.654%203.346%2022%205%2022H15C16.654%2022%2018%2020.654%2018%2019V14C18%2013.447%2018.447%2013%2019%2013C19.553%2013%2020%2013.447%2020%2014ZM9.167%2011.667L7.48%2013.354C7.049%2013.785%206.485%2014.002%205.919%2014.002C5.386%2014.002%204.853%2013.809%204.428%2013.42L3.759%2012.841C3.342%2012.479%203.297%2011.847%203.658%2011.43C4.021%2011.011%204.652%2010.969%205.069%2011.329L5.758%2011.927C5.861%2012.02%205.986%2012.019%206.065%2011.94L7.752%2010.253C8.143%209.862%208.775%209.862%209.166%2010.253C9.557%2010.644%209.558%2011.276%209.167%2011.667ZM9.167%206.707L7.48%208.394C7.049%208.825%206.485%209.042%205.919%209.042C5.386%209.042%204.853%208.849%204.428%208.46L3.759%207.881C3.342%207.519%203.297%206.887%203.658%206.47C4.021%206.052%204.652%206.009%205.069%206.369L5.758%206.967C5.861%207.061%205.986%207.059%206.065%206.98L7.752%205.293C8.143%204.902%208.775%204.902%209.166%205.293C9.557%205.684%209.558%206.316%209.167%206.707ZM9.167%2015.253C9.558%2015.644%209.558%2016.276%209.167%2016.667L7.48%2018.354C7.049%2018.785%206.485%2019.002%205.919%2019.002C5.386%2019.002%204.853%2018.809%204.428%2018.42L3.759%2017.841C3.342%2017.479%203.297%2016.848%203.658%2016.43C4.021%2016.013%204.652%2015.968%205.069%2016.329L5.758%2016.927C5.861%2017.02%205.986%2017.019%206.065%2016.94L7.752%2015.253C8.143%2014.862%208.776%2014.862%209.167%2015.253Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1268_2007'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e`,reimbursement_management:`data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%208H15V10H13V12H11V10H9V8H11V6H13V8ZM7%2016H17V14H7V16ZM7%2020H13V18H7V20ZM19%202C20.1046%202%2021%202.89543%2021%204V21C21%2021.7956%2020.6839%2022.5587%2020.1213%2023.1213C19.5587%2023.6839%2018.7956%2024%2018%2024H6C5.20435%2024%204.44129%2023.6839%203.87868%2023.1213C3.31607%2022.5587%203%2021.7956%203%2021V4C3%202.89543%203.89543%202%205%202H8.171C8.37858%201.41549%208.7619%200.909511%209.26839%200.551443C9.77487%200.193376%2010.3797%200.000756748%2011%200L13%200C13.6203%200.000756748%2014.2251%200.193376%2014.7316%200.551443C15.2381%200.909511%2015.6214%201.41549%2015.829%202H19ZM19%205C19%204.44772%2018.5523%204%2018%204H14V3C14%202.73478%2013.8946%202.48043%2013.7071%202.29289C13.5196%202.10536%2013.2652%202%2013%202H11C10.7348%202%2010.4804%202.10536%2010.2929%202.29289C10.1054%202.48043%2010%202.73478%2010%203V4H6C5.44772%204%205%204.44772%205%205V21C5%2021.2652%205.10536%2021.5196%205.29289%2021.7071C5.48043%2021.8946%205.73478%2022%206%2022H18C18.2652%2022%2018.5196%2021.8946%2018.7071%2021.7071C18.8946%2021.5196%2019%2021.2652%2019%2021V5Z'%20fill='black'/%3e%3c/svg%3e`,letter_management:`data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1269_2011)'%3e%3cpath%20d='M7%206C7%205.448%207.448%205%208%205H16C16.553%205%2017%205.448%2017%206C17%206.552%2016.553%207%2016%207H8C7.448%207%207%206.552%207%206ZM8%2011H14C14.553%2011%2015%2010.552%2015%2010C15%209.448%2014.553%209%2014%209H8C7.448%209%207%209.448%207%2010C7%2010.552%207.448%2011%208%2011ZM24%2012.708V19C24%2021.757%2021.757%2024%2019%2024H5C2.243%2024%200%2021.757%200%2019V12.708C0%2011.352%200.562%2010.035%201.541%209.097L3%207.699V4C3%201.794%204.794%200%207%200H17C19.206%200%2021%201.794%2021%204V7.699L22.459%209.096C23.438%2010.034%2024%2011.35%2024%2012.707V12.708ZM5%204V12.243L9.878%2017.122C11.012%2018.255%2012.988%2018.255%2014.121%2017.122L19%2012.243V4C19%202.897%2018.103%202%2017%202H7C5.897%202%205%202.897%205%204ZM22%2012.708C22%2012.513%2021.98%2012.319%2021.942%2012.129L15.535%2018.536C14.591%2019.48%2013.336%2020%2012%2020C10.664%2020%209.409%2019.48%208.464%2018.536L2.058%2012.128C2.02%2012.318%202%2012.512%202%2012.707V18.999C2%2020.653%203.346%2021.999%205%2021.999H19C20.654%2021.999%2022%2020.653%2022%2018.999V12.707V12.708Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1269_2011'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e`,claim_config_managment:`data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1269_2013)'%3e%3cpath%20d='M13%2021V22H17V24H7V22H11V21H0V8C0%206.346%201.346%205%203%205H5V7H3C2.448%207%202%207.449%202%208V19H22V8C22%207.449%2021.552%207%2021%207H19V5H21C22.654%205%2024%206.346%2024%208V21H13ZM6.303%208.129L7.719%207.313C7.59%206.895%207.501%206.46%207.501%206C7.501%205.54%207.591%205.105%207.719%204.687L6.303%203.871L7.301%202.139L8.711%202.951C9.316%202.299%2010.104%201.826%2011%201.621V0H13V1.621C13.896%201.826%2014.685%202.3%2015.29%202.952L16.701%202.139L17.699%203.871L16.283%204.687C16.412%205.105%2016.501%205.54%2016.501%206C16.501%206.46%2016.412%206.895%2016.283%207.313L17.699%208.129L16.701%209.861L15.29%209.048C14.685%209.7%2013.897%2010.174%2013%2010.379V12H11V10.379C10.104%2010.174%209.315%209.701%208.711%209.049L7.301%209.861L6.303%208.129ZM9.5%206C9.5%207.378%2010.621%208.5%2012%208.5C13.379%208.5%2014.5%207.378%2014.5%206C14.5%204.622%2013.379%203.5%2012%203.5C10.621%203.5%209.5%204.622%209.5%206Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1269_2013'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e`,sla_management:`data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1269_2015)'%3e%3cpath%20d='M19.5%2014C20.881%2014%2022%2015.119%2022%2016.5C22%2017.881%2020.881%2019%2019.5%2019C18.119%2019%2017%2017.881%2017%2016.5C17%2015.119%2018.119%2014%2019.5%2014ZM9.5%2016.5C9.5%2017.881%2010.619%2019%2012%2019C13.381%2019%2014.5%2017.881%2014.5%2016.5C14.5%2015.119%2013.381%2014%2012%2014C10.619%2014%209.5%2015.119%209.5%2016.5ZM4.5%2014C3.119%2014%202%2015.119%202%2016.5C2%2017.881%203.119%2019%204.5%2019C5.881%2019%207%2017.881%207%2016.5C7%2015.119%205.881%2014%204.5%2014ZM19.5%2020C18.118%2020%2016.844%2020.53%2015.937%2021.433C14.898%2020.521%2013.502%2020%2012%2020C10.498%2020%209.102%2020.521%208.063%2021.433C7.156%2020.53%205.882%2020%204.5%2020C2.625%2020%200.945001%2020.97%200.116001%2022.531C-0.142999%2023.019%200.0430008%2023.624%200.531001%2023.884C1.019%2024.142%201.625%2023.957%201.884%2023.469C2.357%2022.576%203.384%2022%204.5%2022C5.616%2022%206.644%2022.576%207.116%2023.469C7.125%2023.486%207.386%2024%208.001%2024C8.616%2024%208.82%2023.571%208.828%2023.56C9.478%2022.598%2010.694%2022%2012%2022C13.306%2022%2014.521%2022.598%2015.172%2023.56C15.182%2023.575%2015.425%2024%2016.001%2024C16.577%2024%2016.876%2023.483%2016.884%2023.469C17.357%2022.576%2018.384%2022%2019.5%2022C20.616%2022%2021.644%2022.576%2022.116%2023.469C22.296%2023.808%2022.642%2024%2023.001%2024C23.159%2024%2023.319%2023.963%2023.469%2023.884C23.957%2023.624%2024.143%2023.02%2023.884%2022.531C23.055%2020.969%2021.375%2020%2019.5%2020ZM6.735%208.379L7.718%207.813C7.589%207.395%207.5%206.96%207.5%206.5C7.5%206.04%207.589%205.605%207.718%205.187L6.735%204.621C6.256%204.346%206.091%203.734%206.368%203.256C6.642%202.777%207.255%202.611%207.733%202.889L8.71%203.452C9.315%202.8%2010.103%202.326%2010.999%202.121V1C10.999%200.447%2011.446%200%2011.999%200C12.552%200%2012.999%200.447%2012.999%201V2.121C13.895%202.326%2014.684%202.799%2015.288%203.452L16.265%202.889C16.744%202.612%2017.355%202.778%2017.63%203.256C17.906%203.735%2017.741%204.346%2017.263%204.621L16.28%205.187C16.409%205.605%2016.498%206.04%2016.498%206.5C16.498%206.96%2016.409%207.395%2016.28%207.813L17.263%208.379C17.742%208.654%2017.907%209.266%2017.63%209.744C17.445%2010.065%2017.109%2010.245%2016.763%2010.245C16.594%2010.245%2016.422%2010.202%2016.265%2010.111L15.288%209.548C14.683%2010.2%2013.895%2010.674%2012.999%2010.879V12C12.999%2012.553%2012.552%2013%2011.999%2013C11.446%2013%2010.999%2012.553%2010.999%2012V10.879C10.103%2010.674%209.314%2010.201%208.71%209.548L7.733%2010.111C7.576%2010.202%207.404%2010.245%207.235%2010.245C6.889%2010.245%206.552%2010.065%206.368%209.744C6.092%209.265%206.257%208.654%206.735%208.379ZM9.5%206.5C9.5%207.879%2010.621%209%2012%209C13.379%209%2014.5%207.879%2014.5%206.5C14.5%205.121%2013.379%204%2012%204C10.621%204%209.5%205.121%209.5%206.5ZM1%2014C1.553%2014%202%2013.553%202%2013V10C2%208.897%202.897%208%204%208C4.553%208%205%207.553%205%207C5%206.447%204.553%206%204%206C1.794%206%207.77654e-07%207.794%207.77654e-07%2010V13C7.77654e-07%2013.553%200.447001%2014%201%2014ZM20%206C19.447%206%2019%206.447%2019%207C19%207.553%2019.447%208%2020%208C21.103%208%2022%208.897%2022%2010V13C22%2013.553%2022.447%2014%2023%2014C23.553%2014%2024%2013.553%2024%2013V10C24%207.794%2022.206%206%2020%206Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1269_2015'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e`,grievance_management:`data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1269_2017)'%3e%3cpath%20d='M6%2014C8.206%2014%2010%2012.206%2010%2010C10%207.794%208.206%206%206%206C3.794%206%202%207.794%202%2010C2%2012.206%203.794%2014%206%2014ZM6%208C7.103%208%208%208.897%208%2010C8%2011.103%207.103%2012%206%2012C4.897%2012%204%2011.103%204%2010C4%208.897%204.897%208%206%208ZM12%2022V23C12%2023.552%2011.552%2024%2011%2024C10.448%2024%2010%2023.552%2010%2023V22C10%2019.794%208.206%2018%206%2018C3.794%2018%202%2019.794%202%2022V23C2%2023.552%201.552%2024%201%2024C0.448%2024%200%2023.552%200%2023V22C0%2018.691%202.691%2016%206%2016C9.309%2016%2012%2018.691%2012%2022ZM20.999%200H14.999C13.349%200.002%2012%201.352%2012%203.002L12.002%2011.774C12.002%2012.412%2012.526%2012.862%2013.091%2012.862C13.287%2012.862%2013.488%2012.808%2013.674%2012.689L16.128%2010.999H21C22.657%2010.999%2024%209.656%2024%207.999V3C24%201.343%2022.656%200%2020.999%200ZM18%2010C17.448%2010%2017%209.552%2017%209C17%208.448%2017.448%208%2018%208C18.552%208%2019%208.448%2019%209C19%209.552%2018.552%2010%2018%2010ZM19.502%206.598C18.995%206.868%2018.378%206.971%2017.999%207C17.508%207%2017.08%206.638%2017.01%206.138C16.934%205.591%2017.315%205.086%2017.862%205.01C18.106%204.976%2018.423%204.902%2018.515%204.859C18.808%204.688%2019%204.356%2019%204C19%203.449%2018.551%203%2018%203C17.449%203%2017%203.449%2017%204C17%204.551%2016.552%205%2016%205C15.448%205%2015%204.552%2015%204C15%202.346%2016.346%201%2018%201C19.654%201%2021%202.346%2021%204C21%205.067%2020.426%206.062%2019.502%206.598Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1269_2017'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e`,claim_audit_recovery:`data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.49999%2020.344H6.48499V17.5M17.515%206.5V3.656L20.5%203.5M15%202.458C13.256%201.90997%2011.3953%201.85047%209.61986%202.28594C7.84447%202.72141%206.22241%203.63521%204.92999%204.928C1.02399%208.834%201.02399%2015.166%204.92999%2019.071C5.26865%2019.411%205.62466%2019.7207%205.99799%2020M8.99999%2021.541C10.7441%2022.0892%2012.6051%2022.1488%2014.3807%2021.7134C16.1562%2021.2779%2017.7785%2020.364%2019.071%2019.071C22.977%2015.166%2022.977%208.834%2019.071%204.929C18.7317%204.589%2018.3753%204.27933%2018.002%204'%20stroke='black'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8%2014.3784L8.00135%2012.2278C8.00135%2012.1562%208.02983%2012.0874%208.08051%2012.0367C8.1312%2011.986%208.19994%2011.9576%208.27162%2011.9576H10.9749C11.2241%2011.9576%2011.2227%2011.7365%2011.2227%2011.2105C11.2227%2010.6846%209.89784%2010.2416%209.89784%208.3927C9.89784%206.54378%2011.2703%206%2012.4108%206C13.5514%206%2014.7938%206.54378%2014.7938%208.3927C14.7938%2010.2416%2013.4759%2010.5357%2013.4759%2011.2105C13.4759%2011.8854%2013.4759%2011.9576%2013.6868%2011.9576H16.3786C16.4503%2011.9576%2016.5191%2011.986%2016.5698%2012.0367C16.6204%2012.0874%2016.6489%2012.1562%2016.6489%2012.2278V14.3784H8Z'%20stroke='black'%20stroke-width='1.2'%20stroke-linejoin='round'/%3e%3cpath%20d='M8%2016H16.6486'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e`,dms:`data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.0588%204V2H15.4031V4.41599C15.7962%204.60937%2016.1726%204.83481%2016.5282%205.09L16.8725%204.88198L18.539%203.88302L19.5007%205.61401L21.0383%208.38599L22%2010.118L20.3354%2011.118L19.9911%2011.323C20.0103%2011.55%2020.02%2011.775%2020.02%2012C20.02%2012.225%2020.0103%2012.45%2019.9911%2012.677L20.3354%2012.882L22%2013.882L21.0383%2015.614L19.5007%2018.386L18.539%2020.117L16.8725%2019.118L16.5282%2018.91C16.1726%2019.1652%2015.7962%2019.3906%2015.4031%2019.584V22H13.0588V20H13.48V18.19C14.5792%2017.896%2015.56%2017.299%2016.3313%2016.482L17.8343%2017.386L19.3739%2014.614L17.868%2013.71C18.0122%2013.165%2018.0969%2012.593%2018.0969%2012C18.0969%2011.407%2018.0122%2010.835%2017.868%2010.29L19.3739%209.38599L17.8343%206.61401L16.3313%207.51802C15.56%206.70099%2014.5792%206.10401%2013.48%205.81V4H13.0588ZM15.7883%2012C15.7883%2013.8053%2014.6385%2015.3311%2013.0588%2015.8287V13.6283C13.5469%2013.2656%2013.865%2012.6715%2013.865%2012C13.865%2011.3285%2013.5469%2010.7344%2013.0588%2010.3717V8.17125C14.6385%208.66891%2015.7883%2010.1947%2015.7883%2012ZM3%206.44453C3%204.17807%206.41298%202.30781%2010.8236%202.03448V4.26172C9.18895%204.37802%207.71208%204.74583%206.6185%205.28943C5.63143%205.78005%205.23531%206.24563%205.23531%206.44453C5.23531%206.64344%205.63143%207.10896%206.6185%207.59958C7.71208%208.14318%209.18895%208.51104%2010.8236%208.62729V10.8546C8.60627%2010.7171%206.64108%2010.1761%205.23494%209.38411L5.23458%2012.0001H5.23531C5.23531%2012.199%205.63143%2012.6645%206.6185%2013.1552C7.71208%2013.6987%209.18895%2014.0666%2010.8236%2014.1829V16.4101C8.60585%2016.2727%206.6404%2015.7315%205.23421%2014.9392L5.23384%2017.4757L5.23541%2017.5588C5.29063%2018.3206%207.60343%2019.5061%2010.8236%2019.7378V21.9657C6.51912%2021.6989%203.16487%2019.9111%203.00592%2017.7185L3%2017.5556V6.44453Z'%20fill='black'/%3e%3c/svg%3e`,digitization:`data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22.5%207.5H21V3H16.5V1.5H22.5V7.5ZM3%207.5H1.5V1.5H7.5V3H3V7.5ZM7.5%2022.5H1.5V16.5H3V21H7.5V22.5ZM22.5%2022.5H16.5V21H21V16.5H22.5V22.5Z'%20fill='black'%20stroke='black'%20stroke-width='0.2'/%3e%3cpath%20d='M8.40909%2019C8.03409%2019%207.71318%2018.863%207.44636%2018.5891C7.17955%2018.3152%207.04591%2017.9855%207.04546%2017.6V16.2C7.04546%2016.0017%207.11091%2015.8355%207.24182%2015.7016C7.37273%2015.5677%207.53455%2015.5005%207.72727%2015.5C7.92%2015.4995%208.08205%2015.5667%208.21341%2015.7016C8.34477%2015.8365%208.41%2016.0026%208.40909%2016.2V17.6H16.5909V16.2C16.5909%2016.0017%2016.6564%2015.8355%2016.7873%2015.7016C16.9182%2015.5677%2017.08%2015.5005%2017.2727%2015.5C17.4655%2015.4995%2017.6275%2015.5667%2017.7589%2015.7016C17.8902%2015.8365%2017.9555%2016.0026%2017.9545%2016.2V17.6C17.9545%2017.985%2017.8211%2018.3147%2017.5543%2018.5891C17.2875%2018.8635%2016.9664%2019.0005%2016.5909%2019H8.40909ZM7.04546%206.4C7.04546%206.015%207.17909%205.68553%207.44636%205.4116C7.71364%205.13767%208.03455%205.00047%208.40909%205H13.3011C13.483%205%2013.6564%205.035%2013.8214%205.105C13.9864%205.175%2014.1311%205.27417%2014.2557%205.4025L17.5625%208.7975C17.6875%208.92583%2017.7841%209.0747%2017.8523%209.2441C17.9205%209.4135%2017.9545%209.5913%2017.9545%209.7775V10.6C17.9545%2010.7983%2017.8891%2010.9647%2017.7582%2011.0991C17.6273%2011.2335%2017.4655%2011.3005%2017.2727%2011.3C17.08%2011.2995%2016.9182%2011.2323%2016.7873%2011.0984C16.6564%2010.9645%2016.5909%2010.7983%2016.5909%2010.6V9.9H13.8636C13.6705%209.9%2013.5086%209.8328%2013.3782%209.6984C13.2477%209.564%2013.1823%209.39787%2013.1818%209.2V6.4H8.40909V10.6C8.40909%2010.7983%208.34364%2010.9647%208.21273%2011.0991C8.08182%2011.2335%207.92%2011.3005%207.72727%2011.3C7.53455%2011.2995%207.37273%2011.2323%207.24182%2011.0984C7.11091%2010.9645%207.04546%2010.7983%207.04546%2010.6V6.4ZM19.3182%2014.1H5.68182C5.48864%2014.1%205.32682%2014.0328%205.19637%2013.8984C5.06591%2013.764%205.00046%2013.5979%205%2013.4C4.99955%2013.2021%205.065%2013.036%205.19637%2012.9016C5.32773%2012.7672%205.48955%2012.7%205.68182%2012.7H19.3182C19.5114%2012.7%2019.6734%2012.7672%2019.8043%2012.9016C19.9352%2013.036%2020.0005%2013.2021%2020%2013.4C19.9995%2013.5979%2019.9341%2013.7642%2019.8036%2013.8991C19.6732%2014.034%2019.5114%2014.1009%2019.3182%2014.1Z'%20fill='black'%20stroke='black'%20stroke-width='0.2'/%3e%3c/svg%3e`,fwa_desk_audit:`data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.9375%205.85938C6.83437%205.85938%206.75%205.94375%206.75%206.04688V7.17188C6.75%207.275%206.83437%207.35938%206.9375%207.35938H15.9375C16.0406%207.35938%2016.125%207.275%2016.125%207.17188V6.04688C16.125%205.94375%2016.0406%205.85938%2015.9375%205.85938H6.9375ZM11.25%209.23438H6.9375C6.83437%209.23438%206.75%209.31875%206.75%209.42188V10.5469C6.75%2010.65%206.83437%2010.7344%206.9375%2010.7344H11.25C11.3531%2010.7344%2011.4375%2010.65%2011.4375%2010.5469V9.42188C11.4375%209.31875%2011.3531%209.23438%2011.25%209.23438ZM10.125%2019.9688H4.875V3.46875H18V10.9688C18%2011.0719%2018.0844%2011.1562%2018.1875%2011.1562H19.5C19.6031%2011.1562%2019.6875%2011.0719%2019.6875%2010.9688V2.53125C19.6875%202.11641%2019.3523%201.78125%2018.9375%201.78125H3.9375C3.52266%201.78125%203.1875%202.11641%203.1875%202.53125V20.9062C3.1875%2021.3211%203.52266%2021.6562%203.9375%2021.6562H10.125C10.2281%2021.6562%2010.3125%2021.5719%2010.3125%2021.4688V20.1562C10.3125%2020.0531%2010.2281%2019.9688%2010.125%2019.9688ZM20.4375%2017.9062H17.0625V17.0484C18.1477%2016.725%2018.9375%2015.7219%2018.9375%2014.5312C18.9375%2013.0805%2017.7633%2011.9062%2016.3125%2011.9062C14.8617%2011.9062%2013.6875%2013.0805%2013.6875%2014.5312C13.6875%2015.7195%2014.4773%2016.725%2015.5625%2017.0484V17.9062H12.1875C11.9812%2017.9062%2011.8125%2018.075%2011.8125%2018.2812V21.8438C11.8125%2022.05%2011.9812%2022.2188%2012.1875%2022.2188H20.4375C20.6437%2022.2188%2020.8125%2022.05%2020.8125%2021.8438V18.2812C20.8125%2018.075%2020.6437%2017.9062%2020.4375%2017.9062ZM15.1406%2014.5312C15.1406%2013.8844%2015.6656%2013.3594%2016.3125%2013.3594C16.9594%2013.3594%2017.4844%2013.8844%2017.4844%2014.5312C17.4844%2015.1781%2016.9594%2015.7031%2016.3125%2015.7031C15.6656%2015.7031%2015.1406%2015.1781%2015.1406%2014.5312ZM19.3594%2020.7656H13.2656V19.3594H19.3594V20.7656Z'%20fill='black'/%3e%3c/svg%3e`,webservices:`data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.5%2020H3.5C3.10218%2020%202.72064%2019.842%202.43934%2019.5607C2.15804%2019.2794%202%2018.8978%202%2018.5V5.5C2%205.10218%202.15804%204.72064%202.43934%204.43934C2.72064%204.15804%203.10218%204%203.5%204H20.5C20.8978%204%2021.2794%204.15804%2021.5607%204.43934C21.842%204.72064%2022%205.10218%2022%205.5V11.5295'%20stroke='black'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M23%2017.5C23%2018.6935%2022.5259%2019.8381%2021.682%2020.682C20.8381%2021.5259%2019.6935%2022%2018.5%2022C17.3065%2022%2016.1619%2021.5259%2015.318%2020.682C14.4741%2019.8381%2014%2018.6935%2014%2017.5M23%2017.5C23%2016.3065%2022.5259%2015.1619%2021.682%2014.318C20.8381%2013.4741%2019.6935%2013%2018.5%2013C17.3065%2013%2016.1619%2013.4741%2015.318%2014.318C14.4741%2015.1619%2014%2016.3065%2014%2017.5M23%2017.5H14'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M20.4287%2017.5C20.3339%2019.1456%2019.6585%2020.7215%2018.5001%2022C17.3417%2020.7215%2016.6663%2019.1456%2016.5715%2017.5C16.6663%2015.8544%2017.3417%2014.2785%2018.5001%2013C19.6585%2014.2785%2020.3339%2015.8544%2020.4287%2017.5Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%205.5C2%205.10218%202.15804%204.72064%202.43934%204.43934C2.72064%204.15804%203.10218%204%203.5%204H20.5C20.8978%204%2021.2794%204.15804%2021.5607%204.43934C21.842%204.72064%2022%205.10218%2022%205.5V10H2V5.5Z'%20stroke='black'%20stroke-width='1.5'/%3e%3cpath%20d='M4%207C4%206.44772%204.44772%206%205%206C5.55228%206%206%206.44772%206%207C6%207.55228%205.55228%208%205%208C4.44772%208%204%207.55228%204%207Z'%20fill='black'/%3e%3cpath%20d='M7%207C7%206.44772%207.44772%206%208%206C8.55228%206%209%206.44772%209%207C9%207.55228%208.55228%208%208%208C7.44772%208%207%207.55228%207%207Z'%20fill='black'/%3e%3c/svg%3e`,reporting:Qr},ei=300,ti=90,ni=48,ri=180,ii=`#3473BA`,Q=`#ffffff`,ai={scrollbarWidth:`thin`,scrollbarColor:`rgba(255,255,255,0.55) transparent`,"&::-webkit-scrollbar":{width:`6px`,height:`6px`},"&::-webkit-scrollbar-track":{background:`transparent`},"&::-webkit-scrollbar-thumb":{backgroundColor:`rgba(255,255,255,0.45)`,borderRadius:`999px`},"&::-webkit-scrollbar-thumb:hover":{backgroundColor:`rgba(255,255,255,0.7)`}},oi={color:Q,whiteSpace:`normal`,wordBreak:`break-word`,overflowWrap:`break-word`,"& span":{fontSize:12,fontWeight:400,color:Q}},si={textAlign:`center`,minWidth:60,mt:1,"& span":{fontSize:9,fontWeight:400,color:Q,whiteSpace:`normal`,overflowWrap:`break-word`}},ci=(e,t,n)=>({width:t,marginTop:`${n}px`,transition:e.transitions.create(`width`,{easing:e.transitions.easing.sharp,duration:e.transitions.duration.enteringScreen}),overflowX:`hidden`}),li=(e,t,n)=>({width:t,marginTop:`${n}px`,transition:e.transitions.create(`width`,{easing:e.transitions.easing.sharp,duration:e.transitions.duration.leavingScreen}),overflowX:`hidden`}),ui=Nr(`div`,{shouldForwardProp:e=>e!==`open`})(({theme:e,open:t})=>({display:`flex`,alignItems:`center`,justifyContent:t?`flex-end`:`center`,padding:e.spacing(0,1),minHeight:48})),di=Nr(f.Drawer,{shouldForwardProp:e=>![`open`,`drawerwidth`,`collapsedwidth`,`topoffset`].includes(String(e))})(({theme:e,open:t,drawerwidth:n,collapsedwidth:r,topoffset:i})=>({flexShrink:0,whiteSpace:`nowrap`,boxSizing:`border-box`,variants:[],...t?{...ci(e,n,i),"& .MuiDrawer-paper":ci(e,n,i)}:{...li(e,r,i),"& .MuiDrawer-paper":li(e,r,i)}}));function fi(e,t){return t===e.key||t===e.path}function pi(e){return{whiteSpace:`normal`,wordBreak:`break-word`,overflowWrap:`break-word`,color:Q,"& span":{fontWeight:e?600:400,fontSize:e?14:12,color:Q}}}function mi({icon:e,isOpen:t=!1,section:n,onClick:r}){return(0,q.jsxs)(f.ListItemButton,{onClick:r,sx:{justifyContent:`initial`,minHeight:48,px:2.5},children:[(0,q.jsx)(f.ListItemIcon,{sx:{minWidth:0,mr:3},children:e}),(0,q.jsx)(f.ListItemText,{primary:n.label,sx:oi}),n.children.length>0?t?(0,q.jsx)(Gr,{sx:{color:Q,fontSize:20}}):(0,q.jsx)(Hr,{sx:{color:Q,fontSize:20}}):null]})}function hi({icon:e,section:t}){return(0,q.jsxs)(f.ListItemButton,{sx:{justifyContent:`center`,minHeight:64,flexDirection:`column`,alignItems:`center`,width:`100%`},children:[(0,q.jsx)(f.ListItemIcon,{sx:{minWidth:0,mr:0},children:e}),(0,q.jsx)(f.ListItemText,{primary:t.label,sx:si})]})}function gi({item:e,section:t,selected:n,onNavigate:r}){return(0,q.jsx)(f.ListItemButton,{onClick:()=>r(e,t),children:(0,q.jsx)(f.ListItemText,{primary:e.label,sx:pi(n)})})}function _i({sections:e,collapsed:t=!1,selectedKey:n,defaultOpenKeys:r=[],width:i=ei,collapsedWidth:a=ti,topOffset:o=ni,title:s,footer:c,style:u,renderSectionIcon:d,isItemSelected:p=fi,onToggleCollapse:m,onNavigate:h}){let[g,_]=(0,l.useState)(r[0]??``),[v,y]=(0,l.useState)(null),[b,x]=(0,l.useState)({top:0,left:0}),S=(0,l.useRef)(null),C=(0,l.useMemo)(()=>e.find(e=>e.children.some(e=>p(e,n)))?.key??``,[p,e,n]);(0,l.useEffect)(()=>{C&&_(C)},[C]),(0,l.useEffect)(()=>{t&&y(null)},[t]),(0,l.useEffect)(()=>()=>{S.current&&clearTimeout(S.current)},[]);let w=()=>{S.current&&=(clearTimeout(S.current),null)},ee=()=>{w(),S.current=setTimeout(()=>{y(null),S.current=null},ri)},te=e=>{_(t=>t===e?``:e)},ne=(e,t)=>{w(),h?.(e,t),y(null)},re=e=>{if(e.icon)return e.icon;let t=d?.(e);if(t)return t;let n=$r[e.iconKey];return n?(0,q.jsx)(`img`,{src:n,alt:e.label,width:`20`,height:`20`,style:{filter:`brightness(0) invert(1)`}}):(0,q.jsx)(Kr,{sx:{color:Q,fontSize:20}})},T=(e,t)=>(0,q.jsx)(gi,{item:e,section:t,selected:p(e,n),onNavigate:ne},e.key),E=e=>v!==e.key||e.children.length===0?null:(0,q.jsx)(f.Box,{onMouseEnter:w,onMouseLeave:ee,sx:{position:`fixed`,top:`${b.top+20}px`,left:`${b.left}px`,backgroundColor:ii,boxShadow:`0px 4px 10px rgba(0,0,0,0.1)`,borderRadius:`8px`,padding:`4px`,zIndex:9999},children:(0,q.jsx)(f.List,{sx:{maxHeight:200,overflowY:`auto`,...ai},children:e.children.map(t=>T(t,e))})});return(0,q.jsxs)(di,{variant:`permanent`,open:!t,drawerwidth:i,collapsedwidth:a,topoffset:o,style:u,sx:{overflow:`visible`,width:t?a:i,"& .MuiDrawer-paper":{overflowY:`auto`,overflowX:`hidden`,...ai,paddingBottom:`79px`,backgroundColor:ii,display:`flex`,flexDirection:`column`,borderRight:`0px`,width:t?a:i}},children:[(0,q.jsx)(ui,{open:!t,children:(0,q.jsx)(f.IconButton,{onClick:m,children:t?(0,q.jsx)(Wr,{sx:{color:Q}}):(0,q.jsx)(Ur,{sx:{color:Q}})})}),(0,q.jsx)(f.Divider,{}),!t&&s?(0,q.jsx)(f.Box,{sx:{px:2.5,pt:2,pb:1},children:s}):null,(0,q.jsx)(f.List,{sx:{overflow:`visible`,pt:0},children:e.map(e=>{let n=re(e),r=g===e.key;return(0,q.jsx)(f.ListItem,{disablePadding:!0,children:(0,q.jsxs)(f.Box,{sx:{position:`relative`,width:`100%`},onMouseEnter:n=>{if(!t)return;w(),y(e.key);let r=n.currentTarget.getBoundingClientRect();x({top:r.top,left:r.right})},onMouseLeave:()=>{t&&ee()},children:[t?(0,q.jsx)(hi,{icon:n,section:e}):(0,q.jsx)(mi,{icon:n,isOpen:r,section:e,onClick:()=>te(e.key)}),t?E(e):(0,q.jsx)(f.Collapse,{in:r,timeout:`auto`,unmountOnExit:!0,children:(0,q.jsx)(f.List,{component:`div`,disablePadding:!0,sx:{pl:4,ml:2},children:e.children.map(t=>T(t,e))})})]})},e.key)})})]})}var vi=`hitpa_`,yi=`_client`,bi=[`consintMenuPath`,`menuPath`],xi=[`menuPath`,`consintMenuPath`],Si=/^(delete|view|update|review|create)[\s_-]*/i,Ci=/^https?:\/\//i;function $(e,t,n=``,r=bi){return{sectionKey:e,menuId:t,pathPrefix:n,pathPreference:r}}var wi={product:$(`product_managment`,`2025050101443905990156001`,`/product`),product_managment:$(`product_managment`,`2025050101443905990156001`,`/product`),provider:$(`provider_management`,`2025040411443905990151234`,`/provider`),provider_management:$(`provider_management`,`2025040411443905990151234`,`/provider`),user_management:$(`user_management`,`2012051516463503191060945`),master_management:$(`master_management`,`2012051516463503191060946`),dashboard_mgmt:$(`dashboard_mgmt`,`2025080501443905990156087`,``,xi),messaging:$(`messaging`,`20250D518FD18F0D4AC7A4D89E2931318947`),communications:$(`communications`,`20250422114439087032993`),report_claim:$(`report_claim`,`2025031914435299111765322`),preauth_cashlesh_management:$(`preauth_cashlesh_management`,`2012051516463503191060947`),reimbursement_management:$(`reimbursement_management`,`2012092614435299111765382`),letter_management:$(`letter_management`,`2025040214435299111765382`),claim_config_managment:$(`claim_config_managment`,`2025042901443905990156998`),sla_management:$(`sla_management`,`2013101709032267083105128`),grievance_management:$(`grievance_management`,`2016080212413668076251010`),claim_audit_recovery:$(`claim_audit_recovery`,`2012092614435299111765322`),dms:$(`dms`,`2025040294435299111765385`,`/dms`),digitization:$(`digitization`,`2025040294435299111765386`,`/digitization`,xi),fwa_desk_audit:$(`fwa_desk_audit`,`20250422114439087032987`,`/desk-audit`,xi),webservices:$(`webservices`,`2025080501443905990156085`,``,xi),reopenclaim_management:$(`reopenclaim_management`,`2025040214435299111765383`),reporting:$(`reporting`,`2025080501443905990156088`,``,xi)};function Ti(e=`product`){return typeof e==`string`?e===`none`?{}:wi[e]:e}function Ei(e){return e.replace(/[\s_-]/g,``).toLowerCase()}function Di(e){return e.toLowerCase().replace(/\b\w/g,e=>e.toUpperCase())}function Oi(e){return Di(e.replace(/[-_]/g,` `))}function ki(e){return e.replace(Si,``).trim()}function Ai(e){return`/${Oi(e).replace(/\s+/g,``)}`}function ji(e,t){return t.map(t=>e[t]?.trim()).find(Boolean)||Ai(e.kcUniqueCode)}function Mi(e){return e.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`)}function Ni(e){if(!Ci.test(e))return e;try{let t=new URL(e);return`${t.pathname}${t.search}${t.hash}`.replace(/^\/{2,}/,`/`)}catch{return e}}function Pi(e){if(!e||!Ci.test(e))return e;try{let t=new URL(e);return`${t.pathname}${t.search}${t.hash}`.replace(/^\/{2,}/,`/`)}catch{return e}}function Fi(e){return!e||e.startsWith(`/`)||Ci.test(e)?e:`/${e}`}function Ii(e,t){let n=Fi(Ni(e));if(!t)return n;let r=t.startsWith(`/`)?t:`/${t}`;return n.replace(RegExp(`^${Mi(r)}(?=/|$)`),``)||`/`}function Li(e){return Array.isArray(e)?e:e?.dataList??[]}function Ri(e,t){return e.replace(RegExp(`^${Mi(t)}`),``).replace(RegExp(`${Mi(yi)}$`),``)}function zi(e,t=vi){return new Set(Object.keys(e??{}).filter(e=>e.startsWith(t)&&e.endsWith(yi)).map(e=>Ri(e,t)))}function Bi(e){return new Set((e??[]).map(e=>Ei(ki(e))))}function Vi(e,t,n){return!!(t&&e.kcUniqueCode===t||n&&e.menuId===n)}function Hi(e){return[...e].sort((e,t)=>(e.menuSequence??2**53-1)-(t.menuSequence??2**53-1))}function Ui(e,t,n){let r=ji(e,n.pathPreference),i=Vi(t,n.localSectionKey,n.localMenuId)?Ii(r,n.localPathPrefix):r;return n.resolveChildPath?.({child:e,parent:t,defaultPath:i})?.trim()||i}function Wi({resourceAccess:e,sequenceMenu:t,clientPrefix:n=vi,pathPreference:r,localModule:i=`product`,resolveChildPath:a}){let o=Li(t);if(!e||o.length===0)return[];let s=Ti(i),c=r??s.pathPreference??bi,l=zi(e,n);return Hi(o).filter(e=>l.has(e.kcUniqueCode)).map(t=>{let r=Bi(e[`${n}${t.kcUniqueCode}${yi}`]?.roles),i=Hi(t.children??[]).filter(e=>r.has(Ei(e.kcUniqueCode))).map(e=>{let n=Pi(Ui(e,t,{pathPreference:c,localSectionKey:s.sectionKey,localMenuId:s.menuId,localPathPrefix:s.pathPrefix,resolveChildPath:a}))||``;return{key:n,label:e.menuName||Oi(e.kcUniqueCode),path:n,external:Ci.test(n),meta:e}});return i.length===0?null:{key:t.kcUniqueCode,label:t.menuName||Oi(t.kcUniqueCode),iconKey:t.kcUniqueCode,order:t.menuSequence,children:i,meta:t}}).filter(e=>e!==null)}var Gi=`/no-permission`,Ki={"Uma Client":`User Manegment`};function qi(e){return e===`none`}function Ji(e){return e.startsWith(`/`)?e:`/${e}`}function Yi(e){let t=e?.split(`/`)[1];return t?`/${t}`:e}function Xi(e,t){let n=Yi(t);return e.key===t||e.path===t||e.key===n||e.path===n}function Zi(e,t){if(!(t===`none`||typeof window>`u`)){if(t===`assign`){window.location.assign(e);return}window.location.replace(e)}}function Qi(e,t){return!!(t&&(e.iconKey===t||e.key===t))}function $i(e){return e!=null}function ea(e,t){return e?.sectionLabelOverrides??(qi(t)?Ki:void 0)}function ta(e,t){return t?e.map(e=>({...e,label:t[e.key]??t[e.iconKey]??t[e.label]??e.label})):e}function na(e,t){return e?.externalNavigation??(qi(t)?`assign`:`replace`)}function ra(e,t){return e?.navigateAllInternal??qi(t)}function ia({resourceAccess:e,sequenceMenu:t,pathname:n,collapsed:r=!1,onCollapse:i,navigate:a,localModule:o=`product`,redirectOnNoPermission:s=!1,onMenuClick:c,menuOptions:u,behavior:d,ui:f}){let{clientPrefix:p,pathPreference:m,resolveChildPath:h}=u??{},g=na(d,o),_=ra(d,o),v=d?.noPermissionPath??Gi,y=d?.isItemSelected??Xi,b=ea(u,o),x=Ti(o).sectionKey,S=(0,l.useMemo)(()=>ta(Wi({resourceAccess:e,sequenceMenu:t,clientPrefix:p,pathPreference:m,localModule:o,resolveChildPath:h}),b),[p,o,m,h,e,b,t]),C=(0,l.useMemo)(()=>x?zi(e,p).has(x):!0,[p,x,e]);(0,l.useEffect)(()=>{!s||!a||n!==v&&(!$i(t)||!e||(!C||S.length===0)&&a(v,{replace:!0}))},[C,a,v,n,s,e,S.length,t]);let w=(e,t)=>{if(d?.onNavigate){d.onNavigate(e,t);return}if(a&&(Qi(t,x)||_&&!e.external)){a(Ji(e.path)),c?.(e,t);return}Zi(e.path,g)};return(0,q.jsx)(_i,{...f,collapsed:r,selectedKey:n,sections:S,isItemSelected:y,onToggleCollapse:i,onNavigate:w})}var aa=`userToken`;function oa(e){if(typeof window>`u`)return null;let t=window.sessionStorage.getItem(e);if(!t)return null;try{let e=JSON.parse(t);return typeof e==`string`?e:t}catch{return t}}function sa(e){let t=e.replace(/-/g,`+`).replace(/_/g,`/`),n=t.padEnd(Math.ceil(t.length/4)*4,`=`),r=window.atob(n);try{return decodeURIComponent(Array.from(r,e=>`%${e.charCodeAt(0).toString(16).padStart(2,`0`)}`).join(``))}catch{return r}}function ca(e){if(typeof window>`u`)return null;let t=e.split(`.`)[1];if(!t)return null;try{return JSON.parse(sa(t))}catch(e){return console.error(`Error decoding sidebar token payload`,e),null}}function la(e){let t=oa(e);return t?ca(t)?.resource_access??{}:{}}function ua({loadSequenceMenu:e,tokenStorageKey:t=aa,defaultCollapsed:n=!0,collapsed:r,onCollapse:i,onLoadError:a,...o}){let s=(0,u.useLocation)(),c=(0,u.useNavigate)(),[d,f]=(0,l.useState)(n),[p,m]=(0,l.useState)(()=>la(t)),[h,g]=(0,l.useState)(null),_=r??d,v=i??(()=>f(e=>!e));return(0,l.useEffect)(()=>{let e=()=>{m(la(t))};return e(),window.addEventListener(`storage`,e),window.addEventListener(`sessionStorageUpdated`,e),()=>{window.removeEventListener(`storage`,e),window.removeEventListener(`sessionStorageUpdated`,e)}},[t]),(0,l.useEffect)(()=>{let t=!0;return e().then(e=>{t&&g(e??null)}).catch(e=>{t&&(g(null),a?.(e))}),()=>{t=!1}},[e,a]),(0,q.jsx)(ia,{...o,resourceAccess:p,sequenceMenu:h,pathname:s.pathname,collapsed:_,onCollapse:v,navigate:c})}exports.HitpaSideBar=ua,exports.NavigationSidebar=_i,exports.SequenceMenuSidebar=ia,exports.buildSequenceMenuSections=Wi,exports.getAuthorizedMenuCodes=zi,exports.getLocalModuleConfig=Ti;
@@ -0,0 +1,5 @@
1
+ export { HitpaSideBar } from "./components/HitpaSideBar";
2
+ export { SequenceMenuSidebar } from "./components/SequenceMenuSidebar";
3
+ export { NavigationSidebar } from "./components/NavigationSidebar";
4
+ export { buildSequenceMenuSections, getAuthorizedMenuCodes, getLocalModuleConfig } from "./utils/menuBuilder";
5
+ export type { HitpaSideBarProps, LocalModuleConfig, LocalModuleInput, LocalModulePreset, NavigationLeaf, NavigationPathField, NavigationSection, NavigationSidebarProps, OrderedMenuChild, OrderedMenuNode, ResourceAccessClient, ResourceAccessMap, SequenceMenuBehaviorOptions, SequenceMenuLoader, SequenceMenuOptions, SequenceMenuResponse, SequenceMenuSidebarProps, SequenceMenuSidebarUiOptions } from "./types";