Mercurial > repos > fubar > jbrowse2
annotate x/static/js/5255.af554ced.chunk.js @ 125:49f3d3878413 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
author | fubar |
---|---|
date | Sat, 05 Oct 2024 23:58:05 +0000 |
parents | |
children |
rev | line source |
---|---|
125
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
1 /*! For license information please see 5255.af554ced.chunk.js.LICENSE.txt */ |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
2 (globalThis.webpackChunk_jbrowse_web=globalThis.webpackChunk_jbrowse_web||[]).push([[5255],{18196:(e,t,r)=>{"use strict";r.d(t,{j:()=>c});var n=r(35451),o=r(16308),i=r.n(o);class a{constructor({minimumTTL:e}){this.minimumTTL=e}calculateChunkExpirationDate(e){const{headers:t={},requestDate:r,responseDate:n}=e;let o=n||r;if(!o){if(!t.date)return;o=new Date(t.date)}const i=e=>new Date(o.getTime()+e);if(/\bno-cache\b/.test(t.pragma))return i(this.minimumTTL);const a=function(e){if("string"!=typeof e)return{};const t={};return e.toLowerCase().replace(/(?:^|(?:\s*,\s*))([^\x00-\x20\(\)<>@\,;\:\\"\/\[\]\?\=\{\}\x7F]+)(?:\=(?:([^\x00-\x20\(\)<>@\,;\:\\"\/\[\]\?\=\{\}\x7F]+)|(?:\"((?:[^"\\]|\\.)*)\")))?/g,((e,r,n,o)=>{const i=n||o;return t[r]=!i||i.toLowerCase(),""}))?{}:(Object.keys(t).forEach((e=>{if(/^[\d]+$/.test(t[e]))try{const r=parseInt(t[e],10);Number.isNaN(r)||(t[e]=r)}catch(e){}})),t)}(t["cache-control"]);if(a["no-cache"]||a["no-store"]||a["must-revalidate"])return i(this.minimumTTL);if(void 0!==a["max-age"]){const e=1e3*a["max-age"];return i(Math.max(e,this.minimumTTL))}if(this._coerceToDate(t.expires))return this._coerceToDate(t.expires);if(this._coerceToDate(t["last-modified"])){const e=this._coerceToDate(t["last-modified"]);return i((o.getTime()-e.getTime())/10)}}_coerceToDate(e){if(e){if(e instanceof Date)return e;if("string"==typeof e||"number"==typeof e)return new Date(e)}}cachedChunkIsValid(e){const t=this.calculateChunkExpirationDate(e);return!t||new Date<=t}chunkIsCacheable(){return!0}}class s{constructor({frequency:e=100,fetch:t,maxExtraSize:r=32e3,maxFetchSize:n=1e6}){this.requestQueues={},this.fetchCallback=t,this.frequency=e,this.maxExtraSize=r,this.maxFetchSize=n}_canAggregate(e,t){return t.start<=e.end+this.maxExtraSize&&t.end-t.start+e.end-e.start<this.maxFetchSize}_allSignalsFired(e){return new Promise((t=>{let r=e.filter((e=>!e.aborted)).length;e.forEach((e=>{e.addEventListener("abort",(()=>{r-=1,r||t()}))}))})).catch((e=>{console.error(e)}))}_dispatch({url:e,start:t,end:r,requests:n}){const o=new AbortController,i=[];n.forEach((({requestOptions:e})=>{(null==e?void 0:e.signal)&&i.push(e.signal)})),i.length===n.length&&this._allSignalsFired(i).then((()=>o.abort())),this.fetchCallback(e,t,r-1,{signal:o.signal}).then((e=>{const r=e.buffer;n.forEach((({start:n,end:o,resolve:i})=>{i({headers:e.headers,buffer:r.slice(n-t,o-t)})}))}),(e=>{n.forEach((({reject:t})=>t(e)))}))}_aggregateAndDispatch(){Object.entries(this.requestQueues).forEach((([e,t])=>{if(!(null==t?void 0:t.length))return;const r=[];if(t.forEach((e=>{var t;const{requestOptions:n,reject:o}=e;(null===(t=null==n?void 0:n.signal)||void 0===t?void 0:t.aborted)?o(Object.assign(new Error("aborted"),{code:"ERR_ABORTED"})):r.push(e)})),r.sort(((e,t)=>e.start-t.start)),t.length=0,!r.length)return;let n;for(const t of r)n&&this._canAggregate(n,t)?(n.requests.push(t),n.end=t.end):(n&&this._dispatch(n),n={requests:[t],url:e,start:t.start,end:t.end});n&&this._dispatch(n)}))}_enQueue(e,t){this.requestQueues[e]||(this.requestQueues[e]=[]),this.requestQueues[e].push(t)}fetch(e,t,r,n={}){return new Promise(((o,i)=>{this._enQueue(e,{start:t,end:r,resolve:o,reject:i,requestOptions:n}),this.timeout||(this.timeout=setTimeout((()=>{this.timeout=void 0,this._aggregateAndDispatch()}),this.frequency||1))}))}}async function l(e,t,r,o={}){const i=new Date,a=Object.assign({method:"GET",headers:{range:`bytes=${t}-${r}`}},o),s=await fetch(e,a),l=new Date;if(206!==s.status&&200!==s.status)throw new Error(`HTTP ${s.status} when fetching ${e} bytes ${t}-${r}`);if(200===s.status)throw new Error(`HTTP ${s.status} when fetching ${e} bytes ${t}-${r}`);const c=await s.arrayBuffer().then((e=>n.hp.from(e)));return{headers:s.headers.map,requestDate:i,responseDate:l,buffer:c}}class c{constructor({fetch:e=l,size:t=1e7,chunkSize:r=32768,aggregationTime:n=100,minimumTTL:o=1e3,maxFetchSize:c=4*r,maxExtraFetch:u=r}){this.aggregator=new s({fetch:e,frequency:n,maxFetchSize:c,maxExtraSize:u}),this.chunkSize=r,this.chunkCache=new(i())({maxSize:Math.floor(t/r)||1}),this.cacheSemantics=new a({minimumTTL:o}),this.stats=new(i())({maxSize:20})}async getRange(e,t=0,r,o={}){let i=r;if(void 0===i){const r=await this.stat(e);if(void 0===r.size)throw new Error("length not specified, and could not determine size of the remote file");i=r.size-t}const a=Math.floor(t/this.chunkSize),s=Math.floor((t+i-1)/this.chunkSize),l=new Array(s-a+1);for(let t=a;t<=s;t+=1)l[t-a]=this._getChunk(e,t,o).then((e=>e&&{headers:e.headers,buffer:e.buffer,chunkNumber:t}));let c=await Promise.all(l);if(c=c.filter((e=>!!e)),!c.length)return{headers:{},buffer:n.hp.allocUnsafe(0)};const u=t-c[0].chunkNumber*this.chunkSize;return{headers:this._makeHeaders(c[0].headers,t,t+i-1),buffer:this._makeBuffer(c,u,i)}}_makeBuffer(e,t,r){if(1===e.length)return e[0].buffer.slice(t,t+r);if(0===e.length)return n.hp.allocUnsafe(0);const o=e.map((e=>e.buffer)),i=o.shift().slice(t);let a=o.pop(),s=i.length+o.reduce(((e,t)=>e+t.length),0)+a.length-r;return s<0&&(s=0),a=a.slice(0,a.length-s),n.hp.concat([i,...o,a])}async stat(e){let t=this.stats.get(e);if(!t){const r=await this._getChunk(e,0);if(this._recordStatsIfNecessary(e,r),t=this.stats.get(e),!t)throw new Error(`failed to retrieve file size for ${e}`)}return t}_headersToStats(e){const{headers:t}=e,r={};if(t["content-range"]){const e=t["content-range"].match(/\d+-\d+\/(\d+)/);e&&(r.size=parseInt(e[1],10),Number.isNaN(r.size)&&delete r.size)}return t["last-modified"]&&(r.mtime=new Date(t["last-modified"]),"Invalid Date"===r.mtime.toString()&&delete r.mtime,r.mtime&&(r.mtimeMs=r.mtime.getTime())),r}_makeHeaders(e,t,r){const n=Object.assign({},e||{});n["content-length"]=r-t;const o=(n["content-range"]||"").match(/\d+-\d+\/(\d+)/);return o&&(n["content-range"]=`${t}-${r-1}/${o[1]}`,n["x-resource-length"]=o[1]),n}async _getChunk(e,t,r){const n=`${e}/${t}`,o=this.chunkCache.get(n);if(o){let a,s;try{a=await o}catch(e){if("AbortError"!==(i=e).name&&"ERR_ABORTED"!==i.code&&!i.message.match(/\b(aborted|AbortError)\b/i))throw e;s=!0}return s||!this.cacheSemantics.cachedChunkIsValid(a)?(this._uncacheIfSame(n,o),this._getChunk(e,t,r)):(this._recordStatsIfNecessary(e,a),a)}var i;const a=t*this.chunkSize;let s=a+this.chunkSize;const l=this.stats.get(e);if(null==l?void 0:l.size){if(a>=l.size)return;s>=l.size&&(s=l.size)}let c=!1;const u=this.aggregator.fetch(e,a,s,r).catch((e=>{throw c=!0,this._uncacheIfSame(n,u),e}));c||this.chunkCache.set(n,u);const d=await u;return this._recordStatsIfNecessary(e,d),this.cacheSemantics.chunkIsCacheable(d)||this._uncacheIfSame(n,u),d}_recordStatsIfNecessary(e,t){this.stats.has(e)||this.stats.set(e,this._headersToStats(t))}_uncacheIfSame(e,t){this.chunkCache.get(e)===t&&this.chunkCache.delete(e)}reset(){this.stats.clear(),this.chunkCache.clear()}}},9502:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,h:()=>i});const n={InfoFields:{AA:{Number:1,Type:"String",Description:"Ancestral allele"},AC:{Number:"A",Type:"Integer",Description:"Allele count in genotypes, for each ALT allele, in the same order as listed"},AD:{Number:"R",Type:"Integer",Description:"Total read depth for each allele"},ADF:{Number:"R",Type:"Integer",Description:"Read depth for each allele on the forward strand"},ADR:{Number:"R",Type:"Integer",Description:"Read depth for each allele on the reverse strand"},AF:{Number:"A",Type:"Float",Description:"Allele frequency for each ALT allele in the same order as listed (estimated from primary data, not called genotypes)"},AN:{Number:1,Type:"Integer",Description:"Total number of alleles in called genotypes"},BQ:{Number:1,Type:"Float",Description:"RMS base quality"},CIGAR:{Number:1,Type:"Float",Description:"Cigar string describing how to align an alternate allele to the reference allele"},DB:{Number:0,Type:"Flag",Description:"dbSNP membership"},DP:{Number:1,Type:"Integer",Description:"combined depth across samples"},END:{Number:1,Type:"Integer",Description:"End position (for use with symbolic alleles)"},H2:{Number:0,Type:"Flag",Description:"HapMap2 membership"},H3:{Number:0,Type:"Flag",Description:"HapMap3 membership"},MQ:{Number:1,Type:null,Description:"RMS mapping quality"},MQ0:{Number:1,Type:"Integer",Description:"Number of MAPQ == 0 reads"},NS:{Number:1,Type:"Integer",Description:"Number of samples with data"},SB:{Number:4,Type:"Integer",Description:"Strand bias"},SOMATIC:{Number:0,Type:"Flag",Description:"Somatic mutation (for cancer genomics)"},VALIDATED:{Number:0,Type:"Flag",Description:"Validated by follow-up experiment"},"1000G":{Number:0,Type:"Flag",Description:"1000 Genomes membership"},IMPRECISE:{Number:0,Type:"Flag",Description:"Imprecise structural variation"},NOVEL:{Number:0,Type:"Flag",Description:"Indicates a novel structural variation"},SVTYPE:{Number:1,Type:"String",Description:"Type of structural variant"},SVLEN:{Number:null,Type:"Integer",Description:"Difference in length between REF and ALT alleles"},CIPOS:{Number:2,Type:"Integer",Description:"Confidence interval around POS for imprecise variants"},CIEND:{Number:2,Type:"Integer",Description:"Confidence interval around END for imprecise variants"},HOMLEN:{Type:"Integer",Description:"Length of base pair identical micro-homology at event breakpoints"},HOMSEQ:{Type:"String",Description:"Sequence of base pair identical micro-homology at event breakpoints"},BKPTID:{Type:"String",Description:"ID of the assembled alternate allele in the assembly file"},MEINFO:{Number:4,Type:"String",Description:"Mobile element info of the form NAME,START,END,POLARITY"},METRANS:{Number:4,Type:"String",Description:"Mobile element transduction info of the form CHR,START,END,POLARITY"},DGVID:{Number:1,Type:"String",Description:"ID of this element in Database of Genomic Variation"},DBVARID:{Number:1,Type:"String",Description:"ID of this element in DBVAR"},DBRIPID:{Number:1,Type:"String",Description:"ID of this element in DBRIP"},MATEID:{Number:null,Type:"String",Description:"ID of mate breakends"},PARID:{Number:1,Type:"String",Description:"ID of partner breakend"},EVENT:{Number:1,Type:"String",Description:"ID of event associated to breakend"},CILEN:{Number:2,Type:"Integer",Description:"Confidence interval around the inserted material between breakend"},DPADJ:{Type:"Integer",Description:"Read Depth of adjacency"},CN:{Number:1,Type:"Integer",Description:"Copy number of segment containing breakend"},CNADJ:{Number:null,Type:"Integer",Description:"Copy number of adjacency"},CICN:{Number:2,Type:"Integer",Description:"Confidence interval around copy number for the segment"},CICNADJ:{Number:null,Type:"Integer",Description:"Confidence interval around copy number for the adjacency"}},GenotypeFields:{AD:{Number:"R",Type:"Integer",Description:"Read depth for each allele"},ADF:{Number:"R",Type:"Integer",Description:"Read depth for each allele on the forward strand"},ADR:{Number:"R",Type:"Integer",Description:"Read depth for each allele on the reverse strand"},DP:{Number:1,Type:"Integer",Description:"Read depth"},EC:{Number:"A",Type:"Integer",Description:"Expected alternate allele counts"},FT:{Number:1,Type:"String",Description:'Filter indicating if this genotype was "called"'},GL:{Number:"G",Type:"Float",Description:"Genotype likelihoods"},GP:{Number:"G",Type:"Float",Description:"Genotype posterior probabilities"},GQ:{Number:1,Type:"Integer",Description:"Conditional genotype quality"},GT:{Number:1,Type:"String",Description:"Genotype"},HQ:{Number:2,Type:"Integer",Description:"Haplotype quality"},MQ:{Number:1,Type:"Integer",Description:"RMS mapping quality"},PL:{Number:"G",Type:"Integer",Description:"Phred-scaled genotype likelihoods rounded to the closest integer"},PQ:{Number:1,Type:"Integer",Description:"Phasing quality"},PS:{Number:1,Type:"Integer",Description:"Phase set"}},AltTypes:{DEL:{Description:"Deletion relative to the reference"},INS:{Description:"Insertion of novel sequence relative to the reference"},DUP:{Description:"Region of elevated copy number relative to the reference"},INV:{Description:"Inversion of reference sequence"},CNV:{Description:"Copy number variable region (may be both deletion and duplication)"},"DUP:TANDEM":{Description:"Tandem duplication"},"DEL:ME":{Description:"Deletion of mobile element relative to the reference"},"INS:ME":{Description:"Insertion of a mobile element relative to the reference"},NON_REF:{Description:"Represents any possible alternative allele at this location"},"*":{Description:"Represents any possible alternative allele at this location"}},FilterTypes:{PASS:{Description:"Passed all filters"}}};function o(e){Object.assign(this,e)}function i(e){const t=e.split(/[[\]]/);if(t.length>1){const r=e.includes("[")?"right":"left";let n,o,i;for(let e=0;e<t.length;e+=1){const r=t[e];r&&(r.includes(":")?(i=r,n=o?"right":"left"):o=r)}if(!(i&&n&&o))throw new Error(`Invalid breakend: ${e}`);return{MatePosition:i,Join:n,Replacement:o,MateDirection:r}}if(e.startsWith("."))return{Join:"left",SingleBreakend:!0,Replacement:e.slice(1)};if(e.endsWith("."))return{Join:"right",SingleBreakend:!0,Replacement:e.slice(0,e.length-1)};if("<"===e[0]){const t=e.match("<(.*)>(.*)");if(!t)throw new Error(`failed to parse ${e}`);const r=null==t?void 0:t[2];return r?{Join:"left",Replacement:r,MateDirection:"right",MatePosition:`<${null==t?void 0:t[1]}>:1`}:void 0}if(e.includes("<")){const t=e.match("(.*)<(.*)>");if(!t)throw new Error(`failed to parse ${e}`);const r=null==t?void 0:t[1];return r?{Join:"right",Replacement:r,MateDirection:"right",MatePosition:`<${null==t?void 0:t[2]}>:1`}:void 0}}const a=class{constructor({header:e="",strict:t=!0}){if(!e||!e.length)throw new Error("empty header received");const r=e.split(/[\r\n]+/).filter((e=>e));if(!r.length)throw new Error("no non-empty header lines specified");let o;if(this.strict=t,this.metadata=JSON.parse(JSON.stringify({INFO:n.InfoFields,FORMAT:n.GenotypeFields,ALT:n.AltTypes,FILTER:n.FilterTypes})),r.forEach((e=>{if(!e.startsWith("#"))throw new Error(`Bad line in header:\n${e}`);e.startsWith("##")?this._parseMetadata(e):o=e})),!o)throw new Error("No format line found in header");const i=o.trim().split("\t"),a=i.slice(0,8),s=["#CHROM","POS","ID","REF","ALT","QUAL","FILTER","INFO"];if(i.length<8)throw new Error(`VCF header missing columns:\n${o}`);if(a.length!==s.length||!a.every(((e,t)=>e===s[t])))throw new Error(`VCF column headers not correct:\n${o}`);this.samples=i.slice(9)}_parseGenotypes(e,t){const r=t.split("\t"),n={},o=null==e?void 0:e.split(":");return o&&this.samples.forEach(((e,t)=>{n[e]={},o.forEach((t=>{n[e][t]=null})),r[t].split(":").filter((e=>e)).forEach(((t,r)=>{let i;if(""===t||"."===t||void 0===t)i=null;else{const e=t.split(",").map((e=>"."===e?null:e)),n=this.getMetadata("FORMAT",o[r],"Type");i="Integer"===n||"Float"===n?e.map((e=>e?+e:e)):e}n[e][o[r]]=i}),{})})),n}_parseMetadata(e){const t=e.trim().match(/^##(.+?)=(.*)/);if(!t)throw new Error(`Line is not a valid metadata line: ${e}`);const[r,n]=t.slice(1,3);if(n.startsWith("<")){r in this.metadata||(this.metadata[r]={});const[e,t]=this._parseStructuredMetaVal(n);this.metadata[r][e]=t}else this.metadata[r]=n}_parseStructuredMetaVal(e){const t=this._parseKeyValue(e.replace(/^<|>$/g,""),","),r=t.ID;return delete t.ID,"Number"in t&&(Number.isNaN(Number(t.Number))||(t.Number=Number(t.Number))),[r,t]}getMetadata(...e){let t=this.metadata;for(let r=0;r<e.length;r+=1)if(t=t[e[r]],!t)return t;return t}_parseKeyValue(e,t=";"){const r={};let n="",o="",i=1;for(let a=0;a<e.length;a+=1)1===i?"="===e[a]?i=2:e[a]!==t?n+=e[a]:""===o&&(r[n]=null,n=""):2===i?e[a]===t?(r[n]=o,n="",o="",i=1):'"'===e[a]?i=3:o+=e[a]:3===i&&('"'!==e[a]?o+=e[a]:i=2);return 2===i||3===i?r[n]=o:1===i&&(r[n]=null),r}parseLine(e){if(!(e=e.trim()).length)return;const t=this;let r=0;for(let t=0;r<e.length&&("\t"===e[r]&&(t+=1),9!==t);r+=1);const n=e.substr(0,r).split("\t"),i=e.substr(r+1),[a,s,l,c,u,d,p]=n,f=a,h=+s,m="."===l?null:l.split(";"),v=c,g="."===u?null:u.split(","),y="."===d?null:+d,b="."===p?null:p.split(";");if(this.strict&&void 0===n[7])throw new Error("no INFO field specified, must contain at least a '.' (turn off strict mode to allow)");const x=void 0===n[7]||"."===n[7]?{}:this._parseKeyValue(n[7]);Object.keys(x).forEach((e=>{let t;t=x[e]?x[e].split(",").map((e=>"."===e?null:e)).map((e=>e?function(e){try{return decodeURIComponent(e)}catch(t){return e}}(e):e)):x[e];const r=this.getMetadata("INFO",e,"Type");r&&("Integer"===r||"Float"===r?t=t.map((e=>null===e?null:Number(e))):"Flag"===r&&(x[e]?console.warn(`Info field ${e} is a Flag and should not have a value (got value ${x[e]})`):t=!0)),x[e]=t}));const A=new o({CHROM:f,POS:h,ALT:g,INFO:x,REF:v,FILTER:b&&1===b.length&&"PASS"===b[0]?"PASS":b,ID:m,QUAL:y});return Object.defineProperty(A,"SAMPLES",{get(){const e=t._parseGenotypes(n[8],i);return Object.defineProperty(this,"SAMPLES",{value:e,configurable:!1}),e},configurable:!0}),A}}},374:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z"}),"Add")},97147:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20z"}),"ArrowBack")},32813:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"m7 10 5 5 5-5z"}),"ArrowDropDown")},40631:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"}),"ArrowForward")},12756:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"m10 17 5-5-5-5z"}),"ArrowRight")},11353:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2"}),"Bookmark")},29948:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"m19 18 2 1V3c0-1.1-.9-2-2-2H8.99C7.89 1 7 1.9 7 3h10c1.1 0 2 .9 2 2zM15 5H5c-1.1 0-2 .9-2 2v16l7-3 7 3V7c0-1.1-.9-2-2-2"}),"Bookmarks")},24250:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M3 17h18v2H3zm0-7h18v5H3zm0-4h18v2H3z"}),"CalendarViewDay")},86013:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4m-7 7H3v4c0 1.1.9 2 2 2h4v-2H5zM5 5h4V3H5c-1.1 0-2 .9-2 2v4h2zm14-2h-4v2h4v4h2V5c0-1.1-.9-2-2-2m0 16h-4v2h4c1.1 0 2-.9 2-2v-4h-2z"}),"CenterFocusStrong")},49296:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2m-9 14-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8z"}),"CheckBox")},23224:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M19 5v14H5V5zm0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2"}),"CheckBoxOutlineBlank")},68850:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"}),"ChevronRight")},31892:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"Clear")},28669:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M5 13h14v-2H5zm-2 4h14v-2H3zM7 7v2h14V7z"}),"ClearAll")},30157:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"Close")},39794:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9c.83 0 1.5-.67 1.5-1.5 0-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-.99 0-.83.67-1.5 1.5-1.5H16c2.76 0 5-2.24 5-5 0-4.42-4.03-8-9-8m-5.5 9c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12m3-4C8.67 8 8 7.33 8 6.5S8.67 5 9.5 5s1.5.67 1.5 1.5S10.33 8 9.5 8m5 0c-.83 0-1.5-.67-1.5-1.5S13.67 5 14.5 5s1.5.67 1.5 1.5S15.33 8 14.5 8m3 4c-.83 0-1.5-.67-1.5-1.5S16.67 9 17.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5"}),"ColorLens")},52521:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M3 5v4h2V5h4V3H5c-1.1 0-2 .9-2 2m2 10H3v4c0 1.1.9 2 2 2h4v-2H5zm14 4h-4v2h4c1.1 0 2-.9 2-2v-4h-2zm0-16h-4v2h4v4h2V5c0-1.1-.9-2-2-2"}),"CropFree")},98450:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M13 2.05v3.03c3.39.49 6 3.39 6 6.92 0 .9-.18 1.75-.48 2.54l2.6 1.53c.56-1.24.88-2.62.88-4.07 0-5.18-3.95-9.45-9-9.95M12 19c-3.87 0-7-3.13-7-7 0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95 0 5.52 4.47 10 9.99 10 3.31 0 6.24-1.61 8.06-4.09l-2.6-1.53C16.17 17.98 14.21 19 12 19"}),"DataUsage")},4449:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"}),"Done")},35050:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2m-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"}),"DragIndicator")},29417:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m0 12H4V8h16z"}),"FolderOpen")},25914:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 17h-2v-2h2zm2.07-7.75-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25"}),"Help")},17037:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"m6 14 3 3v5h6v-5l3-3V9H6zm5-12h2v3h-2zM3.5 5.88l1.41-1.41 2.12 2.12L5.62 8zm13.46.71 2.12-2.12 1.41 1.41L18.38 8z"}),"Highlight")},36993:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-6h2zm0-8h-2V7h2z"}),"Info")},66195:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z"}),"KeyboardArrowDown")},21430:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6z"}),"KeyboardArrowUp")},91388:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)([(0,o.jsx)("path",{d:"M18 6.41 16.59 5 12 9.58 7.41 5 6 6.41l6 6z"},"0"),(0,o.jsx)("path",{d:"m18 13-1.41-1.41L12 16.17l-4.59-4.58L6 13l6 6z"},"1")],"KeyboardDoubleArrowDown")},42281:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)([(0,o.jsx)("path",{d:"M6 17.59 7.41 19 12 14.42 16.59 19 18 17.59l-6-6z"},"0"),(0,o.jsx)("path",{d:"m6 11 1.41 1.41L12 7.83l4.59 4.58L18 11l-6-6z"},"1")],"KeyboardDoubleArrowUp")},95947:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12z"}),"Label")},11370:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M3 16h5v-2H3zm6.5 0h5v-2h-5zm6.5 0h5v-2h-5zM3 20h2v-2H3zm4 0h2v-2H7zm4 0h2v-2h-2zm4 0h2v-2h-2zm4 0h2v-2h-2zM3 12h8v-2H3zm10 0h8v-2h-8zM3 4v4h18V4z"}),"LineStyle")},75441:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1M8 13h8v-2H8zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5"}),"Link")},63670:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M3 18h13v-2H3zm0-5h10v-2H3zm0-7v2h13V6zm18 9.59L17.42 12 21 8.41 19.59 7l-5 5 5 5z"}),"MenuOpen")},16217:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M6 19h12v2H6z"}),"Minimize")},17307:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"}),"MoreVert")},52686:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3z"}),"OpenInNew")},53794:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10c1.38 0 2.5-1.12 2.5-2.5 0-.61-.23-1.2-.64-1.67-.08-.1-.13-.21-.13-.33 0-.28.22-.5.5-.5H16c3.31 0 6-2.69 6-6 0-4.96-4.49-9-10-9m5.5 11c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m-3-4c-.83 0-1.5-.67-1.5-1.5S13.67 6 14.5 6s1.5.67 1.5 1.5S15.33 9 14.5 9M5 11.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S7.33 13 6.5 13 5 12.33 5 11.5m6-4c0 .83-.67 1.5-1.5 1.5S8 8.33 8 7.5 8.67 6 9.5 6s1.5.67 1.5 1.5"}),"Palette")},64502:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)([(0,o.jsx)("circle",{cx:"12",cy:"12",r:"3.2"},"0"),(0,o.jsx)("path",{d:"M9 2 7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5"},"1")],"PhotoCamera")},69381:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5m0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8"}),"RadioButtonChecked")},70996:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8"}),"RadioButtonUnchecked")},4902:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4z"}),"Refresh")},71627:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27zM12 17.3c-.72 0-1.3-.58-1.3-1.3s.58-1.3 1.3-1.3 1.3.58 1.3 1.3-.58 1.3-1.3 1.3m1-4.3h-2V7h2z"}),"Report")},59121:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"}),"Search")},91049:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M3 18h6v-2H3zM3 6v2h18V6zm0 7h12v-2H3z"}),"Sort")},25611:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"m18 12 4-4-4-4v3H3v2h15zM6 12l-4 4 4 4v-3h15v-2H6z"}),"SyncAlt")},67393:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M10 10.02h5V21h-5zM17 21h3c1.1 0 2-.9 2-2v-9h-5zm3-18H5c-1.1 0-2 .9-2 2v3h19V5c0-1.1-.9-2-2-2M3 19c0 1.1.9 2 2 2h3V10H3z"}),"TableChart")},24006:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M23 8c0 1.1-.9 2-2 2-.18 0-.35-.02-.51-.07l-3.56 3.55c.05.16.07.34.07.52 0 1.1-.9 2-2 2s-2-.9-2-2c0-.18.02-.36.07-.52l-2.55-2.55c-.16.05-.34.07-.52.07s-.36-.02-.52-.07l-4.55 4.56c.05.16.07.33.07.51 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.18 0 .35.02.51.07l4.56-4.55C8.02 9.36 8 9.18 8 9c0-1.1.9-2 2-2s2 .9 2 2c0 .18-.02.36-.07.52l2.55 2.55c.16-.05.34-.07.52-.07s.36.02.52.07l3.55-3.56C19.02 8.35 19 8.18 19 8c0-1.1.9-2 2-2s2 .9 2 2"}),"Timeline")},39494:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M2 4v7h20V4zm8 16h12v-7H10zm-8 0h6v-7H2z"}),"ViewComfy")},1633:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3"}),"Visibility")},11008:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M6 13c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m6-10C9.8 3 8 4.8 8 7s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m6 10c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4"}),"Workspaces")},87809:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)([(0,o.jsx)("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"},"0"),(0,o.jsx)("path",{d:"M12 10h-2v2H9v-2H7V9h2V7h1v2h2z"},"1")],"ZoomIn")},91404:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14M7 9h5v1H7z"}),"ZoomOut")},9937:(e,t,r)=>{"use strict";r.d(t,{A:()=>R});var n=r(7552),o=r(93878),i=r(70799),a=r(72639),s=r(51148),l=r(60129),c=r(4785),u=r(43045),d=r(15622),p=r(58520),f=r(943),h=r(67015),m=r(61723),v=r(74893),g=r(69500);const y=(0,v.A)((0,g.jsx)("path",{d:"M20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4C12.76,4 13.5,4.11 14.2, 4.31L15.77,2.74C14.61,2.26 13.34,2 12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0, 0 22,12M7.91,10.08L6.5,11.5L11,16L21,6L19.59,4.58L11,13.17L7.91,10.08Z"}),"SuccessOutlined"),b=(0,v.A)((0,g.jsx)("path",{d:"M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"}),"ReportProblemOutlined"),x=(0,v.A)((0,g.jsx)("path",{d:"M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}),"ErrorOutline"),A=(0,v.A)((0,g.jsx)("path",{d:"M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20, 12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10, 10 0 0,0 12,2M11,17H13V11H11V17Z"}),"InfoOutlined");var w=r(68890);const S=(0,s.Ay)(f.A,{name:"MuiAlert",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,t[r.variant],t[`${r.variant}${(0,d.A)(r.color||r.severity)}`]]}})((0,l.A)((({theme:e})=>{const t="light"===e.palette.mode?a.e$:a.a,r="light"===e.palette.mode?a.a:a.e$;return{...e.typography.body2,backgroundColor:"transparent",display:"flex",padding:"6px 16px",variants:[...Object.entries(e.palette).filter((0,p.A)(["light"])).map((([n])=>({props:{colorSeverity:n,variant:"standard"},style:{color:e.vars?e.vars.palette.Alert[`${n}Color`]:t(e.palette[n].light,.6),backgroundColor:e.vars?e.vars.palette.Alert[`${n}StandardBg`]:r(e.palette[n].light,.9),[`& .${h.A.icon}`]:e.vars?{color:e.vars.palette.Alert[`${n}IconColor`]}:{color:e.palette[n].main}}}))),...Object.entries(e.palette).filter((0,p.A)(["light"])).map((([r])=>({props:{colorSeverity:r,variant:"outlined"},style:{color:e.vars?e.vars.palette.Alert[`${r}Color`]:t(e.palette[r].light,.6),border:`1px solid ${(e.vars||e).palette[r].light}`,[`& .${h.A.icon}`]:e.vars?{color:e.vars.palette.Alert[`${r}IconColor`]}:{color:e.palette[r].main}}}))),...Object.entries(e.palette).filter((0,p.A)(["dark"])).map((([t])=>({props:{colorSeverity:t,variant:"filled"},style:{fontWeight:e.typography.fontWeightMedium,...e.vars?{color:e.vars.palette.Alert[`${t}FilledColor`],backgroundColor:e.vars.palette.Alert[`${t}FilledBg`]}:{backgroundColor:"dark"===e.palette.mode?e.palette[t].dark:e.palette[t].main,color:e.palette.getContrastText(e.palette[t].main)}}})))]}}))),k=(0,s.Ay)("div",{name:"MuiAlert",slot:"Icon",overridesResolver:(e,t)=>t.icon})({marginRight:12,padding:"7px 0",display:"flex",fontSize:22,opacity:.9}),E=(0,s.Ay)("div",{name:"MuiAlert",slot:"Message",overridesResolver:(e,t)=>t.message})({padding:"8px 0",minWidth:0,overflow:"auto"}),C=(0,s.Ay)("div",{name:"MuiAlert",slot:"Action",overridesResolver:(e,t)=>t.action})({display:"flex",alignItems:"flex-start",padding:"4px 0 0 16px",marginLeft:"auto",marginRight:-8}),T={success:(0,g.jsx)(y,{fontSize:"inherit"}),warning:(0,g.jsx)(b,{fontSize:"inherit"}),error:(0,g.jsx)(x,{fontSize:"inherit"}),info:(0,g.jsx)(A,{fontSize:"inherit"})},R=n.forwardRef((function(e,t){const r=(0,c.b)({props:e,name:"MuiAlert"}),{action:n,children:a,className:s,closeText:l="Close",color:p,components:f={},componentsProps:v={},icon:y,iconMapping:b=T,onClose:x,role:A="alert",severity:R="success",slotProps:M={},slots:O={},variant:P="standard",...I}=r,N={...r,color:p,severity:R,variant:P,colorSeverity:p||R},$=(e=>{const{variant:t,color:r,severity:n,classes:o}=e,a={root:["root",`color${(0,d.A)(r||n)}`,`${t}${(0,d.A)(r||n)}`,`${t}`],icon:["icon"],message:["message"],action:["action"]};return(0,i.A)(a,h.X,o)})(N),_={slots:{closeButton:f.CloseButton,closeIcon:f.CloseIcon,...O},slotProps:{...v,...M}},[L,j]=(0,u.A)("closeButton",{elementType:m.A,externalForwardedProps:_,ownerState:N}),[z,D]=(0,u.A)("closeIcon",{elementType:w.A,externalForwardedProps:_,ownerState:N});return(0,g.jsxs)(S,{role:A,elevation:0,ownerState:N,className:(0,o.A)($.root,s),ref:t,...I,children:[!1!==y?(0,g.jsx)(k,{ownerState:N,className:$.icon,children:y||b[R]||T[R]}):null,(0,g.jsx)(E,{ownerState:N,className:$.message,children:a}),null!=n?(0,g.jsx)(C,{ownerState:N,className:$.action,children:n}):null,null==n&&x?(0,g.jsx)(C,{ownerState:N,className:$.action,children:(0,g.jsx)(L,{size:"small","aria-label":l,title:l,color:"inherit",onClick:x,...j,children:(0,g.jsx)(z,{fontSize:"small",...D})})}):null]})}))},67015:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,X:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiAlert",e)}const a=(0,n.A)("MuiAlert",["root","action","icon","message","filled","colorSuccess","colorInfo","colorWarning","colorError","filledSuccess","filledInfo","filledWarning","filledError","outlined","outlinedSuccess","outlinedInfo","outlinedWarning","outlinedError","standard","standardSuccess","standardInfo","standardWarning","standardError"])},48901:(e,t,r)=>{"use strict";r.d(t,{A:()=>D});var n,o,i=r(7552),a=r(93878),s=r(70799),l=r(72639),c=r(25419),u=r(20350),d=r(55851),p=r(943),f=r(61723),h=r(15779),m=r(7495),v=r(3275),g=r(29683),y=r(25075),b=r(68890),x=r(62646),A=r(51148),w=r(60129),S=r(4785),k=r(73917),E=r(15622),C=r(43045),T=r(69500);const R=(0,A.Ay)("div",{name:"MuiAutocomplete",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e,{fullWidth:n,hasClearIcon:o,hasPopupIcon:i,inputFocused:a,size:s}=r;return[{[`& .${k.A.tag}`]:t.tag},{[`& .${k.A.tag}`]:t[`tagSize${(0,E.A)(s)}`]},{[`& .${k.A.inputRoot}`]:t.inputRoot},{[`& .${k.A.input}`]:t.input},{[`& .${k.A.input}`]:a&&t.inputFocused},t.root,n&&t.fullWidth,i&&t.hasPopupIcon,o&&t.hasClearIcon]}})({[`&.${k.A.focused} .${k.A.clearIndicator}`]:{visibility:"visible"},"@media (pointer: fine)":{[`&:hover .${k.A.clearIndicator}`]:{visibility:"visible"}},[`& .${k.A.tag}`]:{margin:3,maxWidth:"calc(100% - 6px)"},[`& .${k.A.inputRoot}`]:{[`.${k.A.hasPopupIcon}&, .${k.A.hasClearIcon}&`]:{paddingRight:30},[`.${k.A.hasPopupIcon}.${k.A.hasClearIcon}&`]:{paddingRight:56},[`& .${k.A.input}`]:{width:0,minWidth:30}},[`& .${m.A.root}`]:{paddingBottom:1,"& .MuiInput-input":{padding:"4px 4px 4px 0px"}},[`& .${m.A.root}.${v.A.sizeSmall}`]:{[`& .${m.A.input}`]:{padding:"2px 4px 3px 0"}},[`& .${g.A.root}`]:{padding:9,[`.${k.A.hasPopupIcon}&, .${k.A.hasClearIcon}&`]:{paddingRight:39},[`.${k.A.hasPopupIcon}.${k.A.hasClearIcon}&`]:{paddingRight:65},[`& .${k.A.input}`]:{padding:"7.5px 4px 7.5px 5px"},[`& .${k.A.endAdornment}`]:{right:9}},[`& .${g.A.root}.${v.A.sizeSmall}`]:{paddingTop:6,paddingBottom:6,paddingLeft:6,[`& .${k.A.input}`]:{padding:"2.5px 4px 2.5px 8px"}},[`& .${y.A.root}`]:{paddingTop:19,paddingLeft:8,[`.${k.A.hasPopupIcon}&, .${k.A.hasClearIcon}&`]:{paddingRight:39},[`.${k.A.hasPopupIcon}.${k.A.hasClearIcon}&`]:{paddingRight:65},[`& .${y.A.input}`]:{padding:"7px 4px"},[`& .${k.A.endAdornment}`]:{right:9}},[`& .${y.A.root}.${v.A.sizeSmall}`]:{paddingBottom:1,[`& .${y.A.input}`]:{padding:"2.5px 4px"}},[`& .${v.A.hiddenLabel}`]:{paddingTop:8},[`& .${y.A.root}.${v.A.hiddenLabel}`]:{paddingTop:0,paddingBottom:0,[`& .${k.A.input}`]:{paddingTop:16,paddingBottom:17}},[`& .${y.A.root}.${v.A.hiddenLabel}.${v.A.sizeSmall}`]:{[`& .${k.A.input}`]:{paddingTop:8,paddingBottom:9}},[`& .${k.A.input}`]:{flexGrow:1,textOverflow:"ellipsis",opacity:0},variants:[{props:{fullWidth:!0},style:{width:"100%"}},{props:{size:"small"},style:{[`& .${k.A.tag}`]:{margin:2,maxWidth:"calc(100% - 4px)"}}},{props:{inputFocused:!0},style:{[`& .${k.A.input}`]:{opacity:1}}},{props:{multiple:!0},style:{[`& .${k.A.inputRoot}`]:{flexWrap:"wrap"}}}]}),M=(0,A.Ay)("div",{name:"MuiAutocomplete",slot:"EndAdornment",overridesResolver:(e,t)=>t.endAdornment})({position:"absolute",right:0,top:"50%",transform:"translate(0, -50%)"}),O=(0,A.Ay)(f.A,{name:"MuiAutocomplete",slot:"ClearIndicator",overridesResolver:(e,t)=>t.clearIndicator})({marginRight:-2,padding:4,visibility:"hidden"}),P=(0,A.Ay)(f.A,{name:"MuiAutocomplete",slot:"PopupIndicator",overridesResolver:({ownerState:e},t)=>({...t.popupIndicator,...e.popupOpen&&t.popupIndicatorOpen})})({padding:2,marginRight:-2,variants:[{props:{popupOpen:!0},style:{transform:"rotate(180deg)"}}]}),I=(0,A.Ay)(u.A,{name:"MuiAutocomplete",slot:"Popper",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[{[`& .${k.A.option}`]:t.option},t.popper,r.disablePortal&&t.popperDisablePortal]}})((0,w.A)((({theme:e})=>({zIndex:(e.vars||e).zIndex.modal,variants:[{props:{disablePortal:!0},style:{position:"absolute"}}]})))),N=(0,A.Ay)(p.A,{name:"MuiAutocomplete",slot:"Paper",overridesResolver:(e,t)=>t.paper})((0,w.A)((({theme:e})=>({...e.typography.body1,overflow:"auto"})))),$=(0,A.Ay)("div",{name:"MuiAutocomplete",slot:"Loading",overridesResolver:(e,t)=>t.loading})((0,w.A)((({theme:e})=>({color:(e.vars||e).palette.text.secondary,padding:"14px 16px"})))),_=(0,A.Ay)("div",{name:"MuiAutocomplete",slot:"NoOptions",overridesResolver:(e,t)=>t.noOptions})((0,w.A)((({theme:e})=>({color:(e.vars||e).palette.text.secondary,padding:"14px 16px"})))),L=(0,A.Ay)("div",{name:"MuiAutocomplete",slot:"Listbox",overridesResolver:(e,t)=>t.listbox})((0,w.A)((({theme:e})=>({listStyle:"none",margin:0,padding:"8px 0",maxHeight:"40vh",overflow:"auto",position:"relative",[`& .${k.A.option}`]:{minHeight:48,display:"flex",overflow:"hidden",justifyContent:"flex-start",alignItems:"center",cursor:"pointer",paddingTop:6,boxSizing:"border-box",outline:"0",WebkitTapHighlightColor:"transparent",paddingBottom:6,paddingLeft:16,paddingRight:16,[e.breakpoints.up("sm")]:{minHeight:"auto"},[`&.${k.A.focused}`]:{backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},'&[aria-disabled="true"]':{opacity:(e.vars||e).palette.action.disabledOpacity,pointerEvents:"none"},[`&.${k.A.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},'&[aria-selected="true"]':{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,l.X4)(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${k.A.focused}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,l.X4)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:(e.vars||e).palette.action.selected}},[`&.${k.A.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,l.X4)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}}}})))),j=(0,A.Ay)(d.A,{name:"MuiAutocomplete",slot:"GroupLabel",overridesResolver:(e,t)=>t.groupLabel})((0,w.A)((({theme:e})=>({backgroundColor:(e.vars||e).palette.background.paper,top:-8})))),z=(0,A.Ay)("ul",{name:"MuiAutocomplete",slot:"GroupUl",overridesResolver:(e,t)=>t.groupUl})({padding:0,[`& .${k.A.option}`]:{paddingLeft:24}}),D=i.forwardRef((function(e,t){const r=(0,S.b)({props:e,name:"MuiAutocomplete"}),{autoComplete:l=!1,autoHighlight:d=!1,autoSelect:f=!1,blurOnSelect:m=!1,ChipProps:v,className:g,clearIcon:y=n||(n=(0,T.jsx)(b.A,{fontSize:"small"})),clearOnBlur:A=!r.freeSolo,clearOnEscape:w=!1,clearText:D="Clear",closeText:F="Close",componentsProps:B,defaultValue:W=(r.multiple?[]:null),disableClearable:H=!1,disableCloseOnSelect:U=!1,disabled:V=!1,disabledItemsFocusable:q=!1,disableListWrap:X=!1,disablePortal:Y=!1,filterOptions:G,filterSelectedOptions:K=!1,forcePopupIcon:J="auto",freeSolo:Z=!1,fullWidth:Q=!1,getLimitTagsText:ee=e=>`+${e}`,getOptionDisabled:te,getOptionKey:re,getOptionLabel:ne,isOptionEqualToValue:oe,groupBy:ie,handleHomeEndKeys:ae=!r.freeSolo,id:se,includeInputInList:le=!1,inputValue:ce,limitTags:ue=-1,ListboxComponent:de,ListboxProps:pe,loading:fe=!1,loadingText:he="Loading…",multiple:me=!1,noOptionsText:ve="No options",onChange:ge,onClose:ye,onHighlightChange:be,onInputChange:xe,onOpen:Ae,open:we,openOnFocus:Se=!1,openText:ke="Open",options:Ee,PaperComponent:Ce,PopperComponent:Te,popupIcon:Re=o||(o=(0,T.jsx)(x.A,{})),readOnly:Me=!1,renderGroup:Oe,renderInput:Pe,renderOption:Ie,renderTags:Ne,selectOnFocus:$e=!r.freeSolo,size:_e="medium",slots:Le={},slotProps:je={},value:ze,...De}=r,{getRootProps:Fe,getInputProps:Be,getInputLabelProps:We,getPopupIndicatorProps:He,getClearProps:Ue,getTagProps:Ve,getListboxProps:qe,getOptionProps:Xe,value:Ye,dirty:Ge,expanded:Ke,id:Je,popupOpen:Ze,focused:Qe,focusedTag:et,anchorEl:tt,setAnchorEl:rt,inputValue:nt,groupedOptions:ot}=(0,c.A)({...r,componentName:"Autocomplete"}),it=!H&&!V&&Ge&&!Me,at=(!Z||!0===J)&&!1!==J,{onMouseDown:st}=Be(),{ref:lt,...ct}=qe(),ut=ne||(e=>e.label??e),dt={...r,disablePortal:Y,expanded:Ke,focused:Qe,fullWidth:Q,getOptionLabel:ut,hasClearIcon:it,hasPopupIcon:at,inputFocused:-1===et,popupOpen:Ze,size:_e},pt=(e=>{const{classes:t,disablePortal:r,expanded:n,focused:o,fullWidth:i,hasClearIcon:a,hasPopupIcon:l,inputFocused:c,popupOpen:u,size:d}=e,p={root:["root",n&&"expanded",o&&"focused",i&&"fullWidth",a&&"hasClearIcon",l&&"hasPopupIcon"],inputRoot:["inputRoot"],input:["input",c&&"inputFocused"],tag:["tag",`tagSize${(0,E.A)(d)}`],endAdornment:["endAdornment"],clearIndicator:["clearIndicator"],popupIndicator:["popupIndicator",u&&"popupIndicatorOpen"],popper:["popper",r&&"popperDisablePortal"],paper:["paper"],listbox:["listbox"],loading:["loading"],noOptions:["noOptions"],option:["option"],groupLabel:["groupLabel"],groupUl:["groupUl"]};return(0,s.A)(p,k.r,t)})(dt),ft={slots:{listbox:de,paper:Ce,popper:Te,...Le},slotProps:{chip:v,listbox:pe,...B,...je}},[ht,mt]=(0,C.A)("listbox",{elementType:"ul",externalForwardedProps:ft,ownerState:dt,className:pt.listbox,additionalProps:ct,ref:lt}),[vt,gt]=(0,C.A)("paper",{elementType:p.A,externalForwardedProps:ft,ownerState:dt,className:pt.paper}),[yt,bt]=(0,C.A)("popper",{elementType:u.A,externalForwardedProps:ft,ownerState:dt,className:pt.popper,additionalProps:{disablePortal:Y,style:{width:tt?tt.clientWidth:null},role:"presentation",anchorEl:tt,open:Ze}});let xt;if(me&&Ye.length>0){const e=e=>({className:pt.tag,disabled:V,...Ve(e)});xt=Ne?Ne(Ye,e,dt):Ye.map(((t,r)=>{const{key:n,...o}=e({index:r});return(0,T.jsx)(h.A,{label:ut(t),size:_e,...o,...ft.slotProps.chip},n)}))}if(ue>-1&&Array.isArray(xt)){const e=xt.length-ue;!Qe&&e>0&&(xt=xt.splice(0,ue),xt.push((0,T.jsx)("span",{className:pt.tag,children:ee(e)},xt.length)))}const At=Oe||(e=>(0,T.jsxs)("li",{children:[(0,T.jsx)(j,{className:pt.groupLabel,ownerState:dt,component:"div",children:e.group}),(0,T.jsx)(z,{className:pt.groupUl,ownerState:dt,children:e.children})]},e.key)),wt=Ie||((e,t)=>{const{key:r,...n}=e;return(0,T.jsx)("li",{...n,children:ut(t)},r)}),St=(e,t)=>{const r=Xe({option:e,index:t});return wt({...r,className:pt.option},e,{selected:r["aria-selected"],index:t,inputValue:nt},dt)},kt=ft.slotProps.clearIndicator,Et=ft.slotProps.popupIndicator,Ct=e=>(0,T.jsx)(I,{as:yt,...bt,children:(0,T.jsx)(N,{as:vt,...gt,children:e})});let Tt=null;return ot.length>0?Tt=Ct((0,T.jsx)(L,{as:ht,...mt,children:ot.map(((e,t)=>ie?At({key:e.key,group:e.group,children:e.options.map(((t,r)=>St(t,e.index+r)))}):St(e,t)))})):fe&&0===ot.length?Tt=Ct((0,T.jsx)($,{className:pt.loading,ownerState:dt,children:he})):0!==ot.length||Z||fe||(Tt=Ct((0,T.jsx)(_,{className:pt.noOptions,ownerState:dt,role:"presentation",onMouseDown:e=>{e.preventDefault()},children:ve}))),(0,T.jsxs)(i.Fragment,{children:[(0,T.jsx)(R,{ref:t,className:(0,a.A)(pt.root,g),ownerState:dt,...Fe(De),children:Pe({id:Je,disabled:V,fullWidth:!0,size:"small"===_e?"small":void 0,InputLabelProps:We(),InputProps:{ref:rt,className:pt.inputRoot,startAdornment:xt,onClick:e=>{e.target===e.currentTarget&&st(e)},...(it||at)&&{endAdornment:(0,T.jsxs)(M,{className:pt.endAdornment,ownerState:dt,children:[it?(0,T.jsx)(O,{...Ue(),"aria-label":D,title:D,ownerState:dt,...kt,className:(0,a.A)(pt.clearIndicator,kt?.className),children:y}):null,at?(0,T.jsx)(P,{...He(),disabled:V,"aria-label":Ze?F:ke,title:Ze?F:ke,ownerState:dt,...Et,className:(0,a.A)(pt.popupIndicator,Et?.className),children:Re}):null]})}},inputProps:{className:pt.input,disabled:V,readOnly:Me,...Be()}})}),tt?Tt:null]})}))},73917:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,r:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiAutocomplete",e)}const a=(0,n.A)("MuiAutocomplete",["root","expanded","fullWidth","focused","focusVisible","tag","tagSizeSmall","tagSizeMedium","hasPopupIcon","hasClearIcon","inputRoot","input","inputFocused","endAdornment","clearIndicator","popupIndicator","popupIndicatorOpen","popper","popperDisablePortal","paper","listbox","loading","noOptions","option","groupLabel","groupUl"])},19937:(e,t,r)=>{"use strict";r.d(t,{A:()=>f});var n=r(7552),o=r(93878),i=r(70799),a=r(51148),s=r(4785),l=r(43045),c=r(93321),u=r(32049),d=r(69500);const p=(0,a.Ay)("div",{name:"MuiBackdrop",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,r.invisible&&t.invisible]}})({position:"fixed",display:"flex",alignItems:"center",justifyContent:"center",right:0,bottom:0,top:0,left:0,backgroundColor:"rgba(0, 0, 0, 0.5)",WebkitTapHighlightColor:"transparent",variants:[{props:{invisible:!0},style:{backgroundColor:"transparent"}}]}),f=n.forwardRef((function(e,t){const r=(0,s.b)({props:e,name:"MuiBackdrop"}),{children:n,className:a,component:f="div",invisible:h=!1,open:m,components:v={},componentsProps:g={},slotProps:y={},slots:b={},TransitionComponent:x,transitionDuration:A,...w}=r,S={...r,component:f,invisible:h},k=(e=>{const{classes:t,invisible:r}=e,n={root:["root",r&&"invisible"]};return(0,i.A)(n,u.R,t)})(S),E={slots:{transition:x,root:v.Root,...b},slotProps:{...g,...y}},[C,T]=(0,l.A)("root",{elementType:p,externalForwardedProps:E,className:(0,o.A)(k.root,a),ownerState:S}),[R,M]=(0,l.A)("transition",{elementType:c.A,externalForwardedProps:E,ownerState:S}),O=(e=>{const{ownerState:t,...r}=e;return r})(M);return(0,d.jsx)(R,{in:m,timeout:A,...w,...O,children:(0,d.jsx)(C,{"aria-hidden":!0,...T,classes:k,ref:t,children:n})})}))},32049:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,R:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiBackdrop",e)}const a=(0,n.A)("MuiBackdrop",["root","invisible"])},17776:(e,t,r)=>{"use strict";r.d(t,{A:()=>v});var n=r(7552),o=r(93878),i=r(53791),a=r(76795),s=r(8455),l=r(67109),c=r(69500),u=r(23043),d=r(89022),p=r(74988),f=r(92239);const h=(0,d.A)(),m=function(e={}){const{themeId:t,defaultTheme:r,defaultClassName:u="MuiBox-root",generateClassName:d}=e,p=(0,i.Ay)("div",{shouldForwardProp:e=>"theme"!==e&&"sx"!==e&&"as"!==e})(a.A);return n.forwardRef((function(e,n){const i=(0,l.A)(r),{className:a,component:f="div",...h}=(0,s.A)(e);return(0,c.jsx)(p,{as:f,ref:n,className:(0,o.A)(a,d?d(u):u),theme:t&&i[t]||i,...h})}))}({themeId:p.A,defaultTheme:h,defaultClassName:f.A.root,generateClassName:u.A.generate}),v=m},92239:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=(0,r(33761).A)("MuiBox",["root"])},5401:(e,t,r)=>{"use strict";r.d(t,{A:()=>S});var n=r(7552),o=r(93878),i=r(80007),a=r(70799),s=r(72639),l=r(55270),c=r(51148),u=r(60129),d=r(4785),p=r(48054),f=r(15622),h=r(58520),m=r(57897),v=r(21572),g=r(97712),y=r(69500);const b=[{props:{size:"small"},style:{"& > *:nth-of-type(1)":{fontSize:18}}},{props:{size:"medium"},style:{"& > *:nth-of-type(1)":{fontSize:20}}},{props:{size:"large"},style:{"& > *:nth-of-type(1)":{fontSize:22}}}],x=(0,c.Ay)(p.A,{shouldForwardProp:e=>(0,l.A)(e)||"classes"===e,name:"MuiButton",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,t[r.variant],t[`${r.variant}${(0,f.A)(r.color)}`],t[`size${(0,f.A)(r.size)}`],t[`${r.variant}Size${(0,f.A)(r.size)}`],"inherit"===r.color&&t.colorInherit,r.disableElevation&&t.disableElevation,r.fullWidth&&t.fullWidth]}})((0,u.A)((({theme:e})=>{const t="light"===e.palette.mode?e.palette.grey[300]:e.palette.grey[800],r="light"===e.palette.mode?e.palette.grey.A100:e.palette.grey[700];return{...e.typography.button,minWidth:64,padding:"6px 16px",border:0,borderRadius:(e.vars||e).shape.borderRadius,transition:e.transitions.create(["background-color","box-shadow","border-color","color"],{duration:e.transitions.duration.short}),"&:hover":{textDecoration:"none"},[`&.${m.A.disabled}`]:{color:(e.vars||e).palette.action.disabled},variants:[{props:{variant:"contained"},style:{color:"var(--variant-containedColor)",backgroundColor:"var(--variant-containedBg)",boxShadow:(e.vars||e).shadows[2],"&:hover":{boxShadow:(e.vars||e).shadows[4],"@media (hover: none)":{boxShadow:(e.vars||e).shadows[2]}},"&:active":{boxShadow:(e.vars||e).shadows[8]},[`&.${m.A.focusVisible}`]:{boxShadow:(e.vars||e).shadows[6]},[`&.${m.A.disabled}`]:{color:(e.vars||e).palette.action.disabled,boxShadow:(e.vars||e).shadows[0],backgroundColor:(e.vars||e).palette.action.disabledBackground}}},{props:{variant:"outlined"},style:{padding:"5px 15px",border:"1px solid currentColor",borderColor:"var(--variant-outlinedBorder, currentColor)",backgroundColor:"var(--variant-outlinedBg)",color:"var(--variant-outlinedColor)",[`&.${m.A.disabled}`]:{border:`1px solid ${(e.vars||e).palette.action.disabledBackground}`}}},{props:{variant:"text"},style:{padding:"6px 8px",color:"var(--variant-textColor)",backgroundColor:"var(--variant-textBg)"}},...Object.entries(e.palette).filter((0,h.A)(["dark","contrastText"])).map((([t])=>({props:{color:t},style:{"--variant-textColor":(e.vars||e).palette[t].main,"--variant-outlinedColor":(e.vars||e).palette[t].main,"--variant-outlinedBorder":e.vars?`rgba(${e.vars.palette[t].mainChannel} / 0.5)`:(0,s.X4)(e.palette[t].main,.5),"--variant-containedColor":(e.vars||e).palette[t].contrastText,"--variant-containedBg":(e.vars||e).palette[t].main,"@media (hover: hover)":{"&:hover":{"--variant-containedBg":(e.vars||e).palette[t].dark,"--variant-textBg":e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,s.X4)(e.palette[t].main,e.palette.action.hoverOpacity),"--variant-outlinedBorder":(e.vars||e).palette[t].main,"--variant-outlinedBg":e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,s.X4)(e.palette[t].main,e.palette.action.hoverOpacity)}}}}))),{props:{color:"inherit"},style:{"--variant-containedColor":e.vars?e.vars.palette.text.primary:e.palette.getContrastText?.(t),"--variant-containedBg":e.vars?e.vars.palette.Button.inheritContainedBg:t,"@media (hover: hover)":{"&:hover":{"--variant-containedBg":e.vars?e.vars.palette.Button.inheritContainedHoverBg:r,"--variant-textBg":e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,s.X4)(e.palette.text.primary,e.palette.action.hoverOpacity),"--variant-outlinedBg":e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,s.X4)(e.palette.text.primary,e.palette.action.hoverOpacity)}}}},{props:{size:"small",variant:"text"},style:{padding:"4px 5px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"text"},style:{padding:"8px 11px",fontSize:e.typography.pxToRem(15)}},{props:{size:"small",variant:"outlined"},style:{padding:"3px 9px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"outlined"},style:{padding:"7px 21px",fontSize:e.typography.pxToRem(15)}},{props:{size:"small",variant:"contained"},style:{padding:"4px 10px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"contained"},style:{padding:"8px 22px",fontSize:e.typography.pxToRem(15)}},{props:{disableElevation:!0},style:{boxShadow:"none","&:hover":{boxShadow:"none"},[`&.${m.A.focusVisible}`]:{boxShadow:"none"},"&:active":{boxShadow:"none"},[`&.${m.A.disabled}`]:{boxShadow:"none"}}},{props:{fullWidth:!0},style:{width:"100%"}}]}}))),A=(0,c.Ay)("span",{name:"MuiButton",slot:"StartIcon",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.startIcon,t[`iconSize${(0,f.A)(r.size)}`]]}})({display:"inherit",marginRight:8,marginLeft:-4,variants:[{props:{size:"small"},style:{marginLeft:-2}},...b]}),w=(0,c.Ay)("span",{name:"MuiButton",slot:"EndIcon",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.endIcon,t[`iconSize${(0,f.A)(r.size)}`]]}})({display:"inherit",marginRight:-4,marginLeft:8,variants:[{props:{size:"small"},style:{marginRight:-2}},...b]}),S=n.forwardRef((function(e,t){const r=n.useContext(v.A),s=n.useContext(g.A),l=(0,i.A)(r,e),c=(0,d.b)({props:l,name:"MuiButton"}),{children:u,color:p="primary",component:h="button",className:b,disabled:S=!1,disableElevation:k=!1,disableFocusRipple:E=!1,endIcon:C,focusVisibleClassName:T,fullWidth:R=!1,size:M="medium",startIcon:O,type:P,variant:I="text",...N}=c,$={...c,color:p,component:h,disabled:S,disableElevation:k,disableFocusRipple:E,fullWidth:R,size:M,type:P,variant:I},_=(e=>{const{color:t,disableElevation:r,fullWidth:n,size:o,variant:i,classes:s}=e,l={root:["root",i,`${i}${(0,f.A)(t)}`,`size${(0,f.A)(o)}`,`${i}Size${(0,f.A)(o)}`,`color${(0,f.A)(t)}`,r&&"disableElevation",n&&"fullWidth"],label:["label"],startIcon:["icon","startIcon",`iconSize${(0,f.A)(o)}`],endIcon:["icon","endIcon",`iconSize${(0,f.A)(o)}`]},c=(0,a.A)(l,m.B,s);return{...s,...c}})($),L=O&&(0,y.jsx)(A,{className:_.startIcon,ownerState:$,children:O}),j=C&&(0,y.jsx)(w,{className:_.endIcon,ownerState:$,children:C}),z=s||"";return(0,y.jsxs)(x,{ownerState:$,className:(0,o.A)(r.className,_.root,b,z),component:h,disabled:S,focusRipple:!E,focusVisibleClassName:(0,o.A)(_.focusVisible,T),ref:t,type:P,...N,classes:_,children:[L,u,j]})}))},57897:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,B:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiButton",e)}const a=(0,n.A)("MuiButton",["root","text","textInherit","textPrimary","textSecondary","textSuccess","textError","textInfo","textWarning","outlined","outlinedInherit","outlinedPrimary","outlinedSecondary","outlinedSuccess","outlinedError","outlinedInfo","outlinedWarning","contained","containedInherit","containedPrimary","containedSecondary","containedSuccess","containedError","containedInfo","containedWarning","disableElevation","focusVisible","disabled","colorInherit","colorPrimary","colorSecondary","colorSuccess","colorError","colorInfo","colorWarning","textSizeSmall","textSizeMedium","textSizeLarge","outlinedSizeSmall","outlinedSizeMedium","outlinedSizeLarge","containedSizeSmall","containedSizeMedium","containedSizeLarge","sizeMedium","sizeSmall","sizeLarge","fullWidth","startIcon","endIcon","icon","iconSizeSmall","iconSizeMedium","iconSizeLarge"])},48054:(e,t,r)=>{"use strict";r.d(t,{A:()=>D});var n=r(7552),o=r(93878),i=r(70799),a=r(91527),s=r(51148),l=r(4785),c=r(51584),u=r(87422),d=r(53131);class p{static create(){return new p}static use(){const e=(0,d.A)(p.create).current,[t,r]=n.useState(!1);return e.shouldMount=t,e.setShouldMount=r,n.useEffect(e.mountEffect,[t]),e}constructor(){this.ref={current:null},this.mounted=null,this.didMount=!1,this.shouldMount=!1,this.setShouldMount=null}mount(){return this.mounted||(this.mounted=function(){let e,t;const r=new Promise(((r,n)=>{e=r,t=n}));return r.resolve=e,r.reject=t,r}(),this.shouldMount=!0,this.setShouldMount(this.shouldMount)),this.mounted}mountEffect=()=>{this.shouldMount&&!this.didMount&&null!==this.ref.current&&(this.didMount=!0,this.mounted.resolve())};start(...e){this.mount().then((()=>this.ref.current?.start(...e)))}stop(...e){this.mount().then((()=>this.ref.current?.stop(...e)))}pulsate(...e){this.mount().then((()=>this.ref.current?.pulsate(...e)))}}var f=r(83673),h=r(6614),m=r(60191),v=r(80467),g=r(20309);function y(e,t){var r=Object.create(null);return e&&n.Children.map(e,(function(e){return e})).forEach((function(e){r[e.key]=function(e){return t&&(0,n.isValidElement)(e)?t(e):e}(e)})),r}function b(e,t,r){return null!=r[t]?r[t]:e.props[t]}function x(e,t,r){var o=y(e.children),i=function(e,t){function r(r){return r in t?t[r]:e[r]}e=e||{},t=t||{};var n,o=Object.create(null),i=[];for(var a in e)a in t?i.length&&(o[a]=i,i=[]):i.push(a);var s={};for(var l in t){if(o[l])for(n=0;n<o[l].length;n++){var c=o[l][n];s[o[l][n]]=r(c)}s[l]=r(l)}for(n=0;n<i.length;n++)s[i[n]]=r(i[n]);return s}(t,o);return Object.keys(i).forEach((function(a){var s=i[a];if((0,n.isValidElement)(s)){var l=a in t,c=a in o,u=t[a],d=(0,n.isValidElement)(u)&&!u.props.in;!c||l&&!d?c||!l||d?c&&l&&(0,n.isValidElement)(u)&&(i[a]=(0,n.cloneElement)(s,{onExited:r.bind(null,s),in:u.props.in,exit:b(s,"exit",e),enter:b(s,"enter",e)})):i[a]=(0,n.cloneElement)(s,{in:!1}):i[a]=(0,n.cloneElement)(s,{onExited:r.bind(null,s),in:!0,exit:b(s,"exit",e),enter:b(s,"enter",e)})}})),i}var A=Object.values||function(e){return Object.keys(e).map((function(t){return e[t]}))},w=function(e){function t(t,r){var n,o=(n=e.call(this,t,r)||this).handleExited.bind((0,m.A)(n));return n.state={contextValue:{isMounting:!0},handleExited:o,firstRender:!0},n}(0,v.A)(t,e);var r=t.prototype;return r.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},r.componentWillUnmount=function(){this.mounted=!1},t.getDerivedStateFromProps=function(e,t){var r,o,i=t.children,a=t.handleExited;return{children:t.firstRender?(r=e,o=a,y(r.children,(function(e){return(0,n.cloneElement)(e,{onExited:o.bind(null,e),in:!0,appear:b(e,"appear",r),enter:b(e,"enter",r),exit:b(e,"exit",r)})}))):x(e,i,a),firstRender:!1}},r.handleExited=function(e,t){var r=y(this.props.children);e.key in r||(e.props.onExited&&e.props.onExited(t),this.mounted&&this.setState((function(t){var r=(0,h.A)({},t.children);return delete r[e.key],{children:r}})))},r.render=function(){var e=this.props,t=e.component,r=e.childFactory,o=(0,f.A)(e,["component","childFactory"]),i=this.state.contextValue,a=A(this.state.children).map(r);return delete o.appear,delete o.enter,delete o.exit,null===t?n.createElement(g.A.Provider,{value:i},a):n.createElement(g.A.Provider,{value:i},n.createElement(t,o,a))},t}(n.Component);w.propTypes={},w.defaultProps={component:"div",childFactory:function(e){return e}};const S=w;var k=r(26218),E=r(64761),C=r(69500);var T=r(33761);const R=(0,T.A)("MuiTouchRipple",["root","ripple","rippleVisible","ripplePulsate","child","childLeaving","childPulsate"]),M=E.i7` |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
3 0% { |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
4 transform: scale(0); |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
5 opacity: 0.1; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
6 } |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
7 |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
8 100% { |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
9 transform: scale(1); |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
10 opacity: 0.3; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
11 } |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
12 `,O=E.i7` |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
13 0% { |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
14 opacity: 1; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
15 } |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
16 |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
17 100% { |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
18 opacity: 0; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
19 } |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
20 `,P=E.i7` |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
21 0% { |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
22 transform: scale(1); |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
23 } |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
24 |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
25 50% { |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
26 transform: scale(0.92); |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
27 } |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
28 |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
29 100% { |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
30 transform: scale(1); |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
31 } |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
32 `,I=(0,s.Ay)("span",{name:"MuiTouchRipple",slot:"Root"})({overflow:"hidden",pointerEvents:"none",position:"absolute",zIndex:0,top:0,right:0,bottom:0,left:0,borderRadius:"inherit"}),N=(0,s.Ay)((function(e){const{className:t,classes:r,pulsate:i=!1,rippleX:a,rippleY:s,rippleSize:l,in:c,onExited:u,timeout:d}=e,[p,f]=n.useState(!1),h=(0,o.A)(t,r.ripple,r.rippleVisible,i&&r.ripplePulsate),m={width:l,height:l,top:-l/2+s,left:-l/2+a},v=(0,o.A)(r.child,p&&r.childLeaving,i&&r.childPulsate);return c||p||f(!0),n.useEffect((()=>{if(!c&&null!=u){const e=setTimeout(u,d);return()=>{clearTimeout(e)}}}),[u,c,d]),(0,C.jsx)("span",{className:h,style:m,children:(0,C.jsx)("span",{className:v})})}),{name:"MuiTouchRipple",slot:"Ripple"})` |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
33 opacity: 0; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
34 position: absolute; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
35 |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
36 &.${R.rippleVisible} { |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
37 opacity: 0.3; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
38 transform: scale(1); |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
39 animation-name: ${M}; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
40 animation-duration: ${550}ms; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
41 animation-timing-function: ${({theme:e})=>e.transitions.easing.easeInOut}; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
42 } |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
43 |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
44 &.${R.ripplePulsate} { |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
45 animation-duration: ${({theme:e})=>e.transitions.duration.shorter}ms; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
46 } |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
47 |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
48 & .${R.child} { |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
49 opacity: 1; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
50 display: block; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
51 width: 100%; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
52 height: 100%; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
53 border-radius: 50%; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
54 background-color: currentColor; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
55 } |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
56 |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
57 & .${R.childLeaving} { |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
58 opacity: 0; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
59 animation-name: ${O}; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
60 animation-duration: ${550}ms; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
61 animation-timing-function: ${({theme:e})=>e.transitions.easing.easeInOut}; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
62 } |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
63 |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
64 & .${R.childPulsate} { |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
65 position: absolute; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
66 /* @noflip */ |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
67 left: 0px; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
68 top: 0; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
69 animation-name: ${P}; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
70 animation-duration: 2500ms; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
71 animation-timing-function: ${({theme:e})=>e.transitions.easing.easeInOut}; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
72 animation-iteration-count: infinite; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
73 animation-delay: 200ms; |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
74 } |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
75 `,$=n.forwardRef((function(e,t){const r=(0,l.b)({props:e,name:"MuiTouchRipple"}),{center:i=!1,classes:a={},className:s,...c}=r,[u,d]=n.useState([]),p=n.useRef(0),f=n.useRef(null);n.useEffect((()=>{f.current&&(f.current(),f.current=null)}),[u]);const h=n.useRef(!1),m=(0,k.A)(),v=n.useRef(null),g=n.useRef(null),y=n.useCallback((e=>{const{pulsate:t,rippleX:r,rippleY:n,rippleSize:i,cb:s}=e;d((e=>[...e,(0,C.jsx)(N,{classes:{ripple:(0,o.A)(a.ripple,R.ripple),rippleVisible:(0,o.A)(a.rippleVisible,R.rippleVisible),ripplePulsate:(0,o.A)(a.ripplePulsate,R.ripplePulsate),child:(0,o.A)(a.child,R.child),childLeaving:(0,o.A)(a.childLeaving,R.childLeaving),childPulsate:(0,o.A)(a.childPulsate,R.childPulsate)},timeout:550,pulsate:t,rippleX:r,rippleY:n,rippleSize:i},p.current)])),p.current+=1,f.current=s}),[a]),b=n.useCallback(((e={},t={},r=()=>{})=>{const{pulsate:n=!1,center:o=i||t.pulsate,fakeElement:a=!1}=t;if("mousedown"===e?.type&&h.current)return void(h.current=!1);"touchstart"===e?.type&&(h.current=!0);const s=a?null:g.current,l=s?s.getBoundingClientRect():{width:0,height:0,left:0,top:0};let c,u,d;if(o||void 0===e||0===e.clientX&&0===e.clientY||!e.clientX&&!e.touches)c=Math.round(l.width/2),u=Math.round(l.height/2);else{const{clientX:t,clientY:r}=e.touches&&e.touches.length>0?e.touches[0]:e;c=Math.round(t-l.left),u=Math.round(r-l.top)}if(o)d=Math.sqrt((2*l.width**2+l.height**2)/3),d%2==0&&(d+=1);else{const e=2*Math.max(Math.abs((s?s.clientWidth:0)-c),c)+2,t=2*Math.max(Math.abs((s?s.clientHeight:0)-u),u)+2;d=Math.sqrt(e**2+t**2)}e?.touches?null===v.current&&(v.current=()=>{y({pulsate:n,rippleX:c,rippleY:u,rippleSize:d,cb:r})},m.start(80,(()=>{v.current&&(v.current(),v.current=null)}))):y({pulsate:n,rippleX:c,rippleY:u,rippleSize:d,cb:r})}),[i,y,m]),x=n.useCallback((()=>{b({},{pulsate:!0})}),[b]),A=n.useCallback(((e,t)=>{if(m.clear(),"touchend"===e?.type&&v.current)return v.current(),v.current=null,void m.start(0,(()=>{A(e,t)}));v.current=null,d((e=>e.length>0?e.slice(1):e)),f.current=t}),[m]);return n.useImperativeHandle(t,(()=>({pulsate:x,start:b,stop:A})),[x,b,A]),(0,C.jsx)(I,{className:(0,o.A)(R.root,a.root,s),ref:g,...c,children:(0,C.jsx)(S,{component:null,exit:!0,children:u})})}));var _=r(85693);function L(e){return(0,_.Ay)("MuiButtonBase",e)}const j=(0,T.A)("MuiButtonBase",["root","disabled","focusVisible"]),z=(0,s.Ay)("button",{name:"MuiButtonBase",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"inline-flex",alignItems:"center",justifyContent:"center",position:"relative",boxSizing:"border-box",WebkitTapHighlightColor:"transparent",backgroundColor:"transparent",outline:0,border:0,margin:0,borderRadius:0,padding:0,cursor:"pointer",userSelect:"none",verticalAlign:"middle",MozAppearance:"none",WebkitAppearance:"none",textDecoration:"none",color:"inherit","&::-moz-focus-inner":{borderStyle:"none"},[`&.${j.disabled}`]:{pointerEvents:"none",cursor:"default"},"@media print":{colorAdjust:"exact"}}),D=n.forwardRef((function(e,t){const r=(0,l.b)({props:e,name:"MuiButtonBase"}),{action:s,centerRipple:d=!1,children:f,className:h,component:m="button",disabled:v=!1,disableRipple:g=!1,disableTouchRipple:y=!1,focusRipple:b=!1,focusVisibleClassName:x,LinkComponent:A="a",onBlur:w,onClick:S,onContextMenu:k,onDragLeave:E,onFocus:T,onFocusVisible:R,onKeyDown:M,onKeyUp:O,onMouseDown:P,onMouseLeave:I,onMouseUp:N,onTouchEnd:_,onTouchMove:j,onTouchStart:D,tabIndex:F=0,TouchRippleProps:B,touchRippleRef:W,type:H,...U}=r,V=n.useRef(null),q=p.use(),X=(0,c.A)(q.ref,W),[Y,G]=n.useState(!1);v&&Y&&G(!1),n.useImperativeHandle(s,(()=>({focusVisible:()=>{G(!0),V.current.focus()}})),[]);const K=q.shouldMount&&!g&&!v;function J(e,t,r=y){return(0,u.A)((n=>(t&&t(n),r||q[e](n),!0)))}n.useEffect((()=>{Y&&b&&!g&&q.pulsate()}),[g,b,Y,q]);const Z=J("start",P),Q=J("stop",k),ee=J("stop",E),te=J("stop",N),re=J("stop",(e=>{Y&&e.preventDefault(),I&&I(e)})),ne=J("start",D),oe=J("stop",_),ie=J("stop",j),ae=J("stop",(e=>{(0,a.A)(e.target)||G(!1),w&&w(e)}),!1),se=(0,u.A)((e=>{V.current||(V.current=e.currentTarget),(0,a.A)(e.target)&&(G(!0),R&&R(e)),T&&T(e)})),le=()=>{const e=V.current;return m&&"button"!==m&&!("A"===e.tagName&&e.href)},ce=(0,u.A)((e=>{b&&!e.repeat&&Y&&" "===e.key&&q.stop(e,(()=>{q.start(e)})),e.target===e.currentTarget&&le()&&" "===e.key&&e.preventDefault(),M&&M(e),e.target===e.currentTarget&&le()&&"Enter"===e.key&&!v&&(e.preventDefault(),S&&S(e))})),ue=(0,u.A)((e=>{b&&" "===e.key&&Y&&!e.defaultPrevented&&q.stop(e,(()=>{q.pulsate(e)})),O&&O(e),S&&e.target===e.currentTarget&&le()&&" "===e.key&&!e.defaultPrevented&&S(e)}));let de=m;"button"===de&&(U.href||U.to)&&(de=A);const pe={};"button"===de?(pe.type=void 0===H?"button":H,pe.disabled=v):(U.href||U.to||(pe.role="button"),v&&(pe["aria-disabled"]=v));const fe=(0,c.A)(t,V),he={...r,centerRipple:d,component:m,disabled:v,disableRipple:g,disableTouchRipple:y,focusRipple:b,tabIndex:F,focusVisible:Y},me=(e=>{const{disabled:t,focusVisible:r,focusVisibleClassName:n,classes:o}=e,a={root:["root",t&&"disabled",r&&"focusVisible"]},s=(0,i.A)(a,L,o);return r&&n&&(s.root+=` ${n}`),s})(he);return(0,C.jsxs)(z,{as:de,className:(0,o.A)(me.root,h),ownerState:he,onBlur:ae,onClick:S,onContextMenu:Q,onFocus:se,onKeyDown:ce,onKeyUp:ue,onMouseDown:Z,onMouseLeave:re,onMouseUp:te,onDragLeave:ee,onTouchEnd:oe,onTouchMove:ie,onTouchStart:ne,ref:fe,tabIndex:v?-1:F,type:H,...pe,...U,children:[f,K?(0,C.jsx)($,{ref:X,center:d,...B}):null]})}))},97712:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=r(7552).createContext(void 0)},21572:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=r(7552).createContext({})},32808:(e,t,r)=>{"use strict";r.d(t,{A:()=>k});var n=r(7552),o=r(93878),i=r(70799),a=r(72639),s=r(15110),l=r(74893),c=r(69500);const u=(0,l.A)((0,c.jsx)("path",{d:"M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}),"CheckBoxOutlineBlank"),d=(0,l.A)((0,c.jsx)("path",{d:"M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"}),"CheckBox"),p=(0,l.A)((0,c.jsx)("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"}),"IndeterminateCheckBox");var f=r(15622),h=r(55270),m=r(42687),v=r(51148),g=r(60129),y=r(58520),b=r(4785);const x=(0,v.Ay)(s.A,{shouldForwardProp:e=>(0,h.A)(e)||"classes"===e,name:"MuiCheckbox",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,r.indeterminate&&t.indeterminate,t[`size${(0,f.A)(r.size)}`],"default"!==r.color&&t[`color${(0,f.A)(r.color)}`]]}})((0,g.A)((({theme:e})=>({color:(e.vars||e).palette.text.secondary,variants:[{props:{color:"default",disableRipple:!1},style:{"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,a.X4)(e.palette.action.active,e.palette.action.hoverOpacity)}}},...Object.entries(e.palette).filter((0,y.A)()).map((([t])=>({props:{color:t,disableRipple:!1},style:{"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,a.X4)(e.palette[t].main,e.palette.action.hoverOpacity)}}}))),...Object.entries(e.palette).filter((0,y.A)()).map((([t])=>({props:{color:t},style:{[`&.${m.A.checked}, &.${m.A.indeterminate}`]:{color:(e.vars||e).palette[t].main},[`&.${m.A.disabled}`]:{color:(e.vars||e).palette.action.disabled}}}))),{props:{disableRipple:!1},style:{"&:hover":{"@media (hover: none)":{backgroundColor:"transparent"}}}}]})))),A=(0,c.jsx)(d,{}),w=(0,c.jsx)(u,{}),S=(0,c.jsx)(p,{}),k=n.forwardRef((function(e,t){const r=(0,b.b)({props:e,name:"MuiCheckbox"}),{checkedIcon:a=A,color:s="primary",icon:l=w,indeterminate:u=!1,indeterminateIcon:d=S,inputProps:p,size:h="medium",disableRipple:v=!1,className:g,...y}=r,k=u?d:l,E=u?d:a,C={...r,disableRipple:v,color:s,indeterminate:u,size:h},T=(e=>{const{classes:t,indeterminate:r,color:n,size:o}=e,a={root:["root",r&&"indeterminate",`color${(0,f.A)(n)}`,`size${(0,f.A)(o)}`]},s=(0,i.A)(a,m.w,t);return{...t,...s}})(C);return(0,c.jsx)(x,{type:"checkbox",inputProps:{"data-indeterminate":u,...p},icon:n.cloneElement(k,{fontSize:k.props.fontSize??h}),checkedIcon:n.cloneElement(E,{fontSize:E.props.fontSize??h}),ownerState:C,ref:t,className:(0,o.A)(T.root,g),...y,classes:T})}))},42687:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,w:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiCheckbox",e)}const a=(0,n.A)("MuiCheckbox",["root","checked","disabled","indeterminate","colorPrimary","colorSecondary","sizeSmall","sizeMedium"])},15779:(e,t,r)=>{"use strict";r.d(t,{A:()=>A});var n=r(7552),o=r(93878),i=r(70799),a=r(72639),s=r(74893),l=r(69500);const c=(0,s.A)((0,l.jsx)("path",{d:"M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"}),"Cancel");var u=r(51584),d=r(15622),p=r(48054),f=r(51148),h=r(60129),m=r(58520),v=r(4785),g=r(32625);const y=(0,f.Ay)("div",{name:"MuiChip",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e,{color:n,iconColor:o,clickable:i,onDelete:a,size:s,variant:l}=r;return[{[`& .${g.A.avatar}`]:t.avatar},{[`& .${g.A.avatar}`]:t[`avatar${(0,d.A)(s)}`]},{[`& .${g.A.avatar}`]:t[`avatarColor${(0,d.A)(n)}`]},{[`& .${g.A.icon}`]:t.icon},{[`& .${g.A.icon}`]:t[`icon${(0,d.A)(s)}`]},{[`& .${g.A.icon}`]:t[`iconColor${(0,d.A)(o)}`]},{[`& .${g.A.deleteIcon}`]:t.deleteIcon},{[`& .${g.A.deleteIcon}`]:t[`deleteIcon${(0,d.A)(s)}`]},{[`& .${g.A.deleteIcon}`]:t[`deleteIconColor${(0,d.A)(n)}`]},{[`& .${g.A.deleteIcon}`]:t[`deleteIcon${(0,d.A)(l)}Color${(0,d.A)(n)}`]},t.root,t[`size${(0,d.A)(s)}`],t[`color${(0,d.A)(n)}`],i&&t.clickable,i&&"default"!==n&&t[`clickableColor${(0,d.A)(n)})`],a&&t.deletable,a&&"default"!==n&&t[`deletableColor${(0,d.A)(n)}`],t[l],t[`${l}${(0,d.A)(n)}`]]}})((0,h.A)((({theme:e})=>{const t="light"===e.palette.mode?e.palette.grey[700]:e.palette.grey[300];return{maxWidth:"100%",fontFamily:e.typography.fontFamily,fontSize:e.typography.pxToRem(13),display:"inline-flex",alignItems:"center",justifyContent:"center",height:32,color:(e.vars||e).palette.text.primary,backgroundColor:(e.vars||e).palette.action.selected,borderRadius:16,whiteSpace:"nowrap",transition:e.transitions.create(["background-color","box-shadow"]),cursor:"unset",outline:0,textDecoration:"none",border:0,padding:0,verticalAlign:"middle",boxSizing:"border-box",[`&.${g.A.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity,pointerEvents:"none"},[`& .${g.A.avatar}`]:{marginLeft:5,marginRight:-6,width:24,height:24,color:e.vars?e.vars.palette.Chip.defaultAvatarColor:t,fontSize:e.typography.pxToRem(12)},[`& .${g.A.avatarColorPrimary}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.dark},[`& .${g.A.avatarColorSecondary}`]:{color:(e.vars||e).palette.secondary.contrastText,backgroundColor:(e.vars||e).palette.secondary.dark},[`& .${g.A.avatarSmall}`]:{marginLeft:4,marginRight:-4,width:18,height:18,fontSize:e.typography.pxToRem(10)},[`& .${g.A.icon}`]:{marginLeft:5,marginRight:-6},[`& .${g.A.deleteIcon}`]:{WebkitTapHighlightColor:"transparent",color:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / 0.26)`:(0,a.X4)(e.palette.text.primary,.26),fontSize:22,cursor:"pointer",margin:"0 5px 0 -6px","&:hover":{color:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / 0.4)`:(0,a.X4)(e.palette.text.primary,.4)}},variants:[{props:{size:"small"},style:{height:24,[`& .${g.A.icon}`]:{fontSize:18,marginLeft:4,marginRight:-4},[`& .${g.A.deleteIcon}`]:{fontSize:16,marginRight:4,marginLeft:-4}}},...Object.entries(e.palette).filter((0,m.A)(["contrastText"])).map((([t])=>({props:{color:t},style:{backgroundColor:(e.vars||e).palette[t].main,color:(e.vars||e).palette[t].contrastText,[`& .${g.A.deleteIcon}`]:{color:e.vars?`rgba(${e.vars.palette[t].contrastTextChannel} / 0.7)`:(0,a.X4)(e.palette[t].contrastText,.7),"&:hover, &:active":{color:(e.vars||e).palette[t].contrastText}}}}))),{props:e=>e.iconColor===e.color,style:{[`& .${g.A.icon}`]:{color:e.vars?e.vars.palette.Chip.defaultIconColor:t}}},{props:e=>e.iconColor===e.color&&"default"!==e.color,style:{[`& .${g.A.icon}`]:{color:"inherit"}}},{props:{onDelete:!0},style:{[`&.${g.A.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.action.selectedChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,a.X4)(e.palette.action.selected,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}}},...Object.entries(e.palette).filter((0,m.A)(["dark"])).map((([t])=>({props:{color:t,onDelete:!0},style:{[`&.${g.A.focusVisible}`]:{background:(e.vars||e).palette[t].dark}}}))),{props:{clickable:!0},style:{userSelect:"none",WebkitTapHighlightColor:"transparent",cursor:"pointer","&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.selectedChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,a.X4)(e.palette.action.selected,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity)},[`&.${g.A.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.action.selectedChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,a.X4)(e.palette.action.selected,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)},"&:active":{boxShadow:(e.vars||e).shadows[1]}}},...Object.entries(e.palette).filter((0,m.A)(["dark"])).map((([t])=>({props:{color:t,clickable:!0},style:{[`&:hover, &.${g.A.focusVisible}`]:{backgroundColor:(e.vars||e).palette[t].dark}}}))),{props:{variant:"outlined"},style:{backgroundColor:"transparent",border:e.vars?`1px solid ${e.vars.palette.Chip.defaultBorder}`:`1px solid ${"light"===e.palette.mode?e.palette.grey[400]:e.palette.grey[700]}`,[`&.${g.A.clickable}:hover`]:{backgroundColor:(e.vars||e).palette.action.hover},[`&.${g.A.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`& .${g.A.avatar}`]:{marginLeft:4},[`& .${g.A.avatarSmall}`]:{marginLeft:2},[`& .${g.A.icon}`]:{marginLeft:4},[`& .${g.A.iconSmall}`]:{marginLeft:2},[`& .${g.A.deleteIcon}`]:{marginRight:5},[`& .${g.A.deleteIconSmall}`]:{marginRight:3}}},...Object.entries(e.palette).filter((0,m.A)()).map((([t])=>({props:{variant:"outlined",color:t},style:{color:(e.vars||e).palette[t].main,border:`1px solid ${e.vars?`rgba(${e.vars.palette[t].mainChannel} / 0.7)`:(0,a.X4)(e.palette[t].main,.7)}`,[`&.${g.A.clickable}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,a.X4)(e.palette[t].main,e.palette.action.hoverOpacity)},[`&.${g.A.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.focusOpacity})`:(0,a.X4)(e.palette[t].main,e.palette.action.focusOpacity)},[`& .${g.A.deleteIcon}`]:{color:e.vars?`rgba(${e.vars.palette[t].mainChannel} / 0.7)`:(0,a.X4)(e.palette[t].main,.7),"&:hover, &:active":{color:(e.vars||e).palette[t].main}}}})))]}}))),b=(0,f.Ay)("span",{name:"MuiChip",slot:"Label",overridesResolver:(e,t)=>{const{ownerState:r}=e,{size:n}=r;return[t.label,t[`label${(0,d.A)(n)}`]]}})({overflow:"hidden",textOverflow:"ellipsis",paddingLeft:12,paddingRight:12,whiteSpace:"nowrap",variants:[{props:{variant:"outlined"},style:{paddingLeft:11,paddingRight:11}},{props:{size:"small"},style:{paddingLeft:8,paddingRight:8}},{props:{size:"small",variant:"outlined"},style:{paddingLeft:7,paddingRight:7}}]});function x(e){return"Backspace"===e.key||"Delete"===e.key}const A=n.forwardRef((function(e,t){const r=(0,v.b)({props:e,name:"MuiChip"}),{avatar:a,className:s,clickable:f,color:h="default",component:m,deleteIcon:A,disabled:w=!1,icon:S,label:k,onClick:E,onDelete:C,onKeyDown:T,onKeyUp:R,size:M="medium",variant:O="filled",tabIndex:P,skipFocusWhenDisabled:I=!1,...N}=r,$=n.useRef(null),_=(0,u.A)($,t),L=e=>{e.stopPropagation(),C&&C(e)},j=!(!1===f||!E)||f,z=j||C?p.A:m||"div",D={...r,component:z,disabled:w,size:M,color:h,iconColor:n.isValidElement(S)&&S.props.color||h,onDelete:!!C,clickable:j,variant:O},F=(e=>{const{classes:t,disabled:r,size:n,color:o,iconColor:a,onDelete:s,clickable:l,variant:c}=e,u={root:["root",c,r&&"disabled",`size${(0,d.A)(n)}`,`color${(0,d.A)(o)}`,l&&"clickable",l&&`clickableColor${(0,d.A)(o)}`,s&&"deletable",s&&`deletableColor${(0,d.A)(o)}`,`${c}${(0,d.A)(o)}`],label:["label",`label${(0,d.A)(n)}`],avatar:["avatar",`avatar${(0,d.A)(n)}`,`avatarColor${(0,d.A)(o)}`],icon:["icon",`icon${(0,d.A)(n)}`,`iconColor${(0,d.A)(a)}`],deleteIcon:["deleteIcon",`deleteIcon${(0,d.A)(n)}`,`deleteIconColor${(0,d.A)(o)}`,`deleteIcon${(0,d.A)(c)}Color${(0,d.A)(o)}`]};return(0,i.A)(u,g.f,t)})(D),B=z===p.A?{component:m||"div",focusVisibleClassName:F.focusVisible,...C&&{disableRipple:!0}}:{};let W=null;C&&(W=A&&n.isValidElement(A)?n.cloneElement(A,{className:(0,o.A)(A.props.className,F.deleteIcon),onClick:L}):(0,l.jsx)(c,{className:(0,o.A)(F.deleteIcon),onClick:L}));let H=null;a&&n.isValidElement(a)&&(H=n.cloneElement(a,{className:(0,o.A)(F.avatar,a.props.className)}));let U=null;return S&&n.isValidElement(S)&&(U=n.cloneElement(S,{className:(0,o.A)(F.icon,S.props.className)})),(0,l.jsxs)(y,{as:z,className:(0,o.A)(F.root,s),disabled:!(!j||!w)||void 0,onClick:E,onKeyDown:e=>{e.currentTarget===e.target&&x(e)&&e.preventDefault(),T&&T(e)},onKeyUp:e=>{e.currentTarget===e.target&&C&&x(e)&&C(e),R&&R(e)},ref:_,tabIndex:I&&w?-1:P,ownerState:D,...B,...N,children:[H||U,(0,l.jsx)(b,{className:(0,o.A)(F.label),ownerState:D,children:k}),W]})}))},32625:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,f:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiChip",e)}const a=(0,n.A)("MuiChip",["root","sizeSmall","sizeMedium","colorDefault","colorError","colorInfo","colorPrimary","colorSecondary","colorSuccess","colorWarning","disabled","clickable","clickableColorPrimary","clickableColorSecondary","deletable","deletableColorPrimary","deletableColorSecondary","outlined","filled","outlinedPrimary","outlinedSecondary","filledPrimary","filledSecondary","avatar","avatarSmall","avatarMedium","avatarColorPrimary","avatarColorSecondary","icon","iconSmall","iconMedium","iconColorPrimary","iconColorSecondary","label","labelSmall","labelMedium","deleteIcon","deleteIconSmall","deleteIconMedium","deleteIconColorPrimary","deleteIconColorSecondary","deleteIconOutlinedColorPrimary","deleteIconOutlinedColorSecondary","deleteIconFilledColorPrimary","deleteIconFilledColorSecondary","focusVisible"])},40985:(e,t,r)=>{"use strict";r.d(t,{A:()=>S});var n=r(7552),o=r(93878),i=r(70799),a=r(50089),s=r(15622),l=r(31694),c=r(93321),u=r(943),d=r(23113),p=r(29666),f=r(19937),h=r(51148),m=r(48231),v=r(60129),g=r(4785),y=r(69500);const b=(0,h.Ay)(f.A,{name:"MuiDialog",slot:"Backdrop",overrides:(e,t)=>t.backdrop})({zIndex:-1}),x=(0,h.Ay)(l.A,{name:"MuiDialog",slot:"Root",overridesResolver:(e,t)=>t.root})({"@media print":{position:"absolute !important"}}),A=(0,h.Ay)("div",{name:"MuiDialog",slot:"Container",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.container,t[`scroll${(0,s.A)(r.scroll)}`]]}})({height:"100%","@media print":{height:"auto"},outline:0,variants:[{props:{scroll:"paper"},style:{display:"flex",justifyContent:"center",alignItems:"center"}},{props:{scroll:"body"},style:{overflowY:"auto",overflowX:"hidden",textAlign:"center","&::after":{content:'""',display:"inline-block",verticalAlign:"middle",height:"100%",width:"0"}}}]}),w=(0,h.Ay)(u.A,{name:"MuiDialog",slot:"Paper",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.paper,t[`scrollPaper${(0,s.A)(r.scroll)}`],t[`paperWidth${(0,s.A)(String(r.maxWidth))}`],r.fullWidth&&t.paperFullWidth,r.fullScreen&&t.paperFullScreen]}})((0,v.A)((({theme:e})=>({margin:32,position:"relative",overflowY:"auto","@media print":{overflowY:"visible",boxShadow:"none"},variants:[{props:{scroll:"paper"},style:{display:"flex",flexDirection:"column",maxHeight:"calc(100% - 64px)"}},{props:{scroll:"body"},style:{display:"inline-block",verticalAlign:"middle",textAlign:"initial"}},{props:({ownerState:e})=>!e.maxWidth,style:{maxWidth:"calc(100% - 64px)"}},{props:{maxWidth:"xs"},style:{maxWidth:"px"===e.breakpoints.unit?Math.max(e.breakpoints.values.xs,444):`max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,[`&.${d.A.paperScrollBody}`]:{[e.breakpoints.down(Math.max(e.breakpoints.values.xs,444)+64)]:{maxWidth:"calc(100% - 64px)"}}}},...Object.keys(e.breakpoints.values).filter((e=>"xs"!==e)).map((t=>({props:{maxWidth:t},style:{maxWidth:`${e.breakpoints.values[t]}${e.breakpoints.unit}`,[`&.${d.A.paperScrollBody}`]:{[e.breakpoints.down(e.breakpoints.values[t]+64)]:{maxWidth:"calc(100% - 64px)"}}}}))),{props:({ownerState:e})=>e.fullWidth,style:{width:"calc(100% - 64px)"}},{props:({ownerState:e})=>e.fullScreen,style:{margin:0,width:"100%",maxWidth:"100%",height:"100%",maxHeight:"none",borderRadius:0,[`&.${d.A.paperScrollBody}`]:{margin:0,maxWidth:"100%"}}}]})))),S=n.forwardRef((function(e,t){const r=(0,g.b)({props:e,name:"MuiDialog"}),l=(0,m.A)(),f={enter:l.transitions.duration.enteringScreen,exit:l.transitions.duration.leavingScreen},{"aria-describedby":h,"aria-labelledby":v,BackdropComponent:S,BackdropProps:k,children:E,className:C,disableEscapeKeyDown:T=!1,fullScreen:R=!1,fullWidth:M=!1,maxWidth:O="sm",onBackdropClick:P,onClick:I,onClose:N,open:$,PaperComponent:_=u.A,PaperProps:L={},scroll:j="paper",TransitionComponent:z=c.A,transitionDuration:D=f,TransitionProps:F,...B}=r,W={...r,disableEscapeKeyDown:T,fullScreen:R,fullWidth:M,maxWidth:O,scroll:j},H=(e=>{const{classes:t,scroll:r,maxWidth:n,fullWidth:o,fullScreen:a}=e,l={root:["root"],container:["container",`scroll${(0,s.A)(r)}`],paper:["paper",`paperScroll${(0,s.A)(r)}`,`paperWidth${(0,s.A)(String(n))}`,o&&"paperFullWidth",a&&"paperFullScreen"]};return(0,i.A)(l,d.f,t)})(W),U=n.useRef(),V=(0,a.A)(v),q=n.useMemo((()=>({titleId:V})),[V]);return(0,y.jsx)(x,{className:(0,o.A)(H.root,C),closeAfterTransition:!0,components:{Backdrop:b},componentsProps:{backdrop:{transitionDuration:D,as:S,...k}},disableEscapeKeyDown:T,onClose:N,open:$,ref:t,onClick:e=>{I&&I(e),U.current&&(U.current=null,P&&P(e),N&&N(e,"backdropClick"))},ownerState:W,...B,children:(0,y.jsx)(z,{appear:!0,in:$,timeout:D,role:"presentation",...F,children:(0,y.jsx)(A,{className:(0,o.A)(H.container),onMouseDown:e=>{U.current=e.target===e.currentTarget},ownerState:W,children:(0,y.jsx)(w,{as:_,elevation:24,role:"dialog","aria-describedby":h,"aria-labelledby":V,...L,className:(0,o.A)(H.paper,L.className),ownerState:W,children:(0,y.jsx)(p.A.Provider,{value:q,children:E})})})})})}))},29666:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=r(7552).createContext({})},23113:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,f:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiDialog",e)}const a=(0,n.A)("MuiDialog",["root","scrollPaper","scrollBody","container","paper","paperScrollPaper","paperScrollBody","paperWidthFalse","paperWidthXs","paperWidthSm","paperWidthMd","paperWidthLg","paperWidthXl","paperFullWidth","paperFullScreen"])},58507:(e,t,r)=>{"use strict";r.d(t,{A:()=>d});var n=r(7552),o=r(93878),i=r(70799),a=r(51148),s=r(4785),l=r(94911),c=r(69500);const u=(0,a.Ay)("div",{name:"MuiDialogActions",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,!r.disableSpacing&&t.spacing]}})({display:"flex",alignItems:"center",padding:8,justifyContent:"flex-end",flex:"0 0 auto",variants:[{props:({ownerState:e})=>!e.disableSpacing,style:{"& > :not(style) ~ :not(style)":{marginLeft:8}}}]}),d=n.forwardRef((function(e,t){const r=(0,s.b)({props:e,name:"MuiDialogActions"}),{className:n,disableSpacing:a=!1,...d}=r,p={...r,disableSpacing:a},f=(e=>{const{classes:t,disableSpacing:r}=e,n={root:["root",!r&&"spacing"]};return(0,i.A)(n,l.C,t)})(p);return(0,c.jsx)(u,{className:(0,o.A)(f.root,n),ownerState:p,ref:t,...d})}))},94911:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,C:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiDialogActions",e)}const a=(0,n.A)("MuiDialogActions",["root","spacing"])},29499:(e,t,r)=>{"use strict";r.d(t,{A:()=>f});var n=r(7552),o=r(93878),i=r(70799),a=r(51148),s=r(60129),l=r(4785),c=r(64271),u=r(99791),d=r(69500);const p=(0,a.Ay)("div",{name:"MuiDialogContent",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,r.dividers&&t.dividers]}})((0,s.A)((({theme:e})=>({flex:"1 1 auto",WebkitOverflowScrolling:"touch",overflowY:"auto",padding:"20px 24px",variants:[{props:({ownerState:e})=>e.dividers,style:{padding:"16px 24px",borderTop:`1px solid ${(e.vars||e).palette.divider}`,borderBottom:`1px solid ${(e.vars||e).palette.divider}`}},{props:({ownerState:e})=>!e.dividers,style:{[`.${u.A.root} + &`]:{paddingTop:0}}}]})))),f=n.forwardRef((function(e,t){const r=(0,l.b)({props:e,name:"MuiDialogContent"}),{className:n,dividers:a=!1,...s}=r,u={...r,dividers:a},f=(e=>{const{classes:t,dividers:r}=e,n={root:["root",r&&"dividers"]};return(0,i.A)(n,c.E,t)})(u);return(0,d.jsx)(p,{className:(0,o.A)(f.root,n),ownerState:u,ref:t,...s})}))},64271:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,E:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiDialogContent",e)}const a=(0,n.A)("MuiDialogContent",["root","dividers"])},99123:(e,t,r)=>{"use strict";r.d(t,{A:()=>f});var n=r(7552),o=r(93878),i=r(70799),a=r(55270),s=r(51148),l=r(4785),c=r(36715),u=r(48839),d=r(69500);const p=(0,s.Ay)(c.A,{shouldForwardProp:e=>(0,a.A)(e)||"classes"===e,name:"MuiDialogContentText",slot:"Root",overridesResolver:(e,t)=>t.root})({}),f=n.forwardRef((function(e,t){const r=(0,l.b)({props:e,name:"MuiDialogContentText"}),{children:n,className:a,...s}=r,c=(e=>{const{classes:t}=e,r=(0,i.A)({root:["root"]},u.D,t);return{...t,...r}})(s);return(0,d.jsx)(p,{component:"p",variant:"body1",color:"textSecondary",ref:t,ownerState:s,className:(0,o.A)(c.root,a),...r,classes:c})}))},48839:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,D:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiDialogContentText",e)}const a=(0,n.A)("MuiDialogContentText",["root"])},43163:(e,t,r)=>{"use strict";r.d(t,{A:()=>f});var n=r(7552),o=r(93878),i=r(70799),a=r(36715),s=r(51148),l=r(4785),c=r(99791),u=r(29666),d=r(69500);const p=(0,s.Ay)(a.A,{name:"MuiDialogTitle",slot:"Root",overridesResolver:(e,t)=>t.root})({padding:"16px 24px",flex:"0 0 auto"}),f=n.forwardRef((function(e,t){const r=(0,l.b)({props:e,name:"MuiDialogTitle"}),{className:a,id:s,...f}=r,h=r,m=(e=>{const{classes:t}=e;return(0,i.A)({root:["root"]},c.t,t)})(h),{titleId:v=s}=n.useContext(u.A);return(0,d.jsx)(p,{component:"h2",className:(0,o.A)(m.root,a),ownerState:h,ref:t,variant:"h6",id:s??v,...f})}))},99791:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,t:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiDialogTitle",e)}const a=(0,n.A)("MuiDialogTitle",["root"])},24387:(e,t,r)=>{"use strict";r.d(t,{A:()=>m});var n=r(7552),o=r(93878),i=r(70799),a=r(72639),s=r(51148),l=r(60129),c=r(4785),u=r(919),d=r(69500);const p=(0,s.Ay)("div",{name:"MuiDivider",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,r.absolute&&t.absolute,t[r.variant],r.light&&t.light,"vertical"===r.orientation&&t.vertical,r.flexItem&&t.flexItem,r.children&&t.withChildren,r.children&&"vertical"===r.orientation&&t.withChildrenVertical,"right"===r.textAlign&&"vertical"!==r.orientation&&t.textAlignRight,"left"===r.textAlign&&"vertical"!==r.orientation&&t.textAlignLeft]}})((0,l.A)((({theme:e})=>({margin:0,flexShrink:0,borderWidth:0,borderStyle:"solid",borderColor:(e.vars||e).palette.divider,borderBottomWidth:"thin",variants:[{props:{absolute:!0},style:{position:"absolute",bottom:0,left:0,width:"100%"}},{props:{light:!0},style:{borderColor:e.vars?`rgba(${e.vars.palette.dividerChannel} / 0.08)`:(0,a.X4)(e.palette.divider,.08)}},{props:{variant:"inset"},style:{marginLeft:72}},{props:{variant:"middle",orientation:"horizontal"},style:{marginLeft:e.spacing(2),marginRight:e.spacing(2)}},{props:{variant:"middle",orientation:"vertical"},style:{marginTop:e.spacing(1),marginBottom:e.spacing(1)}},{props:{orientation:"vertical"},style:{height:"100%",borderBottomWidth:0,borderRightWidth:"thin"}},{props:{flexItem:!0},style:{alignSelf:"stretch",height:"auto"}},{props:({ownerState:e})=>!!e.children,style:{display:"flex",whiteSpace:"nowrap",textAlign:"center",border:0,borderTopStyle:"solid",borderLeftStyle:"solid","&::before, &::after":{content:'""',alignSelf:"center"}}},{props:({ownerState:e})=>e.children&&"vertical"!==e.orientation,style:{"&::before, &::after":{width:"100%",borderTop:`thin solid ${(e.vars||e).palette.divider}`,borderTopStyle:"inherit"}}},{props:({ownerState:e})=>"vertical"===e.orientation&&e.children,style:{flexDirection:"column","&::before, &::after":{height:"100%",borderLeft:`thin solid ${(e.vars||e).palette.divider}`,borderLeftStyle:"inherit"}}},{props:({ownerState:e})=>"right"===e.textAlign&&"vertical"!==e.orientation,style:{"&::before":{width:"90%"},"&::after":{width:"10%"}}},{props:({ownerState:e})=>"left"===e.textAlign&&"vertical"!==e.orientation,style:{"&::before":{width:"10%"},"&::after":{width:"90%"}}}]})))),f=(0,s.Ay)("span",{name:"MuiDivider",slot:"Wrapper",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.wrapper,"vertical"===r.orientation&&t.wrapperVertical]}})((0,l.A)((({theme:e})=>({display:"inline-block",paddingLeft:`calc(${e.spacing(1)} * 1.2)`,paddingRight:`calc(${e.spacing(1)} * 1.2)`,variants:[{props:{orientation:"vertical"},style:{paddingTop:`calc(${e.spacing(1)} * 1.2)`,paddingBottom:`calc(${e.spacing(1)} * 1.2)`}}]})))),h=n.forwardRef((function(e,t){const r=(0,c.b)({props:e,name:"MuiDivider"}),{absolute:n=!1,children:a,className:s,orientation:l="horizontal",component:h=(a||"vertical"===l?"div":"hr"),flexItem:m=!1,light:v=!1,role:g=("hr"!==h?"separator":void 0),textAlign:y="center",variant:b="fullWidth",...x}=r,A={...r,absolute:n,component:h,flexItem:m,light:v,orientation:l,role:g,textAlign:y,variant:b},w=(e=>{const{absolute:t,children:r,classes:n,flexItem:o,light:a,orientation:s,textAlign:l,variant:c}=e,d={root:["root",t&&"absolute",c,a&&"light","vertical"===s&&"vertical",o&&"flexItem",r&&"withChildren",r&&"vertical"===s&&"withChildrenVertical","right"===l&&"vertical"!==s&&"textAlignRight","left"===l&&"vertical"!==s&&"textAlignLeft"],wrapper:["wrapper","vertical"===s&&"wrapperVertical"]};return(0,i.A)(d,u.K,n)})(A);return(0,d.jsx)(p,{as:h,className:(0,o.A)(w.root,s),role:g,ref:t,ownerState:A,"aria-orientation":"separator"!==g||"hr"===h&&"vertical"!==l?void 0:l,...x,children:a?(0,d.jsx)(f,{className:w.wrapper,ownerState:A,children:a}):null})}));h&&(h.muiSkipListHighlight=!0);const m=h},919:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,K:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiDivider",e)}const a=(0,n.A)("MuiDivider",["root","absolute","fullWidth","inset","middle","flexItem","light","vertical","withChildren","withChildrenVertical","textAlignRight","textAlignLeft","wrapper","wrapperVertical"])},93321:(e,t,r)=>{"use strict";r.d(t,{A:()=>d});var n=r(7552),o=r(16157),i=r(28325),a=r(48231),s=r(46302),l=r(51584),c=r(69500);const u={entering:{opacity:1},entered:{opacity:1}},d=n.forwardRef((function(e,t){const r=(0,a.A)(),d={enter:r.transitions.duration.enteringScreen,exit:r.transitions.duration.leavingScreen},{addEndListener:p,appear:f=!0,children:h,easing:m,in:v,onEnter:g,onEntered:y,onEntering:b,onExit:x,onExited:A,onExiting:w,style:S,timeout:k=d,TransitionComponent:E=o.Ay,...C}=e,T=n.useRef(null),R=(0,l.A)(T,(0,i.A)(h),t),M=e=>t=>{if(e){const r=T.current;void 0===t?e(r):e(r,t)}},O=M(b),P=M(((e,t)=>{(0,s.q)(e);const n=(0,s.c)({style:S,timeout:k,easing:m},{mode:"enter"});e.style.webkitTransition=r.transitions.create("opacity",n),e.style.transition=r.transitions.create("opacity",n),g&&g(e,t)})),I=M(y),N=M(w),$=M((e=>{const t=(0,s.c)({style:S,timeout:k,easing:m},{mode:"exit"});e.style.webkitTransition=r.transitions.create("opacity",t),e.style.transition=r.transitions.create("opacity",t),x&&x(e)})),_=M(A);return(0,c.jsx)(E,{appear:f,in:v,nodeRef:T,onEnter:P,onEntered:I,onEntering:O,onExit:$,onExited:_,onExiting:N,addEndListener:e=>{p&&p(T.current,e)},timeout:k,...C,children:(e,t)=>n.cloneElement(h,{style:{opacity:0,visibility:"exited"!==e||v?void 0:"hidden",...u[e],...S,...h.props.style},ref:R,...t})})}))},29287:(e,t,r)=>{"use strict";r.d(t,{A:()=>y});var n=r(7552),o=r(78745),i=r(70799),a=r(98879),s=r(55270),l=r(51148),c=r(60129),u=r(58520),d=r(4785),p=r(25075),f=r(15622),h=r(69500);const m=(0,l.Ay)(a.Sh,{shouldForwardProp:e=>(0,s.A)(e)||"classes"===e,name:"MuiFilledInput",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[...(0,a.WC)(e,t),!r.disableUnderline&&t.underline]}})((0,c.A)((({theme:e})=>{const t="light"===e.palette.mode,r=t?"rgba(0, 0, 0, 0.42)":"rgba(255, 255, 255, 0.7)",n=t?"rgba(0, 0, 0, 0.06)":"rgba(255, 255, 255, 0.09)",o=t?"rgba(0, 0, 0, 0.09)":"rgba(255, 255, 255, 0.13)",i=t?"rgba(0, 0, 0, 0.12)":"rgba(255, 255, 255, 0.12)";return{position:"relative",backgroundColor:e.vars?e.vars.palette.FilledInput.bg:n,borderTopLeftRadius:(e.vars||e).shape.borderRadius,borderTopRightRadius:(e.vars||e).shape.borderRadius,transition:e.transitions.create("background-color",{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut}),"&:hover":{backgroundColor:e.vars?e.vars.palette.FilledInput.hoverBg:o,"@media (hover: none)":{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:n}},[`&.${p.A.focused}`]:{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:n},[`&.${p.A.disabled}`]:{backgroundColor:e.vars?e.vars.palette.FilledInput.disabledBg:i},variants:[{props:({ownerState:e})=>!e.disableUnderline,style:{"&::after":{left:0,bottom:0,content:'""',position:"absolute",right:0,transform:"scaleX(0)",transition:e.transitions.create("transform",{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut}),pointerEvents:"none"},[`&.${p.A.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${p.A.error}`]:{"&::before, &::after":{borderBottomColor:(e.vars||e).palette.error.main}},"&::before":{borderBottom:`1px solid ${e.vars?`rgba(${e.vars.palette.common.onBackgroundChannel} / ${e.vars.opacity.inputUnderline})`:r}`,left:0,bottom:0,content:'"\\00a0"',position:"absolute",right:0,transition:e.transitions.create("border-bottom-color",{duration:e.transitions.duration.shorter}),pointerEvents:"none"},[`&:hover:not(.${p.A.disabled}, .${p.A.error}):before`]:{borderBottom:`1px solid ${(e.vars||e).palette.text.primary}`},[`&.${p.A.disabled}:before`]:{borderBottomStyle:"dotted"}}},...Object.entries(e.palette).filter((0,u.A)()).map((([t])=>({props:{disableUnderline:!1,color:t},style:{"&::after":{borderBottom:`2px solid ${(e.vars||e).palette[t]?.main}`}}}))),{props:({ownerState:e})=>e.startAdornment,style:{paddingLeft:12}},{props:({ownerState:e})=>e.endAdornment,style:{paddingRight:12}},{props:({ownerState:e})=>e.multiline,style:{padding:"25px 12px 8px"}},{props:({ownerState:e,size:t})=>e.multiline&&"small"===t,style:{paddingTop:21,paddingBottom:4}},{props:({ownerState:e})=>e.multiline&&e.hiddenLabel,style:{paddingTop:16,paddingBottom:17}},{props:({ownerState:e})=>e.multiline&&e.hiddenLabel&&"small"===e.size,style:{paddingTop:8,paddingBottom:9}}]}}))),v=(0,l.Ay)(a.ck,{name:"MuiFilledInput",slot:"Input",overridesResolver:a.Oj})((0,c.A)((({theme:e})=>({paddingTop:25,paddingRight:12,paddingBottom:8,paddingLeft:12,...!e.vars&&{"&:-webkit-autofill":{WebkitBoxShadow:"light"===e.palette.mode?null:"0 0 0 100px #266798 inset",WebkitTextFillColor:"light"===e.palette.mode?null:"#fff",caretColor:"light"===e.palette.mode?null:"#fff",borderTopLeftRadius:"inherit",borderTopRightRadius:"inherit"}},...e.vars&&{"&:-webkit-autofill":{borderTopLeftRadius:"inherit",borderTopRightRadius:"inherit"},[e.getColorSchemeSelector("dark")]:{"&:-webkit-autofill":{WebkitBoxShadow:"0 0 0 100px #266798 inset",WebkitTextFillColor:"#fff",caretColor:"#fff"}}},variants:[{props:{size:"small"},style:{paddingTop:21,paddingBottom:4}},{props:({ownerState:e})=>e.hiddenLabel,style:{paddingTop:16,paddingBottom:17}},{props:({ownerState:e})=>e.startAdornment,style:{paddingLeft:0}},{props:({ownerState:e})=>e.endAdornment,style:{paddingRight:0}},{props:({ownerState:e})=>e.hiddenLabel&&"small"===e.size,style:{paddingTop:8,paddingBottom:9}},{props:({ownerState:e})=>e.multiline,style:{paddingTop:0,paddingBottom:0,paddingLeft:0,paddingRight:0}}]})))),g=n.forwardRef((function(e,t){const r=(0,d.b)({props:e,name:"MuiFilledInput"}),{disableUnderline:n=!1,components:s={},componentsProps:l,fullWidth:c=!1,hiddenLabel:u,inputComponent:g="input",multiline:y=!1,slotProps:b,slots:x={},type:A="text",...w}=r,S={...r,disableUnderline:n,fullWidth:c,inputComponent:g,multiline:y,type:A},k=(e=>{const{classes:t,disableUnderline:r,startAdornment:n,endAdornment:o,size:a,hiddenLabel:s,multiline:l}=e,c={root:["root",!r&&"underline",n&&"adornedStart",o&&"adornedEnd","small"===a&&`size${(0,f.A)(a)}`,s&&"hiddenLabel",l&&"multiline"],input:["input"]},u=(0,i.A)(c,p.N,t);return{...t,...u}})(r),E={root:{ownerState:S},input:{ownerState:S}},C=b??l?(0,o.A)(E,b??l):E,T=x.root??s.Root??m,R=x.input??s.Input??v;return(0,h.jsx)(a.Ay,{slots:{root:T,input:R},componentsProps:C,fullWidth:c,inputComponent:g,multiline:y,ref:t,type:A,...w,classes:k})}));g&&(g.muiName="Input");const y=g},25075:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,N:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiFilledInput",e)}const a={...r(3275).A,...(0,n.A)("MuiFilledInput",["root","underline","input","adornedStart","adornedEnd","sizeSmall","multiline","hiddenLabel"])}},48171:(e,t,r)=>{"use strict";r.d(t,{A:()=>m});var n=r(7552),o=r(93878),i=r(70799),a=r(51148),s=r(4785),l=r(53999),c=r(15622),u=r(3755),d=r(37860),p=r(92319),f=r(69500);const h=(0,a.Ay)("div",{name:"MuiFormControl",slot:"Root",overridesResolver:({ownerState:e},t)=>({...t.root,...t[`margin${(0,c.A)(e.margin)}`],...e.fullWidth&&t.fullWidth})})({display:"inline-flex",flexDirection:"column",position:"relative",minWidth:0,padding:0,margin:0,border:0,verticalAlign:"top",variants:[{props:{margin:"normal"},style:{marginTop:16,marginBottom:8}},{props:{margin:"dense"},style:{marginTop:8,marginBottom:4}},{props:{fullWidth:!0},style:{width:"100%"}}]}),m=n.forwardRef((function(e,t){const r=(0,s.b)({props:e,name:"MuiFormControl"}),{children:a,className:m,color:v="primary",component:g="div",disabled:y=!1,error:b=!1,focused:x,fullWidth:A=!1,hiddenLabel:w=!1,margin:S="none",required:k=!1,size:E="medium",variant:C="outlined",...T}=r,R={...r,color:v,component:g,disabled:y,error:b,fullWidth:A,hiddenLabel:w,margin:S,required:k,size:E,variant:C},M=(e=>{const{classes:t,margin:r,fullWidth:n}=e,o={root:["root","none"!==r&&`margin${(0,c.A)(r)}`,n&&"fullWidth"]};return(0,i.A)(o,p.c,t)})(R),[O,P]=n.useState((()=>{let e=!1;return a&&n.Children.forEach(a,(t=>{if(!(0,u.A)(t,["Input","Select"]))return;const r=(0,u.A)(t,["Select"])?t.props.input:t;r&&(0,l.gr)(r.props)&&(e=!0)})),e})),[I,N]=n.useState((()=>{let e=!1;return a&&n.Children.forEach(a,(t=>{(0,u.A)(t,["Input","Select"])&&((0,l.lq)(t.props,!0)||(0,l.lq)(t.props.inputProps,!0))&&(e=!0)})),e})),[$,_]=n.useState(!1);y&&$&&_(!1);const L=void 0===x||y?$:x;let j;n.useRef(!1);const z=n.useMemo((()=>({adornedStart:O,setAdornedStart:P,color:v,disabled:y,error:b,filled:I,focused:L,fullWidth:A,hiddenLabel:w,size:E,onBlur:()=>{_(!1)},onEmpty:()=>{N(!1)},onFilled:()=>{N(!0)},onFocus:()=>{_(!0)},registerEffect:j,required:k,variant:C})),[O,v,y,b,I,L,A,w,j,k,E,C]);return(0,f.jsx)(d.A.Provider,{value:z,children:(0,f.jsx)(h,{as:g,ownerState:R,className:(0,o.A)(M.root,m),ref:t,...T,children:a})})}))},37860:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=r(7552).createContext(void 0)},92319:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,c:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiFormControl",e)}const a=(0,n.A)("MuiFormControl",["root","marginNone","marginNormal","marginDense","fullWidth","disabled"])},32498:(e,t,r)=>{"use strict";function n({props:e,states:t,muiFormControl:r}){return t.reduce(((t,n)=>(t[n]=e[n],r&&void 0===e[n]&&(t[n]=r[n]),t)),{})}r.d(t,{A:()=>n})},33960:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(7552),o=r(37860);function i(){return n.useContext(o.A)}},33371:(e,t,r)=>{"use strict";r.d(t,{A:()=>y});var n=r(7552),o=r(93878),i=r(70799),a=r(33960),s=r(51148),l=r(60129),c=r(4785),u=r(36715),d=r(15622),p=r(18095),f=r(32498),h=r(43045),m=r(69500);const v=(0,s.Ay)("label",{name:"MuiFormControlLabel",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[{[`& .${p.A.label}`]:t.label},t.root,t[`labelPlacement${(0,d.A)(r.labelPlacement)}`]]}})((0,l.A)((({theme:e})=>({display:"inline-flex",alignItems:"center",cursor:"pointer",verticalAlign:"middle",WebkitTapHighlightColor:"transparent",marginLeft:-11,marginRight:16,[`&.${p.A.disabled}`]:{cursor:"default"},[`& .${p.A.label}`]:{[`&.${p.A.disabled}`]:{color:(e.vars||e).palette.text.disabled}},variants:[{props:{labelPlacement:"start"},style:{flexDirection:"row-reverse",marginRight:-11}},{props:{labelPlacement:"top"},style:{flexDirection:"column-reverse"}},{props:{labelPlacement:"bottom"},style:{flexDirection:"column"}},{props:({labelPlacement:e})=>"start"===e||"top"===e||"bottom"===e,style:{marginLeft:16}}]})))),g=(0,s.Ay)("span",{name:"MuiFormControlLabel",slot:"Asterisk",overridesResolver:(e,t)=>t.asterisk})((0,l.A)((({theme:e})=>({[`&.${p.A.error}`]:{color:(e.vars||e).palette.error.main}})))),y=n.forwardRef((function(e,t){const r=(0,c.b)({props:e,name:"MuiFormControlLabel"}),{checked:s,className:l,componentsProps:y={},control:b,disabled:x,disableTypography:A,inputRef:w,label:S,labelPlacement:k="end",name:E,onChange:C,required:T,slots:R={},slotProps:M={},value:O,...P}=r,I=(0,a.A)(),N=x??b.props.disabled??I?.disabled,$=T??b.props.required,_={disabled:N,required:$};["checked","name","onChange","value","inputRef"].forEach((e=>{void 0===b.props[e]&&void 0!==r[e]&&(_[e]=r[e])}));const L=(0,f.A)({props:r,muiFormControl:I,states:["error"]}),j={...r,disabled:N,labelPlacement:k,required:$,error:L.error},z=(e=>{const{classes:t,disabled:r,labelPlacement:n,error:o,required:a}=e,s={root:["root",r&&"disabled",`labelPlacement${(0,d.A)(n)}`,o&&"error",a&&"required"],label:["label",r&&"disabled"],asterisk:["asterisk",o&&"error"]};return(0,i.A)(s,p.u,t)})(j),D={slots:R,slotProps:{...y,...M}},[F,B]=(0,h.A)("typography",{elementType:u.A,externalForwardedProps:D,ownerState:j});let W=S;return null==W||W.type===u.A||A||(W=(0,m.jsx)(F,{component:"span",...B,className:(0,o.A)(z.label,B?.className),children:W})),(0,m.jsxs)(v,{className:(0,o.A)(z.root,l),ownerState:j,ref:t,...P,children:[n.cloneElement(b,_),$?(0,m.jsxs)("div",{children:[W,(0,m.jsxs)(g,{ownerState:j,"aria-hidden":!0,className:z.asterisk,children:[" ","*"]})]}):W]})}))},18095:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,u:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiFormControlLabel",e)}const a=(0,n.A)("MuiFormControlLabel",["root","labelPlacementStart","labelPlacementTop","labelPlacementBottom","disabled","label","error","required","asterisk"])},83867:(e,t,r)=>{"use strict";r.d(t,{A:()=>f});var n=r(7552),o=r(93878),i=r(70799),a=r(51148),s=r(4785),l=r(46479),c=r(33960),u=r(32498),d=r(69500);const p=(0,a.Ay)("div",{name:"MuiFormGroup",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,r.row&&t.row]}})({display:"flex",flexDirection:"column",flexWrap:"wrap",variants:[{props:{row:!0},style:{flexDirection:"row"}}]}),f=n.forwardRef((function(e,t){const r=(0,s.b)({props:e,name:"MuiFormGroup"}),{className:n,row:a=!1,...f}=r,h=(0,c.A)(),m=(0,u.A)({props:r,muiFormControl:h,states:["error"]}),v={...r,row:a,error:m.error},g=(e=>{const{classes:t,row:r,error:n}=e,o={root:["root",r&&"row",n&&"error"]};return(0,i.A)(o,l.c,t)})(v);return(0,d.jsx)(p,{className:(0,o.A)(g.root,n),ownerState:v,ref:t,...f})}))},46479:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,c:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiFormGroup",e)}const a=(0,n.A)("MuiFormGroup",["root","row","error"])},25467:(e,t,r)=>{"use strict";r.d(t,{A:()=>v});var n,o=r(7552),i=r(93878),a=r(70799),s=r(32498),l=r(33960),c=r(51148),u=r(60129),d=r(4785),p=r(15622),f=r(18735),h=r(69500);const m=(0,c.Ay)("p",{name:"MuiFormHelperText",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,r.size&&t[`size${(0,p.A)(r.size)}`],r.contained&&t.contained,r.filled&&t.filled]}})((0,u.A)((({theme:e})=>({color:(e.vars||e).palette.text.secondary,...e.typography.caption,textAlign:"left",marginTop:3,marginRight:0,marginBottom:0,marginLeft:0,[`&.${f.A.disabled}`]:{color:(e.vars||e).palette.text.disabled},[`&.${f.A.error}`]:{color:(e.vars||e).palette.error.main},variants:[{props:{size:"small"},style:{marginTop:4}},{props:({ownerState:e})=>e.contained,style:{marginLeft:14,marginRight:14}}]})))),v=o.forwardRef((function(e,t){const r=(0,d.b)({props:e,name:"MuiFormHelperText"}),{children:o,className:c,component:u="p",disabled:v,error:g,filled:y,focused:b,margin:x,required:A,variant:w,...S}=r,k=(0,l.A)(),E=(0,s.A)({props:r,muiFormControl:k,states:["variant","size","disabled","error","filled","focused","required"]}),C={...r,component:u,contained:"filled"===E.variant||"outlined"===E.variant,variant:E.variant,size:E.size,disabled:E.disabled,error:E.error,filled:E.filled,focused:E.focused,required:E.required};delete C.ownerState;const T=(e=>{const{classes:t,contained:r,size:n,disabled:o,error:i,filled:s,focused:l,required:c}=e,u={root:["root",o&&"disabled",i&&"error",n&&`size${(0,p.A)(n)}`,r&&"contained",l&&"focused",s&&"filled",c&&"required"]};return(0,a.A)(u,f.h,t)})(C);return(0,h.jsx)(m,{as:u,className:(0,i.A)(T.root,c),ref:t,...S,ownerState:C,children:" "===o?n||(n=(0,h.jsx)("span",{className:"notranslate",children:""})):o})}))},18735:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,h:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiFormHelperText",e)}const a=(0,n.A)("MuiFormHelperText",["root","error","disabled","sizeSmall","sizeMedium","contained","focused","filled","required"])},22679:(e,t,r)=>{"use strict";r.d(t,{A:()=>g,d:()=>m});var n=r(7552),o=r(93878),i=r(70799),a=r(32498),s=r(33960),l=r(15622),c=r(51148),u=r(60129),d=r(58520),p=r(4785),f=r(82275),h=r(69500);const m=(0,c.Ay)("label",{name:"MuiFormLabel",slot:"Root",overridesResolver:({ownerState:e},t)=>({...t.root,..."secondary"===e.color&&t.colorSecondary,...e.filled&&t.filled})})((0,u.A)((({theme:e})=>({color:(e.vars||e).palette.text.secondary,...e.typography.body1,lineHeight:"1.4375em",padding:0,position:"relative",variants:[...Object.entries(e.palette).filter((0,d.A)()).map((([t])=>({props:{color:t},style:{[`&.${f.A.focused}`]:{color:(e.vars||e).palette[t].main}}}))),{props:{},style:{[`&.${f.A.disabled}`]:{color:(e.vars||e).palette.text.disabled},[`&.${f.A.error}`]:{color:(e.vars||e).palette.error.main}}}]})))),v=(0,c.Ay)("span",{name:"MuiFormLabel",slot:"Asterisk",overridesResolver:(e,t)=>t.asterisk})((0,u.A)((({theme:e})=>({[`&.${f.A.error}`]:{color:(e.vars||e).palette.error.main}})))),g=n.forwardRef((function(e,t){const r=(0,p.b)({props:e,name:"MuiFormLabel"}),{children:n,className:c,color:u,component:d="label",disabled:g,error:y,filled:b,focused:x,required:A,...w}=r,S=(0,s.A)(),k=(0,a.A)({props:r,muiFormControl:S,states:["color","required","focused","disabled","error","filled"]}),E={...r,color:k.color||"primary",component:d,disabled:k.disabled,error:k.error,filled:k.filled,focused:k.focused,required:k.required},C=(e=>{const{classes:t,color:r,focused:n,disabled:o,error:a,filled:s,required:c}=e,u={root:["root",`color${(0,l.A)(r)}`,o&&"disabled",a&&"error",s&&"filled",n&&"focused",c&&"required"],asterisk:["asterisk",a&&"error"]};return(0,i.A)(u,f.Z,t)})(E);return(0,h.jsxs)(m,{as:d,ownerState:E,className:(0,o.A)(C.root,c),ref:t,...w,children:[n,k.required&&(0,h.jsxs)(v,{ownerState:E,"aria-hidden":!0,className:C.asterisk,children:[" ","*"]})]})}))},82275:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,Z:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiFormLabel",e)}const a=(0,n.A)("MuiFormLabel",["root","colorSecondary","focused","disabled","error","filled","required","asterisk"])},67314:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>g});var n=r(7552),o=r(93878),i=r(43059),a=r(8455),s=r(70799),l=r(51148),c=r(31049),u=r(48231);const d=n.createContext();var p=r(16745),f=r(69500);function h({breakpoints:e,values:t}){let r="";Object.keys(t).forEach((e=>{""===r&&0!==t[e]&&(r=e)}));const n=Object.keys(e).sort(((t,r)=>e[t]-e[r]));return n.slice(0,n.indexOf(r))}const m=(0,l.Ay)("div",{name:"MuiGrid",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e,{container:n,direction:o,item:i,spacing:a,wrap:s,zeroMinWidth:l,breakpoints:c}=r;let u=[];n&&(u=function(e,t,r={}){if(!e||e<=0)return[];if("string"==typeof e&&!Number.isNaN(Number(e))||"number"==typeof e)return[r[`spacing-xs-${String(e)}`]];const n=[];return t.forEach((t=>{const o=e[t];Number(o)>0&&n.push(r[`spacing-${t}-${String(o)}`])})),n}(a,c,t));const d=[];return c.forEach((e=>{const n=r[e];n&&d.push(t[`grid-${e}-${String(n)}`])})),[t.root,n&&t.container,i&&t.item,l&&t.zeroMinWidth,...u,"row"!==o&&t[`direction-xs-${String(o)}`],"wrap"!==s&&t[`wrap-xs-${String(s)}`],...d]}})((({ownerState:e})=>({boxSizing:"border-box",...e.container&&{display:"flex",flexWrap:"wrap",width:"100%"},...e.item&&{margin:0},...e.zeroMinWidth&&{minWidth:0},..."wrap"!==e.wrap&&{flexWrap:e.wrap}})),(function({theme:e,ownerState:t}){const r=(0,i.kW)({values:t.direction,breakpoints:e.breakpoints.values});return(0,i.NI)({theme:e},r,(e=>{const t={flexDirection:e};return e.startsWith("column")&&(t[`& > .${p.A.item}`]={maxWidth:"none"}),t}))}),(function({theme:e,ownerState:t}){const{container:r,rowSpacing:n}=t;let o={};if(r&&0!==n){const t=(0,i.kW)({values:n,breakpoints:e.breakpoints.values});let r;"object"==typeof t&&(r=h({breakpoints:e.breakpoints.values,values:t})),o=(0,i.NI)({theme:e},t,((t,n)=>{const o=e.spacing(t);return"0px"!==o?{marginTop:e.spacing(-t),[`& > .${p.A.item}`]:{paddingTop:o}}:r?.includes(n)?{}:{marginTop:0,[`& > .${p.A.item}`]:{paddingTop:0}}}))}return o}),(function({theme:e,ownerState:t}){const{container:r,columnSpacing:n}=t;let o={};if(r&&0!==n){const t=(0,i.kW)({values:n,breakpoints:e.breakpoints.values});let r;"object"==typeof t&&(r=h({breakpoints:e.breakpoints.values,values:t})),o=(0,i.NI)({theme:e},t,((t,n)=>{const o=e.spacing(t);return"0px"!==o?{width:`calc(100% + ${o})`,marginLeft:e.spacing(-t),[`& > .${p.A.item}`]:{paddingLeft:o}}:r?.includes(n)?{}:{width:"100%",marginLeft:0,[`& > .${p.A.item}`]:{paddingLeft:0}}}))}return o}),(function({theme:e,ownerState:t}){let r;return e.breakpoints.keys.reduce(((n,o)=>{let a={};if(t[o]&&(r=t[o]),!r)return n;if(!0===r)a={flexBasis:0,flexGrow:1,maxWidth:"100%"};else if("auto"===r)a={flexBasis:"auto",flexGrow:0,flexShrink:0,maxWidth:"none",width:"auto"};else{const s=(0,i.kW)({values:t.columns,breakpoints:e.breakpoints.values}),l="object"==typeof s?s[o]:s;if(null==l)return n;const c=Math.round(r/l*1e8)/1e6+"%";let u={};if(t.container&&t.item&&0!==t.columnSpacing){const r=e.spacing(t.columnSpacing);if("0px"!==r){const e=`calc(${c} + ${r})`;u={flexBasis:e,maxWidth:e}}}a={flexBasis:c,flexGrow:0,maxWidth:c,...u}}return 0===e.breakpoints.values[o]?Object.assign(n,a):n[e.breakpoints.up(o)]=a,n}),{})})),v=n.forwardRef((function(e,t){const r=(0,c.A)({props:e,name:"MuiGrid"}),{breakpoints:i}=(0,u.A)(),l=(0,a.A)(r),{className:h,columns:v,columnSpacing:g,component:y="div",container:b=!1,direction:x="row",item:A=!1,rowSpacing:w,spacing:S=0,wrap:k="wrap",zeroMinWidth:E=!1,...C}=l,T=w||S,R=g||S,M=n.useContext(d),O=b?v||12:M,P={},I={...C};i.keys.forEach((e=>{null!=C[e]&&(P[e]=C[e],delete I[e])}));const N={...l,columns:O,container:b,direction:x,item:A,rowSpacing:T,columnSpacing:R,wrap:k,zeroMinWidth:E,spacing:S,...P,breakpoints:i.keys},$=(e=>{const{classes:t,container:r,direction:n,item:o,spacing:i,wrap:a,zeroMinWidth:l,breakpoints:c}=e;let u=[];r&&(u=function(e,t){if(!e||e<=0)return[];if("string"==typeof e&&!Number.isNaN(Number(e))||"number"==typeof e)return[`spacing-xs-${String(e)}`];const r=[];return t.forEach((t=>{const n=e[t];if(Number(n)>0){const e=`spacing-${t}-${String(n)}`;r.push(e)}})),r}(i,c));const d=[];c.forEach((t=>{const r=e[t];r&&d.push(`grid-${t}-${String(r)}`)}));const f={root:["root",r&&"container",o&&"item",l&&"zeroMinWidth",...u,"row"!==n&&`direction-xs-${String(n)}`,"wrap"!==a&&`wrap-xs-${String(a)}`,...d]};return(0,s.A)(f,p.n,t)})(N);return(0,f.jsx)(d.Provider,{value:O,children:(0,f.jsx)(m,{ownerState:N,className:(0,o.A)($.root,h),as:y,ref:t,...I})})})),g=v},16745:(e,t,r)=>{"use strict";r.d(t,{A:()=>s,n:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiGrid",e)}const a=["auto",!0,1,2,3,4,5,6,7,8,9,10,11,12],s=(0,n.A)("MuiGrid",["root","container","item","zeroMinWidth",...[0,1,2,3,4,5,6,7,8,9,10].map((e=>`spacing-xs-${e}`)),...["column-reverse","column","row-reverse","row"].map((e=>`direction-xs-${e}`)),...["nowrap","wrap-reverse","wrap"].map((e=>`wrap-xs-${e}`)),...a.map((e=>`grid-xs-${e}`)),...a.map((e=>`grid-sm-${e}`)),...a.map((e=>`grid-md-${e}`)),...a.map((e=>`grid-lg-${e}`)),...a.map((e=>`grid-xl-${e}`))])},4407:(e,t,r)=>{"use strict";r.d(t,{A:()=>m});var n=r(7552),o=r(26218),i=r(28325),a=r(16157),s=r(48231),l=r(46302),c=r(51584),u=r(69500);function d(e){return`scale(${e}, ${e**2})`}const p={entering:{opacity:1,transform:d(1)},entered:{opacity:1,transform:"none"}},f="undefined"!=typeof navigator&&/^((?!chrome|android).)*(safari|mobile)/i.test(navigator.userAgent)&&/(os |version\/)15(.|_)4/i.test(navigator.userAgent),h=n.forwardRef((function(e,t){const{addEndListener:r,appear:h=!0,children:m,easing:v,in:g,onEnter:y,onEntered:b,onEntering:x,onExit:A,onExited:w,onExiting:S,style:k,timeout:E="auto",TransitionComponent:C=a.Ay,...T}=e,R=(0,o.A)(),M=n.useRef(),O=(0,s.A)(),P=n.useRef(null),I=(0,c.A)(P,(0,i.A)(m),t),N=e=>t=>{if(e){const r=P.current;void 0===t?e(r):e(r,t)}},$=N(x),_=N(((e,t)=>{(0,l.q)(e);const{duration:r,delay:n,easing:o}=(0,l.c)({style:k,timeout:E,easing:v},{mode:"enter"});let i;"auto"===E?(i=O.transitions.getAutoHeightDuration(e.clientHeight),M.current=i):i=r,e.style.transition=[O.transitions.create("opacity",{duration:i,delay:n}),O.transitions.create("transform",{duration:f?i:.666*i,delay:n,easing:o})].join(","),y&&y(e,t)})),L=N(b),j=N(S),z=N((e=>{const{duration:t,delay:r,easing:n}=(0,l.c)({style:k,timeout:E,easing:v},{mode:"exit"});let o;"auto"===E?(o=O.transitions.getAutoHeightDuration(e.clientHeight),M.current=o):o=t,e.style.transition=[O.transitions.create("opacity",{duration:o,delay:r}),O.transitions.create("transform",{duration:f?o:.666*o,delay:f?r:r||.333*o,easing:n})].join(","),e.style.opacity=0,e.style.transform=d(.75),A&&A(e)})),D=N(w);return(0,u.jsx)(C,{appear:h,in:g,nodeRef:P,onEnter:_,onEntered:L,onEntering:$,onExit:z,onExited:D,onExiting:j,addEndListener:e=>{"auto"===E&&R.start(M.current||0,e),r&&r(P.current,e)},timeout:"auto"===E?null:E,...T,children:(e,t)=>n.cloneElement(m,{style:{opacity:0,transform:d(.75),visibility:"exited"!==e||g?void 0:"hidden",...p[e],...k,...m.props.style},ref:I,...t})})}));h&&(h.muiSupportAuto=!0);const m=h},61723:(e,t,r)=>{"use strict";r.d(t,{A:()=>v});var n=r(7552),o=r(93878),i=r(70799),a=r(72639),s=r(51148),l=r(60129),c=r(58520),u=r(4785),d=r(48054),p=r(15622),f=r(72559),h=r(69500);const m=(0,s.Ay)(d.A,{name:"MuiIconButton",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,"default"!==r.color&&t[`color${(0,p.A)(r.color)}`],r.edge&&t[`edge${(0,p.A)(r.edge)}`],t[`size${(0,p.A)(r.size)}`]]}})((0,l.A)((({theme:e})=>({textAlign:"center",flex:"0 0 auto",fontSize:e.typography.pxToRem(24),padding:8,borderRadius:"50%",color:(e.vars||e).palette.action.active,transition:e.transitions.create("background-color",{duration:e.transitions.duration.shortest}),variants:[{props:{disableRipple:!1},style:{"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,a.X4)(e.palette.action.active,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}}}},{props:{edge:"start"},style:{marginLeft:-12}},{props:{edge:"start",size:"small"},style:{marginLeft:-3}},{props:{edge:"end"},style:{marginRight:-12}},{props:{edge:"end",size:"small"},style:{marginRight:-3}}]}))),(0,l.A)((({theme:e})=>({variants:[{props:{color:"inherit"},style:{color:"inherit"}},...Object.entries(e.palette).filter((0,c.A)()).map((([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}}))),...Object.entries(e.palette).filter((0,c.A)()).map((([t])=>({props:{color:t,disableRipple:!1},style:{"&:hover":{backgroundColor:e.vars?`rgba(${(e.vars||e).palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,a.X4)((e.vars||e).palette[t].main,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}}}}))),{props:{size:"small"},style:{padding:5,fontSize:e.typography.pxToRem(18)}},{props:{size:"large"},style:{padding:12,fontSize:e.typography.pxToRem(28)}}],[`&.${f.A.disabled}`]:{backgroundColor:"transparent",color:(e.vars||e).palette.action.disabled}})))),v=n.forwardRef((function(e,t){const r=(0,u.b)({props:e,name:"MuiIconButton"}),{edge:n=!1,children:a,className:s,color:l="default",disabled:c=!1,disableFocusRipple:d=!1,disableRipple:v=!1,size:g="medium",...y}=r,b={...r,edge:n,color:l,disabled:c,disableFocusRipple:d,disableRipple:v,size:g},x=(e=>{const{classes:t,disabled:r,color:n,edge:o,size:a}=e,s={root:["root",r&&"disabled","default"!==n&&`color${(0,p.A)(n)}`,o&&`edge${(0,p.A)(o)}`,`size${(0,p.A)(a)}`]};return(0,i.A)(s,f.G,t)})(b);return(0,h.jsx)(m,{className:(0,o.A)(x.root,s),centerRipple:!0,focusRipple:!d,disabled:c,disableRipple:v,ref:t,...y,ownerState:b,children:a})}))},72559:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,G:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiIconButton",e)}const a=(0,n.A)("MuiIconButton",["root","disabled","colorInherit","colorPrimary","colorSecondary","colorError","colorInfo","colorSuccess","colorWarning","edgeStart","edgeEnd","sizeSmall","sizeMedium","sizeLarge"])},60947:(e,t,r)=>{"use strict";r.d(t,{A:()=>g});var n=r(7552),o=r(70799),i=r(78745),a=r(98879),s=r(55270),l=r(51148),c=r(60129),u=r(58520),d=r(4785),p=r(7495),f=r(69500);const h=(0,l.Ay)(a.Sh,{shouldForwardProp:e=>(0,s.A)(e)||"classes"===e,name:"MuiInput",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[...(0,a.WC)(e,t),!r.disableUnderline&&t.underline]}})((0,c.A)((({theme:e})=>{let t="light"===e.palette.mode?"rgba(0, 0, 0, 0.42)":"rgba(255, 255, 255, 0.7)";return e.vars&&(t=`rgba(${e.vars.palette.common.onBackgroundChannel} / ${e.vars.opacity.inputUnderline})`),{position:"relative",variants:[{props:({ownerState:e})=>e.formControl,style:{"label + &":{marginTop:16}}},{props:({ownerState:e})=>!e.disableUnderline,style:{"&::after":{left:0,bottom:0,content:'""',position:"absolute",right:0,transform:"scaleX(0)",transition:e.transitions.create("transform",{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut}),pointerEvents:"none"},[`&.${p.A.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${p.A.error}`]:{"&::before, &::after":{borderBottomColor:(e.vars||e).palette.error.main}},"&::before":{borderBottom:`1px solid ${t}`,left:0,bottom:0,content:'"\\00a0"',position:"absolute",right:0,transition:e.transitions.create("border-bottom-color",{duration:e.transitions.duration.shorter}),pointerEvents:"none"},[`&:hover:not(.${p.A.disabled}, .${p.A.error}):before`]:{borderBottom:`2px solid ${(e.vars||e).palette.text.primary}`,"@media (hover: none)":{borderBottom:`1px solid ${t}`}},[`&.${p.A.disabled}:before`]:{borderBottomStyle:"dotted"}}},...Object.entries(e.palette).filter((0,u.A)()).map((([t])=>({props:{color:t,disableUnderline:!1},style:{"&::after":{borderBottom:`2px solid ${(e.vars||e).palette[t].main}`}}})))]}}))),m=(0,l.Ay)(a.ck,{name:"MuiInput",slot:"Input",overridesResolver:a.Oj})({}),v=n.forwardRef((function(e,t){const r=(0,d.b)({props:e,name:"MuiInput"}),{disableUnderline:n=!1,components:s={},componentsProps:l,fullWidth:c=!1,inputComponent:u="input",multiline:v=!1,slotProps:g,slots:y={},type:b="text",...x}=r,A=(e=>{const{classes:t,disableUnderline:r}=e,n={root:["root",!r&&"underline"],input:["input"]},i=(0,o.A)(n,p.B,t);return{...t,...i}})(r),w={root:{ownerState:{disableUnderline:n}}},S=g??l?(0,i.A)(g??l,w):w,k=y.root??s.Root??h,E=y.input??s.Input??m;return(0,f.jsx)(a.Ay,{slots:{root:k,input:E},slotProps:S,fullWidth:c,inputComponent:u,multiline:v,ref:t,type:b,...x,classes:A})}));v&&(v.muiName="Input");const g=v},7495:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,B:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiInput",e)}const a={...r(3275).A,...(0,n.A)("MuiInput",["root","underline","input"])}},93117:(e,t,r)=>{"use strict";r.d(t,{A:()=>g});var n,o=r(7552),i=r(93878),a=r(70799),s=r(15622),l=r(36715),c=r(37860),u=r(33960),d=r(51148),p=r(60129),f=r(4785),h=r(85845),m=r(69500);const v=(0,d.Ay)("div",{name:"MuiInputAdornment",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,t[`position${(0,s.A)(r.position)}`],!0===r.disablePointerEvents&&t.disablePointerEvents,t[r.variant]]}})((0,p.A)((({theme:e})=>({display:"flex",maxHeight:"2em",alignItems:"center",whiteSpace:"nowrap",color:(e.vars||e).palette.action.active,variants:[{props:{variant:"filled"},style:{[`&.${h.A.positionStart}&:not(.${h.A.hiddenLabel})`]:{marginTop:16}}},{props:{position:"start"},style:{marginRight:8}},{props:{position:"end"},style:{marginLeft:8}},{props:{disablePointerEvents:!0},style:{pointerEvents:"none"}}]})))),g=o.forwardRef((function(e,t){const r=(0,f.b)({props:e,name:"MuiInputAdornment"}),{children:d,className:p,component:g="div",disablePointerEvents:y=!1,disableTypography:b=!1,position:x,variant:A,...w}=r,S=(0,u.A)()||{};let k=A;A&&S.variant,S&&!k&&(k=S.variant);const E={...r,hiddenLabel:S.hiddenLabel,size:S.size,disablePointerEvents:y,position:x,variant:k},C=(e=>{const{classes:t,disablePointerEvents:r,hiddenLabel:n,position:o,size:i,variant:l}=e,c={root:["root",r&&"disablePointerEvents",o&&`position${(0,s.A)(o)}`,l,n&&"hiddenLabel",i&&`size${(0,s.A)(i)}`]};return(0,a.A)(c,h.P,t)})(E);return(0,m.jsx)(c.A.Provider,{value:null,children:(0,m.jsx)(v,{as:g,ownerState:E,className:(0,i.A)(C.root,p),ref:t,...w,children:"string"!=typeof d||b?(0,m.jsxs)(o.Fragment,{children:["start"===x?n||(n=(0,m.jsx)("span",{className:"notranslate",children:""})):null,d]}):(0,m.jsx)(l.A,{color:"textSecondary",children:d})})})}))},85845:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,P:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiInputAdornment",e)}const a=(0,n.A)("MuiInputAdornment",["root","filled","standard","outlined","positionStart","positionEnd","disablePointerEvents","hiddenLabel","sizeSmall"])},98879:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>R,Oj:()=>k,Sh:()=>E,WC:()=>S,ck:()=>C});var n,o=r(51569),i=r(7552),a=r(93878),s=r(70799),l=r(26549),c=r(23879),u=r(32498),d=r(37860),p=r(33960),f=r(51148),h=r(69743),m=r(60129),v=r(4785),g=r(15622),y=r(51584),b=r(82910),x=r(53999),A=r(3275),w=r(69500);const S=(e,t)=>{const{ownerState:r}=e;return[t.root,r.formControl&&t.formControl,r.startAdornment&&t.adornedStart,r.endAdornment&&t.adornedEnd,r.error&&t.error,"small"===r.size&&t.sizeSmall,r.multiline&&t.multiline,r.color&&t[`color${(0,g.A)(r.color)}`],r.fullWidth&&t.fullWidth,r.hiddenLabel&&t.hiddenLabel]},k=(e,t)=>{const{ownerState:r}=e;return[t.input,"small"===r.size&&t.inputSizeSmall,r.multiline&&t.inputMultiline,"search"===r.type&&t.inputTypeSearch,r.startAdornment&&t.inputAdornedStart,r.endAdornment&&t.inputAdornedEnd,r.hiddenLabel&&t.inputHiddenLabel]},E=(0,f.Ay)("div",{name:"MuiInputBase",slot:"Root",overridesResolver:S})((0,m.A)((({theme:e})=>({...e.typography.body1,color:(e.vars||e).palette.text.primary,lineHeight:"1.4375em",boxSizing:"border-box",position:"relative",cursor:"text",display:"inline-flex",alignItems:"center",[`&.${A.A.disabled}`]:{color:(e.vars||e).palette.text.disabled,cursor:"default"},variants:[{props:({ownerState:e})=>e.multiline,style:{padding:"4px 0 5px"}},{props:({ownerState:e,size:t})=>e.multiline&&"small"===t,style:{paddingTop:1}},{props:({ownerState:e})=>e.fullWidth,style:{width:"100%"}}]})))),C=(0,f.Ay)("input",{name:"MuiInputBase",slot:"Input",overridesResolver:k})((0,m.A)((({theme:e})=>{const t="light"===e.palette.mode,r={color:"currentColor",...e.vars?{opacity:e.vars.opacity.inputPlaceholder}:{opacity:t?.42:.5},transition:e.transitions.create("opacity",{duration:e.transitions.duration.shorter})},n={opacity:"0 !important"},o=e.vars?{opacity:e.vars.opacity.inputPlaceholder}:{opacity:t?.42:.5};return{font:"inherit",letterSpacing:"inherit",color:"currentColor",padding:"4px 0 5px",border:0,boxSizing:"content-box",background:"none",height:"1.4375em",margin:0,WebkitTapHighlightColor:"transparent",display:"block",minWidth:0,width:"100%","&::-webkit-input-placeholder":r,"&::-moz-placeholder":r,"&::-ms-input-placeholder":r,"&:focus":{outline:0},"&:invalid":{boxShadow:"none"},"&::-webkit-search-decoration":{WebkitAppearance:"none"},[`label[data-shrink=false] + .${A.A.formControl} &`]:{"&::-webkit-input-placeholder":n,"&::-moz-placeholder":n,"&::-ms-input-placeholder":n,"&:focus::-webkit-input-placeholder":o,"&:focus::-moz-placeholder":o,"&:focus::-ms-input-placeholder":o},[`&.${A.A.disabled}`]:{opacity:1,WebkitTextFillColor:(e.vars||e).palette.text.disabled},variants:[{props:({ownerState:e})=>!e.disableInjectingGlobalStyles,style:{animationName:"mui-auto-fill-cancel",animationDuration:"10ms","&:-webkit-autofill":{animationDuration:"5000s",animationName:"mui-auto-fill"}}},{props:{size:"small"},style:{paddingTop:1}},{props:({ownerState:e})=>e.multiline,style:{height:"auto",resize:"none",padding:0,paddingTop:0}},{props:{type:"search"},style:{MozAppearance:"textfield"}}]}}))),T=(0,h.Dp)({"@keyframes mui-auto-fill":{from:{display:"block"}},"@keyframes mui-auto-fill-cancel":{from:{display:"block"}}}),R=i.forwardRef((function(e,t){const r=(0,v.b)({props:e,name:"MuiInputBase"}),{"aria-describedby":f,autoComplete:h,autoFocus:m,className:S,color:k,components:R={},componentsProps:M={},defaultValue:O,disabled:P,disableInjectingGlobalStyles:I,endAdornment:N,error:$,fullWidth:_=!1,id:L,inputComponent:j="input",inputProps:z={},inputRef:D,margin:F,maxRows:B,minRows:W,multiline:H=!1,name:U,onBlur:V,onChange:q,onClick:X,onFocus:Y,onKeyDown:G,onKeyUp:K,placeholder:J,readOnly:Z,renderSuffix:Q,rows:ee,size:te,slotProps:re={},slots:ne={},startAdornment:oe,type:ie="text",value:ae,...se}=r,le=null!=z.value?z.value:ae,{current:ce}=i.useRef(null!=le),ue=i.useRef(),de=i.useCallback((e=>{}),[]),pe=(0,y.A)(ue,D,z.ref,de),[fe,he]=i.useState(!1),me=(0,p.A)(),ve=(0,u.A)({props:r,muiFormControl:me,states:["color","disabled","error","hiddenLabel","size","required","filled"]});ve.focused=me?me.focused:fe,i.useEffect((()=>{!me&&P&&fe&&(he(!1),V&&V())}),[me,P,fe,V]);const ge=me&&me.onFilled,ye=me&&me.onEmpty,be=i.useCallback((e=>{(0,x.lq)(e)?ge&&ge():ye&&ye()}),[ge,ye]);(0,b.A)((()=>{ce&&be({value:le})}),[le,be,ce]),i.useEffect((()=>{be(ue.current)}),[]);let xe=j,Ae=z;H&&"input"===xe&&(Ae=ee?{type:void 0,minRows:ee,maxRows:ee,...Ae}:{type:void 0,maxRows:B,minRows:W,...Ae},xe=l.A),i.useEffect((()=>{me&&me.setAdornedStart(Boolean(oe))}),[me,oe]);const we={...r,color:ve.color||"primary",disabled:ve.disabled,endAdornment:N,error:ve.error,focused:ve.focused,formControl:me,fullWidth:_,hiddenLabel:ve.hiddenLabel,multiline:H,size:ve.size,startAdornment:oe,type:ie},Se=(e=>{const{classes:t,color:r,disabled:n,error:o,endAdornment:i,focused:a,formControl:l,fullWidth:c,hiddenLabel:u,multiline:d,readOnly:p,size:f,startAdornment:h,type:m}=e,v={root:["root",`color${(0,g.A)(r)}`,n&&"disabled",o&&"error",c&&"fullWidth",a&&"focused",l&&"formControl",f&&"medium"!==f&&`size${(0,g.A)(f)}`,d&&"multiline",h&&"adornedStart",i&&"adornedEnd",u&&"hiddenLabel",p&&"readOnly"],input:["input",n&&"disabled","search"===m&&"inputTypeSearch",d&&"inputMultiline","small"===f&&"inputSizeSmall",u&&"inputHiddenLabel",h&&"inputAdornedStart",i&&"inputAdornedEnd",p&&"readOnly"]};return(0,s.A)(v,A.g,t)})(we),ke=ne.root||R.Root||E,Ee=re.root||M.root||{},Ce=ne.input||R.Input||C;return Ae={...Ae,...re.input??M.input},(0,w.jsxs)(i.Fragment,{children:[!I&&"function"==typeof T&&(n||(n=(0,w.jsx)(T,{}))),(0,w.jsxs)(ke,{...Ee,ref:t,onClick:e=>{ue.current&&e.currentTarget===e.target&&ue.current.focus(),X&&X(e)},...se,...!(0,c.A)(ke)&&{ownerState:{...we,...Ee.ownerState}},className:(0,a.A)(Se.root,Ee.className,S,Z&&"MuiInputBase-readOnly"),children:[oe,(0,w.jsx)(d.A.Provider,{value:null,children:(0,w.jsx)(Ce,{"aria-invalid":ve.error,"aria-describedby":f,autoComplete:h,autoFocus:m,defaultValue:O,disabled:ve.disabled,id:L,onAnimationStart:e=>{be("mui-auto-fill-cancel"===e.animationName?ue.current:{value:"x"})},name:U,placeholder:J,readOnly:Z,required:ve.required,rows:ee,value:le,onKeyDown:G,onKeyUp:K,type:ie,...Ae,...!(0,c.A)(Ce)&&{as:xe,ownerState:{...we,...Ae.ownerState}},ref:pe,className:(0,a.A)(Se.input,Ae.className,Z&&"MuiInputBase-readOnly"),onBlur:e=>{V&&V(e),z.onBlur&&z.onBlur(e),me&&me.onBlur?me.onBlur(e):he(!1)},onChange:(e,...t)=>{if(!ce){const t=e.target||ue.current;if(null==t)throw new Error((0,o.A)(1));be({value:t.value})}z.onChange&&z.onChange(e,...t),q&&q(e,...t)},onFocus:e=>{Y&&Y(e),z.onFocus&&z.onFocus(e),me&&me.onFocus?me.onFocus(e):he(!0)}})}),N,Q?Q({...ve,startAdornment:oe}):null]})]})}))},3275:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,g:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiInputBase",e)}const a=(0,n.A)("MuiInputBase",["root","formControl","focused","disabled","adornedStart","adornedEnd","error","sizeSmall","multiline","colorSecondary","fullWidth","hiddenLabel","readOnly","input","inputSizeSmall","inputMultiline","inputTypeSearch","inputAdornedStart","inputAdornedEnd","inputHiddenLabel"])},53999:(e,t,r)=>{"use strict";function n(e){return null!=e&&!(Array.isArray(e)&&0===e.length)}function o(e,t=!1){return e&&(n(e.value)&&""!==e.value||t&&n(e.defaultValue)&&""!==e.defaultValue)}function i(e){return e.startAdornment}r.d(t,{gr:()=>i,lq:()=>o})},17125:(e,t,r)=>{"use strict";r.d(t,{A:()=>y});var n=r(7552),o=r(70799),i=r(93878),a=r(32498),s=r(33960),l=r(22679),c=r(82275),u=r(15622),d=r(55270),p=r(51148),f=r(60129),h=r(4785),m=r(15485),v=r(69500);const g=(0,p.Ay)(l.A,{shouldForwardProp:e=>(0,d.A)(e)||"classes"===e,name:"MuiInputLabel",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[{[`& .${c.A.asterisk}`]:t.asterisk},t.root,r.formControl&&t.formControl,"small"===r.size&&t.sizeSmall,r.shrink&&t.shrink,!r.disableAnimation&&t.animated,r.focused&&t.focused,t[r.variant]]}})((0,f.A)((({theme:e})=>({display:"block",transformOrigin:"top left",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",maxWidth:"100%",variants:[{props:({ownerState:e})=>e.formControl,style:{position:"absolute",left:0,top:0,transform:"translate(0, 20px) scale(1)"}},{props:{size:"small"},style:{transform:"translate(0, 17px) scale(1)"}},{props:({ownerState:e})=>e.shrink,style:{transform:"translate(0, -1.5px) scale(0.75)",transformOrigin:"top left",maxWidth:"133%"}},{props:({ownerState:e})=>!e.disableAnimation,style:{transition:e.transitions.create(["color","transform","max-width"],{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut})}},{props:{variant:"filled"},style:{zIndex:1,pointerEvents:"none",transform:"translate(12px, 16px) scale(1)",maxWidth:"calc(100% - 24px)"}},{props:{variant:"filled",size:"small"},style:{transform:"translate(12px, 13px) scale(1)"}},{props:({variant:e,ownerState:t})=>"filled"===e&&t.shrink,style:{userSelect:"none",pointerEvents:"auto",transform:"translate(12px, 7px) scale(0.75)",maxWidth:"calc(133% - 24px)"}},{props:({variant:e,ownerState:t,size:r})=>"filled"===e&&t.shrink&&"small"===r,style:{transform:"translate(12px, 4px) scale(0.75)"}},{props:{variant:"outlined"},style:{zIndex:1,pointerEvents:"none",transform:"translate(14px, 16px) scale(1)",maxWidth:"calc(100% - 24px)"}},{props:{variant:"outlined",size:"small"},style:{transform:"translate(14px, 9px) scale(1)"}},{props:({variant:e,ownerState:t})=>"outlined"===e&&t.shrink,style:{userSelect:"none",pointerEvents:"auto",maxWidth:"calc(133% - 32px)",transform:"translate(14px, -9px) scale(0.75)"}}]})))),y=n.forwardRef((function(e,t){const r=(0,h.b)({name:"MuiInputLabel",props:e}),{disableAnimation:n=!1,margin:l,shrink:c,variant:d,className:p,...f}=r,y=(0,s.A)();let b=c;void 0===b&&y&&(b=y.filled||y.focused||y.adornedStart);const x=(0,a.A)({props:r,muiFormControl:y,states:["size","variant","required","focused"]}),A={...r,disableAnimation:n,formControl:y,shrink:b,size:x.size,variant:x.variant,required:x.required,focused:x.focused},w=(e=>{const{classes:t,formControl:r,size:n,shrink:i,disableAnimation:a,variant:s,required:l}=e,c={root:["root",r&&"formControl",!a&&"animated",i&&"shrink",n&&"normal"!==n&&`size${(0,u.A)(n)}`,s],asterisk:[l&&"asterisk"]},d=(0,o.A)(c,m.R,t);return{...t,...d}})(A);return(0,v.jsx)(g,{"data-shrink":b,ref:t,className:(0,i.A)(w.root,p),...f,ownerState:A,classes:w})}))},15485:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,R:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiInputLabel",e)}const a=(0,n.A)("MuiInputLabel",["root","focused","disabled","error","required","asterisk","formControl","sizeSmall","shrink","animated","standard","filled","outlined"])},58181:(e,t,r)=>{"use strict";r.d(t,{A:()=>p});var n=r(7552),o=r(93878),i=r(70799),a=r(51148),s=r(4785),l=r(57406),c=r(5085),u=r(69500);const d=(0,a.Ay)("ul",{name:"MuiList",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,!r.disablePadding&&t.padding,r.dense&&t.dense,r.subheader&&t.subheader]}})({listStyle:"none",margin:0,padding:0,position:"relative",variants:[{props:({ownerState:e})=>!e.disablePadding,style:{paddingTop:8,paddingBottom:8}},{props:({ownerState:e})=>e.subheader,style:{paddingTop:0}}]}),p=n.forwardRef((function(e,t){const r=(0,s.b)({props:e,name:"MuiList"}),{children:a,className:p,component:f="ul",dense:h=!1,disablePadding:m=!1,subheader:v,...g}=r,y=n.useMemo((()=>({dense:h})),[h]),b={...r,component:f,dense:h,disablePadding:m},x=(e=>{const{classes:t,disablePadding:r,dense:n,subheader:o}=e,a={root:["root",!r&&"padding",n&&"dense",o&&"subheader"]};return(0,i.A)(a,c.H,t)})(b);return(0,u.jsx)(l.A.Provider,{value:y,children:(0,u.jsxs)(d,{as:f,className:(0,o.A)(x.root,p),ref:t,ownerState:b,...g,children:[v,a]})})}))},57406:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=r(7552).createContext({})},5085:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,H:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiList",e)}const a=(0,n.A)("MuiList",["root","padding","dense","subheader"])},66765:(e,t,r)=>{"use strict";r.d(t,{A:()=>f});var n=r(7552),o=r(93878),i=r(70799),a=r(51148),s=r(60129),l=r(4785),c=r(16421),u=r(57406),d=r(69500);const p=(0,a.Ay)("div",{name:"MuiListItemIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,"flex-start"===r.alignItems&&t.alignItemsFlexStart]}})((0,s.A)((({theme:e})=>({minWidth:56,color:(e.vars||e).palette.action.active,flexShrink:0,display:"inline-flex",variants:[{props:{alignItems:"flex-start"},style:{marginTop:8}}]})))),f=n.forwardRef((function(e,t){const r=(0,l.b)({props:e,name:"MuiListItemIcon"}),{className:a,...s}=r,f=n.useContext(u.A),h={...r,alignItems:f.alignItems},m=(e=>{const{alignItems:t,classes:r}=e,n={root:["root","flex-start"===t&&"alignItemsFlexStart"]};return(0,i.A)(n,c.f,r)})(h);return(0,d.jsx)(p,{className:(0,o.A)(m.root,a),ownerState:h,ref:t,...s})}))},16421:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,f:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiListItemIcon",e)}const a=(0,n.A)("MuiListItemIcon",["root","alignItemsFlexStart"])},81453:(e,t,r)=>{"use strict";r.d(t,{A:()=>h});var n=r(7552),o=r(93878),i=r(70799),a=r(90175),s=r(36715),l=r(57406),c=r(51148),u=r(4785),d=r(69285),p=r(69500);const f=(0,c.Ay)("div",{name:"MuiListItemText",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[{[`& .${d.A.primary}`]:t.primary},{[`& .${d.A.secondary}`]:t.secondary},t.root,r.inset&&t.inset,r.primary&&r.secondary&&t.multiline,r.dense&&t.dense]}})({flex:"1 1 auto",minWidth:0,marginTop:4,marginBottom:4,[`.${a.A.root}:where(& .${d.A.primary})`]:{display:"block"},[`.${a.A.root}:where(& .${d.A.secondary})`]:{display:"block"},variants:[{props:({ownerState:e})=>e.primary&&e.secondary,style:{marginTop:6,marginBottom:6}},{props:({ownerState:e})=>e.inset,style:{paddingLeft:56}}]}),h=n.forwardRef((function(e,t){const r=(0,u.b)({props:e,name:"MuiListItemText"}),{children:a,className:c,disableTypography:h=!1,inset:m=!1,primary:v,primaryTypographyProps:g,secondary:y,secondaryTypographyProps:b,...x}=r,{dense:A}=n.useContext(l.A);let w=null!=v?v:a,S=y;const k={...r,disableTypography:h,inset:m,primary:!!w,secondary:!!S,dense:A},E=(e=>{const{classes:t,inset:r,primary:n,secondary:o,dense:a}=e,s={root:["root",r&&"inset",a&&"dense",n&&o&&"multiline"],primary:["primary"],secondary:["secondary"]};return(0,i.A)(s,d.b,t)})(k);return null==w||w.type===s.A||h||(w=(0,p.jsx)(s.A,{variant:A?"body2":"body1",className:E.primary,component:g?.variant?void 0:"span",...g,children:w})),null==S||S.type===s.A||h||(S=(0,p.jsx)(s.A,{variant:"body2",className:E.secondary,color:"textSecondary",...b,children:S})),(0,p.jsxs)(f,{className:(0,o.A)(E.root,c),ownerState:k,ref:t,...x,children:[w,S]})}))},69285:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,b:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiListItemText",e)}const a=(0,n.A)("MuiListItemText",["root","multiline","dense","inset","primary","secondary"])},55851:(e,t,r)=>{"use strict";r.d(t,{A:()=>h});var n=r(7552),o=r(93878),i=r(70799),a=r(51148),s=r(60129),l=r(4785),c=r(15622),u=r(15423),d=r(69500);const p=(0,a.Ay)("li",{name:"MuiListSubheader",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,"default"!==r.color&&t[`color${(0,c.A)(r.color)}`],!r.disableGutters&&t.gutters,r.inset&&t.inset,!r.disableSticky&&t.sticky]}})((0,s.A)((({theme:e})=>({boxSizing:"border-box",lineHeight:"48px",listStyle:"none",color:(e.vars||e).palette.text.secondary,fontFamily:e.typography.fontFamily,fontWeight:e.typography.fontWeightMedium,fontSize:e.typography.pxToRem(14),variants:[{props:{color:"primary"},style:{color:(e.vars||e).palette.primary.main}},{props:{color:"inherit"},style:{color:"inherit"}},{props:({ownerState:e})=>!e.disableGutters,style:{paddingLeft:16,paddingRight:16}},{props:({ownerState:e})=>e.inset,style:{paddingLeft:72}},{props:({ownerState:e})=>!e.disableSticky,style:{position:"sticky",top:0,zIndex:1,backgroundColor:(e.vars||e).palette.background.paper}}]})))),f=n.forwardRef((function(e,t){const r=(0,l.b)({props:e,name:"MuiListSubheader"}),{className:n,color:a="default",component:s="li",disableGutters:f=!1,disableSticky:h=!1,inset:m=!1,...v}=r,g={...r,color:a,component:s,disableGutters:f,disableSticky:h,inset:m},y=(e=>{const{classes:t,color:r,disableGutters:n,inset:o,disableSticky:a}=e,s={root:["root","default"!==r&&`color${(0,c.A)(r)}`,!n&&"gutters",o&&"inset",!a&&"sticky"]};return(0,i.A)(s,u.g,t)})(g);return(0,d.jsx)(p,{as:s,className:(0,o.A)(y.root,n),ref:t,ownerState:g,...v})}));f&&(f.muiSkipListHighlight=!0);const h=f},15423:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,g:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiListSubheader",e)}const a=(0,n.A)("MuiListSubheader",["root","colorPrimary","colorInherit","gutters","inset","sticky"])},2051:(e,t,r)=>{"use strict";r.d(t,{A:()=>x});var n=r(7552),o=(r(19487),r(93878)),i=r(70799),a=r(93876),s=r(1045),l=r(6679),c=r(9555),u=r(55270),d=r(51148),p=r(4785),f=r(78199),h=r(69500);const m={vertical:"top",horizontal:"right"},v={vertical:"top",horizontal:"left"},g=(0,d.Ay)(c.Ay,{shouldForwardProp:e=>(0,u.A)(e)||"classes"===e,name:"MuiMenu",slot:"Root",overridesResolver:(e,t)=>t.root})({}),y=(0,d.Ay)(c.IJ,{name:"MuiMenu",slot:"Paper",overridesResolver:(e,t)=>t.paper})({maxHeight:"calc(100% - 96px)",WebkitOverflowScrolling:"touch"}),b=(0,d.Ay)(l.A,{name:"MuiMenu",slot:"List",overridesResolver:(e,t)=>t.list})({outline:0}),x=n.forwardRef((function(e,t){const r=(0,p.b)({props:e,name:"MuiMenu"}),{autoFocus:l=!0,children:c,className:u,disableAutoFocusItem:d=!1,MenuListProps:x={},onClose:A,open:w,PaperProps:S={},PopoverClasses:k,transitionDuration:E="auto",TransitionProps:{onEntering:C,...T}={},variant:R="selectedMenu",slots:M={},slotProps:O={},...P}=r,I=(0,a.I)(),N={...r,autoFocus:l,disableAutoFocusItem:d,MenuListProps:x,onEntering:C,PaperProps:S,transitionDuration:E,TransitionProps:T,variant:R},$=(e=>{const{classes:t}=e;return(0,i.A)({root:["root"],paper:["paper"],list:["list"]},f.e,t)})(N),_=l&&!d&&w,L=n.useRef(null);let j=-1;n.Children.map(c,((e,t)=>{n.isValidElement(e)&&(e.props.disabled||("selectedMenu"===R&&e.props.selected||-1===j)&&(j=t))}));const z=M.paper??y,D=O.paper??S,F=(0,s.A)({elementType:M.root,externalSlotProps:O.root,ownerState:N,className:[$.root,u]}),B=(0,s.A)({elementType:z,externalSlotProps:D,ownerState:N,className:$.paper});return(0,h.jsx)(g,{onClose:A,anchorOrigin:{vertical:"bottom",horizontal:I?"right":"left"},transformOrigin:I?m:v,slots:{paper:z,root:M.root},slotProps:{root:F,paper:B},open:w,ref:t,transitionDuration:E,TransitionProps:{onEntering:(e,t)=>{L.current&&L.current.adjustStyleForScrollbar(e,{direction:I?"rtl":"ltr"}),C&&C(e,t)},...T},ownerState:N,...P,classes:k,children:(0,h.jsx)(b,{onKeyDown:e=>{"Tab"===e.key&&(e.preventDefault(),A&&A(e,"tabKeyDown"))},actions:L,autoFocus:l&&(-1===j||d),autoFocusItem:_,variant:R,...x,className:(0,o.A)($.list,x.className),children:c})})}))},78199:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,e:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiMenu",e)}const a=(0,n.A)("MuiMenu",["root","paper","list"])},29629:(e,t,r)=>{"use strict";r.d(t,{A:()=>A});var n=r(7552),o=r(93878),i=r(70799),a=r(72639),s=r(55270),l=r(51148),c=r(60129),u=r(4785),d=r(57406),p=r(48054),f=r(82910),h=r(51584),m=r(919),v=r(16421),g=r(69285),y=r(49045),b=r(69500);const x=(0,l.Ay)(p.A,{shouldForwardProp:e=>(0,s.A)(e)||"classes"===e,name:"MuiMenuItem",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,r.dense&&t.dense,r.divider&&t.divider,!r.disableGutters&&t.gutters]}})((0,c.A)((({theme:e})=>({...e.typography.body1,display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",minHeight:48,paddingTop:6,paddingBottom:6,boxSizing:"border-box",whiteSpace:"nowrap","&:hover":{textDecoration:"none",backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${y.A.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,a.X4)(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${y.A.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,a.X4)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},[`&.${y.A.selected}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,a.X4)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,a.X4)(e.palette.primary.main,e.palette.action.selectedOpacity)}},[`&.${y.A.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${y.A.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity},[`& + .${m.A.root}`]:{marginTop:e.spacing(1),marginBottom:e.spacing(1)},[`& + .${m.A.inset}`]:{marginLeft:52},[`& .${g.A.root}`]:{marginTop:0,marginBottom:0},[`& .${g.A.inset}`]:{paddingLeft:36},[`& .${v.A.root}`]:{minWidth:36},variants:[{props:({ownerState:e})=>!e.disableGutters,style:{paddingLeft:16,paddingRight:16}},{props:({ownerState:e})=>e.divider,style:{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,backgroundClip:"padding-box"}},{props:({ownerState:e})=>!e.dense,style:{[e.breakpoints.up("sm")]:{minHeight:"auto"}}},{props:({ownerState:e})=>e.dense,style:{minHeight:32,paddingTop:4,paddingBottom:4,...e.typography.body2,[`& .${v.A.root} svg`]:{fontSize:"1.25rem"}}}]})))),A=n.forwardRef((function(e,t){const r=(0,u.b)({props:e,name:"MuiMenuItem"}),{autoFocus:a=!1,component:s="li",dense:l=!1,divider:c=!1,disableGutters:p=!1,focusVisibleClassName:m,role:v="menuitem",tabIndex:g,className:A,...w}=r,S=n.useContext(d.A),k=n.useMemo((()=>({dense:l||S.dense||!1,disableGutters:p})),[S.dense,l,p]),E=n.useRef(null);(0,f.A)((()=>{a&&E.current&&E.current.focus()}),[a]);const C={...r,dense:k.dense,divider:c,disableGutters:p},T=(e=>{const{disabled:t,dense:r,divider:n,disableGutters:o,selected:a,classes:s}=e,l={root:["root",r&&"dense",t&&"disabled",!o&&"gutters",n&&"divider",a&&"selected"]},c=(0,i.A)(l,y.Z,s);return{...s,...c}})(r),R=(0,h.A)(E,t);let M;return r.disabled||(M=void 0!==g?g:-1),(0,b.jsx)(d.A.Provider,{value:k,children:(0,b.jsx)(x,{ref:R,role:v,tabIndex:M,component:s,focusVisibleClassName:(0,o.A)(T.focusVisible,m),className:(0,o.A)(T.root,A),...w,ownerState:C,classes:T})})}))},49045:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,Z:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiMenuItem",e)}const a=(0,n.A)("MuiMenuItem",["root","focusVisible","dense","disabled","divider","gutters","selected"])},6679:(e,t,r)=>{"use strict";r.d(t,{A:()=>h});var n=r(7552),o=(r(19487),r(6676)),i=r(58181);const a=r(25577).A;var s=r(51584),l=r(82910),c=r(69500);function u(e,t,r){return e===t?e.firstChild:t&&t.nextElementSibling?t.nextElementSibling:r?null:e.firstChild}function d(e,t,r){return e===t?r?e.firstChild:e.lastChild:t&&t.previousElementSibling?t.previousElementSibling:r?null:e.lastChild}function p(e,t){if(void 0===t)return!0;let r=e.innerText;return void 0===r&&(r=e.textContent),r=r.trim().toLowerCase(),0!==r.length&&(t.repeating?r[0]===t.keys[0]:r.startsWith(t.keys.join("")))}function f(e,t,r,n,o,i){let a=!1,s=o(e,t,!!t&&r);for(;s;){if(s===e.firstChild){if(a)return!1;a=!0}const t=!n&&(s.disabled||"true"===s.getAttribute("aria-disabled"));if(s.hasAttribute("tabindex")&&p(s,i)&&!t)return s.focus(),!0;s=o(e,s,r)}return!1}const h=n.forwardRef((function(e,t){const{actions:r,autoFocus:h=!1,autoFocusItem:m=!1,children:v,className:g,disabledItemsFocusable:y=!1,disableListWrap:b=!1,onKeyDown:x,variant:A="selectedMenu",...w}=e,S=n.useRef(null),k=n.useRef({keys:[],repeating:!0,previousKeyMatched:!0,lastTime:null});(0,l.A)((()=>{h&&S.current.focus()}),[h]),n.useImperativeHandle(r,(()=>({adjustStyleForScrollbar:(e,{direction:t})=>{const r=!S.current.style.width;if(e.clientHeight<S.current.clientHeight&&r){const r=`${a((0,o.A)(e))}px`;S.current.style["rtl"===t?"paddingLeft":"paddingRight"]=r,S.current.style.width=`calc(100% + ${r})`}return S.current}})),[]);const E=(0,s.A)(S,t);let C=-1;n.Children.forEach(v,((e,t)=>{n.isValidElement(e)?(e.props.disabled||("selectedMenu"===A&&e.props.selected||-1===C)&&(C=t),C===t&&(e.props.disabled||e.props.muiSkipListHighlight||e.type.muiSkipListHighlight)&&(C+=1,C>=v.length&&(C=-1))):C===t&&(C+=1,C>=v.length&&(C=-1))}));const T=n.Children.map(v,((e,t)=>{if(t===C){const t={};return m&&(t.autoFocus=!0),void 0===e.props.tabIndex&&"selectedMenu"===A&&(t.tabIndex=0),n.cloneElement(e,t)}return e}));return(0,c.jsx)(i.A,{role:"menu",ref:E,className:g,onKeyDown:e=>{const t=S.current,r=e.key;if(e.ctrlKey||e.metaKey||e.altKey)return void(x&&x(e));const n=(0,o.A)(t).activeElement;if("ArrowDown"===r)e.preventDefault(),f(t,n,b,y,u);else if("ArrowUp"===r)e.preventDefault(),f(t,n,b,y,d);else if("Home"===r)e.preventDefault(),f(t,null,b,y,u);else if("End"===r)e.preventDefault(),f(t,null,b,y,d);else if(1===r.length){const o=k.current,i=r.toLowerCase(),a=performance.now();o.keys.length>0&&(a-o.lastTime>500?(o.keys=[],o.repeating=!0,o.previousKeyMatched=!0):o.repeating&&i!==o.keys[0]&&(o.repeating=!1)),o.lastTime=a,o.keys.push(i);const s=n&&!o.repeating&&p(n,o);o.previousKeyMatched&&(s||f(t,n,!1,y,u,o))?e.preventDefault():o.previousKeyMatched=!1}x&&x(e)},tabIndex:h?0:-1,...w,children:T})}))},31694:(e,t,r)=>{"use strict";r.d(t,{A:()=>E});var n=r(7552),o=r(93878),i=r(70799),a=r(61864),s=r(26993),l=r(51148),c=r(60129),u=r(4785),d=r(19937),p=r(29527),f=r(99305),h=r(89887),m=r(87797),v=r(29091),g=r(28276);const y=new g.P;var b=r(48331),x=r(43045),A=r(51584),w=r(69500);const S=(0,l.Ay)("div",{name:"MuiModal",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,!r.open&&r.exited&&t.hidden]}})((0,c.A)((({theme:e})=>({position:"fixed",zIndex:(e.vars||e).zIndex.modal,right:0,bottom:0,top:0,left:0,variants:[{props:({ownerState:e})=>!e.open&&e.exited,style:{visibility:"hidden"}}]})))),k=(0,l.Ay)(d.A,{name:"MuiModal",slot:"Backdrop",overridesResolver:(e,t)=>t.backdrop})({zIndex:-1}),E=n.forwardRef((function(e,t){const r=(0,u.b)({name:"MuiModal",props:e}),{BackdropComponent:l=k,BackdropProps:c,classes:d,className:E,closeAfterTransition:C=!1,children:T,container:R,component:M,components:O={},componentsProps:P={},disableAutoFocus:I=!1,disableEnforceFocus:N=!1,disableEscapeKeyDown:$=!1,disablePortal:_=!1,disableRestoreFocus:L=!1,disableScrollLock:j=!1,hideBackdrop:z=!1,keepMounted:D=!1,onBackdropClick:F,onClose:B,onTransitionEnter:W,onTransitionExited:H,open:U,slotProps:V={},slots:q={},theme:X,...Y}=r,G={...r,closeAfterTransition:C,disableAutoFocus:I,disableEnforceFocus:N,disableEscapeKeyDown:$,disablePortal:_,disableRestoreFocus:L,disableScrollLock:j,hideBackdrop:z,keepMounted:D},{getRootProps:K,getBackdropProps:J,getTransitionProps:Z,portalRef:Q,isTopModal:ee,exited:te,hasTransition:re}=function(e){const{container:t,disableEscapeKeyDown:r=!1,disableScrollLock:o=!1,manager:i=y,closeAfterTransition:a=!1,onTransitionEnter:s,onTransitionExited:l,children:c,onClose:u,open:d,rootRef:b}=e,x=n.useRef({}),A=n.useRef(null),w=n.useRef(null),S=(0,p.A)(w,b),[k,E]=n.useState(!d),C=function(e){return!!e&&e.props.hasOwnProperty("in")}(c);let T=!0;"false"!==e["aria-hidden"]&&!1!==e["aria-hidden"]||(T=!1);const R=()=>(x.current.modalRef=w.current,x.current.mount=A.current,x.current),M=()=>{i.mount(R(),{disableScrollLock:o}),w.current&&(w.current.scrollTop=0)},O=(0,h.A)((()=>{const e=function(e){return"function"==typeof e?e():e}(t)||(0,f.A)(A.current).body;i.add(R(),e),w.current&&M()})),P=n.useCallback((()=>i.isTopModal(R())),[i]),I=(0,h.A)((e=>{A.current=e,e&&(d&&P()?M():w.current&&(0,g.M)(w.current,T))})),N=n.useCallback((()=>{i.remove(R(),T)}),[T,i]);n.useEffect((()=>()=>{N()}),[N]),n.useEffect((()=>{d?O():C&&a||N()}),[d,N,C,a,O]);const $=e=>t=>{e.onKeyDown?.(t),"Escape"===t.key&&229!==t.which&&P()&&(r||(t.stopPropagation(),u&&u(t,"escapeKeyDown")))},_=e=>t=>{e.onClick?.(t),t.target===t.currentTarget&&u&&u(t,"backdropClick")};return{getRootProps:(t={})=>{const r=(0,v.A)(e);delete r.onTransitionEnter,delete r.onTransitionExited;const n={...r,...t};return{role:"presentation",...n,onKeyDown:$(n),ref:S}},getBackdropProps:(e={})=>{const t=e;return{"aria-hidden":!0,...t,onClick:_(t),open:d}},getTransitionProps:()=>({onEnter:(0,m.A)((()=>{E(!1),s&&s()}),c?.props.onEnter),onExited:(0,m.A)((()=>{E(!0),l&&l(),a&&N()}),c?.props.onExited)}),rootRef:S,portalRef:I,isTopModal:P,exited:k,hasTransition:C}}({...G,rootRef:t}),ne={...G,exited:te},oe=(e=>{const{open:t,exited:r,classes:n}=e,o={root:["root",!t&&r&&"hidden"],backdrop:["backdrop"]};return(0,i.A)(o,b.M,n)})(ne),ie={};if(void 0===T.props.tabIndex&&(ie.tabIndex="-1"),re){const{onEnter:e,onExited:t}=Z();ie.onEnter=e,ie.onExited=t}const ae={...Y,slots:{root:O.Root,backdrop:O.Backdrop,...q},slotProps:{...P,...V}},[se,le]=(0,x.A)("root",{elementType:S,externalForwardedProps:ae,getSlotProps:K,additionalProps:{ref:t,as:M},ownerState:ne,className:(0,o.A)(E,oe?.root,!ne.open&&ne.exited&&oe?.hidden)}),[ce,ue]=(0,x.A)("backdrop",{elementType:l,externalForwardedProps:ae,additionalProps:c,getSlotProps:e=>J({...e,onClick:t=>{F&&F(t),e?.onClick&&e.onClick(t)}}),className:(0,o.A)(c?.className,oe?.backdrop),ownerState:ne}),de=(0,A.A)(c?.ref,ue.ref);return D||U||re&&!te?(0,w.jsx)(s.A,{ref:Q,container:R,disablePortal:_,children:(0,w.jsxs)(se,{...le,children:[!z&&l?(0,w.jsx)(ce,{...ue,ref:de}):null,(0,w.jsx)(a.A,{disableEnforceFocus:N,disableAutoFocus:I,disableRestoreFocus:L,isEnabled:ee,open:U,children:n.cloneElement(T,ie)})]})}):null}))},28276:(e,t,r)=>{"use strict";r.d(t,{M:()=>a,P:()=>u});var n=r(99305),o=r(16849),i=r(25577);function a(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function s(e){return parseInt((0,o.A)(e).getComputedStyle(e).paddingRight,10)||0}function l(e,t,r,n,o){const i=[t,r,...n];[].forEach.call(e.children,(e=>{const t=!i.includes(e),r=!function(e){const t=["TEMPLATE","SCRIPT","STYLE","LINK","MAP","META","NOSCRIPT","PICTURE","COL","COLGROUP","PARAM","SLOT","SOURCE","TRACK"].includes(e.tagName),r="INPUT"===e.tagName&&"hidden"===e.getAttribute("type");return t||r}(e);t&&r&&a(e,o)}))}function c(e,t){let r=-1;return e.some(((e,n)=>!!t(e)&&(r=n,!0))),r}class u{constructor(){this.modals=[],this.containers=[]}add(e,t){let r=this.modals.indexOf(e);if(-1!==r)return r;r=this.modals.length,this.modals.push(e),e.modalRef&&a(e.modalRef,!1);const n=function(e){const t=[];return[].forEach.call(e.children,(e=>{"true"===e.getAttribute("aria-hidden")&&t.push(e)})),t}(t);l(t,e.mount,e.modalRef,n,!0);const o=c(this.containers,(e=>e.container===t));return-1!==o?(this.containers[o].modals.push(e),r):(this.containers.push({modals:[e],container:t,restore:null,hiddenSiblings:n}),r)}mount(e,t){const r=c(this.containers,(t=>t.modals.includes(e))),a=this.containers[r];a.restore||(a.restore=function(e,t){const r=[],a=e.container;if(!t.disableScrollLock){if(function(e){const t=(0,n.A)(e);return t.body===e?(0,o.A)(e).innerWidth>t.documentElement.clientWidth:e.scrollHeight>e.clientHeight}(a)){const e=(0,i.A)((0,n.A)(a));r.push({value:a.style.paddingRight,property:"padding-right",el:a}),a.style.paddingRight=`${s(a)+e}px`;const t=(0,n.A)(a).querySelectorAll(".mui-fixed");[].forEach.call(t,(t=>{r.push({value:t.style.paddingRight,property:"padding-right",el:t}),t.style.paddingRight=`${s(t)+e}px`}))}let e;if(a.parentNode instanceof DocumentFragment)e=(0,n.A)(a).body;else{const t=a.parentElement,r=(0,o.A)(a);e="HTML"===t?.nodeName&&"scroll"===r.getComputedStyle(t).overflowY?t:a}r.push({value:e.style.overflow,property:"overflow",el:e},{value:e.style.overflowX,property:"overflow-x",el:e},{value:e.style.overflowY,property:"overflow-y",el:e}),e.style.overflow="hidden"}return()=>{r.forEach((({value:e,el:t,property:r})=>{e?t.style.setProperty(r,e):t.style.removeProperty(r)}))}}(a,t))}remove(e,t=!0){const r=this.modals.indexOf(e);if(-1===r)return r;const n=c(this.containers,(t=>t.modals.includes(e))),o=this.containers[n];if(o.modals.splice(o.modals.indexOf(e),1),this.modals.splice(r,1),0===o.modals.length)o.restore&&o.restore(),e.modalRef&&a(e.modalRef,t),l(o.container,e.mount,e.modalRef,o.hiddenSiblings,!1),this.containers.splice(n,1);else{const e=o.modals[o.modals.length-1];e.modalRef&&a(e.modalRef,!1)}return r}isTopModal(e){return this.modals.length>0&&this.modals[this.modals.length-1]===e}}},48331:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,M:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiModal",e)}const a=(0,n.A)("MuiModal",["root","hidden","backdrop"])},39923:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>m,nE:()=>f,y3:()=>d});var n=r(7552),o=r(93878),i=r(70799),a=r(15622),s=r(72851),l=r(51148),c=r(55270),u=r(69500);const d=(0,l.Ay)("select")((({theme:e})=>({MozAppearance:"none",WebkitAppearance:"none",userSelect:"none",borderRadius:0,cursor:"pointer","&:focus":{borderRadius:0},[`&.${s.A.disabled}`]:{cursor:"default"},"&[multiple]":{height:"auto"},"&:not([multiple]) option, &:not([multiple]) optgroup":{backgroundColor:(e.vars||e).palette.background.paper},variants:[{props:({ownerState:e})=>"filled"!==e.variant&&"outlined"!==e.variant,style:{"&&&":{paddingRight:24,minWidth:16}}},{props:{variant:"filled"},style:{"&&&":{paddingRight:32}}},{props:{variant:"outlined"},style:{borderRadius:(e.vars||e).shape.borderRadius,"&:focus":{borderRadius:(e.vars||e).shape.borderRadius},"&&&":{paddingRight:32}}}]}))),p=(0,l.Ay)(d,{name:"MuiNativeSelect",slot:"Select",shouldForwardProp:c.A,overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.select,t[r.variant],r.error&&t.error,{[`&.${s.A.multiple}`]:t.multiple}]}})({}),f=(0,l.Ay)("svg")((({theme:e})=>({position:"absolute",right:0,top:"calc(50% - .5em)",pointerEvents:"none",color:(e.vars||e).palette.action.active,[`&.${s.A.disabled}`]:{color:(e.vars||e).palette.action.disabled},variants:[{props:({ownerState:e})=>e.open,style:{transform:"rotate(180deg)"}},{props:{variant:"filled"},style:{right:7}},{props:{variant:"outlined"},style:{right:7}}]}))),h=(0,l.Ay)(f,{name:"MuiNativeSelect",slot:"Icon",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.icon,r.variant&&t[`icon${(0,a.A)(r.variant)}`],r.open&&t.iconOpen]}})({}),m=n.forwardRef((function(e,t){const{className:r,disabled:l,error:c,IconComponent:d,inputRef:f,variant:m="standard",...v}=e,g={...e,disabled:l,variant:m,error:c},y=(e=>{const{classes:t,variant:r,disabled:n,multiple:o,open:l,error:c}=e,u={select:["select",r,n&&"disabled",o&&"multiple",c&&"error"],icon:["icon",`icon${(0,a.A)(r)}`,l&&"iconOpen",n&&"disabled"]};return(0,i.A)(u,s.w,t)})(g);return(0,u.jsxs)(n.Fragment,{children:[(0,u.jsx)(p,{ownerState:g,className:(0,o.A)(y.select,r),disabled:l,ref:f||t,...v}),e.multiple?null:(0,u.jsx)(h,{as:d,ownerState:g,className:y.icon})]})}))},72851:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,w:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiNativeSelect",e)}const a=(0,n.A)("MuiNativeSelect",["root","select","multiple","filled","outlined","standard","disabled","icon","iconOpen","iconFilled","iconOutlined","iconStandard","nativeInput","error"])},28172:(e,t,r)=>{"use strict";r.d(t,{A:()=>w});var n,o=r(7552),i=r(70799),a=r(55270),s=r(51148),l=r(60129),c=r(69500);const u=(0,s.Ay)("fieldset",{shouldForwardProp:a.A})({textAlign:"left",position:"absolute",bottom:0,right:0,top:-5,left:0,margin:0,padding:"0 8px",pointerEvents:"none",borderRadius:"inherit",borderStyle:"solid",borderWidth:1,overflow:"hidden",minWidth:"0%"}),d=(0,s.Ay)("legend",{shouldForwardProp:a.A})((0,l.A)((({theme:e})=>({float:"unset",width:"auto",overflow:"hidden",variants:[{props:({ownerState:e})=>!e.withLabel,style:{padding:0,lineHeight:"11px",transition:e.transitions.create("width",{duration:150,easing:e.transitions.easing.easeOut})}},{props:({ownerState:e})=>e.withLabel,style:{display:"block",padding:0,height:11,fontSize:"0.75em",visibility:"hidden",maxWidth:.01,transition:e.transitions.create("max-width",{duration:50,easing:e.transitions.easing.easeOut}),whiteSpace:"nowrap","& > span":{paddingLeft:5,paddingRight:5,display:"inline-block",opacity:0,visibility:"visible"}}},{props:({ownerState:e})=>e.withLabel&&e.notched,style:{maxWidth:"100%",transition:e.transitions.create("max-width",{duration:100,easing:e.transitions.easing.easeOut,delay:50})}}]}))));var p=r(33960),f=r(32498),h=r(58520),m=r(4785),v=r(29683),g=r(98879);const y=(0,s.Ay)(g.Sh,{shouldForwardProp:e=>(0,a.A)(e)||"classes"===e,name:"MuiOutlinedInput",slot:"Root",overridesResolver:g.WC})((0,l.A)((({theme:e})=>{const t="light"===e.palette.mode?"rgba(0, 0, 0, 0.23)":"rgba(255, 255, 255, 0.23)";return{position:"relative",borderRadius:(e.vars||e).shape.borderRadius,[`&:hover .${v.A.notchedOutline}`]:{borderColor:(e.vars||e).palette.text.primary},[`&.${v.A.focused} .${v.A.notchedOutline}`]:{borderWidth:2},variants:[...Object.entries(e.palette).filter((0,h.A)()).map((([t])=>({props:{color:t},style:{[`&.${v.A.focused} .${v.A.notchedOutline}`]:{borderColor:(e.vars||e).palette[t].main}}}))),{props:{},style:{"@media (hover: none)":{[`&:hover .${v.A.notchedOutline}`]:{borderColor:e.vars?`rgba(${e.vars.palette.common.onBackgroundChannel} / 0.23)`:t}},[`&.${v.A.error} .${v.A.notchedOutline}`]:{borderColor:(e.vars||e).palette.error.main},[`&.${v.A.disabled} .${v.A.notchedOutline}`]:{borderColor:(e.vars||e).palette.action.disabled}}},{props:({ownerState:e})=>e.startAdornment,style:{paddingLeft:14}},{props:({ownerState:e})=>e.endAdornment,style:{paddingRight:14}},{props:({ownerState:e})=>e.multiline,style:{padding:"16.5px 14px"}},{props:({ownerState:e,size:t})=>e.multiline&&"small"===t,style:{padding:"8.5px 14px"}}]}}))),b=(0,s.Ay)((function(e){const{children:t,classes:r,className:o,label:i,notched:a,...s}=e,l=null!=i&&""!==i,p={...e,notched:a,withLabel:l};return(0,c.jsx)(u,{"aria-hidden":!0,className:o,ownerState:p,...s,children:(0,c.jsx)(d,{ownerState:p,children:l?(0,c.jsx)("span",{children:i}):n||(n=(0,c.jsx)("span",{className:"notranslate",children:""}))})})}),{name:"MuiOutlinedInput",slot:"NotchedOutline",overridesResolver:(e,t)=>t.notchedOutline})((0,l.A)((({theme:e})=>{const t="light"===e.palette.mode?"rgba(0, 0, 0, 0.23)":"rgba(255, 255, 255, 0.23)";return{borderColor:e.vars?`rgba(${e.vars.palette.common.onBackgroundChannel} / 0.23)`:t}}))),x=(0,s.Ay)(g.ck,{name:"MuiOutlinedInput",slot:"Input",overridesResolver:g.Oj})((0,l.A)((({theme:e})=>({padding:"16.5px 14px",...!e.vars&&{"&:-webkit-autofill":{WebkitBoxShadow:"light"===e.palette.mode?null:"0 0 0 100px #266798 inset",WebkitTextFillColor:"light"===e.palette.mode?null:"#fff",caretColor:"light"===e.palette.mode?null:"#fff",borderRadius:"inherit"}},...e.vars&&{"&:-webkit-autofill":{borderRadius:"inherit"},[e.getColorSchemeSelector("dark")]:{"&:-webkit-autofill":{WebkitBoxShadow:"0 0 0 100px #266798 inset",WebkitTextFillColor:"#fff",caretColor:"#fff"}}},variants:[{props:{size:"small"},style:{padding:"8.5px 14px"}},{props:({ownerState:e})=>e.multiline,style:{padding:0}},{props:({ownerState:e})=>e.startAdornment,style:{paddingLeft:0}},{props:({ownerState:e})=>e.endAdornment,style:{paddingRight:0}}]})))),A=o.forwardRef((function(e,t){var r;const n=(0,m.b)({props:e,name:"MuiOutlinedInput"}),{components:a={},fullWidth:s=!1,inputComponent:l="input",label:u,multiline:d=!1,notched:h,slots:A={},type:w="text",...S}=n,k=(e=>{const{classes:t}=e,r=(0,i.A)({root:["root"],notchedOutline:["notchedOutline"],input:["input"]},v.v,t);return{...t,...r}})(n),E=(0,p.A)(),C=(0,f.A)({props:n,muiFormControl:E,states:["color","disabled","error","focused","hiddenLabel","size","required"]}),T={...n,color:C.color||"primary",disabled:C.disabled,error:C.error,focused:C.focused,formControl:E,fullWidth:s,hiddenLabel:C.hiddenLabel,multiline:d,size:C.size,type:w},R=A.root??a.Root??y,M=A.input??a.Input??x;return(0,c.jsx)(g.Ay,{slots:{root:R,input:M},renderSuffix:e=>(0,c.jsx)(b,{ownerState:T,className:k.notchedOutline,label:null!=u&&""!==u&&C.required?r||(r=(0,c.jsxs)(o.Fragment,{children:[u," ","*"]})):u,notched:void 0!==h?h:Boolean(e.startAdornment||e.filled||e.focused)}),fullWidth:s,inputComponent:l,multiline:d,ref:t,type:w,...S,classes:{...k,notchedOutline:null}})}));A&&(A.muiName="Input");const w=A},29683:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,v:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiOutlinedInput",e)}const a={...r(3275).A,...(0,n.A)("MuiOutlinedInput",["root","notchedOutline","input"])}},943:(e,t,r)=>{"use strict";r.d(t,{A:()=>m});var n=r(7552),o=r(93878),i=r(70799),a=r(72639),s=r(51148),l=r(48231),c=r(60129),u=r(4785),d=r(28875),p=r(40795),f=r(69500);const h=(0,s.Ay)("div",{name:"MuiPaper",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,t[r.variant],!r.square&&t.rounded,"elevation"===r.variant&&t[`elevation${r.elevation}`]]}})((0,c.A)((({theme:e})=>({backgroundColor:(e.vars||e).palette.background.paper,color:(e.vars||e).palette.text.primary,transition:e.transitions.create("box-shadow"),variants:[{props:({ownerState:e})=>!e.square,style:{borderRadius:e.shape.borderRadius}},{props:{variant:"outlined"},style:{border:`1px solid ${(e.vars||e).palette.divider}`}},{props:{variant:"elevation"},style:{boxShadow:"var(--Paper-shadow)",backgroundImage:"var(--Paper-overlay)"}}]})))),m=n.forwardRef((function(e,t){const r=(0,u.b)({props:e,name:"MuiPaper"}),n=(0,l.A)(),{className:s,component:c="div",elevation:m=1,square:v=!1,variant:g="elevation",...y}=r,b={...r,component:c,elevation:m,square:v,variant:g},x=(e=>{const{square:t,elevation:r,variant:n,classes:o}=e,a={root:["root",n,!t&&"rounded","elevation"===n&&`elevation${r}`]};return(0,i.A)(a,p.j,o)})(b);return(0,f.jsx)(h,{as:c,ownerState:b,className:(0,o.A)(x.root,s),ref:t,...y,style:{..."elevation"===g&&{"--Paper-shadow":(n.vars||n).shadows[m],...n.vars&&{"--Paper-overlay":n.vars.overlays?.[m]},...!n.vars&&"dark"===n.palette.mode&&{"--Paper-overlay":`linear-gradient(${(0,a.X4)("#fff",(0,d.A)(m))}, ${(0,a.X4)("#fff",(0,d.A)(m))})`}},...y.style}})}))},40795:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,j:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiPaper",e)}const a=(0,n.A)("MuiPaper",["root","rounded","outlined","elevation","elevation0","elevation1","elevation2","elevation3","elevation4","elevation5","elevation6","elevation7","elevation8","elevation9","elevation10","elevation11","elevation12","elevation13","elevation14","elevation15","elevation16","elevation17","elevation18","elevation19","elevation20","elevation21","elevation22","elevation23","elevation24"])},9555:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>E,Dy:()=>b,IJ:()=>k,fB:()=>x,yt:()=>S});var n=r(7552),o=r(93878),i=r(70799),a=r(23879),s=r(51148),l=r(4785),c=r(987),u=r(6676),d=r(46689),p=r(51584),f=r(4407),h=r(31694),m=r(943),v=r(51015),g=r(43045),y=r(69500);function b(e,t){let r=0;return"number"==typeof t?r=t:"center"===t?r=e.height/2:"bottom"===t&&(r=e.height),r}function x(e,t){let r=0;return"number"==typeof t?r=t:"center"===t?r=e.width/2:"right"===t&&(r=e.width),r}function A(e){return[e.horizontal,e.vertical].map((e=>"number"==typeof e?`${e}px`:e)).join(" ")}function w(e){return"function"==typeof e?e():e}const S=(0,s.Ay)(h.A,{name:"MuiPopover",slot:"Root",overridesResolver:(e,t)=>t.root})({}),k=(0,s.Ay)(m.A,{name:"MuiPopover",slot:"Paper",overridesResolver:(e,t)=>t.paper})({position:"absolute",overflowY:"auto",overflowX:"hidden",minWidth:16,minHeight:16,maxWidth:"calc(100% - 32px)",maxHeight:"calc(100% - 32px)",outline:0}),E=n.forwardRef((function(e,t){const r=(0,l.b)({props:e,name:"MuiPopover"}),{action:s,anchorEl:h,anchorOrigin:m={vertical:"top",horizontal:"left"},anchorPosition:E,anchorReference:C="anchorEl",children:T,className:R,container:M,elevation:O=8,marginThreshold:P=16,open:I,PaperProps:N={},slots:$={},slotProps:_={},transformOrigin:L={vertical:"top",horizontal:"left"},TransitionComponent:j=f.A,transitionDuration:z="auto",TransitionProps:{onEntering:D,...F}={},disableScrollLock:B=!1,...W}=r,H=_?.paper??N,U=n.useRef(),V={...r,anchorOrigin:m,anchorReference:C,elevation:O,marginThreshold:P,externalPaperSlotProps:H,transformOrigin:L,TransitionComponent:j,transitionDuration:z,TransitionProps:F},q=(e=>{const{classes:t}=e;return(0,i.A)({root:["root"],paper:["paper"]},v.K,t)})(V),X=n.useCallback((()=>{if("anchorPosition"===C)return E;const e=w(h),t=(e&&1===e.nodeType?e:(0,u.A)(U.current).body).getBoundingClientRect();return{top:t.top+b(t,m.vertical),left:t.left+x(t,m.horizontal)}}),[h,m.horizontal,m.vertical,E,C]),Y=n.useCallback((e=>({vertical:b(e,L.vertical),horizontal:x(e,L.horizontal)})),[L.horizontal,L.vertical]),G=n.useCallback((e=>{const t={width:e.offsetWidth,height:e.offsetHeight},r=Y(t);if("none"===C)return{top:null,left:null,transformOrigin:A(r)};const n=X();let o=n.top-r.vertical,i=n.left-r.horizontal;const a=o+t.height,s=i+t.width,l=(0,d.A)(w(h)),c=l.innerHeight-P,u=l.innerWidth-P;if(null!==P&&o<P){const e=o-P;o-=e,r.vertical+=e}else if(null!==P&&a>c){const e=a-c;o-=e,r.vertical+=e}if(null!==P&&i<P){const e=i-P;i-=e,r.horizontal+=e}else if(s>u){const e=s-u;i-=e,r.horizontal+=e}return{top:`${Math.round(o)}px`,left:`${Math.round(i)}px`,transformOrigin:A(r)}}),[h,C,X,Y,P]),[K,J]=n.useState(I),Z=n.useCallback((()=>{const e=U.current;if(!e)return;const t=G(e);null!==t.top&&e.style.setProperty("top",t.top),null!==t.left&&(e.style.left=t.left),e.style.transformOrigin=t.transformOrigin,J(!0)}),[G]);n.useEffect((()=>(B&&window.addEventListener("scroll",Z),()=>window.removeEventListener("scroll",Z))),[h,B,Z]),n.useEffect((()=>{I&&Z()})),n.useImperativeHandle(s,(()=>I?{updatePosition:()=>{Z()}}:null),[I,Z]),n.useEffect((()=>{if(!I)return;const e=(0,c.A)((()=>{Z()})),t=(0,d.A)(h);return t.addEventListener("resize",e),()=>{e.clear(),t.removeEventListener("resize",e)}}),[h,I,Z]);let Q=z;"auto"!==z||j.muiSupportAuto||(Q=void 0);const ee=M||(h?(0,u.A)(w(h)).body:void 0),te={slots:$,slotProps:{..._,paper:H}},[re,ne]=(0,g.A)("paper",{elementType:k,externalForwardedProps:te,additionalProps:{elevation:O,className:(0,o.A)(q.paper,H?.className),style:K?H.style:{...H.style,opacity:0}},ownerState:V}),[oe,{slotProps:ie,...ae}]=(0,g.A)("root",{elementType:S,externalForwardedProps:te,additionalProps:{slotProps:{backdrop:{invisible:!0}},container:ee,open:I},ownerState:V,className:(0,o.A)(q.root,R)}),se=(0,p.A)(U,ne.ref);return(0,y.jsx)(oe,{...ae,...!(0,a.A)(oe)&&{slotProps:ie,disableScrollLock:B},...W,ref:t,children:(0,y.jsx)(j,{appear:!0,in:I,onEntering:(e,t)=>{D&&D(e,t),Z()},onExited:()=>{J(!1)},timeout:Q,...F,children:(0,y.jsx)(re,{...ne,ref:se,children:T})})})}))},51015:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,K:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiPopover",e)}const a=(0,n.A)("MuiPopover",["root","paper"])},20350:(e,t,r)=>{"use strict";r.d(t,{A:()=>Re});var n=r(93876),o=r(7552),i=r(29527),a=r(83933),s=r(99305);function l(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function c(e){return e instanceof l(e).Element||e instanceof Element}function u(e){return e instanceof l(e).HTMLElement||e instanceof HTMLElement}function d(e){return"undefined"!=typeof ShadowRoot&&(e instanceof l(e).ShadowRoot||e instanceof ShadowRoot)}var p=Math.max,f=Math.min,h=Math.round;function m(){var e=navigator.userAgentData;return null!=e&&e.brands&&Array.isArray(e.brands)?e.brands.map((function(e){return e.brand+"/"+e.version})).join(" "):navigator.userAgent}function v(){return!/^((?!chrome|android).)*safari/i.test(m())}function g(e,t,r){void 0===t&&(t=!1),void 0===r&&(r=!1);var n=e.getBoundingClientRect(),o=1,i=1;t&&u(e)&&(o=e.offsetWidth>0&&h(n.width)/e.offsetWidth||1,i=e.offsetHeight>0&&h(n.height)/e.offsetHeight||1);var a=(c(e)?l(e):window).visualViewport,s=!v()&&r,d=(n.left+(s&&a?a.offsetLeft:0))/o,p=(n.top+(s&&a?a.offsetTop:0))/i,f=n.width/o,m=n.height/i;return{width:f,height:m,top:p,right:d+f,bottom:p+m,left:d,x:d,y:p}}function y(e){var t=l(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function b(e){return e?(e.nodeName||"").toLowerCase():null}function x(e){return((c(e)?e.ownerDocument:e.document)||window.document).documentElement}function A(e){return g(x(e)).left+y(e).scrollLeft}function w(e){return l(e).getComputedStyle(e)}function S(e){var t=w(e),r=t.overflow,n=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+o+n)}function k(e,t,r){void 0===r&&(r=!1);var n,o,i=u(t),a=u(t)&&function(e){var t=e.getBoundingClientRect(),r=h(t.width)/e.offsetWidth||1,n=h(t.height)/e.offsetHeight||1;return 1!==r||1!==n}(t),s=x(t),c=g(e,a,r),d={scrollLeft:0,scrollTop:0},p={x:0,y:0};return(i||!i&&!r)&&(("body"!==b(t)||S(s))&&(d=(n=t)!==l(n)&&u(n)?{scrollLeft:(o=n).scrollLeft,scrollTop:o.scrollTop}:y(n)),u(t)?((p=g(t,!0)).x+=t.clientLeft,p.y+=t.clientTop):s&&(p.x=A(s))),{x:c.left+d.scrollLeft-p.x,y:c.top+d.scrollTop-p.y,width:c.width,height:c.height}}function E(e){var t=g(e),r=e.offsetWidth,n=e.offsetHeight;return Math.abs(t.width-r)<=1&&(r=t.width),Math.abs(t.height-n)<=1&&(n=t.height),{x:e.offsetLeft,y:e.offsetTop,width:r,height:n}}function C(e){return"html"===b(e)?e:e.assignedSlot||e.parentNode||(d(e)?e.host:null)||x(e)}function T(e){return["html","body","#document"].indexOf(b(e))>=0?e.ownerDocument.body:u(e)&&S(e)?e:T(C(e))}function R(e,t){var r;void 0===t&&(t=[]);var n=T(e),o=n===(null==(r=e.ownerDocument)?void 0:r.body),i=l(n),a=o?[i].concat(i.visualViewport||[],S(n)?n:[]):n,s=t.concat(a);return o?s:s.concat(R(C(a)))}function M(e){return["table","td","th"].indexOf(b(e))>=0}function O(e){return u(e)&&"fixed"!==w(e).position?e.offsetParent:null}function P(e){for(var t=l(e),r=O(e);r&&M(r)&&"static"===w(r).position;)r=O(r);return r&&("html"===b(r)||"body"===b(r)&&"static"===w(r).position)?t:r||function(e){var t=/firefox/i.test(m());if(/Trident/i.test(m())&&u(e)&&"fixed"===w(e).position)return null;var r=C(e);for(d(r)&&(r=r.host);u(r)&&["html","body"].indexOf(b(r))<0;){var n=w(r);if("none"!==n.transform||"none"!==n.perspective||"paint"===n.contain||-1!==["transform","perspective"].indexOf(n.willChange)||t&&"filter"===n.willChange||t&&n.filter&&"none"!==n.filter)return r;r=r.parentNode}return null}(e)||t}var I="top",N="bottom",$="right",_="left",L="auto",j=[I,N,$,_],z="start",D="end",F="viewport",B="popper",W=j.reduce((function(e,t){return e.concat([t+"-"+z,t+"-"+D])}),[]),H=[].concat(j,[L]).reduce((function(e,t){return e.concat([t,t+"-"+z,t+"-"+D])}),[]),U=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function V(e){var t=new Map,r=new Set,n=[];function o(e){r.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach((function(e){if(!r.has(e)){var n=t.get(e);n&&o(n)}})),n.push(e)}return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){r.has(e.name)||o(e)})),n}var q={placement:"bottom",modifiers:[],strategy:"absolute"};function X(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return!t.some((function(e){return!(e&&"function"==typeof e.getBoundingClientRect)}))}function Y(e){void 0===e&&(e={});var t=e,r=t.defaultModifiers,n=void 0===r?[]:r,o=t.defaultOptions,i=void 0===o?q:o;return function(e,t,r){void 0===r&&(r=i);var o,a,s={placement:"bottom",orderedModifiers:[],options:Object.assign({},q,i),modifiersData:{},elements:{reference:e,popper:t},attributes:{},styles:{}},l=[],u=!1,d={state:s,setOptions:function(r){var o="function"==typeof r?r(s.options):r;p(),s.options=Object.assign({},i,s.options,o),s.scrollParents={reference:c(e)?R(e):e.contextElement?R(e.contextElement):[],popper:R(t)};var a,u,f=function(e){var t=V(e);return U.reduce((function(e,r){return e.concat(t.filter((function(e){return e.phase===r})))}),[])}((a=[].concat(n,s.options.modifiers),u=a.reduce((function(e,t){var r=e[t.name];return e[t.name]=r?Object.assign({},r,t,{options:Object.assign({},r.options,t.options),data:Object.assign({},r.data,t.data)}):t,e}),{}),Object.keys(u).map((function(e){return u[e]}))));return s.orderedModifiers=f.filter((function(e){return e.enabled})),s.orderedModifiers.forEach((function(e){var t=e.name,r=e.options,n=void 0===r?{}:r,o=e.effect;if("function"==typeof o){var i=o({state:s,name:t,instance:d,options:n});l.push(i||function(){})}})),d.update()},forceUpdate:function(){if(!u){var e=s.elements,t=e.reference,r=e.popper;if(X(t,r)){s.rects={reference:k(t,P(r),"fixed"===s.options.strategy),popper:E(r)},s.reset=!1,s.placement=s.options.placement,s.orderedModifiers.forEach((function(e){return s.modifiersData[e.name]=Object.assign({},e.data)}));for(var n=0;n<s.orderedModifiers.length;n++)if(!0!==s.reset){var o=s.orderedModifiers[n],i=o.fn,a=o.options,l=void 0===a?{}:a,c=o.name;"function"==typeof i&&(s=i({state:s,options:l,name:c,instance:d})||s)}else s.reset=!1,n=-1}}},update:(o=function(){return new Promise((function(e){d.forceUpdate(),e(s)}))},function(){return a||(a=new Promise((function(e){Promise.resolve().then((function(){a=void 0,e(o())}))}))),a}),destroy:function(){p(),u=!0}};if(!X(e,t))return d;function p(){l.forEach((function(e){return e()})),l=[]}return d.setOptions(r).then((function(e){!u&&r.onFirstUpdate&&r.onFirstUpdate(e)})),d}}var G={passive:!0};function K(e){return e.split("-")[0]}function J(e){return e.split("-")[1]}function Z(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function Q(e){var t,r=e.reference,n=e.element,o=e.placement,i=o?K(o):null,a=o?J(o):null,s=r.x+r.width/2-n.width/2,l=r.y+r.height/2-n.height/2;switch(i){case I:t={x:s,y:r.y-n.height};break;case N:t={x:s,y:r.y+r.height};break;case $:t={x:r.x+r.width,y:l};break;case _:t={x:r.x-n.width,y:l};break;default:t={x:r.x,y:r.y}}var c=i?Z(i):null;if(null!=c){var u="y"===c?"height":"width";switch(a){case z:t[c]=t[c]-(r[u]/2-n[u]/2);break;case D:t[c]=t[c]+(r[u]/2-n[u]/2)}}return t}var ee={top:"auto",right:"auto",bottom:"auto",left:"auto"};function te(e){var t,r=e.popper,n=e.popperRect,o=e.placement,i=e.variation,a=e.offsets,s=e.position,c=e.gpuAcceleration,u=e.adaptive,d=e.roundOffsets,p=e.isFixed,f=a.x,m=void 0===f?0:f,v=a.y,g=void 0===v?0:v,y="function"==typeof d?d({x:m,y:g}):{x:m,y:g};m=y.x,g=y.y;var b=a.hasOwnProperty("x"),A=a.hasOwnProperty("y"),S=_,k=I,E=window;if(u){var C=P(r),T="clientHeight",R="clientWidth";C===l(r)&&"static"!==w(C=x(r)).position&&"absolute"===s&&(T="scrollHeight",R="scrollWidth"),(o===I||(o===_||o===$)&&i===D)&&(k=N,g-=(p&&C===E&&E.visualViewport?E.visualViewport.height:C[T])-n.height,g*=c?1:-1),o!==_&&(o!==I&&o!==N||i!==D)||(S=$,m-=(p&&C===E&&E.visualViewport?E.visualViewport.width:C[R])-n.width,m*=c?1:-1)}var M,O=Object.assign({position:s},u&&ee),L=!0===d?function(e,t){var r=e.x,n=e.y,o=t.devicePixelRatio||1;return{x:h(r*o)/o||0,y:h(n*o)/o||0}}({x:m,y:g},l(r)):{x:m,y:g};return m=L.x,g=L.y,c?Object.assign({},O,((M={})[k]=A?"0":"",M[S]=b?"0":"",M.transform=(E.devicePixelRatio||1)<=1?"translate("+m+"px, "+g+"px)":"translate3d("+m+"px, "+g+"px, 0)",M)):Object.assign({},O,((t={})[k]=A?g+"px":"",t[S]=b?m+"px":"",t.transform="",t))}var re={left:"right",right:"left",bottom:"top",top:"bottom"};function ne(e){return e.replace(/left|right|bottom|top/g,(function(e){return re[e]}))}var oe={start:"end",end:"start"};function ie(e){return e.replace(/start|end/g,(function(e){return oe[e]}))}function ae(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&d(r)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function se(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function le(e,t,r){return t===F?se(function(e,t){var r=l(e),n=x(e),o=r.visualViewport,i=n.clientWidth,a=n.clientHeight,s=0,c=0;if(o){i=o.width,a=o.height;var u=v();(u||!u&&"fixed"===t)&&(s=o.offsetLeft,c=o.offsetTop)}return{width:i,height:a,x:s+A(e),y:c}}(e,r)):c(t)?function(e,t){var r=g(e,!1,"fixed"===t);return r.top=r.top+e.clientTop,r.left=r.left+e.clientLeft,r.bottom=r.top+e.clientHeight,r.right=r.left+e.clientWidth,r.width=e.clientWidth,r.height=e.clientHeight,r.x=r.left,r.y=r.top,r}(t,r):se(function(e){var t,r=x(e),n=y(e),o=null==(t=e.ownerDocument)?void 0:t.body,i=p(r.scrollWidth,r.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),a=p(r.scrollHeight,r.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),s=-n.scrollLeft+A(e),l=-n.scrollTop;return"rtl"===w(o||r).direction&&(s+=p(r.clientWidth,o?o.clientWidth:0)-i),{width:i,height:a,x:s,y:l}}(x(e)))}function ce(e){return Object.assign({},{top:0,right:0,bottom:0,left:0},e)}function ue(e,t){return t.reduce((function(t,r){return t[r]=e,t}),{})}function de(e,t){void 0===t&&(t={});var r=t,n=r.placement,o=void 0===n?e.placement:n,i=r.strategy,a=void 0===i?e.strategy:i,s=r.boundary,l=void 0===s?"clippingParents":s,d=r.rootBoundary,h=void 0===d?F:d,m=r.elementContext,v=void 0===m?B:m,y=r.altBoundary,A=void 0!==y&&y,S=r.padding,k=void 0===S?0:S,E=ce("number"!=typeof k?k:ue(k,j)),T=v===B?"reference":B,M=e.rects.popper,O=e.elements[A?T:v],_=function(e,t,r,n){var o="clippingParents"===t?function(e){var t=R(C(e)),r=["absolute","fixed"].indexOf(w(e).position)>=0&&u(e)?P(e):e;return c(r)?t.filter((function(e){return c(e)&&ae(e,r)&&"body"!==b(e)})):[]}(e):[].concat(t),i=[].concat(o,[r]),a=i[0],s=i.reduce((function(t,r){var o=le(e,r,n);return t.top=p(o.top,t.top),t.right=f(o.right,t.right),t.bottom=f(o.bottom,t.bottom),t.left=p(o.left,t.left),t}),le(e,a,n));return s.width=s.right-s.left,s.height=s.bottom-s.top,s.x=s.left,s.y=s.top,s}(c(O)?O:O.contextElement||x(e.elements.popper),l,h,a),L=g(e.elements.reference),z=Q({reference:L,element:M,strategy:"absolute",placement:o}),D=se(Object.assign({},M,z)),W=v===B?D:L,H={top:_.top-W.top+E.top,bottom:W.bottom-_.bottom+E.bottom,left:_.left-W.left+E.left,right:W.right-_.right+E.right},U=e.modifiersData.offset;if(v===B&&U){var V=U[o];Object.keys(H).forEach((function(e){var t=[$,N].indexOf(e)>=0?1:-1,r=[I,N].indexOf(e)>=0?"y":"x";H[e]+=V[r]*t}))}return H}function pe(e,t,r){return p(e,f(t,r))}function fe(e,t,r){return void 0===r&&(r={x:0,y:0}),{top:e.top-t.height-r.y,right:e.right-t.width+r.x,bottom:e.bottom-t.height+r.y,left:e.left-t.width-r.x}}function he(e){return[I,$,N,_].some((function(t){return e[t]>=0}))}var me=Y({defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var t=e.state,r=e.instance,n=e.options,o=n.scroll,i=void 0===o||o,a=n.resize,s=void 0===a||a,c=l(t.elements.popper),u=[].concat(t.scrollParents.reference,t.scrollParents.popper);return i&&u.forEach((function(e){e.addEventListener("scroll",r.update,G)})),s&&c.addEventListener("resize",r.update,G),function(){i&&u.forEach((function(e){e.removeEventListener("scroll",r.update,G)})),s&&c.removeEventListener("resize",r.update,G)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,r=e.name;t.modifiersData[r]=Q({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,r=e.options,n=r.gpuAcceleration,o=void 0===n||n,i=r.adaptive,a=void 0===i||i,s=r.roundOffsets,l=void 0===s||s,c={placement:K(t.placement),variation:J(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:o,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,te(Object.assign({},c,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:a,roundOffsets:l})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,te(Object.assign({},c,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}},{name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var r=t.styles[e]||{},n=t.attributes[e]||{},o=t.elements[e];u(o)&&b(o)&&(Object.assign(o.style,r),Object.keys(n).forEach((function(e){var t=n[e];!1===t?o.removeAttribute(e):o.setAttribute(e,!0===t?"":t)})))}))},effect:function(e){var t=e.state,r={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,r.popper),t.styles=r,t.elements.arrow&&Object.assign(t.elements.arrow.style,r.arrow),function(){Object.keys(t.elements).forEach((function(e){var n=t.elements[e],o=t.attributes[e]||{},i=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:r[e]).reduce((function(e,t){return e[t]="",e}),{});u(n)&&b(n)&&(Object.assign(n.style,i),Object.keys(o).forEach((function(e){n.removeAttribute(e)})))}))}},requires:["computeStyles"]},{name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,r=e.options,n=e.name,o=r.offset,i=void 0===o?[0,0]:o,a=H.reduce((function(e,r){return e[r]=function(e,t,r){var n=K(e),o=[_,I].indexOf(n)>=0?-1:1,i="function"==typeof r?r(Object.assign({},t,{placement:e})):r,a=i[0],s=i[1];return a=a||0,s=(s||0)*o,[_,$].indexOf(n)>=0?{x:s,y:a}:{x:a,y:s}}(r,t.rects,i),e}),{}),s=a[t.placement],l=s.x,c=s.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=l,t.modifiersData.popperOffsets.y+=c),t.modifiersData[n]=a}},{name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,r=e.options,n=e.name;if(!t.modifiersData[n]._skip){for(var o=r.mainAxis,i=void 0===o||o,a=r.altAxis,s=void 0===a||a,l=r.fallbackPlacements,c=r.padding,u=r.boundary,d=r.rootBoundary,p=r.altBoundary,f=r.flipVariations,h=void 0===f||f,m=r.allowedAutoPlacements,v=t.options.placement,g=K(v),y=l||(g!==v&&h?function(e){if(K(e)===L)return[];var t=ne(e);return[ie(e),t,ie(t)]}(v):[ne(v)]),b=[v].concat(y).reduce((function(e,r){return e.concat(K(r)===L?function(e,t){void 0===t&&(t={});var r=t,n=r.placement,o=r.boundary,i=r.rootBoundary,a=r.padding,s=r.flipVariations,l=r.allowedAutoPlacements,c=void 0===l?H:l,u=J(n),d=u?s?W:W.filter((function(e){return J(e)===u})):j,p=d.filter((function(e){return c.indexOf(e)>=0}));0===p.length&&(p=d);var f=p.reduce((function(t,r){return t[r]=de(e,{placement:r,boundary:o,rootBoundary:i,padding:a})[K(r)],t}),{});return Object.keys(f).sort((function(e,t){return f[e]-f[t]}))}(t,{placement:r,boundary:u,rootBoundary:d,padding:c,flipVariations:h,allowedAutoPlacements:m}):r)}),[]),x=t.rects.reference,A=t.rects.popper,w=new Map,S=!0,k=b[0],E=0;E<b.length;E++){var C=b[E],T=K(C),R=J(C)===z,M=[I,N].indexOf(T)>=0,O=M?"width":"height",P=de(t,{placement:C,boundary:u,rootBoundary:d,altBoundary:p,padding:c}),D=M?R?$:_:R?N:I;x[O]>A[O]&&(D=ne(D));var F=ne(D),B=[];if(i&&B.push(P[T]<=0),s&&B.push(P[D]<=0,P[F]<=0),B.every((function(e){return e}))){k=C,S=!1;break}w.set(C,B)}if(S)for(var U=function(e){var t=b.find((function(t){var r=w.get(t);if(r)return r.slice(0,e).every((function(e){return e}))}));if(t)return k=t,"break"},V=h?3:1;V>0&&"break"!==U(V);V--);t.placement!==k&&(t.modifiersData[n]._skip=!0,t.placement=k,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}},{name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,r=e.options,n=e.name,o=r.mainAxis,i=void 0===o||o,a=r.altAxis,s=void 0!==a&&a,l=r.boundary,c=r.rootBoundary,u=r.altBoundary,d=r.padding,h=r.tether,m=void 0===h||h,v=r.tetherOffset,g=void 0===v?0:v,y=de(t,{boundary:l,rootBoundary:c,padding:d,altBoundary:u}),b=K(t.placement),x=J(t.placement),A=!x,w=Z(b),S="x"===w?"y":"x",k=t.modifiersData.popperOffsets,C=t.rects.reference,T=t.rects.popper,R="function"==typeof g?g(Object.assign({},t.rects,{placement:t.placement})):g,M="number"==typeof R?{mainAxis:R,altAxis:R}:Object.assign({mainAxis:0,altAxis:0},R),O=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,L={x:0,y:0};if(k){if(i){var j,D="y"===w?I:_,F="y"===w?N:$,B="y"===w?"height":"width",W=k[w],H=W+y[D],U=W-y[F],V=m?-T[B]/2:0,q=x===z?C[B]:T[B],X=x===z?-T[B]:-C[B],Y=t.elements.arrow,G=m&&Y?E(Y):{width:0,height:0},Q=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},ee=Q[D],te=Q[F],re=pe(0,C[B],G[B]),ne=A?C[B]/2-V-re-ee-M.mainAxis:q-re-ee-M.mainAxis,oe=A?-C[B]/2+V+re+te+M.mainAxis:X+re+te+M.mainAxis,ie=t.elements.arrow&&P(t.elements.arrow),ae=ie?"y"===w?ie.clientTop||0:ie.clientLeft||0:0,se=null!=(j=null==O?void 0:O[w])?j:0,le=W+oe-se,ce=pe(m?f(H,W+ne-se-ae):H,W,m?p(U,le):U);k[w]=ce,L[w]=ce-W}if(s){var ue,fe="x"===w?I:_,he="x"===w?N:$,me=k[S],ve="y"===S?"height":"width",ge=me+y[fe],ye=me-y[he],be=-1!==[I,_].indexOf(b),xe=null!=(ue=null==O?void 0:O[S])?ue:0,Ae=be?ge:me-C[ve]-T[ve]-xe+M.altAxis,we=be?me+C[ve]+T[ve]-xe-M.altAxis:ye,Se=m&&be?function(e,t,r){var n=pe(e,t,r);return n>r?r:n}(Ae,me,we):pe(m?Ae:ge,me,m?we:ye);k[S]=Se,L[S]=Se-me}t.modifiersData[n]=L}},requiresIfExists:["offset"]},{name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,r=e.state,n=e.name,o=e.options,i=r.elements.arrow,a=r.modifiersData.popperOffsets,s=K(r.placement),l=Z(s),c=[_,$].indexOf(s)>=0?"height":"width";if(i&&a){var u=function(e,t){return ce("number"!=typeof(e="function"==typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e)?e:ue(e,j))}(o.padding,r),d=E(i),p="y"===l?I:_,f="y"===l?N:$,h=r.rects.reference[c]+r.rects.reference[l]-a[l]-r.rects.popper[c],m=a[l]-r.rects.reference[l],v=P(i),g=v?"y"===l?v.clientHeight||0:v.clientWidth||0:0,y=h/2-m/2,b=u[p],x=g-d[c]-u[f],A=g/2-d[c]/2+y,w=pe(b,A,x),S=l;r.modifiersData[n]=((t={})[S]=w,t.centerOffset=w-A,t)}},effect:function(e){var t=e.state,r=e.options.element,n=void 0===r?"[data-popper-arrow]":r;null!=n&&("string"!=typeof n||(n=t.elements.popper.querySelector(n)))&&ae(t.elements.popper,n)&&(t.elements.arrow=n)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]},{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,r=e.name,n=t.rects.reference,o=t.rects.popper,i=t.modifiersData.preventOverflow,a=de(t,{elementContext:"reference"}),s=de(t,{altBoundary:!0}),l=fe(a,n),c=fe(s,o,i),u=he(l),d=he(c);t.modifiersData[r]={referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:u,hasPopperEscaped:d},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":d})}}]}),ve=r(70799),ge=r(1045),ye=r(26993),be=r(55349),xe=r(69500);function Ae(e){return"function"==typeof e?e():e}const we={},Se=o.forwardRef((function(e,t){const{anchorEl:r,children:n,direction:s,disablePortal:l,modifiers:c,open:u,placement:d,popperOptions:p,popperRef:f,slotProps:h={},slots:m={},TransitionProps:v,ownerState:g,...y}=e,b=o.useRef(null),x=(0,i.A)(b,t),A=o.useRef(null),w=(0,i.A)(A,f),S=o.useRef(w);(0,a.A)((()=>{S.current=w}),[w]),o.useImperativeHandle(f,(()=>A.current),[]);const k=function(e,t){if("ltr"===t)return e;switch(e){case"bottom-end":return"bottom-start";case"bottom-start":return"bottom-end";case"top-end":return"top-start";case"top-start":return"top-end";default:return e}}(d,s),[E,C]=o.useState(k),[T,R]=o.useState(Ae(r));o.useEffect((()=>{A.current&&A.current.forceUpdate()})),o.useEffect((()=>{r&&R(Ae(r))}),[r]),(0,a.A)((()=>{if(!T||!u)return;let e=[{name:"preventOverflow",options:{altBoundary:l}},{name:"flip",options:{altBoundary:l}},{name:"onUpdate",enabled:!0,phase:"afterWrite",fn:({state:e})=>{C(e.placement)}}];null!=c&&(e=e.concat(c)),p&&null!=p.modifiers&&(e=e.concat(p.modifiers));const t=me(T,b.current,{placement:k,...p,modifiers:e});return S.current(t),()=>{t.destroy(),S.current(null)}}),[T,l,c,u,p,k]);const M={placement:E};null!==v&&(M.TransitionProps=v);const O=(e=>{const{classes:t}=e;return(0,ve.A)({root:["root"]},be.b,t)})(e),P=m.root??"div",I=(0,ge.A)({elementType:P,externalSlotProps:h.root,externalForwardedProps:y,additionalProps:{role:"tooltip",ref:x},ownerState:e,className:O.root});return(0,xe.jsx)(P,{...I,children:"function"==typeof n?n(M):n})})),ke=o.forwardRef((function(e,t){const{anchorEl:r,children:n,container:i,direction:a="ltr",disablePortal:l=!1,keepMounted:c=!1,modifiers:u,open:d,placement:p="bottom",popperOptions:f=we,popperRef:h,style:m,transition:v=!1,slotProps:g={},slots:y={},...b}=e,[x,A]=o.useState(!0);if(!c&&!d&&(!v||x))return null;let w;if(i)w=i;else if(r){const e=Ae(r);w=e&&void 0!==e.nodeType?(0,s.A)(e).body:(0,s.A)(null).body}const S=d||!c||v&&!x?void 0:"none",k=v?{in:d,onEnter:()=>{A(!1)},onExited:()=>{A(!0)}}:void 0;return(0,xe.jsx)(ye.A,{disablePortal:l,container:w,children:(0,xe.jsx)(Se,{anchorEl:r,direction:a,disablePortal:l,modifiers:u,ref:t,open:v?!x:d,placement:p,popperOptions:f,popperRef:h,slotProps:g,slots:y,...b,style:{position:"fixed",top:0,left:0,display:S,...m},TransitionProps:k,children:n})})}));var Ee=r(51148),Ce=r(4785);const Te=(0,Ee.Ay)(ke,{name:"MuiPopper",slot:"Root",overridesResolver:(e,t)=>t.root})({}),Re=o.forwardRef((function(e,t){const r=(0,n.I)(),o=(0,Ce.b)({props:e,name:"MuiPopper"}),{anchorEl:i,component:a,components:s,componentsProps:l,container:c,disablePortal:u,keepMounted:d,modifiers:p,open:f,placement:h,popperOptions:m,popperRef:v,transition:g,slots:y,slotProps:b,...x}=o,A=y?.root??s?.Root,w={anchorEl:i,container:c,disablePortal:u,keepMounted:d,modifiers:p,open:f,placement:h,popperOptions:m,popperRef:v,transition:g,...x};return(0,xe.jsx)(Te,{as:a,direction:r?"rtl":"ltr",slots:{root:A},slotProps:b??l,...w,ref:t})}))},55349:(e,t,r)=>{"use strict";r.d(t,{b:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiPopper",e)}(0,n.A)("MuiPopper",["root"])},26993:(e,t,r)=>{"use strict";r.d(t,{A:()=>u});var n=r(7552),o=r(28485),i=r(29527),a=r(28325),s=r(83933),l=r(21337),c=r(69500);const u=n.forwardRef((function(e,t){const{children:r,container:u,disablePortal:d=!1}=e,[p,f]=n.useState(null),h=(0,i.A)((0,a.A)(r),t);if((0,s.A)((()=>{d||f(function(e){return"function"==typeof e?e():e}(u)||document.body)}),[u,d]),(0,s.A)((()=>{if(p&&!d)return(0,l.A)(t,p),()=>{(0,l.A)(t,null)}}),[t,p,d]),d){if(n.isValidElement(r)){const e={ref:h};return n.cloneElement(r,e)}return(0,c.jsx)(n.Fragment,{children:r})}return(0,c.jsx)(n.Fragment,{children:p?o.createPortal(r,p):p})}))},2187:(e,t,r)=>{"use strict";r.d(t,{A:()=>f});var n=r(7552),o=r(93878),i=r(70799),a=r(51148),s=r(60129),l=r(4785),c=r(16179),u=r(11263),d=r(69500);const p=(0,a.Ay)("div",{name:"MuiScopedCssBaseline",slot:"Root",overridesResolver:(e,t)=>t.root})((0,s.A)((({theme:e})=>{const t={};return e.colorSchemes&&Object.entries(e.colorSchemes).forEach((([r,n])=>{const o=e.getColorSchemeSelector(r);o.startsWith("@")?t[o]={colorScheme:n.palette?.mode}:t[`&${o.replace(/\s*&/,"")}`]={colorScheme:n.palette?.mode}})),{...(0,c.qy)(e,!1),...(0,c.rf)(e),"& *, & *::before, & *::after":{boxSizing:"inherit"},"& strong, & b":{fontWeight:e.typography.fontWeightBold},variants:[{props:{enableColorScheme:!0},style:e.vars?t:{colorScheme:e.palette.mode}}]}}))),f=n.forwardRef((function(e,t){const r=(0,l.b)({props:e,name:"MuiScopedCssBaseline"}),{className:n,component:a="div",enableColorScheme:s,...c}=r,f={...r,component:a},h=(e=>{const{classes:t}=e;return(0,i.A)({root:["root"]},u.r,t)})(f);return(0,d.jsx)(p,{as:a,className:(0,o.A)(h.root,n),ref:t,ownerState:f,...c})}))},11263:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,r:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiScopedCssBaseline",e)}const a=(0,n.A)("MuiScopedCssBaseline",["root"])},98360:(e,t,r)=>{"use strict";r.d(t,{A:()=>B});var n,o=r(7552),i=r(93878),a=r(78745),s=r(28325),l=r(51569),c=(r(19487),r(70799)),u=r(50089),d=r(6676),p=r(15622),f=r(2051),h=r(39923),m=r(53999),v=r(51148),g=r(36674),y=r(51584),b=r(77259),x=r(10613),A=r(69500);const w=(0,v.Ay)(h.y3,{name:"MuiSelect",slot:"Select",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[{[`&.${x.A.select}`]:t.select},{[`&.${x.A.select}`]:t[r.variant]},{[`&.${x.A.error}`]:t.error},{[`&.${x.A.multiple}`]:t.multiple}]}})({[`&.${x.A.select}`]:{height:"auto",minHeight:"1.4375em",textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"}}),S=(0,v.Ay)(h.nE,{name:"MuiSelect",slot:"Icon",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.icon,r.variant&&t[`icon${(0,p.A)(r.variant)}`],r.open&&t.iconOpen]}})({}),k=(0,v.Ay)("input",{shouldForwardProp:e=>(0,g.A)(e)&&"classes"!==e,name:"MuiSelect",slot:"NativeInput",overridesResolver:(e,t)=>t.nativeInput})({bottom:0,left:0,position:"absolute",opacity:0,pointerEvents:"none",width:"100%",boxSizing:"border-box"});function E(e,t){return"object"==typeof t&&null!==t?e===t:String(e)===String(t)}function C(e){return null==e||"string"==typeof e&&!e.trim()}const T=o.forwardRef((function(e,t){const{"aria-describedby":r,"aria-label":a,autoFocus:s,autoWidth:h,children:v,className:g,defaultOpen:T,defaultValue:R,disabled:M,displayEmpty:O,error:P=!1,IconComponent:I,inputRef:N,labelId:$,MenuProps:_={},multiple:L,name:j,onBlur:z,onChange:D,onClose:F,onFocus:B,onOpen:W,open:H,readOnly:U,renderValue:V,SelectDisplayProps:q={},tabIndex:X,type:Y,value:G,variant:K="standard",...J}=e,[Z,Q]=(0,b.A)({controlled:G,default:R,name:"Select"}),[ee,te]=(0,b.A)({controlled:H,default:T,name:"Select"}),re=o.useRef(null),ne=o.useRef(null),[oe,ie]=o.useState(null),{current:ae}=o.useRef(null!=H),[se,le]=o.useState(),ce=(0,y.A)(t,N),ue=o.useCallback((e=>{ne.current=e,e&&ie(e)}),[]),de=oe?.parentNode;o.useImperativeHandle(ce,(()=>({focus:()=>{ne.current.focus()},node:re.current,value:Z})),[Z]),o.useEffect((()=>{T&&ee&&oe&&!ae&&(le(h?null:de.clientWidth),ne.current.focus())}),[oe,h]),o.useEffect((()=>{s&&ne.current.focus()}),[s]),o.useEffect((()=>{if(!$)return;const e=(0,d.A)(ne.current).getElementById($);if(e){const t=()=>{getSelection().isCollapsed&&ne.current.focus()};return e.addEventListener("click",t),()=>{e.removeEventListener("click",t)}}}),[$]);const pe=(e,t)=>{e?W&&W(t):F&&F(t),ae||(le(h?null:de.clientWidth),te(e))},fe=o.Children.toArray(v),he=e=>t=>{let r;if(t.currentTarget.hasAttribute("tabindex")){if(L){r=Array.isArray(Z)?Z.slice():[];const t=Z.indexOf(e.props.value);-1===t?r.push(e.props.value):r.splice(t,1)}else r=e.props.value;if(e.props.onClick&&e.props.onClick(t),Z!==r&&(Q(r),D)){const n=t.nativeEvent||t,o=new n.constructor(n.type,n);Object.defineProperty(o,"target",{writable:!0,value:{value:r,name:j}}),D(o,e)}L||pe(!1,t)}},me=null!==oe&ⅇlet ve,ge;delete J["aria-invalid"];const ye=[];let be=!1,xe=!1;((0,m.lq)({value:Z})||O)&&(V?ve=V(Z):be=!0);const Ae=fe.map((e=>{if(!o.isValidElement(e))return null;let t;if(L){if(!Array.isArray(Z))throw new Error((0,l.A)(2));t=Z.some((t=>E(t,e.props.value))),t&&be&&ye.push(e.props.children)}else t=E(Z,e.props.value),t&&be&&(ge=e.props.children);return t&&(xe=!0),o.cloneElement(e,{"aria-selected":t?"true":"false",onClick:he(e),onKeyUp:t=>{" "===t.key&&t.preventDefault(),e.props.onKeyUp&&e.props.onKeyUp(t)},role:"option",selected:t,value:void 0,"data-value":e.props.value})}));be&&(ve=L?0===ye.length?null:ye.reduce(((e,t,r)=>(e.push(t),r<ye.length-1&&e.push(", "),e)),[]):ge);let we,Se=se;!h&&ae&&oe&&(Se=de.clientWidth),we=void 0!==X?X:M?null:0;const ke=q.id||(j?`mui-component-select-${j}`:void 0),Ee={...e,variant:K,value:Z,open:me,error:P},Ce=(e=>{const{classes:t,variant:r,disabled:n,multiple:o,open:i,error:a}=e,s={select:["select",r,n&&"disabled",o&&"multiple",a&&"error"],icon:["icon",`icon${(0,p.A)(r)}`,i&&"iconOpen",n&&"disabled"],nativeInput:["nativeInput"]};return(0,c.A)(s,x.T,t)})(Ee),Te={..._.PaperProps,..._.slotProps?.paper},Re=(0,u.A)();return(0,A.jsxs)(o.Fragment,{children:[(0,A.jsx)(w,{as:"div",ref:ue,tabIndex:we,role:"combobox","aria-controls":Re,"aria-disabled":M?"true":void 0,"aria-expanded":me?"true":"false","aria-haspopup":"listbox","aria-label":a,"aria-labelledby":[$,ke].filter(Boolean).join(" ")||void 0,"aria-describedby":r,onKeyDown:e=>{U||[" ","ArrowUp","ArrowDown","Enter"].includes(e.key)&&(e.preventDefault(),pe(!0,e))},onMouseDown:M||U?null:e=>{0===e.button&&(e.preventDefault(),ne.current.focus(),pe(!0,e))},onBlur:e=>{!me&&z&&(Object.defineProperty(e,"target",{writable:!0,value:{value:Z,name:j}}),z(e))},onFocus:B,...q,ownerState:Ee,className:(0,i.A)(q.className,Ce.select,g),id:ke,children:C(ve)?n||(n=(0,A.jsx)("span",{className:"notranslate",children:""})):ve}),(0,A.jsx)(k,{"aria-invalid":P,value:Array.isArray(Z)?Z.join(","):Z,name:j,ref:re,"aria-hidden":!0,onChange:e=>{const t=fe.find((t=>t.props.value===e.target.value));void 0!==t&&(Q(t.props.value),D&&D(e,t))},tabIndex:-1,disabled:M,className:Ce.nativeInput,autoFocus:s,...J,ownerState:Ee}),(0,A.jsx)(S,{as:I,className:Ce.icon,ownerState:Ee}),(0,A.jsx)(f.A,{id:`menu-${j||""}`,anchorEl:de,open:me,onClose:e=>{pe(!1,e)},anchorOrigin:{vertical:"bottom",horizontal:"center"},transformOrigin:{vertical:"top",horizontal:"center"},..._,MenuListProps:{"aria-labelledby":$,role:"listbox","aria-multiselectable":L?"true":void 0,disableListWrap:!0,id:Re,..._.MenuListProps},slotProps:{..._.slotProps,paper:{...Te,style:{minWidth:Se,...null!=Te?Te.style:null}}},children:Ae})]})}));var R=r(32498),M=r(33960),O=r(62646),P=r(60947),I=r(29287),N=r(28172),$=r(31049),_=r(55270);const L={name:"MuiSelect",overridesResolver:(e,t)=>t.root,shouldForwardProp:e=>(0,_.A)(e)&&"variant"!==e,slot:"Root"},j=(0,v.Ay)(P.A,L)(""),z=(0,v.Ay)(N.A,L)(""),D=(0,v.Ay)(I.A,L)(""),F=o.forwardRef((function(e,t){const r=(0,$.A)({name:"MuiSelect",props:e}),{autoWidth:n=!1,children:l,classes:c={},className:u,defaultOpen:d=!1,displayEmpty:p=!1,IconComponent:f=O.A,id:m,input:v,inputProps:g,label:b,labelId:x,MenuProps:w,multiple:S=!1,native:k=!1,onClose:E,onOpen:C,open:P,renderValue:I,SelectDisplayProps:N,variant:_="outlined",...L}=r,F=k?h.Ay:T,B=(0,M.A)(),W=(0,R.A)({props:r,muiFormControl:B,states:["variant","error"]}),H=W.variant||_,U={...r,variant:H,classes:c},V=(e=>{const{classes:t}=e;return t})(U),{root:q,...X}=V,Y=v||{standard:(0,A.jsx)(j,{ownerState:U}),outlined:(0,A.jsx)(z,{label:b,ownerState:U}),filled:(0,A.jsx)(D,{ownerState:U})}[H],G=(0,y.A)(t,(0,s.A)(Y));return(0,A.jsx)(o.Fragment,{children:o.cloneElement(Y,{inputComponent:F,inputProps:{children:l,error:W.error,IconComponent:f,variant:H,type:void 0,multiple:S,...k?{id:m}:{autoWidth:n,defaultOpen:d,displayEmpty:p,labelId:x,MenuProps:w,onClose:E,onOpen:C,open:P,renderValue:I,SelectDisplayProps:{id:m,...N}},...g,classes:g?(0,a.A)(X,g.classes):X,...v?v.props.inputProps:{}},...(S&&k||p)&&"outlined"===H?{notched:!0}:{},ref:G,className:(0,i.A)(Y.props.className,u,V.root),...!v&&{variant:H},...L})})}));F.muiName="Select";const B=F},10613:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,T:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiSelect",e)}const a=(0,n.A)("MuiSelect",["root","select","multiple","filled","outlined","standard","disabled","focused","icon","iconOpen","iconFilled","iconOutlined","iconStandard","nativeInput","error"])},77005:(e,t,r)=>{"use strict";r.d(t,{d6:()=>V,xO:()=>q,Ww:()=>B,g1:()=>F,OQ:()=>H,hB:()=>W,nx:()=>U,Ay:()=>G});var n=r(7552),o=r(93878),i=r(70799),a=r(72639),s=r(93876),l=r(1045),c=r(99305),u=r(97609),d=r(93801),p=r(29527),f=r(91527),h=r(83933),m=r(89887),v=r(25649),g=r(29091);function y(e,t){return e-t}function b(e,t){const{index:r}=e.reduce(((e,r,n)=>{const o=Math.abs(t-r);return null===e||o<e.distance||o===e.distance?{distance:o,index:n}:e}),null)??{};return r}function x(e,t){if(void 0!==t.current&&e.changedTouches){const r=e;for(let e=0;e<r.changedTouches.length;e+=1){const n=r.changedTouches[e];if(n.identifier===t.current)return{x:n.clientX,y:n.clientY}}return!1}return{x:e.clientX,y:e.clientY}}function A(e,t,r){return 100*(e-t)/(r-t)}function w({values:e,newValue:t,index:r}){const n=e.slice();return n[r]=t,n.sort(y)}function S({sliderRef:e,activeIndex:t,setActive:r}){const n=(0,c.A)(e.current);e.current?.contains(n.activeElement)&&Number(n?.activeElement?.getAttribute("data-index"))===t||e.current?.querySelector(`[type="range"][data-index="${t}"]`).focus(),r&&r(t)}function k(e,t){return"number"==typeof e&&"number"==typeof t?e===t:"object"==typeof e&&"object"==typeof t&&function(e,t,r=(e,t)=>e===t){return e.length===t.length&&e.every(((e,n)=>r(e,t[n])))}(e,t)}const E={horizontal:{offset:e=>({left:`${e}%`}),leap:e=>({width:`${e}%`})},"horizontal-reverse":{offset:e=>({right:`${e}%`}),leap:e=>({width:`${e}%`})},vertical:{offset:e=>({bottom:`${e}%`}),leap:e=>({height:`${e}%`})}},C=e=>e;let T;function R(){return void 0===T&&(T="undefined"==typeof CSS||"function"!=typeof CSS.supports||CSS.supports("touch-action","none")),T}function M(e){const{"aria-labelledby":t,defaultValue:r,disabled:o=!1,disableSwap:i=!1,isRtl:a=!1,marks:s=!1,max:l=100,min:T=0,name:M,onChange:O,onChangeCommitted:P,orientation:I="horizontal",rootRef:N,scale:$=C,step:_=1,shiftStep:L=10,tabIndex:j,value:z}=e,D=n.useRef(void 0),[F,B]=n.useState(-1),[W,H]=n.useState(-1),[U,V]=n.useState(!1),q=n.useRef(0),[X,Y]=(0,u.A)({controlled:z,default:r??T,name:"Slider"}),G=O&&((e,t,r)=>{const n=e.nativeEvent||e,o=new n.constructor(n.type,n);Object.defineProperty(o,"target",{writable:!0,value:{value:t,name:M}}),O(o,t,r)}),K=Array.isArray(X);let J=K?X.slice().sort(y):[X];J=J.map((e=>null==e?T:(0,d.A)(e,T,l)));const Z=!0===s&&null!==_?[...Array(Math.floor((l-T)/_)+1)].map(((e,t)=>({value:T+_*t}))):s||[],Q=Z.map((e=>e.value)),[ee,te]=n.useState(-1),re=n.useRef(null),ne=(0,p.A)(N,re),oe=e=>t=>{const r=Number(t.currentTarget.getAttribute("data-index"));(0,f.A)(t.target)&&te(r),H(r),e?.onFocus?.(t)},ie=e=>t=>{(0,f.A)(t.target)||te(-1),H(-1),e?.onBlur?.(t)},ae=(e,t)=>{const r=Number(e.currentTarget.getAttribute("data-index")),n=J[r],o=Q.indexOf(n);let a=t;if(Z&&null==_){const e=Q[Q.length-1];a=a>e?e:a<Q[0]?Q[0]:a<n?Q[o-1]:Q[o+1]}if(a=(0,d.A)(a,T,l),K){i&&(a=(0,d.A)(a,J[r-1]||-1/0,J[r+1]||1/0));const e=a;a=w({values:J,newValue:a,index:r});let t=r;i||(t=a.indexOf(e)),S({sliderRef:re,activeIndex:t})}Y(a),te(r),G&&!k(a,X)&&G(e,a,r),P&&P(e,a)},se=e=>t=>{if(null!==_){const e=Number(t.currentTarget.getAttribute("data-index")),r=J[e];let n=null;("ArrowLeft"===t.key||"ArrowDown"===t.key)&&t.shiftKey||"PageDown"===t.key?n=Math.max(r-L,T):(("ArrowRight"===t.key||"ArrowUp"===t.key)&&t.shiftKey||"PageUp"===t.key)&&(n=Math.min(r+L,l)),null!==n&&(ae(t,n),t.preventDefault())}e?.onKeyDown?.(t)};(0,h.A)((()=>{o&&re.current.contains(document.activeElement)&&document.activeElement?.blur()}),[o]),o&&-1!==F&&B(-1),o&&-1!==ee&&te(-1);const le=n.useRef(void 0);let ce=I;a&&"horizontal"===I&&(ce+="-reverse");const ue=({finger:e,move:t=!1})=>{const{current:r}=re,{width:n,height:o,bottom:a,left:s}=r.getBoundingClientRect();let c,u;if(c=ce.startsWith("vertical")?(a-e.y)/o:(e.x-s)/n,ce.includes("-reverse")&&(c=1-c),u=function(e,t,r){return(r-t)*e+t}(c,T,l),_)u=function(e,t,r){const n=Math.round((e-r)/t)*t+r;return Number(n.toFixed(function(e){if(Math.abs(e)<1){const t=e.toExponential().split("e-"),r=t[0].split(".")[1];return(r?r.length:0)+parseInt(t[1],10)}const t=e.toString().split(".")[1];return t?t.length:0}(t)))}(u,_,T);else{const e=b(Q,u);u=Q[e]}u=(0,d.A)(u,T,l);let p=0;if(K){p=t?le.current:b(J,u),i&&(u=(0,d.A)(u,J[p-1]||-1/0,J[p+1]||1/0));const e=u;u=w({values:J,newValue:u,index:p}),i&&t||(p=u.indexOf(e),le.current=p)}return{newValue:u,activeIndex:p}},de=(0,m.A)((e=>{const t=x(e,D);if(!t)return;if(q.current+=1,"mousemove"===e.type&&0===e.buttons)return void pe(e);const{newValue:r,activeIndex:n}=ue({finger:t,move:!0});S({sliderRef:re,activeIndex:n,setActive:B}),Y(r),!U&&q.current>2&&V(!0),G&&!k(r,X)&&G(e,r,n)})),pe=(0,m.A)((e=>{const t=x(e,D);if(V(!1),!t)return;const{newValue:r}=ue({finger:t,move:!0});B(-1),"touchend"===e.type&&H(-1),P&&P(e,r),D.current=void 0,he()})),fe=(0,m.A)((e=>{if(o)return;R()||e.preventDefault();const t=e.changedTouches[0];null!=t&&(D.current=t.identifier);const r=x(e,D);if(!1!==r){const{newValue:t,activeIndex:n}=ue({finger:r});S({sliderRef:re,activeIndex:n,setActive:B}),Y(t),G&&!k(t,X)&&G(e,t,n)}q.current=0;const n=(0,c.A)(re.current);n.addEventListener("touchmove",de,{passive:!0}),n.addEventListener("touchend",pe,{passive:!0})})),he=n.useCallback((()=>{const e=(0,c.A)(re.current);e.removeEventListener("mousemove",de),e.removeEventListener("mouseup",pe),e.removeEventListener("touchmove",de),e.removeEventListener("touchend",pe)}),[pe,de]);n.useEffect((()=>{const{current:e}=re;return e.addEventListener("touchstart",fe,{passive:R()}),()=>{e.removeEventListener("touchstart",fe),he()}}),[he,fe]),n.useEffect((()=>{o&&he()}),[o,he]);const me=A(K?J[0]:T,T,l),ve=A(J[J.length-1],T,l)-me,ge=e=>t=>{e.onMouseLeave?.(t),H(-1)};return{active:F,axis:ce,axisProps:E,dragging:U,focusedThumbIndex:ee,getHiddenInputProps:(r={})=>{const n=(0,g.A)(r),i={onChange:(s=n||{},e=>{s.onChange?.(e),ae(e,e.target.valueAsNumber)}),onFocus:oe(n||{}),onBlur:ie(n||{}),onKeyDown:se(n||{})};var s;const c={...n,...i};return{tabIndex:j,"aria-labelledby":t,"aria-orientation":I,"aria-valuemax":$(l),"aria-valuemin":$(T),name:M,type:"range",min:e.min,max:e.max,step:null===e.step&&e.marks?"any":e.step??void 0,disabled:o,...r,...c,style:{...v.A,direction:a?"rtl":"ltr",width:"100%",height:"100%"}}},getRootProps:(e={})=>{const t=(0,g.A)(e),r={onMouseDown:(n=t||{},e=>{if(n.onMouseDown?.(e),o)return;if(e.defaultPrevented)return;if(0!==e.button)return;e.preventDefault();const t=x(e,D);if(!1!==t){const{newValue:r,activeIndex:n}=ue({finger:t});S({sliderRef:re,activeIndex:n,setActive:B}),Y(r),G&&!k(r,X)&&G(e,r,n)}q.current=0;const r=(0,c.A)(re.current);r.addEventListener("mousemove",de,{passive:!0}),r.addEventListener("mouseup",pe)})};var n;const i={...t,...r};return{...e,ref:ne,...i}},getThumbProps:(e={})=>{const t=(0,g.A)(e),r={onMouseOver:(n=t||{},e=>{n.onMouseOver?.(e);const t=Number(e.currentTarget.getAttribute("data-index"));H(t)}),onMouseLeave:ge(t||{})};var n;return{...e,...t,...r}},marks:Z,open:W,range:K,rootRef:ne,trackLeap:ve,trackOffset:me,values:J,getThumbStyle:e=>({pointerEvents:-1!==F&&F!==e?"none":void 0})}}var O=r(23879),P=r(51148),I=r(60129),N=r(4785),$=r(36674);var _=r(15622),L=r(58520),j=r(19951),z=r(69500);function D(e){return e}const F=(0,P.Ay)("span",{name:"MuiSlider",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,t[`color${(0,_.A)(r.color)}`],"medium"!==r.size&&t[`size${(0,_.A)(r.size)}`],r.marked&&t.marked,"vertical"===r.orientation&&t.vertical,"inverted"===r.track&&t.trackInverted,!1===r.track&&t.trackFalse]}})((0,I.A)((({theme:e})=>({borderRadius:12,boxSizing:"content-box",display:"inline-block",position:"relative",cursor:"pointer",touchAction:"none",WebkitTapHighlightColor:"transparent","@media print":{colorAdjust:"exact"},[`&.${j.A.disabled}`]:{pointerEvents:"none",cursor:"default",color:(e.vars||e).palette.grey[400]},[`&.${j.A.dragging}`]:{[`& .${j.A.thumb}, & .${j.A.track}`]:{transition:"none"}},variants:[...Object.entries(e.palette).filter((0,L.A)()).map((([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}}))),{props:{orientation:"horizontal"},style:{height:4,width:"100%",padding:"13px 0","@media (pointer: coarse)":{padding:"20px 0"}}},{props:{orientation:"horizontal",size:"small"},style:{height:2}},{props:{orientation:"horizontal",marked:!0},style:{marginBottom:20}},{props:{orientation:"vertical"},style:{height:"100%",width:4,padding:"0 13px","@media (pointer: coarse)":{padding:"0 20px"}}},{props:{orientation:"vertical",size:"small"},style:{width:2}},{props:{orientation:"vertical",marked:!0},style:{marginRight:44}}]})))),B=(0,P.Ay)("span",{name:"MuiSlider",slot:"Rail",overridesResolver:(e,t)=>t.rail})({display:"block",position:"absolute",borderRadius:"inherit",backgroundColor:"currentColor",opacity:.38,variants:[{props:{orientation:"horizontal"},style:{width:"100%",height:"inherit",top:"50%",transform:"translateY(-50%)"}},{props:{orientation:"vertical"},style:{height:"100%",width:"inherit",left:"50%",transform:"translateX(-50%)"}},{props:{track:"inverted"},style:{opacity:1}}]}),W=(0,P.Ay)("span",{name:"MuiSlider",slot:"Track",overridesResolver:(e,t)=>t.track})((0,I.A)((({theme:e})=>({display:"block",position:"absolute",borderRadius:"inherit",border:"1px solid currentColor",backgroundColor:"currentColor",transition:e.transitions.create(["left","width","bottom","height"],{duration:e.transitions.duration.shortest}),variants:[{props:{size:"small"},style:{border:"none"}},{props:{orientation:"horizontal"},style:{height:"inherit",top:"50%",transform:"translateY(-50%)"}},{props:{orientation:"vertical"},style:{width:"inherit",left:"50%",transform:"translateX(-50%)"}},{props:{track:!1},style:{display:"none"}},...Object.entries(e.palette).filter((0,L.A)()).map((([t])=>({props:{color:t,track:"inverted"},style:{...e.vars?{backgroundColor:e.vars.palette.Slider[`${t}Track`],borderColor:e.vars.palette.Slider[`${t}Track`]}:{backgroundColor:(0,a.a)(e.palette[t].main,.62),borderColor:(0,a.a)(e.palette[t].main,.62),...e.applyStyles("dark",{backgroundColor:(0,a.e$)(e.palette[t].main,.5)}),...e.applyStyles("dark",{borderColor:(0,a.e$)(e.palette[t].main,.5)})}}})))]})))),H=(0,P.Ay)("span",{name:"MuiSlider",slot:"Thumb",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.thumb,t[`thumbColor${(0,_.A)(r.color)}`],"medium"!==r.size&&t[`thumbSize${(0,_.A)(r.size)}`]]}})((0,I.A)((({theme:e})=>({position:"absolute",width:20,height:20,boxSizing:"border-box",borderRadius:"50%",outline:0,backgroundColor:"currentColor",display:"flex",alignItems:"center",justifyContent:"center",transition:e.transitions.create(["box-shadow","left","bottom"],{duration:e.transitions.duration.shortest}),"&::before":{position:"absolute",content:'""',borderRadius:"inherit",width:"100%",height:"100%",boxShadow:(e.vars||e).shadows[2]},"&::after":{position:"absolute",content:'""',borderRadius:"50%",width:42,height:42,top:"50%",left:"50%",transform:"translate(-50%, -50%)"},[`&.${j.A.disabled}`]:{"&:hover":{boxShadow:"none"}},variants:[{props:{size:"small"},style:{width:12,height:12,"&::before":{boxShadow:"none"}}},{props:{orientation:"horizontal"},style:{top:"50%",transform:"translate(-50%, -50%)"}},{props:{orientation:"vertical"},style:{left:"50%",transform:"translate(-50%, 50%)"}},...Object.entries(e.palette).filter((0,L.A)()).map((([t])=>({props:{color:t},style:{[`&:hover, &.${j.A.focusVisible}`]:{...e.vars?{boxShadow:`0px 0px 0px 8px rgba(${e.vars.palette[t].mainChannel} / 0.16)`}:{boxShadow:`0px 0px 0px 8px ${(0,a.X4)(e.palette[t].main,.16)}`},"@media (hover: none)":{boxShadow:"none"}},[`&.${j.A.active}`]:{...e.vars?{boxShadow:`0px 0px 0px 14px rgba(${e.vars.palette[t].mainChannel} / 0.16)`}:{boxShadow:`0px 0px 0px 14px ${(0,a.X4)(e.palette[t].main,.16)}`}}}})))]})))),U=(0,P.Ay)((function(e){const{children:t,className:r,value:i}=e,a=(e=>{const{open:t}=e;return{offset:(0,o.A)(t&&j.A.valueLabelOpen),circle:j.A.valueLabelCircle,label:j.A.valueLabelLabel}})(e);return t?n.cloneElement(t,{className:(0,o.A)(t.props.className)},(0,z.jsxs)(n.Fragment,{children:[t.props.children,(0,z.jsx)("span",{className:(0,o.A)(a.offset,r),"aria-hidden":!0,children:(0,z.jsx)("span",{className:a.circle,children:(0,z.jsx)("span",{className:a.label,children:i})})})]})):null}),{name:"MuiSlider",slot:"ValueLabel",overridesResolver:(e,t)=>t.valueLabel})((0,I.A)((({theme:e})=>({zIndex:1,whiteSpace:"nowrap",...e.typography.body2,fontWeight:500,transition:e.transitions.create(["transform"],{duration:e.transitions.duration.shortest}),position:"absolute",backgroundColor:(e.vars||e).palette.grey[600],borderRadius:2,color:(e.vars||e).palette.common.white,display:"flex",alignItems:"center",justifyContent:"center",padding:"0.25rem 0.75rem",variants:[{props:{orientation:"horizontal"},style:{transform:"translateY(-100%) scale(0)",top:"-10px",transformOrigin:"bottom center","&::before":{position:"absolute",content:'""',width:8,height:8,transform:"translate(-50%, 50%) rotate(45deg)",backgroundColor:"inherit",bottom:0,left:"50%"},[`&.${j.A.valueLabelOpen}`]:{transform:"translateY(-100%) scale(1)"}}},{props:{orientation:"vertical"},style:{transform:"translateY(-50%) scale(0)",right:"30px",top:"50%",transformOrigin:"right center","&::before":{position:"absolute",content:'""',width:8,height:8,transform:"translate(-50%, -50%) rotate(45deg)",backgroundColor:"inherit",right:-8,top:"50%"},[`&.${j.A.valueLabelOpen}`]:{transform:"translateY(-50%) scale(1)"}}},{props:{size:"small"},style:{fontSize:e.typography.pxToRem(12),padding:"0.25rem 0.5rem"}},{props:{orientation:"vertical",size:"small"},style:{right:"20px"}}]})))),V=(0,P.Ay)("span",{name:"MuiSlider",slot:"Mark",shouldForwardProp:e=>(0,$.A)(e)&&"markActive"!==e,overridesResolver:(e,t)=>{const{markActive:r}=e;return[t.mark,r&&t.markActive]}})((0,I.A)((({theme:e})=>({position:"absolute",width:2,height:2,borderRadius:1,backgroundColor:"currentColor",variants:[{props:{orientation:"horizontal"},style:{top:"50%",transform:"translate(-1px, -50%)"}},{props:{orientation:"vertical"},style:{left:"50%",transform:"translate(-50%, 1px)"}},{props:{markActive:!0},style:{backgroundColor:(e.vars||e).palette.background.paper,opacity:.8}}]})))),q=(0,P.Ay)("span",{name:"MuiSlider",slot:"MarkLabel",shouldForwardProp:e=>(0,$.A)(e)&&"markLabelActive"!==e,overridesResolver:(e,t)=>t.markLabel})((0,I.A)((({theme:e})=>({...e.typography.body2,color:(e.vars||e).palette.text.secondary,position:"absolute",whiteSpace:"nowrap",variants:[{props:{orientation:"horizontal"},style:{top:30,transform:"translateX(-50%)","@media (pointer: coarse)":{top:40}}},{props:{orientation:"vertical"},style:{left:36,transform:"translateY(50%)","@media (pointer: coarse)":{left:44}}},{props:{markLabelActive:!0},style:{color:(e.vars||e).palette.text.primary}}]})))),X=({children:e})=>e,Y=n.forwardRef((function(e,t){const r=(0,N.b)({props:e,name:"MuiSlider"}),a=(0,s.I)(),{"aria-label":c,"aria-valuetext":u,"aria-labelledby":d,component:p="span",components:f={},componentsProps:h={},color:m="primary",classes:v,className:g,disableSwap:y=!1,disabled:b=!1,getAriaLabel:x,getAriaValueText:w,marks:S=!1,max:k=100,min:E=0,name:C,onChange:T,onChangeCommitted:R,orientation:P="horizontal",shiftStep:I=10,size:$="medium",step:L=1,scale:Y=D,slotProps:G,slots:K,tabIndex:J,track:Z="normal",value:Q,valueLabelDisplay:ee="off",valueLabelFormat:te=D,...re}=r,ne={...r,isRtl:a,max:k,min:E,classes:v,disabled:b,disableSwap:y,orientation:P,marks:S,color:m,size:$,step:L,shiftStep:I,scale:Y,track:Z,valueLabelDisplay:ee,valueLabelFormat:te},{axisProps:oe,getRootProps:ie,getHiddenInputProps:ae,getThumbProps:se,open:le,active:ce,axis:ue,focusedThumbIndex:de,range:pe,dragging:fe,marks:he,values:me,trackOffset:ve,trackLeap:ge,getThumbStyle:ye}=M({...ne,rootRef:t});ne.marked=he.length>0&&he.some((e=>e.label)),ne.dragging=fe,ne.focusedThumbIndex=de;const be=(e=>{const{disabled:t,dragging:r,marked:n,orientation:o,track:a,classes:s,color:l,size:c}=e,u={root:["root",t&&"disabled",r&&"dragging",n&&"marked","vertical"===o&&"vertical","inverted"===a&&"trackInverted",!1===a&&"trackFalse",l&&`color${(0,_.A)(l)}`,c&&`size${(0,_.A)(c)}`],rail:["rail"],track:["track"],mark:["mark"],markActive:["markActive"],markLabel:["markLabel"],markLabelActive:["markLabelActive"],valueLabel:["valueLabel"],thumb:["thumb",t&&"disabled",c&&`thumbSize${(0,_.A)(c)}`,l&&`thumbColor${(0,_.A)(l)}`],active:["active"],disabled:["disabled"],focusVisible:["focusVisible"]};return(0,i.A)(u,j.W,s)})(ne),xe=K?.root??f.Root??F,Ae=K?.rail??f.Rail??B,we=K?.track??f.Track??W,Se=K?.thumb??f.Thumb??H,ke=K?.valueLabel??f.ValueLabel??U,Ee=K?.mark??f.Mark??V,Ce=K?.markLabel??f.MarkLabel??q,Te=K?.input??f.Input??"input",Re=G?.root??h.root,Me=G?.rail??h.rail,Oe=G?.track??h.track,Pe=G?.thumb??h.thumb,Ie=G?.valueLabel??h.valueLabel,Ne=G?.mark??h.mark,$e=G?.markLabel??h.markLabel,_e=G?.input??h.input,Le=(0,l.A)({elementType:xe,getSlotProps:ie,externalSlotProps:Re,externalForwardedProps:re,additionalProps:{...(Ue=xe,(!Ue||!(0,O.A)(Ue))&&{as:p})},ownerState:{...ne,...Re?.ownerState},className:[be.root,g]}),je=(0,l.A)({elementType:Ae,externalSlotProps:Me,ownerState:ne,className:be.rail}),ze=(0,l.A)({elementType:we,externalSlotProps:Oe,additionalProps:{style:{...oe[ue].offset(ve),...oe[ue].leap(ge)}},ownerState:{...ne,...Oe?.ownerState},className:be.track}),De=(0,l.A)({elementType:Se,getSlotProps:se,externalSlotProps:Pe,ownerState:{...ne,...Pe?.ownerState},className:be.thumb}),Fe=(0,l.A)({elementType:ke,externalSlotProps:Ie,ownerState:{...ne,...Ie?.ownerState},className:be.valueLabel}),Be=(0,l.A)({elementType:Ee,externalSlotProps:Ne,ownerState:ne,className:be.mark}),We=(0,l.A)({elementType:Ce,externalSlotProps:$e,ownerState:ne,className:be.markLabel}),He=(0,l.A)({elementType:Te,getSlotProps:ae,externalSlotProps:_e,ownerState:ne});var Ue;return(0,z.jsxs)(xe,{...Le,children:[(0,z.jsx)(Ae,{...je}),(0,z.jsx)(we,{...ze}),he.filter((e=>e.value>=E&&e.value<=k)).map(((e,t)=>{const r=A(e.value,E,k),i=oe[ue].offset(r);let a;return a=!1===Z?me.includes(e.value):"normal"===Z&&(pe?e.value>=me[0]&&e.value<=me[me.length-1]:e.value<=me[0])||"inverted"===Z&&(pe?e.value<=me[0]||e.value>=me[me.length-1]:e.value>=me[0]),(0,z.jsxs)(n.Fragment,{children:[(0,z.jsx)(Ee,{"data-index":t,...Be,...!(0,O.A)(Ee)&&{markActive:a},style:{...i,...Be.style},className:(0,o.A)(Be.className,a&&be.markActive)}),null!=e.label?(0,z.jsx)(Ce,{"aria-hidden":!0,"data-index":t,...We,...!(0,O.A)(Ce)&&{markLabelActive:a},style:{...i,...We.style},className:(0,o.A)(be.markLabel,We.className,a&&be.markLabelActive),children:e.label}):null]},t)})),me.map(((e,t)=>{const r=A(e,E,k),n=oe[ue].offset(r),i="off"===ee?X:ke;return(0,z.jsx)(i,{...!(0,O.A)(i)&&{valueLabelFormat:te,valueLabelDisplay:ee,value:"function"==typeof te?te(Y(e),t):te,index:t,open:le===t||ce===t||"on"===ee,disabled:b},...Fe,children:(0,z.jsx)(Se,{"data-index":t,...De,className:(0,o.A)(be.thumb,De.className,ce===t&&be.active,de===t&&be.focusVisible),style:{...n,...ye(t),...De.style},children:(0,z.jsx)(Te,{"data-index":t,"aria-label":x?x(t):c,"aria-valuenow":Y(e),"aria-labelledby":d,"aria-valuetext":w?w(Y(e),t):u,value:me[t],...He})})},t)}))]})})),G=Y},19951:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,W:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiSlider",e)}const a=(0,n.A)("MuiSlider",["root","active","colorPrimary","colorSecondary","colorError","colorInfo","colorSuccess","colorWarning","disabled","dragging","focusVisible","mark","markActive","marked","markLabel","markLabelActive","rail","sizeSmall","thumb","thumbColorPrimary","thumbColorSecondary","thumbColorError","thumbColorSuccess","thumbColorInfo","thumbColorWarning","track","trackInverted","trackFalse","thumbSizeSmall","valueLabel","valueLabelOpen","valueLabelCircle","valueLabelLabel","vertical"])},2859:(e,t,r)=>{"use strict";r.d(t,{A:()=>h});var n=r(7552),o=r(93878),i=r(70799),a=r(15622),s=r(51148),l=r(60129),c=r(4785),u=r(92703),d=r(69500);const p=(0,s.Ay)("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,"inherit"!==r.color&&t[`color${(0,a.A)(r.color)}`],t[`fontSize${(0,a.A)(r.fontSize)}`]]}})((0,l.A)((({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}}]})))),f=n.forwardRef((function(e,t){const r=(0,c.b)({props:e,name:"MuiSvgIcon"}),{children:s,className:l,color:f="inherit",component:h="svg",fontSize:m="medium",htmlColor:v,inheritViewBox:g=!1,titleAccess:y,viewBox:b="0 0 24 24",...x}=r,A=n.isValidElement(s)&&"svg"===s.type,w={...r,color:f,component:h,fontSize:m,instanceFontSize:e.fontSize,inheritViewBox:g,viewBox:b,hasSvgAsChild:A},S={};g||(S.viewBox=b);const k=(e=>{const{color:t,fontSize:r,classes:n}=e,o={root:["root","inherit"!==t&&`color${(0,a.A)(t)}`,`fontSize${(0,a.A)(r)}`]};return(0,i.A)(o,u.E,n)})(w);return(0,d.jsxs)(p,{as:h,className:(0,o.A)(k.root,l),focusable:"false",color:v,"aria-hidden":!y||void 0,role:y?"img":void 0,ref:t,...S,...x,...A&&s.props,ownerState:w,children:[A?s.props.children:s,y?(0,d.jsx)("title",{children:y}):null]})}));f&&(f.muiName="SvgIcon");const h=f},92703:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,E:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiSvgIcon",e)}const a=(0,n.A)("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"])},1343:(e,t,r)=>{"use strict";r.d(t,{A:()=>A});var n=r(7552),o=r(93878),i=r(70799),a=r(50089),s=r(51148),l=r(4785),c=r(60947),u=r(29287),d=r(28172),p=r(17125),f=r(48171),h=r(25467),m=r(98360),v=r(96555),g=r(43045),y=r(69500);const b={standard:c.A,filled:u.A,outlined:d.A},x=(0,s.Ay)(f.A,{name:"MuiTextField",slot:"Root",overridesResolver:(e,t)=>t.root})({}),A=n.forwardRef((function(e,t){const r=(0,l.b)({props:e,name:"MuiTextField"}),{autoComplete:n,autoFocus:s=!1,children:c,className:u,color:d="primary",defaultValue:f,disabled:A=!1,error:w=!1,FormHelperTextProps:S,fullWidth:k=!1,helperText:E,id:C,InputLabelProps:T,inputProps:R,InputProps:M,inputRef:O,label:P,maxRows:I,minRows:N,multiline:$=!1,name:_,onBlur:L,onChange:j,onFocus:z,placeholder:D,required:F=!1,rows:B,select:W=!1,SelectProps:H,slots:U={},slotProps:V={},type:q,value:X,variant:Y="outlined",...G}=r,K={...r,autoFocus:s,color:d,disabled:A,error:w,fullWidth:k,multiline:$,required:F,select:W,variant:Y},J=(e=>{const{classes:t}=e;return(0,i.A)({root:["root"]},v._,t)})(K),Z=(0,a.A)(C),Q=E&&Z?`${Z}-helper-text`:void 0,ee=P&&Z?`${Z}-label`:void 0,te=b[Y],re={slots:U,slotProps:{input:M,inputLabel:T,htmlInput:R,formHelperText:S,select:H,...V}},ne={},oe=re.slotProps.inputLabel;"outlined"===Y&&(oe&&void 0!==oe.shrink&&(ne.notched=oe.shrink),ne.label=P),W&&(H&&H.native||(ne.id=void 0),ne["aria-describedby"]=void 0);const[ie,ae]=(0,g.A)("input",{elementType:te,externalForwardedProps:re,additionalProps:ne,ownerState:K}),[se,le]=(0,g.A)("inputLabel",{elementType:p.A,externalForwardedProps:re,ownerState:K}),[ce,ue]=(0,g.A)("htmlInput",{elementType:"input",externalForwardedProps:re,ownerState:K}),[de,pe]=(0,g.A)("formHelperText",{elementType:h.A,externalForwardedProps:re,ownerState:K}),[fe,he]=(0,g.A)("select",{elementType:m.A,externalForwardedProps:re,ownerState:K}),me=(0,y.jsx)(ie,{"aria-describedby":Q,autoComplete:n,autoFocus:s,defaultValue:f,fullWidth:k,multiline:$,name:_,rows:B,maxRows:I,minRows:N,type:q,value:X,id:Z,inputRef:O,onBlur:L,onChange:j,onFocus:z,placeholder:D,inputProps:ue,slots:{input:U.htmlInput?ce:void 0},...ae});return(0,y.jsxs)(x,{className:(0,o.A)(J.root,u),disabled:A,error:w,fullWidth:k,ref:t,required:F,color:d,variant:Y,ownerState:K,...G,children:[null!=P&&""!==P&&(0,y.jsx)(se,{htmlFor:Z,id:ee,...le,children:P}),W?(0,y.jsx)(fe,{"aria-describedby":Q,id:Z,labelId:ee,value:X,input:me,...he,children:c}):me,E&&(0,y.jsx)(de,{id:Q,...pe,children:E})]})}))},96555:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,_:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiTextField",e)}const a=(0,n.A)("MuiTextField",["root"])},26549:(e,t,r)=>{"use strict";r.d(t,{A:()=>d});var n=r(7552),o=r(29527),i=r(16849),a=r(83933),s=r(86949),l=r(69500);function c(e){return parseInt(e,10)||0}const u={visibility:"hidden",position:"absolute",overflow:"hidden",height:0,top:0,left:0,transform:"translateZ(0)"},d=n.forwardRef((function(e,t){const{onChange:r,maxRows:d,minRows:p=1,style:f,value:h,...m}=e,{current:v}=n.useRef(null!=h),g=n.useRef(null),y=(0,o.A)(t,g),b=n.useRef(null),x=n.useRef(null),A=n.useCallback((()=>{const t=g.current,r=(0,i.A)(t).getComputedStyle(t);if("0px"===r.width)return{outerHeightStyle:0,overflowing:!1};const n=x.current;n.style.width=r.width,n.value=t.value||e.placeholder||"x","\n"===n.value.slice(-1)&&(n.value+=" ");const o=r.boxSizing,a=c(r.paddingBottom)+c(r.paddingTop),s=c(r.borderBottomWidth)+c(r.borderTopWidth),l=n.scrollHeight;n.value="x";const u=n.scrollHeight;let f=l;return p&&(f=Math.max(Number(p)*u,f)),d&&(f=Math.min(Number(d)*u,f)),f=Math.max(f,u),{outerHeightStyle:f+("border-box"===o?a+s:0),overflowing:Math.abs(f-l)<=1}}),[d,p,e.placeholder]),w=n.useCallback((()=>{const e=A();if(null==(t=e)||0===Object.keys(t).length||0===t.outerHeightStyle&&!t.overflowing)return;var t;const r=e.outerHeightStyle,n=g.current;b.current!==r&&(b.current=r,n.style.height=`${r}px`),n.style.overflow=e.overflowing?"hidden":""}),[A]);return(0,a.A)((()=>{const e=()=>{w()};const t=(0,s.A)(e),r=g.current,n=(0,i.A)(r);let o;return n.addEventListener("resize",t),"undefined"!=typeof ResizeObserver&&(o=new ResizeObserver(e),o.observe(r)),()=>{t.clear(),cancelAnimationFrame(undefined),n.removeEventListener("resize",t),o&&o.disconnect()}}),[A,w]),(0,a.A)((()=>{w()})),(0,l.jsxs)(n.Fragment,{children:[(0,l.jsx)("textarea",{value:h,onChange:e=>{v||w(),r&&r(e)},ref:y,rows:p,style:f,...m}),(0,l.jsx)("textarea",{"aria-hidden":!0,className:e.className,readOnly:!0,ref:x,tabIndex:-1,style:{...u,...f,paddingTop:0,paddingBottom:0}})]})}))},82620:(e,t,r)=>{"use strict";r.d(t,{A:()=>x});var n=r(7552),o=r(93878),i=r(80007),a=r(70799),s=r(72639),l=r(48054),c=r(15622),u=r(51148),d=r(60129),p=r(58520),f=r(4785),h=r(72225),m=r(88996),v=r(6832);function g(e,t){return void 0!==t&&void 0!==e&&(Array.isArray(t)?t.includes(e):e===t)}var y=r(69500);const b=(0,u.Ay)(l.A,{name:"MuiToggleButton",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,t[`size${(0,c.A)(r.size)}`]]}})((0,d.A)((({theme:e})=>({...e.typography.button,borderRadius:(e.vars||e).shape.borderRadius,padding:11,border:`1px solid ${(e.vars||e).palette.divider}`,color:(e.vars||e).palette.action.active,[`&.${h.A.disabled}`]:{color:(e.vars||e).palette.action.disabled,border:`1px solid ${(e.vars||e).palette.action.disabledBackground}`},"&:hover":{textDecoration:"none",backgroundColor:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,s.X4)(e.palette.text.primary,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},variants:[{props:{color:"standard"},style:{[`&.${h.A.selected}`]:{color:(e.vars||e).palette.text.primary,backgroundColor:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,s.X4)(e.palette.text.primary,e.palette.action.selectedOpacity),"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,s.X4)(e.palette.text.primary,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,s.X4)(e.palette.text.primary,e.palette.action.selectedOpacity)}}}}},...Object.entries(e.palette).filter((0,p.A)()).map((([t])=>({props:{color:t},style:{[`&.${h.A.selected}`]:{color:(e.vars||e).palette[t].main,backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,s.X4)(e.palette[t].main,e.palette.action.selectedOpacity),"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,s.X4)(e.palette[t].main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,s.X4)(e.palette[t].main,e.palette.action.selectedOpacity)}}}}}))),{props:{fullWidth:!0},style:{width:"100%"}},{props:{size:"small"},style:{padding:7,fontSize:e.typography.pxToRem(13)}},{props:{size:"large"},style:{padding:15,fontSize:e.typography.pxToRem(15)}}]})))),x=n.forwardRef((function(e,t){const{value:r,...s}=n.useContext(m.A),l=n.useContext(v.A),u=(0,i.A)({...s,selected:g(e.value,r)},e),d=(0,f.b)({props:u,name:"MuiToggleButton"}),{children:p,className:x,color:A="standard",disabled:w=!1,disableFocusRipple:S=!1,fullWidth:k=!1,onChange:E,onClick:C,selected:T,size:R="medium",value:M,...O}=d,P={...d,color:A,disabled:w,disableFocusRipple:S,fullWidth:k,size:R},I=(e=>{const{classes:t,fullWidth:r,selected:n,disabled:o,size:i,color:s}=e,l={root:["root",n&&"selected",o&&"disabled",r&&"fullWidth",`size${(0,c.A)(i)}`,s]};return(0,a.A)(l,h.J,t)})(P),N=l||"";return(0,y.jsx)(b,{className:(0,o.A)(s.className,I.root,x,N),disabled:w,focusRipple:!S,ref:t,onClick:e=>{C&&(C(e,M),e.defaultPrevented)||E&&E(e,M)},onChange:E,value:M,ownerState:P,"aria-pressed":T,...O,children:p})}))},72225:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,J:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiToggleButton",e)}const a=(0,n.A)("MuiToggleButton",["root","disabled","selected","standard","primary","secondary","sizeSmall","sizeMedium","sizeLarge","fullWidth"])},43787:(e,t,r)=>{"use strict";r.d(t,{A:()=>g});var n=r(7552),o=(r(19487),r(93878)),i=r(70799),a=r(27921),s=r(51148),l=r(60129),c=r(4785),u=r(15622),d=r(67647),p=r(88996),f=r(6832),h=r(72225),m=r(69500);const v=(0,s.Ay)("div",{name:"MuiToggleButtonGroup",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[{[`& .${d.A.grouped}`]:t.grouped},{[`& .${d.A.grouped}`]:t[`grouped${(0,u.A)(r.orientation)}`]},{[`& .${d.A.firstButton}`]:t.firstButton},{[`& .${d.A.lastButton}`]:t.lastButton},{[`& .${d.A.middleButton}`]:t.middleButton},t.root,"vertical"===r.orientation&&t.vertical,r.fullWidth&&t.fullWidth]}})((0,l.A)((({theme:e})=>({display:"inline-flex",borderRadius:(e.vars||e).shape.borderRadius,variants:[{props:{orientation:"vertical"},style:{flexDirection:"column",[`& .${d.A.grouped}`]:{[`&.${d.A.selected} + .${d.A.grouped}.${d.A.selected}`]:{borderTop:0,marginTop:0}},[`& .${d.A.firstButton},& .${d.A.middleButton}`]:{borderBottomLeftRadius:0,borderBottomRightRadius:0},[`& .${d.A.lastButton},& .${d.A.middleButton}`]:{marginTop:-1,borderTop:"1px solid transparent",borderTopLeftRadius:0,borderTopRightRadius:0},[`& .${d.A.lastButton}.${h.A.disabled},& .${d.A.middleButton}.${h.A.disabled}`]:{borderTop:"1px solid transparent"}}},{props:{fullWidth:!0},style:{width:"100%"}},{props:{orientation:"horizontal"},style:{[`& .${d.A.grouped}`]:{[`&.${d.A.selected} + .${d.A.grouped}.${d.A.selected}`]:{borderLeft:0,marginLeft:0}},[`& .${d.A.firstButton},& .${d.A.middleButton}`]:{borderTopRightRadius:0,borderBottomRightRadius:0},[`& .${d.A.lastButton},& .${d.A.middleButton}`]:{marginLeft:-1,borderLeft:"1px solid transparent",borderTopLeftRadius:0,borderBottomLeftRadius:0},[`& .${d.A.lastButton}.${h.A.disabled},& .${d.A.middleButton}.${h.A.disabled}`]:{borderLeft:"1px solid transparent"}}}]})))),g=n.forwardRef((function(e,t){const r=(0,c.b)({props:e,name:"MuiToggleButtonGroup"}),{children:s,className:l,color:h="standard",disabled:g=!1,exclusive:y=!1,fullWidth:b=!1,onChange:x,orientation:A="horizontal",size:w="medium",value:S,...k}=r,E={...r,disabled:g,fullWidth:b,orientation:A,size:w},C=(e=>{const{classes:t,orientation:r,fullWidth:n,disabled:o}=e,a={root:["root",r,n&&"fullWidth"],grouped:["grouped",`grouped${(0,u.A)(r)}`,o&&"disabled"],firstButton:["firstButton"],lastButton:["lastButton"],middleButton:["middleButton"]};return(0,i.A)(a,d.y,t)})(E),T=n.useCallback(((e,t)=>{if(!x)return;const r=S&&S.indexOf(t);let n;S&&r>=0?(n=S.slice(),n.splice(r,1)):n=S?S.concat(t):[t],x(e,n)}),[x,S]),R=n.useCallback(((e,t)=>{x&&x(e,S===t?null:t)}),[x,S]),M=n.useMemo((()=>({className:C.grouped,onChange:y?R:T,value:S,size:w,fullWidth:b,color:h,disabled:g})),[C.grouped,y,R,T,S,w,b,h,g]),O=(0,a.A)(s),P=O.length,I=e=>{const t=0===e,r=e===P-1;return t&&r?"":t?C.firstButton:r?C.lastButton:C.middleButton};return(0,m.jsx)(v,{role:"group",className:(0,o.A)(C.root,l),ref:t,ownerState:E,...k,children:(0,m.jsx)(p.A.Provider,{value:M,children:O.map(((e,t)=>(0,m.jsx)(f.A.Provider,{value:I(t),children:e},t)))})})}))},6832:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=r(7552).createContext(void 0)},88996:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=r(7552).createContext({})},67647:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,y:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiToggleButtonGroup",e)}const a=(0,n.A)("MuiToggleButtonGroup",["root","selected","horizontal","vertical","disabled","grouped","groupedHorizontal","groupedVertical","fullWidth","firstButton","lastButton","middleButton"])},89003:(e,t,r)=>{"use strict";r.d(t,{A:()=>I});var n=r(7552),o=r(93878),i=r(26218),a=r(70799),s=r(72639),l=r(93876),c=r(91527),u=r(60622),d=r(28325),p=r(51148),f=r(48231),h=r(60129),m=r(4785),v=r(15622),g=r(4407),y=r(20350),b=r(87422),x=r(51584),A=r(89456),w=r(77259),S=r(23724),k=r(69500);const E=(0,p.Ay)(y.A,{name:"MuiTooltip",slot:"Popper",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.popper,!r.disableInteractive&&t.popperInteractive,r.arrow&&t.popperArrow,!r.open&&t.popperClose]}})((0,h.A)((({theme:e})=>({zIndex:(e.vars||e).zIndex.tooltip,pointerEvents:"none",variants:[{props:({ownerState:e})=>!e.disableInteractive,style:{pointerEvents:"auto"}},{props:({open:e})=>!e,style:{pointerEvents:"none"}},{props:({ownerState:e})=>e.arrow,style:{[`&[data-popper-placement*="bottom"] .${S.A.arrow}`]:{top:0,marginTop:"-0.71em","&::before":{transformOrigin:"0 100%"}},[`&[data-popper-placement*="top"] .${S.A.arrow}`]:{bottom:0,marginBottom:"-0.71em","&::before":{transformOrigin:"100% 0"}},[`&[data-popper-placement*="right"] .${S.A.arrow}`]:{height:"1em",width:"0.71em","&::before":{transformOrigin:"100% 100%"}},[`&[data-popper-placement*="left"] .${S.A.arrow}`]:{height:"1em",width:"0.71em","&::before":{transformOrigin:"0 0"}}}},{props:({ownerState:e})=>e.arrow&&!e.isRtl,style:{[`&[data-popper-placement*="right"] .${S.A.arrow}`]:{left:0,marginLeft:"-0.71em"}}},{props:({ownerState:e})=>e.arrow&&!!e.isRtl,style:{[`&[data-popper-placement*="right"] .${S.A.arrow}`]:{right:0,marginRight:"-0.71em"}}},{props:({ownerState:e})=>e.arrow&&!e.isRtl,style:{[`&[data-popper-placement*="left"] .${S.A.arrow}`]:{right:0,marginRight:"-0.71em"}}},{props:({ownerState:e})=>e.arrow&&!!e.isRtl,style:{[`&[data-popper-placement*="left"] .${S.A.arrow}`]:{left:0,marginLeft:"-0.71em"}}}]})))),C=(0,p.Ay)("div",{name:"MuiTooltip",slot:"Tooltip",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.tooltip,r.touch&&t.touch,r.arrow&&t.tooltipArrow,t[`tooltipPlacement${(0,v.A)(r.placement.split("-")[0])}`]]}})((0,h.A)((({theme:e})=>{return{backgroundColor:e.vars?e.vars.palette.Tooltip.bg:(0,s.X4)(e.palette.grey[700],.92),borderRadius:(e.vars||e).shape.borderRadius,color:(e.vars||e).palette.common.white,fontFamily:e.typography.fontFamily,padding:"4px 8px",fontSize:e.typography.pxToRem(11),maxWidth:300,margin:2,wordWrap:"break-word",fontWeight:e.typography.fontWeightMedium,[`.${S.A.popper}[data-popper-placement*="left"] &`]:{transformOrigin:"right center"},[`.${S.A.popper}[data-popper-placement*="right"] &`]:{transformOrigin:"left center"},[`.${S.A.popper}[data-popper-placement*="top"] &`]:{transformOrigin:"center bottom",marginBottom:"14px"},[`.${S.A.popper}[data-popper-placement*="bottom"] &`]:{transformOrigin:"center top",marginTop:"14px"},variants:[{props:({ownerState:e})=>e.arrow,style:{position:"relative",margin:0}},{props:({ownerState:e})=>e.touch,style:{padding:"8px 16px",fontSize:e.typography.pxToRem(14),lineHeight:(t=16/14,Math.round(1e5*t)/1e5+"em"),fontWeight:e.typography.fontWeightRegular}},{props:({ownerState:e})=>!e.isRtl,style:{[`.${S.A.popper}[data-popper-placement*="left"] &`]:{marginRight:"14px"},[`.${S.A.popper}[data-popper-placement*="right"] &`]:{marginLeft:"14px"}}},{props:({ownerState:e})=>!e.isRtl&&e.touch,style:{[`.${S.A.popper}[data-popper-placement*="left"] &`]:{marginRight:"24px"},[`.${S.A.popper}[data-popper-placement*="right"] &`]:{marginLeft:"24px"}}},{props:({ownerState:e})=>!!e.isRtl,style:{[`.${S.A.popper}[data-popper-placement*="left"] &`]:{marginLeft:"14px"},[`.${S.A.popper}[data-popper-placement*="right"] &`]:{marginRight:"14px"}}},{props:({ownerState:e})=>!!e.isRtl&&e.touch,style:{[`.${S.A.popper}[data-popper-placement*="left"] &`]:{marginLeft:"24px"},[`.${S.A.popper}[data-popper-placement*="right"] &`]:{marginRight:"24px"}}},{props:({ownerState:e})=>e.touch,style:{[`.${S.A.popper}[data-popper-placement*="top"] &`]:{marginBottom:"24px"}}},{props:({ownerState:e})=>e.touch,style:{[`.${S.A.popper}[data-popper-placement*="bottom"] &`]:{marginTop:"24px"}}}]};var t}))),T=(0,p.Ay)("span",{name:"MuiTooltip",slot:"Arrow",overridesResolver:(e,t)=>t.arrow})((0,h.A)((({theme:e})=>({overflow:"hidden",position:"absolute",width:"1em",height:"0.71em",boxSizing:"border-box",color:e.vars?e.vars.palette.Tooltip.bg:(0,s.X4)(e.palette.grey[700],.9),"&::before":{content:'""',margin:"auto",display:"block",width:"100%",height:"100%",backgroundColor:"currentColor",transform:"rotate(45deg)"}}))));let R=!1;const M=new i.E;let O={x:0,y:0};function P(e,t){return(r,...n)=>{t&&t(r,...n),e(r,...n)}}const I=n.forwardRef((function(e,t){const r=(0,m.b)({props:e,name:"MuiTooltip"}),{arrow:s=!1,children:p,classes:h,components:I={},componentsProps:N={},describeChild:$=!1,disableFocusListener:_=!1,disableHoverListener:L=!1,disableInteractive:j=!1,disableTouchListener:z=!1,enterDelay:D=100,enterNextDelay:F=0,enterTouchDelay:B=700,followCursor:W=!1,id:H,leaveDelay:U=0,leaveTouchDelay:V=1500,onClose:q,onOpen:X,open:Y,placement:G="bottom",PopperComponent:K,PopperProps:J={},slotProps:Z={},slots:Q={},title:ee,TransitionComponent:te=g.A,TransitionProps:re,...ne}=r,oe=n.isValidElement(p)?p:(0,k.jsx)("span",{children:p}),ie=(0,f.A)(),ae=(0,l.I)(),[se,le]=n.useState(),[ce,ue]=n.useState(null),de=n.useRef(!1),pe=j||W,fe=(0,i.A)(),he=(0,i.A)(),me=(0,i.A)(),ve=(0,i.A)(),[ge,ye]=(0,w.A)({controlled:Y,default:!1,name:"Tooltip",state:"open"});let be=ge;const xe=(0,A.A)(H),Ae=n.useRef(),we=(0,b.A)((()=>{void 0!==Ae.current&&(document.body.style.WebkitUserSelect=Ae.current,Ae.current=void 0),ve.clear()}));n.useEffect((()=>we),[we]);const Se=e=>{M.clear(),R=!0,ye(!0),X&&!be&&X(e)},ke=(0,b.A)((e=>{M.start(800+U,(()=>{R=!1})),ye(!1),q&&be&&q(e),fe.start(ie.transitions.duration.shortest,(()=>{de.current=!1}))})),Ee=e=>{de.current&&"touchstart"!==e.type||(se&&se.removeAttribute("title"),he.clear(),me.clear(),D||R&&F?he.start(R?F:D,(()=>{Se(e)})):Se(e))},Ce=e=>{he.clear(),me.start(U,(()=>{ke(e)}))},[,Te]=n.useState(!1),Re=e=>{(0,c.A)(e.target)||(Te(!1),Ce(e))},Me=e=>{se||le(e.currentTarget),(0,c.A)(e.target)&&(Te(!0),Ee(e))},Oe=e=>{de.current=!0;const t=oe.props;t.onTouchStart&&t.onTouchStart(e)};n.useEffect((()=>{if(be)return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)};function e(e){"Escape"===e.key&&ke(e)}}),[ke,be]);const Pe=(0,x.A)((0,d.A)(oe),le,t);ee||0===ee||(be=!1);const Ie=n.useRef(),Ne={},$e="string"==typeof ee;$?(Ne.title=be||!$e||L?null:ee,Ne["aria-describedby"]=be?xe:null):(Ne["aria-label"]=$e?ee:null,Ne["aria-labelledby"]=be&&!$e?xe:null);const _e={...Ne,...ne,...oe.props,className:(0,o.A)(ne.className,oe.props.className),onTouchStart:Oe,ref:Pe,...W?{onMouseMove:e=>{const t=oe.props;t.onMouseMove&&t.onMouseMove(e),O={x:e.clientX,y:e.clientY},Ie.current&&Ie.current.update()}}:{}},Le={};z||(_e.onTouchStart=e=>{Oe(e),me.clear(),fe.clear(),we(),Ae.current=document.body.style.WebkitUserSelect,document.body.style.WebkitUserSelect="none",ve.start(B,(()=>{document.body.style.WebkitUserSelect=Ae.current,Ee(e)}))},_e.onTouchEnd=e=>{oe.props.onTouchEnd&&oe.props.onTouchEnd(e),we(),me.start(V,(()=>{ke(e)}))}),L||(_e.onMouseOver=P(Ee,_e.onMouseOver),_e.onMouseLeave=P(Ce,_e.onMouseLeave),pe||(Le.onMouseOver=Ee,Le.onMouseLeave=Ce)),_||(_e.onFocus=P(Me,_e.onFocus),_e.onBlur=P(Re,_e.onBlur),pe||(Le.onFocus=Me,Le.onBlur=Re));const je=n.useMemo((()=>{let e=[{name:"arrow",enabled:Boolean(ce),options:{element:ce,padding:4}}];return J.popperOptions?.modifiers&&(e=e.concat(J.popperOptions.modifiers)),{...J.popperOptions,modifiers:e}}),[ce,J]),ze={...r,isRtl:ae,arrow:s,disableInteractive:pe,placement:G,PopperComponentProp:K,touch:de.current},De=(e=>{const{classes:t,disableInteractive:r,arrow:n,touch:o,placement:i}=e,s={popper:["popper",!r&&"popperInteractive",n&&"popperArrow"],tooltip:["tooltip",n&&"tooltipArrow",o&&"touch",`tooltipPlacement${(0,v.A)(i.split("-")[0])}`],arrow:["arrow"]};return(0,a.A)(s,S.E,t)})(ze),Fe=Q.popper??I.Popper??E,Be=Q.transition??I.Transition??te??g.A,We=Q.tooltip??I.Tooltip??C,He=Q.arrow??I.Arrow??T,Ue=(0,u.A)(Fe,{...J,...Z.popper??N.popper,className:(0,o.A)(De.popper,J?.className,(Z.popper??N.popper)?.className)},ze),Ve=(0,u.A)(Be,{...re,...Z.transition??N.transition},ze),qe=(0,u.A)(We,{...Z.tooltip??N.tooltip,className:(0,o.A)(De.tooltip,(Z.tooltip??N.tooltip)?.className)},ze),Xe=(0,u.A)(He,{...Z.arrow??N.arrow,className:(0,o.A)(De.arrow,(Z.arrow??N.arrow)?.className)},ze);return(0,k.jsxs)(n.Fragment,{children:[n.cloneElement(oe,_e),(0,k.jsx)(Fe,{as:K??y.A,placement:G,anchorEl:W?{getBoundingClientRect:()=>({top:O.y,left:O.x,right:O.x,bottom:O.y,width:0,height:0})}:se,popperRef:Ie,open:!!se&&be,id:xe,transition:!0,...Le,...Ue,popperOptions:je,children:({TransitionProps:e})=>(0,k.jsx)(Be,{timeout:ie.transitions.duration.shorter,...e,...Ve,children:(0,k.jsxs)(We,{...qe,children:[ee,s?(0,k.jsx)(He,{...Xe,ref:ue}):null]})})})]})}))},23724:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,E:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiTooltip",e)}const a=(0,n.A)("MuiTooltip",["popper","popperInteractive","popperArrow","popperClose","tooltip","tooltipArrow","touch","tooltipPlacementLeft","tooltipPlacementRight","tooltipPlacementTop","tooltipPlacementBottom","arrow"])},36715:(e,t,r)=>{"use strict";r.d(t,{A:()=>y});var n=r(7552),o=r(93878),i=r(70799),a=r(69743),s=r(51148),l=r(60129),c=r(4785),u=r(15622),d=r(58520),p=r(90175),f=r(69500);const h={primary:!0,secondary:!0,error:!0,info:!0,success:!0,warning:!0,textPrimary:!0,textSecondary:!0,textDisabled:!0},m=(0,a.Dg)(),v=(0,s.Ay)("span",{name:"MuiTypography",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,r.variant&&t[r.variant],"inherit"!==r.align&&t[`align${(0,u.A)(r.align)}`],r.noWrap&&t.noWrap,r.gutterBottom&&t.gutterBottom,r.paragraph&&t.paragraph]}})((0,l.A)((({theme:e})=>({margin:0,variants:[{props:{variant:"inherit"},style:{font:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}},...Object.entries(e.typography).filter((([e,t])=>"inherit"!==e&&t&&"object"==typeof t)).map((([e,t])=>({props:{variant:e},style:t}))),...Object.entries(e.palette).filter((0,d.A)()).map((([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}}))),...Object.entries(e.palette?.text||{}).filter((([,e])=>"string"==typeof e)).map((([t])=>({props:{color:`text${(0,u.A)(t)}`},style:{color:(e.vars||e).palette.text[t]}}))),{props:({ownerState:e})=>"inherit"!==e.align,style:{textAlign:"var(--Typography-textAlign)"}},{props:({ownerState:e})=>e.noWrap,style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}},{props:({ownerState:e})=>e.gutterBottom,style:{marginBottom:"0.35em"}},{props:({ownerState:e})=>e.paragraph,style:{marginBottom:16}}]})))),g={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",body1:"p",body2:"p",inherit:"p"},y=n.forwardRef((function(e,t){const{color:r,...n}=(0,c.b)({props:e,name:"MuiTypography"}),a=m({...n,...!h[r]&&{color:r}}),{align:s="inherit",className:l,component:d,gutterBottom:y=!1,noWrap:b=!1,paragraph:x=!1,variant:A="body1",variantMapping:w=g,...S}=a,k={...a,align:s,color:r,className:l,component:d,gutterBottom:y,noWrap:b,paragraph:x,variant:A,variantMapping:w},E=d||(x?"p":w[A]||g[A])||"span",C=(e=>{const{align:t,gutterBottom:r,noWrap:n,paragraph:o,variant:a,classes:s}=e,l={root:["root",a,"inherit"!==e.align&&`align${(0,u.A)(t)}`,r&&"gutterBottom",n&&"noWrap",o&&"paragraph"]};return(0,i.A)(l,p.y,s)})(k);return(0,f.jsx)(v,{as:E,ref:t,className:(0,o.A)(C.root,l),...S,ownerState:k,style:{..."inherit"!==s&&{"--Typography-textAlign":s},...S.style}})}))},90175:(e,t,r)=>{"use strict";r.d(t,{A:()=>a,y:()=>i});var n=r(33761),o=r(85693);function i(e){return(0,o.Ay)("MuiTypography",e)}const a=(0,n.A)("MuiTypography",["root","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","inherit","button","caption","overline","alignLeft","alignRight","alignCenter","alignJustify","noWrap","gutterBottom","paragraph"])},61864:(e,t,r)=>{"use strict";r.d(t,{A:()=>d});var n=r(7552),o=r(29527),i=r(28325),a=r(99305),s=r(69500);const l=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])'].join(",");function c(e){const t=[],r=[];return Array.from(e.querySelectorAll(l)).forEach(((e,n)=>{const o=function(e){const t=parseInt(e.getAttribute("tabindex")||"",10);return Number.isNaN(t)?"true"===e.contentEditable||("AUDIO"===e.nodeName||"VIDEO"===e.nodeName||"DETAILS"===e.nodeName)&&null===e.getAttribute("tabindex")?0:e.tabIndex:t}(e);-1!==o&&function(e){return!(e.disabled||"INPUT"===e.tagName&&"hidden"===e.type||function(e){if("INPUT"!==e.tagName||"radio"!==e.type)return!1;if(!e.name)return!1;const t=t=>e.ownerDocument.querySelector(`input[type="radio"]${t}`);let r=t(`[name="${e.name}"]:checked`);return r||(r=t(`[name="${e.name}"]`)),r!==e}(e))}(e)&&(0===o?t.push(e):r.push({documentOrder:n,tabIndex:o,node:e}))})),r.sort(((e,t)=>e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex)).map((e=>e.node)).concat(t)}function u(){return!0}const d=function(e){const{children:t,disableAutoFocus:r=!1,disableEnforceFocus:l=!1,disableRestoreFocus:d=!1,getTabbable:p=c,isEnabled:f=u,open:h}=e,m=n.useRef(!1),v=n.useRef(null),g=n.useRef(null),y=n.useRef(null),b=n.useRef(null),x=n.useRef(!1),A=n.useRef(null),w=(0,o.A)((0,i.A)(t),A),S=n.useRef(null);n.useEffect((()=>{h&&A.current&&(x.current=!r)}),[r,h]),n.useEffect((()=>{if(!h||!A.current)return;const e=(0,a.A)(A.current);return A.current.contains(e.activeElement)||(A.current.hasAttribute("tabIndex")||A.current.setAttribute("tabIndex","-1"),x.current&&A.current.focus()),()=>{d||(y.current&&y.current.focus&&(m.current=!0,y.current.focus()),y.current=null)}}),[h]),n.useEffect((()=>{if(!h||!A.current)return;const e=(0,a.A)(A.current),t=t=>{S.current=t,!l&&f()&&"Tab"===t.key&&e.activeElement===A.current&&t.shiftKey&&(m.current=!0,g.current&&g.current.focus())},r=()=>{const t=A.current;if(null===t)return;if(!e.hasFocus()||!f()||m.current)return void(m.current=!1);if(t.contains(e.activeElement))return;if(l&&e.activeElement!==v.current&&e.activeElement!==g.current)return;if(e.activeElement!==b.current)b.current=null;else if(null!==b.current)return;if(!x.current)return;let r=[];if(e.activeElement!==v.current&&e.activeElement!==g.current||(r=p(A.current)),r.length>0){const e=Boolean(S.current?.shiftKey&&"Tab"===S.current?.key),t=r[0],n=r[r.length-1];"string"!=typeof t&&"string"!=typeof n&&(e?n.focus():t.focus())}else t.focus()};e.addEventListener("focusin",r),e.addEventListener("keydown",t,!0);const n=setInterval((()=>{e.activeElement&&"BODY"===e.activeElement.tagName&&r()}),50);return()=>{clearInterval(n),e.removeEventListener("focusin",r),e.removeEventListener("keydown",t,!0)}}),[r,l,d,f,h,p]);const k=e=>{null===y.current&&(y.current=e.relatedTarget),x.current=!0};return(0,s.jsxs)(n.Fragment,{children:[(0,s.jsx)("div",{tabIndex:h?0:-1,onFocus:k,ref:v,"data-testid":"sentinelStart"}),n.cloneElement(t,{ref:w,onFocus:e=>{null===y.current&&(y.current=e.relatedTarget),x.current=!0,b.current=e.target;const r=t.props.onFocus;r&&r(e)}}),(0,s.jsx)("div",{tabIndex:h?0:-1,onFocus:k,ref:g,"data-testid":"sentinelEnd"})]})}},15110:(e,t,r)=>{"use strict";r.d(t,{A:()=>y});var n=r(7552),o=r(93878),i=r(70799),a=r(15622),s=r(55270),l=r(51148),c=r(77259),u=r(33960),d=r(48054),p=r(33761),f=r(85693);function h(e){return(0,f.Ay)("PrivateSwitchBase",e)}(0,p.A)("PrivateSwitchBase",["root","checked","disabled","input","edgeStart","edgeEnd"]);var m=r(69500);const v=(0,l.Ay)(d.A)({padding:9,borderRadius:"50%",variants:[{props:{edge:"start",size:"small"},style:{marginLeft:-3}},{props:({edge:e,ownerState:t})=>"start"===e&&"small"!==t.size,style:{marginLeft:-12}},{props:{edge:"end",size:"small"},style:{marginRight:-3}},{props:({edge:e,ownerState:t})=>"end"===e&&"small"!==t.size,style:{marginRight:-12}}]}),g=(0,l.Ay)("input",{shouldForwardProp:s.A})({cursor:"inherit",position:"absolute",opacity:0,width:"100%",height:"100%",top:0,left:0,margin:0,padding:0,zIndex:1}),y=n.forwardRef((function(e,t){const{autoFocus:r,checked:n,checkedIcon:s,className:l,defaultChecked:d,disabled:p,disableFocusRipple:f=!1,edge:y=!1,icon:b,id:x,inputProps:A,inputRef:w,name:S,onBlur:k,onChange:E,onFocus:C,readOnly:T,required:R=!1,tabIndex:M,type:O,value:P,...I}=e,[N,$]=(0,c.A)({controlled:n,default:Boolean(d),name:"SwitchBase",state:"checked"}),_=(0,u.A)();let L=p;_&&void 0===L&&(L=_.disabled);const j="checkbox"===O||"radio"===O,z={...e,checked:N,disabled:L,disableFocusRipple:f,edge:y},D=(e=>{const{classes:t,checked:r,disabled:n,edge:o}=e,s={root:["root",r&&"checked",n&&"disabled",o&&`edge${(0,a.A)(o)}`],input:["input"]};return(0,i.A)(s,h,t)})(z);return(0,m.jsxs)(v,{component:"span",className:(0,o.A)(D.root,l),centerRipple:!0,focusRipple:!f,disabled:L,tabIndex:null,role:void 0,onFocus:e=>{C&&C(e),_&&_.onFocus&&_.onFocus(e)},onBlur:e=>{k&&k(e),_&&_.onBlur&&_.onBlur(e)},ownerState:z,ref:t,...I,children:[(0,m.jsx)(g,{autoFocus:r,checked:n,defaultChecked:d,className:D.input,disabled:L,id:j?x:void 0,name:S,onChange:e=>{if(e.nativeEvent.defaultPrevented)return;const t=e.target.checked;$(t),E&&E(e,t)},readOnly:T,ref:w,required:R,ownerState:z,tabIndex:M,type:O,..."checkbox"===O&&void 0===P?{}:{value:P},...A}),N?s:b]})}))},62646:(e,t,r)=>{"use strict";r.d(t,{A:()=>i}),r(7552);var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M7 10l5 5 5-5z"}),"ArrowDropDown")},68890:(e,t,r)=>{"use strict";r.d(t,{A:()=>i}),r(7552);var n=r(74893),o=r(69500);const i=(0,n.A)((0,o.jsx)("path",{d:"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"Close")},20139:(e,t,r)=>{"use strict";r.d(t,{A:()=>l}),r(7552);var n=r(70034),o=r(74988),i=r(69500);function a({theme:e,...t}){const r=o.A in e?e[o.A]:void 0;return(0,i.jsx)(n.A,{...t,themeId:r?o.A:void 0,theme:r||e})}var s=r(22892);function l({theme:e,...t}){return"function"==typeof e?(0,i.jsx)(a,{theme:e,...t}):"colorSchemes"in(o.A in e?e[o.A]:e)?(0,i.jsx)(s.Zr,{theme:e,...t}):(0,i.jsx)(a,{theme:e,...t})}},22892:(e,t,r)=>{"use strict";r.d(t,{Zr:()=>R,Gk:()=>E,Gs:()=>T,Ut:()=>S});var n=r(7552),o=r(76795),i=r(92104),a=r(57522),s=r(70034),l=r(69500);const c="mode",u="color-scheme",d="data-color-scheme";function p(e){if("undefined"!=typeof window&&"function"==typeof window.matchMedia&&"system"===e)return window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}function f(e,t){return"light"===e.mode||"system"===e.mode&&"light"===e.systemMode?t("light"):"dark"===e.mode||"system"===e.mode&&"dark"===e.systemMode?t("dark"):void 0}function h(e,t){if("undefined"==typeof window)return;let r;try{r=localStorage.getItem(e)||void 0,r||localStorage.setItem(e,t)}catch(e){}return r||t}var m=r(89022),v=r(34558),g=r(74988);const y="mui-color-scheme",b="light",x="dark",A="mui-mode",{CssVarsProvider:w,useColorScheme:S,getInitColorSchemeScript:k}=function(e){const{themeId:t,theme:r={},modeStorageKey:o=c,colorSchemeStorageKey:m=u,disableTransitionOnChange:v=!1,defaultColorScheme:g,resolveTheme:y}=e,b={allColorSchemes:[],colorScheme:void 0,darkColorScheme:void 0,lightColorScheme:void 0,mode:void 0,setColorScheme:()=>{},setMode:()=>{},systemMode:void 0},x=n.createContext(void 0),A="string"==typeof g?g:g.light,w="string"==typeof g?g:g.dark;return{CssVarsProvider:function(e){const{children:d,theme:b,modeStorageKey:A=o,colorSchemeStorageKey:w=m,disableTransitionOnChange:S=v,storageWindow:k=("undefined"==typeof window?void 0:window),documentNode:E=("undefined"==typeof document?void 0:document),colorSchemeNode:C=("undefined"==typeof document?void 0:document.documentElement),disableNestedContext:T=!1,disableStyleSheetGeneration:R=!1}=e,M=n.useRef(!1),O=(0,a.A)(),P=n.useContext(x),I=!!P&&!T,N=n.useMemo((()=>b||("function"==typeof r?r():r)),[b]),$=N[t],{colorSchemes:_={},components:L={},cssVarPrefix:j,...z}=$||N,D=Object.keys(_).filter((e=>!!_[e])).join(","),F=n.useMemo((()=>D.split(",")),[D]),B="string"==typeof g?g:g.light,W="string"==typeof g?g:g.dark,H=_[B]&&_[W]?"system":_[z.defaultColorScheme]?.palette?.mode||z.palette?.mode,{mode:U,setMode:V,systemMode:q,lightColorScheme:X,darkColorScheme:Y,colorScheme:G,setColorScheme:K}=function(e){const{defaultMode:t="light",defaultLightColorScheme:r,defaultDarkColorScheme:o,supportedColorSchemes:i=[],modeStorageKey:a=c,colorSchemeStorageKey:s=u,storageWindow:l=("undefined"==typeof window?void 0:window)}=e,d=i.join(","),m=i.length>1,[v,g]=n.useState((()=>{const e=h(a,t),n=h(`${s}-light`,r),i=h(`${s}-dark`,o);return{mode:e,systemMode:p(e),lightColorScheme:n,darkColorScheme:i}})),[,y]=n.useState(!1),b=n.useRef(!1);n.useEffect((()=>{m&&y(!0),b.current=!0}),[m]);const x=function(e){return f(e,(t=>"light"===t?e.lightColorScheme:"dark"===t?e.darkColorScheme:void 0))}(v),A=n.useCallback((e=>{g((r=>{if(e===r.mode)return r;const n=e??t;try{localStorage.setItem(a,n)}catch(e){}return{...r,mode:n,systemMode:p(n)}}))}),[a,t]),w=n.useCallback((e=>{e?"string"==typeof e?e&&!d.includes(e)?console.error(`\`${e}\` does not exist in \`theme.colorSchemes\`.`):g((t=>{const r={...t};return f(t,(t=>{try{localStorage.setItem(`${s}-${t}`,e)}catch(e){}"light"===t&&(r.lightColorScheme=e),"dark"===t&&(r.darkColorScheme=e)})),r})):g((t=>{const n={...t},i=null===e.light?r:e.light,a=null===e.dark?o:e.dark;if(i)if(d.includes(i)){n.lightColorScheme=i;try{localStorage.setItem(`${s}-light`,i)}catch(e){}}else console.error(`\`${i}\` does not exist in \`theme.colorSchemes\`.`);if(a)if(d.includes(a)){n.darkColorScheme=a;try{localStorage.setItem(`${s}-dark`,a)}catch(e){}}else console.error(`\`${a}\` does not exist in \`theme.colorSchemes\`.`);return n})):g((e=>{try{localStorage.setItem(`${s}-light`,r),localStorage.setItem(`${s}-dark`,o)}catch(e){}return{...e,lightColorScheme:r,darkColorScheme:o}}))}),[d,s,r,o]),S=n.useCallback((e=>{"system"===v.mode&&g((t=>{const r=e?.matches?"dark":"light";return t.systemMode===r?t:{...t,systemMode:r}}))}),[v.mode]),k=n.useRef(S);return k.current=S,n.useEffect((()=>{if("function"!=typeof window.matchMedia||!m)return;const e=(...e)=>k.current(...e),t=window.matchMedia("(prefers-color-scheme: dark)");return t.addListener(e),e(t),()=>{t.removeListener(e)}}),[m]),n.useEffect((()=>{if(l&&m){const e=e=>{const r=e.newValue;"string"!=typeof e.key||!e.key.startsWith(s)||r&&!d.match(r)||(e.key.endsWith("light")&&w({light:r}),e.key.endsWith("dark")&&w({dark:r})),e.key!==a||r&&!["light","dark","system"].includes(r)||A(r||t)};return l.addEventListener("storage",e),()=>{l.removeEventListener("storage",e)}}}),[w,A,a,s,d,t,l,m]),{...v,mode:b.current||!m?v.mode:void 0,systemMode:b.current||!m?v.systemMode:void 0,colorScheme:b.current||!m?x:void 0,setMode:A,setColorScheme:w}}({supportedColorSchemes:F,defaultLightColorScheme:B,defaultDarkColorScheme:W,modeStorageKey:A,colorSchemeStorageKey:w,defaultMode:H,storageWindow:k});let J=U,Z=G;I&&(J=P.mode,Z=P.colorScheme);const Q=Z||z.defaultColorScheme,ee=z.generateThemeVars?.()||z.vars,te={...z,components:L,colorSchemes:_,cssVarPrefix:j,vars:ee};if("function"==typeof te.generateSpacing&&(te.spacing=te.generateSpacing()),Q){const e=_[Q];e&&"object"==typeof e&&Object.keys(e).forEach((t=>{e[t]&&"object"==typeof e[t]?te[t]={...te[t],...e[t]}:te[t]=e[t]}))}const re=z.colorSchemeSelector;n.useEffect((()=>{if(Z&&C&&re&&"media"!==re){const e=re;let t=re;if("class"===e&&(t=".%s"),"data"===e&&(t="[data-%s]"),e?.startsWith("data-")&&!e.includes("%s")&&(t=`[${e}="%s"]`),t.startsWith("."))C.classList.remove(...F.map((e=>t.substring(1).replace("%s",e)))),C.classList.add(t.substring(1).replace("%s",Z));else{const e=t.replace("%s",Z).match(/\[([^\]]+)\]/);if(e){const[t,r]=e[1].split("=");r||F.forEach((e=>{C.removeAttribute(t.replace(Z,e))})),C.setAttribute(t,r?r.replace(/"|'/g,""):"")}else C.setAttribute(t,Z)}}}),[Z,re,C,F]),n.useEffect((()=>{let e;if(S&&M.current&&E){const t=E.createElement("style");t.appendChild(E.createTextNode("*{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}")),E.head.appendChild(t),window.getComputedStyle(E.body),e=setTimeout((()=>{E.head.removeChild(t)}),1)}return()=>{clearTimeout(e)}}),[Z,S,E]),n.useEffect((()=>(M.current=!0,()=>{M.current=!1})),[]);const ne=n.useMemo((()=>({allColorSchemes:F,colorScheme:Z,darkColorScheme:Y,lightColorScheme:X,mode:J,setColorScheme:K,setMode:V,systemMode:q})),[F,Z,Y,X,J,K,V,q]);let oe=!0;(R||!1===z.cssVariables||I&&O?.cssVarPrefix===j)&&(oe=!1);const ie=(0,l.jsxs)(n.Fragment,{children:[(0,l.jsx)(s.A,{themeId:$?t:void 0,theme:y?y(te):te,children:d}),oe&&(0,l.jsx)(i.A,{styles:te.generateStyleSheets?.()||[]})]});return I?ie:(0,l.jsx)(x.Provider,{value:ne,children:ie})},useColorScheme:()=>n.useContext(x)||b,getInitColorSchemeScript:e=>function(e){const{defaultLightColorScheme:t="light",defaultDarkColorScheme:r="dark",modeStorageKey:n=c,colorSchemeStorageKey:o=u,attribute:i=d,colorSchemeNode:a="document.documentElement",nonce:s}=e||{};let p="",f=i;if("class"===i&&(f=".%s"),"data"===i&&(f="[data-%s]"),f.startsWith(".")){const e=f.substring(1);p+=`${a}.classList.remove('${e}'.replace('%s', light), '${e}'.replace('%s', dark));\n ${a}.classList.add('${e}'.replace('%s', colorScheme));`}const h=f.match(/\[([^\]]+)\]/);if(h){const[e,t]=h[1].split("=");t||(p+=`${a}.removeAttribute('${e}'.replace('%s', light));\n ${a}.removeAttribute('${e}'.replace('%s', dark));`),p+=`\n ${a}.setAttribute('${e}'.replace('%s', colorScheme), ${t?`${t}.replace('%s', colorScheme)`:'""'});`}else p+=`${a}.setAttribute('${f}', colorScheme);`;return(0,l.jsx)("script",{suppressHydrationWarning:!0,nonce:"undefined"==typeof window?s:"",dangerouslySetInnerHTML:{__html:`(function() {\ntry {\n let colorScheme = '';\n const mode = localStorage.getItem('${n}') || 'system';\n const dark = localStorage.getItem('${o}-dark') || '${r}';\n const light = localStorage.getItem('${o}-light') || '${t}';\n if (mode === 'system') {\n // handle system mode\n const mql = window.matchMedia('(prefers-color-scheme: dark)');\n if (mql.matches) {\n colorScheme = dark\n } else {\n colorScheme = light\n }\n }\n if (mode === 'light') {\n colorScheme = light;\n }\n if (mode === 'dark') {\n colorScheme = dark;\n }\n if (colorScheme) {\n ${p}\n }\n} catch(e){}})();`}},"mui-color-scheme-init")}({colorSchemeStorageKey:m,defaultLightColorScheme:A,defaultDarkColorScheme:w,modeStorageKey:o,...e})}}({themeId:g.A,theme:()=>(0,m.A)({cssVariables:!0}),colorSchemeStorageKey:y,modeStorageKey:A,defaultColorScheme:{light:b,dark:x},resolveTheme:e=>{const t={...e,typography:(0,v.A)(e.palette,e.typography)};return t.unstable_sx=function(e){return(0,o.A)({sx:e,theme:this})},t}});function E(e){return(0,l.jsx)(w,{...e})}let C=!1;const T=e=>(C||(console.warn(["MUI: The getInitColorSchemeScript function has been deprecated.","","You should use `import InitColorSchemeScript from '@mui/material/InitColorSchemeScript'`","and replace the function call with `<InitColorSchemeScript />` instead."].join("\n")),C=!0),k(e)),R=w},86259:(e,t,r)=>{"use strict";function n(e){return String(parseFloat(e)).length===String(e).length}function o(e){return String(e).match(/[\d.\-+]*\s*(.*)/)[1]||""}function i(e){return parseFloat(e)}function a(e){return(t,r)=>{const n=o(t);if(n===r)return t;let a=i(t);"px"!==n&&("em"===n||"rem"===n)&&(a=i(t)*i(e));let s=a;if("px"!==r)if("em"===r)s=a/i(e);else{if("rem"!==r)return t;s=a/i(e)}return parseFloat(s.toFixed(5))+r}}function s({size:e,grid:t}){const r=e-e%t,n=r+t;return e-r<n-e?r:n}function l({lineHeight:e,pixels:t,htmlFontSize:r}){return t/(e*r)}function c({cssProperty:e,min:t,max:r,unit:n="rem",breakpoints:o=[600,900,1200],transform:i=null}){const a={[e]:`${t}${n}`},s=(r-t)/o[o.length-1];return o.forEach((r=>{let o=t+s*r;null!==i&&(o=i(o)),a[`@media (min-width:${r}px)`]={[e]:`${Math.round(1e4*o)/1e4}${n}`}})),a}r.d(t,{I3:()=>a,VR:()=>s,a9:()=>n,db:()=>i,l_:()=>o,qW:()=>l,yL:()=>c})},46322:(e,t,r)=>{"use strict";r.r(t),r.d(t,{CssVarsProvider:()=>N.Zr,Experimental_CssVarsProvider:()=>N.Gk,StyledEngineProvider:()=>M,THEME_ID:()=>o.A,ThemeProvider:()=>S.A,adaptV4Theme:()=>s,alpha:()=>l.X4,createColorScheme:()=>b.Ay,createMuiTheme:()=>d.D,createStyles:()=>m,createTheme:()=>u.A,createTransitions:()=>y.Ay,css:()=>c.AH,darken:()=>l.e$,decomposeColor:()=>l.rP,duration:()=>y.p0,easing:()=>y.cz,emphasize:()=>l.tL,experimentalStyled:()=>w.Ay,experimental_extendTheme:()=>L,experimental_sx:()=>W,extendTheme:()=>$.A,getContrastRatio:()=>l.eM,getInitColorSchemeScript:()=>N.Gs,getLuminance:()=>l.J1,getOverlayAlpha:()=>j.A,hexToRgb:()=>l.E2,hslToRgb:()=>l.YL,keyframes:()=>c.i7,lighten:()=>l.a,makeStyles:()=>O,private_createMixins:()=>F.A,private_createTypography:()=>D.A,private_excludeVariablesFromRoot:()=>B.A,recomposeColor:()=>l.X0,responsiveFontSizes:()=>g,rgbToHex:()=>l.Ob,shouldSkipGeneratingVar:()=>z.A,styled:()=>w.Ay,unstable_createBreakpoints:()=>a.A,unstable_createMuiStrictModeTheme:()=>f,unstable_getUnit:()=>v.l_,unstable_toUnitless:()=>v.db,useColorScheme:()=>N.Ut,useTheme:()=>x.A,useThemeProps:()=>A.A,withStyles:()=>P,withTheme:()=>I});var n=r(51569),o=r(74988),i=r(81459),a=r(92271);function s(e){const{defaultProps:t={},mixins:r={},overrides:n={},palette:o={},props:s={},styleOverrides:l={},...c}=e,u={...c,components:{}};Object.keys(t).forEach((e=>{const r=u.components[e]||{};r.defaultProps=t[e],u.components[e]=r})),Object.keys(s).forEach((e=>{const t=u.components[e]||{};t.defaultProps=s[e],u.components[e]=t})),Object.keys(l).forEach((e=>{const t=u.components[e]||{};t.styleOverrides=l[e],u.components[e]=t})),Object.keys(n).forEach((e=>{const t=u.components[e]||{};t.styleOverrides=n[e],u.components[e]=t})),u.spacing=(0,i.A)(e.spacing);const d=(0,a.A)(e.breakpoints||{}),p=u.spacing;u.mixins={gutters:(e={})=>({paddingLeft:p(2),paddingRight:p(2),...e,[d.up("sm")]:{paddingLeft:p(3),paddingRight:p(3),...e[d.up("sm")]}}),...r};const{type:f,mode:h,...m}=o,v=h||f||"light";return u.palette={text:{hint:"dark"===v?"rgba(255, 255, 255, 0.5)":"rgba(0, 0, 0, 0.38)"},mode:v,type:v,...m},u}var l=r(72639),c=r(64761),u=r(89022),d=r(86501),p=r(78745);function f(e,...t){return(0,u.A)((0,p.A)({unstable_strictMode:!0},e),...t)}let h=!1;function m(e){return h||(console.warn(["MUI: createStyles from @mui/material/styles is deprecated.","Please use @mui/styles/createStyles"].join("\n")),h=!0),e}var v=r(86259);function g(e,t={}){const{breakpoints:r=["sm","md","lg"],disableAlign:o=!1,factor:i=2,variants:a=["h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","caption","button","overline"]}=t,s={...e};s.typography={...s.typography};const l=s.typography,c=(0,v.I3)(l.htmlFontSize),u=r.map((e=>s.breakpoints.values[e]));return a.forEach((e=>{const t=l[e];if(!t)return;const r=parseFloat(c(t.fontSize,"rem"));if(r<=1)return;const a=r,s=1+(a-1)/i;let{lineHeight:d}=t;if(!(0,v.a9)(d)&&!o)throw new Error((0,n.A)(6));(0,v.a9)(d)||(d=parseFloat(c(d,"rem"))/parseFloat(r));let p=null;o||(p=e=>(0,v.VR)({size:e,grid:(0,v.qW)({pixels:4,lineHeight:d,htmlFontSize:l.htmlFontSize})})),l[e]={...t,...(0,v.yL)({cssProperty:"fontSize",min:s,max:a,unit:"rem",breakpoints:u,transform:p})}})),s}var y=r(94479),b=r(21699),x=r(48231),A=r(31049),w=r(51148),S=r(20139),k=(r(7552),r(90722)),E=r(85120),C=r(73123),T=r(69500);let R;function M(e){const{injectFirst:t,children:r}=e;return t&&R?(0,T.jsx)(k.C,{value:R,children:r}):r}function O(){throw new Error((0,n.A)(14))}function P(){throw new Error((0,n.A)(15))}function I(){throw new Error((0,n.A)(16))}"object"==typeof document&&(R=(e=>{const t=(0,E.A)(e);class r extends C.v{constructor(e){super(e),this.prepend=t.sheet.prepend}}return t.sheet=new r({key:t.key,nonce:t.sheet.nonce,container:t.sheet.container,speedy:t.sheet.isSpeedy,prepend:t.sheet.prepend,insertionPoint:t.sheet.insertionPoint}),t})({key:"css",prepend:!0}));var N=r(22892),$=r(17405);let _=!1;function L(...e){return _||(console.warn(["MUI: The `experimental_extendTheme` has been stabilized.","","You should use `import { extendTheme } from '@mui/material/styles'`"].join("\n")),_=!0),(0,$.A)(...e)}var j=r(28875),z=r(59542),D=r(34558),F=r(90841),B=r(80040);function W(){throw new Error((0,n.A)(19))}},48231:(e,t,r)=>{"use strict";r.d(t,{A:()=>a}),r(7552);var n=r(67109),o=r(23121),i=r(74988);function a(){const e=(0,n.A)(o.A);return e[i.A]||e}},31049:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(82081),o=r(23121),i=r(74988);function a({props:e,name:t}){return(0,n.A)({props:e,name:t,defaultTheme:o.A,themeId:i.A})}},46302:(e,t,r)=>{"use strict";r.d(t,{c:()=>o,q:()=>n});const n=e=>e.scrollTop;function o(e,t){const{timeout:r,easing:n,style:o={}}=e;return{duration:o.transitionDuration??("number"==typeof r?r:r[t.mode]||0),easing:o.transitionTimingFunction??("object"==typeof n?n[t.mode]:n),delay:o.transitionDelay}}},25419:(e,t,r)=>{"use strict";r.d(t,{A:()=>h,Z:()=>u});var n=r(7552),o=r(50089),i=r(97609),a=r(43583),s=r(89887),l=r(21337);function c(e){return e.normalize("NFD").replace(/[\u0300-\u036f]/g,"")}function u(e={}){const{ignoreAccents:t=!0,ignoreCase:r=!0,limit:n,matchFrom:o="any",stringify:i,trim:a=!1}=e;return(e,{inputValue:s,getOptionLabel:l})=>{let u=a?s.trim():s;r&&(u=u.toLowerCase()),t&&(u=c(u));const d=u?e.filter((e=>{let n=(i||l)(e);return r&&(n=n.toLowerCase()),t&&(n=c(n)),"start"===o?n.startsWith(u):n.includes(u)})):e;return"number"==typeof n?d.slice(0,n):d}}const d=u(),p=e=>null!==e.current&&e.current.parentElement?.contains(document.activeElement),f=[],h=function(e){const{unstable_isActiveElementInListbox:t=p,unstable_classNamePrefix:r="Mui",autoComplete:c=!1,autoHighlight:u=!1,autoSelect:h=!1,blurOnSelect:m=!1,clearOnBlur:v=!e.freeSolo,clearOnEscape:g=!1,componentName:y="useAutocomplete",defaultValue:b=(e.multiple?f:null),disableClearable:x=!1,disableCloseOnSelect:A=!1,disabled:w,disabledItemsFocusable:S=!1,disableListWrap:k=!1,filterOptions:E=d,filterSelectedOptions:C=!1,freeSolo:T=!1,getOptionDisabled:R,getOptionKey:M,getOptionLabel:O=e=>e.label??e,groupBy:P,handleHomeEndKeys:I=!e.freeSolo,id:N,includeInputInList:$=!1,inputValue:_,isOptionEqualToValue:L=(e,t)=>e===t,multiple:j=!1,onChange:z,onClose:D,onHighlightChange:F,onInputChange:B,onOpen:W,open:H,openOnFocus:U=!1,options:V,readOnly:q=!1,selectOnFocus:X=!e.freeSolo,value:Y}=e,G=(0,o.A)(N);let K=O;K=e=>{const t=O(e);return"string"!=typeof t?String(t):t};const J=n.useRef(!1),Z=n.useRef(!0),Q=n.useRef(null),ee=n.useRef(null),[te,re]=n.useState(null),[ne,oe]=n.useState(-1),ie=u?0:-1,ae=n.useRef(ie),[se,le]=(0,i.A)({controlled:Y,default:b,name:y}),[ce,ue]=(0,i.A)({controlled:_,default:"",name:y,state:"inputValue"}),[de,pe]=n.useState(!1),fe=n.useCallback(((e,t,r)=>{if(!(j?se.length<t.length:null!==t)&&!v)return;let n;if(j)n="";else if(null==t)n="";else{const e=K(t);n="string"==typeof e?e:""}ce!==n&&(ue(n),B&&B(e,n,r))}),[K,ce,j,B,ue,v,se]),[he,me]=(0,i.A)({controlled:H,default:!1,name:y,state:"open"}),[ve,ge]=n.useState(!0),ye=!j&&null!=se&&ce===K(se),be=he&&!q,xe=be?E(V.filter((e=>!C||!(j?se:[se]).some((t=>null!==t&&L(e,t))))),{inputValue:ye&&ve?"":ce,getOptionLabel:K}):[],Ae=(0,a.A)({filteredOptions:xe,value:se,inputValue:ce});n.useEffect((()=>{const e=se!==Ae.value;de&&!e||T&&!e||fe(null,se,"reset")}),[se,fe,de,Ae.value,T]);const we=he&&xe.length>0&&!q,Se=(0,s.A)((e=>{-1===e?Q.current.focus():te.querySelector(`[data-tag-index="${e}"]`).focus()}));n.useEffect((()=>{j&&ne>se.length-1&&(oe(-1),Se(-1))}),[se,j,ne,Se]);const ke=(0,s.A)((({event:e,index:t,reason:n="auto"})=>{if(ae.current=t,-1===t?Q.current.removeAttribute("aria-activedescendant"):Q.current.setAttribute("aria-activedescendant",`${G}-option-${t}`),F&&F(e,-1===t?null:xe[t],n),!ee.current)return;const o=ee.current.querySelector(`[role="option"].${r}-focused`);o&&(o.classList.remove(`${r}-focused`),o.classList.remove(`${r}-focusVisible`));let i=ee.current;if("listbox"!==ee.current.getAttribute("role")&&(i=ee.current.parentElement.querySelector('[role="listbox"]')),!i)return;if(-1===t)return void(i.scrollTop=0);const a=ee.current.querySelector(`[data-option-index="${t}"]`);if(a&&(a.classList.add(`${r}-focused`),"keyboard"===n&&a.classList.add(`${r}-focusVisible`),i.scrollHeight>i.clientHeight&&"mouse"!==n&&"touch"!==n)){const e=a,t=i.clientHeight+i.scrollTop,r=e.offsetTop+e.offsetHeight;r>t?i.scrollTop=r-i.clientHeight:e.offsetTop-e.offsetHeight*(P?1.3:0)<i.scrollTop&&(i.scrollTop=e.offsetTop-e.offsetHeight*(P?1.3:0))}})),Ee=(0,s.A)((({event:e,diff:t,direction:r="next",reason:n="auto"})=>{if(!be)return;const o=function(e,t){if(!ee.current||e<0||e>=xe.length)return-1;let r=e;for(;;){const n=ee.current.querySelector(`[data-option-index="${r}"]`),o=!S&&(!n||n.disabled||"true"===n.getAttribute("aria-disabled"));if(n&&n.hasAttribute("tabindex")&&!o)return r;if(r="next"===t?(r+1)%xe.length:(r-1+xe.length)%xe.length,r===e)return-1}}((()=>{const e=xe.length-1;if("reset"===t)return ie;if("start"===t)return 0;if("end"===t)return e;const r=ae.current+t;return r<0?-1===r&&$?-1:k&&-1!==ae.current||Math.abs(t)>1?0:e:r>e?r===e+1&&$?-1:k||Math.abs(t)>1?e:0:r})(),r);if(ke({index:o,reason:n,event:e}),c&&"reset"!==t)if(-1===o)Q.current.value=ce;else{const e=K(xe[o]);Q.current.value=e,0===e.toLowerCase().indexOf(ce.toLowerCase())&&ce.length>0&&Q.current.setSelectionRange(ce.length,e.length)}})),Ce=n.useCallback((()=>{if(!be)return;const e=(()=>{if(-1!==ae.current&&Ae.filteredOptions&&Ae.filteredOptions.length!==xe.length&&Ae.inputValue===ce&&(j?se.length===Ae.value.length&&Ae.value.every(((e,t)=>K(se[t])===K(e))):(e=Ae.value,t=se,(e?K(e):"")===(t?K(t):"")))){const e=Ae.filteredOptions[ae.current];if(e)return xe.findIndex((t=>K(t)===K(e)))}var e,t;return-1})();if(-1!==e)return void(ae.current=e);const t=j?se[0]:se;if(0!==xe.length&&null!=t){if(ee.current)if(null==t)ae.current>=xe.length-1?ke({index:xe.length-1}):ke({index:ae.current});else{const e=xe[ae.current];if(j&&e&&-1!==se.findIndex((t=>L(e,t))))return;const r=xe.findIndex((e=>L(e,t)));-1===r?Ee({diff:"reset"}):ke({index:r})}}else Ee({diff:"reset"})}),[xe.length,!j&&se,C,Ee,ke,be,ce,j]),Te=(0,s.A)((e=>{(0,l.A)(ee,e),e&&Ce()}));n.useEffect((()=>{Ce()}),[Ce]);const Re=e=>{he||(me(!0),ge(!0),W&&W(e))},Me=(e,t)=>{he&&(me(!1),D&&D(e,t))},Oe=(e,t,r,n)=>{if(j){if(se.length===t.length&&se.every(((e,r)=>e===t[r])))return}else if(se===t)return;z&&z(e,t,r,n),le(t)},Pe=n.useRef(!1),Ie=(e,t,r="selectOption",n="options")=>{let o=r,i=t;if(j){i=Array.isArray(se)?se.slice():[];const e=i.findIndex((e=>L(t,e)));-1===e?i.push(t):"freeSolo"!==n&&(i.splice(e,1),o="removeOption")}fe(e,i,o),Oe(e,i,o,{option:t}),A||e&&(e.ctrlKey||e.metaKey)||Me(e,o),(!0===m||"touch"===m&&Pe.current||"mouse"===m&&!Pe.current)&&Q.current.blur()},Ne=(e,t)=>{if(!j)return;""===ce&&Me(e,"toggleInput");let r=ne;-1===ne?""===ce&&"previous"===t&&(r=se.length-1):(r+="next"===t?1:-1,r<0&&(r=0),r===se.length&&(r=-1)),r=function(e,t){if(-1===e)return-1;let r=e;for(;;){if("next"===t&&r===se.length||"previous"===t&&-1===r)return-1;const e=te.querySelector(`[data-tag-index="${r}"]`);if(e&&e.hasAttribute("tabindex")&&!e.disabled&&"true"!==e.getAttribute("aria-disabled"))return r;r+="next"===t?1:-1}}(r,t),oe(r),Se(r)},$e=e=>{J.current=!0,ue(""),B&&B(e,"","clear"),Oe(e,j?[]:null,"clear")},_e=e=>t=>{if(e.onKeyDown&&e.onKeyDown(t),!t.defaultMuiPrevented&&(-1===ne||["ArrowLeft","ArrowRight"].includes(t.key)||(oe(-1),Se(-1)),229!==t.which))switch(t.key){case"Home":be&&I&&(t.preventDefault(),Ee({diff:"start",direction:"next",reason:"keyboard",event:t}));break;case"End":be&&I&&(t.preventDefault(),Ee({diff:"end",direction:"previous",reason:"keyboard",event:t}));break;case"PageUp":t.preventDefault(),Ee({diff:-5,direction:"previous",reason:"keyboard",event:t}),Re(t);break;case"PageDown":t.preventDefault(),Ee({diff:5,direction:"next",reason:"keyboard",event:t}),Re(t);break;case"ArrowDown":t.preventDefault(),Ee({diff:1,direction:"next",reason:"keyboard",event:t}),Re(t);break;case"ArrowUp":t.preventDefault(),Ee({diff:-1,direction:"previous",reason:"keyboard",event:t}),Re(t);break;case"ArrowLeft":Ne(t,"previous");break;case"ArrowRight":Ne(t,"next");break;case"Enter":if(-1!==ae.current&&be){const e=xe[ae.current],r=!!R&&R(e);if(t.preventDefault(),r)return;Ie(t,e,"selectOption"),c&&Q.current.setSelectionRange(Q.current.value.length,Q.current.value.length)}else T&&""!==ce&&!1===ye&&(j&&t.preventDefault(),Ie(t,ce,"createOption","freeSolo"));break;case"Escape":be?(t.preventDefault(),t.stopPropagation(),Me(t,"escape")):g&&(""!==ce||j&&se.length>0)&&(t.preventDefault(),t.stopPropagation(),$e(t));break;case"Backspace":if(j&&!q&&""===ce&&se.length>0){const e=-1===ne?se.length-1:ne,r=se.slice();r.splice(e,1),Oe(t,r,"removeOption",{option:se[e]})}break;case"Delete":if(j&&!q&&""===ce&&se.length>0&&-1!==ne){const e=ne,r=se.slice();r.splice(e,1),Oe(t,r,"removeOption",{option:se[e]})}}},Le=e=>{pe(!0),U&&!J.current&&Re(e)},je=e=>{t(ee)?Q.current.focus():(pe(!1),Z.current=!0,J.current=!1,h&&-1!==ae.current&&be?Ie(e,xe[ae.current],"blur"):h&&T&&""!==ce?Ie(e,ce,"blur","freeSolo"):v&&fe(e,se,"blur"),Me(e,"blur"))},ze=e=>{const t=e.target.value;ce!==t&&(ue(t),ge(!1),B&&B(e,t,"input")),""===t?x||j||Oe(e,null,"clear"):Re(e)},De=e=>{const t=Number(e.currentTarget.getAttribute("data-option-index"));ae.current!==t&&ke({event:e,index:t,reason:"mouse"})},Fe=e=>{ke({event:e,index:Number(e.currentTarget.getAttribute("data-option-index")),reason:"touch"}),Pe.current=!0},Be=e=>{const t=Number(e.currentTarget.getAttribute("data-option-index"));Ie(e,xe[t],"selectOption"),Pe.current=!1},We=e=>t=>{const r=se.slice();r.splice(e,1),Oe(t,r,"removeOption",{option:se[e]})},He=e=>{he?Me(e,"toggleInput"):Re(e)},Ue=e=>{e.currentTarget.contains(e.target)&&e.target.getAttribute("id")!==G&&e.preventDefault()},Ve=e=>{e.currentTarget.contains(e.target)&&(Q.current.focus(),X&&Z.current&&Q.current.selectionEnd-Q.current.selectionStart==0&&Q.current.select(),Z.current=!1)},qe=e=>{w||""!==ce&&he||He(e)};let Xe=T&&ce.length>0;Xe=Xe||(j?se.length>0:null!==se);let Ye=xe;return P&&(new Map,Ye=xe.reduce(((e,t,r)=>{const n=P(t);return e.length>0&&e[e.length-1].group===n?e[e.length-1].options.push(t):e.push({key:r,index:r,group:n,options:[t]}),e}),[])),w&&de&&je(),{getRootProps:(e={})=>({"aria-owns":we?`${G}-listbox`:null,...e,onKeyDown:_e(e),onMouseDown:Ue,onClick:Ve}),getInputLabelProps:()=>({id:`${G}-label`,htmlFor:G}),getInputProps:()=>({id:G,value:ce,onBlur:je,onFocus:Le,onChange:ze,onMouseDown:qe,"aria-activedescendant":be?"":null,"aria-autocomplete":c?"both":"list","aria-controls":we?`${G}-listbox`:void 0,"aria-expanded":we,autoComplete:"off",ref:Q,autoCapitalize:"none",spellCheck:"false",role:"combobox",disabled:w}),getClearProps:()=>({tabIndex:-1,type:"button",onClick:$e}),getPopupIndicatorProps:()=>({tabIndex:-1,type:"button",onClick:He}),getTagProps:({index:e})=>({key:e,"data-tag-index":e,tabIndex:-1,...!q&&{onDelete:We(e)}}),getListboxProps:()=>({role:"listbox",id:`${G}-listbox`,"aria-labelledby":`${G}-label`,ref:Te,onMouseDown:e=>{e.preventDefault()}}),getOptionProps:({index:e,option:t})=>{const r=(j?se:[se]).some((e=>null!=e&&L(t,e))),n=!!R&&R(t);return{key:M?.(t)??K(t),tabIndex:-1,role:"option",id:`${G}-option-${e}`,onMouseMove:De,onClick:Be,onTouchStart:Fe,"data-option-index":e,"aria-disabled":n,"aria-selected":r}},id:G,inputValue:ce,value:se,dirty:Xe,expanded:be&&te,popupOpen:be,focused:de||-1!==ne,anchorEl:te,setAnchorEl:re,focusedTag:ne,groupedOptions:Ye}}},4402:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=r(87797).A},74893:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(7552),o=r(2859),i=r(69500);function a(e,t){function r(r,n){return(0,i.jsx)(o.A,{"data-testid":`${t}Icon`,ref:n,...r,children:e})}return r.muiName=o.A.muiName,n.memo(n.forwardRef(r))}},987:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=r(86949).A},78301:(e,t,r)=>{"use strict";r.r(t),r.d(t,{capitalize:()=>o.A,createChainedFunction:()=>i.A,createSvgIcon:()=>a.A,debounce:()=>s.A,deprecatedPropType:()=>l,isMuiElement:()=>c.A,ownerDocument:()=>d.A,ownerWindow:()=>p.A,requirePropFactory:()=>f,setRef:()=>h,unstable_ClassNameGenerator:()=>A,unstable_memoTheme:()=>u.A,unstable_useEnhancedEffect:()=>m.A,unstable_useId:()=>v.A,unsupportedProp:()=>g,useControlled:()=>y.A,useEventCallback:()=>b.A,useForkRef:()=>x.A});var n=r(23043),o=r(15622),i=r(4402),a=r(74893),s=r(987);const l=function(e,t){return()=>null};var c=r(3755),u=r(60129),d=r(6676),p=r(46689);const f=function(e,t){return()=>null},h=r(21337).A;var m=r(82910),v=r(89456);const g=function(e,t,r,n,o){return null};var y=r(77259),b=r(87422),x=r(51584);const A={configure:e=>{n.A.configure(e)}}},23879:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=function(e){return"string"==typeof e}},3755:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(7552);const o=function(e,t){return n.isValidElement(e)&&-1!==t.indexOf(e.type.muiName??e.type?._payload?.value?.muiName)}},6676:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=r(99305).A},46689:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=r(16849).A},77259:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=r(97609).A},82910:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=r(83933).A},87422:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=r(89887).A},51584:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=r(29527).A},89456:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=r(50089).A},43045:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(29527),o=r(60622),i=r(5289),a=r(39221);function s(e,t){const{className:r,elementType:s,ownerState:l,externalForwardedProps:c,getSlotOwnerState:u,internalForwardedProps:d,...p}=t,{component:f,slots:h={[e]:void 0},slotProps:m={[e]:void 0},...v}=c,g=h[e]||s,y=(0,i.A)(m[e],l),{props:{component:b,...x},internalRef:A}=(0,a.A)({className:r,...p,externalForwardedProps:"root"===e?v:void 0,externalSlotProps:y}),w=(0,n.A)(A,y?.ref,t.ref),S=u?u(x):{},k={...l,...S},E="root"===e?b||f:b,C=(0,o.A)(g,{..."root"===e&&!f&&!h[e]&&d,..."root"!==e&&!h[e]&&d,...x,...E&&{as:E},ref:w},k);return Object.keys(S).forEach((e=>{delete C[e]})),[g,C]}},69743:(e,t,r)=>{"use strict";r.d(t,{Dp:()=>d,Dg:()=>p}),r(7552);var n=r(8455),o=r(92104),i=r(67109),a=r(69500);const s=function({styles:e,themeId:t,defaultTheme:r={}}){const n=(0,i.A)(r),s="function"==typeof e?e(t&&n[t]||n):e;return(0,a.jsx)(o.A,{styles:s})};var l=r(23121),c=r(74988);const u=function(e){return(0,a.jsx)(s,{...e,defaultTheme:l.A,themeId:c.A})};function d(e){return function(t){return(0,a.jsx)(u,{styles:"function"==typeof e?r=>e({theme:r,...t}):e})}}function p(){return n.A}},15006:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=r(7552).createContext(null)},57522:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(7552),o=r(15006);function i(){return n.useContext(o.A)}},92104:(e,t,r)=>{"use strict";r.d(t,{A:()=>i}),r(7552);var n=r(64761),o=r(69500);function i(e){const{styles:t,defaultTheme:r={}}=e,i="function"==typeof t?e=>{return t(null==(n=e)||0===Object.keys(n).length?r:e);var n}:t;return(0,o.jsx)(n.mL,{styles:i})}},93876:(e,t,r)=>{"use strict";r.d(t,{A:()=>s,I:()=>a});var n=r(7552),o=r(69500);const i=n.createContext(),a=()=>n.useContext(i)??!1,s=function({value:e,...t}){return(0,o.jsx)(i.Provider,{value:e??!0,...t})}},70034:(e,t,r)=>{"use strict";r.d(t,{A:()=>m});var n=r(7552),o=r(57522),i=r(15006);const a="function"==typeof Symbol&&Symbol.for?Symbol.for("mui.nested"):"__THEME_NESTED__";var s=r(69500);const l=function(e){const{children:t,theme:r}=e,l=(0,o.A)(),c=n.useMemo((()=>{const e=null===l?{...r}:function(e,t){return"function"==typeof t?t(e):{...e,...t}}(l,r);return null!=e&&(e[a]=null!==l),e}),[r,l]);return(0,s.jsx)(i.A.Provider,{value:c,children:t})};var c=r(90722),u=r(40015),d=r(93876),p=r(53173);const f={};function h(e,t,r,o=!1){return n.useMemo((()=>{const n=e&&t[e]||t;if("function"==typeof r){const i=r(n),a=e?{...t,[e]:i}:i;return o?()=>a:a}return e?{...t,[e]:r}:{...t,...r}}),[e,t,r,o])}const m=function(e){const{children:t,theme:r,themeId:n}=e,i=(0,u.A)(f),a=(0,o.A)()||f,m=h(n,i,r),v=h(n,a,r,!0),g="rtl"===m.direction;return(0,s.jsx)(l,{theme:v,children:(0,s.jsx)(c.T.Provider,{value:m,children:(0,s.jsx)(d.A,{value:g,children:(0,s.jsx)(p.A,{value:m?.components,children:t})})})})}},8455:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(78745),o=r(94177);const i=e=>{const t={systemProps:{},otherProps:{}},r=e?.theme?.unstable_sxConfig??o.A;return Object.keys(e).forEach((n=>{r[n]?t.systemProps[n]=e[n]:t.otherProps[n]=e[n]})),t};function a(e){const{sx:t,...r}=e,{systemProps:o,otherProps:a}=i(r);let s;return s=Array.isArray(t)?[o,...t]:"function"==typeof t?(...e)=>{const r=t(...e);return(0,n.Q)(r)?{...o,...r}:o}:{...o,...t},{...a,sx:s}}},67109:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(72861),o=r(40015);const i=(0,n.A)(),a=function(e=i){return(0,o.A)(e)}},82081:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(80007),o=r(67109);function i({props:e,name:t,defaultTheme:r,themeId:i}){let a=(0,o.A)(r);return i&&(a=a[i]||a),function(e){const{theme:t,name:r,props:o}=e;return t&&t.components&&t.components[r]&&t.components[r].defaultProps?(0,n.A)(t.components[r].defaultProps,o):o}({theme:a,name:t,props:e})}},40015:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(7552),o=r(90722);const i=function(e=null){const t=n.useContext(o.T);return t&&(r=t,0!==Object.keys(r).length)?t:e;var r}},60622:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=function(e,t,r){return void 0===e||"string"==typeof e?t:{...t,ownerState:{...t.ownerState,...r}}}},87797:(e,t,r)=>{"use strict";function n(...e){return e.reduce(((e,t)=>null==t?e:function(...r){e.apply(this,r),t.apply(this,r)}),(()=>{}))}r.d(t,{A:()=>n})},86949:(e,t,r)=>{"use strict";function n(e,t=166){let r;function n(...n){clearTimeout(r),r=setTimeout((()=>{e.apply(this,n)}),t)}return n.clear=()=>{clearTimeout(r)},n}r.d(t,{A:()=>n})},29091:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=function(e,t=[]){if(void 0===e)return{};const r={};return Object.keys(e).filter((r=>r.match(/^on[A-Z]/)&&"function"==typeof e[r]&&!t.includes(r))).forEach((t=>{r[t]=e[t]})),r}},28325:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(7552);function o(e){return e&&n.isValidElement(e)?e.props.propertyIsEnumerable("ref")?e.props.ref:e.ref:null}},25577:(e,t,r)=>{"use strict";function n(e){const t=e.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}r.d(t,{A:()=>n})},27921:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(7552);function o(e){return n.Children.toArray(e).filter((e=>n.isValidElement(e)))}},91527:(e,t,r)=>{"use strict";function n(e){try{return e.matches(":focus-visible")}catch(e){}return!1}r.d(t,{A:()=>n})},39221:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(93878),o=r(29091);const i=function(e){if(void 0===e)return{};const t={};return Object.keys(e).filter((t=>!(t.match(/^on[A-Z]/)&&"function"==typeof e[t]))).forEach((r=>{t[r]=e[r]})),t},a=function(e){const{getSlotProps:t,additionalProps:r,externalSlotProps:a,externalForwardedProps:s,className:l}=e;if(!t){const e=(0,n.A)(r?.className,l,s?.className,a?.className),t={...r?.style,...s?.style,...a?.style},o={...r,...s,...a};return e.length>0&&(o.className=e),Object.keys(t).length>0&&(o.style=t),{props:o,internalRef:void 0}}const c=(0,o.A)({...s,...a}),u=i(a),d=i(s),p=t(c),f=(0,n.A)(p?.className,r?.className,l,s?.className,a?.className),h={...p?.style,...r?.style,...s?.style,...a?.style},m={...p,...r,...d,...u};return f.length>0&&(m.className=f),Object.keys(h).length>0&&(m.style=h),{props:m,internalRef:p.ref}}},99305:(e,t,r)=>{"use strict";function n(e){return e&&e.ownerDocument||document}r.d(t,{A:()=>n})},16849:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(99305);function o(e){return(0,n.A)(e).defaultView||window}},5289:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=function(e,t,r){return"function"==typeof e?e(t,r):e}},21337:(e,t,r)=>{"use strict";function n(e,t){"function"==typeof e?e(t):e&&(e.current=t)}r.d(t,{A:()=>n})},97609:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(7552);function o({controlled:e,default:t,name:r,state:o="value"}){const{current:i}=n.useRef(void 0!==e),[a,s]=n.useState(t);return[i?e:a,n.useCallback((e=>{i||s(e)}),[])]}},83933:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(7552);const o="undefined"!=typeof window?n.useLayoutEffect:n.useEffect},89887:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(7552),o=r(83933);const i=function(e){const t=n.useRef(e);return(0,o.A)((()=>{t.current=e})),n.useRef(((...e)=>(0,t.current)(...e))).current}},29527:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(7552),o=r(21337);function i(...e){return n.useMemo((()=>e.every((e=>null==e))?null:t=>{e.forEach((e=>{(0,o.A)(e,t)}))}),e)}},50089:(e,t,r)=>{"use strict";var n;r.d(t,{A:()=>s});var o=r(7552);let i=0;const a={...n||(n=r.t(o,2))}.useId;function s(e){if(void 0!==a){const t=a();return e??t}return function(e){const[t,r]=o.useState(e),n=e||t;return o.useEffect((()=>{null==t&&(i+=1,r(`mui-${i}`))}),[t]),n}(e)}},53131:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(7552);const o={};function i(e,t){const r=n.useRef(o);return r.current===o&&(r.current=e(t)),r}},43583:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(7552);const o=e=>{const t=n.useRef({});return n.useEffect((()=>{t.current=e})),t.current}},1045:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(29527),o=r(60622),i=r(39221),a=r(5289);const s=function(e){const{elementType:t,externalSlotProps:r,ownerState:s,skipResolvingSlotProps:l=!1,...c}=e,u=l?{}:(0,a.A)(r,s),{props:d,internalRef:p}=(0,i.A)({...c,externalSlotProps:u}),f=(0,n.A)(p,u?.ref,e.additionalProps?.ref);return(0,o.A)(t,{...d,ref:f},s)}},26218:(e,t,r)=>{"use strict";r.d(t,{E:()=>a,A:()=>s});var n=r(53131),o=r(7552);const i=[];class a{static create(){return new a}currentId=null;start(e,t){this.clear(),this.currentId=setTimeout((()=>{this.currentId=null,t()}),e)}clear=()=>{null!==this.currentId&&(clearTimeout(this.currentId),this.currentId=null)};disposeEffect=()=>this.clear}function s(){const e=(0,n.A)(a.create).current;var t;return t=e.disposeEffect,o.useEffect(t,i),e}},25649:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"}},92019:(e,t,r)=>{"use strict";r.d(t,{k:()=>n});const n=r(7552).createContext(void 0)},65568:(e,t,r)=>{"use strict";r.d(t,{y:()=>n});const n=r(7552).createContext(void 0)},76404:(e,t,r)=>{"use strict";r.d(t,{h:()=>i});var n=r(7552),o=r(92019);function i(){const e=n.useContext(o.k);if(void 0===e)throw new Error(["MUI X: Could not find the data grid context.","It looks like you rendered your component outside of a DataGrid, DataGridPro or DataGridPremium parent component.","This can also happen if you are bundling multiple versions of the data grid."].join("\n"));return e}},3274:(e,t,r)=>{"use strict";r.d(t,{b:()=>o});var n=r(7552);const o=()=>n.useRef({})},64565:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(7552),o=r(65568);const i=()=>{const e=n.useContext(o.y);if(!e)throw new Error("MUI X: useGridRootProps should only be used inside the DataGrid, DataGridPro or DataGridPremium component.");return e}},47130:(e,t)=>{"use strict";t.byteLength=function(e){var t=s(e),r=t[0],n=t[1];return 3*(r+n)/4-n},t.toByteArray=function(e){var t,r,i=s(e),a=i[0],l=i[1],c=new o(function(e,t,r){return 3*(t+r)/4-r}(0,a,l)),u=0,d=l>0?a-4:a;for(r=0;r<d;r+=4)t=n[e.charCodeAt(r)]<<18|n[e.charCodeAt(r+1)]<<12|n[e.charCodeAt(r+2)]<<6|n[e.charCodeAt(r+3)],c[u++]=t>>16&255,c[u++]=t>>8&255,c[u++]=255&t;return 2===l&&(t=n[e.charCodeAt(r)]<<2|n[e.charCodeAt(r+1)]>>4,c[u++]=255&t),1===l&&(t=n[e.charCodeAt(r)]<<10|n[e.charCodeAt(r+1)]<<4|n[e.charCodeAt(r+2)]>>2,c[u++]=t>>8&255,c[u++]=255&t),c},t.fromByteArray=function(e){for(var t,n=e.length,o=n%3,i=[],a=16383,s=0,c=n-o;s<c;s+=a)i.push(l(e,s,s+a>c?c:s+a));return 1===o?(t=e[n-1],i.push(r[t>>2]+r[t<<4&63]+"==")):2===o&&(t=(e[n-2]<<8)+e[n-1],i.push(r[t>>10]+r[t>>4&63]+r[t<<2&63]+"=")),i.join("")};for(var r=[],n=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=0;a<64;++a)r[a]=i[a],n[i.charCodeAt(a)]=a;function s(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");return-1===r&&(r=t),[r,r===t?0:4-r%4]}function l(e,t,n){for(var o,i,a=[],s=t;s<n;s+=3)o=(e[s]<<16&16711680)+(e[s+1]<<8&65280)+(255&e[s+2]),a.push(r[(i=o)>>18&63]+r[i>>12&63]+r[i>>6&63]+r[63&i]);return a.join("")}n["-".charCodeAt(0)]=62,n["_".charCodeAt(0)]=63},35451:(e,t,r)=>{"use strict";var n=r(47130),o=r(96607),i="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;t.hp=l,t.IS=50;var a=2147483647;function s(e){if(e>a)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,l.prototype),t}function l(e,t,r){if("number"==typeof e){if("string"==typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return d(e)}return c(e,t,r)}function c(e,t,r){if("string"==typeof e)return function(e,t){if("string"==typeof t&&""!==t||(t="utf8"),!l.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=0|m(e,t),n=s(r),o=n.write(e,t);return o!==r&&(n=n.slice(0,o)),n}(e,t);if(ArrayBuffer.isView(e))return function(e){if(B(e,Uint8Array)){var t=new Uint8Array(e);return f(t.buffer,t.byteOffset,t.byteLength)}return p(e)}(e);if(null==e)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(B(e,ArrayBuffer)||e&&B(e.buffer,ArrayBuffer))return f(e,t,r);if("undefined"!=typeof SharedArrayBuffer&&(B(e,SharedArrayBuffer)||e&&B(e.buffer,SharedArrayBuffer)))return f(e,t,r);if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type number');var n=e.valueOf&&e.valueOf();if(null!=n&&n!==e)return l.from(n,t,r);var o=function(e){if(l.isBuffer(e)){var t=0|h(e.length),r=s(t);return 0===r.length||e.copy(r,0,0,t),r}return void 0!==e.length?"number"!=typeof e.length||W(e.length)?s(0):p(e):"Buffer"===e.type&&Array.isArray(e.data)?p(e.data):void 0}(e);if(o)return o;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return l.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function u(e){if("number"!=typeof e)throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function d(e){return u(e),s(e<0?0:0|h(e))}function p(e){for(var t=e.length<0?0:0|h(e.length),r=s(t),n=0;n<t;n+=1)r[n]=255&e[n];return r}function f(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');var n;return n=void 0===t&&void 0===r?new Uint8Array(e):void 0===r?new Uint8Array(e,t):new Uint8Array(e,t,r),Object.setPrototypeOf(n,l.prototype),n}function h(e){if(e>=a)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a.toString(16)+" bytes");return 0|e}function m(e,t){if(l.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||B(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var r=e.length,n=arguments.length>2&&!0===arguments[2];if(!n&&0===r)return 0;for(var o=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return z(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return D(e).length;default:if(o)return n?-1:z(e).length;t=(""+t).toLowerCase(),o=!0}}function v(e,t,r){var n=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return"";if((r>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return O(this,t,r);case"utf8":case"utf-8":return C(this,t,r);case"ascii":return R(this,t,r);case"latin1":case"binary":return M(this,t,r);case"base64":return E(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return P(this,t,r);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}function g(e,t,r){var n=e[t];e[t]=e[r],e[r]=n}function y(e,t,r,n,o){if(0===e.length)return-1;if("string"==typeof r?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),W(r=+r)&&(r=o?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(o)return-1;r=e.length-1}else if(r<0){if(!o)return-1;r=0}if("string"==typeof t&&(t=l.from(t,n)),l.isBuffer(t))return 0===t.length?-1:b(e,t,r,n,o);if("number"==typeof t)return t&=255,"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):b(e,[t],r,n,o);throw new TypeError("val must be string, number or Buffer")}function b(e,t,r,n,o){var i,a=1,s=e.length,l=t.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(e.length<2||t.length<2)return-1;a=2,s/=2,l/=2,r/=2}function c(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(o){var u=-1;for(i=r;i<s;i++)if(c(e,i)===c(t,-1===u?0:i-u)){if(-1===u&&(u=i),i-u+1===l)return u*a}else-1!==u&&(i-=i-u),u=-1}else for(r+l>s&&(r=s-l),i=r;i>=0;i--){for(var d=!0,p=0;p<l;p++)if(c(e,i+p)!==c(t,p)){d=!1;break}if(d)return i}return-1}function x(e,t,r,n){r=Number(r)||0;var o=e.length-r;n?(n=Number(n))>o&&(n=o):n=o;var i=t.length;n>i/2&&(n=i/2);for(var a=0;a<n;++a){var s=parseInt(t.substr(2*a,2),16);if(W(s))return a;e[r+a]=s}return a}function A(e,t,r,n){return F(z(t,e.length-r),e,r,n)}function w(e,t,r,n){return F(function(e){for(var t=[],r=0;r<e.length;++r)t.push(255&e.charCodeAt(r));return t}(t),e,r,n)}function S(e,t,r,n){return F(D(t),e,r,n)}function k(e,t,r,n){return F(function(e,t){for(var r,n,o,i=[],a=0;a<e.length&&!((t-=2)<0);++a)n=(r=e.charCodeAt(a))>>8,o=r%256,i.push(o),i.push(n);return i}(t,e.length-r),e,r,n)}function E(e,t,r){return 0===t&&r===e.length?n.fromByteArray(e):n.fromByteArray(e.slice(t,r))}function C(e,t,r){r=Math.min(e.length,r);for(var n=[],o=t;o<r;){var i,a,s,l,c=e[o],u=null,d=c>239?4:c>223?3:c>191?2:1;if(o+d<=r)switch(d){case 1:c<128&&(u=c);break;case 2:128==(192&(i=e[o+1]))&&(l=(31&c)<<6|63&i)>127&&(u=l);break;case 3:i=e[o+1],a=e[o+2],128==(192&i)&&128==(192&a)&&(l=(15&c)<<12|(63&i)<<6|63&a)>2047&&(l<55296||l>57343)&&(u=l);break;case 4:i=e[o+1],a=e[o+2],s=e[o+3],128==(192&i)&&128==(192&a)&&128==(192&s)&&(l=(15&c)<<18|(63&i)<<12|(63&a)<<6|63&s)>65535&&l<1114112&&(u=l)}null===u?(u=65533,d=1):u>65535&&(u-=65536,n.push(u>>>10&1023|55296),u=56320|1023&u),n.push(u),o+=d}return function(e){var t=e.length;if(t<=T)return String.fromCharCode.apply(String,e);for(var r="",n=0;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=T));return r}(n)}l.TYPED_ARRAY_SUPPORT=function(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),42===e.foo()}catch(e){return!1}}(),l.TYPED_ARRAY_SUPPORT||"undefined"==typeof console||"function"!=typeof console.error||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(l.prototype,"parent",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.buffer}}),Object.defineProperty(l.prototype,"offset",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.byteOffset}}),l.poolSize=8192,l.from=function(e,t,r){return c(e,t,r)},Object.setPrototypeOf(l.prototype,Uint8Array.prototype),Object.setPrototypeOf(l,Uint8Array),l.alloc=function(e,t,r){return function(e,t,r){return u(e),e<=0?s(e):void 0!==t?"string"==typeof r?s(e).fill(t,r):s(e).fill(t):s(e)}(e,t,r)},l.allocUnsafe=function(e){return d(e)},l.allocUnsafeSlow=function(e){return d(e)},l.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==l.prototype},l.compare=function(e,t){if(B(e,Uint8Array)&&(e=l.from(e,e.offset,e.byteLength)),B(t,Uint8Array)&&(t=l.from(t,t.offset,t.byteLength)),!l.isBuffer(e)||!l.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;for(var r=e.length,n=t.length,o=0,i=Math.min(r,n);o<i;++o)if(e[o]!==t[o]){r=e[o],n=t[o];break}return r<n?-1:n<r?1:0},l.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},l.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return l.alloc(0);var r;if(void 0===t)for(t=0,r=0;r<e.length;++r)t+=e[r].length;var n=l.allocUnsafe(t),o=0;for(r=0;r<e.length;++r){var i=e[r];if(B(i,Uint8Array))o+i.length>n.length?l.from(i).copy(n,o):Uint8Array.prototype.set.call(n,i,o);else{if(!l.isBuffer(i))throw new TypeError('"list" argument must be an Array of Buffers');i.copy(n,o)}o+=i.length}return n},l.byteLength=m,l.prototype._isBuffer=!0,l.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)g(this,t,t+1);return this},l.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)g(this,t,t+3),g(this,t+1,t+2);return this},l.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)g(this,t,t+7),g(this,t+1,t+6),g(this,t+2,t+5),g(this,t+3,t+4);return this},l.prototype.toString=function(){var e=this.length;return 0===e?"":0===arguments.length?C(this,0,e):v.apply(this,arguments)},l.prototype.toLocaleString=l.prototype.toString,l.prototype.equals=function(e){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===l.compare(this,e)},l.prototype.inspect=function(){var e="",r=t.IS;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"},i&&(l.prototype[i]=l.prototype.inspect),l.prototype.compare=function(e,t,r,n,o){if(B(e,Uint8Array)&&(e=l.from(e,e.offset,e.byteLength)),!l.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(void 0===t&&(t=0),void 0===r&&(r=e?e.length:0),void 0===n&&(n=0),void 0===o&&(o=this.length),t<0||r>e.length||n<0||o>this.length)throw new RangeError("out of range index");if(n>=o&&t>=r)return 0;if(n>=o)return-1;if(t>=r)return 1;if(this===e)return 0;for(var i=(o>>>=0)-(n>>>=0),a=(r>>>=0)-(t>>>=0),s=Math.min(i,a),c=this.slice(n,o),u=e.slice(t,r),d=0;d<s;++d)if(c[d]!==u[d]){i=c[d],a=u[d];break}return i<a?-1:a<i?1:0},l.prototype.includes=function(e,t,r){return-1!==this.indexOf(e,t,r)},l.prototype.indexOf=function(e,t,r){return y(this,e,t,r,!0)},l.prototype.lastIndexOf=function(e,t,r){return y(this,e,t,r,!1)},l.prototype.write=function(e,t,r,n){if(void 0===t)n="utf8",r=this.length,t=0;else if(void 0===r&&"string"==typeof t)n=t,r=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t>>>=0,isFinite(r)?(r>>>=0,void 0===n&&(n="utf8")):(n=r,r=void 0)}var o=this.length-t;if((void 0===r||r>o)&&(r=o),e.length>0&&(r<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var i=!1;;)switch(n){case"hex":return x(this,e,t,r);case"utf8":case"utf-8":return A(this,e,t,r);case"ascii":case"latin1":case"binary":return w(this,e,t,r);case"base64":return S(this,e,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return k(this,e,t,r);default:if(i)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),i=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var T=4096;function R(e,t,r){var n="";r=Math.min(e.length,r);for(var o=t;o<r;++o)n+=String.fromCharCode(127&e[o]);return n}function M(e,t,r){var n="";r=Math.min(e.length,r);for(var o=t;o<r;++o)n+=String.fromCharCode(e[o]);return n}function O(e,t,r){var n=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>n)&&(r=n);for(var o="",i=t;i<r;++i)o+=H[e[i]];return o}function P(e,t,r){for(var n=e.slice(t,r),o="",i=0;i<n.length-1;i+=2)o+=String.fromCharCode(n[i]+256*n[i+1]);return o}function I(e,t,r){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}function N(e,t,r,n,o,i){if(!l.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>o||t<i)throw new RangeError('"value" argument is out of bounds');if(r+n>e.length)throw new RangeError("Index out of range")}function $(e,t,r,n,o,i){if(r+n>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function _(e,t,r,n,i){return t=+t,r>>>=0,i||$(e,0,r,4),o.write(e,t,r,n,23,4),r+4}function L(e,t,r,n,i){return t=+t,r>>>=0,i||$(e,0,r,8),o.write(e,t,r,n,52,8),r+8}l.prototype.slice=function(e,t){var r=this.length;(e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e);var n=this.subarray(e,t);return Object.setPrototypeOf(n,l.prototype),n},l.prototype.readUintLE=l.prototype.readUIntLE=function(e,t,r){e>>>=0,t>>>=0,r||I(e,t,this.length);for(var n=this[e],o=1,i=0;++i<t&&(o*=256);)n+=this[e+i]*o;return n},l.prototype.readUintBE=l.prototype.readUIntBE=function(e,t,r){e>>>=0,t>>>=0,r||I(e,t,this.length);for(var n=this[e+--t],o=1;t>0&&(o*=256);)n+=this[e+--t]*o;return n},l.prototype.readUint8=l.prototype.readUInt8=function(e,t){return e>>>=0,t||I(e,1,this.length),this[e]},l.prototype.readUint16LE=l.prototype.readUInt16LE=function(e,t){return e>>>=0,t||I(e,2,this.length),this[e]|this[e+1]<<8},l.prototype.readUint16BE=l.prototype.readUInt16BE=function(e,t){return e>>>=0,t||I(e,2,this.length),this[e]<<8|this[e+1]},l.prototype.readUint32LE=l.prototype.readUInt32LE=function(e,t){return e>>>=0,t||I(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},l.prototype.readUint32BE=l.prototype.readUInt32BE=function(e,t){return e>>>=0,t||I(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},l.prototype.readIntLE=function(e,t,r){e>>>=0,t>>>=0,r||I(e,t,this.length);for(var n=this[e],o=1,i=0;++i<t&&(o*=256);)n+=this[e+i]*o;return n>=(o*=128)&&(n-=Math.pow(2,8*t)),n},l.prototype.readIntBE=function(e,t,r){e>>>=0,t>>>=0,r||I(e,t,this.length);for(var n=t,o=1,i=this[e+--n];n>0&&(o*=256);)i+=this[e+--n]*o;return i>=(o*=128)&&(i-=Math.pow(2,8*t)),i},l.prototype.readInt8=function(e,t){return e>>>=0,t||I(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},l.prototype.readInt16LE=function(e,t){e>>>=0,t||I(e,2,this.length);var r=this[e]|this[e+1]<<8;return 32768&r?4294901760|r:r},l.prototype.readInt16BE=function(e,t){e>>>=0,t||I(e,2,this.length);var r=this[e+1]|this[e]<<8;return 32768&r?4294901760|r:r},l.prototype.readInt32LE=function(e,t){return e>>>=0,t||I(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},l.prototype.readInt32BE=function(e,t){return e>>>=0,t||I(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},l.prototype.readFloatLE=function(e,t){return e>>>=0,t||I(e,4,this.length),o.read(this,e,!0,23,4)},l.prototype.readFloatBE=function(e,t){return e>>>=0,t||I(e,4,this.length),o.read(this,e,!1,23,4)},l.prototype.readDoubleLE=function(e,t){return e>>>=0,t||I(e,8,this.length),o.read(this,e,!0,52,8)},l.prototype.readDoubleBE=function(e,t){return e>>>=0,t||I(e,8,this.length),o.read(this,e,!1,52,8)},l.prototype.writeUintLE=l.prototype.writeUIntLE=function(e,t,r,n){e=+e,t>>>=0,r>>>=0,n||N(this,e,t,r,Math.pow(2,8*r)-1,0);var o=1,i=0;for(this[t]=255&e;++i<r&&(o*=256);)this[t+i]=e/o&255;return t+r},l.prototype.writeUintBE=l.prototype.writeUIntBE=function(e,t,r,n){e=+e,t>>>=0,r>>>=0,n||N(this,e,t,r,Math.pow(2,8*r)-1,0);var o=r-1,i=1;for(this[t+o]=255&e;--o>=0&&(i*=256);)this[t+o]=e/i&255;return t+r},l.prototype.writeUint8=l.prototype.writeUInt8=function(e,t,r){return e=+e,t>>>=0,r||N(this,e,t,1,255,0),this[t]=255&e,t+1},l.prototype.writeUint16LE=l.prototype.writeUInt16LE=function(e,t,r){return e=+e,t>>>=0,r||N(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},l.prototype.writeUint16BE=l.prototype.writeUInt16BE=function(e,t,r){return e=+e,t>>>=0,r||N(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},l.prototype.writeUint32LE=l.prototype.writeUInt32LE=function(e,t,r){return e=+e,t>>>=0,r||N(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},l.prototype.writeUint32BE=l.prototype.writeUInt32BE=function(e,t,r){return e=+e,t>>>=0,r||N(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},l.prototype.writeIntLE=function(e,t,r,n){if(e=+e,t>>>=0,!n){var o=Math.pow(2,8*r-1);N(this,e,t,r,o-1,-o)}var i=0,a=1,s=0;for(this[t]=255&e;++i<r&&(a*=256);)e<0&&0===s&&0!==this[t+i-1]&&(s=1),this[t+i]=(e/a|0)-s&255;return t+r},l.prototype.writeIntBE=function(e,t,r,n){if(e=+e,t>>>=0,!n){var o=Math.pow(2,8*r-1);N(this,e,t,r,o-1,-o)}var i=r-1,a=1,s=0;for(this[t+i]=255&e;--i>=0&&(a*=256);)e<0&&0===s&&0!==this[t+i+1]&&(s=1),this[t+i]=(e/a|0)-s&255;return t+r},l.prototype.writeInt8=function(e,t,r){return e=+e,t>>>=0,r||N(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},l.prototype.writeInt16LE=function(e,t,r){return e=+e,t>>>=0,r||N(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},l.prototype.writeInt16BE=function(e,t,r){return e=+e,t>>>=0,r||N(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},l.prototype.writeInt32LE=function(e,t,r){return e=+e,t>>>=0,r||N(this,e,t,4,2147483647,-2147483648),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},l.prototype.writeInt32BE=function(e,t,r){return e=+e,t>>>=0,r||N(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},l.prototype.writeFloatLE=function(e,t,r){return _(this,e,t,!0,r)},l.prototype.writeFloatBE=function(e,t,r){return _(this,e,t,!1,r)},l.prototype.writeDoubleLE=function(e,t,r){return L(this,e,t,!0,r)},l.prototype.writeDoubleBE=function(e,t,r){return L(this,e,t,!1,r)},l.prototype.copy=function(e,t,r,n){if(!l.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),n||0===n||(n=this.length),t>=e.length&&(t=e.length),t||(t=0),n>0&&n<r&&(n=r),n===r)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),e.length-t<n-r&&(n=e.length-t+r);var o=n-r;return this===e&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(t,r,n):Uint8Array.prototype.set.call(e,this.subarray(r,n),t),o},l.prototype.fill=function(e,t,r,n){if("string"==typeof e){if("string"==typeof t?(n=t,t=0,r=this.length):"string"==typeof r&&(n=r,r=this.length),void 0!==n&&"string"!=typeof n)throw new TypeError("encoding must be a string");if("string"==typeof n&&!l.isEncoding(n))throw new TypeError("Unknown encoding: "+n);if(1===e.length){var o=e.charCodeAt(0);("utf8"===n&&o<128||"latin1"===n)&&(e=o)}}else"number"==typeof e?e&=255:"boolean"==typeof e&&(e=Number(e));if(t<0||this.length<t||this.length<r)throw new RangeError("Out of range index");if(r<=t)return this;var i;if(t>>>=0,r=void 0===r?this.length:r>>>0,e||(e=0),"number"==typeof e)for(i=t;i<r;++i)this[i]=e;else{var a=l.isBuffer(e)?e:l.from(e,n),s=a.length;if(0===s)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(i=0;i<r-t;++i)this[i+t]=a[i%s]}return this};var j=/[^+/0-9A-Za-z-_]/g;function z(e,t){var r;t=t||1/0;for(var n=e.length,o=null,i=[],a=0;a<n;++a){if((r=e.charCodeAt(a))>55295&&r<57344){if(!o){if(r>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(a+1===n){(t-=3)>-1&&i.push(239,191,189);continue}o=r;continue}if(r<56320){(t-=3)>-1&&i.push(239,191,189),o=r;continue}r=65536+(o-55296<<10|r-56320)}else o&&(t-=3)>-1&&i.push(239,191,189);if(o=null,r<128){if((t-=1)<0)break;i.push(r)}else if(r<2048){if((t-=2)<0)break;i.push(r>>6|192,63&r|128)}else if(r<65536){if((t-=3)<0)break;i.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;i.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return i}function D(e){return n.toByteArray(function(e){if((e=(e=e.split("=")[0]).trim().replace(j,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function F(e,t,r,n){for(var o=0;o<n&&!(o+r>=t.length||o>=e.length);++o)t[o+r]=e[o];return o}function B(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function W(e){return e!=e}var H=function(){for(var e="0123456789abcdef",t=new Array(256),r=0;r<16;++r)for(var n=16*r,o=0;o<16;++o)t[n+o]=e[r]+e[o];return t}()},13862:e=>{"use strict";var t={},r={};const n={METHOD:"method",PROPERTY:"property"};class o{constructor(e,t){this.inst=e,this.args=t}}const i={[n.METHOD]:class extends o{constructor(e,t){super(e,t),this.type=n.METHOD}execute(e){e[this.inst](...this.args)}},[n.PROPERTY]:class extends o{constructor(e,t){super(e,t),this.type=n.PROPERTY}execute(e){e[this.inst]=this.args[0]}}};class a{constructor(e,t,r){return new i[e](t,r)}}Object.entries(n).forEach((([e,t])=>{Object.defineProperty(a,e,{value:t,configurable:!1,enumerable:!0,writable:!1})})),r=a;const s=Object.freeze({METHODS:["addHitRegion","arc","arcTo","beginPath","bezierCurveTo","clearHitRegions","clearRect","clip","closePath","drawFocusIfNeeded","drawImage","ellipse","fill","fillRect","fillText","lineTo","moveTo","putImageData","quadraticCurveTo","rect","removeHitRegion","resetTransform","restore","rotate","save","scale","scrollPathIntoView","setLineDash","setTransform","stroke","strokeRect","strokeText","transform","translate"],PROPERTIES:["direction","fillStyle","filter","font","globalAlpha","globalCompositeOperation","imageSmoothingEnabled","imageSmoothingQuality","lineCap","lineDashOffset","lineJoin","lineWidth","miterLimit","shadowBlur","shadowColor","shadowOffsetX","shadowOffsetY","strokeStyle","textAlign","textBaseline"]}),l=Object.freeze({sequence:Symbol.for("sequence"),push:Symbol.for("push"),fromJSON:Symbol.for("fromJSON")});class c{constructor(e=null){this[l.sequence]=[],e&&this[l.fromJSON](e)}[l.fromJSON](e={sequence:[]}){e.sequence.forEach((({type:e,inst:t,args:r})=>{this[l.push](e,t,r)}))}[l.push](e,t,n){this[l.sequence].push(new r(e,t,n))}execute(e){e.save(),this[l.sequence].forEach((t=>t.execute(e))),e.restore()}toJSON(){return{sequence:this[l.sequence]}}}var u;s.METHODS.forEach((e=>{Object.defineProperty(c.prototype,e,{value:function(...t){this[l.push](r.METHOD,e,t)},writable:!1,enumerable:!0,configurable:!1})})),s.PROPERTIES.forEach((e=>{Object.defineProperty(c.prototype,e,{get(){throw`Invalid canvas sequencer interaction, cannot get ${e}.`},set(t){this[l.push](r.PROPERTY,e,[t])},enumerable:!0,configurable:!1})})),t=c;const d=Object.freeze({sequence:Symbol.for("sequence"),push:Symbol.for("push")});u=class extends t{build(e={}){const r=new t;return this[d.sequence].forEach((({type:t,inst:n,args:o})=>{const i=o.map((t=>"string"==typeof t?function(e,t){const r=e.replace(/^\{|\}$/gu,"");return r!==e?t.hasOwnProperty(r)?t[r]:r:e}(t,e):t));r[d.push](t,n,i)})),r}execute(){throw new TypeError("Cannot execute a blueprint.")}},e.exports={CanvasSequence:t,CanvasBlueprint:u}},33039:e=>{var t=function(){"use strict";function e(e,t){return null!=t&&e instanceof t}var t,r,n;try{t=Map}catch(e){t=function(){}}try{r=Set}catch(e){r=function(){}}try{n=Promise}catch(e){n=function(){}}function o(i,s,l,c,u){"object"==typeof s&&(l=s.depth,c=s.prototype,u=s.includeNonEnumerable,s=s.circular);var d=[],p=[],f="undefined"!=typeof Buffer;return void 0===s&&(s=!0),void 0===l&&(l=1/0),function i(l,h){if(null===l)return null;if(0===h)return l;var m,v;if("object"!=typeof l)return l;if(e(l,t))m=new t;else if(e(l,r))m=new r;else if(e(l,n))m=new n((function(e,t){l.then((function(t){e(i(t,h-1))}),(function(e){t(i(e,h-1))}))}));else if(o.__isArray(l))m=[];else if(o.__isRegExp(l))m=new RegExp(l.source,a(l)),l.lastIndex&&(m.lastIndex=l.lastIndex);else if(o.__isDate(l))m=new Date(l.getTime());else{if(f&&Buffer.isBuffer(l))return m=Buffer.allocUnsafe?Buffer.allocUnsafe(l.length):new Buffer(l.length),l.copy(m),m;e(l,Error)?m=Object.create(l):void 0===c?(v=Object.getPrototypeOf(l),m=Object.create(v)):(m=Object.create(c),v=c)}if(s){var g=d.indexOf(l);if(-1!=g)return p[g];d.push(l),p.push(m)}for(var y in e(l,t)&&l.forEach((function(e,t){var r=i(t,h-1),n=i(e,h-1);m.set(r,n)})),e(l,r)&&l.forEach((function(e){var t=i(e,h-1);m.add(t)})),l){var b;v&&(b=Object.getOwnPropertyDescriptor(v,y)),b&&null==b.set||(m[y]=i(l[y],h-1))}if(Object.getOwnPropertySymbols){var x=Object.getOwnPropertySymbols(l);for(y=0;y<x.length;y++){var A=x[y];(!(S=Object.getOwnPropertyDescriptor(l,A))||S.enumerable||u)&&(m[A]=i(l[A],h-1),S.enumerable||Object.defineProperty(m,A,{enumerable:!1}))}}if(u){var w=Object.getOwnPropertyNames(l);for(y=0;y<w.length;y++){var S,k=w[y];(S=Object.getOwnPropertyDescriptor(l,k))&&S.enumerable||(m[k]=i(l[k],h-1),Object.defineProperty(m,k,{enumerable:!1}))}}return m}(i,l)}function i(e){return Object.prototype.toString.call(e)}function a(e){var t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),t}return o.clonePrototype=function(e){if(null===e)return null;var t=function(){};return t.prototype=e,new t},o.__objToStr=i,o.__isDate=function(e){return"object"==typeof e&&"[object Date]"===i(e)},o.__isArray=function(e){return"object"==typeof e&&"[object Array]"===i(e)},o.__isRegExp=function(e){return"object"==typeof e&&"[object RegExp]"===i(e)},o.__getRegExpFlags=a,o}();e.exports&&(e.exports=t)},31409:(e,t,r)=>{"use strict";var n=r(76430),o={"text/plain":"Text","text/html":"Url",default:"Text"};e.exports=function(e,t){var r,i,a,s,l,c,u=!1;t||(t={}),r=t.debug||!1;try{if(a=n(),s=document.createRange(),l=document.getSelection(),(c=document.createElement("span")).textContent=e,c.ariaHidden="true",c.style.all="unset",c.style.position="fixed",c.style.top=0,c.style.clip="rect(0, 0, 0, 0)",c.style.whiteSpace="pre",c.style.webkitUserSelect="text",c.style.MozUserSelect="text",c.style.msUserSelect="text",c.style.userSelect="text",c.addEventListener("copy",(function(n){if(n.stopPropagation(),t.format)if(n.preventDefault(),void 0===n.clipboardData){r&&console.warn("unable to use e.clipboardData"),r&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var i=o[t.format]||o.default;window.clipboardData.setData(i,e)}else n.clipboardData.clearData(),n.clipboardData.setData(t.format,e);t.onCopy&&(n.preventDefault(),t.onCopy(n.clipboardData))})),document.body.appendChild(c),s.selectNodeContents(c),l.addRange(s),!document.execCommand("copy"))throw new Error("copy command was unsuccessful");u=!0}catch(n){r&&console.error("unable to copy using execCommand: ",n),r&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),u=!0}catch(n){r&&console.error("unable to copy using clipboardData: ",n),r&&console.error("falling back to prompt"),i=function(e){var t=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}("message"in t?t.message:"Copy to clipboard: #{key}, Enter"),window.prompt(i,e)}}finally{l&&("function"==typeof l.removeRange?l.removeRange(s):l.removeAllRanges()),c&&document.body.removeChild(c),a()}return u}},70777:e=>{e.exports=!1},53778:function(e){e.exports=function(){"use strict";const{entries:e,setPrototypeOf:t,isFrozen:r,getPrototypeOf:n,getOwnPropertyDescriptor:o}=Object;let{freeze:i,seal:a,create:s}=Object,{apply:l,construct:c}="undefined"!=typeof Reflect&&Reflect;i||(i=function(e){return e}),a||(a=function(e){return e}),l||(l=function(e,t,r){return e.apply(t,r)}),c||(c=function(e,t){return new e(...t)});const u=S(Array.prototype.forEach),d=S(Array.prototype.pop),p=S(Array.prototype.push),f=S(String.prototype.toLowerCase),h=S(String.prototype.toString),m=S(String.prototype.match),v=S(String.prototype.replace),g=S(String.prototype.indexOf),y=S(String.prototype.trim),b=S(Object.prototype.hasOwnProperty),x=S(RegExp.prototype.test),A=(w=TypeError,function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return c(w,t)});var w;function S(e){return function(t){for(var r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];return l(e,t,n)}}function k(e,n){let o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:f;t&&t(e,null);let i=n.length;for(;i--;){let t=n[i];if("string"==typeof t){const e=o(t);e!==t&&(r(n)||(n[i]=e),t=e)}e[t]=!0}return e}function E(e){for(let t=0;t<e.length;t++)b(e,t)||(e[t]=null);return e}function C(t){const r=s(null);for(const[n,o]of e(t))b(t,n)&&(Array.isArray(o)?r[n]=E(o):o&&"object"==typeof o&&o.constructor===Object?r[n]=C(o):r[n]=o);return r}function T(e,t){for(;null!==e;){const r=o(e,t);if(r){if(r.get)return S(r.get);if("function"==typeof r.value)return S(r.value)}e=n(e)}return function(){return null}}const R=i(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),M=i(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),O=i(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),P=i(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),I=i(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),N=i(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),$=i(["#text"]),_=i(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),L=i(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),j=i(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),z=i(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),D=a(/\{\{[\w\W]*|[\w\W]*\}\}/gm),F=a(/<%[\w\W]*|[\w\W]*%>/gm),B=a(/\${[\w\W]*}/gm),W=a(/^data-[\-\w.\u00B7-\uFFFF]/),H=a(/^aria-[\-\w]+$/),U=a(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),V=a(/^(?:\w+script|data):/i),q=a(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),X=a(/^html$/i),Y=a(/^[a-z][.\w]*(-[.\w]+)+$/i);var G=Object.freeze({__proto__:null,MUSTACHE_EXPR:D,ERB_EXPR:F,TMPLIT_EXPR:B,DATA_ATTR:W,ARIA_ATTR:H,IS_ALLOWED_URI:U,IS_SCRIPT_OR_DATA:V,ATTR_WHITESPACE:q,DOCTYPE_NAME:X,CUSTOM_ELEMENT:Y});const K=1,J=3,Z=7,Q=8,ee=9,te=function(){return"undefined"==typeof window?null:window};return function t(){let r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:te();const n=e=>t(e);if(n.version="3.1.6",n.removed=[],!r||!r.document||r.document.nodeType!==ee)return n.isSupported=!1,n;let{document:o}=r;const a=o,l=a.currentScript,{DocumentFragment:c,HTMLTemplateElement:w,Node:S,Element:E,NodeFilter:D,NamedNodeMap:F=r.NamedNodeMap||r.MozNamedAttrMap,HTMLFormElement:B,DOMParser:W,trustedTypes:H}=r,V=E.prototype,q=T(V,"cloneNode"),Y=T(V,"remove"),re=T(V,"nextSibling"),ne=T(V,"childNodes"),oe=T(V,"parentNode");if("function"==typeof w){const e=o.createElement("template");e.content&&e.content.ownerDocument&&(o=e.content.ownerDocument)}let ie,ae="";const{implementation:se,createNodeIterator:le,createDocumentFragment:ce,getElementsByTagName:ue}=o,{importNode:de}=a;let pe={};n.isSupported="function"==typeof e&&"function"==typeof oe&&se&&void 0!==se.createHTMLDocument;const{MUSTACHE_EXPR:fe,ERB_EXPR:he,TMPLIT_EXPR:me,DATA_ATTR:ve,ARIA_ATTR:ge,IS_SCRIPT_OR_DATA:ye,ATTR_WHITESPACE:be,CUSTOM_ELEMENT:xe}=G;let{IS_ALLOWED_URI:Ae}=G,we=null;const Se=k({},[...R,...M,...O,...I,...$]);let ke=null;const Ee=k({},[..._,...L,...j,...z]);let Ce=Object.seal(s(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Te=null,Re=null,Me=!0,Oe=!0,Pe=!1,Ie=!0,Ne=!1,$e=!0,_e=!1,Le=!1,je=!1,ze=!1,De=!1,Fe=!1,Be=!0,We=!1,He=!0,Ue=!1,Ve={},qe=null;const Xe=k({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let Ye=null;const Ge=k({},["audio","video","img","source","image","track"]);let Ke=null;const Je=k({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Ze="http://www.w3.org/1998/Math/MathML",Qe="http://www.w3.org/2000/svg",et="http://www.w3.org/1999/xhtml";let tt=et,rt=!1,nt=null;const ot=k({},[Ze,Qe,et],h);let it=null;const at=["application/xhtml+xml","text/html"];let st=null,lt=null;const ct=o.createElement("form"),ut=function(e){return e instanceof RegExp||e instanceof Function},dt=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!lt||lt!==e){if(e&&"object"==typeof e||(e={}),e=C(e),it=-1===at.indexOf(e.PARSER_MEDIA_TYPE)?"text/html":e.PARSER_MEDIA_TYPE,st="application/xhtml+xml"===it?h:f,we=b(e,"ALLOWED_TAGS")?k({},e.ALLOWED_TAGS,st):Se,ke=b(e,"ALLOWED_ATTR")?k({},e.ALLOWED_ATTR,st):Ee,nt=b(e,"ALLOWED_NAMESPACES")?k({},e.ALLOWED_NAMESPACES,h):ot,Ke=b(e,"ADD_URI_SAFE_ATTR")?k(C(Je),e.ADD_URI_SAFE_ATTR,st):Je,Ye=b(e,"ADD_DATA_URI_TAGS")?k(C(Ge),e.ADD_DATA_URI_TAGS,st):Ge,qe=b(e,"FORBID_CONTENTS")?k({},e.FORBID_CONTENTS,st):Xe,Te=b(e,"FORBID_TAGS")?k({},e.FORBID_TAGS,st):{},Re=b(e,"FORBID_ATTR")?k({},e.FORBID_ATTR,st):{},Ve=!!b(e,"USE_PROFILES")&&e.USE_PROFILES,Me=!1!==e.ALLOW_ARIA_ATTR,Oe=!1!==e.ALLOW_DATA_ATTR,Pe=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Ie=!1!==e.ALLOW_SELF_CLOSE_IN_ATTR,Ne=e.SAFE_FOR_TEMPLATES||!1,$e=!1!==e.SAFE_FOR_XML,_e=e.WHOLE_DOCUMENT||!1,ze=e.RETURN_DOM||!1,De=e.RETURN_DOM_FRAGMENT||!1,Fe=e.RETURN_TRUSTED_TYPE||!1,je=e.FORCE_BODY||!1,Be=!1!==e.SANITIZE_DOM,We=e.SANITIZE_NAMED_PROPS||!1,He=!1!==e.KEEP_CONTENT,Ue=e.IN_PLACE||!1,Ae=e.ALLOWED_URI_REGEXP||U,tt=e.NAMESPACE||et,Ce=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&ut(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Ce.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&ut(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Ce.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(Ce.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Ne&&(Oe=!1),De&&(ze=!0),Ve&&(we=k({},$),ke=[],!0===Ve.html&&(k(we,R),k(ke,_)),!0===Ve.svg&&(k(we,M),k(ke,L),k(ke,z)),!0===Ve.svgFilters&&(k(we,O),k(ke,L),k(ke,z)),!0===Ve.mathMl&&(k(we,I),k(ke,j),k(ke,z))),e.ADD_TAGS&&(we===Se&&(we=C(we)),k(we,e.ADD_TAGS,st)),e.ADD_ATTR&&(ke===Ee&&(ke=C(ke)),k(ke,e.ADD_ATTR,st)),e.ADD_URI_SAFE_ATTR&&k(Ke,e.ADD_URI_SAFE_ATTR,st),e.FORBID_CONTENTS&&(qe===Xe&&(qe=C(qe)),k(qe,e.FORBID_CONTENTS,st)),He&&(we["#text"]=!0),_e&&k(we,["html","head","body"]),we.table&&(k(we,["tbody"]),delete Te.tbody),e.TRUSTED_TYPES_POLICY){if("function"!=typeof e.TRUSTED_TYPES_POLICY.createHTML)throw A('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof e.TRUSTED_TYPES_POLICY.createScriptURL)throw A('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');ie=e.TRUSTED_TYPES_POLICY,ae=ie.createHTML("")}else void 0===ie&&(ie=function(e,t){if("object"!=typeof e||"function"!=typeof e.createPolicy)return null;let r=null;const n="data-tt-policy-suffix";t&&t.hasAttribute(n)&&(r=t.getAttribute(n));const o="dompurify"+(r?"#"+r:"");try{return e.createPolicy(o,{createHTML:e=>e,createScriptURL:e=>e})}catch(e){return console.warn("TrustedTypes policy "+o+" could not be created."),null}}(H,l)),null!==ie&&"string"==typeof ae&&(ae=ie.createHTML(""));i&&i(e),lt=e}},pt=k({},["mi","mo","mn","ms","mtext"]),ft=k({},["foreignobject","annotation-xml"]),ht=k({},["title","style","font","a","script"]),mt=k({},[...M,...O,...P]),vt=k({},[...I,...N]),gt=function(e){p(n.removed,{element:e});try{oe(e).removeChild(e)}catch(t){Y(e)}},yt=function(e,t){try{p(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){p(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!ke[e])if(ze||De)try{gt(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},bt=function(e){let t=null,r=null;if(je)e="<remove></remove>"+e;else{const t=m(e,/^[\r\n\t ]+/);r=t&&t[0]}"application/xhtml+xml"===it&&tt===et&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");const n=ie?ie.createHTML(e):e;if(tt===et)try{t=(new W).parseFromString(n,it)}catch(e){}if(!t||!t.documentElement){t=se.createDocument(tt,"template",null);try{t.documentElement.innerHTML=rt?ae:n}catch(e){}}const i=t.body||t.documentElement;return e&&r&&i.insertBefore(o.createTextNode(r),i.childNodes[0]||null),tt===et?ue.call(t,_e?"html":"body")[0]:_e?t.documentElement:i},xt=function(e){return le.call(e.ownerDocument||e,e,D.SHOW_ELEMENT|D.SHOW_COMMENT|D.SHOW_TEXT|D.SHOW_PROCESSING_INSTRUCTION|D.SHOW_CDATA_SECTION,null)},At=function(e){return e instanceof B&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof F)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore||"function"!=typeof e.hasChildNodes)},wt=function(e){return"function"==typeof S&&e instanceof S},St=function(e,t,r){pe[e]&&u(pe[e],(e=>{e.call(n,t,r,lt)}))},kt=function(e){let t=null;if(St("beforeSanitizeElements",e,null),At(e))return gt(e),!0;const r=st(e.nodeName);if(St("uponSanitizeElement",e,{tagName:r,allowedTags:we}),e.hasChildNodes()&&!wt(e.firstElementChild)&&x(/<[/\w]/g,e.innerHTML)&&x(/<[/\w]/g,e.textContent))return gt(e),!0;if(e.nodeType===Z)return gt(e),!0;if($e&&e.nodeType===Q&&x(/<[/\w]/g,e.data))return gt(e),!0;if(!we[r]||Te[r]){if(!Te[r]&&Ct(r)){if(Ce.tagNameCheck instanceof RegExp&&x(Ce.tagNameCheck,r))return!1;if(Ce.tagNameCheck instanceof Function&&Ce.tagNameCheck(r))return!1}if(He&&!qe[r]){const t=oe(e)||e.parentNode,r=ne(e)||e.childNodes;if(r&&t)for(let n=r.length-1;n>=0;--n){const o=q(r[n],!0);o.__removalCount=(e.__removalCount||0)+1,t.insertBefore(o,re(e))}}return gt(e),!0}return e instanceof E&&!function(e){let t=oe(e);t&&t.tagName||(t={namespaceURI:tt,tagName:"template"});const r=f(e.tagName),n=f(t.tagName);return!!nt[e.namespaceURI]&&(e.namespaceURI===Qe?t.namespaceURI===et?"svg"===r:t.namespaceURI===Ze?"svg"===r&&("annotation-xml"===n||pt[n]):Boolean(mt[r]):e.namespaceURI===Ze?t.namespaceURI===et?"math"===r:t.namespaceURI===Qe?"math"===r&&ft[n]:Boolean(vt[r]):e.namespaceURI===et?!(t.namespaceURI===Qe&&!ft[n])&&!(t.namespaceURI===Ze&&!pt[n])&&!vt[r]&&(ht[r]||!mt[r]):!("application/xhtml+xml"!==it||!nt[e.namespaceURI]))}(e)?(gt(e),!0):"noscript"!==r&&"noembed"!==r&&"noframes"!==r||!x(/<\/no(script|embed|frames)/i,e.innerHTML)?(Ne&&e.nodeType===J&&(t=e.textContent,u([fe,he,me],(e=>{t=v(t,e," ")})),e.textContent!==t&&(p(n.removed,{element:e.cloneNode()}),e.textContent=t)),St("afterSanitizeElements",e,null),!1):(gt(e),!0)},Et=function(e,t,r){if(Be&&("id"===t||"name"===t)&&(r in o||r in ct))return!1;if(Oe&&!Re[t]&&x(ve,t));else if(Me&&x(ge,t));else if(!ke[t]||Re[t]){if(!(Ct(e)&&(Ce.tagNameCheck instanceof RegExp&&x(Ce.tagNameCheck,e)||Ce.tagNameCheck instanceof Function&&Ce.tagNameCheck(e))&&(Ce.attributeNameCheck instanceof RegExp&&x(Ce.attributeNameCheck,t)||Ce.attributeNameCheck instanceof Function&&Ce.attributeNameCheck(t))||"is"===t&&Ce.allowCustomizedBuiltInElements&&(Ce.tagNameCheck instanceof RegExp&&x(Ce.tagNameCheck,r)||Ce.tagNameCheck instanceof Function&&Ce.tagNameCheck(r))))return!1}else if(Ke[t]);else if(x(Ae,v(r,be,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==g(r,"data:")||!Ye[e])if(Pe&&!x(ye,v(r,be,"")));else if(r)return!1;return!0},Ct=function(e){return"annotation-xml"!==e&&m(e,xe)},Tt=function(e){St("beforeSanitizeAttributes",e,null);const{attributes:t}=e;if(!t)return;const r={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:ke};let o=t.length;for(;o--;){const i=t[o],{name:a,namespaceURI:s,value:l}=i,c=st(a);let p="value"===a?l:y(l);if(r.attrName=c,r.attrValue=p,r.keepAttr=!0,r.forceKeepAttr=void 0,St("uponSanitizeAttribute",e,r),p=r.attrValue,$e&&x(/((--!?|])>)|<\/(style|title)/i,p)){yt(a,e);continue}if(r.forceKeepAttr)continue;if(yt(a,e),!r.keepAttr)continue;if(!Ie&&x(/\/>/i,p)){yt(a,e);continue}Ne&&u([fe,he,me],(e=>{p=v(p,e," ")}));const f=st(e.nodeName);if(Et(f,c,p)){if(!We||"id"!==c&&"name"!==c||(yt(a,e),p="user-content-"+p),ie&&"object"==typeof H&&"function"==typeof H.getAttributeType)if(s);else switch(H.getAttributeType(f,c)){case"TrustedHTML":p=ie.createHTML(p);break;case"TrustedScriptURL":p=ie.createScriptURL(p)}try{s?e.setAttributeNS(s,a,p):e.setAttribute(a,p),At(e)?gt(e):d(n.removed)}catch(e){}}}St("afterSanitizeAttributes",e,null)},Rt=function e(t){let r=null;const n=xt(t);for(St("beforeSanitizeShadowDOM",t,null);r=n.nextNode();)St("uponSanitizeShadowNode",r,null),kt(r)||(r.content instanceof c&&e(r.content),Tt(r));St("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=null,o=null,i=null,s=null;if(rt=!e,rt&&(e="\x3c!--\x3e"),"string"!=typeof e&&!wt(e)){if("function"!=typeof e.toString)throw A("toString is not a function");if("string"!=typeof(e=e.toString()))throw A("dirty is not a string, aborting")}if(!n.isSupported)return e;if(Le||dt(t),n.removed=[],"string"==typeof e&&(Ue=!1),Ue){if(e.nodeName){const t=st(e.nodeName);if(!we[t]||Te[t])throw A("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof S)r=bt("\x3c!----\x3e"),o=r.ownerDocument.importNode(e,!0),o.nodeType===K&&"BODY"===o.nodeName||"HTML"===o.nodeName?r=o:r.appendChild(o);else{if(!ze&&!Ne&&!_e&&-1===e.indexOf("<"))return ie&&Fe?ie.createHTML(e):e;if(r=bt(e),!r)return ze?null:Fe?ae:""}r&&je&>(r.firstChild);const l=xt(Ue?e:r);for(;i=l.nextNode();)kt(i)||(i.content instanceof c&&Rt(i.content),Tt(i));if(Ue)return e;if(ze){if(De)for(s=ce.call(r.ownerDocument);r.firstChild;)s.appendChild(r.firstChild);else s=r;return(ke.shadowroot||ke.shadowrootmode)&&(s=de.call(a,s,!0)),s}let d=_e?r.outerHTML:r.innerHTML;return _e&&we["!doctype"]&&r.ownerDocument&&r.ownerDocument.doctype&&r.ownerDocument.doctype.name&&x(X,r.ownerDocument.doctype.name)&&(d="<!DOCTYPE "+r.ownerDocument.doctype.name+">\n"+d),Ne&&u([fe,he,me],(e=>{d=v(d,e," ")})),ie&&Fe?ie.createHTML(d):d},n.setConfig=function(){dt(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),Le=!0},n.clearConfig=function(){lt=null,Le=!1},n.isValidAttribute=function(e,t,r){lt||dt({});const n=st(e),o=st(t);return Et(n,o,r)},n.addHook=function(e,t){"function"==typeof t&&(pe[e]=pe[e]||[],p(pe[e],t))},n.removeHook=function(e){if(pe[e])return d(pe[e])},n.removeHooks=function(e){pe[e]&&(pe[e]=[])},n.removeAllHooks=function(){pe={}},n}()}()},10424:e=>{"use strict";var t=/["'&<>]/;e.exports=function(e){var r,n=""+e,o=t.exec(n);if(!o)return n;var i="",a=0,s=0;for(a=o.index;a<n.length;a++){switch(n.charCodeAt(a)){case 34:r=""";break;case 38:r="&";break;case 39:r="'";break;case 60:r="<";break;case 62:r=">";break;default:continue}s!==a&&(i+=n.substring(s,a)),s=a+1,i+=r}return s!==a?i+n.substring(s,a):i}},41365:e=>{"use strict";e.exports=function e(t,r){if(t===r)return!0;if(t&&r&&"object"==typeof t&&"object"==typeof r){if(t.constructor!==r.constructor)return!1;var n,o,i;if(Array.isArray(t)){if((n=t.length)!=r.length)return!1;for(o=n;0!=o--;)if(!e(t[o],r[o]))return!1;return!0}if(t.constructor===RegExp)return t.source===r.source&&t.flags===r.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===r.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===r.toString();if((n=(i=Object.keys(t)).length)!==Object.keys(r).length)return!1;for(o=n;0!=o--;)if(!Object.prototype.hasOwnProperty.call(r,i[o]))return!1;for(o=n;0!=o--;){var a=i[o];if(!e(t[a],r[a]))return!1}return!0}return t!=t&&r!=r}},45465:function(e,t,r){var n,o;void 0===(o="function"==typeof(n=function(){"use strict";function t(e,t,r){var n=new XMLHttpRequest;n.open("GET",e),n.responseType="blob",n.onload=function(){s(n.response,t,r)},n.onerror=function(){console.error("could not download file")},n.send()}function n(e){var t=new XMLHttpRequest;t.open("HEAD",e,!1);try{t.send()}catch(e){}return 200<=t.status&&299>=t.status}function o(e){try{e.dispatchEvent(new MouseEvent("click"))}catch(r){var t=document.createEvent("MouseEvents");t.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),e.dispatchEvent(t)}}var i="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof r.g&&r.g.global===r.g?r.g:void 0,a=i.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),s=i.saveAs||("object"!=typeof window||window!==i?function(){}:"download"in HTMLAnchorElement.prototype&&!a?function(e,r,a){var s=i.URL||i.webkitURL,l=document.createElement("a");r=r||e.name||"download",l.download=r,l.rel="noopener","string"==typeof e?(l.href=e,l.origin===location.origin?o(l):n(l.href)?t(e,r,a):o(l,l.target="_blank")):(l.href=s.createObjectURL(e),setTimeout((function(){s.revokeObjectURL(l.href)}),4e4),setTimeout((function(){o(l)}),0))}:"msSaveOrOpenBlob"in navigator?function(e,r,i){if(r=r||e.name||"download","string"!=typeof e)navigator.msSaveOrOpenBlob(function(e,t){return void 0===t?t={autoBom:!1}:"object"!=typeof t&&(console.warn("Deprecated: Expected third argument to be a object"),t={autoBom:!t}),t.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type)?new Blob(["\ufeff",e],{type:e.type}):e}(e,i),r);else if(n(e))t(e,r,i);else{var a=document.createElement("a");a.href=e,a.target="_blank",setTimeout((function(){o(a)}))}}:function(e,r,n,o){if((o=o||open("","_blank"))&&(o.document.title=o.document.body.innerText="downloading..."),"string"==typeof e)return t(e,r,n);var s="application/octet-stream"===e.type,l=/constructor/i.test(i.HTMLElement)||i.safari,c=/CriOS\/[\d]+/.test(navigator.userAgent);if((c||s&&l||a)&&"undefined"!=typeof FileReader){var u=new FileReader;u.onloadend=function(){var e=u.result;e=c?e:e.replace(/^data:[^;]*;/,"data:attachment/file;"),o?o.location.href=e:location=e,o=null},u.readAsDataURL(e)}else{var d=i.URL||i.webkitURL,p=d.createObjectURL(e);o?o.location=p:location.href=p,o=null,setTimeout((function(){d.revokeObjectURL(p)}),4e4)}});i.saveAs=s.saveAs=s,e.exports=s})?n.apply(t,[]):n)||(e.exports=o)},45834:(e,t,r)=>{"use strict";r.d(t,{Ki:()=>l,EY:()=>o(),Tx:()=>i.A});var n=r(52404),o=r.n(n),i=r(78245),a=r(35451);function s(e){const t=new FileReader;return new Promise(((r,n)=>{t.onerror=()=>{t.abort(),n(new Error("problem reading blob"))},t.onabort=()=>{n(new Error("blob reading was aborted"))},t.onload=()=>{t.result&&"string"!=typeof t.result?r(t.result):n(new Error("unknown error reading blob"))},t.readAsArrayBuffer(e)}))}class l{constructor(e){this.blob=e,this.size=e.size}async read(e,t=0,r,n=0){if(!r)return{bytesRead:0,buffer:e};const o=n,i=o+r,l=await s(this.blob.slice(o,i)),c=a.hp.from(l);return{bytesRead:c.copy(e,t),buffer:c}}async readFile(e){const t="string"==typeof e?e:null==e?void 0:e.encoding;if("utf8"===t)return function(e){const t=new FileReader;return new Promise(((r,n)=>{t.onerror=()=>{t.abort(),n(new Error("problem reading blob"))},t.onabort=()=>{n(new Error("blob reading was aborted"))},t.onload=()=>{t.result&&"string"==typeof t.result?r(t.result):n(new Error("unknown error reading blob"))},t.readAsText(e)}))}(this.blob);if(t)throw new Error(`unsupported encoding: ${t}`);const r=await s(this.blob);return a.hp.from(r)}async stat(){return{size:this.size}}async close(){}}},96607:(e,t)=>{t.read=function(e,t,r,n,o){var i,a,s=8*o-n-1,l=(1<<s)-1,c=l>>1,u=-7,d=r?o-1:0,p=r?-1:1,f=e[t+d];for(d+=p,i=f&(1<<-u)-1,f>>=-u,u+=s;u>0;i=256*i+e[t+d],d+=p,u-=8);for(a=i&(1<<-u)-1,i>>=-u,u+=n;u>0;a=256*a+e[t+d],d+=p,u-=8);if(0===i)i=1-c;else{if(i===l)return a?NaN:1/0*(f?-1:1);a+=Math.pow(2,n),i-=c}return(f?-1:1)*a*Math.pow(2,i-n)},t.write=function(e,t,r,n,o,i){var a,s,l,c=8*i-o-1,u=(1<<c)-1,d=u>>1,p=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,f=n?0:i-1,h=n?1:-1,m=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,a=u):(a=Math.floor(Math.log(t)/Math.LN2),t*(l=Math.pow(2,-a))<1&&(a--,l*=2),(t+=a+d>=1?p/l:p*Math.pow(2,1-d))*l>=2&&(a++,l/=2),a+d>=u?(s=0,a=u):a+d>=1?(s=(t*l-1)*Math.pow(2,o),a+=d):(s=t*Math.pow(2,d-1)*Math.pow(2,o),a=0));o>=8;e[r+f]=255&s,f+=h,s/=256,o-=8);for(a=a<<o|s,c+=o;c>0;e[r+f]=255&a,f+=h,a/=256,c-=8);e[r+f-h]|=128*m}},503:e=>{"use strict";e.exports=function(e){return"object"==typeof e&&null!==e}},75751:(e,t,r)=>{"use strict";var n=r(92120),o=n(r(2005)),i=n(r(91301)),a=r(42942),s=r(50947),l=r(95274),c=r(25435),u=function(){function e(t,r){(0,o.default)(this,e),this._grammar=t,this._exprStr=r,this._ast=null}return(0,i.default)(e,[{key:"compile",value:function(){var e=new s(this._grammar),t=new l(this._grammar),r=e.tokenize(this._exprStr);return t.addTokens(r),this._ast=t.complete(),this}},{key:"eval",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return this._eval(e,Promise)}},{key:"evalSync",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=this._eval(e,c);if(t.error)throw t.error;return t.value}},{key:"_eval",value:function(e,t){var r=this;return t.resolve().then((function(){var n=r._getAst();return new a(r._grammar,e,void 0,t).eval(n)}))}},{key:"_getAst",value:function(){return this._ast||this.compile(),this._ast}}]),e}();e.exports=u},26400:(e,t,r)=>{"use strict";var n=r(92120),o=n(r(80403)),i=n(r(2005)),a=n(r(91301)),s=r(75751),l=r(78800).getGrammar,c=function(){function e(){(0,i.default)(this,e),this.expr=this.expr.bind(this),this._grammar=l()}return(0,a.default)(e,[{key:"addBinaryOp",value:function(e,t,r,n){this._addGrammarElement(e,(0,o.default)({type:"binaryOp",precedence:t},n?"evalOnDemand":"eval",r))}},{key:"addFunction",value:function(e,t){this._grammar.functions[e]=t}},{key:"addFunctions",value:function(e){for(var t in e)this._grammar.functions[t]=e[t]}},{key:"addUnaryOp",value:function(e,t){this._addGrammarElement(e,{type:"unaryOp",weight:1/0,eval:t})}},{key:"addTransform",value:function(e,t){this._grammar.transforms[e]=t}},{key:"addTransforms",value:function(e){for(var t in e)this._grammar.transforms[t]=e[t]}},{key:"compile",value:function(e){return this.createExpression(e).compile()}},{key:"createExpression",value:function(e){return new s(this._grammar,e)}},{key:"getFunction",value:function(e){return this._grammar.functions[e]}},{key:"getTransform",value:function(e){return this._grammar.transforms[e]}},{key:"eval",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.createExpression(e).eval(t)}},{key:"evalSync",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.createExpression(e).evalSync(t)}},{key:"expr",value:function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];var o=e.reduce((function(e,t,n){return e+(t+(n<r.length?r[n]:""))}),"");return this.createExpression(o)}},{key:"removeOp",value:function(e){!this._grammar.elements[e]||"binaryOp"!==this._grammar.elements[e].type&&"unaryOp"!==this._grammar.elements[e].type||delete this._grammar.elements[e]}},{key:"_addGrammarElement",value:function(e,t){this._grammar.elements[e]=t}}]),e}();e.exports=new c,e.exports.Jexl=c},50947:(e,t,r)=>{"use strict";var n=r(92120),o=n(r(2005)),i=n(r(91301)),a=/^-?(?:(?:[0-9]*\.[0-9]+)|[0-9]+)$/,s=/^[a-zA-Zа-яА-Я_\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF$][a-zA-Zа-яА-Я0-9_\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF$]*$/,l=/\\\\/,c=/^\s*$/,u=["'(?:(?:\\\\')|[^'])*'",'"(?:(?:\\\\")|[^"])*"',"\\s+","\\btrue\\b","\\bfalse\\b"],d=["[a-zA-Zа-яА-Я_À-ÖØ-öø-ÿ\\$][a-zA-Z0-9а-яА-Я_À-ÖØ-öø-ÿ\\$]*","(?:(?:[0-9]*\\.[0-9]+)|[0-9]+)"],p=["binaryOp","unaryOp","openParen","openBracket","question","colon"],f=function(){function e(t){(0,o.default)(this,e),this._grammar=t}return(0,i.default)(e,[{key:"getElements",value:function(e){var t=this._getSplitRegex();return e.split(t).filter((function(e){return e}))}},{key:"getTokens",value:function(e){for(var t=[],r=!1,n=0;n<e.length;n++)this._isWhitespace(e[n])?t.length&&(t[t.length-1].raw+=e[n]):"-"===e[n]&&this._isNegative(t)?r=!0:(r&&(e[n]="-"+e[n],r=!1),t.push(this._createToken(e[n])));return r&&t.push(this._createToken("-")),t}},{key:"tokenize",value:function(e){var t=this.getElements(e);return this.getTokens(t)}},{key:"_createToken",value:function(e){var t={type:"literal",value:e,raw:e};if('"'===e[0]||"'"===e[0])t.value=this._unquote(e);else if(e.match(a))t.value=parseFloat(e);else if("true"===e||"false"===e)t.value="true"===e;else if(this._grammar.elements[e])t.type=this._grammar.elements[e].type;else{if(!e.match(s))throw new Error("Invalid expression token: ".concat(e));t.type="identifier"}return t}},{key:"_escapeRegExp",value:function(e){return(e=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")).match(s)&&(e="\\b"+e+"\\b"),e}},{key:"_getSplitRegex",value:function(){var e=this;if(!this._splitRegex){var t=Object.keys(this._grammar.elements).sort((function(e,t){return t.length-e.length})).map((function(t){return e._escapeRegExp(t)}),this);this._splitRegex=new RegExp("("+[u.join("|"),t.join("|"),d.join("|")].join("|")+")")}return this._splitRegex}},{key:"_isNegative",value:function(e){return!e.length||p.some((function(t){return t===e[e.length-1].type}))}},{key:"_isWhitespace",value:function(e){return!!e.match(c)}},{key:"_unquote",value:function(e){var t=e[0],r=new RegExp("\\\\"+t,"g");return e.substr(1,e.length-2).replace(r,t).replace(l,"\\")}}]),e}();e.exports=f},25435:(e,t,r)=>{"use strict";var n=r(92120),o=n(r(2005)),i=n(r(91301)),a=function(){function e(t){(0,o.default)(this,e),t(this._resolve.bind(this),this._reject.bind(this))}return(0,i.default)(e,[{key:"catch",value:function(e){if(this.error)try{this._resolve(e(this.error))}catch(e){this._reject(e)}return this}},{key:"then",value:function(e,t){if(!this.error)try{this._resolve(e(this.value))}catch(e){this._reject(e)}return t&&this.catch(t),this}},{key:"_reject",value:function(e){this.value=void 0,this.error=e}},{key:"_resolve",value:function(t){t instanceof e?t.error?this._reject(t.error):this._resolve(t.value):(this.value=t,this.error=void 0)}}]),e}();a.all=function(e){return new a((function(t){t(e.map((function(e){for(;e instanceof a;){if(e.error)throw Error(e.error);e=e.value}return e})))}))},a.resolve=function(e){return new a((function(t){return t(e)}))},a.reject=function(e){return new a((function(t,r){return r(e)}))},e.exports=a},42942:(e,t,r)=>{"use strict";var n=r(92120),o=n(r(2005)),i=n(r(91301)),a=r(39098),s=function(){function e(t,r,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:Promise;(0,o.default)(this,e),this._grammar=t,this._context=r||{},this._relContext=n||this._context,this.Promise=i}return(0,i.default)(e,[{key:"eval",value:function(e){var t=this;return this.Promise.resolve().then((function(){return a[e.type].call(t,e)}))}},{key:"evalArray",value:function(e){var t=this;return this.Promise.all(e.map((function(e){return t.eval(e)})))}},{key:"evalMap",value:function(e){var t=this,r=Object.keys(e),n={},o=r.map((function(r){return t.eval(e[r])}));return this.Promise.all(o).then((function(e){return e.forEach((function(e,t){n[r[t]]=e})),n}))}},{key:"_filterRelative",value:function(t,r){var n=this,o=[];return Array.isArray(t)||(t=void 0===t?[]:[t]),t.forEach((function(t){var i=new e(n._grammar,n._context,t,n.Promise);o.push(i.eval(r))})),this.Promise.all(o).then((function(e){var r=[];return e.forEach((function(e,n){e&&r.push(t[n])})),r}))}},{key:"_filterStatic",value:function(e,t){return this.eval(t).then((function(t){return"boolean"==typeof t?t?e:void 0:e[t]}))}}]),e}();e.exports=s},39098:(e,t,r)=>{"use strict";var n=r(92120)(r(28946)),o={functions:"Jexl Function",transforms:"Transform"};t.ArrayLiteral=function(e){return this.evalArray(e.value)},t.BinaryExpression=function(e){var t=this,r=this._grammar.elements[e.operator];if(r.evalOnDemand){var n=function(e){return{eval:function(){return t.eval(e)}}};return r.evalOnDemand(n(e.left),n(e.right))}return this.Promise.all([this.eval(e.left),this.eval(e.right)]).then((function(e){return r.eval(e[0],e[1])}))},t.ConditionalExpression=function(e){var t=this;return this.eval(e.test).then((function(r){return r?e.consequent?t.eval(e.consequent):r:t.eval(e.alternate)}))},t.FilterExpression=function(e){var t=this;return this.eval(e.subject).then((function(r){return e.relative?t._filterRelative(r,e.expr):t._filterStatic(r,e.expr)}))},t.Identifier=function(e){return e.from?this.eval(e.from).then((function(t){if(null!=t)return Array.isArray(t)&&(t=t[0]),t[e.value]})):e.relative?this._relContext[e.value]:this._context[e.value]},t.Literal=function(e){return e.value},t.ObjectLiteral=function(e){return this.evalMap(e.value)},t.FunctionCall=function(e){var t=o[e.pool];if(!t)throw new Error("Corrupt AST: Pool '".concat(e.pool,"' not found"));var r=this._grammar[e.pool][e.name];if(!r)throw new Error("".concat(t," ").concat(e.name," is not defined."));return this.evalArray(e.args||[]).then((function(e){return r.apply(void 0,(0,n.default)(e))}))},t.UnaryExpression=function(e){var t=this;return this.eval(e.right).then((function(r){return t._grammar.elements[e.operator].eval(r)}))}},78800:(e,t)=>{"use strict";t.getGrammar=function(){return{elements:{".":{type:"dot"},"[":{type:"openBracket"},"]":{type:"closeBracket"},"|":{type:"pipe"},"{":{type:"openCurl"},"}":{type:"closeCurl"},":":{type:"colon"},",":{type:"comma"},"(":{type:"openParen"},")":{type:"closeParen"},"?":{type:"question"},"+":{type:"binaryOp",precedence:30,eval:function(e,t){return e+t}},"-":{type:"binaryOp",precedence:30,eval:function(e,t){return e-t}},"*":{type:"binaryOp",precedence:40,eval:function(e,t){return e*t}},"/":{type:"binaryOp",precedence:40,eval:function(e,t){return e/t}},"//":{type:"binaryOp",precedence:40,eval:function(e,t){return Math.floor(e/t)}},"%":{type:"binaryOp",precedence:50,eval:function(e,t){return e%t}},"^":{type:"binaryOp",precedence:50,eval:function(e,t){return Math.pow(e,t)}},"==":{type:"binaryOp",precedence:20,eval:function(e,t){return e==t}},"!=":{type:"binaryOp",precedence:20,eval:function(e,t){return e!=t}},">":{type:"binaryOp",precedence:20,eval:function(e,t){return e>t}},">=":{type:"binaryOp",precedence:20,eval:function(e,t){return e>=t}},"<":{type:"binaryOp",precedence:20,eval:function(e,t){return e<t}},"<=":{type:"binaryOp",precedence:20,eval:function(e,t){return e<=t}},"&&":{type:"binaryOp",precedence:10,evalOnDemand:function(e,t){return e.eval().then((function(e){return e?t.eval():e}))}},"||":{type:"binaryOp",precedence:10,evalOnDemand:function(e,t){return e.eval().then((function(e){return e||t.eval()}))}},in:{type:"binaryOp",precedence:20,eval:function(e,t){return"string"==typeof t?-1!==t.indexOf(e):!!Array.isArray(t)&&t.some((function(t){return t===e}))}},"!":{type:"unaryOp",precedence:1/0,eval:function(e){return!e}}},functions:{},transforms:{}}}},95274:(e,t,r)=>{"use strict";var n=r(92120),o=n(r(2005)),i=n(r(91301)),a=r(91444),s=r(46167).x,l=function(){function e(t,r,n){(0,o.default)(this,e),this._grammar=t,this._state="expectOperand",this._tree=null,this._exprStr=r||"",this._relative=!1,this._stopMap=n||{}}return(0,i.default)(e,[{key:"addToken",value:function(e){if("complete"===this._state)throw new Error("Cannot add a new token to a completed Parser");var t=s[this._state],r=this._exprStr;if(this._exprStr+=e.raw,t.subHandler){this._subParser||this._startSubExpression(r);var n=this._subParser.addToken(e);if(n){if(this._endSubExpression(),this._parentStop)return n;this._state=n}}else{if(!t.tokenTypes[e.type]){if(this._stopMap[e.type])return this._stopMap[e.type];throw new Error("Token ".concat(e.raw," (").concat(e.type,") unexpected in expression: ").concat(this._exprStr))}var o=t.tokenTypes[e.type],i=a[e.type];o.handler&&(i=o.handler),i&&i.call(this,e),o.toState&&(this._state=o.toState)}return!1}},{key:"addTokens",value:function(e){e.forEach(this.addToken,this)}},{key:"complete",value:function(){if(this._cursor&&!s[this._state].completable)throw new Error("Unexpected end of expression: ".concat(this._exprStr));return this._subParser&&this._endSubExpression(),this._state="complete",this._cursor?this._tree:null}},{key:"isRelative",value:function(){return this._relative}},{key:"_endSubExpression",value:function(){s[this._state].subHandler.call(this,this._subParser.complete()),this._subParser=null}},{key:"_placeAtCursor",value:function(e){this._cursor?(this._cursor.right=e,this._setParent(e,this._cursor)):this._tree=e,this._cursor=e}},{key:"_placeBeforeCursor",value:function(e){this._cursor=this._cursor._parent,this._placeAtCursor(e)}},{key:"_setParent",value:function(e,t){Object.defineProperty(e,"_parent",{value:t,writable:!0})}},{key:"_startSubExpression",value:function(t){var r=s[this._state].endStates;r||(this._parentStop=!0,r=this._stopMap),this._subParser=new e(this._grammar,t,r)}}]),e}();e.exports=l},91444:(e,t)=>{"use strict";t.argVal=function(e){e&&this._cursor.args.push(e)},t.arrayStart=function(){this._placeAtCursor({type:"ArrayLiteral",value:[]})},t.arrayVal=function(e){e&&this._cursor.value.push(e)},t.binaryOp=function(e){for(var t=this._grammar.elements[e.value].precedence||0,r=this._cursor._parent;r&&r.operator&&this._grammar.elements[r.operator].precedence>=t;)this._cursor=r,r=r._parent;var n={type:"BinaryExpression",operator:e.value,left:this._cursor};this._setParent(this._cursor,n),this._cursor=r,this._placeAtCursor(n)},t.dot=function(){this._nextIdentEncapsulate=this._cursor&&"UnaryExpression"!==this._cursor.type&&("BinaryExpression"!==this._cursor.type||"BinaryExpression"===this._cursor.type&&this._cursor.right),this._nextIdentRelative=!this._cursor||this._cursor&&!this._nextIdentEncapsulate,this._nextIdentRelative&&(this._relative=!0)},t.filter=function(e){this._placeBeforeCursor({type:"FilterExpression",expr:e,relative:this._subParser.isRelative(),subject:this._cursor})},t.functionCall=function(){this._placeBeforeCursor({type:"FunctionCall",name:this._cursor.value,args:[],pool:"functions"})},t.identifier=function(e){var t={type:"Identifier",value:e.value};this._nextIdentEncapsulate?(t.from=this._cursor,this._placeBeforeCursor(t),this._nextIdentEncapsulate=!1):(this._nextIdentRelative&&(t.relative=!0,this._nextIdentRelative=!1),this._placeAtCursor(t))},t.literal=function(e){this._placeAtCursor({type:"Literal",value:e.value})},t.objKey=function(e){this._curObjKey=e.value},t.objStart=function(){this._placeAtCursor({type:"ObjectLiteral",value:{}})},t.objVal=function(e){this._cursor.value[this._curObjKey]=e},t.subExpression=function(e){this._placeAtCursor(e)},t.ternaryEnd=function(e){this._cursor.alternate=e},t.ternaryMid=function(e){this._cursor.consequent=e},t.ternaryStart=function(){this._tree={type:"ConditionalExpression",test:this._tree},this._cursor=this._tree},t.transform=function(e){this._placeBeforeCursor({type:"FunctionCall",name:e.value,args:[this._cursor],pool:"transforms"})},t.unaryOp=function(e){this._placeAtCursor({type:"UnaryExpression",operator:e.value})}},46167:(e,t,r)=>{"use strict";var n=r(91444);t.x={expectOperand:{tokenTypes:{literal:{toState:"expectBinOp"},identifier:{toState:"identifier"},unaryOp:{},openParen:{toState:"subExpression"},openCurl:{toState:"expectObjKey",handler:n.objStart},dot:{toState:"traverse"},openBracket:{toState:"arrayVal",handler:n.arrayStart}}},expectBinOp:{tokenTypes:{binaryOp:{toState:"expectOperand"},pipe:{toState:"expectTransform"},dot:{toState:"traverse"},question:{toState:"ternaryMid",handler:n.ternaryStart}},completable:!0},expectTransform:{tokenTypes:{identifier:{toState:"postTransform",handler:n.transform}}},expectObjKey:{tokenTypes:{identifier:{toState:"expectKeyValSep",handler:n.objKey},closeCurl:{toState:"expectBinOp"}}},expectKeyValSep:{tokenTypes:{colon:{toState:"objVal"}}},postTransform:{tokenTypes:{openParen:{toState:"argVal"},binaryOp:{toState:"expectOperand"},dot:{toState:"traverse"},openBracket:{toState:"filter"},pipe:{toState:"expectTransform"}},completable:!0},postArgs:{tokenTypes:{binaryOp:{toState:"expectOperand"},dot:{toState:"traverse"},openBracket:{toState:"filter"},pipe:{toState:"expectTransform"}},completable:!0},identifier:{tokenTypes:{binaryOp:{toState:"expectOperand"},dot:{toState:"traverse"},openBracket:{toState:"filter"},openParen:{toState:"argVal",handler:n.functionCall},pipe:{toState:"expectTransform"},question:{toState:"ternaryMid",handler:n.ternaryStart}},completable:!0},traverse:{tokenTypes:{identifier:{toState:"identifier"}}},filter:{subHandler:n.filter,endStates:{closeBracket:"identifier"}},subExpression:{subHandler:n.subExpression,endStates:{closeParen:"expectBinOp"}},argVal:{subHandler:n.argVal,endStates:{comma:"argVal",closeParen:"postArgs"}},objVal:{subHandler:n.objVal,endStates:{comma:"expectObjKey",closeCurl:"expectBinOp"}},arrayVal:{subHandler:n.arrayVal,endStates:{comma:"arrayVal",closeBracket:"expectBinOp"}},ternaryMid:{subHandler:n.ternaryMid,endStates:{colon:"ternaryEnd"}},ternaryEnd:{subHandler:n.ternaryEnd,completable:!0}}},76519:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});class n{constructor(){this.events=Object.create(null)}on(e,t){var r=this.events[e];return r||(r=[],this.events[e]=r),r.push(t),this}off(e,t){var r=this.events[e];if(r){var n=r.indexOf(t);-1!==n&&r.splice(n,1)}return this}emit(e,t){var r=this.events[e];if(r)for(var n=0;n<r.length;n++)r[n](t);return this}}function o(e,t=[]){if(function(e){try{return e instanceof ArrayBuffer||e instanceof ImageBitmap||e instanceof OffscreenCanvas||e instanceof MessagePort}catch(e){return!1}}(e))t.push(e);else if(n=e,Object(n)===n&&!("containsNoTransferables"in e))for(var r in e)o(e[r],t);var n;return t}var i=r(39154);const a={Client:class extends n{constructor({workers:e}){super(),this.idx=0,this.calls={},this.timeouts={},this.errors={},this.workers=[...e],this.handler=this.handler.bind(this),this.catch=this.catch.bind(this),this.init()}init(){this.workers.forEach(this.listen,this)}listen(e){e.addEventListener("message",this.handler),e.addEventListener("error",this.catch)}handler(e){var{uid:t,error:r,method:n,eventName:o,data:i,libRpc:a}=e.data;a&&(r?this.reject(t,r):n?this.resolve(t,i):o&&this.emit(o,i))}catch({message:e,lineno:t,filename:r,libRpc:n}){n&&this.emit("error",{message:e,lineno:t,filename:r})}reject(e,t){this.errors[e]&&(this.errors[e]((0,i.deserializeError)(t)),this.clear(e))}resolve(e,t){this.calls[e]&&(this.calls[e](t),this.clear(e))}clear(e){clearTimeout(this.timeouts[e]),delete this.timeouts[e],delete this.calls[e],delete this.errors[e]}call(e,t,{timeout:r=2e3}={}){var n=Math.floor(1e10*(1+Math.random())).toString(16),i=o(t);return new Promise(((o,a)=>{this.timeouts[n]=setTimeout((()=>this.reject(n,new Error(`Timeout exceeded for RPC method "${e}"`))),r),this.calls[n]=o,this.errors[n]=a,this.workers[this.idx].postMessage({method:e,uid:n,data:t,libRpc:!0},i),this.idx=++this.idx%this.workers.length}))}},Server:class{constructor(e){this.methods=e,this.listen()}listen(){self.addEventListener("message",this.handler.bind(this))}handler(e){var{libRpc:t,method:r,uid:n,data:o}=e.data;t&&(this.methods[r]?Promise.resolve(o).then(this.methods[r]).then((e=>this.reply(n,r,e)),(e=>this.throw(n,(0,i.serializeError)(e)))):this.throw(n,`Unknown RPC method "${r}"`))}reply(e,t,r){try{var n=o(r);self.postMessage({uid:e,method:t,data:r,libRpc:!0},n)}catch(t){this.throw(e,(0,i.serializeError)(t))}}throw(e,t){self.postMessage({uid:e,error:t,libRpc:!0})}emit(e,t){var r=o(t);self.postMessage({eventName:e,data:t,libRpc:!0},r)}}}},45103:e=>{function t(e,t){e.onload=function(){this.onerror=this.onload=null,t(null,e)},e.onerror=function(){this.onerror=this.onload=null,t(new Error("Failed to load "+this.src),e)}}function r(e,t){e.onreadystatechange=function(){"complete"!=this.readyState&&"loaded"!=this.readyState||(this.onreadystatechange=null,t(null,e))}}e.exports=function(e,n,o){var i=document.head||document.getElementsByTagName("head")[0],a=document.createElement("script");"function"==typeof n&&(o=n,n={}),n=n||{},o=o||function(){},a.type=n.type||"text/javascript",a.charset=n.charset||"utf8",a.async=!("async"in n)||!!n.async,a.src=e,n.attrs&&function(e,t){for(var r in t)e.setAttribute(r,t[r])}(a,n.attrs),n.text&&(a.text=""+n.text),("onload"in a?t:r)(a,o),a.onload||t(a,o),i.appendChild(a)}},2356:(e,t,r)=>{"use strict";r.d(t,{nu:()=>p,FH:()=>u.Y,eO:()=>c.e,Pe:()=>c.P,PA:()=>d.P,tl:()=>s,WO:()=>h,iz:()=>f,WC:()=>m,q3:()=>v,uR:()=>g});var n=r(42489),o=r(7552);if(!o.useState)throw new Error("mobx-react-lite requires React with Hooks support");if(!n.makeObservable)throw new Error("mobx-react-lite@3 requires mobx at least version 6 to be available");var i=r(28485);function a(e){e()}function s(e){e||(e=a),(0,n.configure)({reactionScheduler:e})}var l=r(77173),c=r(89059),u=r(66821),d=r(8167);function p(e){var t=e.children,r=e.render,n=t||r;return"function"!=typeof n?null:(0,l.q)(n)}function f(e,t){return(0,o.useState)((function(){return(0,n.observable)(e(),t,{autoBind:!0})}))[0]}function h(e){var t=(0,o.useState)((function(){return(0,n.observable)(e,{},{deep:!1})}))[0];return(0,n.runInAction)((function(){Object.assign(t,e)})),t}function m(e,t){var r=t&&h(t);return(0,o.useState)((function(){return(0,n.observable)(e(r),void 0,{autoBind:!0})}))[0]}function v(e,t){return void 0===t&&(t="observed"),(0,l.q)(e,t)}function g(e){(0,c.e)(e)}p.displayName="Observer",s(i.unstable_batchedUpdates),u.Y.finalizeAllImmediately},89059:(e,t,r)=>{"use strict";r.d(t,{P:()=>i,e:()=>o});var n=!1;function o(e){n=e}function i(){return n}},77173:(e,t,r)=>{"use strict";r.d(t,{q:()=>u});var n=r(42489),o=r(7552);function i(e){return(0,n.getDependencyTree)(e)}var a=r(89059),s=r(66821),l=r(95436);function c(e){e.reaction=new n.Reaction("observer".concat(e.name),(function(){var t;e.stateVersion=Symbol(),null===(t=e.onStoreChange)||void 0===t||t.call(e)}))}function u(e,t){if(void 0===t&&(t="observed"),(0,a.P)())return e();var r=o.useRef(null);if(!r.current){var n={reaction:null,onStoreChange:null,stateVersion:Symbol(),name:t,subscribe:function(e){return s.Y.unregister(n),n.onStoreChange=e,n.reaction||(c(n),n.stateVersion=Symbol()),function(){var e;n.onStoreChange=null,null===(e=n.reaction)||void 0===e||e.dispose(),n.reaction=null}},getSnapshot:function(){return n.stateVersion}};r.current=n}var u,d,p=r.current;if(p.reaction||(c(p),s.Y.register(r,p,p)),o.useDebugValue(p.reaction,i),(0,l.useSyncExternalStore)(p.subscribe,p.getSnapshot,p.getSnapshot),p.reaction.track((function(){try{u=e()}catch(e){d=e}})),d)throw d;return u}},66821:(e,t,r)=>{"use strict";r.d(t,{Y:()=>o});var n=function(){function e(e){var t=this;Object.defineProperty(this,"finalize",{enumerable:!0,configurable:!0,writable:!0,value:e}),Object.defineProperty(this,"registrations",{enumerable:!0,configurable:!0,writable:!0,value:new Map}),Object.defineProperty(this,"sweepTimeout",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"sweep",{enumerable:!0,configurable:!0,writable:!0,value:function(e){void 0===e&&(e=1e4),clearTimeout(t.sweepTimeout),t.sweepTimeout=void 0;var r=Date.now();t.registrations.forEach((function(n,o){r-n.registeredAt>=e&&(t.finalize(n.value),t.registrations.delete(o))})),t.registrations.size>0&&t.scheduleSweep()}}),Object.defineProperty(this,"finalizeAllImmediately",{enumerable:!0,configurable:!0,writable:!0,value:function(){t.sweep(0)}})}return Object.defineProperty(e.prototype,"register",{enumerable:!1,configurable:!0,writable:!0,value:function(e,t,r){this.registrations.set(r,{value:t,registeredAt:Date.now()}),this.scheduleSweep()}}),Object.defineProperty(e.prototype,"unregister",{enumerable:!1,configurable:!0,writable:!0,value:function(e){this.registrations.delete(e)}}),Object.defineProperty(e.prototype,"scheduleSweep",{enumerable:!1,configurable:!0,writable:!0,value:function(){void 0===this.sweepTimeout&&(this.sweepTimeout=setTimeout(this.sweep,1e4))}}),e}(),o=new("undefined"!=typeof FinalizationRegistry?FinalizationRegistry:n)((function(e){var t;null===(t=e.reaction)||void 0===t||t.dispose(),e.reaction=null}))},68446:(e,t,r)=>{"use strict";r.r(t),r.d(t,{MobXProviderContext:()=>S,Observer:()=>i.nu,PropTypes:()=>j,Provider:()=>k,disposeOnUnmount:()=>I,enableStaticRendering:()=>i.eO,inject:()=>C,isUsingStaticRendering:()=>i.Pe,observer:()=>x,observerBatching:()=>i.tl,useAsObservableSource:()=>i.WO,useLocalObservable:()=>i.iz,useLocalStore:()=>i.WC,useObserver:()=>i.q3,useStaticRendering:()=>i.uR});var n=r(42489),o=r(7552),i=r(2356);function a(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}var s={$$typeof:1,render:1,compare:1,type:1,childContextTypes:1,contextType:1,contextTypes:1,defaultProps:1,getDefaultProps:1,getDerivedStateFromError:1,getDerivedStateFromProps:1,mixins:1,displayName:1,propTypes:1},l=Symbol("patchMixins"),c=Symbol("patchedDefinition");function u(e,t){for(var r=this,n=arguments.length,o=new Array(n>2?n-2:0),i=2;i<n;i++)o[i-2]=arguments[i];t.locks++;try{var a;return null!=e&&(a=e.apply(this,o)),a}finally{t.locks--,0===t.locks&&t.methods.forEach((function(e){e.apply(r,o)}))}}function d(e,t){return function(){for(var r=arguments.length,n=new Array(r),o=0;o<r;o++)n[o]=arguments[o];u.call.apply(u,[this,e,t].concat(n))}}function p(e,t,r){var n=function(e,t){var r=e[l]=e[l]||{},n=r[t]=r[t]||{};return n.locks=n.locks||0,n.methods=n.methods||[],n}(e,t);n.methods.indexOf(r)<0&&n.methods.push(r);var o=Object.getOwnPropertyDescriptor(e,t);if(!o||!o[c]){var i=e[t],a=f(e,t,o?o.enumerable:void 0,n,i);Object.defineProperty(e,t,a)}}function f(e,t,r,n,o){var i,a=d(o,n);return(i={})[c]=!0,i.get=function(){return a},i.set=function(o){if(this===e)a=d(o,n);else{var i=f(this,t,r,n,o);Object.defineProperty(this,t,i)}},i.configurable=!0,i.enumerable=r,i}var h=Symbol("ObserverAdministration"),m=Symbol("isMobXReactObserver");function v(e){var t;return null!=(t=e[h])?t:e[h]={reaction:null,mounted:!1,reactionInvalidatedBeforeMount:!1,forceUpdate:null,name:g(e.constructor),state:void 0,props:void 0,context:void 0}}function g(e){return e.displayName||e.name||"<component>"}function y(e){var t=e.bind(this),r=v(this);return function(){r.reaction||(r.reaction=function(e){return new n.Reaction(e.name+".render()",(function(){if(e.mounted)try{null==e.forceUpdate||e.forceUpdate()}catch(r){var t;null==(t=e.reaction)||t.dispose(),e.reaction=null}else e.reactionInvalidatedBeforeMount=!0}))}(r),r.mounted||i.FH.register(this,r,this));var e=void 0,o=void 0;if(r.reaction.track((function(){try{o=(0,n._allowStateChanges)(!1,t)}catch(t){e=t}})),e)throw e;return o}}function b(e,t){return(0,i.Pe)()&&console.warn("[mobx-react] It seems that a re-rendering of a React component is triggered while in static (server-side) mode. Please make sure components are rendered only once server-side."),this.state!==t||!function(e,t){if(a(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var r=Object.keys(e),n=Object.keys(t);if(r.length!==n.length)return!1;for(var o=0;o<r.length;o++)if(!Object.hasOwnProperty.call(t,r[o])||!a(e[r[o]],t[r[o]]))return!1;return!0}(this.props,e)}function x(e,t){if(t&&"class"!==t.kind)throw new Error("The @observer decorator can be used on classes only");return!0===e.isMobxInjector&&console.warn("Mobx observer: You are trying to use `observer` on a component that already has `inject`. Please apply `observer` before applying `inject`"),Object.prototype.isPrototypeOf.call(o.Component,e)||Object.prototype.isPrototypeOf.call(o.PureComponent,e)?function(e){var t=e.prototype;if(e[m]){var r=g(e);throw new Error("The provided component class ("+r+") has already been declared as an observer component.")}if(e[m]=!0,t.componentWillReact)throw new Error("The componentWillReact life-cycle event is no longer supported");if(e.__proto__!==o.PureComponent)if(t.shouldComponentUpdate){if(t.shouldComponentUpdate!==b)throw new Error("It is not allowed to use shouldComponentUpdate in observer based components.")}else t.shouldComponentUpdate=b;var n=t.render;if("function"!=typeof n){var a=g(e);throw new Error("[mobx-react] class component ("+a+") is missing `render` method.\n`observer` requires `render` being a function defined on prototype.\n`render = () => {}` or `render = function() {}` is not supported.")}t.render=function(){return Object.defineProperty(this,"render",{configurable:!1,writable:!1,value:(0,i.Pe)()?n:y.call(this,n)}),this.render()};var s=t.componentDidMount;return t.componentDidMount=function(){var e=this,t=v(this);return t.mounted=!0,i.FH.unregister(this),t.forceUpdate=function(){return e.forceUpdate()},t.reaction&&!t.reactionInvalidatedBeforeMount||t.forceUpdate(),null==s?void 0:s.apply(this,arguments)},p(t,"componentWillUnmount",(function(){var e;if(!(0,i.Pe)()){var t=v(this);null==(e=t.reaction)||e.dispose(),t.reaction=null,t.forceUpdate=null,t.mounted=!1,t.reactionInvalidatedBeforeMount=!1}})),e}(e):(0,i.PA)(e)}function A(){return A=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},A.apply(this,arguments)}var w=["children"],S=o.createContext({});function k(e){var t=e.children,r=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,w),n=o.useContext(S),i=o.useRef(A({},n,r)).current;return o.createElement(S.Provider,{value:i},t)}function E(e,t,r,n){var i,a,l,c=o.forwardRef((function(r,n){var i=A({},r),a=o.useContext(S);return Object.assign(i,e(a||{},i)||{}),n&&(i.ref=n),o.createElement(t,i)}));return n&&(c=x(c)),c.isMobxInjector=!0,i=t,a=c,l=Object.getOwnPropertyNames(Object.getPrototypeOf(i)),Object.getOwnPropertyNames(i).forEach((function(e){s[e]||-1!==l.indexOf(e)||Object.defineProperty(a,e,Object.getOwnPropertyDescriptor(i,e))})),c.wrappedComponent=t,c.displayName=function(e,t){var r=e.displayName||e.name||e.constructor&&e.constructor.name||"Component";return t?"inject-with-"+t+"("+r+")":"inject("+r+")"}(t,r),c}function C(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];if("function"==typeof arguments[0]){var n=arguments[0];return function(e){return E(n,e,n.name,!0)}}return function(e){return E(function(e){return function(t,r){return e.forEach((function(e){if(!(e in r)){if(!(e in t))throw new Error("MobX injector: Store '"+e+"' is not available! Make sure it is provided by some Provider");r[e]=t[e]}})),r}}(t),e,t.join("-"),!1)}}k.displayName="MobXProvider";var T=Number.parseInt(o.version.split(".")[0]),R=!1,M=Symbol("disposeOnUnmountProto"),O=Symbol("disposeOnUnmountInst");function P(){var e=this;[].concat(this[M]||[],this[O]||[]).forEach((function(t){var r="string"==typeof t?e[t]:t;null!=r&&(Array.isArray(r)?r.map((function(e){return e()})):r())}))}function I(e,t){if(Array.isArray(t))return t.map((function(t){return I(e,t)}));R||(T>=18?console.error("[mobx-react] disposeOnUnmount is not compatible with React 18 and higher. Don't use it."):console.warn("[mobx-react] disposeOnUnmount is deprecated. It won't work correctly with React 18 and higher."),R=!0);var r=Object.getPrototypeOf(e).constructor,n=Object.getPrototypeOf(e.constructor),i=Object.getPrototypeOf(Object.getPrototypeOf(e));if(r!==o.Component&&r!==o.PureComponent&&n!==o.Component&&n!==o.PureComponent&&i!==o.Component&&i!==o.PureComponent)throw new Error("[mobx-react] disposeOnUnmount only supports direct subclasses of React.Component or React.PureComponent.");if("string"!=typeof t&&"function"!=typeof t&&!Array.isArray(t))throw new Error("[mobx-react] disposeOnUnmount only works if the parameter is either a property key or a function.");var a="string"==typeof t,s=!!e[M]||!!e[O];return(a?e[M]||(e[M]=[]):e[O]||(e[O]=[])).push(t),s||p(e,"componentWillUnmount",P),"string"!=typeof t?t:void 0}function N(e){function t(t,r,o,i,a,s){for(var l=arguments.length,c=new Array(l>6?l-6:0),u=6;u<l;u++)c[u-6]=arguments[u];return(0,n.untracked)((function(){if(i=i||"<<anonymous>>",s=s||o,null==r[o]){if(t){var n=null===r[o]?"null":"undefined";return new Error("The "+a+" `"+s+"` is marked as required in `"+i+"`, but its value is `"+n+"`.")}return null}return e.apply(void 0,[r,o,i,a,s].concat(c))}))}var r=t.bind(null,!1);return r.isRequired=t.bind(null,!0),r}function $(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||"Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol}(t,e)?"symbol":t}function _(e,t){return N((function(r,o,i,a,s){return(0,n.untracked)((function(){if(e&&$(r[o])===t.toLowerCase())return null;var a;switch(t){case"Array":a=n.isObservableArray;break;case"Object":a=n.isObservableObject;break;case"Map":a=n.isObservableMap;break;default:throw new Error("Unexpected mobxType: "+t)}var l=r[o];if(!a(l)){var c=function(e){var t=$(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}(l),u=e?" or javascript `"+t.toLowerCase()+"`":"";return new Error("Invalid prop `"+s+"` of type `"+c+"` supplied to `"+i+"`, expected `mobx.Observable"+t+"`"+u+".")}return null}))}))}function L(e,t){return N((function(r,o,i,a,s){for(var l=arguments.length,c=new Array(l>5?l-5:0),u=5;u<l;u++)c[u-5]=arguments[u];return(0,n.untracked)((function(){if("function"!=typeof t)return new Error("Property `"+s+"` of component `"+i+"` has invalid PropType notation.");var n=_(e,"Array")(r,o,i,a,s);if(n instanceof Error)return n;for(var l=r[o],u=0;u<l.length;u++)if((n=t.apply(void 0,[l,u,i,a,s+"["+u+"]"].concat(c)))instanceof Error)return n;return null}))}))}var j={observableArray:_(!1,"Array"),observableArrayOf:L.bind(null,!1),observableMap:_(!1,"Map"),observableObject:_(!1,"Object"),arrayOrObservableArray:_(!0,"Array"),arrayOrObservableArrayOf:L.bind(null,!0),objectOrObservableObject:_(!0,"Object")};if(!o.Component)throw new Error("mobx-react requires React to be available");if(!n.observable)throw new Error("mobx-react requires mobx to be available")},16308:e=>{"use strict";class t{constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`maxSize` must be a number greater than 0");this.maxSize=e.maxSize,this.cache=new Map,this.oldCache=new Map,this._size=0}_set(e,t){this.cache.set(e,t),this._size++,this._size>=this.maxSize&&(this._size=0,this.oldCache=this.cache,this.cache=new Map)}get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.has(e)){const t=this.oldCache.get(e);return this.oldCache.delete(e),this._set(e,t),t}}set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),this}has(e){return this.cache.has(e)||this.oldCache.has(e)}peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e)?this.oldCache.get(e):void 0}delete(e){const t=this.cache.delete(e);return t&&this._size--,this.oldCache.delete(e)||t}clear(){this.cache.clear(),this.oldCache.clear(),this._size=0}*keys(){for(const[e]of this)yield e}*values(){for(const[,e]of this)yield e}*[Symbol.iterator](){for(const e of this.cache)yield e;for(const e of this.oldCache){const[t]=e;this.cache.has(t)||(yield e)}}get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(t)||e++;return this._size+e}}e.exports=t},22593:function(e){e.exports=function(){"use strict";function e(e,n,o,i,a){!function e(r,n,o,i,a){for(;i>o;){if(i-o>600){var s=i-o+1,l=n-o+1,c=Math.log(s),u=.5*Math.exp(2*c/3),d=.5*Math.sqrt(c*u*(s-u)/s)*(l-s/2<0?-1:1);e(r,n,Math.max(o,Math.floor(n-l*u/s+d)),Math.min(i,Math.floor(n+(s-l)*u/s+d)),a)}var p=r[n],f=o,h=i;for(t(r,o,n),a(r[i],p)>0&&t(r,o,i);f<h;){for(t(r,f,h),f++,h--;a(r[f],p)<0;)f++;for(;a(r[h],p)>0;)h--}0===a(r[o],p)?t(r,o,h):t(r,++h,i),h<=n&&(o=h+1),n<=h&&(i=h-1)}}(e,n,o||0,i||e.length-1,a||r)}function t(e,t,r){var n=e[t];e[t]=e[r],e[r]=n}function r(e,t){return e<t?-1:e>t?1:0}var n=function(e){void 0===e&&(e=9),this._maxEntries=Math.max(4,e),this._minEntries=Math.max(2,Math.ceil(.4*this._maxEntries)),this.clear()};function o(e,t,r){if(!r)return t.indexOf(e);for(var n=0;n<t.length;n++)if(r(e,t[n]))return n;return-1}function i(e,t){a(e,0,e.children.length,t,e)}function a(e,t,r,n,o){o||(o=h(null)),o.minX=1/0,o.minY=1/0,o.maxX=-1/0,o.maxY=-1/0;for(var i=t;i<r;i++){var a=e.children[i];s(o,e.leaf?n(a):a)}return o}function s(e,t){return e.minX=Math.min(e.minX,t.minX),e.minY=Math.min(e.minY,t.minY),e.maxX=Math.max(e.maxX,t.maxX),e.maxY=Math.max(e.maxY,t.maxY),e}function l(e,t){return e.minX-t.minX}function c(e,t){return e.minY-t.minY}function u(e){return(e.maxX-e.minX)*(e.maxY-e.minY)}function d(e){return e.maxX-e.minX+(e.maxY-e.minY)}function p(e,t){return e.minX<=t.minX&&e.minY<=t.minY&&t.maxX<=e.maxX&&t.maxY<=e.maxY}function f(e,t){return t.minX<=e.maxX&&t.minY<=e.maxY&&t.maxX>=e.minX&&t.maxY>=e.minY}function h(e){return{children:e,height:1,leaf:!0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0}}function m(t,r,n,o,i){for(var a=[r,n];a.length;)if(!((n=a.pop())-(r=a.pop())<=o)){var s=r+Math.ceil((n-r)/o/2)*o;e(t,s,r,n,i),a.push(r,s,s,n)}}return n.prototype.all=function(){return this._all(this.data,[])},n.prototype.search=function(e){var t=this.data,r=[];if(!f(e,t))return r;for(var n=this.toBBox,o=[];t;){for(var i=0;i<t.children.length;i++){var a=t.children[i],s=t.leaf?n(a):a;f(e,s)&&(t.leaf?r.push(a):p(e,s)?this._all(a,r):o.push(a))}t=o.pop()}return r},n.prototype.collides=function(e){var t=this.data;if(!f(e,t))return!1;for(var r=[];t;){for(var n=0;n<t.children.length;n++){var o=t.children[n],i=t.leaf?this.toBBox(o):o;if(f(e,i)){if(t.leaf||p(e,i))return!0;r.push(o)}}t=r.pop()}return!1},n.prototype.load=function(e){if(!e||!e.length)return this;if(e.length<this._minEntries){for(var t=0;t<e.length;t++)this.insert(e[t]);return this}var r=this._build(e.slice(),0,e.length-1,0);if(this.data.children.length)if(this.data.height===r.height)this._splitRoot(this.data,r);else{if(this.data.height<r.height){var n=this.data;this.data=r,r=n}this._insert(r,this.data.height-r.height-1,!0)}else this.data=r;return this},n.prototype.insert=function(e){return e&&this._insert(e,this.data.height-1),this},n.prototype.clear=function(){return this.data=h([]),this},n.prototype.remove=function(e,t){if(!e)return this;for(var r,n,i,a=this.data,s=this.toBBox(e),l=[],c=[];a||l.length;){if(a||(a=l.pop(),n=l[l.length-1],r=c.pop(),i=!0),a.leaf){var u=o(e,a.children,t);if(-1!==u)return a.children.splice(u,1),l.push(a),this._condense(l),this}i||a.leaf||!p(a,s)?n?(r++,a=n.children[r],i=!1):a=null:(l.push(a),c.push(r),r=0,n=a,a=a.children[0])}return this},n.prototype.toBBox=function(e){return e},n.prototype.compareMinX=function(e,t){return e.minX-t.minX},n.prototype.compareMinY=function(e,t){return e.minY-t.minY},n.prototype.toJSON=function(){return this.data},n.prototype.fromJSON=function(e){return this.data=e,this},n.prototype._all=function(e,t){for(var r=[];e;)e.leaf?t.push.apply(t,e.children):r.push.apply(r,e.children),e=r.pop();return t},n.prototype._build=function(e,t,r,n){var o,a=r-t+1,s=this._maxEntries;if(a<=s)return i(o=h(e.slice(t,r+1)),this.toBBox),o;n||(n=Math.ceil(Math.log(a)/Math.log(s)),s=Math.ceil(a/Math.pow(s,n-1))),(o=h([])).leaf=!1,o.height=n;var l=Math.ceil(a/s),c=l*Math.ceil(Math.sqrt(s));m(e,t,r,c,this.compareMinX);for(var u=t;u<=r;u+=c){var d=Math.min(u+c-1,r);m(e,u,d,l,this.compareMinY);for(var p=u;p<=d;p+=l){var f=Math.min(p+l-1,d);o.children.push(this._build(e,p,f,n-1))}}return i(o,this.toBBox),o},n.prototype._chooseSubtree=function(e,t,r,n){for(;n.push(t),!t.leaf&&n.length-1!==r;){for(var o=1/0,i=1/0,a=void 0,s=0;s<t.children.length;s++){var l=t.children[s],c=u(l),d=(p=e,f=l,(Math.max(f.maxX,p.maxX)-Math.min(f.minX,p.minX))*(Math.max(f.maxY,p.maxY)-Math.min(f.minY,p.minY))-c);d<i?(i=d,o=c<o?c:o,a=l):d===i&&c<o&&(o=c,a=l)}t=a||t.children[0]}var p,f;return t},n.prototype._insert=function(e,t,r){var n=r?e:this.toBBox(e),o=[],i=this._chooseSubtree(n,this.data,t,o);for(i.children.push(e),s(i,n);t>=0&&o[t].children.length>this._maxEntries;)this._split(o,t),t--;this._adjustParentBBoxes(n,o,t)},n.prototype._split=function(e,t){var r=e[t],n=r.children.length,o=this._minEntries;this._chooseSplitAxis(r,o,n);var a=this._chooseSplitIndex(r,o,n),s=h(r.children.splice(a,r.children.length-a));s.height=r.height,s.leaf=r.leaf,i(r,this.toBBox),i(s,this.toBBox),t?e[t-1].children.push(s):this._splitRoot(r,s)},n.prototype._splitRoot=function(e,t){this.data=h([e,t]),this.data.height=e.height+1,this.data.leaf=!1,i(this.data,this.toBBox)},n.prototype._chooseSplitIndex=function(e,t,r){for(var n,o,i,s,l,c,d,p=1/0,f=1/0,h=t;h<=r-t;h++){var m=a(e,0,h,this.toBBox),v=a(e,h,r,this.toBBox),g=(o=m,i=v,void 0,void 0,void 0,void 0,s=Math.max(o.minX,i.minX),l=Math.max(o.minY,i.minY),c=Math.min(o.maxX,i.maxX),d=Math.min(o.maxY,i.maxY),Math.max(0,c-s)*Math.max(0,d-l)),y=u(m)+u(v);g<p?(p=g,n=h,f=y<f?y:f):g===p&&y<f&&(f=y,n=h)}return n||r-t},n.prototype._chooseSplitAxis=function(e,t,r){var n=e.leaf?this.compareMinX:l,o=e.leaf?this.compareMinY:c;this._allDistMargin(e,t,r,n)<this._allDistMargin(e,t,r,o)&&e.children.sort(n)},n.prototype._allDistMargin=function(e,t,r,n){e.children.sort(n);for(var o=this.toBBox,i=a(e,0,t,o),l=a(e,r-t,r,o),c=d(i)+d(l),u=t;u<r-t;u++){var p=e.children[u];s(i,e.leaf?o(p):p),c+=d(i)}for(var f=r-t-1;f>=t;f--){var h=e.children[f];s(l,e.leaf?o(h):h),c+=d(l)}return c},n.prototype._adjustParentBBoxes=function(e,t,r){for(var n=r;n>=0;n--)s(t[n],e)},n.prototype._condense=function(e){for(var t=e.length-1,r=void 0;t>=0;t--)0===e[t].children.length?t>0?(r=e[t-1].children).splice(r.indexOf(e[t]),1):this.clear():i(e[t],this.toBBox)},n}()},14317:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.LEFT=t.BOTTOM=t.RIGHT=t.TOP=void 0;const o=n(r(7552));function i(e,t,r){const n=e(r);return`translate(${Number.isFinite(n)?n:t(r)},0)`}function a(e,t,r){const n=e(r);return`translate(0,${Number.isFinite(n)?n:t(r)})`}t.TOP="TOP",t.RIGHT="RIGHT",t.BOTTOM="BOTTOM",t.LEFT="LEFT";const s={orient:t.BOTTOM,tickSizeInner:6,tickSizeOuter:6,tickPadding:3,strokeWidth:1,tickFont:"sans-serif",tickFontSize:10};t.default=function({style:e,range:r,values:n,position:l,format:c,shadow:u=0,bg:d="white",fg:p="black"}){const f={...s,...e},{orient:h,tickSizeInner:m,tickPadding:v,tickSizeOuter:g,strokeWidth:y,tickFont:b,tickFontSize:x}=f,A=h===t.TOP||h===t.BOTTOM?i:a,w=h===t.TOP||h===t.LEFT?-1:1,S=h===t.RIGHT,k=h===t.LEFT,E=h===t.TOP,C=h===t.BOTTOM,T=S||k,R=T?"x":"y",M=T?"y":"x",O=y/2,P=r[0]+O,I=r[r.length-1]+O,N=Math.max(m,0)+v;return o.default.createElement("g",{fill:"none",fontSize:x,fontFamily:b,textAnchor:S?"start":k?"end":"middle",strokeWidth:y},o.default.createElement("path",{stroke:p,d:T?`M${w*g},${P}H${O}V${I}H${w*g}`:`M${P},${w*g}V${O}H${I}V${w*g}`}),n.map(((e,t)=>{let r={stroke:p};r[`${R}2`]=w*m,r[`${M}1`]=O,r[`${M}2`]=O;let n={fill:p,dy:E?"0em":C?"0.71em":"0.32em"};return n[`${R}`]=w*N,n[`${M}`]=O,o.default.createElement("g",{key:`tick-${t}`,opacity:1,transform:(i=e,A(l,l,i))},o.default.createElement("line",{...r}),u?o.default.createElement("text",{style:{stroke:d,strokeWidth:u},...n},c(e)):null,o.default.createElement("text",{...n},c(e)));var i})))}},26410:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return{range:e.range(),values:e.ticks(t),format:e.tickFormat(t),position:e.copy()}}},77126:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.LEFT=t.BOTTOM=t.RIGHT=t.TOP=t.Axis=t.axisPropsFromTickScale=void 0;var o=r(26410);Object.defineProperty(t,"axisPropsFromTickScale",{enumerable:!0,get:function(){return n(o).default}});var i=r(14317);Object.defineProperty(t,"Axis",{enumerable:!0,get:function(){return n(i).default}}),Object.defineProperty(t,"TOP",{enumerable:!0,get:function(){return i.TOP}}),Object.defineProperty(t,"RIGHT",{enumerable:!0,get:function(){return i.RIGHT}}),Object.defineProperty(t,"BOTTOM",{enumerable:!0,get:function(){return i.BOTTOM}}),Object.defineProperty(t,"LEFT",{enumerable:!0,get:function(){return i.LEFT}})},29709:(e,t,r)=>{"use strict";var n=r(7552);function o(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var i=Object.prototype.hasOwnProperty,a=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,s={},l={};function c(e){return!!i.call(l,e)||!i.call(s,e)&&(a.test(e)?l[e]=!0:(s[e]=!0,!1))}function u(e,t,r,n,o,i,a){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=n,this.attributeNamespace=o,this.mustUseProperty=r,this.propertyName=e,this.type=t,this.sanitizeURL=i,this.removeEmptyString=a}var d={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){d[e]=new u(e,0,!1,e,null,!1,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];d[t]=new u(t,1,!1,e[1],null,!1,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){d[e]=new u(e,2,!1,e.toLowerCase(),null,!1,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){d[e]=new u(e,2,!1,e,null,!1,!1)})),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach((function(e){d[e]=new u(e,3,!1,e.toLowerCase(),null,!1,!1)})),["checked","multiple","muted","selected"].forEach((function(e){d[e]=new u(e,3,!0,e,null,!1,!1)})),["capture","download"].forEach((function(e){d[e]=new u(e,4,!1,e,null,!1,!1)})),["cols","rows","size","span"].forEach((function(e){d[e]=new u(e,6,!1,e,null,!1,!1)})),["rowSpan","start"].forEach((function(e){d[e]=new u(e,5,!1,e.toLowerCase(),null,!1,!1)}));var p=/[\-:]([a-z])/g;function f(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach((function(e){var t=e.replace(p,f);d[t]=new u(t,1,!1,e,null,!1,!1)})),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach((function(e){var t=e.replace(p,f);d[t]=new u(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(p,f);d[t]=new u(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)})),["tabIndex","crossOrigin"].forEach((function(e){d[e]=new u(e,1,!1,e.toLowerCase(),null,!1,!1)})),d.xlinkHref=new u("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach((function(e){d[e]=new u(e,1,!1,e.toLowerCase(),null,!0,!0)}));var h={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},m=["Webkit","ms","Moz","O"];Object.keys(h).forEach((function(e){m.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),h[t]=h[e]}))}));var v=/["'&<>]/;function g(e){if("boolean"==typeof e||"number"==typeof e)return""+e;e=""+e;var t=v.exec(e);if(t){var r,n="",o=0;for(r=t.index;r<e.length;r++){switch(e.charCodeAt(r)){case 34:t=""";break;case 38:t="&";break;case 39:t="'";break;case 60:t="<";break;case 62:t=">";break;default:continue}o!==r&&(n+=e.substring(o,r)),o=r+1,n+=t}e=o!==r?n+e.substring(o,r):n}return e}var y=/([A-Z])/g,b=/^ms-/,x=Array.isArray;function A(e,t){return{insertionMode:e,selectedValue:t}}var w=new Map;function S(e,t,r){if("object"!=typeof r)throw Error(o(62));for(var n in t=!0,r)if(i.call(r,n)){var a=r[n];if(null!=a&&"boolean"!=typeof a&&""!==a){if(0===n.indexOf("--")){var s=g(n);a=g((""+a).trim())}else{s=n;var l=w.get(s);void 0!==l||(l=g(s.replace(y,"-$1").toLowerCase().replace(b,"-ms-")),w.set(s,l)),s=l,a="number"==typeof a?0===a||i.call(h,n)?""+a:a+"px":g((""+a).trim())}t?(t=!1,e.push(' style="',s,":",a)):e.push(";",s,":",a)}}t||e.push('"')}function k(e,t,r,n){switch(r){case"style":return void S(e,t,n);case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(2<r.length)||"o"!==r[0]&&"O"!==r[0]||"n"!==r[1]&&"N"!==r[1])if(null!==(t=d.hasOwnProperty(r)?d[r]:null)){switch(typeof n){case"function":case"symbol":return;case"boolean":if(!t.acceptsBooleans)return}switch(r=t.attributeName,t.type){case 3:n&&e.push(" ",r,'=""');break;case 4:!0===n?e.push(" ",r,'=""'):!1!==n&&e.push(" ",r,'="',g(n),'"');break;case 5:isNaN(n)||e.push(" ",r,'="',g(n),'"');break;case 6:!isNaN(n)&&1<=n&&e.push(" ",r,'="',g(n),'"');break;default:t.sanitizeURL&&(n=""+n),e.push(" ",r,'="',g(n),'"')}}else if(c(r)){switch(typeof n){case"function":case"symbol":return;case"boolean":if("data-"!==(t=r.toLowerCase().slice(0,5))&&"aria-"!==t)return}e.push(" ",r,'="',g(n),'"')}}function E(e,t,r){if(null!=t){if(null!=r)throw Error(o(60));if("object"!=typeof t||!("__html"in t))throw Error(o(61));null!=(t=t.__html)&&e.push(""+t)}}function C(e,t,r,n){e.push(M(r));var o,a=r=null;for(o in t)if(i.call(t,o)){var s=t[o];if(null!=s)switch(o){case"children":r=s;break;case"dangerouslySetInnerHTML":a=s;break;default:k(e,n,o,s)}}return e.push(">"),E(e,a,r),"string"==typeof r?(e.push(g(r)),null):r}var T=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,R=new Map;function M(e){var t=R.get(e);if(void 0===t){if(!T.test(e))throw Error(o(65,e));t="<"+e,R.set(e,t)}return t}function O(e,t,r){if(e.push('\x3c!--$?--\x3e<template id="'),null===r)throw Error(o(395));return e.push(r),e.push('"></template>')}var P=/[<\u2028\u2029]/g;function I(e){return JSON.stringify(e).replace(P,(function(e){switch(e){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}))}function N(e,t,r,n){return r.generateStaticMarkup?(e.push(g(t)),!1):(""===t?e=n:(n&&e.push("\x3c!-- --\x3e"),e.push(g(t)),e=!0),e)}var $=Object.assign,_=Symbol.for("react.element"),L=Symbol.for("react.portal"),j=Symbol.for("react.fragment"),z=Symbol.for("react.strict_mode"),D=Symbol.for("react.profiler"),F=Symbol.for("react.provider"),B=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),H=Symbol.for("react.suspense"),U=Symbol.for("react.suspense_list"),V=Symbol.for("react.memo"),q=Symbol.for("react.lazy"),X=Symbol.for("react.scope"),Y=Symbol.for("react.debug_trace_mode"),G=Symbol.for("react.legacy_hidden"),K=Symbol.for("react.default_value"),J=Symbol.iterator;function Z(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case j:return"Fragment";case L:return"Portal";case D:return"Profiler";case z:return"StrictMode";case H:return"Suspense";case U:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case B:return(e.displayName||"Context")+".Consumer";case F:return(e._context.displayName||"Context")+".Provider";case W:var t=e.render;return(e=e.displayName)||(e=""!==(e=t.displayName||t.name||"")?"ForwardRef("+e+")":"ForwardRef"),e;case V:return null!==(t=e.displayName||null)?t:Z(e.type)||"Memo";case q:t=e._payload,e=e._init;try{return Z(e(t))}catch(e){}}return null}var Q={};function ee(e,t){if(!(e=e.contextTypes))return Q;var r,n={};for(r in e)n[r]=t[r];return n}var te=null;function re(e,t){if(e!==t){e.context._currentValue2=e.parentValue,e=e.parent;var r=t.parent;if(null===e){if(null!==r)throw Error(o(401))}else{if(null===r)throw Error(o(401));re(e,r)}t.context._currentValue2=t.value}}function ne(e){e.context._currentValue2=e.parentValue,null!==(e=e.parent)&&ne(e)}function oe(e){var t=e.parent;null!==t&&oe(t),e.context._currentValue2=e.value}function ie(e,t){if(e.context._currentValue2=e.parentValue,null===(e=e.parent))throw Error(o(402));e.depth===t.depth?re(e,t):ie(e,t)}function ae(e,t){var r=t.parent;if(null===r)throw Error(o(402));e.depth===r.depth?re(e,r):ae(e,r),t.context._currentValue2=t.value}function se(e){var t=te;t!==e&&(null===t?oe(e):null===e?ne(t):t.depth===e.depth?re(t,e):t.depth>e.depth?ie(t,e):ae(t,e),te=e)}var le={isMounted:function(){return!1},enqueueSetState:function(e,t){null!==(e=e._reactInternals).queue&&e.queue.push(t)},enqueueReplaceState:function(e,t){(e=e._reactInternals).replace=!0,e.queue=[t]},enqueueForceUpdate:function(){}};function ce(e,t,r,n){var o=void 0!==e.state?e.state:null;e.updater=le,e.props=r,e.state=o;var i={queue:[],replace:!1};e._reactInternals=i;var a=t.contextType;if(e.context="object"==typeof a&&null!==a?a._currentValue2:n,"function"==typeof(a=t.getDerivedStateFromProps)&&(o=null==(a=a(r,o))?o:$({},o,a),e.state=o),"function"!=typeof t.getDerivedStateFromProps&&"function"!=typeof e.getSnapshotBeforeUpdate&&("function"==typeof e.UNSAFE_componentWillMount||"function"==typeof e.componentWillMount))if(t=e.state,"function"==typeof e.componentWillMount&&e.componentWillMount(),"function"==typeof e.UNSAFE_componentWillMount&&e.UNSAFE_componentWillMount(),t!==e.state&&le.enqueueReplaceState(e,e.state,null),null!==i.queue&&0<i.queue.length)if(t=i.queue,a=i.replace,i.queue=null,i.replace=!1,a&&1===t.length)e.state=t[0];else{for(i=a?t[0]:e.state,o=!0,a=a?1:0;a<t.length;a++){var s=t[a];null!=(s="function"==typeof s?s.call(e,i,r,n):s)&&(o?(o=!1,i=$({},i,s)):$(i,s))}e.state=i}else i.queue=null}var ue={id:1,overflow:""};function de(e,t,r){var n=e.id;e=e.overflow;var o=32-pe(n)-1;n&=~(1<<o),r+=1;var i=32-pe(t)+o;if(30<i){var a=o-o%5;return i=(n&(1<<a)-1).toString(32),n>>=a,o-=a,{id:1<<32-pe(t)+o|r<<o|n,overflow:i+e}}return{id:1<<i|r<<o|n,overflow:e}}var pe=Math.clz32?Math.clz32:function(e){return 0==(e>>>=0)?32:31-(fe(e)/he|0)|0},fe=Math.log,he=Math.LN2,me="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},ve=null,ge=null,ye=null,be=null,xe=!1,Ae=!1,we=0,Se=null,ke=0;function Ee(){if(null===ve)throw Error(o(321));return ve}function Ce(){if(0<ke)throw Error(o(312));return{memoizedState:null,queue:null,next:null}}function Te(){return null===be?null===ye?(xe=!1,ye=be=Ce()):(xe=!0,be=ye):null===be.next?(xe=!1,be=be.next=Ce()):(xe=!0,be=be.next),be}function Re(){ge=ve=null,Ae=!1,ye=null,ke=0,be=Se=null}function Me(e,t){return"function"==typeof t?t(e):t}function Oe(e,t,r){if(ve=Ee(),be=Te(),xe){var n=be.queue;if(t=n.dispatch,null!==Se&&void 0!==(r=Se.get(n))){Se.delete(n),n=be.memoizedState;do{n=e(n,r.action),r=r.next}while(null!==r);return be.memoizedState=n,[n,t]}return[be.memoizedState,t]}return e=e===Me?"function"==typeof t?t():t:void 0!==r?r(t):t,be.memoizedState=e,e=(e=be.queue={last:null,dispatch:null}).dispatch=Ie.bind(null,ve,e),[be.memoizedState,e]}function Pe(e,t){if(ve=Ee(),t=void 0===t?null:t,null!==(be=Te())){var r=be.memoizedState;if(null!==r&&null!==t){var n=r[1];e:if(null===n)n=!1;else{for(var o=0;o<n.length&&o<t.length;o++)if(!me(t[o],n[o])){n=!1;break e}n=!0}if(n)return r[0]}}return e=e(),be.memoizedState=[e,t],e}function Ie(e,t,r){if(25<=ke)throw Error(o(301));if(e===ve)if(Ae=!0,e={action:r,next:null},null===Se&&(Se=new Map),void 0===(r=Se.get(t)))Se.set(t,e);else{for(t=r;null!==t.next;)t=t.next;t.next=e}}function Ne(){throw Error(o(394))}function $e(){}var _e={readContext:function(e){return e._currentValue2},useContext:function(e){return Ee(),e._currentValue2},useMemo:Pe,useReducer:Oe,useRef:function(e){ve=Ee();var t=(be=Te()).memoizedState;return null===t?(e={current:e},be.memoizedState=e):t},useState:function(e){return Oe(Me,e)},useInsertionEffect:$e,useLayoutEffect:function(){},useCallback:function(e,t){return Pe((function(){return e}),t)},useImperativeHandle:$e,useEffect:$e,useDebugValue:$e,useDeferredValue:function(e){return Ee(),e},useTransition:function(){return Ee(),[!1,Ne]},useId:function(){var e=ge.treeContext,t=e.overflow;e=((e=e.id)&~(1<<32-pe(e)-1)).toString(32)+t;var r=Le;if(null===r)throw Error(o(404));return t=we++,e=":"+r.idPrefix+"R"+e,0<t&&(e+="H"+t.toString(32)),e+":"},useMutableSource:function(e,t){return Ee(),t(e._source)},useSyncExternalStore:function(e,t,r){if(void 0===r)throw Error(o(407));return r()}},Le=null,je=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;function ze(e){return console.error(e),null}function De(){}function Fe(e,t,r,n,o,i,a,s){e.allPendingTasks++,null===r?e.pendingRootTasks++:r.pendingTasks++;var l={node:t,ping:function(){var t=e.pingedTasks;t.push(l),1===t.length&&tt(e)},blockedBoundary:r,blockedSegment:n,abortSet:o,legacyContext:i,context:a,treeContext:s};return o.add(l),l}function Be(e,t,r,n,o,i){return{status:0,id:-1,index:t,parentFlushed:!1,chunks:[],children:[],formatContext:n,boundary:r,lastPushedText:o,textEmbedded:i}}function We(e,t){if(null!=(e=e.onError(t))&&"string"!=typeof e)throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof e+'" instead');return e}function He(e,t){var r=e.onShellError;r(t),(r=e.onFatalError)(t),null!==e.destination?(e.status=2,e.destination.destroy(t)):(e.status=1,e.fatalError=t)}function Ue(e,t,r,n,o){for(ve={},ge=t,we=0,e=r(n,o);Ae;)Ae=!1,we=0,ke+=1,be=null,e=r(n,o);return Re(),e}function Ve(e,t,r,n){var i=r.render(),a=n.childContextTypes;if(null!=a){var s=t.legacyContext;if("function"!=typeof r.getChildContext)n=s;else{for(var l in r=r.getChildContext())if(!(l in a))throw Error(o(108,Z(n)||"Unknown",l));n=$({},s,r)}t.legacyContext=n,Ye(e,t,i),t.legacyContext=s}else Ye(e,t,i)}function qe(e,t){if(e&&e.defaultProps){for(var r in t=$({},t),e=e.defaultProps)void 0===t[r]&&(t[r]=e[r]);return t}return t}function Xe(e,t,r,a,s){if("function"==typeof r)if(r.prototype&&r.prototype.isReactComponent){s=ee(r,t.legacyContext);var l=r.contextType;ce(l=new r(a,"object"==typeof l&&null!==l?l._currentValue2:s),r,a,s),Ve(e,t,l,r)}else{s=Ue(e,t,r,a,l=ee(r,t.legacyContext));var u=0!==we;if("object"==typeof s&&null!==s&&"function"==typeof s.render&&void 0===s.$$typeof)ce(s,r,a,l),Ve(e,t,s,r);else if(u){a=t.treeContext,t.treeContext=de(a,1,0);try{Ye(e,t,s)}finally{t.treeContext=a}}else Ye(e,t,s)}else{if("string"!=typeof r){switch(r){case G:case Y:case z:case D:case j:case U:return void Ye(e,t,a.children);case X:throw Error(o(343));case H:e:{r=t.blockedBoundary,s=t.blockedSegment,l=a.fallback,a=a.children;var d={id:null,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:u=new Set,errorDigest:null},p=Be(0,s.chunks.length,d,s.formatContext,!1,!1);s.children.push(p),s.lastPushedText=!1;var f=Be(0,0,null,s.formatContext,!1,!1);f.parentFlushed=!0,t.blockedBoundary=d,t.blockedSegment=f;try{if(Ke(e,t,a),e.responseState.generateStaticMarkup||f.lastPushedText&&f.textEmbedded&&f.chunks.push("\x3c!-- --\x3e"),f.status=1,Qe(d,f),0===d.pendingTasks)break e}catch(t){f.status=4,d.forceClientRender=!0,d.errorDigest=We(e,t)}finally{t.blockedBoundary=r,t.blockedSegment=s}t=Fe(e,l,r,p,u,t.legacyContext,t.context,t.treeContext),e.pingedTasks.push(t)}return}if("object"==typeof r&&null!==r)switch(r.$$typeof){case W:if(a=Ue(e,t,r.render,a,s),0!==we){r=t.treeContext,t.treeContext=de(r,1,0);try{Ye(e,t,a)}finally{t.treeContext=r}}else Ye(e,t,a);return;case V:return void Xe(e,t,r=r.type,a=qe(r,a),s);case F:if(s=a.children,r=r._context,a=a.value,l=r._currentValue2,r._currentValue2=a,te=a={parent:u=te,depth:null===u?0:u.depth+1,context:r,parentValue:l,value:a},t.context=a,Ye(e,t,s),null===(e=te))throw Error(o(403));return a=e.parentValue,e.context._currentValue2=a===K?e.context._defaultValue:a,e=te=e.parent,void(t.context=e);case B:return void Ye(e,t,a=(a=a.children)(r._currentValue2));case q:return void Xe(e,t,r=(s=r._init)(r._payload),a=qe(r,a),void 0)}throw Error(o(130,null==r?r:typeof r,""))}switch(l=function(e,t,r,a,s){switch(t){case"select":e.push(M("select"));var l=null,u=null;for(h in r)if(i.call(r,h)){var d=r[h];if(null!=d)switch(h){case"children":l=d;break;case"dangerouslySetInnerHTML":u=d;break;case"defaultValue":case"value":break;default:k(e,a,h,d)}}return e.push(">"),E(e,u,l),l;case"option":u=s.selectedValue,e.push(M("option"));var p=d=null,f=null,h=null;for(l in r)if(i.call(r,l)){var m=r[l];if(null!=m)switch(l){case"children":d=m;break;case"selected":f=m;break;case"dangerouslySetInnerHTML":h=m;break;case"value":p=m;default:k(e,a,l,m)}}if(null!=u)if(r=null!==p?""+p:function(e){var t="";return n.Children.forEach(e,(function(e){null!=e&&(t+=e)})),t}(d),x(u)){for(a=0;a<u.length;a++)if(""+u[a]===r){e.push(' selected=""');break}}else""+u===r&&e.push(' selected=""');else f&&e.push(' selected=""');return e.push(">"),E(e,h,d),d;case"textarea":for(d in e.push(M("textarea")),h=u=l=null,r)if(i.call(r,d)&&null!=(p=r[d]))switch(d){case"children":h=p;break;case"value":l=p;break;case"defaultValue":u=p;break;case"dangerouslySetInnerHTML":throw Error(o(91));default:k(e,a,d,p)}if(null===l&&null!==u&&(l=u),e.push(">"),null!=h){if(null!=l)throw Error(o(92));if(x(h)&&1<h.length)throw Error(o(93));l=""+h}return"string"==typeof l&&"\n"===l[0]&&e.push("\n"),null!==l&&e.push(g(""+l)),null;case"input":for(u in e.push(M("input")),p=h=d=l=null,r)if(i.call(r,u)&&null!=(f=r[u]))switch(u){case"children":case"dangerouslySetInnerHTML":throw Error(o(399,"input"));case"defaultChecked":p=f;break;case"defaultValue":d=f;break;case"checked":h=f;break;case"value":l=f;break;default:k(e,a,u,f)}return null!==h?k(e,a,"checked",h):null!==p&&k(e,a,"checked",p),null!==l?k(e,a,"value",l):null!==d&&k(e,a,"value",d),e.push("/>"),null;case"menuitem":for(var v in e.push(M("menuitem")),r)if(i.call(r,v)&&null!=(l=r[v]))switch(v){case"children":case"dangerouslySetInnerHTML":throw Error(o(400));default:k(e,a,v,l)}return e.push(">"),null;case"title":for(m in e.push(M("title")),l=null,r)if(i.call(r,m)&&null!=(u=r[m]))switch(m){case"children":l=u;break;case"dangerouslySetInnerHTML":throw Error(o(434));default:k(e,a,m,u)}return e.push(">"),l;case"listing":case"pre":for(p in e.push(M(t)),u=l=null,r)if(i.call(r,p)&&null!=(d=r[p]))switch(p){case"children":l=d;break;case"dangerouslySetInnerHTML":u=d;break;default:k(e,a,p,d)}if(e.push(">"),null!=u){if(null!=l)throw Error(o(60));if("object"!=typeof u||!("__html"in u))throw Error(o(61));null!=(r=u.__html)&&("string"==typeof r&&0<r.length&&"\n"===r[0]?e.push("\n",r):e.push(""+r))}return"string"==typeof l&&"\n"===l[0]&&e.push("\n"),l;case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":for(var y in e.push(M(t)),r)if(i.call(r,y)&&null!=(l=r[y]))switch(y){case"children":case"dangerouslySetInnerHTML":throw Error(o(399,t));default:k(e,a,y,l)}return e.push("/>"),null;case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return C(e,r,t,a);case"html":return 0===s.insertionMode&&e.push("<!DOCTYPE html>"),C(e,r,t,a);default:if(-1===t.indexOf("-")&&"string"!=typeof r.is)return C(e,r,t,a);for(f in e.push(M(t)),u=l=null,r)if(i.call(r,f)&&null!=(d=r[f]))switch(f){case"children":l=d;break;case"dangerouslySetInnerHTML":u=d;break;case"style":S(e,a,d);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:c(f)&&"function"!=typeof d&&"symbol"!=typeof d&&e.push(" ",f,'="',g(d),'"')}return e.push(">"),E(e,u,l),l}}((s=t.blockedSegment).chunks,r,a,e.responseState,s.formatContext),s.lastPushedText=!1,u=s.formatContext,s.formatContext=function(e,t,r){switch(t){case"select":return A(1,null!=r.value?r.value:r.defaultValue);case"svg":return A(2,null);case"math":return A(3,null);case"foreignObject":return A(1,null);case"table":return A(4,null);case"thead":case"tbody":case"tfoot":return A(5,null);case"colgroup":return A(7,null);case"tr":return A(6,null)}return 4<=e.insertionMode||0===e.insertionMode?A(1,null):e}(u,r,a),Ke(e,t,l),s.formatContext=u,r){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:s.chunks.push("</",r,">")}s.lastPushedText=!1}}function Ye(e,t,r){if(t.node=r,"object"==typeof r&&null!==r){switch(r.$$typeof){case _:return void Xe(e,t,r.type,r.props,r.ref);case L:throw Error(o(257));case q:var n=r._init;return void Ye(e,t,r=n(r._payload))}if(x(r))return void Ge(e,t,r);if((n=null===r||"object"!=typeof r?null:"function"==typeof(n=J&&r[J]||r["@@iterator"])?n:null)&&(n=n.call(r))){if(!(r=n.next()).done){var i=[];do{i.push(r.value),r=n.next()}while(!r.done);Ge(e,t,i)}return}throw e=Object.prototype.toString.call(r),Error(o(31,"[object Object]"===e?"object with keys {"+Object.keys(r).join(", ")+"}":e))}"string"==typeof r?(n=t.blockedSegment).lastPushedText=N(t.blockedSegment.chunks,r,e.responseState,n.lastPushedText):"number"==typeof r&&((n=t.blockedSegment).lastPushedText=N(t.blockedSegment.chunks,""+r,e.responseState,n.lastPushedText))}function Ge(e,t,r){for(var n=r.length,o=0;o<n;o++){var i=t.treeContext;t.treeContext=de(i,n,o);try{Ke(e,t,r[o])}finally{t.treeContext=i}}}function Ke(e,t,r){var n=t.blockedSegment.formatContext,o=t.legacyContext,i=t.context;try{return Ye(e,t,r)}catch(l){if(Re(),"object"!=typeof l||null===l||"function"!=typeof l.then)throw t.blockedSegment.formatContext=n,t.legacyContext=o,t.context=i,se(i),l;r=l;var a=t.blockedSegment,s=Be(0,a.chunks.length,null,a.formatContext,a.lastPushedText,!0);a.children.push(s),a.lastPushedText=!1,e=Fe(e,t.node,t.blockedBoundary,s,t.abortSet,t.legacyContext,t.context,t.treeContext).ping,r.then(e,e),t.blockedSegment.formatContext=n,t.legacyContext=o,t.context=i,se(i)}}function Je(e){var t=e.blockedBoundary;(e=e.blockedSegment).status=3,et(this,t,e)}function Ze(e,t,r){var n=e.blockedBoundary;e.blockedSegment.status=3,null===n?(t.allPendingTasks--,2!==t.status&&(t.status=2,null!==t.destination&&t.destination.push(null))):(n.pendingTasks--,n.forceClientRender||(n.forceClientRender=!0,e=void 0===r?Error(o(432)):r,n.errorDigest=t.onError(e),n.parentFlushed&&t.clientRenderedBoundaries.push(n)),n.fallbackAbortableTasks.forEach((function(e){return Ze(e,t,r)})),n.fallbackAbortableTasks.clear(),t.allPendingTasks--,0===t.allPendingTasks&&(n=t.onAllReady)())}function Qe(e,t){if(0===t.chunks.length&&1===t.children.length&&null===t.children[0].boundary){var r=t.children[0];r.id=t.id,r.parentFlushed=!0,1===r.status&&Qe(e,r)}else e.completedSegments.push(t)}function et(e,t,r){if(null===t){if(r.parentFlushed){if(null!==e.completedRootSegment)throw Error(o(389));e.completedRootSegment=r}e.pendingRootTasks--,0===e.pendingRootTasks&&(e.onShellError=De,(t=e.onShellReady)())}else t.pendingTasks--,t.forceClientRender||(0===t.pendingTasks?(r.parentFlushed&&1===r.status&&Qe(t,r),t.parentFlushed&&e.completedBoundaries.push(t),t.fallbackAbortableTasks.forEach(Je,e),t.fallbackAbortableTasks.clear()):r.parentFlushed&&1===r.status&&(Qe(t,r),1===t.completedSegments.length&&t.parentFlushed&&e.partialBoundaries.push(t)));e.allPendingTasks--,0===e.allPendingTasks&&(e=e.onAllReady)()}function tt(e){if(2!==e.status){var t=te,r=je.current;je.current=_e;var n=Le;Le=e.responseState;try{var o,i=e.pingedTasks;for(o=0;o<i.length;o++){var a=i[o],s=e,l=a.blockedSegment;if(0===l.status){se(a.context);try{Ye(s,a,a.node),s.responseState.generateStaticMarkup||l.lastPushedText&&l.textEmbedded&&l.chunks.push("\x3c!-- --\x3e"),a.abortSet.delete(a),l.status=1,et(s,a.blockedBoundary,l)}catch(e){if(Re(),"object"==typeof e&&null!==e&&"function"==typeof e.then){var c=a.ping;e.then(c,c)}else{a.abortSet.delete(a),l.status=4;var u=a.blockedBoundary,d=e,p=We(s,d);null===u?He(s,d):(u.pendingTasks--,u.forceClientRender||(u.forceClientRender=!0,u.errorDigest=p,u.parentFlushed&&s.clientRenderedBoundaries.push(u))),s.allPendingTasks--,0===s.allPendingTasks&&(0,s.onAllReady)()}}}}i.splice(0,o),null!==e.destination&&st(e,e.destination)}catch(t){We(e,t),He(e,t)}finally{Le=n,je.current=r,r===_e&&se(t)}}}function rt(e,t,r){switch(r.parentFlushed=!0,r.status){case 0:var n=r.id=e.nextSegmentId++;return r.lastPushedText=!1,r.textEmbedded=!1,e=e.responseState,t.push('<template id="'),t.push(e.placeholderPrefix),e=n.toString(16),t.push(e),t.push('"></template>');case 1:r.status=2;var i=!0;n=r.chunks;var a=0;r=r.children;for(var s=0;s<r.length;s++){for(i=r[s];a<i.index;a++)t.push(n[a]);i=nt(e,t,i)}for(;a<n.length-1;a++)t.push(n[a]);return a<n.length&&(i=t.push(n[a])),i;default:throw Error(o(390))}}function nt(e,t,r){var n=r.boundary;if(null===n)return rt(e,t,r);if(n.parentFlushed=!0,n.forceClientRender)return e.responseState.generateStaticMarkup||(n=n.errorDigest,t.push("\x3c!--$!--\x3e"),t.push("<template"),n&&(t.push(' data-dgst="'),n=g(n),t.push(n),t.push('"')),t.push("></template>")),rt(e,t,r),!!e.responseState.generateStaticMarkup||t.push("\x3c!--/$--\x3e");if(0<n.pendingTasks){n.rootSegmentID=e.nextSegmentId++,0<n.completedSegments.length&&e.partialBoundaries.push(n);var i=e.responseState,a=i.nextSuspenseID++;return i=i.boundaryPrefix+a.toString(16),n=n.id=i,O(t,e.responseState,n),rt(e,t,r),t.push("\x3c!--/$--\x3e")}if(n.byteSize>e.progressiveChunkSize)return n.rootSegmentID=e.nextSegmentId++,e.completedBoundaries.push(n),O(t,e.responseState,n.id),rt(e,t,r),t.push("\x3c!--/$--\x3e");if(e.responseState.generateStaticMarkup||t.push("\x3c!--$--\x3e"),1!==(r=n.completedSegments).length)throw Error(o(391));return nt(e,t,r[0]),!!e.responseState.generateStaticMarkup||t.push("\x3c!--/$--\x3e")}function ot(e,t,r){return function(e,t,r,n){switch(r.insertionMode){case 0:case 1:return e.push('<div hidden id="'),e.push(t.segmentPrefix),t=n.toString(16),e.push(t),e.push('">');case 2:return e.push('<svg aria-hidden="true" style="display:none" id="'),e.push(t.segmentPrefix),t=n.toString(16),e.push(t),e.push('">');case 3:return e.push('<math aria-hidden="true" style="display:none" id="'),e.push(t.segmentPrefix),t=n.toString(16),e.push(t),e.push('">');case 4:return e.push('<table hidden id="'),e.push(t.segmentPrefix),t=n.toString(16),e.push(t),e.push('">');case 5:return e.push('<table hidden><tbody id="'),e.push(t.segmentPrefix),t=n.toString(16),e.push(t),e.push('">');case 6:return e.push('<table hidden><tr id="'),e.push(t.segmentPrefix),t=n.toString(16),e.push(t),e.push('">');case 7:return e.push('<table hidden><colgroup id="'),e.push(t.segmentPrefix),t=n.toString(16),e.push(t),e.push('">');default:throw Error(o(397))}}(t,e.responseState,r.formatContext,r.id),nt(e,t,r),function(e,t){switch(t.insertionMode){case 0:case 1:return e.push("</div>");case 2:return e.push("</svg>");case 3:return e.push("</math>");case 4:return e.push("</table>");case 5:return e.push("</tbody></table>");case 6:return e.push("</tr></table>");case 7:return e.push("</colgroup></table>");default:throw Error(o(397))}}(t,r.formatContext)}function it(e,t,r){for(var n=r.completedSegments,i=0;i<n.length;i++)at(e,t,r,n[i]);if(n.length=0,e=e.responseState,n=r.id,r=r.rootSegmentID,t.push(e.startInlineScript),e.sentCompleteBoundaryFunction?t.push('$RC("'):(e.sentCompleteBoundaryFunction=!0,t.push('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("')),null===n)throw Error(o(395));return r=r.toString(16),t.push(n),t.push('","'),t.push(e.segmentPrefix),t.push(r),t.push('")<\/script>')}function at(e,t,r,n){if(2===n.status)return!0;var i=n.id;if(-1===i){if(-1===(n.id=r.rootSegmentID))throw Error(o(392));return ot(e,t,n)}return ot(e,t,n),e=e.responseState,t.push(e.startInlineScript),e.sentCompleteSegmentFunction?t.push('$RS("'):(e.sentCompleteSegmentFunction=!0,t.push('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("')),t.push(e.segmentPrefix),i=i.toString(16),t.push(i),t.push('","'),t.push(e.placeholderPrefix),t.push(i),t.push('")<\/script>')}function st(e,t){try{var r=e.completedRootSegment;if(null!==r&&0===e.pendingRootTasks){nt(e,t,r),e.completedRootSegment=null;var n=e.responseState.bootstrapChunks;for(r=0;r<n.length-1;r++)t.push(n[r]);r<n.length&&t.push(n[r])}var i,a=e.clientRenderedBoundaries;for(i=0;i<a.length;i++){var s=a[i];n=t;var l=e.responseState,c=s.id,u=s.errorDigest,d=s.errorMessage,p=s.errorComponentStack;if(n.push(l.startInlineScript),l.sentClientRenderFunction?n.push('$RX("'):(l.sentClientRenderFunction=!0,n.push('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("')),null===c)throw Error(o(395));if(n.push(c),n.push('"'),u||d||p){n.push(",");var f=I(u||"");n.push(f)}if(d||p){n.push(",");var h=I(d||"");n.push(h)}if(p){n.push(",");var m=I(p);n.push(m)}if(!n.push(")<\/script>"))return e.destination=null,i++,void a.splice(0,i)}a.splice(0,i);var v=e.completedBoundaries;for(i=0;i<v.length;i++)if(!it(e,t,v[i]))return e.destination=null,i++,void v.splice(0,i);v.splice(0,i);var g=e.partialBoundaries;for(i=0;i<g.length;i++){var y=g[i];e:{a=e,s=t;var b=y.completedSegments;for(l=0;l<b.length;l++)if(!at(a,s,y,b[l])){l++,b.splice(0,l);var x=!1;break e}b.splice(0,l),x=!0}if(!x)return e.destination=null,i++,void g.splice(0,i)}g.splice(0,i);var A=e.completedBoundaries;for(i=0;i<A.length;i++)if(!it(e,t,A[i]))return e.destination=null,i++,void A.splice(0,i);A.splice(0,i)}finally{0===e.allPendingTasks&&0===e.pingedTasks.length&&0===e.clientRenderedBoundaries.length&&0===e.completedBoundaries.length&&t.push(null)}}function lt(e,t){try{var r=e.abortableTasks;r.forEach((function(r){return Ze(r,e,t)})),r.clear(),null!==e.destination&&st(e,e.destination)}catch(t){We(e,t),He(e,t)}}function ct(){}function ut(e,t,r,n){var i=!1,a=null,s="",l={push:function(e){return null!==e&&(s+=e),!0},destroy:function(e){i=!0,a=e}},c=!1;if(e=function(e,t,r,n,o,i,a){var s=[],l=new Set;return(r=Be(t={destination:null,responseState:t,progressiveChunkSize:n,status:0,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:l,pingedTasks:s,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:void 0===o?ze:o,onAllReady:De,onShellReady:void 0===a?De:a,onShellError:De,onFatalError:De},0,null,r,!1,!1)).parentFlushed=!0,e=Fe(t,e,null,r,l,Q,null,ue),s.push(e),t}(e,function(e,t){return{bootstrapChunks:[],startInlineScript:"<script>",placeholderPrefix:(t=void 0===t?"":t)+"P:",segmentPrefix:t+"S:",boundaryPrefix:t+"B:",idPrefix:t,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1,generateStaticMarkup:e}}(r,t?t.identifierPrefix:void 0),{insertionMode:1,selectedValue:null},1/0,ct,0,(function(){c=!0})),tt(e),lt(e,n),1===e.status)e.status=2,l.destroy(e.fatalError);else if(2!==e.status&&null===e.destination){e.destination=l;try{st(e,l)}catch(t){We(e,t),He(e,t)}}if(i)throw a;if(!c)throw Error(o(426));return s}t.renderToNodeStream=function(){throw Error(o(207))},t.renderToStaticMarkup=function(e,t){return ut(e,t,!0,'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},t.renderToStaticNodeStream=function(){throw Error(o(208))},t.renderToString=function(e,t){return ut(e,t,!1,'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},t.version="18.3.1"},23459:(e,t,r)=>{"use strict";var n=r(7552);function o(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var i=null,a=0;function s(e,t){if(0!==t.length)if(512<t.length)0<a&&(e.enqueue(new Uint8Array(i.buffer,0,a)),i=new Uint8Array(512),a=0),e.enqueue(t);else{var r=i.length-a;r<t.length&&(0===r?e.enqueue(i):(i.set(t.subarray(0,r),a),e.enqueue(i),t=t.subarray(r)),i=new Uint8Array(512),a=0),i.set(t,a),a+=t.length}}function l(e,t){return s(e,t),!0}function c(e){i&&0<a&&(e.enqueue(new Uint8Array(i.buffer,0,a)),i=null,a=0)}var u=new TextEncoder;function d(e){return u.encode(e)}function p(e){return u.encode(e)}function f(e,t){"function"==typeof e.error?e.error(t):e.close()}var h=Object.prototype.hasOwnProperty,m=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,v={},g={};function y(e){return!!h.call(g,e)||!h.call(v,e)&&(m.test(e)?g[e]=!0:(v[e]=!0,!1))}function b(e,t,r,n,o,i,a){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=n,this.attributeNamespace=o,this.mustUseProperty=r,this.propertyName=e,this.type=t,this.sanitizeURL=i,this.removeEmptyString=a}var x={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){x[e]=new b(e,0,!1,e,null,!1,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];x[t]=new b(t,1,!1,e[1],null,!1,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){x[e]=new b(e,2,!1,e.toLowerCase(),null,!1,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){x[e]=new b(e,2,!1,e,null,!1,!1)})),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach((function(e){x[e]=new b(e,3,!1,e.toLowerCase(),null,!1,!1)})),["checked","multiple","muted","selected"].forEach((function(e){x[e]=new b(e,3,!0,e,null,!1,!1)})),["capture","download"].forEach((function(e){x[e]=new b(e,4,!1,e,null,!1,!1)})),["cols","rows","size","span"].forEach((function(e){x[e]=new b(e,6,!1,e,null,!1,!1)})),["rowSpan","start"].forEach((function(e){x[e]=new b(e,5,!1,e.toLowerCase(),null,!1,!1)}));var A=/[\-:]([a-z])/g;function w(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach((function(e){var t=e.replace(A,w);x[t]=new b(t,1,!1,e,null,!1,!1)})),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach((function(e){var t=e.replace(A,w);x[t]=new b(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(A,w);x[t]=new b(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)})),["tabIndex","crossOrigin"].forEach((function(e){x[e]=new b(e,1,!1,e.toLowerCase(),null,!1,!1)})),x.xlinkHref=new b("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach((function(e){x[e]=new b(e,1,!1,e.toLowerCase(),null,!0,!0)}));var S={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},k=["Webkit","ms","Moz","O"];Object.keys(S).forEach((function(e){k.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),S[t]=S[e]}))}));var E=/["'&<>]/;function C(e){if("boolean"==typeof e||"number"==typeof e)return""+e;e=""+e;var t=E.exec(e);if(t){var r,n="",o=0;for(r=t.index;r<e.length;r++){switch(e.charCodeAt(r)){case 34:t=""";break;case 38:t="&";break;case 39:t="'";break;case 60:t="<";break;case 62:t=">";break;default:continue}o!==r&&(n+=e.substring(o,r)),o=r+1,n+=t}e=o!==r?n+e.substring(o,r):n}return e}var T=/([A-Z])/g,R=/^ms-/,M=Array.isArray,O=p("<script>"),P=p("<\/script>"),I=p('<script src="'),N=p('<script type="module" src="'),$=p('" async=""><\/script>'),_=/(<\/|<)(s)(cript)/gi;function L(e,t,r,n){return t+("s"===r?"\\u0073":"\\u0053")+n}function j(e,t){return{insertionMode:e,selectedValue:t}}var z=p("\x3c!-- --\x3e");function D(e,t,r,n){return""===t?n:(n&&e.push(z),e.push(d(C(t))),!0)}var F=new Map,B=p(' style="'),W=p(":"),H=p(";");function U(e,t,r){if("object"!=typeof r)throw Error(o(62));for(var n in t=!0,r)if(h.call(r,n)){var i=r[n];if(null!=i&&"boolean"!=typeof i&&""!==i){if(0===n.indexOf("--")){var a=d(C(n));i=d(C((""+i).trim()))}else{a=n;var s=F.get(a);void 0!==s||(s=p(C(a.replace(T,"-$1").toLowerCase().replace(R,"-ms-"))),F.set(a,s)),a=s,i="number"==typeof i?0===i||h.call(S,n)?d(""+i):d(i+"px"):d(C((""+i).trim()))}t?(t=!1,e.push(B,a,W,i)):e.push(H,a,W,i)}}t||e.push(X)}var V=p(" "),q=p('="'),X=p('"'),Y=p('=""');function G(e,t,r,n){switch(r){case"style":return void U(e,t,n);case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(2<r.length)||"o"!==r[0]&&"O"!==r[0]||"n"!==r[1]&&"N"!==r[1])if(null!==(t=x.hasOwnProperty(r)?x[r]:null)){switch(typeof n){case"function":case"symbol":return;case"boolean":if(!t.acceptsBooleans)return}switch(r=d(t.attributeName),t.type){case 3:n&&e.push(V,r,Y);break;case 4:!0===n?e.push(V,r,Y):!1!==n&&e.push(V,r,q,d(C(n)),X);break;case 5:isNaN(n)||e.push(V,r,q,d(C(n)),X);break;case 6:!isNaN(n)&&1<=n&&e.push(V,r,q,d(C(n)),X);break;default:t.sanitizeURL&&(n=""+n),e.push(V,r,q,d(C(n)),X)}}else if(y(r)){switch(typeof n){case"function":case"symbol":return;case"boolean":if("data-"!==(t=r.toLowerCase().slice(0,5))&&"aria-"!==t)return}e.push(V,d(r),q,d(C(n)),X)}}var K=p(">"),J=p("/>");function Z(e,t,r){if(null!=t){if(null!=r)throw Error(o(60));if("object"!=typeof t||!("__html"in t))throw Error(o(61));null!=(t=t.__html)&&e.push(d(""+t))}}var Q=p(' selected=""');function ee(e,t,r,n){e.push(oe(r));var o,i=r=null;for(o in t)if(h.call(t,o)){var a=t[o];if(null!=a)switch(o){case"children":r=a;break;case"dangerouslySetInnerHTML":i=a;break;default:G(e,n,o,a)}}return e.push(K),Z(e,i,r),"string"==typeof r?(e.push(d(C(r))),null):r}var te=p("\n"),re=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,ne=new Map;function oe(e){var t=ne.get(e);if(void 0===t){if(!re.test(e))throw Error(o(65,e));t=p("<"+e),ne.set(e,t)}return t}var ie=p("<!DOCTYPE html>");var ae=p("</"),se=p(">"),le=p('<template id="'),ce=p('"></template>'),ue=p("\x3c!--$--\x3e"),de=p('\x3c!--$?--\x3e<template id="'),pe=p('"></template>'),fe=p("\x3c!--$!--\x3e"),he=p("\x3c!--/$--\x3e"),me=p("<template"),ve=p('"'),ge=p(' data-dgst="');p(' data-msg="'),p(' data-stck="');var ye=p("></template>");function be(e,t,r){if(s(e,de),null===r)throw Error(o(395));return s(e,r),l(e,pe)}var xe=p('<div hidden id="'),Ae=p('">'),we=p("</div>"),Se=p('<svg aria-hidden="true" style="display:none" id="'),ke=p('">'),Ee=p("</svg>"),Ce=p('<math aria-hidden="true" style="display:none" id="'),Te=p('">'),Re=p("</math>"),Me=p('<table hidden id="'),Oe=p('">'),Pe=p("</table>"),Ie=p('<table hidden><tbody id="'),Ne=p('">'),$e=p("</tbody></table>"),_e=p('<table hidden><tr id="'),Le=p('">'),je=p("</tr></table>"),ze=p('<table hidden><colgroup id="'),De=p('">'),Fe=p("</colgroup></table>"),Be=p('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("'),We=p('$RS("'),He=p('","'),Ue=p('")<\/script>'),Ve=p('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("'),qe=p('$RC("'),Xe=p('","'),Ye=p('")<\/script>'),Ge=p('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("'),Ke=p('$RX("'),Je=p('"'),Ze=p(")<\/script>"),Qe=p(","),et=/[<\u2028\u2029]/g;function tt(e){return JSON.stringify(e).replace(et,(function(e){switch(e){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}))}var rt=Object.assign,nt=Symbol.for("react.element"),ot=Symbol.for("react.portal"),it=Symbol.for("react.fragment"),at=Symbol.for("react.strict_mode"),st=Symbol.for("react.profiler"),lt=Symbol.for("react.provider"),ct=Symbol.for("react.context"),ut=Symbol.for("react.forward_ref"),dt=Symbol.for("react.suspense"),pt=Symbol.for("react.suspense_list"),ft=Symbol.for("react.memo"),ht=Symbol.for("react.lazy"),mt=Symbol.for("react.scope"),vt=Symbol.for("react.debug_trace_mode"),gt=Symbol.for("react.legacy_hidden"),yt=Symbol.for("react.default_value"),bt=Symbol.iterator;function xt(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case it:return"Fragment";case ot:return"Portal";case st:return"Profiler";case at:return"StrictMode";case dt:return"Suspense";case pt:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case ct:return(e.displayName||"Context")+".Consumer";case lt:return(e._context.displayName||"Context")+".Provider";case ut:var t=e.render;return(e=e.displayName)||(e=""!==(e=t.displayName||t.name||"")?"ForwardRef("+e+")":"ForwardRef"),e;case ft:return null!==(t=e.displayName||null)?t:xt(e.type)||"Memo";case ht:t=e._payload,e=e._init;try{return xt(e(t))}catch(e){}}return null}var At={};function wt(e,t){if(!(e=e.contextTypes))return At;var r,n={};for(r in e)n[r]=t[r];return n}var St=null;function kt(e,t){if(e!==t){e.context._currentValue=e.parentValue,e=e.parent;var r=t.parent;if(null===e){if(null!==r)throw Error(o(401))}else{if(null===r)throw Error(o(401));kt(e,r)}t.context._currentValue=t.value}}function Et(e){e.context._currentValue=e.parentValue,null!==(e=e.parent)&&Et(e)}function Ct(e){var t=e.parent;null!==t&&Ct(t),e.context._currentValue=e.value}function Tt(e,t){if(e.context._currentValue=e.parentValue,null===(e=e.parent))throw Error(o(402));e.depth===t.depth?kt(e,t):Tt(e,t)}function Rt(e,t){var r=t.parent;if(null===r)throw Error(o(402));e.depth===r.depth?kt(e,r):Rt(e,r),t.context._currentValue=t.value}function Mt(e){var t=St;t!==e&&(null===t?Ct(e):null===e?Et(t):t.depth===e.depth?kt(t,e):t.depth>e.depth?Tt(t,e):Rt(t,e),St=e)}var Ot={isMounted:function(){return!1},enqueueSetState:function(e,t){null!==(e=e._reactInternals).queue&&e.queue.push(t)},enqueueReplaceState:function(e,t){(e=e._reactInternals).replace=!0,e.queue=[t]},enqueueForceUpdate:function(){}};function Pt(e,t,r,n){var o=void 0!==e.state?e.state:null;e.updater=Ot,e.props=r,e.state=o;var i={queue:[],replace:!1};e._reactInternals=i;var a=t.contextType;if(e.context="object"==typeof a&&null!==a?a._currentValue:n,"function"==typeof(a=t.getDerivedStateFromProps)&&(o=null==(a=a(r,o))?o:rt({},o,a),e.state=o),"function"!=typeof t.getDerivedStateFromProps&&"function"!=typeof e.getSnapshotBeforeUpdate&&("function"==typeof e.UNSAFE_componentWillMount||"function"==typeof e.componentWillMount))if(t=e.state,"function"==typeof e.componentWillMount&&e.componentWillMount(),"function"==typeof e.UNSAFE_componentWillMount&&e.UNSAFE_componentWillMount(),t!==e.state&&Ot.enqueueReplaceState(e,e.state,null),null!==i.queue&&0<i.queue.length)if(t=i.queue,a=i.replace,i.queue=null,i.replace=!1,a&&1===t.length)e.state=t[0];else{for(i=a?t[0]:e.state,o=!0,a=a?1:0;a<t.length;a++){var s=t[a];null!=(s="function"==typeof s?s.call(e,i,r,n):s)&&(o?(o=!1,i=rt({},i,s)):rt(i,s))}e.state=i}else i.queue=null}var It={id:1,overflow:""};function Nt(e,t,r){var n=e.id;e=e.overflow;var o=32-$t(n)-1;n&=~(1<<o),r+=1;var i=32-$t(t)+o;if(30<i){var a=o-o%5;return i=(n&(1<<a)-1).toString(32),n>>=a,o-=a,{id:1<<32-$t(t)+o|r<<o|n,overflow:i+e}}return{id:1<<i|r<<o|n,overflow:e}}var $t=Math.clz32?Math.clz32:function(e){return 0==(e>>>=0)?32:31-(_t(e)/Lt|0)|0},_t=Math.log,Lt=Math.LN2,jt="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},zt=null,Dt=null,Ft=null,Bt=null,Wt=!1,Ht=!1,Ut=0,Vt=null,qt=0;function Xt(){if(null===zt)throw Error(o(321));return zt}function Yt(){if(0<qt)throw Error(o(312));return{memoizedState:null,queue:null,next:null}}function Gt(){return null===Bt?null===Ft?(Wt=!1,Ft=Bt=Yt()):(Wt=!0,Bt=Ft):null===Bt.next?(Wt=!1,Bt=Bt.next=Yt()):(Wt=!0,Bt=Bt.next),Bt}function Kt(){Dt=zt=null,Ht=!1,Ft=null,qt=0,Bt=Vt=null}function Jt(e,t){return"function"==typeof t?t(e):t}function Zt(e,t,r){if(zt=Xt(),Bt=Gt(),Wt){var n=Bt.queue;if(t=n.dispatch,null!==Vt&&void 0!==(r=Vt.get(n))){Vt.delete(n),n=Bt.memoizedState;do{n=e(n,r.action),r=r.next}while(null!==r);return Bt.memoizedState=n,[n,t]}return[Bt.memoizedState,t]}return e=e===Jt?"function"==typeof t?t():t:void 0!==r?r(t):t,Bt.memoizedState=e,e=(e=Bt.queue={last:null,dispatch:null}).dispatch=er.bind(null,zt,e),[Bt.memoizedState,e]}function Qt(e,t){if(zt=Xt(),t=void 0===t?null:t,null!==(Bt=Gt())){var r=Bt.memoizedState;if(null!==r&&null!==t){var n=r[1];e:if(null===n)n=!1;else{for(var o=0;o<n.length&&o<t.length;o++)if(!jt(t[o],n[o])){n=!1;break e}n=!0}if(n)return r[0]}}return e=e(),Bt.memoizedState=[e,t],e}function er(e,t,r){if(25<=qt)throw Error(o(301));if(e===zt)if(Ht=!0,e={action:r,next:null},null===Vt&&(Vt=new Map),void 0===(r=Vt.get(t)))Vt.set(t,e);else{for(t=r;null!==t.next;)t=t.next;t.next=e}}function tr(){throw Error(o(394))}function rr(){}var nr={readContext:function(e){return e._currentValue},useContext:function(e){return Xt(),e._currentValue},useMemo:Qt,useReducer:Zt,useRef:function(e){zt=Xt();var t=(Bt=Gt()).memoizedState;return null===t?(e={current:e},Bt.memoizedState=e):t},useState:function(e){return Zt(Jt,e)},useInsertionEffect:rr,useLayoutEffect:function(){},useCallback:function(e,t){return Qt((function(){return e}),t)},useImperativeHandle:rr,useEffect:rr,useDebugValue:rr,useDeferredValue:function(e){return Xt(),e},useTransition:function(){return Xt(),[!1,tr]},useId:function(){var e=Dt.treeContext,t=e.overflow;e=((e=e.id)&~(1<<32-$t(e)-1)).toString(32)+t;var r=or;if(null===r)throw Error(o(404));return t=Ut++,e=":"+r.idPrefix+"R"+e,0<t&&(e+="H"+t.toString(32)),e+":"},useMutableSource:function(e,t){return Xt(),t(e._source)},useSyncExternalStore:function(e,t,r){if(void 0===r)throw Error(o(407));return r()}},or=null,ir=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;function ar(e){return console.error(e),null}function sr(){}function lr(e,t,r,n,o,i,a,s){e.allPendingTasks++,null===r?e.pendingRootTasks++:r.pendingTasks++;var l={node:t,ping:function(){var t=e.pingedTasks;t.push(l),1===t.length&&Sr(e)},blockedBoundary:r,blockedSegment:n,abortSet:o,legacyContext:i,context:a,treeContext:s};return o.add(l),l}function cr(e,t,r,n,o,i){return{status:0,id:-1,index:t,parentFlushed:!1,chunks:[],children:[],formatContext:n,boundary:r,lastPushedText:o,textEmbedded:i}}function ur(e,t){if(null!=(e=e.onError(t))&&"string"!=typeof e)throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof e+'" instead');return e}function dr(e,t){var r=e.onShellError;r(t),(r=e.onFatalError)(t),null!==e.destination?(e.status=2,f(e.destination,t)):(e.status=1,e.fatalError=t)}function pr(e,t,r,n,o){for(zt={},Dt=t,Ut=0,e=r(n,o);Ht;)Ht=!1,Ut=0,qt+=1,Bt=null,e=r(n,o);return Kt(),e}function fr(e,t,r,n){var i=r.render(),a=n.childContextTypes;if(null!=a){var s=t.legacyContext;if("function"!=typeof r.getChildContext)n=s;else{for(var l in r=r.getChildContext())if(!(l in a))throw Error(o(108,xt(n)||"Unknown",l));n=rt({},s,r)}t.legacyContext=n,vr(e,t,i),t.legacyContext=s}else vr(e,t,i)}function hr(e,t){if(e&&e.defaultProps){for(var r in t=rt({},t),e=e.defaultProps)void 0===t[r]&&(t[r]=e[r]);return t}return t}function mr(e,t,r,i,a){if("function"==typeof r)if(r.prototype&&r.prototype.isReactComponent){a=wt(r,t.legacyContext);var s=r.contextType;Pt(s=new r(i,"object"==typeof s&&null!==s?s._currentValue:a),r,i,a),fr(e,t,s,r)}else{a=pr(e,t,r,i,s=wt(r,t.legacyContext));var l=0!==Ut;if("object"==typeof a&&null!==a&&"function"==typeof a.render&&void 0===a.$$typeof)Pt(a,r,i,s),fr(e,t,a,r);else if(l){i=t.treeContext,t.treeContext=Nt(i,1,0);try{vr(e,t,a)}finally{t.treeContext=i}}else vr(e,t,a)}else{if("string"!=typeof r){switch(r){case gt:case vt:case at:case st:case it:case pt:return void vr(e,t,i.children);case mt:throw Error(o(343));case dt:e:{r=t.blockedBoundary,a=t.blockedSegment,s=i.fallback,i=i.children;var c={id:null,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:l=new Set,errorDigest:null},u=cr(0,a.chunks.length,c,a.formatContext,!1,!1);a.children.push(u),a.lastPushedText=!1;var p=cr(0,0,null,a.formatContext,!1,!1);p.parentFlushed=!0,t.blockedBoundary=c,t.blockedSegment=p;try{if(yr(e,t,i),p.lastPushedText&&p.textEmbedded&&p.chunks.push(z),p.status=1,Ar(c,p),0===c.pendingTasks)break e}catch(t){p.status=4,c.forceClientRender=!0,c.errorDigest=ur(e,t)}finally{t.blockedBoundary=r,t.blockedSegment=a}t=lr(e,s,r,u,l,t.legacyContext,t.context,t.treeContext),e.pingedTasks.push(t)}return}if("object"==typeof r&&null!==r)switch(r.$$typeof){case ut:if(i=pr(e,t,r.render,i,a),0!==Ut){r=t.treeContext,t.treeContext=Nt(r,1,0);try{vr(e,t,i)}finally{t.treeContext=r}}else vr(e,t,i);return;case ft:return void mr(e,t,r=r.type,i=hr(r,i),a);case lt:if(a=i.children,r=r._context,i=i.value,s=r._currentValue,r._currentValue=i,St=i={parent:l=St,depth:null===l?0:l.depth+1,context:r,parentValue:s,value:i},t.context=i,vr(e,t,a),null===(e=St))throw Error(o(403));return i=e.parentValue,e.context._currentValue=i===yt?e.context._defaultValue:i,e=St=e.parent,void(t.context=e);case ct:return void vr(e,t,i=(i=i.children)(r._currentValue));case ht:return void mr(e,t,r=(a=r._init)(r._payload),i=hr(r,i),void 0)}throw Error(o(130,null==r?r:typeof r,""))}switch(s=function(e,t,r,i,a){switch(t){case"select":e.push(oe("select"));var s=null,l=null;for(f in r)if(h.call(r,f)){var c=r[f];if(null!=c)switch(f){case"children":s=c;break;case"dangerouslySetInnerHTML":l=c;break;case"defaultValue":case"value":break;default:G(e,i,f,c)}}return e.push(K),Z(e,l,s),s;case"option":l=a.selectedValue,e.push(oe("option"));var u=c=null,p=null,f=null;for(s in r)if(h.call(r,s)){var m=r[s];if(null!=m)switch(s){case"children":c=m;break;case"selected":p=m;break;case"dangerouslySetInnerHTML":f=m;break;case"value":u=m;default:G(e,i,s,m)}}if(null!=l)if(r=null!==u?""+u:function(e){var t="";return n.Children.forEach(e,(function(e){null!=e&&(t+=e)})),t}(c),M(l)){for(i=0;i<l.length;i++)if(""+l[i]===r){e.push(Q);break}}else""+l===r&&e.push(Q);else p&&e.push(Q);return e.push(K),Z(e,f,c),c;case"textarea":for(c in e.push(oe("textarea")),f=l=s=null,r)if(h.call(r,c)&&null!=(u=r[c]))switch(c){case"children":f=u;break;case"value":s=u;break;case"defaultValue":l=u;break;case"dangerouslySetInnerHTML":throw Error(o(91));default:G(e,i,c,u)}if(null===s&&null!==l&&(s=l),e.push(K),null!=f){if(null!=s)throw Error(o(92));if(M(f)&&1<f.length)throw Error(o(93));s=""+f}return"string"==typeof s&&"\n"===s[0]&&e.push(te),null!==s&&e.push(d(C(""+s))),null;case"input":for(l in e.push(oe("input")),u=f=c=s=null,r)if(h.call(r,l)&&null!=(p=r[l]))switch(l){case"children":case"dangerouslySetInnerHTML":throw Error(o(399,"input"));case"defaultChecked":u=p;break;case"defaultValue":c=p;break;case"checked":f=p;break;case"value":s=p;break;default:G(e,i,l,p)}return null!==f?G(e,i,"checked",f):null!==u&&G(e,i,"checked",u),null!==s?G(e,i,"value",s):null!==c&&G(e,i,"value",c),e.push(J),null;case"menuitem":for(var v in e.push(oe("menuitem")),r)if(h.call(r,v)&&null!=(s=r[v]))switch(v){case"children":case"dangerouslySetInnerHTML":throw Error(o(400));default:G(e,i,v,s)}return e.push(K),null;case"title":for(m in e.push(oe("title")),s=null,r)if(h.call(r,m)&&null!=(l=r[m]))switch(m){case"children":s=l;break;case"dangerouslySetInnerHTML":throw Error(o(434));default:G(e,i,m,l)}return e.push(K),s;case"listing":case"pre":for(u in e.push(oe(t)),l=s=null,r)if(h.call(r,u)&&null!=(c=r[u]))switch(u){case"children":s=c;break;case"dangerouslySetInnerHTML":l=c;break;default:G(e,i,u,c)}if(e.push(K),null!=l){if(null!=s)throw Error(o(60));if("object"!=typeof l||!("__html"in l))throw Error(o(61));null!=(r=l.__html)&&("string"==typeof r&&0<r.length&&"\n"===r[0]?e.push(te,d(r)):e.push(d(""+r)))}return"string"==typeof s&&"\n"===s[0]&&e.push(te),s;case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":for(var g in e.push(oe(t)),r)if(h.call(r,g)&&null!=(s=r[g]))switch(g){case"children":case"dangerouslySetInnerHTML":throw Error(o(399,t));default:G(e,i,g,s)}return e.push(J),null;case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return ee(e,r,t,i);case"html":return 0===a.insertionMode&&e.push(ie),ee(e,r,t,i);default:if(-1===t.indexOf("-")&&"string"!=typeof r.is)return ee(e,r,t,i);for(p in e.push(oe(t)),l=s=null,r)if(h.call(r,p)&&null!=(c=r[p]))switch(p){case"children":s=c;break;case"dangerouslySetInnerHTML":l=c;break;case"style":U(e,i,c);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:y(p)&&"function"!=typeof c&&"symbol"!=typeof c&&e.push(V,d(p),q,d(C(c)),X)}return e.push(K),Z(e,l,s),s}}((a=t.blockedSegment).chunks,r,i,e.responseState,a.formatContext),a.lastPushedText=!1,l=a.formatContext,a.formatContext=function(e,t,r){switch(t){case"select":return j(1,null!=r.value?r.value:r.defaultValue);case"svg":return j(2,null);case"math":return j(3,null);case"foreignObject":return j(1,null);case"table":return j(4,null);case"thead":case"tbody":case"tfoot":return j(5,null);case"colgroup":return j(7,null);case"tr":return j(6,null)}return 4<=e.insertionMode||0===e.insertionMode?j(1,null):e}(l,r,i),yr(e,t,s),a.formatContext=l,r){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:a.chunks.push(ae,d(r),se)}a.lastPushedText=!1}}function vr(e,t,r){if(t.node=r,"object"==typeof r&&null!==r){switch(r.$$typeof){case nt:return void mr(e,t,r.type,r.props,r.ref);case ot:throw Error(o(257));case ht:var n=r._init;return void vr(e,t,r=n(r._payload))}if(M(r))return void gr(e,t,r);if((n=null===r||"object"!=typeof r?null:"function"==typeof(n=bt&&r[bt]||r["@@iterator"])?n:null)&&(n=n.call(r))){if(!(r=n.next()).done){var i=[];do{i.push(r.value),r=n.next()}while(!r.done);gr(e,t,i)}return}throw e=Object.prototype.toString.call(r),Error(o(31,"[object Object]"===e?"object with keys {"+Object.keys(r).join(", ")+"}":e))}"string"==typeof r?(n=t.blockedSegment).lastPushedText=D(t.blockedSegment.chunks,r,e.responseState,n.lastPushedText):"number"==typeof r&&((n=t.blockedSegment).lastPushedText=D(t.blockedSegment.chunks,""+r,e.responseState,n.lastPushedText))}function gr(e,t,r){for(var n=r.length,o=0;o<n;o++){var i=t.treeContext;t.treeContext=Nt(i,n,o);try{yr(e,t,r[o])}finally{t.treeContext=i}}}function yr(e,t,r){var n=t.blockedSegment.formatContext,o=t.legacyContext,i=t.context;try{return vr(e,t,r)}catch(l){if(Kt(),"object"!=typeof l||null===l||"function"!=typeof l.then)throw t.blockedSegment.formatContext=n,t.legacyContext=o,t.context=i,Mt(i),l;r=l;var a=t.blockedSegment,s=cr(0,a.chunks.length,null,a.formatContext,a.lastPushedText,!0);a.children.push(s),a.lastPushedText=!1,e=lr(e,t.node,t.blockedBoundary,s,t.abortSet,t.legacyContext,t.context,t.treeContext).ping,r.then(e,e),t.blockedSegment.formatContext=n,t.legacyContext=o,t.context=i,Mt(i)}}function br(e){var t=e.blockedBoundary;(e=e.blockedSegment).status=3,wr(this,t,e)}function xr(e,t,r){var n=e.blockedBoundary;e.blockedSegment.status=3,null===n?(t.allPendingTasks--,2!==t.status&&(t.status=2,null!==t.destination&&t.destination.close())):(n.pendingTasks--,n.forceClientRender||(n.forceClientRender=!0,e=void 0===r?Error(o(432)):r,n.errorDigest=t.onError(e),n.parentFlushed&&t.clientRenderedBoundaries.push(n)),n.fallbackAbortableTasks.forEach((function(e){return xr(e,t,r)})),n.fallbackAbortableTasks.clear(),t.allPendingTasks--,0===t.allPendingTasks&&(n=t.onAllReady)())}function Ar(e,t){if(0===t.chunks.length&&1===t.children.length&&null===t.children[0].boundary){var r=t.children[0];r.id=t.id,r.parentFlushed=!0,1===r.status&&Ar(e,r)}else e.completedSegments.push(t)}function wr(e,t,r){if(null===t){if(r.parentFlushed){if(null!==e.completedRootSegment)throw Error(o(389));e.completedRootSegment=r}e.pendingRootTasks--,0===e.pendingRootTasks&&(e.onShellError=sr,(t=e.onShellReady)())}else t.pendingTasks--,t.forceClientRender||(0===t.pendingTasks?(r.parentFlushed&&1===r.status&&Ar(t,r),t.parentFlushed&&e.completedBoundaries.push(t),t.fallbackAbortableTasks.forEach(br,e),t.fallbackAbortableTasks.clear()):r.parentFlushed&&1===r.status&&(Ar(t,r),1===t.completedSegments.length&&t.parentFlushed&&e.partialBoundaries.push(t)));e.allPendingTasks--,0===e.allPendingTasks&&(e=e.onAllReady)()}function Sr(e){if(2!==e.status){var t=St,r=ir.current;ir.current=nr;var n=or;or=e.responseState;try{var o,i=e.pingedTasks;for(o=0;o<i.length;o++){var a=i[o],s=e,l=a.blockedSegment;if(0===l.status){Mt(a.context);try{vr(s,a,a.node),l.lastPushedText&&l.textEmbedded&&l.chunks.push(z),a.abortSet.delete(a),l.status=1,wr(s,a.blockedBoundary,l)}catch(e){if(Kt(),"object"==typeof e&&null!==e&&"function"==typeof e.then){var c=a.ping;e.then(c,c)}else{a.abortSet.delete(a),l.status=4;var u=a.blockedBoundary,d=e,p=ur(s,d);null===u?dr(s,d):(u.pendingTasks--,u.forceClientRender||(u.forceClientRender=!0,u.errorDigest=p,u.parentFlushed&&s.clientRenderedBoundaries.push(u))),s.allPendingTasks--,0===s.allPendingTasks&&(0,s.onAllReady)()}}}}i.splice(0,o),null!==e.destination&&Mr(e,e.destination)}catch(t){ur(e,t),dr(e,t)}finally{or=n,ir.current=r,r===nr&&Mt(t)}}}function kr(e,t,r){switch(r.parentFlushed=!0,r.status){case 0:var n=r.id=e.nextSegmentId++;return r.lastPushedText=!1,r.textEmbedded=!1,e=e.responseState,s(t,le),s(t,e.placeholderPrefix),s(t,e=d(n.toString(16))),l(t,ce);case 1:r.status=2;var i=!0;n=r.chunks;var a=0;r=r.children;for(var c=0;c<r.length;c++){for(i=r[c];a<i.index;a++)s(t,n[a]);i=Er(e,t,i)}for(;a<n.length-1;a++)s(t,n[a]);return a<n.length&&(i=l(t,n[a])),i;default:throw Error(o(390))}}function Er(e,t,r){var n=r.boundary;if(null===n)return kr(e,t,r);if(n.parentFlushed=!0,n.forceClientRender)n=n.errorDigest,l(t,fe),s(t,me),n&&(s(t,ge),s(t,d(C(n))),s(t,ve)),l(t,ye),kr(e,t,r);else if(0<n.pendingTasks){n.rootSegmentID=e.nextSegmentId++,0<n.completedSegments.length&&e.partialBoundaries.push(n);var i=e.responseState,a=i.nextSuspenseID++;i=p(i.boundaryPrefix+a.toString(16)),n=n.id=i,be(t,e.responseState,n),kr(e,t,r)}else if(n.byteSize>e.progressiveChunkSize)n.rootSegmentID=e.nextSegmentId++,e.completedBoundaries.push(n),be(t,e.responseState,n.id),kr(e,t,r);else{if(l(t,ue),1!==(r=n.completedSegments).length)throw Error(o(391));Er(e,t,r[0])}return l(t,he)}function Cr(e,t,r){return function(e,t,r,n){switch(r.insertionMode){case 0:case 1:return s(e,xe),s(e,t.segmentPrefix),s(e,d(n.toString(16))),l(e,Ae);case 2:return s(e,Se),s(e,t.segmentPrefix),s(e,d(n.toString(16))),l(e,ke);case 3:return s(e,Ce),s(e,t.segmentPrefix),s(e,d(n.toString(16))),l(e,Te);case 4:return s(e,Me),s(e,t.segmentPrefix),s(e,d(n.toString(16))),l(e,Oe);case 5:return s(e,Ie),s(e,t.segmentPrefix),s(e,d(n.toString(16))),l(e,Ne);case 6:return s(e,_e),s(e,t.segmentPrefix),s(e,d(n.toString(16))),l(e,Le);case 7:return s(e,ze),s(e,t.segmentPrefix),s(e,d(n.toString(16))),l(e,De);default:throw Error(o(397))}}(t,e.responseState,r.formatContext,r.id),Er(e,t,r),function(e,t){switch(t.insertionMode){case 0:case 1:return l(e,we);case 2:return l(e,Ee);case 3:return l(e,Re);case 4:return l(e,Pe);case 5:return l(e,$e);case 6:return l(e,je);case 7:return l(e,Fe);default:throw Error(o(397))}}(t,r.formatContext)}function Tr(e,t,r){for(var n=r.completedSegments,i=0;i<n.length;i++)Rr(e,t,r,n[i]);if(n.length=0,e=e.responseState,n=r.id,r=r.rootSegmentID,s(t,e.startInlineScript),e.sentCompleteBoundaryFunction?s(t,qe):(e.sentCompleteBoundaryFunction=!0,s(t,Ve)),null===n)throw Error(o(395));return r=d(r.toString(16)),s(t,n),s(t,Xe),s(t,e.segmentPrefix),s(t,r),l(t,Ye)}function Rr(e,t,r,n){if(2===n.status)return!0;var i=n.id;if(-1===i){if(-1===(n.id=r.rootSegmentID))throw Error(o(392));return Cr(e,t,n)}return Cr(e,t,n),s(t,(e=e.responseState).startInlineScript),e.sentCompleteSegmentFunction?s(t,We):(e.sentCompleteSegmentFunction=!0,s(t,Be)),s(t,e.segmentPrefix),s(t,i=d(i.toString(16))),s(t,He),s(t,e.placeholderPrefix),s(t,i),l(t,Ue)}function Mr(e,t){i=new Uint8Array(512),a=0;try{var r=e.completedRootSegment;if(null!==r&&0===e.pendingRootTasks){Er(e,t,r),e.completedRootSegment=null;var n=e.responseState.bootstrapChunks;for(r=0;r<n.length-1;r++)s(t,n[r]);r<n.length&&l(t,n[r])}var u,p=e.clientRenderedBoundaries;for(u=0;u<p.length;u++){var f=p[u];n=t;var h=e.responseState,m=f.id,v=f.errorDigest,g=f.errorMessage,y=f.errorComponentStack;if(s(n,h.startInlineScript),h.sentClientRenderFunction?s(n,Ke):(h.sentClientRenderFunction=!0,s(n,Ge)),null===m)throw Error(o(395));if(s(n,m),s(n,Je),(v||g||y)&&(s(n,Qe),s(n,d(tt(v||"")))),(g||y)&&(s(n,Qe),s(n,d(tt(g||"")))),y&&(s(n,Qe),s(n,d(tt(y)))),!l(n,Ze))return e.destination=null,u++,void p.splice(0,u)}p.splice(0,u);var b=e.completedBoundaries;for(u=0;u<b.length;u++)if(!Tr(e,t,b[u]))return e.destination=null,u++,void b.splice(0,u);b.splice(0,u),c(t),i=new Uint8Array(512),a=0;var x=e.partialBoundaries;for(u=0;u<x.length;u++){var A=x[u];e:{p=e,f=t;var w=A.completedSegments;for(h=0;h<w.length;h++)if(!Rr(p,f,A,w[h])){h++,w.splice(0,h);var S=!1;break e}w.splice(0,h),S=!0}if(!S)return e.destination=null,u++,void x.splice(0,u)}x.splice(0,u);var k=e.completedBoundaries;for(u=0;u<k.length;u++)if(!Tr(e,t,k[u]))return e.destination=null,u++,void k.splice(0,u);k.splice(0,u)}finally{c(t),0===e.allPendingTasks&&0===e.pingedTasks.length&&0===e.clientRenderedBoundaries.length&&0===e.completedBoundaries.length&&t.close()}}function Or(e,t){try{var r=e.abortableTasks;r.forEach((function(r){return xr(r,e,t)})),r.clear(),null!==e.destination&&Mr(e,e.destination)}catch(t){ur(e,t),dr(e,t)}}t.renderToReadableStream=function(e,t){return new Promise((function(r,n){var o,i,a=new Promise((function(e,t){i=e,o=t})),s=function(e,t,r,n,o,i,a,s,l){var c=[],u=new Set;return(r=cr(t={destination:null,responseState:t,progressiveChunkSize:void 0===n?12800:n,status:0,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:u,pingedTasks:c,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:void 0===o?ar:o,onAllReady:void 0===i?sr:i,onShellReady:void 0===a?sr:a,onShellError:void 0===s?sr:s,onFatalError:void 0===l?sr:l},0,null,r,!1,!1)).parentFlushed=!0,e=lr(t,e,null,r,u,At,null,It),c.push(e),t}(e,function(e,t,r,n,o){e=void 0===e?"":e,t=void 0===t?O:p('<script nonce="'+C(t)+'">');var i=[];if(void 0!==r&&i.push(t,d((""+r).replace(_,L)),P),void 0!==n)for(r=0;r<n.length;r++)i.push(I,d(C(n[r])),$);if(void 0!==o)for(n=0;n<o.length;n++)i.push(N,d(C(o[n])),$);return{bootstrapChunks:i,startInlineScript:t,placeholderPrefix:p(e+"P:"),segmentPrefix:p(e+"S:"),boundaryPrefix:e+"B:",idPrefix:e,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1}}(t?t.identifierPrefix:void 0,t?t.nonce:void 0,t?t.bootstrapScriptContent:void 0,t?t.bootstrapScripts:void 0,t?t.bootstrapModules:void 0),function(e){return j("http://www.w3.org/2000/svg"===e?2:"http://www.w3.org/1998/Math/MathML"===e?3:0,null)}(t?t.namespaceURI:void 0),t?t.progressiveChunkSize:void 0,t?t.onError:void 0,i,(function(){var e=new ReadableStream({type:"bytes",pull:function(e){if(1===s.status)s.status=2,f(e,s.fatalError);else if(2!==s.status&&null===s.destination){s.destination=e;try{Mr(s,e)}catch(e){ur(s,e),dr(s,e)}}},cancel:function(){Or(s)}},{highWaterMark:0});e.allReady=a,r(e)}),(function(e){a.catch((function(){})),n(e)}),o);if(t&&t.signal){var l=t.signal,c=function(){Or(s,l.reason),l.removeEventListener("abort",c)};l.addEventListener("abort",c)}Sr(s)}))},t.version="18.3.1"},48180:(e,t,r)=>{"use strict";var n,o;n=r(29709),o=r(23459),n.version,t.F0=n.renderToString,n.renderToStaticMarkup,n.renderToNodeStream,n.renderToStaticNodeStream,o.renderToReadableStream},82725:(e,t,r)=>{"use strict";r.d(t,{tH:()=>a});var n=r(7552);const o=(0,n.createContext)(null),i={didCatch:!1,error:null};class a extends n.Component{constructor(e){super(e),this.resetErrorBoundary=this.resetErrorBoundary.bind(this),this.state=i}static getDerivedStateFromError(e){return{didCatch:!0,error:e}}resetErrorBoundary(){const{error:e}=this.state;if(null!==e){for(var t,r,n=arguments.length,o=new Array(n),a=0;a<n;a++)o[a]=arguments[a];null===(t=(r=this.props).onReset)||void 0===t||t.call(r,{args:o,reason:"imperative-api"}),this.setState(i)}}componentDidCatch(e,t){var r,n;null===(r=(n=this.props).onError)||void 0===r||r.call(n,e,t)}componentDidUpdate(e,t){const{didCatch:r}=this.state,{resetKeys:n}=this.props;var o,a;r&&null!==t.error&&function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return e.length!==t.length||e.some(((e,r)=>!Object.is(e,t[r])))}(e.resetKeys,n)&&(null===(o=(a=this.props).onReset)||void 0===o||o.call(a,{next:n,prev:e.resetKeys,reason:"keys"}),this.setState(i))}render(){const{children:e,fallbackRender:t,FallbackComponent:r,fallback:i}=this.props,{didCatch:a,error:s}=this.state;let l=e;if(a){const e={error:s,resetErrorBoundary:this.resetErrorBoundary};if("function"==typeof t)l=t(e);else if(r)l=(0,n.createElement)(r,e);else{if(null!==i&&!(0,n.isValidElement)(i))throw s;l=i}}return(0,n.createElement)(o.Provider,{value:{didCatch:a,error:s,resetErrorBoundary:this.resetErrorBoundary}},l)}}},17259:(e,t)=>{"use strict";Symbol.for("react.element"),Symbol.for("react.portal"),Symbol.for("react.fragment"),Symbol.for("react.strict_mode"),Symbol.for("react.profiler"),Symbol.for("react.provider"),Symbol.for("react.context"),Symbol.for("react.server_context"),Symbol.for("react.forward_ref"),Symbol.for("react.suspense"),Symbol.for("react.suspense_list"),Symbol.for("react.memo"),Symbol.for("react.lazy"),Symbol.for("react.offscreen");Symbol.for("react.module.reference")},19487:(e,t,r)=>{"use strict";r(17259)},16157:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>m});var n=r(83673),o=r(80467),i=r(7552),a=r(28485);var s=r(20309),l="unmounted",c="exited",u="entering",d="entered",p="exiting",f=function(e){function t(t,r){var n;n=e.call(this,t,r)||this;var o,i=r&&!r.isMounting?t.enter:t.appear;return n.appearStatus=null,t.in?i?(o=c,n.appearStatus=u):o=d:o=t.unmountOnExit||t.mountOnEnter?l:c,n.state={status:o},n.nextCallback=null,n}(0,o.A)(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===l?{status:c}:null};var r=t.prototype;return r.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},r.componentDidUpdate=function(e){var t=null;if(e!==this.props){var r=this.state.status;this.props.in?r!==u&&r!==d&&(t=u):r!==u&&r!==d||(t=p)}this.updateStatus(!1,t)},r.componentWillUnmount=function(){this.cancelNextCallback()},r.getTimeouts=function(){var e,t,r,n=this.props.timeout;return e=t=r=n,null!=n&&"number"!=typeof n&&(e=n.exit,t=n.enter,r=void 0!==n.appear?n.appear:t),{exit:e,enter:t,appear:r}},r.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t)if(this.cancelNextCallback(),t===u){if(this.props.unmountOnExit||this.props.mountOnEnter){var r=this.props.nodeRef?this.props.nodeRef.current:a.findDOMNode(this);r&&function(e){e.scrollTop}(r)}this.performEnter(e)}else this.performExit();else this.props.unmountOnExit&&this.state.status===c&&this.setState({status:l})},r.performEnter=function(e){var t=this,r=this.props.enter,n=this.context?this.context.isMounting:e,o=this.props.nodeRef?[n]:[a.findDOMNode(this),n],i=o[0],s=o[1],l=this.getTimeouts(),c=n?l.appear:l.enter;e||r?(this.props.onEnter(i,s),this.safeSetState({status:u},(function(){t.props.onEntering(i,s),t.onTransitionEnd(c,(function(){t.safeSetState({status:d},(function(){t.props.onEntered(i,s)}))}))}))):this.safeSetState({status:d},(function(){t.props.onEntered(i)}))},r.performExit=function(){var e=this,t=this.props.exit,r=this.getTimeouts(),n=this.props.nodeRef?void 0:a.findDOMNode(this);t?(this.props.onExit(n),this.safeSetState({status:p},(function(){e.props.onExiting(n),e.onTransitionEnd(r.exit,(function(){e.safeSetState({status:c},(function(){e.props.onExited(n)}))}))}))):this.safeSetState({status:c},(function(){e.props.onExited(n)}))},r.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},r.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},r.setNextCallback=function(e){var t=this,r=!0;return this.nextCallback=function(n){r&&(r=!1,t.nextCallback=null,e(n))},this.nextCallback.cancel=function(){r=!1},this.nextCallback},r.onTransitionEnd=function(e,t){this.setNextCallback(t);var r=this.props.nodeRef?this.props.nodeRef.current:a.findDOMNode(this),n=null==e&&!this.props.addEndListener;if(r&&!n){if(this.props.addEndListener){var o=this.props.nodeRef?[this.nextCallback]:[r,this.nextCallback],i=o[0],s=o[1];this.props.addEndListener(i,s)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},r.render=function(){var e=this.state.status;if(e===l)return null;var t=this.props,r=t.children,o=(t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef,(0,n.A)(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return i.createElement(s.A.Provider,{value:null},"function"==typeof r?r(e,o):i.cloneElement(i.Children.only(r),o))},t}(i.Component);function h(){}f.contextType=s.A,f.propTypes={},f.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:h,onEntering:h,onEntered:h,onExit:h,onExiting:h,onExited:h},f.UNMOUNTED=l,f.EXITED=c,f.ENTERING=u,f.ENTERED=d,f.EXITING=p;const m=f},20309:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=r(7552).createContext(null)},89592:(e,t,r)=>{"use strict";r.d(t,{c:()=>u});var n=r(38028),o=r(54151),i=r(89728),a=r(63999);var s=r(17324),l=r(74829),c=r(89612),u=function(){function e(e){e&&(this._subscribe=e)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(e,t,r){var i,a=this,s=(i=e)&&i instanceof n.vU||function(e){return e&&(0,l.T)(e.next)&&(0,l.T)(e.error)&&(0,l.T)(e.complete)}(i)&&(0,o.Uv)(i)?e:new n.Ms(e,t,r);return(0,c.Y)((function(){var e=a,t=e.operator,r=e.source;s.add(t?t.call(s,r):r?a._subscribe(s):a._trySubscribe(s))})),s},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},e.prototype.forEach=function(e,t){var r=this;return new(t=d(t))((function(t,o){var i=new n.Ms({next:function(t){try{e(t)}catch(e){o(e),i.unsubscribe()}},error:o,complete:t});r.subscribe(i)}))},e.prototype._subscribe=function(e){var t;return null===(t=this.source)||void 0===t?void 0:t.subscribe(e)},e.prototype[i.s]=function(){return this},e.prototype.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return(0===(r=e).length?a.D:1===r.length?r[0]:function(e){return r.reduce((function(e,t){return t(e)}),e)})(this);var r},e.prototype.toPromise=function(e){var t=this;return new(e=d(e))((function(e,r){var n;t.subscribe((function(e){return n=e}),(function(e){return r(e)}),(function(){return e(n)}))}))},e.create=function(t){return new e(t)},e}();function d(e){var t;return null!==(t=null!=e?e:s.$.Promise)&&void 0!==t?t:Promise}},38028:(e,t,r)=>{"use strict";r.d(t,{Ms:()=>g,vU:()=>f});var n=r(74805),o=r(74829),i=r(54151),a=r(17324),s=r(83208),l=r(73281),c=u("C",void 0,void 0);function u(e,t,r){return{kind:e,value:t,error:r}}var d=r(83196),p=r(89612),f=function(e){function t(t){var r=e.call(this)||this;return r.isStopped=!1,t?(r.destination=t,(0,i.Uv)(t)&&t.add(r)):r.destination=x,r}return(0,n.C6)(t,e),t.create=function(e,t,r){return new g(e,t,r)},t.prototype.next=function(e){this.isStopped?b(function(e){return u("N",e,void 0)}(e),this):this._next(e)},t.prototype.error=function(e){this.isStopped?b(u("E",void 0,e),this):(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped?b(c,this):(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(i.yU),h=Function.prototype.bind;function m(e,t){return h.call(e,t)}var v=function(){function e(e){this.partialObserver=e}return e.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(e){y(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){y(e)}else y(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){y(e)}},e}(),g=function(e){function t(t,r,n){var i,s,l=e.call(this)||this;return(0,o.T)(t)||!t?i={next:null!=t?t:void 0,error:null!=r?r:void 0,complete:null!=n?n:void 0}:l&&a.$.useDeprecatedNextContext?((s=Object.create(t)).unsubscribe=function(){return l.unsubscribe()},i={next:t.next&&m(t.next,s),error:t.error&&m(t.error,s),complete:t.complete&&m(t.complete,s)}):i=t,l.destination=new v(i),l}return(0,n.C6)(t,e),t}(f);function y(e){a.$.useDeprecatedSynchronousErrorHandling?(0,p.l)(e):(0,s.m)(e)}function b(e,t){var r=a.$.onStoppedNotification;r&&d.f.setTimeout((function(){return r(e,t)}))}var x={closed:!0,next:l.l,error:function(e){throw e},complete:l.l}},54151:(e,t,r)=>{"use strict";r.d(t,{yU:()=>s,Uv:()=>l});var n=r(74805),o=r(74829),i=(0,r(3719).L)((function(e){return function(t){e(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map((function(e,t){return t+1+") "+e.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=t}}));function a(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var s=function(){function e(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}var t;return e.prototype.unsubscribe=function(){var e,t,r,a,s;if(!this.closed){this.closed=!0;var l=this._parentage;if(l)if(this._parentage=null,Array.isArray(l))try{for(var u=(0,n.Ju)(l),d=u.next();!d.done;d=u.next())d.value.remove(this)}catch(t){e={error:t}}finally{try{d&&!d.done&&(t=u.return)&&t.call(u)}finally{if(e)throw e.error}}else l.remove(this);var p=this.initialTeardown;if((0,o.T)(p))try{p()}catch(e){s=e instanceof i?e.errors:[e]}var f=this._finalizers;if(f){this._finalizers=null;try{for(var h=(0,n.Ju)(f),m=h.next();!m.done;m=h.next()){var v=m.value;try{c(v)}catch(e){s=null!=s?s:[],e instanceof i?s=(0,n.fX)((0,n.fX)([],(0,n.zs)(s)),(0,n.zs)(e.errors)):s.push(e)}}}catch(e){r={error:e}}finally{try{m&&!m.done&&(a=h.return)&&a.call(h)}finally{if(r)throw r.error}}}if(s)throw new i(s)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)c(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=null!==(r=this._finalizers)&&void 0!==r?r:[]).push(t)}},e.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},e.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},e.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&a(t,e)},e.prototype.remove=function(t){var r=this._finalizers;r&&a(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=((t=new e).closed=!0,t),e}();function l(e){return e instanceof s||e&&"closed"in e&&(0,o.T)(e.remove)&&(0,o.T)(e.add)&&(0,o.T)(e.unsubscribe)}function c(e){(0,o.T)(e)?e():e.unsubscribe()}s.EMPTY},17324:(e,t,r)=>{"use strict";r.d(t,{$:()=>n});var n={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1}},44728:(e,t,r)=>{"use strict";r.d(t,{_:()=>i});var n=(0,r(3719).L)((function(e){return function(){e(this),this.name="EmptyError",this.message="no elements in sequence"}})),o=r(38028);function i(e,t){var r="object"==typeof t;return new Promise((function(i,a){var s=new o.Ms({next:function(e){i(e),s.unsubscribe()},error:a,complete:function(){r?i(t.defaultValue):a(new n)}});e.subscribe(s)}))}},3862:(e,t,r)=>{"use strict";r.d(t,{R:()=>h});var n=r(74805),o=r(85032),i=r(89592),a=r(54688),s=r(96491),l=r(74829),c=r(34796),u=Array.isArray;var d=["addListener","removeListener"],p=["addEventListener","removeEventListener"],f=["on","off"];function h(e,t,r,v){if((0,l.T)(r)&&(v=r,r=void 0),v)return h(e,t,r).pipe((g=v,(0,c.T)((function(e){return function(e,t){return u(t)?e.apply(void 0,(0,n.fX)([],(0,n.zs)(t))):e(t)}(g,e)}))));var g,y=(0,n.zs)(function(e){return(0,l.T)(e.addEventListener)&&(0,l.T)(e.removeEventListener)}(e)?p.map((function(n){return function(o){return e[n](t,o,r)}})):function(e){return(0,l.T)(e.addListener)&&(0,l.T)(e.removeListener)}(e)?d.map(m(e,t)):function(e){return(0,l.T)(e.on)&&(0,l.T)(e.off)}(e)?f.map(m(e,t)):[],2),b=y[0],x=y[1];if(!b&&(0,s.X)(e))return(0,a.Z)((function(e){return h(e,t,r)}))((0,o.Tg)(e));if(!b)throw new TypeError("Invalid event target");return new i.c((function(e){var t=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return e.next(1<t.length?t:t[0])};return b(t),function(){return x(t)}}))}function m(e,t){return function(r){return function(n){return e[r](t,n)}}}},85032:(e,t,r)=>{"use strict";r.d(t,{Tg:()=>m});var n=r(74805),o=r(96491),i=r(95460),a=r(89592),s=r(91801),l=r(50187),c=r(9325),u=r(33663),d=r(28018),p=r(74829),f=r(83208),h=r(89728);function m(e){if(e instanceof a.c)return e;if(null!=e){if((0,s.l)(e))return y=e,new a.c((function(e){var t=y[h.s]();if((0,p.T)(t.subscribe))return t.subscribe(e);throw new TypeError("Provided object does not correctly implement Symbol.observable")}));if((0,o.X)(e))return g=e,new a.c((function(e){for(var t=0;t<g.length&&!e.closed;t++)e.next(g[t]);e.complete()}));if((0,i.y)(e))return m=e,new a.c((function(e){m.then((function(t){e.closed||(e.next(t),e.complete())}),(function(t){return e.error(t)})).then(null,f.m)}));if((0,l.T)(e))return v(e);if((0,u.x)(e))return r=e,new a.c((function(e){var t,o;try{for(var i=(0,n.Ju)(r),a=i.next();!a.done;a=i.next()){var s=a.value;if(e.next(s),e.closed)return}}catch(e){t={error:e}}finally{try{a&&!a.done&&(o=i.return)&&o.call(i)}finally{if(t)throw t.error}}e.complete()}));if((0,d.U)(e))return t=e,v((0,d.C)(t))}var t,r,m,g,y;throw(0,c.L)(e)}function v(e){return new a.c((function(t){(function(e,t){var r,o,i,a;return(0,n.sH)(this,void 0,void 0,(function(){var s,l;return(0,n.YH)(this,(function(c){switch(c.label){case 0:c.trys.push([0,5,6,11]),r=(0,n.xN)(e),c.label=1;case 1:return[4,r.next()];case 2:if((o=c.sent()).done)return[3,4];if(s=o.value,t.next(s),t.closed)return[2];c.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return l=c.sent(),i={error:l},[3,11];case 6:return c.trys.push([6,,9,10]),o&&!o.done&&(a=r.return)?[4,a.call(r)]:[3,8];case 7:c.sent(),c.label=8;case 8:return[3,10];case 9:if(i)throw i.error;return[7];case 10:return[7];case 11:return t.complete(),[2]}}))}))})(e,t).catch((function(e){return t.error(e)}))}))}},62718:(e,t,r)=>{"use strict";r.d(t,{h:()=>k});var n=r(54688),o=r(63999),i=r(85032),a=r(89592),s=new a.c((function(e){return e.complete()})),l=r(74829);function c(e){return e[e.length-1]}var u=r(49239),d=r(49496),p=r(21650);function f(e,t){return void 0===t&&(t=0),(0,d.N)((function(r,n){r.subscribe((0,p._)(n,(function(r){return(0,u.N)(n,e,(function(){return n.next(r)}),t)}),(function(){return(0,u.N)(n,e,(function(){return n.complete()}),t)}),(function(r){return(0,u.N)(n,e,(function(){return n.error(r)}),t)})))}))}function h(e,t){return void 0===t&&(t=0),(0,d.N)((function(r,n){n.add(e.schedule((function(){return r.subscribe(n)}),t))}))}var m=r(68719);function v(e,t){if(!e)throw new Error("Iterable cannot be null");return new a.c((function(r){(0,u.N)(r,t,(function(){var n=e[Symbol.asyncIterator]();(0,u.N)(r,t,(function(){n.next().then((function(e){e.done?r.complete():r.next(e.value)}))}),0,!0)}))}))}var g=r(91801),y=r(95460),b=r(96491),x=r(33663),A=r(50187),w=r(9325),S=r(28018);function k(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=function(e){return(t=c(e))&&(0,l.T)(t.schedule)?e.pop():void 0;var t}(e),d=function(e){return"number"==typeof c(e)?e.pop():1/0}(e),p=e;return p.length?1===p.length?(0,i.Tg)(p[0]):function(e){return void 0===e&&(e=1/0),(0,n.Z)(o.D,e)}(d)(function(e,t){return t?function(e,t){if(null!=e){if((0,g.l)(e))return function(e,t){return(0,i.Tg)(e).pipe(h(t),f(t))}(e,t);if((0,b.X)(e))return function(e,t){return new a.c((function(r){var n=0;return t.schedule((function(){n===e.length?r.complete():(r.next(e[n++]),r.closed||this.schedule())}))}))}(e,t);if((0,y.y)(e))return function(e,t){return(0,i.Tg)(e).pipe(h(t),f(t))}(e,t);if((0,A.T)(e))return v(e,t);if((0,x.x)(e))return function(e,t){return new a.c((function(r){var n;return(0,u.N)(r,t,(function(){n=e[m.l](),(0,u.N)(r,t,(function(){var e,t,o;try{t=(e=n.next()).value,o=e.done}catch(e){return void r.error(e)}o?r.complete():r.next(t)}),0,!0)})),function(){return(0,l.T)(null==n?void 0:n.return)&&n.return()}}))}(e,t);if((0,S.U)(e))return function(e,t){return v((0,S.C)(e),t)}(e,t)}throw(0,w.L)(e)}(e,t):(0,i.Tg)(e)}(p,r)):s}},21650:(e,t,r)=>{"use strict";r.d(t,{_:()=>o});var n=r(74805);function o(e,t,r,n,o){return new i(e,t,r,n,o)}var i=function(e){function t(t,r,n,o,i,a){var s=e.call(this,t)||this;return s.onFinalize=i,s.shouldUnsubscribe=a,s._next=r?function(e){try{r(e)}catch(e){t.error(e)}}:e.prototype._next,s._error=o?function(e){try{o(e)}catch(e){t.error(e)}finally{this.unsubscribe()}}:e.prototype._error,s._complete=n?function(){try{n()}catch(e){t.error(e)}finally{this.unsubscribe()}}:e.prototype._complete,s}return(0,n.C6)(t,e),t.prototype.unsubscribe=function(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;e.prototype.unsubscribe.call(this),!r&&(null===(t=this.onFinalize)||void 0===t||t.call(this))}},t}(r(38028).vU)},27570:(e,t,r)=>{"use strict";r.d(t,{p:()=>i});var n=r(49496),o=r(21650);function i(e,t){return(0,n.N)((function(r,n){var i=0;r.subscribe((0,o._)(n,(function(r){return e.call(t,r,i++)&&n.next(r)})))}))}},34796:(e,t,r)=>{"use strict";r.d(t,{T:()=>i});var n=r(49496),o=r(21650);function i(e,t){return(0,n.N)((function(r,n){var i=0;r.subscribe((0,o._)(n,(function(r){n.next(e.call(t,r,i++))})))}))}},54688:(e,t,r)=>{"use strict";r.d(t,{Z:()=>l});var n=r(34796),o=r(85032),i=r(49496),a=(r(49239),r(21650)),s=r(74829);function l(e,t,r){return void 0===r&&(r=1/0),(0,s.T)(t)?l((function(r,i){return(0,n.T)((function(e,n){return t(r,e,i,n)}))((0,o.Tg)(e(r,i)))}),r):("number"==typeof t&&(r=t),(0,i.N)((function(t,n){return function(e,t,r,n){var i=[],s=0,l=0,c=!1,u=function(){!c||i.length||s||t.complete()},d=function(e){return s<n?p(e):i.push(e)},p=function(e){s++;var c=!1;(0,o.Tg)(r(e,l++)).subscribe((0,a._)(t,(function(e){t.next(e)}),(function(){c=!0}),void 0,(function(){if(c)try{s--;for(;i.length&&s<n;)e=void 0,e=i.shift(),p(e);u()}catch(e){t.error(e)}var e})))};return e.subscribe((0,a._)(t,d,(function(){c=!0,u()}))),function(){}}(t,n,e,r)})))}},69652:(e,t,r)=>{"use strict";r.d(t,{T:()=>i});var n=r(21650),o=r(49496);function i(e,t){return(0,o.N)(function(e,t,r){return function(o,i){var a=r,s=t,l=0;o.subscribe((0,n._)(i,(function(t){var r=l++;s=a?e(s,t,r):(a=!0,t)}),(function(){a&&i.next(s),i.complete()})))}}(e,t,arguments.length>=2))}},85419:(e,t,r)=>{"use strict";r.d(t,{Q:()=>s});var n=r(49496),o=r(21650),i=r(85032),a=r(73281);function s(e){return(0,n.N)((function(t,r){(0,i.Tg)(e).subscribe((0,o._)(r,(function(){return r.complete()}),a.l)),!r.closed&&t.subscribe(r)}))}},82088:(e,t,r)=>{"use strict";r.d(t,{$:()=>a});var n=r(69652),o=r(49496),i=function(e,t){return e.push(t),e};function a(){return(0,o.N)((function(e,t){(0,n.T)(i,[])(e).subscribe(t)}))}},83196:(e,t,r)=>{"use strict";r.d(t,{f:()=>o});var n=r(74805),o={setTimeout:function(e,t){for(var r=[],i=2;i<arguments.length;i++)r[i-2]=arguments[i];var a=o.delegate;return(null==a?void 0:a.setTimeout)?a.setTimeout.apply(a,(0,n.fX)([e,t],(0,n.zs)(r))):setTimeout.apply(void 0,(0,n.fX)([e,t],(0,n.zs)(r)))},clearTimeout:function(e){var t=o.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0}},68719:(e,t,r)=>{"use strict";r.d(t,{l:()=>n});var n="function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"},89728:(e,t,r)=>{"use strict";r.d(t,{s:()=>n});var n="function"==typeof Symbol&&Symbol.observable||"@@observable"},3719:(e,t,r)=>{"use strict";function n(e){var t=e((function(e){Error.call(e),e.stack=(new Error).stack}));return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}r.d(t,{L:()=>n})},89612:(e,t,r)=>{"use strict";r.d(t,{Y:()=>i,l:()=>a});var n=r(17324),o=null;function i(e){if(n.$.useDeprecatedSynchronousErrorHandling){var t=!o;if(t&&(o={errorThrown:!1,error:null}),e(),t){var r=o,i=r.errorThrown,a=r.error;if(o=null,i)throw a}}else e()}function a(e){n.$.useDeprecatedSynchronousErrorHandling&&o&&(o.errorThrown=!0,o.error=e)}},49239:(e,t,r)=>{"use strict";function n(e,t,r,n,o){void 0===n&&(n=0),void 0===o&&(o=!1);var i=t.schedule((function(){r(),o?e.add(this.schedule(null,n)):this.unsubscribe()}),n);if(e.add(i),!o)return i}r.d(t,{N:()=>n})},63999:(e,t,r)=>{"use strict";function n(e){return e}r.d(t,{D:()=>n})},96491:(e,t,r)=>{"use strict";r.d(t,{X:()=>n});var n=function(e){return e&&"number"==typeof e.length&&"function"!=typeof e}},50187:(e,t,r)=>{"use strict";r.d(t,{T:()=>o});var n=r(74829);function o(e){return Symbol.asyncIterator&&(0,n.T)(null==e?void 0:e[Symbol.asyncIterator])}},74829:(e,t,r)=>{"use strict";function n(e){return"function"==typeof e}r.d(t,{T:()=>n})},91801:(e,t,r)=>{"use strict";r.d(t,{l:()=>i});var n=r(89728),o=r(74829);function i(e){return(0,o.T)(e[n.s])}},33663:(e,t,r)=>{"use strict";r.d(t,{x:()=>i});var n=r(68719),o=r(74829);function i(e){return(0,o.T)(null==e?void 0:e[n.l])}},95460:(e,t,r)=>{"use strict";r.d(t,{y:()=>o});var n=r(74829);function o(e){return(0,n.T)(null==e?void 0:e.then)}},28018:(e,t,r)=>{"use strict";r.d(t,{C:()=>i,U:()=>a});var n=r(74805),o=r(74829);function i(e){return(0,n.AQ)(this,arguments,(function(){var t,r,o;return(0,n.YH)(this,(function(i){switch(i.label){case 0:t=e.getReader(),i.label=1;case 1:i.trys.push([1,,9,10]),i.label=2;case 2:return[4,(0,n.N3)(t.read())];case 3:return r=i.sent(),o=r.value,r.done?[4,(0,n.N3)(void 0)]:[3,5];case 4:return[2,i.sent()];case 5:return[4,(0,n.N3)(o)];case 6:return[4,i.sent()];case 7:return i.sent(),[3,2];case 8:return[3,10];case 9:return t.releaseLock(),[7];case 10:return[2]}}))}))}function a(e){return(0,o.T)(null==e?void 0:e.getReader)}},49496:(e,t,r)=>{"use strict";r.d(t,{N:()=>o});var n=r(74829);function o(e){return function(t){if(function(e){return(0,n.T)(null==e?void 0:e.lift)}(t))return t.lift((function(t){try{return e(t,this)}catch(e){this.error(e)}}));throw new TypeError("Unable to lift unknown Observable type")}}},73281:(e,t,r)=>{"use strict";function n(){}r.d(t,{l:()=>n})},83208:(e,t,r)=>{"use strict";r.d(t,{m:()=>i});var n=r(17324),o=r(83196);function i(e){o.f.setTimeout((function(){var t=n.$.onUnhandledError;if(!t)throw e;t(e)}))}},9325:(e,t,r)=>{"use strict";function n(e){return new TypeError("You provided "+(null!==e&&"object"==typeof e?"an invalid object":"'"+e+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}r.d(t,{L:()=>n})},39154:e=>{"use strict";class t extends Error{constructor(e){super(t._prepareSuperMessage(e)),Object.defineProperty(this,"name",{value:"NonError",configurable:!0,writable:!0}),Error.captureStackTrace&&Error.captureStackTrace(this,t)}static _prepareSuperMessage(e){try{return JSON.stringify(e)}catch{return String(e)}}}const r=[{property:"name",enumerable:!1},{property:"message",enumerable:!1},{property:"stack",enumerable:!1},{property:"code",enumerable:!0}],n=Symbol(".toJSON called"),o=({from:e,seen:t,to_:i,forceEnumerable:a,maxDepth:s,depth:l})=>{const c=i||(Array.isArray(e)?[]:{});if(t.push(e),l>=s)return c;if("function"==typeof e.toJSON&&!0!==e[n])return(e=>{e[n]=!0;const t=e.toJSON();return delete e[n],t})(e);for(const[r,n]of Object.entries(e))"function"==typeof Buffer&&Buffer.isBuffer(n)?c[r]="[object Buffer]":"function"!=typeof n&&(n&&"object"==typeof n?t.includes(e[r])?c[r]="[Circular]":(l++,c[r]=o({from:e[r],seen:t.slice(),forceEnumerable:a,maxDepth:s,depth:l})):c[r]=n);for(const{property:t,enumerable:n}of r)"string"==typeof e[t]&&Object.defineProperty(c,t,{value:e[t],enumerable:!!a||n,configurable:!0,writable:!0});return c};e.exports={serializeError:(e,t={})=>{const{maxDepth:r=Number.POSITIVE_INFINITY}=t;return"object"==typeof e&&null!==e?o({from:e,seen:[],forceEnumerable:!0,maxDepth:r,depth:0}):"function"==typeof e?`[Function: ${e.name||"anonymous"}]`:e},deserializeError:(e,r={})=>{const{maxDepth:n=Number.POSITIVE_INFINITY}=r;if(e instanceof Error)return e;if("object"==typeof e&&null!==e&&!Array.isArray(e)){const t=new Error;return o({from:e,seen:[],to_:t,maxDepth:n,depth:0}),t}return new t(e)}}},2401:e=>{var t=/\{([0-9a-zA-Z_]+)\}/g;e.exports=function(e){var r;if(2===arguments.length&&"object"==typeof arguments[1])r=arguments[1];else{r=new Array(arguments.length-1);for(var n=1;n<arguments.length;++n)r[n-1]=arguments[n]}return r&&r.hasOwnProperty||(r={}),e.replace(t,(function(t,n,o){var i;return"{"===e[o-1]&&"}"===e[o+t.length]?n:null==(i=r.hasOwnProperty(n)?r[n]:null)?"":i}))}},76430:e=>{e.exports=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,r=[],n=0;n<e.rangeCount;n++)r.push(e.getRangeAt(n));switch(t.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":t.blur();break;default:t=null}return e.removeAllRanges(),function(){"Caret"===e.type&&e.removeAllRanges(),e.rangeCount||r.forEach((function(t){e.addRange(t)})),t&&t.focus()}}},96373:(e,t,r)=>{"use strict";r.d(t,{n:()=>u});var n=r(57973),o=r(45806);const i=e=>{const t=e.length;let r=0,a="";for(;r<t;r++){const t=e[r];if(null==t)continue;let s;switch(typeof t){case"boolean":break;case"object":if(Array.isArray(t))s=i(t);else{(0,n.v)(!(0,o.E)(t,!1)),s="";for(const e in t)t[e]&&e&&(s&&(s+=" "),s+=e)}break;default:s=t}s&&(a&&(a+=" "),a+=s)}return a};var a=r(53760),s=r(92005),l=r(7552);const{createCssAndCx:c}={createCssAndCx:function(e){const{cache:t}=e,r=(...e)=>{const r=(0,a.J)(e,t.registered);(0,s.sk)(t,r,!1);const n=`${t.key}-${r.name}`;{const r=e[0];(function(e){return e instanceof Object&&!("styles"in e)&&!("length"in e)&&!("__emotion_styles"in e)})(r)&&d.saveClassNameCSSObjectMapping(t,n,r)}return n};return{css:r,cx:(...e)=>{const n=i(e),o=d.fixClassName(t,n,r);return function(e,t,r){const n=[],o=(0,s.Rk)(e,n,r);return n.length<2?r:o+t(n)}(t.registered,r,o)}}}};function u(e){const{useCache:t}=e;return{useCssAndCx:function(){const e=t(),{css:r,cx:n}=function(t,r){var n;const o=(0,l.useRef)();return(!o.current||r.length!==(null===(n=o.current.prevDeps)||void 0===n?void 0:n.length)||o.current.prevDeps.map(((e,t)=>e===r[t])).indexOf(!1)>=0)&&(o.current={v:c({cache:e}),prevDeps:[...r]}),o.current.v}(0,[e]);return{css:r,cx:n}}}}const d=(()=>{const e=new WeakMap;return{saveClassNameCSSObjectMapping:(t,r,n)=>{let o=e.get(t);void 0===o&&(o=new Map,e.set(t,o)),o.set(r,n)},fixClassName:(t,r,n)=>{const o=e.get(t);return i(function(e){let t=!1;return e.map((([e,r])=>{if(void 0===r)return e;let n;if(t)n={"&&":r};else{n=e;for(const e in r)if(e.startsWith("@media")){t=!0;break}}return n}))}(r.split(" ").map((e=>[e,null==o?void 0:o.get(e)]))).map((e=>"string"==typeof e?e:n(e))))}}})()},73329:(e,t,r)=>{"use strict";r.d(t,{Q2:()=>f,i7:()=>p.i7});var n=r(32439),o=r(7552);function i(e){return e.charAt(0).toUpperCase()+e.slice(1)}function a(e){const{useTheme:t,cache:r}=e,{makeStyles:a}=(0,n.x6)({useTheme:t,cache:r});function l(e,t,r){const n="string"==typeof e?(()=>{const t=e,r=function({children:e,...r}){return(0,o.createElement)(t,r,e)};return Object.defineProperty(r,"name",{value:i(t)}),r})():e,l=(()=>{{const{name:e}=null!=r?r:{};if(void 0!==e)return"object"!=typeof e?e:Object.keys(e)[0]}let e;{const t=n.displayName;"string"==typeof t&&""!==t&&(e=t)}e:{if(void 0!==e)break e;const t=n.name;"string"==typeof t&&""!==t&&(e=t)}if(void 0!==e)return e=e.replace(/\$/g,"usd"),e=e.replace(/\(/g,"_").replace(/\)/g,"_"),e=e.replace(/[^a-zA-Z0-9-_]/g,"_"),e})(),c=a({...r,name:l})("function"==typeof t?(e,r,n)=>u(t(e,r,n)):u(t));function d(e){for(const t in e)if("root"!==t)return!0;return!1}const p=(0,o.forwardRef)((function(t,r){const{className:i,classes:a,...l}=t,{classes:u,cx:p}=c(t,{props:t}),f=p(u.root,i);return s.set(u,{...u,root:f}),o.createElement(n,{ref:r,className:d(u)?i:f,..."string"==typeof e?{}:{classes:u},...l})}));return void 0!==l&&(p.displayName=`${i(l)}WithStyles`,Object.defineProperty(p,"name",{value:p.displayName})),p}return l.getClasses=c,{withStyles:l}}const s=new WeakMap,l="getClasses should only be used in conjunction with withStyles";function c(e){const t=e.classes;if(void 0===t)throw new Error(l);const r=s.get(t);if(void 0===r)throw new Error(l);return r}function u(e){const t={},r={};return Object.keys(e).forEach((n=>(n.startsWith("@media")?r:t)[n]=e[n])),Object.keys(r).forEach((e=>{const n=r[e];Object.keys(n).forEach((r=>{var o;return t[r]={...null!==(o=t[r])&&void 0!==o?o:{},[e]:n[r]}}))})),t}var d=r(62432),p=r(64761);function f(e){return{...(0,n.x6)(e),...a(e)}}const{tss:h}=(0,d.d)({useContext:()=>({})});h.create({})},32439:(e,t,r)=>{"use strict";r.d(t,{QS:()=>v,x6:()=>h});var n=r(7552),o=r(66755),i=r(42788),a=r(96373),s=r(19676),l=r(45806),c=r(57973),u=r(68859),d=r(70549),p=r(90722);let f=0;function h(e){const{useTheme:t,cache:r}=e,{useCache:p}=v({cacheProvidedAtInception:r}),{useCssAndCx:h}=(0,a.n)({useCache:p});return{makeStyles:function(e){const{name:r,uniqId:a=""+f++}=null!=e?e:{},m="object"!=typeof r?r:Object.keys(r)[0];return function(e){const r="function"==typeof e?e:()=>e;return function(e,f){const v=t();let{css:g,cx:y}=h();const b=p();let x=(0,n.useMemo)((()=>{const t={},n="undefined"!=typeof Proxy&&new Proxy({},{get:(e,r)=>("symbol"==typeof r&&(0,c.v)(!1),t[r]=`${b.key}-${a}${void 0!==m?`-${m}`:""}-${r}-ref`)}),s=r(v,e,n||{}),u=(0,o.M)((0,i.u)(s).map((e=>{const r=s[e];return r.label||(r.label=`${void 0!==m?`${m}-`:""}${e}`),[e,`${g(r)}${(0,l.E)(e,e in t)?` ${t[e]}`:""}`]})));return(0,i.u)(t).forEach((e=>{e in u||(u[e]=t[e])})),u}),[b,g,y,v,(0,s.o)(e)]);{const e=null==f?void 0:f.props.classes;x=(0,n.useMemo)((()=>(0,u.z)(x,e,y)),[x,(0,s.o)(e),y])}{const e=(0,d.L)({classes:x,css:g,cx:y,name:null!=m?m:"makeStyle no name",idOfUseStyles:a,muiStyleOverridesParams:f,theme:v});void 0!==e.classes&&(x=e.classes),void 0!==e.css&&(g=e.css),void 0!==e.cx&&(y=e.cx)}return{classes:x,theme:v,css:g,cx:y}}}},useStyles:function(){const e=t(),{css:r,cx:n}=h();return{theme:e,css:r,cx:n}}}}const m=(0,n.createContext)(void 0),{createUseCache:v}={createUseCache:function(e){const{cacheProvidedAtInception:t}=e;return{useCache:function(){var e;const r=(0,p._)(),o=(0,n.useContext)(m),i=null!==(e=null!=t?t:o)&&void 0!==e?e:r;if(null===i)throw new Error(["In order to get SSR working with tss-react you need to explicitly provide an Emotion cache.","MUI users be aware: This is not an error strictly related to tss-react, with or without tss-react,","MUI needs an Emotion cache to be provided for SSR to work.","Here is the MUI documentation related to SSR setup: https://mui.com/material-ui/guides/server-rendering/","TSS provides helper that makes the process of setting up SSR easier: https://docs.tss-react.dev/ssr"].join("\n"));return i}}}}},68859:(e,t,r)=>{"use strict";r.d(t,{z:()=>o});var n=r(42788);function o(e,t,r){if(!(t instanceof Object))return e;const o={};return(0,n.u)(e).forEach((n=>o[n]=r(e[n],t[n]))),(0,n.u)(t).forEach((r=>{if(r in e)return;const n=t[r];"string"==typeof n&&(o[r]=n)})),o}},75785:(e,t,r)=>{"use strict";r.d(t,{n9:()=>s});var n=r(48231),o=r(73329),i=r(62432),a=r(70549);const{makeStyles:s,withStyles:l}=(0,o.Q2)({useTheme:n.A}),{tss:c}=(0,i.d)({useContext:function(){return{theme:(0,n.A)()}},usePlugin:a.L});c.create({})},70549:(e,t,r)=>{"use strict";r.d(t,{L:()=>a});var n=r(7552),o=r(19676),i=r(68859);const a=({classes:e,theme:t,muiStyleOverridesParams:r,css:a,cx:s,name:l})=>{var c,u;if("makeStyle no name"!==l){if(void 0!==r&&void 0===l)throw new Error("To use muiStyleOverridesParams, you must specify a name using .withName('MyComponent')")}else l=void 0;let d;try{d=void 0===l?void 0:(null===(u=null===(c=t.components)||void 0===c?void 0:c[l])||void 0===u?void 0:u.styleOverrides)||void 0}catch(e){}const p=(0,n.useMemo)((()=>{if(void 0===d)return;const e={};for(const n in d){const o=d[n];o instanceof Object&&(e[n]=a("function"==typeof o?o({theme:t,ownerState:null==r?void 0:r.ownerState,...null==r?void 0:r.props}):o))}return e}),[d,(0,o.o)(null==r?void 0:r.props),(0,o.o)(null==r?void 0:r.ownerState),a]);return{classes:e=(0,n.useMemo)((()=>(0,i.z)(e,p,s)),[e,p,s])}}},57973:(e,t,r)=>{"use strict";function n(e,t){if(!e)throw new Error(t)}r.d(t,{v:()=>n})},19676:(e,t,r)=>{"use strict";function n(e){if(!(e instanceof Object)||"function"==typeof e)return e;const t=[];for(const r in e){const n=e[r],o=typeof n;if("string"!==o&&("number"!==o||isNaN(n))&&"boolean"!==o&&null!=n)return e;t.push(`${r}:${o}_${n}`)}return"xSqLiJdLMd9s"+t.join("|")}r.d(t,{o:()=>n})},42788:(e,t,r)=>{"use strict";function n(e){return Object.keys(e)}r.d(t,{u:()=>n})},66755:(e,t,r)=>{"use strict";r.d(t,{M:()=>n});const n=Object.fromEntries?Object.fromEntries:e=>{if(!e||!e[Symbol.iterator])throw new Error("Object.fromEntries() requires a single iterable argument");const t={};return Object.keys(e).forEach((r=>{const[n,o]=e[r];t[n]=o})),t}},45806:(e,t,r)=>{"use strict";function n(e,t){return t}r.d(t,{E:()=>n})},62432:(e,t,r)=>{"use strict";r.d(t,{d:()=>p});var n=r(32439),o=r(96373),i=r(57973),a=r(66755),s=r(42788),l=r(45806),c=r(19676),u=r(68859);const d=(()=>{const e="object"==typeof document&&"function"==typeof(null===document||void 0===document?void 0:document.getElementById),t="undefined"!=typeof jest,r="undefined"!=typeof mocha,n="undefined"!=typeof __vitest_worker__;return!(e||t||r||n)})();function p(e){f=0,h.splice(0,h.length);const{useContext:t,usePlugin:r,cache:i}=e,{useCache:a}=(0,n.QS)({cacheProvidedAtInception:i}),{useCssAndCx:s}=(0,o.n)({useCache:a});return{tss:m({useContext:t,useCache:a,useCssAndCx:s,usePlugin:null!=r?r:({classes:e,cx:t,css:r})=>({classes:e,cx:t,css:r}),name:void 0,doesUseNestedSelectors:!1})}}let f=0;const h=[];function m(e){const{useContext:t,useCache:r,useCssAndCx:n,usePlugin:o,name:p,doesUseNestedSelectors:g}=e;return{withParams:()=>m({...e}),withName:t=>m({...e,name:"object"!=typeof t?t:Object.keys(t)[0]}),withNestedSelectors:()=>m({...e,doesUseNestedSelectors:!0}),create:e=>{const m="x"+f++;if(void 0!==p)for(;;){const e=h.find((e=>e.name===p));if(void 0===e)break;h.splice(h.indexOf(e),1)}const y="function"==typeof e?e:()=>e;return function(f){var b,x,A;const{classesOverrides:w,...S}=null!=f?f:{},k=t(),{css:E,cx:C}=n(),T=r(),R=function(e){const{cache:t,cssObjectByRuleNameOrGetCssObjectByRuleName:r,classesOverridesRef:n,paramsAndPluginParamsRef:o,idOfUseStyles:a,context:l,getClasses:u}=e;e:{const e=v.get(t);if(void 0===e)break e;const i=e.get(r);if(void 0===i)break e;const u=i.get(n);if(void 0===u)break e;const d=u.get(o);if(void 0===d)break e;const p=d.find((({context:e})=>{if(e===l)return!0;if((0,s.u)(e).length!==(0,s.u)(l).length)return!1;for(const t in e)if((0,c.o)(e[t])!==(0,c.o)(l[t]))return!1;return!0}));if(void 0!==p){if((null==p?void 0:p.idOfUseStyles)===a)return p.result;d.splice(d.indexOf(p),1)}}const d=u();{v.has(t)||v.set(t,new WeakMap);const e=v.get(t);(0,i.v)(void 0!==e),e.has(r)||e.set(r,new Map);const s=e.get(r);(0,i.v)(void 0!==s),s.has(n)||(s.size>200&&s.clear(),s.set(n,new Map));const c=s.get(n);if((0,i.v)(void 0!==c),!c.has(o)){{const e="string"==typeof o?257:5;c.size<e||c.clear()}c.set(o,[])}let u=c.get(o);(0,i.v)(void 0!==u),u.length>5&&(u=[]),u.push({idOfUseStyles:a,context:l,result:d})}return d}({cache:T,cssObjectByRuleNameOrGetCssObjectByRuleName:e,classesOverridesRef:(0,c.o)(w),paramsAndPluginParamsRef:(0,c.o)(S),idOfUseStyles:m,context:k,getClasses:()=>{const e={},t=y({...f,...k,...g?{classes:"undefined"==typeof Proxy?{}:new Proxy({},{get:(t,r)=>{if("symbol"==typeof r&&(0,i.v)(!1),d&&void 0===p)throw new Error(["tss-react: In SSR setups, in order to use nested selectors, you must also give a unique name to the useStyle function.",'Solution: Use tss.withName("ComponentName").withNestedSelectors<...>()... to set a name.'].join("\n"));e:{if(void 0===p)break e;let e=h.find((e=>e.name===p&&e.idOfUseStyles===m));void 0===e&&(e={name:p,idOfUseStyles:m,nestedSelectorRuleNames:new Set},h.push(e)),e.nestedSelectorRuleNames.add(r)}if(void 0!==p&&void 0!==h.find((e=>e.name===p&&e.idOfUseStyles!==m&&e.nestedSelectorRuleNames.has(r))))throw new Error([`tss-react: There are in your codebase two different useStyles named "${p}" that`,`both use use the nested selector ${r}.\n`,"This may lead to CSS class name collisions, causing nested selectors to target elements outside of the intended scope.\n","Solution: Ensure each useStyles using nested selectors has a unique name.\n",'Use: tss.withName("UniqueName").withNestedSelectors<...>()...'].join(" "));return e[r]=`${T.key}-${void 0!==p?p:m}-${r}-ref`}})}:{}});let r=(0,a.M)((0,s.u)(t).map((r=>{const n=t[r];return n.label||(n.label=`${void 0!==p?`${p}-`:""}${r}`),[r,`${E(n)}${(0,l.E)(r,r in e)?` ${e[r]}`:""}`]})));return(0,s.u)(e).forEach((t=>{t in r||(r[t]=e[t])})),r=(0,u.z)(r,w,C),r}}),M=o({classes:R,css:E,cx:C,idOfUseStyles:m,name:p,...k,...S});return{classes:null!==(b=M.classes)&&void 0!==b?b:R,css:null!==(x=M.css)&&void 0!==x?x:E,cx:null!==(A=M.cx)&&void 0!==A?A:C,...k}}}}}const v=new WeakMap},54731:(e,t,r)=>{"use strict";var n=r(7552),o="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},i=n.useState,a=n.useEffect,s=n.useLayoutEffect,l=n.useDebugValue;function c(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!o(e,r)}catch(e){return!0}}var u="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(e,t){var r=t(),n=i({inst:{value:r,getSnapshot:t}}),o=n[0].inst,u=n[1];return s((function(){o.value=r,o.getSnapshot=t,c(o)&&u({inst:o})}),[e,r,t]),a((function(){return c(o)&&u({inst:o}),e((function(){c(o)&&u({inst:o})}))}),[e]),l(r),r};t.useSyncExternalStore=void 0!==n.useSyncExternalStore?n.useSyncExternalStore:u},95436:(e,t,r)=>{"use strict";e.exports=r(54731)},27785:e=>{e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n},e.exports.__esModule=!0,e.exports.default=e.exports},35251:(e,t,r)=>{var n=r(27785);e.exports=function(e){if(Array.isArray(e))return n(e)},e.exports.__esModule=!0,e.exports.default=e.exports},2005:e=>{e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},91301:(e,t,r)=>{var n=r(51458);function o(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,n(o.key),o)}}e.exports=function(e,t,r){return t&&o(e.prototype,t),r&&o(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e},e.exports.__esModule=!0,e.exports.default=e.exports},80403:(e,t,r)=>{var n=r(51458);e.exports=function(e,t,r){return(t=n(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e},e.exports.__esModule=!0,e.exports.default=e.exports},92120:e=>{e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},80965:e=>{e.exports=function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)},e.exports.__esModule=!0,e.exports.default=e.exports},8231:e=>{e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports},28946:(e,t,r)=>{var n=r(35251),o=r(80965),i=r(65112),a=r(8231);e.exports=function(e){return n(e)||o(e)||i(e)||a()},e.exports.__esModule=!0,e.exports.default=e.exports},31943:(e,t,r)=>{var n=r(78604).default;e.exports=function(e,t){if("object"!=n(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,t||"default");if("object"!=n(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},e.exports.__esModule=!0,e.exports.default=e.exports},51458:(e,t,r)=>{var n=r(78604).default,o=r(31943);e.exports=function(e){var t=o(e,"string");return"symbol"==n(t)?t:t+""},e.exports.__esModule=!0,e.exports.default=e.exports},78604:e=>{function t(r){return e.exports=t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,t(r)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},65112:(e,t,r)=>{var n=r(27785);e.exports=function(e,t){if(e){if("string"==typeof e)return n(e,t);var r={}.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?n(e,t):void 0}},e.exports.__esModule=!0,e.exports.default=e.exports},60191:(e,t,r)=>{"use strict";function n(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}r.d(t,{A:()=>n})},80467:(e,t,r)=>{"use strict";function n(e,t){return n=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},n(e,t)}function o(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,n(e,t)}r.d(t,{A:()=>o})},83673:(e,t,r)=>{"use strict";function n(e,t){if(null==e)return{};var r={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(t.includes(n))continue;r[n]=e[n]}return r}r.d(t,{A:()=>n})},77089:(e,t,r)=>{"use strict";r.d(t,{ju:()=>he,we:()=>me,bv:()=>be});var n=r(7552),o=r.t(n,2);function i(){return"undefined"!=typeof window}function a(e){return c(e)?(e.nodeName||"").toLowerCase():"#document"}function s(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function l(e){var t;return null==(t=(c(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function c(e){return!!i()&&(e instanceof Node||e instanceof s(e).Node)}function u(e){return!!i()&&(e instanceof Element||e instanceof s(e).Element)}function d(e){return!!i()&&(e instanceof HTMLElement||e instanceof s(e).HTMLElement)}function p(e){return!(!i()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof s(e).ShadowRoot)}function f(e){const{overflow:t,overflowX:r,overflowY:n,display:o}=b(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!["inline","contents"].includes(o)}function h(e){return["table","td","th"].includes(a(e))}function m(e){return[":popover-open",":modal"].some((t=>{try{return e.matches(t)}catch(e){return!1}}))}function v(e){const t=g(),r=u(e)?b(e):e;return"none"!==r.transform||"none"!==r.perspective||!!r.containerType&&"normal"!==r.containerType||!t&&!!r.backdropFilter&&"none"!==r.backdropFilter||!t&&!!r.filter&&"none"!==r.filter||["transform","perspective","filter"].some((e=>(r.willChange||"").includes(e)))||["paint","layout","strict","content"].some((e=>(r.contain||"").includes(e)))}function g(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function y(e){return["html","body","#document"].includes(a(e))}function b(e){return s(e).getComputedStyle(e)}function x(e){return u(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function A(e){if("html"===a(e))return e;const t=e.assignedSlot||e.parentNode||p(e)&&e.host||l(e);return p(t)?t.host:t}function w(e){const t=A(e);return y(t)?e.ownerDocument?e.ownerDocument.body:e.body:d(t)&&f(t)?t:w(t)}function S(e,t,r){var n;void 0===t&&(t=[]),void 0===r&&(r=!0);const o=w(e),i=o===(null==(n=e.ownerDocument)?void 0:n.body),a=s(o);if(i){const e=k(a);return t.concat(a,a.visualViewport||[],f(o)?o:[],e&&r?S(e):[])}return t.concat(o,S(o,[],r))}function k(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}var E=r(28485);const C=Math.min,T=Math.max,R=Math.round,M=(Math.floor,e=>({x:e,y:e}));function O(e){return e.split("-")[0]}function P(e){return["top","bottom"].includes(O(e))?"y":"x"}function I(e){const{x:t,y:r,width:n,height:o}=e;return{width:n,height:o,top:r,left:t,right:t+n,bottom:r+o,x:t,y:r}}function N(e,t,r){let{reference:n,floating:o}=e;const i=P(t),a=function(e){return"x"===P(e)?"y":"x"}(t),s="y"===a?"height":"width",l=O(t),c="y"===i,u=n.x+n.width/2-o.width/2,d=n.y+n.height/2-o.height/2,p=n[s]/2-o[s]/2;let f;switch(l){case"top":f={x:u,y:n.y-o.height};break;case"bottom":f={x:u,y:n.y+n.height};break;case"right":f={x:n.x+n.width,y:d};break;case"left":f={x:n.x-o.width,y:d};break;default:f={x:n.x,y:n.y}}switch(function(e){return e.split("-")[1]}(t)){case"start":f[a]-=p*(r&&c?-1:1);break;case"end":f[a]+=p*(r&&c?-1:1)}return f}function $(e){const t=b(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const o=d(e),i=o?e.offsetWidth:r,a=o?e.offsetHeight:n,s=R(r)!==i||R(n)!==a;return s&&(r=i,n=a),{width:r,height:n,$:s}}function _(e){return u(e)?e:e.contextElement}function L(e){const t=_(e);if(!d(t))return M(1);const r=t.getBoundingClientRect(),{width:n,height:o,$:i}=$(t);let a=(i?R(r.width):r.width)/n,s=(i?R(r.height):r.height)/o;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const j=M(0);function z(e){const t=s(e);return g()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:j}function D(e,t,r,n){void 0===t&&(t=!1),void 0===r&&(r=!1);const o=e.getBoundingClientRect(),i=_(e);let a=M(1);t&&(n?u(n)&&(a=L(n)):a=L(e));const l=function(e,t,r){return void 0===t&&(t=!1),!(!r||t&&r!==s(e))&&t}(i,r,n)?z(i):M(0);let c=(o.left+l.x)/a.x,d=(o.top+l.y)/a.y,p=o.width/a.x,f=o.height/a.y;if(i){const e=s(i),t=n&&u(n)?s(n):n;let r=e,o=k(r);for(;o&&n&&t!==r;){const e=L(o),t=o.getBoundingClientRect(),n=b(o),i=t.left+(o.clientLeft+parseFloat(n.paddingLeft))*e.x,a=t.top+(o.clientTop+parseFloat(n.paddingTop))*e.y;c*=e.x,d*=e.y,p*=e.x,f*=e.y,c+=i,d+=a,r=s(o),o=k(r)}}return I({width:p,height:f,x:c,y:d})}function F(e,t){const r=x(e).scrollLeft;return t?t.left+r:D(l(e)).left+r}function B(e,t,r){let n;if("viewport"===t)n=function(e,t){const r=s(e),n=l(e),o=r.visualViewport;let i=n.clientWidth,a=n.clientHeight,c=0,u=0;if(o){i=o.width,a=o.height;const e=g();(!e||e&&"fixed"===t)&&(c=o.offsetLeft,u=o.offsetTop)}return{width:i,height:a,x:c,y:u}}(e,r);else if("document"===t)n=function(e){const t=l(e),r=x(e),n=e.ownerDocument.body,o=T(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),i=T(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let a=-r.scrollLeft+F(e);const s=-r.scrollTop;return"rtl"===b(n).direction&&(a+=T(t.clientWidth,n.clientWidth)-o),{width:o,height:i,x:a,y:s}}(l(e));else if(u(t))n=function(e,t){const r=D(e,!0,"fixed"===t),n=r.top+e.clientTop,o=r.left+e.clientLeft,i=d(e)?L(e):M(1);return{width:e.clientWidth*i.x,height:e.clientHeight*i.y,x:o*i.x,y:n*i.y}}(t,r);else{const r=z(e);n={...t,x:t.x-r.x,y:t.y-r.y}}return I(n)}function W(e,t){const r=A(e);return!(r===t||!u(r)||y(r))&&("fixed"===b(r).position||W(r,t))}function H(e,t,r){const n=d(t),o=l(t),i="fixed"===r,s=D(e,!0,i,t);let c={scrollLeft:0,scrollTop:0};const u=M(0);if(n||!n&&!i)if(("body"!==a(t)||f(o))&&(c=x(t)),n){const e=D(t,!0,i,t);u.x=e.x+t.clientLeft,u.y=e.y+t.clientTop}else o&&(u.x=F(o));let p=0,h=0;if(o&&!n&&!i){const e=o.getBoundingClientRect();h=e.top+c.scrollTop,p=e.left+c.scrollLeft-F(o,e)}return{x:s.left+c.scrollLeft-u.x-p,y:s.top+c.scrollTop-u.y-h,width:s.width,height:s.height}}function U(e){return"static"===b(e).position}function V(e,t){if(!d(e)||"fixed"===b(e).position)return null;if(t)return t(e);let r=e.offsetParent;return l(e)===r&&(r=r.ownerDocument.body),r}function q(e,t){const r=s(e);if(m(e))return r;if(!d(e)){let t=A(e);for(;t&&!y(t);){if(u(t)&&!U(t))return t;t=A(t)}return r}let n=V(e,t);for(;n&&h(n)&&U(n);)n=V(n,t);return n&&y(n)&&U(n)&&!v(n)?r:n||function(e){let t=A(e);for(;d(t)&&!y(t);){if(v(t))return t;if(m(t))return null;t=A(t)}return null}(e)||r}const X={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:r,offsetParent:n,strategy:o}=e;const i="fixed"===o,s=l(n),c=!!t&&m(t.floating);if(n===s||c&&i)return r;let u={scrollLeft:0,scrollTop:0},p=M(1);const h=M(0),v=d(n);if((v||!v&&!i)&&(("body"!==a(n)||f(s))&&(u=x(n)),d(n))){const e=D(n);p=L(n),h.x=e.x+n.clientLeft,h.y=e.y+n.clientTop}return{width:r.width*p.x,height:r.height*p.y,x:r.x*p.x-u.scrollLeft*p.x+h.x,y:r.y*p.y-u.scrollTop*p.y+h.y}},getDocumentElement:l,getClippingRect:function(e){let{element:t,boundary:r,rootBoundary:n,strategy:o}=e;const i=[..."clippingAncestors"===r?m(t)?[]:function(e,t){const r=t.get(e);if(r)return r;let n=S(e,[],!1).filter((e=>u(e)&&"body"!==a(e))),o=null;const i="fixed"===b(e).position;let s=i?A(e):e;for(;u(s)&&!y(s);){const t=b(s),r=v(s);r||"fixed"!==t.position||(o=null),(i?!r&&!o:!r&&"static"===t.position&&o&&["absolute","fixed"].includes(o.position)||f(s)&&!r&&W(e,s))?n=n.filter((e=>e!==s)):o=t,s=A(s)}return t.set(e,n),n}(t,this._c):[].concat(r),n],s=i[0],l=i.reduce(((e,r)=>{const n=B(t,r,o);return e.top=T(n.top,e.top),e.right=C(n.right,e.right),e.bottom=C(n.bottom,e.bottom),e.left=T(n.left,e.left),e}),B(t,s,o));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:q,getElementRects:async function(e){const t=this.getOffsetParent||q,r=this.getDimensions,n=await r(e.floating);return{reference:H(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:r}=$(e);return{width:t,height:r}},getScale:L,isElement:u,isRTL:function(e){return"rtl"===b(e).direction}},Y=(e,t,r)=>{const n=new Map,o={platform:X,...r},i={...o.platform,_c:n};return(async(e,t,r)=>{const{placement:n="bottom",strategy:o="absolute",middleware:i=[],platform:a}=r,s=i.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(t));let c=await a.getElementRects({reference:e,floating:t,strategy:o}),{x:u,y:d}=N(c,n,l),p=n,f={},h=0;for(let r=0;r<s.length;r++){const{name:i,fn:m}=s[r],{x:v,y:g,data:y,reset:b}=await m({x:u,y:d,initialPlacement:n,placement:p,strategy:o,middlewareData:f,rects:c,platform:a,elements:{reference:e,floating:t}});u=null!=v?v:u,d=null!=g?g:d,f={...f,[i]:{...f[i],...y}},b&&h<=50&&(h++,"object"==typeof b&&(b.placement&&(p=b.placement),b.rects&&(c=!0===b.rects?await a.getElementRects({reference:e,floating:t,strategy:o}):b.rects),({x:u,y:d}=N(c,p,l))),r=-1)}return{x:u,y:d,placement:p,strategy:o,middlewareData:f}})(e,t,{...o,platform:i})};var G="undefined"!=typeof document?n.useLayoutEffect:n.useEffect;function K(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if("function"==typeof e&&e.toString()===t.toString())return!0;let r,n,o;if(e&&t&&"object"==typeof e){if(Array.isArray(e)){if(r=e.length,r!==t.length)return!1;for(n=r;0!=n--;)if(!K(e[n],t[n]))return!1;return!0}if(o=Object.keys(e),r=o.length,r!==Object.keys(t).length)return!1;for(n=r;0!=n--;)if(!{}.hasOwnProperty.call(t,o[n]))return!1;for(n=r;0!=n--;){const r=o[n];if(!("_owner"===r&&e.$$typeof||K(e[r],t[r])))return!1}return!0}return e!=e&&t!=t}function J(e){return"undefined"==typeof window?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Z(e,t){const r=J(e);return Math.round(t*r)/r}function Q(e){const t=n.useRef(e);return G((()=>{t.current=e})),t}const ee={...o},te=ee.useInsertionEffect||(e=>e());function re(e){const t=n.useRef((()=>{}));return te((()=>{t.current=e})),n.useCallback((function(){for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return null==t.current?void 0:t.current(...r)}),[])}var ne="undefined"!=typeof document?n.useLayoutEffect:n.useEffect;let oe=!1,ie=0;const ae=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+ie++,se=ee.useId||function(){const[e,t]=n.useState((()=>oe?ae():void 0));return ne((()=>{null==e&&t(ae())}),[]),n.useEffect((()=>{oe=!0}),[]),e};const le=n.createContext(null),ce=n.createContext(null),ue=()=>{var e;return(null==(e=n.useContext(le))?void 0:e.id)||null},de=()=>n.useContext(ce),pe="data-floating-ui-focusable";function fe(e){return null!=e&&null!=e.clientX}function he(e,t){void 0===t&&(t={});const{open:r,dataRef:o,elements:{floating:i,domReference:a},refs:l}=e,{enabled:c=!0,axis:u="both",x:d=null,y:f=null}=t,h=n.useRef(!1),m=n.useRef(null),[v,g]=n.useState(),[y,b]=n.useState([]),x=re(((e,t)=>{h.current||o.current.openEvent&&!fe(o.current.openEvent)||l.setPositionReference(function(e,t){let r=null,n=null,o=!1;return{contextElement:e||void 0,getBoundingClientRect(){var i;const a=(null==e?void 0:e.getBoundingClientRect())||{width:0,height:0,x:0,y:0},s="x"===t.axis||"both"===t.axis,l="y"===t.axis||"both"===t.axis,c=["mouseenter","mousemove"].includes((null==(i=t.dataRef.current.openEvent)?void 0:i.type)||"")&&"touch"!==t.pointerType;let u=a.width,d=a.height,p=a.x,f=a.y;return null==r&&t.x&&s&&(r=a.x-t.x),null==n&&t.y&&l&&(n=a.y-t.y),p-=r||0,f-=n||0,u=0,d=0,!o||c?(u="y"===t.axis?a.width:0,d="x"===t.axis?a.height:0,p=s&&null!=t.x?t.x:p,f=l&&null!=t.y?t.y:f):o&&!c&&(d="x"===t.axis?a.height:d,u="y"===t.axis?a.width:u),o=!0,{width:u,height:d,x:p,y:f,top:f,right:p+u,bottom:f+d,left:p}}}}(a,{x:e,y:t,axis:u,dataRef:o,pointerType:v}))})),A=re((e=>{null==d&&null==f&&(r?m.current||b([]):x(e.clientX,e.clientY))})),w=function(e){const t=["mouse","pen"];return t.push("",void 0),t.includes(e)}(v)?i:r,S=n.useCallback((()=>{if(!w||!c||null!=d||null!=f)return;const e=s(i);function t(r){const n=function(e){return"composedPath"in e?e.composedPath()[0]:e.target}(r);!function(e,t){if(!e||!t)return!1;const r=null==t.getRootNode?void 0:t.getRootNode();if(e.contains(t))return!0;if(r&&p(r)){let r=t;for(;r;){if(e===r)return!0;r=r.parentNode||r.host}}return!1}(i,n)?x(r.clientX,r.clientY):(e.removeEventListener("mousemove",t),m.current=null)}if(!o.current.openEvent||fe(o.current.openEvent)){e.addEventListener("mousemove",t);const r=()=>{e.removeEventListener("mousemove",t),m.current=null};return m.current=r,r}l.setPositionReference(a)}),[w,c,d,f,i,o,l,a,x]);n.useEffect((()=>S()),[S,y]),n.useEffect((()=>{c&&!i&&(h.current=!1)}),[c,i]),n.useEffect((()=>{!c&&r&&(h.current=!0)}),[c,r]),ne((()=>{!c||null==d&&null==f||(h.current=!1,x(d,f))}),[c,d,f,x]);const k=n.useMemo((()=>{function e(e){let{pointerType:t}=e;g(t)}return{onPointerDown:e,onPointerEnter:e,onMouseMove:A,onMouseEnter:A}}),[A]);return n.useMemo((()=>c?{reference:k}:{}),[c,k])}function me(e){void 0===e&&(e={});const{nodeId:t}=e,r=function(e){const{open:t=!1,onOpenChange:r,elements:o}=e,i=se(),a=n.useRef({}),[s]=n.useState((()=>function(){const e=new Map;return{emit(t,r){var n;null==(n=e.get(t))||n.forEach((e=>e(r)))},on(t,r){e.set(t,[...e.get(t)||[],r])},off(t,r){var n;e.set(t,(null==(n=e.get(t))?void 0:n.filter((e=>e!==r)))||[])}}}())),l=null!=ue(),[c,u]=n.useState(o.reference),d=re(((e,t,n)=>{a.current.openEvent=e?t:void 0,s.emit("openchange",{open:e,event:t,reason:n,nested:l}),null==r||r(e,t,n)})),p=n.useMemo((()=>({setPositionReference:u})),[]),f=n.useMemo((()=>({reference:c||o.reference||null,floating:o.floating||null,domReference:o.reference})),[c,o.reference,o.floating]);return n.useMemo((()=>({dataRef:a,open:t,onOpenChange:d,elements:f,events:s,floatingId:i,refs:p})),[t,d,f,s,i,p])}({...e,elements:{reference:null,floating:null,...e.elements}}),o=e.rootContext||r,i=o.elements,[a,s]=n.useState(null),[l,c]=n.useState(null),d=(null==i?void 0:i.reference)||a,p=n.useRef(null),f=de();ne((()=>{d&&(p.current=d)}),[d]);const h=function(e){void 0===e&&(e={});const{placement:t="bottom",strategy:r="absolute",middleware:o=[],platform:i,elements:{reference:a,floating:s}={},transform:l=!0,whileElementsMounted:c,open:u}=e,[d,p]=n.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[f,h]=n.useState(o);K(f,o)||h(o);const[m,v]=n.useState(null),[g,y]=n.useState(null),b=n.useCallback((e=>{e!==S.current&&(S.current=e,v(e))}),[]),x=n.useCallback((e=>{e!==k.current&&(k.current=e,y(e))}),[]),A=a||m,w=s||g,S=n.useRef(null),k=n.useRef(null),C=n.useRef(d),T=null!=c,R=Q(c),M=Q(i),O=Q(u),P=n.useCallback((()=>{if(!S.current||!k.current)return;const e={placement:t,strategy:r,middleware:f};M.current&&(e.platform=M.current),Y(S.current,k.current,e).then((e=>{const t={...e,isPositioned:!1!==O.current};I.current&&!K(C.current,t)&&(C.current=t,E.flushSync((()=>{p(t)})))}))}),[f,t,r,M,O]);G((()=>{!1===u&&C.current.isPositioned&&(C.current.isPositioned=!1,p((e=>({...e,isPositioned:!1}))))}),[u]);const I=n.useRef(!1);G((()=>(I.current=!0,()=>{I.current=!1})),[]),G((()=>{if(A&&(S.current=A),w&&(k.current=w),A&&w){if(R.current)return R.current(A,w,P);P()}}),[A,w,P,R,T]);const N=n.useMemo((()=>({reference:S,floating:k,setReference:b,setFloating:x})),[b,x]),$=n.useMemo((()=>({reference:A,floating:w})),[A,w]),_=n.useMemo((()=>{const e={position:r,left:0,top:0};if(!$.floating)return e;const t=Z($.floating,d.x),n=Z($.floating,d.y);return l?{...e,transform:"translate("+t+"px, "+n+"px)",...J($.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:t,top:n}}),[r,l,$.floating,d.x,d.y]);return n.useMemo((()=>({...d,update:P,refs:N,elements:$,floatingStyles:_})),[d,P,N,$,_])}({...e,elements:{...i,...l&&{reference:l}}}),m=n.useCallback((e=>{const t=u(e)?{getBoundingClientRect:()=>e.getBoundingClientRect(),contextElement:e}:e;c(t),h.refs.setReference(t)}),[h.refs]),v=n.useCallback((e=>{(u(e)||null===e)&&(p.current=e,s(e)),(u(h.refs.reference.current)||null===h.refs.reference.current||null!==e&&!u(e))&&h.refs.setReference(e)}),[h.refs]),g=n.useMemo((()=>({...h.refs,setReference:v,setPositionReference:m,domReference:p})),[h.refs,v,m]),y=n.useMemo((()=>({...h.elements,domReference:d})),[h.elements,d]),b=n.useMemo((()=>({...h,...o,refs:g,elements:y,nodeId:t})),[h,g,y,t,o]);return ne((()=>{o.dataRef.current.floatingContext=b;const e=null==f?void 0:f.nodesRef.current.find((e=>e.id===t));e&&(e.context=b)})),n.useMemo((()=>({...h,context:b,refs:g,elements:y})),[h,g,y,b])}const ve="active",ge="selected";function ye(e,t,r){const n=new Map,o="item"===r;let i=e;if(o&&e){const{[ve]:t,[ge]:r,...n}=e;i=n}return{..."floating"===r&&{tabIndex:-1,[pe]:""},...i,...t.map((t=>{const n=t?t[r]:null;return"function"==typeof n?e?n(e):null:n})).concat(e).reduce(((e,t)=>t?(Object.entries(t).forEach((t=>{let[r,i]=t;var a;o&&[ve,ge].includes(r)||(0===r.indexOf("on")?(n.has(r)||n.set(r,[]),"function"==typeof i&&(null==(a=n.get(r))||a.push(i),e[r]=function(){for(var e,t=arguments.length,o=new Array(t),i=0;i<t;i++)o[i]=arguments[i];return null==(e=n.get(r))?void 0:e.map((e=>e(...o))).find((e=>void 0!==e))})):e[r]=i)})),e):e),{})}}function be(e){void 0===e&&(e=[]);const t=e.map((e=>null==e?void 0:e.reference)),r=e.map((e=>null==e?void 0:e.floating)),o=e.map((e=>null==e?void 0:e.item)),i=n.useCallback((t=>ye(t,e,"reference")),t),a=n.useCallback((t=>ye(t,e,"floating")),r),s=n.useCallback((t=>ye(t,e,"item")),o);return n.useMemo((()=>({getReferenceProps:i,getFloatingProps:a,getItemProps:s})),[i,a,s])}},76958:(e,t,r)=>{"use strict";r.d(t,{Mj:()=>R,X$:()=>O});var n={grad:.9,turn:360,rad:360/(2*Math.PI)},o=function(e){return"string"==typeof e?e.length>0:"number"==typeof e},i=function(e,t,r){return void 0===t&&(t=0),void 0===r&&(r=Math.pow(10,t)),Math.round(r*e)/r+0},a=function(e,t,r){return void 0===t&&(t=0),void 0===r&&(r=1),e>r?r:e>t?e:t},s=function(e){return(e=isFinite(e)?e%360:0)>0?e:e+360},l=function(e){return{r:a(e.r,0,255),g:a(e.g,0,255),b:a(e.b,0,255),a:a(e.a)}},c=function(e){return{r:i(e.r),g:i(e.g),b:i(e.b),a:i(e.a,3)}},u=/^#([0-9a-f]{3,8})$/i,d=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},p=function(e){var t=e.r,r=e.g,n=e.b,o=e.a,i=Math.max(t,r,n),a=i-Math.min(t,r,n),s=a?i===t?(r-n)/a:i===r?2+(n-t)/a:4+(t-r)/a:0;return{h:60*(s<0?s+6:s),s:i?a/i*100:0,v:i/255*100,a:o}},f=function(e){var t=e.h,r=e.s,n=e.v,o=e.a;t=t/360*6,r/=100,n/=100;var i=Math.floor(t),a=n*(1-r),s=n*(1-(t-i)*r),l=n*(1-(1-t+i)*r),c=i%6;return{r:255*[n,s,a,a,l,n][c],g:255*[l,n,n,s,a,a][c],b:255*[a,a,l,n,n,s][c],a:o}},h=function(e){return{h:s(e.h),s:a(e.s,0,100),l:a(e.l,0,100),a:a(e.a)}},m=function(e){return{h:i(e.h),s:i(e.s),l:i(e.l),a:i(e.a,3)}},v=function(e){return f((r=(t=e).s,{h:t.h,s:(r*=((n=t.l)<50?n:100-n)/100)>0?2*r/(n+r)*100:0,v:n+r,a:t.a}));var t,r,n},g=function(e){return{h:(t=p(e)).h,s:(o=(200-(r=t.s))*(n=t.v)/100)>0&&o<200?r*n/100/(o<=100?o:200-o)*100:0,l:o/2,a:t.a};var t,r,n,o},y=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,b=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,x=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,A=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,w={string:[[function(e){var t=u.exec(e);return t?(e=t[1]).length<=4?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:4===e.length?i(parseInt(e[3]+e[3],16)/255,2):1}:6===e.length||8===e.length?{r:parseInt(e.substr(0,2),16),g:parseInt(e.substr(2,2),16),b:parseInt(e.substr(4,2),16),a:8===e.length?i(parseInt(e.substr(6,2),16)/255,2):1}:null:null},"hex"],[function(e){var t=x.exec(e)||A.exec(e);return t?t[2]!==t[4]||t[4]!==t[6]?null:l({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:void 0===t[7]?1:Number(t[7])/(t[8]?100:1)}):null},"rgb"],[function(e){var t=y.exec(e)||b.exec(e);if(!t)return null;var r,o,i=h({h:(r=t[1],o=t[2],void 0===o&&(o="deg"),Number(r)*(n[o]||1)),s:Number(t[3]),l:Number(t[4]),a:void 0===t[5]?1:Number(t[5])/(t[6]?100:1)});return v(i)},"hsl"]],object:[[function(e){var t=e.r,r=e.g,n=e.b,i=e.a,a=void 0===i?1:i;return o(t)&&o(r)&&o(n)?l({r:Number(t),g:Number(r),b:Number(n),a:Number(a)}):null},"rgb"],[function(e){var t=e.h,r=e.s,n=e.l,i=e.a,a=void 0===i?1:i;if(!o(t)||!o(r)||!o(n))return null;var s=h({h:Number(t),s:Number(r),l:Number(n),a:Number(a)});return v(s)},"hsl"],[function(e){var t=e.h,r=e.s,n=e.v,i=e.a,l=void 0===i?1:i;if(!o(t)||!o(r)||!o(n))return null;var c=function(e){return{h:s(e.h),s:a(e.s,0,100),v:a(e.v,0,100),a:a(e.a)}}({h:Number(t),s:Number(r),v:Number(n),a:Number(l)});return f(c)},"hsv"]]},S=function(e,t){for(var r=0;r<t.length;r++){var n=t[r][0](e);if(n)return[n,t[r][1]]}return[null,void 0]},k=function(e,t){var r=g(e);return{h:r.h,s:a(r.s+100*t,0,100),l:r.l,a:r.a}},E=function(e){return(299*e.r+587*e.g+114*e.b)/1e3/255},C=function(e,t){var r=g(e);return{h:r.h,s:r.s,l:a(r.l+100*t,0,100),a:r.a}},T=function(){function e(e){this.parsed=function(e){return"string"==typeof e?S(e.trim(),w.string):"object"==typeof e&&null!==e?S(e,w.object):[null,void 0]}(e)[0],this.rgba=this.parsed||{r:0,g:0,b:0,a:1}}return e.prototype.isValid=function(){return null!==this.parsed},e.prototype.brightness=function(){return i(E(this.rgba),2)},e.prototype.isDark=function(){return E(this.rgba)<.5},e.prototype.isLight=function(){return E(this.rgba)>=.5},e.prototype.toHex=function(){return t=(e=c(this.rgba)).r,r=e.g,n=e.b,a=(o=e.a)<1?d(i(255*o)):"","#"+d(t)+d(r)+d(n)+a;var e,t,r,n,o,a},e.prototype.toRgb=function(){return c(this.rgba)},e.prototype.toRgbString=function(){return t=(e=c(this.rgba)).r,r=e.g,n=e.b,(o=e.a)<1?"rgba("+t+", "+r+", "+n+", "+o+")":"rgb("+t+", "+r+", "+n+")";var e,t,r,n,o},e.prototype.toHsl=function(){return m(g(this.rgba))},e.prototype.toHslString=function(){return t=(e=m(g(this.rgba))).h,r=e.s,n=e.l,(o=e.a)<1?"hsla("+t+", "+r+"%, "+n+"%, "+o+")":"hsl("+t+", "+r+"%, "+n+"%)";var e,t,r,n,o},e.prototype.toHsv=function(){return e=p(this.rgba),{h:i(e.h),s:i(e.s),v:i(e.v),a:i(e.a,3)};var e},e.prototype.invert=function(){return R({r:255-(e=this.rgba).r,g:255-e.g,b:255-e.b,a:e.a});var e},e.prototype.saturate=function(e){return void 0===e&&(e=.1),R(k(this.rgba,e))},e.prototype.desaturate=function(e){return void 0===e&&(e=.1),R(k(this.rgba,-e))},e.prototype.grayscale=function(){return R(k(this.rgba,-1))},e.prototype.lighten=function(e){return void 0===e&&(e=.1),R(C(this.rgba,e))},e.prototype.darken=function(e){return void 0===e&&(e=.1),R(C(this.rgba,-e))},e.prototype.rotate=function(e){return void 0===e&&(e=15),this.hue(this.hue()+e)},e.prototype.alpha=function(e){return"number"==typeof e?R({r:(t=this.rgba).r,g:t.g,b:t.b,a:e}):i(this.rgba.a,3);var t},e.prototype.hue=function(e){var t=g(this.rgba);return"number"==typeof e?R({h:e,s:t.s,l:t.l,a:t.a}):i(t.h)},e.prototype.isEqual=function(e){return this.toHex()===R(e).toHex()},e}(),R=function(e){return e instanceof T?e:new T(e)},M=[],O=function(e){e.forEach((function(e){M.indexOf(e)<0&&(e(T,w),M.push(e))}))}},8145:(e,t,r)=>{"use strict";r.d(t,{A:()=>h});var n=function(e,t,r){return void 0===t&&(t=0),void 0===r&&(r=1),e>r?r:e>t?e:t},o=function(e){var t=e/255;return t<.04045?t/12.92:Math.pow((t+.055)/1.055,2.4)},i=function(e){return 255*(e>.0031308?1.055*Math.pow(e,1/2.4)-.055:12.92*e)},a=96.422,s=82.521,l=function(e){var t,r,o=.9555766*(t=e).x+-.0230393*t.y+.0631636*t.z,a=-.0282895*t.x+1.0099416*t.y+.0210077*t.z,s=.0122982*t.x+-.020483*t.y+1.3299098*t.z;return r={r:i(.032404542*o-.015371385*a-.004985314*s),g:i(-.00969266*o+.018760108*a+41556e-8*s),b:i(556434e-9*o-.002040259*a+.010572252*s),a:e.a},{r:n(r.r,0,255),g:n(r.g,0,255),b:n(r.b,0,255),a:n(r.a)}},c=function(e){var t=o(e.r),r=o(e.g),i=o(e.b);return function(e){return{x:n(e.x,0,a),y:n(e.y,0,100),z:n(e.z,0,s),a:n(e.a)}}(function(e){return{x:1.0478112*e.x+.0228866*e.y+-.050127*e.z,y:.0295424*e.x+.9904844*e.y+-.0170491*e.z,z:-.0092345*e.x+.0150436*e.y+.7521316*e.z,a:e.a}}({x:100*(.4124564*t+.3575761*r+.1804375*i),y:100*(.2126729*t+.7151522*r+.072175*i),z:100*(.0193339*t+.119192*r+.9503041*i),a:e.a}))},u=216/24389,d=24389/27,p=function(e){var t=c(e),r=t.x/a,n=t.y/100,o=t.z/s;return r=r>u?Math.cbrt(r):(d*r+16)/116,{l:116*(n=n>u?Math.cbrt(n):(d*n+16)/116)-16,a:500*(r-n),b:200*(n-(o=o>u?Math.cbrt(o):(d*o+16)/116)),alpha:t.a}},f=function(e,t,r){var o,i=p(e),c=p(t);return function(e){var t=(e.l+16)/116,r=e.a/500+t,n=t-e.b/200;return l({x:(Math.pow(r,3)>u?Math.pow(r,3):(116*r-16)/d)*a,y:100*(e.l>8?Math.pow((e.l+16)/116,3):e.l/d),z:(Math.pow(n,3)>u?Math.pow(n,3):(116*n-16)/d)*s,a:e.alpha})}({l:n((o={l:i.l*(1-r)+c.l*r,a:i.a*(1-r)+c.a*r,b:i.b*(1-r)+c.b*r,alpha:i.alpha*(1-r)+c.alpha*r}).l,0,400),a:o.a,b:o.b,alpha:n(o.alpha)})};function h(e){function t(e,t,r){void 0===r&&(r=5);for(var n=[],o=1/(r-1),i=0;i<=r-1;i++)n.push(e.mix(t,o*i));return n}e.prototype.mix=function(t,r){void 0===r&&(r=.5);var n=t instanceof e?t:new e(t),o=f(this.toRgb(),n.toRgb(),r);return new e(o)},e.prototype.tints=function(e){return t(this,"#fff",e)},e.prototype.shades=function(e){return t(this,"#000",e)},e.prototype.tones=function(e){return t(this,"#808080",e)}}},81687:(e,t,r)=>{"use strict";function n(e,t){var r={white:"#ffffff",bisque:"#ffe4c4",blue:"#0000ff",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",antiquewhite:"#faebd7",aqua:"#00ffff",azure:"#f0ffff",whitesmoke:"#f5f5f5",papayawhip:"#ffefd5",plum:"#dda0dd",blanchedalmond:"#ffebcd",black:"#000000",gold:"#ffd700",goldenrod:"#daa520",gainsboro:"#dcdcdc",cornsilk:"#fff8dc",cornflowerblue:"#6495ed",burlywood:"#deb887",aquamarine:"#7fffd4",beige:"#f5f5dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkkhaki:"#bdb76b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",peachpuff:"#ffdab9",darkmagenta:"#8b008b",darkred:"#8b0000",darkorchid:"#9932cc",darkorange:"#ff8c00",darkslateblue:"#483d8b",gray:"#808080",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",deeppink:"#ff1493",deepskyblue:"#00bfff",wheat:"#f5deb3",firebrick:"#b22222",floralwhite:"#fffaf0",ghostwhite:"#f8f8ff",darkviolet:"#9400d3",magenta:"#ff00ff",green:"#008000",dodgerblue:"#1e90ff",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",blueviolet:"#8a2be2",forestgreen:"#228b22",lawngreen:"#7cfc00",indianred:"#cd5c5c",indigo:"#4b0082",fuchsia:"#ff00ff",brown:"#a52a2a",maroon:"#800000",mediumblue:"#0000cd",lightcoral:"#f08080",darkturquoise:"#00ced1",lightcyan:"#e0ffff",ivory:"#fffff0",lightyellow:"#ffffe0",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",linen:"#faf0e6",mediumaquamarine:"#66cdaa",lemonchiffon:"#fffacd",lime:"#00ff00",khaki:"#f0e68c",mediumseagreen:"#3cb371",limegreen:"#32cd32",mediumspringgreen:"#00fa9a",lightskyblue:"#87cefa",lightblue:"#add8e6",midnightblue:"#191970",lightpink:"#ffb6c1",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",mintcream:"#f5fffa",lightslategray:"#778899",lightslategrey:"#778899",navajowhite:"#ffdead",navy:"#000080",mediumvioletred:"#c71585",powderblue:"#b0e0e6",palegoldenrod:"#eee8aa",oldlace:"#fdf5e6",paleturquoise:"#afeeee",mediumturquoise:"#48d1cc",mediumorchid:"#ba55d3",rebeccapurple:"#663399",lightsteelblue:"#b0c4de",mediumslateblue:"#7b68ee",thistle:"#d8bfd8",tan:"#d2b48c",orchid:"#da70d6",mediumpurple:"#9370db",purple:"#800080",pink:"#ffc0cb",skyblue:"#87ceeb",springgreen:"#00ff7f",palegreen:"#98fb98",red:"#ff0000",yellow:"#ffff00",slateblue:"#6a5acd",lavenderblush:"#fff0f5",peru:"#cd853f",palevioletred:"#db7093",violet:"#ee82ee",teal:"#008080",slategray:"#708090",slategrey:"#708090",aliceblue:"#f0f8ff",darkseagreen:"#8fbc8f",darkolivegreen:"#556b2f",greenyellow:"#adff2f",seagreen:"#2e8b57",seashell:"#fff5ee",tomato:"#ff6347",silver:"#c0c0c0",sienna:"#a0522d",lavender:"#e6e6fa",lightgreen:"#90ee90",orange:"#ffa500",orangered:"#ff4500",steelblue:"#4682b4",royalblue:"#4169e1",turquoise:"#40e0d0",yellowgreen:"#9acd32",salmon:"#fa8072",saddlebrown:"#8b4513",sandybrown:"#f4a460",rosybrown:"#bc8f8f",darksalmon:"#e9967a",lightgoldenrodyellow:"#fafad2",snow:"#fffafa",lightgrey:"#d3d3d3",lightgray:"#d3d3d3",dimgray:"#696969",dimgrey:"#696969",olivedrab:"#6b8e23",olive:"#808000"},n={};for(var o in r)n[r[o]]=o;var i={};e.prototype.toName=function(t){if(!(this.rgba.a||this.rgba.r||this.rgba.g||this.rgba.b))return"transparent";var o,a,s=n[this.toHex()];if(s)return s;if(null==t?void 0:t.closest){var l=this.toRgb(),c=1/0,u="black";if(!i.length)for(var d in r)i[d]=new e(r[d]).toRgb();for(var p in r){var f=(o=l,a=i[p],Math.pow(o.r-a.r,2)+Math.pow(o.g-a.g,2)+Math.pow(o.b-a.b,2));f<c&&(c=f,u=p)}return u}},t.string.push([function(t){var n=t.toLowerCase(),o="transparent"===n?"#0000":r[n];return o?new e(o).toRgb():null},"name"])}r.d(t,{A:()=>n})},88627:(e,t,r)=>{"use strict";function n(e,t){return null==e||null==t?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function o(e,t){return null==e||null==t?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function i(e){let t,r,i;function s(e,n,o=0,i=e.length){if(o<i){if(0!==t(n,n))return i;do{const t=o+i>>>1;r(e[t],n)<0?o=t+1:i=t}while(o<i)}return o}return 2!==e.length?(t=n,r=(t,r)=>n(e(t),r),i=(t,r)=>e(t)-r):(t=e===n||e===o?e:a,r=e,i=e),{left:s,center:function(e,t,r=0,n=e.length){const o=s(e,t,r,n-1);return o>r&&i(e[o-1],t)>-i(e[o],t)?o-1:o},right:function(e,n,o=0,i=e.length){if(o<i){if(0!==t(n,n))return i;do{const t=o+i>>>1;r(e[t],n)<=0?o=t+1:i=t}while(o<i)}return o}}}function a(){return 0}r.d(t,{Ay:()=>c});const s=i(n),l=s.right,c=(s.left,i((function(e){return null===e?NaN:+e})).center,l)},42480:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>s,lq:()=>l,sG:()=>c});const n=Math.sqrt(50),o=Math.sqrt(10),i=Math.sqrt(2);function a(e,t,r){const s=(t-e)/Math.max(0,r),l=Math.floor(Math.log10(s)),c=s/Math.pow(10,l),u=c>=n?10:c>=o?5:c>=i?2:1;let d,p,f;return l<0?(f=Math.pow(10,-l)/u,d=Math.round(e*f),p=Math.round(t*f),d/f<e&&++d,p/f>t&&--p,f=-f):(f=Math.pow(10,l)*u,d=Math.round(e/f),p=Math.round(t/f),d*f<e&&++d,p*f>t&&--p),p<d&&.5<=r&&r<2?a(e,t,2*r):[d,p,f]}function s(e,t,r){if(!((r=+r)>0))return[];if((e=+e)==(t=+t))return[e];const n=t<e,[o,i,s]=n?a(t,e,r):a(e,t,r);if(!(i>=o))return[];const l=i-o+1,c=new Array(l);if(n)if(s<0)for(let e=0;e<l;++e)c[e]=(i-e)/-s;else for(let e=0;e<l;++e)c[e]=(i-e)*s;else if(s<0)for(let e=0;e<l;++e)c[e]=(o+e)/-s;else for(let e=0;e<l;++e)c[e]=(o+e)*s;return c}function l(e,t,r){return a(e=+e,t=+t,r=+r)[2]}function c(e,t,r){r=+r;const n=(t=+t)<(e=+e),o=n?l(t,e,r):l(e,t,r);return(n?-1:1)*(o<0?1/-o:o)}},25319:(e,t,r)=>{"use strict";function n(e,t,r){e.prototype=t.prototype=r,r.constructor=e}function o(e,t){var r=Object.create(e.prototype);for(var n in t)r[n]=t[n];return r}function i(){}r.d(t,{Ay:()=>A,Qh:()=>k});var a=.7,s=1/a,l="\\s*([+-]?\\d+)\\s*",c="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",u="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",d=/^#([0-9a-f]{3,8})$/,p=new RegExp(`^rgb\\(${l},${l},${l}\\)$`),f=new RegExp(`^rgb\\(${u},${u},${u}\\)$`),h=new RegExp(`^rgba\\(${l},${l},${l},${c}\\)$`),m=new RegExp(`^rgba\\(${u},${u},${u},${c}\\)$`),v=new RegExp(`^hsl\\(${c},${u},${u}\\)$`),g=new RegExp(`^hsla\\(${c},${u},${u},${c}\\)$`),y={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};function b(){return this.rgb().formatHex()}function x(){return this.rgb().formatRgb()}function A(e){var t,r;return e=(e+"").trim().toLowerCase(),(t=d.exec(e))?(r=t[1].length,t=parseInt(t[1],16),6===r?w(t):3===r?new E(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===r?S(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===r?S(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|240&t,((15&t)<<4|15&t)/255):null):(t=p.exec(e))?new E(t[1],t[2],t[3],1):(t=f.exec(e))?new E(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=h.exec(e))?S(t[1],t[2],t[3],t[4]):(t=m.exec(e))?S(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=v.exec(e))?P(t[1],t[2]/100,t[3]/100,1):(t=g.exec(e))?P(t[1],t[2]/100,t[3]/100,t[4]):y.hasOwnProperty(e)?w(y[e]):"transparent"===e?new E(NaN,NaN,NaN,0):null}function w(e){return new E(e>>16&255,e>>8&255,255&e,1)}function S(e,t,r,n){return n<=0&&(e=t=r=NaN),new E(e,t,r,n)}function k(e,t,r,n){return 1===arguments.length?((o=e)instanceof i||(o=A(o)),o?new E((o=o.rgb()).r,o.g,o.b,o.opacity):new E):new E(e,t,r,null==n?1:n);var o}function E(e,t,r,n){this.r=+e,this.g=+t,this.b=+r,this.opacity=+n}function C(){return`#${O(this.r)}${O(this.g)}${O(this.b)}`}function T(){const e=R(this.opacity);return`${1===e?"rgb(":"rgba("}${M(this.r)}, ${M(this.g)}, ${M(this.b)}${1===e?")":`, ${e})`}`}function R(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function M(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function O(e){return((e=M(e))<16?"0":"")+e.toString(16)}function P(e,t,r,n){return n<=0?e=t=r=NaN:r<=0||r>=1?e=t=NaN:t<=0&&(e=NaN),new N(e,t,r,n)}function I(e){if(e instanceof N)return new N(e.h,e.s,e.l,e.opacity);if(e instanceof i||(e=A(e)),!e)return new N;if(e instanceof N)return e;var t=(e=e.rgb()).r/255,r=e.g/255,n=e.b/255,o=Math.min(t,r,n),a=Math.max(t,r,n),s=NaN,l=a-o,c=(a+o)/2;return l?(s=t===a?(r-n)/l+6*(r<n):r===a?(n-t)/l+2:(t-r)/l+4,l/=c<.5?a+o:2-a-o,s*=60):l=c>0&&c<1?0:s,new N(s,l,c,e.opacity)}function N(e,t,r,n){this.h=+e,this.s=+t,this.l=+r,this.opacity=+n}function $(e){return(e=(e||0)%360)<0?e+360:e}function _(e){return Math.max(0,Math.min(1,e||0))}function L(e,t,r){return 255*(e<60?t+(r-t)*e/60:e<180?r:e<240?t+(r-t)*(240-e)/60:t)}n(i,A,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:b,formatHex:b,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return I(this).formatHsl()},formatRgb:x,toString:x}),n(E,k,o(i,{brighter(e){return e=null==e?s:Math.pow(s,e),new E(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?a:Math.pow(a,e),new E(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new E(M(this.r),M(this.g),M(this.b),R(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:C,formatHex:C,formatHex8:function(){return`#${O(this.r)}${O(this.g)}${O(this.b)}${O(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:T,toString:T})),n(N,(function(e,t,r,n){return 1===arguments.length?I(e):new N(e,t,r,null==n?1:n)}),o(i,{brighter(e){return e=null==e?s:Math.pow(s,e),new N(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?a:Math.pow(a,e),new N(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+360*(this.h<0),t=isNaN(e)||isNaN(this.s)?0:this.s,r=this.l,n=r+(r<.5?r:1-r)*t,o=2*r-n;return new E(L(e>=240?e-240:e+120,o,n),L(e,o,n),L(e<120?e+240:e-120,o,n),this.opacity)},clamp(){return new N($(this.h),_(this.s),_(this.l),R(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=R(this.opacity);return`${1===e?"hsl(":"hsla("}${$(this.h)}, ${100*_(this.s)}%, ${100*_(this.l)}%${1===e?")":`, ${e})`}`}}))},64643:(e,t,r)=>{"use strict";r.d(t,{GP:()=>d,s:()=>p});var n,o=r(12197),i=r(46317),a=r(58646);function s(e,t){var r=(0,a.f)(e,t);if(!r)return e+"";var n=r[0],o=r[1];return o<0?"0."+new Array(-o).join("0")+n:n.length>o+1?n.slice(0,o+1)+"."+n.slice(o+1):n+new Array(o-n.length+2).join("0")}const l={"%":(e,t)=>(100*e).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:a.A,e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>s(100*e,t),r:s,s:function(e,t){var r=(0,a.f)(e,t);if(!r)return e+"";var o=r[0],i=r[1],s=i-(n=3*Math.max(-8,Math.min(8,Math.floor(i/3))))+1,l=o.length;return s===l?o:s>l?o+new Array(s-l+1).join("0"):s>0?o.slice(0,s)+"."+o.slice(s):"0."+new Array(1-s).join("0")+(0,a.f)(e,Math.max(0,t+s-1))[0]},X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function c(e){return e}var u,d,p,f=Array.prototype.map,h=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];u=function(e){var t,r,a=void 0===e.grouping||void 0===e.thousands?c:(t=f.call(e.grouping,Number),r=e.thousands+"",function(e,n){for(var o=e.length,i=[],a=0,s=t[0],l=0;o>0&&s>0&&(l+s+1>n&&(s=Math.max(1,n-l)),i.push(e.substring(o-=s,o+s)),!((l+=s+1)>n));)s=t[a=(a+1)%t.length];return i.reverse().join(r)}),s=void 0===e.currency?"":e.currency[0]+"",u=void 0===e.currency?"":e.currency[1]+"",d=void 0===e.decimal?".":e.decimal+"",p=void 0===e.numerals?c:function(e){return function(t){return t.replace(/[0-9]/g,(function(t){return e[+t]}))}}(f.call(e.numerals,String)),m=void 0===e.percent?"%":e.percent+"",v=void 0===e.minus?"−":e.minus+"",g=void 0===e.nan?"NaN":e.nan+"";function y(e){var t=(e=(0,i.A)(e)).fill,r=e.align,o=e.sign,c=e.symbol,f=e.zero,y=e.width,b=e.comma,x=e.precision,A=e.trim,w=e.type;"n"===w?(b=!0,w="g"):l[w]||(void 0===x&&(x=12),A=!0,w="g"),(f||"0"===t&&"="===r)&&(f=!0,t="0",r="=");var S="$"===c?s:"#"===c&&/[boxX]/.test(w)?"0"+w.toLowerCase():"",k="$"===c?u:/[%p]/.test(w)?m:"",E=l[w],C=/[defgprs%]/.test(w);function T(e){var i,s,l,c=S,u=k;if("c"===w)u=E(e)+u,e="";else{var m=(e=+e)<0||1/e<0;if(e=isNaN(e)?g:E(Math.abs(e),x),A&&(e=function(e){e:for(var t,r=e.length,n=1,o=-1;n<r;++n)switch(e[n]){case".":o=t=n;break;case"0":0===o&&(o=n),t=n;break;default:if(!+e[n])break e;o>0&&(o=0)}return o>0?e.slice(0,o)+e.slice(t+1):e}(e)),m&&0==+e&&"+"!==o&&(m=!1),c=(m?"("===o?o:v:"-"===o||"("===o?"":o)+c,u=("s"===w?h[8+n/3]:"")+u+(m&&"("===o?")":""),C)for(i=-1,s=e.length;++i<s;)if(48>(l=e.charCodeAt(i))||l>57){u=(46===l?d+e.slice(i+1):e.slice(i))+u,e=e.slice(0,i);break}}b&&!f&&(e=a(e,1/0));var T=c.length+e.length+u.length,R=T<y?new Array(y-T+1).join(t):"";switch(b&&f&&(e=a(R+e,R.length?y-u.length:1/0),R=""),r){case"<":e=c+e+u+R;break;case"=":e=c+R+e+u;break;case"^":e=R.slice(0,T=R.length>>1)+c+e+u+R.slice(T);break;default:e=R+c+e+u}return p(e)}return x=void 0===x?6:/[gprs]/.test(w)?Math.max(1,Math.min(21,x)):Math.max(0,Math.min(20,x)),T.toString=function(){return e+""},T}return{format:y,formatPrefix:function(e,t){var r=y(((e=(0,i.A)(e)).type="f",e)),n=3*Math.max(-8,Math.min(8,Math.floor((0,o.A)(t)/3))),a=Math.pow(10,-n),s=h[8+n/3];return function(e){return r(a*e)+s}}}}({thousands:",",grouping:[3],currency:["$",""]}),d=u.format,p=u.formatPrefix},12197:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(58646);function o(e){return(e=(0,n.f)(Math.abs(e)))?e[1]:NaN}},58646:(e,t,r)=>{"use strict";function n(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)}function o(e,t){if((r=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var r,n=e.slice(0,r);return[n.length>1?n[0]+n.slice(2):n,+e.slice(r+1)]}r.d(t,{A:()=>n,f:()=>o})},46317:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function o(e){if(!(t=n.exec(e)))throw new Error("invalid format: "+e);var t;return new i({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}function i(e){this.fill=void 0===e.fill?" ":e.fill+"",this.align=void 0===e.align?">":e.align+"",this.sign=void 0===e.sign?"-":e.sign+"",this.symbol=void 0===e.symbol?"":e.symbol+"",this.zero=!!e.zero,this.width=void 0===e.width?void 0:+e.width,this.comma=!!e.comma,this.precision=void 0===e.precision?void 0:+e.precision,this.trim=!!e.trim,this.type=void 0===e.type?"":e.type+""}o.prototype=i.prototype,i.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type}},82442:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=e=>()=>e},24963:(e,t,r)=>{"use strict";function n(e,t){return e=+e,t=+t,function(r){return e*(1-r)+t*r}}r.d(t,{A:()=>n})},20095:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>s,Ik:()=>c});var n=r(25319);function o(e,t,r,n,o){var i=e*e,a=i*e;return((1-3*e+3*i-a)*t+(4-6*i+3*a)*r+(1+3*e+3*i-3*a)*n+a*o)/6}var i=r(82442);function a(e,t){var r=t-e;return r?function(e,t){return function(r){return e+r*t}}(e,r):(0,i.A)(isNaN(e)?t:e)}const s=function e(t){var r=function(e){return 1==(e=+e)?a:function(t,r){return r-t?function(e,t,r){return e=Math.pow(e,r),t=Math.pow(t,r)-e,r=1/r,function(n){return Math.pow(e+n*t,r)}}(t,r,e):(0,i.A)(isNaN(t)?r:t)}}(t);function o(e,t){var o=r((e=(0,n.Qh)(e)).r,(t=(0,n.Qh)(t)).r),i=r(e.g,t.g),s=r(e.b,t.b),l=a(e.opacity,t.opacity);return function(t){return e.r=o(t),e.g=i(t),e.b=s(t),e.opacity=l(t),e+""}}return o.gamma=e,o}(1);function l(e){return function(t){var r,o,i=t.length,a=new Array(i),s=new Array(i),l=new Array(i);for(r=0;r<i;++r)o=(0,n.Qh)(t[r]),a[r]=o.r||0,s[r]=o.g||0,l[r]=o.b||0;return a=e(a),s=e(s),l=e(l),o.opacity=1,function(e){return o.r=a(e),o.g=s(e),o.b=l(e),o+""}}}var c=l((function(e){var t=e.length-1;return function(r){var n=r<=0?r=0:r>=1?(r=1,t-1):Math.floor(r*t),i=e[n],a=e[n+1],s=n>0?e[n-1]:2*i-a,l=n<t-1?e[n+2]:2*a-i;return o((r-n/t)*t,s,i,a,l)}}));l((function(e){var t=e.length;return function(r){var n=Math.floor(((r%=1)<0?++r:r)*t),i=e[(n+t-1)%t],a=e[n%t],s=e[(n+1)%t],l=e[(n+2)%t];return o((r-n/t)*t,i,a,s,l)}}))},61300:(e,t,r)=>{"use strict";function n(e,t){return e=+e,t=+t,function(r){return Math.round(e*(1-r)+t*r)}}r.d(t,{A:()=>n})},20314:(e,t,r)=>{"use strict";r.d(t,{A:()=>h});var n=r(25319),o=r(20095);function i(e,t){var r,n=t?t.length:0,o=e?Math.min(n,e.length):0,i=new Array(o),a=new Array(n);for(r=0;r<o;++r)i[r]=h(e[r],t[r]);for(;r<n;++r)a[r]=t[r];return function(e){for(r=0;r<o;++r)a[r]=i[r](e);return a}}function a(e,t){var r=new Date;return e=+e,t=+t,function(n){return r.setTime(e*(1-n)+t*n),r}}var s=r(24963);function l(e,t){var r,n={},o={};for(r in null!==e&&"object"==typeof e||(e={}),null!==t&&"object"==typeof t||(t={}),t)r in e?n[r]=h(e[r],t[r]):o[r]=t[r];return function(e){for(r in n)o[r]=n[r](e);return o}}var c=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,u=new RegExp(c.source,"g");function d(e,t){var r,n,o,i=c.lastIndex=u.lastIndex=0,a=-1,l=[],d=[];for(e+="",t+="";(r=c.exec(e))&&(n=u.exec(t));)(o=n.index)>i&&(o=t.slice(i,o),l[a]?l[a]+=o:l[++a]=o),(r=r[0])===(n=n[0])?l[a]?l[a]+=n:l[++a]=n:(l[++a]=null,d.push({i:a,x:(0,s.A)(r,n)})),i=u.lastIndex;return i<t.length&&(o=t.slice(i),l[a]?l[a]+=o:l[++a]=o),l.length<2?d[0]?function(e){return function(t){return e(t)+""}}(d[0].x):function(e){return function(){return e}}(t):(t=d.length,function(e){for(var r,n=0;n<t;++n)l[(r=d[n]).i]=r.x(e);return l.join("")})}var p=r(82442);function f(e,t){t||(t=[]);var r,n=e?Math.min(t.length,e.length):0,o=t.slice();return function(i){for(r=0;r<n;++r)o[r]=e[r]*(1-i)+t[r]*i;return o}}function h(e,t){var r,c,u=typeof t;return null==t||"boolean"===u?(0,p.A)(t):("number"===u?s.A:"string"===u?(r=(0,n.Ay)(t))?(t=r,o.Ay):d:t instanceof n.Ay?o.Ay:t instanceof Date?a:(c=t,!ArrayBuffer.isView(c)||c instanceof DataView?Array.isArray(t)?i:"function"!=typeof t.valueOf&&"function"!=typeof t.toString||isNaN(t)?l:s.A:f))(e,t)}},90493:(e,t,r)=>{"use strict";r.d(t,{C:()=>f,Ay:()=>m,D_:()=>c,Gu:()=>h});var n=r(88627),o=r(20314),i=r(24963),a=r(61300);function s(e){return+e}var l=[0,1];function c(e){return e}function u(e,t){return(t-=e=+e)?function(r){return(r-e)/t}:(r=isNaN(t)?NaN:.5,function(){return r});var r}function d(e,t,r){var n=e[0],o=e[1],i=t[0],a=t[1];return o<n?(n=u(o,n),i=r(a,i)):(n=u(n,o),i=r(i,a)),function(e){return i(n(e))}}function p(e,t,r){var o=Math.min(e.length,t.length)-1,i=new Array(o),a=new Array(o),s=-1;for(e[o]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++s<o;)i[s]=u(e[s],e[s+1]),a[s]=r(t[s],t[s+1]);return function(t){var r=(0,n.Ay)(e,t,1,o)-1;return a[r](i[r](t))}}function f(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function h(){var e,t,r,n,u,f,h=l,m=l,v=o.A,g=c;function y(){var e,t,r,o=Math.min(h.length,m.length);return g!==c&&(e=h[0],t=h[o-1],e>t&&(r=e,e=t,t=r),g=function(r){return Math.max(e,Math.min(t,r))}),n=o>2?p:d,u=f=null,b}function b(t){return null==t||isNaN(t=+t)?r:(u||(u=n(h.map(e),m,v)))(e(g(t)))}return b.invert=function(r){return g(t((f||(f=n(m,h.map(e),i.A)))(r)))},b.domain=function(e){return arguments.length?(h=Array.from(e,s),y()):h.slice()},b.range=function(e){return arguments.length?(m=Array.from(e),y()):m.slice()},b.rangeRound=function(e){return m=Array.from(e),v=a.A,y()},b.clamp=function(e){return arguments.length?(g=!!e||c,y()):g!==c},b.interpolate=function(e){return arguments.length?(v=e,y()):v},b.unknown=function(e){return arguments.length?(r=e,b):r},function(r,n){return e=r,t=n,y()}}function m(){return h()(c,c)}},6219:(e,t,r)=>{"use strict";function n(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e)}return this}function o(e,t){switch(arguments.length){case 0:break;case 1:"function"==typeof e?this.interpolator(e):this.range(e);break;default:this.domain(e),"function"==typeof t?this.interpolator(t):this.range(t)}return this}r.d(t,{C:()=>n,K:()=>o})},45824:(e,t,r)=>{"use strict";r.d(t,{A:()=>u,C:()=>c});var n=r(42480),o=r(90493),i=r(6219),a=r(46317),s=r(12197),l=r(64643);function c(e){var t=e.domain;return e.ticks=function(e){var r=t();return(0,n.Ay)(r[0],r[r.length-1],null==e?10:e)},e.tickFormat=function(e,r){var o=t();return function(e,t,r,o){var i,c=(0,n.sG)(e,t,r);switch((o=(0,a.A)(null==o?",f":o)).type){case"s":var u=Math.max(Math.abs(e),Math.abs(t));return null!=o.precision||isNaN(i=function(e,t){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor((0,s.A)(t)/3)))-(0,s.A)(Math.abs(e)))}(c,u))||(o.precision=i),(0,l.s)(o,u);case"":case"e":case"g":case"p":case"r":null!=o.precision||isNaN(i=function(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,(0,s.A)(t)-(0,s.A)(e))+1}(c,Math.max(Math.abs(e),Math.abs(t))))||(o.precision=i-("e"===o.type));break;case"f":case"%":null!=o.precision||isNaN(i=function(e){return Math.max(0,-(0,s.A)(Math.abs(e)))}(c))||(o.precision=i-2*("%"===o.type))}return(0,l.GP)(o)}(o[0],o[o.length-1],null==e?10:e,r)},e.nice=function(r){null==r&&(r=10);var o,i,a=t(),s=0,l=a.length-1,c=a[s],u=a[l],d=10;for(u<c&&(i=c,c=u,u=i,i=s,s=l,l=i);d-- >0;){if((i=(0,n.lq)(c,u,r))===o)return a[s]=c,a[l]=u,t(a);if(i>0)c=Math.floor(c/i)*i,u=Math.ceil(u/i)*i;else{if(!(i<0))break;c=Math.ceil(c*i)/i,u=Math.floor(u*i)/i}o=i}return e},e}function u(){var e=(0,o.Ay)();return e.copy=function(){return(0,o.C)(e,u())},i.C.apply(e,arguments),c(e)}},35873:(e,t,r)=>{"use strict";r.d(t,{A:()=>m,g:()=>h});var n=r(42480),o=r(46317),i=r(64643),a=r(90493),s=r(6219);function l(e){return Math.log(e)}function c(e){return Math.exp(e)}function u(e){return-Math.log(-e)}function d(e){return-Math.exp(-e)}function p(e){return isFinite(e)?+("1e"+e):e<0?0:e}function f(e){return(t,r)=>-e(-t,r)}function h(e){const t=e(l,c),r=t.domain;let a,s,h=10;function m(){return a=function(e){return e===Math.E?Math.log:10===e&&Math.log10||2===e&&Math.log2||(e=Math.log(e),t=>Math.log(t)/e)}(h),s=function(e){return 10===e?p:e===Math.E?Math.exp:t=>Math.pow(e,t)}(h),r()[0]<0?(a=f(a),s=f(s),e(u,d)):e(l,c),t}return t.base=function(e){return arguments.length?(h=+e,m()):h},t.domain=function(e){return arguments.length?(r(e),m()):r()},t.ticks=e=>{const t=r();let o=t[0],i=t[t.length-1];const l=i<o;l&&([o,i]=[i,o]);let c,u,d=a(o),p=a(i);const f=null==e?10:+e;let m=[];if(!(h%1)&&p-d<f){if(d=Math.floor(d),p=Math.ceil(p),o>0){for(;d<=p;++d)for(c=1;c<h;++c)if(u=d<0?c/s(-d):c*s(d),!(u<o)){if(u>i)break;m.push(u)}}else for(;d<=p;++d)for(c=h-1;c>=1;--c)if(u=d>0?c/s(-d):c*s(d),!(u<o)){if(u>i)break;m.push(u)}2*m.length<f&&(m=(0,n.Ay)(o,i,f))}else m=(0,n.Ay)(d,p,Math.min(p-d,f)).map(s);return l?m.reverse():m},t.tickFormat=(e,r)=>{if(null==e&&(e=10),null==r&&(r=10===h?"s":","),"function"!=typeof r&&(h%1||null!=(r=(0,o.A)(r)).precision||(r.trim=!0),r=(0,i.GP)(r)),e===1/0)return r;const n=Math.max(1,h*e/t.ticks().length);return e=>{let t=e/s(Math.round(a(e)));return t*h<h-.5&&(t*=h),t<=n?r(e):""}},t.nice=()=>r(function(e,t){var r,n=0,o=(e=e.slice()).length-1,i=e[n],a=e[o];return a<i&&(r=n,n=o,o=r,r=i,i=a,a=r),e[n]=t.floor(i),e[o]=t.ceil(a),e}(r(),{floor:e=>s(Math.floor(a(e))),ceil:e=>s(Math.ceil(a(e)))})),t}function m(){const e=h((0,a.Gu)()).domain([1,10]);return e.copy=()=>(0,a.C)(e,m()).base(e.base()),s.C.apply(e,arguments),e}},6754:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(88627),o=r(45824),i=r(6219);function a(){var e,t=0,r=1,s=1,l=[.5],c=[0,1];function u(t){return null!=t&&t<=t?c[(0,n.Ay)(l,t,0,s)]:e}function d(){var e=-1;for(l=new Array(s);++e<s;)l[e]=((e+1)*r-(e-s)*t)/(s+1);return u}return u.domain=function(e){return arguments.length?([t,r]=e,t=+t,r=+r,d()):[t,r]},u.range=function(e){return arguments.length?(s=(c=Array.from(e)).length-1,d()):c.slice()},u.invertExtent=function(e){var n=c.indexOf(e);return n<0?[NaN,NaN]:n<1?[t,l[0]]:n>=s?[l[s-1],r]:[l[n-1],l[n]]},u.unknown=function(t){return arguments.length?(e=t,u):u},u.thresholds=function(){return l.slice()},u.copy=function(){return a().domain([t,r]).range(c).unknown(e)},i.C.apply((0,o.C)(u),arguments)}},63672:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(6614),o=r(7552);const i=function(e){const t=e;return t.__esModule?t.default:e}(r(2051).A),a=o.forwardRef((function(e,t){var r,a;const s=o.useMemo((()=>{var t;const r=null===(t=e.slotProps)||void 0===t?void 0:t.paper;return r instanceof Function?e=>{const t=r(e);return{...t,style:{pointerEvents:"auto",...null==t?void 0:t.style}}}:{...r,style:{pointerEvents:"auto",...null==r?void 0:r.style}}}),[null===(r=e.slotProps)||void 0===r?void 0:r.paper]);return o.createElement(i,(0,n.A)({},e,{ref:t,style:{pointerEvents:"none",...e.style},PaperProps:{...e.PaperProps,style:{pointerEvents:"auto",...null===(a=e.PaperProps)||void 0===a?void 0:a.style}},slotProps:{...e.slotProps,paper:s}}))}))},45266:(e,t,r)=>{"use strict";r.d(t,{oe:()=>h,_k:()=>f,NA:()=>v,dB:()=>m,cO:()=>p,T6:()=>u});var n=r(7552),o=r.t(n,2);function i(e){if("undefined"==typeof window)return e;const t=n.useRef(null);return n.useLayoutEffect((()=>{t.current=e})),n.useCallback(((...e)=>{var r;null===(r=t.current)||void 0===r||r.call(t,...e)}),[])}const a={},s={isOpen:!1,setAnchorElUsed:!1,anchorEl:void 0,anchorPosition:void 0,hovered:!1,focused:!1,_openEventType:null,_childPopupState:null,_deferNextOpen:!1,_deferNextClose:!1},l=o,c="useId"in o?()=>l.useId():()=>{};function u({parentPopupState:e,popupId:t=c(),variant:r,disableAutoFocus:o}){const l=(0,n.useRef)(!0);(0,n.useEffect)((()=>(l.current=!0,()=>{l.current=!1})),[]);const[u,d]=(0,n.useState)(s),p=(0,n.useCallback)((e=>{l.current&&d(e)}),[]),f=(0,n.useCallback)((e=>p((t=>({...t,setAnchorElUsed:!0,anchorEl:e??void 0})))),[]),h=i((e=>(u.isOpen?y(e):m(e),u))),m=i((t=>{const n=t instanceof Element?void 0:t,o=t instanceof Element?t:(null==t?void 0:t.currentTarget)instanceof Element?t.currentTarget:void 0;if("touchstart"===(null==n?void 0:n.type))return void p((e=>({...e,_deferNextOpen:!0})));const i=null==n?void 0:n.clientX,s=null==n?void 0:n.clientY,l="number"==typeof i&&"number"==typeof s?{left:i,top:s}:void 0,c=i=>{if(t||i.setAnchorElUsed||"dialog"===r||(a["missingEventOrAnchorEl"]||(a.missingEventOrAnchorEl=!0,console.error("[material-ui-popup-state] WARNING","eventOrAnchorEl should be defined if setAnchorEl is not used"))),e){if(!e.isOpen)return i;setTimeout((()=>e._setChildPopupState(S)))}const s={...i,isOpen:!0,anchorPosition:l,hovered:"mouseover"===(null==n?void 0:n.type)||i.hovered,focused:"focus"===(null==n?void 0:n.type)||i.focused,_openEventType:null==n?void 0:n.type};return i.setAnchorElUsed||(null!=n&&n.currentTarget?s.anchorEl=null==n?void 0:n.currentTarget:o&&(s.anchorEl=o)),s};p((e=>e._deferNextOpen?(setTimeout((()=>p(c)),0),{...e,_deferNextOpen:!1}):c(e)))})),v=t=>{const{_childPopupState:r}=t;return setTimeout((()=>{null==r||r.close(),null==e||e._setChildPopupState(null)})),{...t,isOpen:!1,hovered:!1,focused:!1}},y=i((e=>{const t=e instanceof Element?void 0:e;"touchstart"!==(null==t?void 0:t.type)?p((e=>e._deferNextClose?(setTimeout((()=>p(v)),0),{...e,_deferNextClose:!1}):v(e))):p((e=>({...e,_deferNextClose:!0})))})),b=(0,n.useCallback)(((e,t)=>{e?m(t):y(t)}),[]),x=i((e=>{const{relatedTarget:t}=e;p((e=>!e.hovered||t instanceof Element&&g(t,S)?e:e.focused?{...e,hovered:!1}:v(e)))})),A=i((e=>{if(!e)return;const{relatedTarget:t}=e;p((e=>!e.focused||t instanceof Element&&g(t,S)?e:e.hovered?{...e,focused:!1}:v(e)))})),w=(0,n.useCallback)((e=>p((t=>({...t,_childPopupState:e})))),[]),S={...u,setAnchorEl:f,popupId:t??void 0,variant:r,open:m,close:y,toggle:h,setOpen:b,onBlur:A,onMouseLeave:x,disableAutoFocus:o??Boolean(u.hovered||u.focused),_setChildPopupState:w};return S}function d({isOpen:e,popupId:t,variant:r}){return{..."popover"===r?{"aria-haspopup":!0,"aria-controls":e?t:void 0}:"popper"===r?{"aria-describedby":e?t:void 0}:void 0}}function p(e){return{...d(e),onClick:e.open,onTouchStart:e.open}}function f(e){const{open:t,onMouseLeave:r}=e;return{...d(e),onTouchStart:t,onMouseOver:t,onMouseLeave:r}}function h(e){const{open:t,onBlur:r}=e;return{...d(e),onFocus:t,onBlur:r}}function m({isOpen:e,anchorEl:t,anchorPosition:r,close:n,popupId:o,onMouseLeave:i,disableAutoFocus:a,_openEventType:s}){return{id:o,anchorEl:t,anchorPosition:r,anchorReference:"contextmenu"===s?"anchorPosition":"anchorEl",open:e,onClose:n,onMouseLeave:i,...a&&{disableAutoFocus:!0,disableEnforceFocus:!0,disableRestoreFocus:!0}}}function v({isOpen:e,anchorEl:t,anchorPosition:r,close:n,popupId:o,onMouseLeave:i,disableAutoFocus:a,_openEventType:s}){return{id:o,anchorEl:t,anchorPosition:r,anchorReference:"contextmenu"===s?"anchorPosition":"anchorEl",open:e,onClose:n,onMouseLeave:i,...a&&{autoFocus:!1,disableAutoFocusItem:!0,disableAutoFocus:!0,disableEnforceFocus:!0,disableRestoreFocus:!0}}}function g(e,t){const{anchorEl:r,_childPopupState:n}=t;return y(r,e)||y(function(e,{popupId:t}){if(!t)return null;const r="function"==typeof e.getRootNode?e.getRootNode():document;return"function"==typeof r.getElementById?r.getElementById(t):null}(e,t),e)||null!=n&&g(e,n)}function y(e,t){if(!e)return!1;for(;t;){if(t===e)return!0;t=t.parentElement}return!1}},74805:(e,t,r)=>{"use strict";r.d(t,{AQ:()=>d,C6:()=>o,Ju:()=>s,N3:()=>u,YH:()=>a,fX:()=>c,sH:()=>i,xN:()=>p,zs:()=>l});var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)};function o(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}function i(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{l(n.next(e))}catch(e){i(e)}}function s(e){try{l(n.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}l((n=n.apply(e,t||[])).next())}))}function a(e,t){var r,n,o,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},a=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return a.next=s(0),a.throw=s(1),a.return=s(2),"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(r)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(r=1,n&&(o=2&s[0]?n.return:s[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,s[1])).done)return o;switch(n=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,n=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!((o=(o=i.trys).length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],n=0}finally{r=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}}function s(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function l(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a}function c(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))}function u(e){return this instanceof u?(this.v=e,this):new u(e)}function d(e,t,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n,o=r.apply(e,t||[]),i=[];return n=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",(function(e){return function(t){return Promise.resolve(t).then(e,c)}})),n[Symbol.asyncIterator]=function(){return this},n;function a(e,t){o[e]&&(n[e]=function(t){return new Promise((function(r,n){i.push([e,t,r,n])>1||s(e,t)}))},t&&(n[e]=t(n[e])))}function s(e,t){try{(r=o[e](t)).value instanceof u?Promise.resolve(r.value.v).then(l,c):d(i[0][2],r)}catch(e){d(i[0][3],e)}var r}function l(e){s("next",e)}function c(e){s("throw",e)}function d(e,t){e(t),i.shift(),i.length&&s(i[0][0],i[0][1])}}function p(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=s(e),t={},n("next"),n("throw"),n("return"),t[Symbol.asyncIterator]=function(){return this},t);function n(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){!function(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}(n,o,(t=e[r](t)).done,t.value)}))}}}Object.create,Object.create,"function"==typeof SuppressedError&&SuppressedError}}]); |
49f3d3878413
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff
changeset
|
76 //# sourceMappingURL=5255.af554ced.chunk.js.map |