-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path1026.a0a19a786a33a775.js
1 lines (1 loc) · 198 KB
/
1026.a0a19a786a33a775.js
1
"use strict";(self.webpackChunkmaterial_angular_io=self.webpackChunkmaterial_angular_io||[]).push([[1026],{8170:(ue,J,h)=>{h.d(J,{a:()=>A});var e=h(4438),b=h(5286),r=h(5817),y=h(8728),W=h(8712),j=h(7605);class G{constructor(P){this._box=P,this._destroyed=new b.B7,this._resizeSubject=new b.B7,this._elementObservables=new Map,typeof ResizeObserver<"u"&&(this._resizeObserver=new ResizeObserver(N=>this._resizeSubject.next(N)))}observe(P){return this._elementObservables.has(P)||this._elementObservables.set(P,new r.c(N=>{const H=this._resizeSubject.subscribe(N);return this._resizeObserver?.observe(P,{box:this._box}),()=>{this._resizeObserver?.unobserve(P),H.unsubscribe(),this._elementObservables.delete(P)}}).pipe((0,y.p)(N=>N.some(H=>H.target===P)),(0,W.t)({bufferSize:1,refCount:!0}),(0,j.Q)(this._destroyed))),this._elementObservables.get(P)}destroy(){this._destroyed.next(),this._destroyed.complete(),this._resizeSubject.complete(),this._elementObservables.clear()}}let A=(()=>{class w{constructor(){this._observers=new Map,this._ngZone=(0,e.WQX)(e.SKi)}ngOnDestroy(){for(const[,N]of this._observers)N.destroy();this._observers.clear()}observe(N,H){const X=H?.box||"content-box";return this._observers.has(X)||this._observers.set(X,new G(X)),this._observers.get(X).observe(N)}static#e=this.\u0275fac=function(H){return new(H||w)};static#t=this.\u0275prov=e.jDH({token:w,factory:w.\u0275fac,providedIn:"root"})}return w})()},7403:(ue,J,h)=>{h.d(J,{EE:()=>X,Lf:()=>N,P8:()=>P,xb:()=>H});var e=h(6860),b=h(4438),r=h(4085),y=h(1235),W=h(5286),j=h(3586),I=h(8542),G=h(7605),A=h(177);const w=(0,e.BQ)({passive:!0});let P=(()=>{class D{constructor(d,_){this._platform=d,this._ngZone=_,this._monitoredElements=new Map}monitor(d){if(!this._platform.isBrowser)return y.w;const _=(0,r.i8)(d),p=this._monitoredElements.get(_);if(p)return p.subject;const B=new W.B7,g="cdk-text-field-autofilled",C=E=>{"cdk-text-field-autofill-start"!==E.animationName||_.classList.contains(g)?"cdk-text-field-autofill-end"===E.animationName&&_.classList.contains(g)&&(_.classList.remove(g),this._ngZone.run(()=>B.next({target:E.target,isAutofilled:!1}))):(_.classList.add(g),this._ngZone.run(()=>B.next({target:E.target,isAutofilled:!0})))};return this._ngZone.runOutsideAngular(()=>{_.addEventListener("animationstart",C,w),_.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(_,{subject:B,unlisten:()=>{_.removeEventListener("animationstart",C,w)}}),B}stopMonitoring(d){const _=(0,r.i8)(d),p=this._monitoredElements.get(_);p&&(p.unlisten(),p.subject.complete(),_.classList.remove("cdk-text-field-autofill-monitored"),_.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(_))}ngOnDestroy(){this._monitoredElements.forEach((d,_)=>this.stopMonitoring(_))}static#e=this.\u0275fac=function(_){return new(_||D)(b.KVO(e.OD),b.KVO(b.SKi))};static#t=this.\u0275prov=b.jDH({token:D,factory:D.\u0275fac,providedIn:"root"})}return D})(),N=(()=>{class D{constructor(d,_){this._elementRef=d,this._autofillMonitor=_,this.cdkAutofill=new b.bkB}ngOnInit(){this._autofillMonitor.monitor(this._elementRef).subscribe(d=>this.cdkAutofill.emit(d))}ngOnDestroy(){this._autofillMonitor.stopMonitoring(this._elementRef)}static#e=this.\u0275fac=function(_){return new(_||D)(b.rXU(b.aKT),b.rXU(P))};static#t=this.\u0275dir=b.FsC({type:D,selectors:[["","cdkAutofill",""]],outputs:{cdkAutofill:"cdkAutofill"},standalone:!0})}return D})(),H=(()=>{class D{get minRows(){return this._minRows}set minRows(d){this._minRows=(0,r.OE)(d),this._setMinHeight()}get maxRows(){return this._maxRows}set maxRows(d){this._maxRows=(0,r.OE)(d),this._setMaxHeight()}get enabled(){return this._enabled}set enabled(d){this._enabled!==d&&((this._enabled=d)?this.resizeToFitContent(!0):this.reset())}get placeholder(){return this._textareaElement.placeholder}set placeholder(d){this._cachedPlaceholderHeight=void 0,d?this._textareaElement.setAttribute("placeholder",d):this._textareaElement.removeAttribute("placeholder"),this._cacheTextareaPlaceholderHeight()}constructor(d,_,p,B){this._elementRef=d,this._platform=_,this._ngZone=p,this._destroyed=new W.B7,this._enabled=!0,this._previousMinRows=-1,this._isViewInited=!1,this._handleFocusEvent=g=>{this._hasFocus="focus"===g.type},this._document=B,this._textareaElement=this._elementRef.nativeElement}_setMinHeight(){const d=this.minRows&&this._cachedLineHeight?this.minRows*this._cachedLineHeight+"px":null;d&&(this._textareaElement.style.minHeight=d)}_setMaxHeight(){const d=this.maxRows&&this._cachedLineHeight?this.maxRows*this._cachedLineHeight+"px":null;d&&(this._textareaElement.style.maxHeight=d)}ngAfterViewInit(){this._platform.isBrowser&&(this._initialHeight=this._textareaElement.style.height,this.resizeToFitContent(),this._ngZone.runOutsideAngular(()=>{const d=this._getWindow();(0,j.R)(d,"resize").pipe((0,I.Z)(16),(0,G.Q)(this._destroyed)).subscribe(()=>this.resizeToFitContent(!0)),this._textareaElement.addEventListener("focus",this._handleFocusEvent),this._textareaElement.addEventListener("blur",this._handleFocusEvent)}),this._isViewInited=!0,this.resizeToFitContent(!0))}ngOnDestroy(){this._textareaElement.removeEventListener("focus",this._handleFocusEvent),this._textareaElement.removeEventListener("blur",this._handleFocusEvent),this._destroyed.next(),this._destroyed.complete()}_cacheTextareaLineHeight(){if(this._cachedLineHeight)return;let d=this._textareaElement.cloneNode(!1);d.rows=1,d.style.position="absolute",d.style.visibility="hidden",d.style.border="none",d.style.padding="0",d.style.height="",d.style.minHeight="",d.style.maxHeight="",d.style.overflow="hidden",this._textareaElement.parentNode.appendChild(d),this._cachedLineHeight=d.clientHeight,d.remove(),this._setMinHeight(),this._setMaxHeight()}_measureScrollHeight(){const d=this._textareaElement,_=d.style.marginBottom||"",p=this._platform.FIREFOX,B=p&&this._hasFocus,g=p?"cdk-textarea-autosize-measuring-firefox":"cdk-textarea-autosize-measuring";B&&(d.style.marginBottom=`${d.clientHeight}px`),d.classList.add(g);const C=d.scrollHeight-4;return d.classList.remove(g),B&&(d.style.marginBottom=_),C}_cacheTextareaPlaceholderHeight(){if(!this._isViewInited||null!=this._cachedPlaceholderHeight)return;if(!this.placeholder)return void(this._cachedPlaceholderHeight=0);const d=this._textareaElement.value;this._textareaElement.value=this._textareaElement.placeholder,this._cachedPlaceholderHeight=this._measureScrollHeight(),this._textareaElement.value=d}ngDoCheck(){this._platform.isBrowser&&this.resizeToFitContent()}resizeToFitContent(d=!1){if(!this._enabled||(this._cacheTextareaLineHeight(),this._cacheTextareaPlaceholderHeight(),!this._cachedLineHeight))return;const _=this._elementRef.nativeElement,p=_.value;if(!d&&this._minRows===this._previousMinRows&&p===this._previousValue)return;const B=this._measureScrollHeight(),g=Math.max(B,this._cachedPlaceholderHeight||0);_.style.height=`${g}px`,this._ngZone.runOutsideAngular(()=>{typeof requestAnimationFrame<"u"?requestAnimationFrame(()=>this._scrollToCaretPosition(_)):setTimeout(()=>this._scrollToCaretPosition(_))}),this._previousValue=p,this._previousMinRows=this._minRows}reset(){void 0!==this._initialHeight&&(this._textareaElement.style.height=this._initialHeight)}_noopInputHandler(){}_getDocument(){return this._document||document}_getWindow(){return this._getDocument().defaultView||window}_scrollToCaretPosition(d){const{selectionStart:_,selectionEnd:p}=d;!this._destroyed.isStopped&&this._hasFocus&&d.setSelectionRange(_,p)}static#e=this.\u0275fac=function(_){return new(_||D)(b.rXU(b.aKT),b.rXU(e.OD),b.rXU(b.SKi),b.rXU(A.qQ,8))};static#t=this.\u0275dir=b.FsC({type:D,selectors:[["textarea","cdkTextareaAutosize",""]],hostAttrs:["rows","1",1,"cdk-textarea-autosize"],hostBindings:function(_,p){1&_&&b.bIt("input",function(){return p._noopInputHandler()})},inputs:{minRows:[0,"cdkAutosizeMinRows","minRows"],maxRows:[0,"cdkAutosizeMaxRows","maxRows"],enabled:[2,"cdkTextareaAutosize","enabled",b.L39],placeholder:"placeholder"},exportAs:["cdkTextareaAutosize"],standalone:!0,features:[b.GFd]})}return D})(),X=(()=>{class D{static#e=this.\u0275fac=function(_){return new(_||D)};static#t=this.\u0275mod=b.$C({type:D});static#i=this.\u0275inj=b.G2t({})}return D})()},1026:(ue,J,h)=>{h.r(J),h.d(J,{TooltipAutoHideExample:()=>X,TooltipCustomClassExample:()=>D,TooltipDelayExample:()=>Y,TooltipDisabledExample:()=>d,TooltipHarnessExample:()=>q,TooltipManualExample:()=>_,TooltipMessageExample:()=>p,TooltipModifiedDefaultsExample:()=>g,TooltipOverviewExample:()=>C,TooltipPositionAtOriginExample:()=>L,TooltipPositionExample:()=>E});var e=h(4438),b=h(9417),r=h(4823),y=h(8834),W=h(5478),j=h(2798),I=h(3719),G=h(6600),A=h(9042),w=h(2765);function P(x,ee){if(1&x&&(e.j41(0,"mat-option",2),e.EFF(1),e.k0s()),2&x){const R=ee.$implicit;e.Y8G("value",R),e.R7$(),e.JRh(R)}}function N(x,ee){if(1&x&&(e.j41(0,"mat-option",2),e.EFF(1),e.k0s()),2&x){const R=ee.$implicit;e.Y8G("value",R),e.R7$(),e.JRh(R)}}let X=(()=>{class x{constructor(){this.positionOptions=["below","above","left","right"],this.position=new b.MJ(this.positionOptions[0])}static#e=this.\u0275fac=function(M){return new(M||x)};static#t=this.\u0275cmp=e.VBU({type:x,selectors:[["tooltip-auto-hide-example"]],standalone:!0,features:[e.aNF],decls:10,vars:2,consts:[["tooltip","matTooltip"],[3,"formControl"],[3,"value"],["cdkScrollable","",1,"example-container"],["mat-raised-button","","matTooltip","Info about the action","matTooltipHideDelay","100000","aria-label","Button that displays a tooltip that hides when scrolled out of the container",1,"example-button",3,"matTooltipPosition"]],template:function(M,O){1&M&&(e.j41(0,"mat-form-field")(1,"mat-label"),e.EFF(2,"Tooltip position"),e.k0s(),e.j41(3,"mat-select",1),e.Z7z(4,P,2,2,"mat-option",2,e.fX1),e.k0s()(),e.j41(6,"div",3)(7,"button",4,0),e.EFF(9," Action "),e.k0s()()),2&M&&(e.R7$(3),e.Y8G("formControl",O.position),e.R7$(),e.Dyx(O.positionOptions),e.R7$(3),e.Y8G("matTooltipPosition",O.position.value))},dependencies:[I.RG,I.rl,I.nJ,j.Ve,W.uv,j.VO,G.wT,b.YN,b.BC,b.X1,b.l_,y.Hl,y.$z,r.uc,r.oV],styles:[".example-button[_ngcontent-%COMP%] {\n display: block;\n margin: 80px auto 400px;\n}\n\n.example-container[_ngcontent-%COMP%] {\n height: 200px;\n overflow: auto;\n border: 1px solid #ccc;\n}"]})}return x})(),D=(()=>{class x{static#e=this.\u0275fac=function(M){return new(M||x)};static#t=this.\u0275cmp=e.VBU({type:x,selectors:[["tooltip-custom-class-example"]],standalone:!0,features:[e.aNF],decls:2,vars:0,consts:[["mat-raised-button","","matTooltip","Info about the action","matTooltipClass","example-tooltip-uppercase","aria-label","Button that shows a red tooltip",1,"example-button"]],template:function(M,O){1&M&&(e.j41(0,"button",0),e.EFF(1," Uppercase-tooltip Action\n"),e.k0s())},dependencies:[y.Hl,y.$z,r.uc,r.oV],styles:[".example-button {\n margin-top: 16px;\n}\n\n.example-tooltip-uppercase {\n text-transform: uppercase;\n}\n"],encapsulation:2})}return x})(),Y=(()=>{class x{constructor(){this.showDelay=new b.MJ(1e3),this.hideDelay=new b.MJ(2e3)}static#e=this.\u0275fac=function(M){return new(M||x)};static#t=this.\u0275cmp=e.VBU({type:x,selectors:[["tooltip-delay-example"]],standalone:!0,features:[e.aNF],decls:14,vars:4,consts:[[1,"example-user-input"],["matInput","","type","number","aria-label","Adds a delay between hovering over the button and displaying the tooltip",3,"formControl"],["matInput","","type","number","aria-label","Adds a delay between hovering away from the button and hiding the tooltip",3,"formControl"],["mat-raised-button","","matTooltip","Info about the action","aria-label","Button that displays a tooltip with a customized delay in showing and hiding",3,"matTooltipShowDelay","matTooltipHideDelay"]],template:function(M,O){1&M&&(e.j41(0,"mat-form-field",0)(1,"mat-label"),e.EFF(2,"Show delay"),e.k0s(),e.nrm(3,"input",1),e.j41(4,"mat-hint"),e.EFF(5,"milliseconds"),e.k0s()(),e.j41(6,"mat-form-field",0)(7,"mat-label"),e.EFF(8,"Hide delay"),e.k0s(),e.nrm(9,"input",2),e.j41(10,"mat-hint"),e.EFF(11,"milliseconds"),e.k0s()(),e.j41(12,"button",3),e.EFF(13," Action\n"),e.k0s()),2&M&&(e.R7$(3),e.Y8G("formControl",O.showDelay),e.R7$(6),e.Y8G("formControl",O.hideDelay),e.R7$(3),e.Y8G("matTooltipShowDelay",O.showDelay.value)("matTooltipHideDelay",O.hideDelay.value))},dependencies:[I.RG,I.rl,I.nJ,I.MV,A.fS,A.fg,b.YN,b.me,b.Q0,b.BC,b.X1,b.l_,y.Hl,y.$z,r.uc,r.oV],styles:[".mat-form-field[_ngcontent-%COMP%] + .mat-form-field[_ngcontent-%COMP%], \n.mat-raised-button[_ngcontent-%COMP%] {\n margin-left: 8px;\n}"]})}return x})(),d=(()=>{class x{constructor(){this.disabled=new b.MJ(!1)}static#e=this.\u0275fac=function(M){return new(M||x)};static#t=this.\u0275cmp=e.VBU({type:x,selectors:[["tooltip-disabled-example"]],standalone:!0,features:[e.aNF],decls:4,vars:2,consts:[["mat-raised-button","","matTooltip","Info about the action","aria-label","Button that displays a tooltip that can be programmatically disabled",3,"matTooltipDisabled"],[1,"example-disabled-checkbox",3,"formControl"]],template:function(M,O){1&M&&(e.j41(0,"button",0),e.EFF(1," Action\n"),e.k0s(),e.j41(2,"mat-checkbox",1),e.EFF(3," Tooltip disabled\n"),e.k0s()),2&M&&(e.Y8G("matTooltipDisabled",O.disabled.value),e.R7$(2),e.Y8G("formControl",O.disabled))},dependencies:[y.Hl,y.$z,r.uc,r.oV,w.g7,w.So,b.YN,b.BC,b.X1,b.l_],styles:[".example-disabled-checkbox[_ngcontent-%COMP%] {\n margin-left: 8px;\n}"]})}return x})(),_=(()=>{class x{static#e=this.\u0275fac=function(M){return new(M||x)};static#t=this.\u0275cmp=e.VBU({type:x,selectors:[["tooltip-manual-example"]],standalone:!0,features:[e.aNF],decls:12,vars:0,consts:[["tooltip","matTooltip"],["mat-button","","aria-label","Show tooltip on the button at the end of this section",1,"example-action-button",3,"click"],["mat-button","","aria-label","Hide tooltip on the button at the end of this section",1,"example-action-button",3,"click"],["mat-button","","aria-label","Show/Hide tooltip on the button at the end of this section",1,"example-action-button",3,"click"],["mat-raised-button","","matTooltip","Info about the action","matTooltipPosition","right","aria-tooltip","Button that displays and hides a tooltip triggered by other buttons"]],template:function(M,O){if(1&M){const oe=e.RV6();e.j41(0,"div")(1,"span"),e.EFF(2," Click the following buttons to... "),e.k0s(),e.j41(3,"button",1),e.bIt("click",function(){e.eBV(oe);const ne=e.sdS(10);return e.Njj(ne.show())}),e.EFF(4," show "),e.k0s(),e.j41(5,"button",2),e.bIt("click",function(){e.eBV(oe);const ne=e.sdS(10);return e.Njj(ne.hide())}),e.EFF(6," hide "),e.k0s(),e.j41(7,"button",3),e.bIt("click",function(){e.eBV(oe);const ne=e.sdS(10);return e.Njj(ne.toggle())}),e.EFF(8," toggle show/hide "),e.k0s()(),e.j41(9,"button",4,0),e.EFF(11," Action\n"),e.k0s()}},dependencies:[y.Hl,y.$z,r.uc,r.oV],styles:[".example-action-button[_ngcontent-%COMP%] {\n margin-top: 16px;\n}"]})}return x})(),p=(()=>{class x{constructor(){this.message=new b.MJ("Info about the action")}static#e=this.\u0275fac=function(M){return new(M||x)};static#t=this.\u0275cmp=e.VBU({type:x,selectors:[["tooltip-message-example"]],standalone:!0,features:[e.aNF],decls:6,vars:2,consts:[[1,"example-user-input"],["matInput","",3,"formControl"],["mat-raised-button","","aria-label","Button that displays a tooltip with a custom message",3,"matTooltip"]],template:function(M,O){1&M&&(e.j41(0,"mat-form-field",0)(1,"mat-label"),e.EFF(2,"Tooltip message"),e.k0s(),e.nrm(3,"input",1),e.k0s(),e.j41(4,"button",2),e.EFF(5," Action\n"),e.k0s()),2&M&&(e.R7$(3),e.Y8G("formControl",O.message),e.R7$(),e.Y8G("matTooltip",O.message.value||""))},dependencies:[I.RG,I.rl,I.nJ,A.fS,A.fg,b.YN,b.me,b.BC,b.X1,b.l_,y.Hl,y.$z,r.uc,r.oV],styles:[".example-user-input[_ngcontent-%COMP%] {\n margin-right: 8px;\n}"]})}return x})();const B={showDelay:1e3,hideDelay:1e3,touchendHideDelay:1e3};let g=(()=>{class x{static#e=this.\u0275fac=function(M){return new(M||x)};static#t=this.\u0275cmp=e.VBU({type:x,selectors:[["tooltip-modified-defaults-example"]],standalone:!0,features:[e.Jv_([{provide:r.sM,useValue:B}]),e.aNF],decls:2,vars:0,consts:[["mat-raised-button","","matTooltip","By default, I delay","aria-label","Button that displays a tooltip that has custom delays through a default config"]],template:function(M,O){1&M&&(e.j41(0,"button",0),e.EFF(1," Button with delay-default tooltip\n"),e.k0s())},dependencies:[y.Hl,y.$z,r.uc,r.oV],encapsulation:2})}return x})(),C=(()=>{class x{static#e=this.\u0275fac=function(M){return new(M||x)};static#t=this.\u0275cmp=e.VBU({type:x,selectors:[["tooltip-overview-example"]],standalone:!0,features:[e.aNF],decls:2,vars:0,consts:[["mat-raised-button","","matTooltip","Info about the action","aria-label","Button that displays a tooltip when focused or hovered over"]],template:function(M,O){1&M&&(e.j41(0,"button",0),e.EFF(1," Action\n"),e.k0s())},dependencies:[y.Hl,y.$z,r.uc,r.oV],encapsulation:2})}return x})(),E=(()=>{class x{constructor(){this.positionOptions=["after","before","above","below","left","right"],this.position=new b.MJ(this.positionOptions[0])}static#e=this.\u0275fac=function(M){return new(M||x)};static#t=this.\u0275cmp=e.VBU({type:x,selectors:[["tooltip-position-example"]],standalone:!0,features:[e.aNF],decls:8,vars:2,consts:[[1,"example-user-input"],[3,"formControl"],[3,"value"],["mat-raised-button","","matTooltip","Info about the action","aria-label","Button that displays a tooltip in various positions",3,"matTooltipPosition"]],template:function(M,O){1&M&&(e.j41(0,"mat-form-field",0)(1,"mat-label"),e.EFF(2,"Tooltip position"),e.k0s(),e.j41(3,"mat-select",1),e.Z7z(4,N,2,2,"mat-option",2,e.fX1),e.k0s()(),e.j41(6,"button",3),e.EFF(7," Action\n"),e.k0s()),2&M&&(e.R7$(3),e.Y8G("formControl",O.position),e.R7$(),e.Dyx(O.positionOptions),e.R7$(2),e.Y8G("matTooltipPosition",O.position.value))},dependencies:[I.RG,I.rl,I.nJ,j.Ve,j.VO,G.wT,b.YN,b.BC,b.X1,b.l_,y.Hl,y.$z,r.uc,r.oV],styles:[".example-user-input[_ngcontent-%COMP%] {\n margin-right: 8px;\n}"]})}return x})(),L=(()=>{class x{constructor(){this.enabled=new b.MJ(!1)}static#e=this.\u0275fac=function(M){return new(M||x)};static#t=this.\u0275cmp=e.VBU({type:x,selectors:[["tooltip-position-at-origin-example"]],standalone:!0,features:[e.aNF],decls:4,vars:2,consts:[["mat-raised-button","","matTooltip","Info about the action","aria-label","Button that displays a tooltip when focused or hovered over",1,"demo-button",3,"matTooltipPositionAtOrigin"],[1,"example-enabled-checkbox",3,"formControl"]],template:function(M,O){1&M&&(e.j41(0,"button",0),e.EFF(1," Action\n"),e.k0s(),e.j41(2,"mat-checkbox",1),e.EFF(3," Position at origin enabled\n"),e.k0s()),2&M&&(e.Y8G("matTooltipPositionAtOrigin",O.enabled.value),e.R7$(2),e.Y8G("formControl",O.enabled))},dependencies:[y.Hl,y.$z,r.uc,r.oV,w.g7,w.So,b.YN,b.BC,b.X1,b.l_],styles:["button.demo-button[_ngcontent-%COMP%] {\n width: 500px;\n height: 500px;\n}\n\n.example-enabled-checkbox[_ngcontent-%COMP%] {\n margin-left: 8px;\n}"]})}return x})(),q=(()=>{class x{constructor(){this.message="Tooltip message"}static#e=this.\u0275fac=function(M){return new(M||x)};static#t=this.\u0275cmp=e.VBU({type:x,selectors:[["tooltip-harness-example"]],standalone:!0,features:[e.aNF],decls:4,vars:1,consts:[["id","one",3,"matTooltip"],["matTooltip","Static message","id","two"]],template:function(M,O){1&M&&(e.j41(0,"button",0),e.EFF(1,"Trigger 1"),e.k0s(),e.j41(2,"button",1),e.EFF(3,"Trigger 2"),e.k0s()),2&M&&e.Y8G("matTooltip",O.message)},dependencies:[r.uc,r.oV],encapsulation:2})}return x})()},9417:(ue,J,h)=>{h.d(J,{BC:()=>$,JD:()=>ut,MJ:()=>Fe,MR:()=>dt,Q0:()=>lt,X1:()=>Ri,YN:()=>Si,YS:()=>$e,ZU:()=>c,Zm:()=>P,cV:()=>Xe,cb:()=>be,cz:()=>_,gE:()=>we,j4:()=>We,k0:()=>g,kq:()=>A,l_:()=>ct,me:()=>D,ok:()=>Ti,qT:()=>Vt,vO:()=>u,vS:()=>rt,wz:()=>Ke,xH:()=>It,xq:()=>pt,y7:()=>Bt});var e=h(4438),b=h(177),r=h(4787),y=h(696),W=h(5286),j=h(5006);let I=(()=>{class i{constructor(t,o){this._renderer=t,this._elementRef=o,this.onChange=a=>{},this.onTouched=()=>{}}setProperty(t,o){this._renderer.setProperty(this._elementRef.nativeElement,t,o)}registerOnTouched(t){this.onTouched=t}registerOnChange(t){this.onChange=t}setDisabledState(t){this.setProperty("disabled",t)}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(e.sFG),e.rXU(e.aKT))};static#t=this.\u0275dir=e.FsC({type:i})}return i})(),G=(()=>{class i extends I{static#e=this.\u0275fac=(()=>{let t;return function(a){return(t||(t=e.xGo(i)))(a||i)}})();static#t=this.\u0275dir=e.FsC({type:i,features:[e.Vt3]})}return i})();const A=new e.nKC(""),w={provide:A,useExisting:(0,e.Rfq)(()=>P),multi:!0};let P=(()=>{class i extends G{writeValue(t){this.setProperty("checked",t)}static#e=this.\u0275fac=(()=>{let t;return function(a){return(t||(t=e.xGo(i)))(a||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["input","type","checkbox","formControlName",""],["input","type","checkbox","formControl",""],["input","type","checkbox","ngModel",""]],hostBindings:function(o,a){1&o&&e.bIt("change",function(S){return a.onChange(S.target.checked)})("blur",function(){return a.onTouched()})},features:[e.Jv_([w]),e.Vt3]})}return i})();const N={provide:A,useExisting:(0,e.Rfq)(()=>D),multi:!0},X=new e.nKC("");let D=(()=>{class i extends I{constructor(t,o,a){super(t,o),this._compositionMode=a,this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function H(){const i=(0,b.QT)()?(0,b.QT)().getUserAgent():"";return/android (\d+)/.test(i.toLowerCase())}())}writeValue(t){this.setProperty("value",t??"")}_handleInput(t){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(t)}_compositionStart(){this._composing=!0}_compositionEnd(t){this._composing=!1,this._compositionMode&&this.onChange(t)}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(e.sFG),e.rXU(e.aKT),e.rXU(X,8))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(o,a){1&o&&e.bIt("input",function(S){return a._handleInput(S.target.value)})("blur",function(){return a.onTouched()})("compositionstart",function(){return a._compositionStart()})("compositionend",function(S){return a._compositionEnd(S.target.value)})},features:[e.Jv_([N]),e.Vt3]})}return i})();function Y(i){return null==i||("string"==typeof i||Array.isArray(i))&&0===i.length}function d(i){return null!=i&&"number"==typeof i.length}const _=new e.nKC(""),p=new e.nKC(""),B=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;class g{static min(n){return function C(i){return n=>{if(Y(n.value)||Y(i))return null;const t=parseFloat(n.value);return!isNaN(t)&&t<i?{min:{min:i,actual:n.value}}:null}}(n)}static max(n){return function E(i){return n=>{if(Y(n.value)||Y(i))return null;const t=parseFloat(n.value);return!isNaN(t)&&t>i?{max:{max:i,actual:n.value}}:null}}(n)}static required(n){return L(n)}static requiredTrue(n){return q(n)}static email(n){return function x(i){return Y(i.value)||B.test(i.value)?null:{email:!0}}(n)}static minLength(n){return function ee(i){return n=>Y(n.value)||!d(n.value)?null:n.value.length<i?{minlength:{requiredLength:i,actualLength:n.value.length}}:null}(n)}static maxLength(n){return function R(i){return n=>d(n.value)&&n.value.length>i?{maxlength:{requiredLength:i,actualLength:n.value.length}}:null}(n)}static pattern(n){return function M(i){if(!i)return O;let n,t;return"string"==typeof i?(t="","^"!==i.charAt(0)&&(t+="^"),t+=i,"$"!==i.charAt(i.length-1)&&(t+="$"),n=new RegExp(t)):(t=i.toString(),n=i),o=>{if(Y(o.value))return null;const a=o.value;return n.test(a)?null:{pattern:{requiredPattern:t,actualValue:a}}}}(n)}static nullValidator(n){return null}static compose(n){return pe(n)}static composeAsync(n){return me(n)}}function L(i){return Y(i.value)?{required:!0}:null}function q(i){return!0===i.value?null:{required:!0}}function O(i){return null}function oe(i){return null!=i}function le(i){return(0,e.jNT)(i)?(0,r.H)(i):i}function ne(i){let n={};return i.forEach(t=>{n=null!=t?{...n,...t}:n}),0===Object.keys(n).length?null:n}function Ae(i,n){return n.map(t=>t(i))}function fe(i){return i.map(n=>function Re(i){return!i.validate}(n)?n:t=>n.validate(t))}function pe(i){if(!i)return null;const n=i.filter(oe);return 0==n.length?null:function(t){return ne(Ae(t,n))}}function _e(i){return null!=i?pe(fe(i)):null}function me(i){if(!i)return null;const n=i.filter(oe);return 0==n.length?null:function(t){const o=Ae(t,n).map(le);return(0,y.p)(o).pipe((0,j.T)(ne))}}function ge(i){return null!=i?me(fe(i)):null}function he(i,n){return null===i?[n]:Array.isArray(i)?[...i,n]:[i,n]}function Me(i){return i._rawValidators}function Ee(i){return i._rawAsyncValidators}function de(i){return i?Array.isArray(i)?i:[i]:[]}function se(i,n){return Array.isArray(i)?i.includes(n):i===n}function V(i,n){const t=de(n);return de(i).forEach(a=>{se(t,a)||t.push(a)}),t}function ie(i,n){return de(n).filter(t=>!se(i,t))}class l{constructor(){this._rawValidators=[],this._rawAsyncValidators=[],this._onDestroyCallbacks=[]}get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_setValidators(n){this._rawValidators=n||[],this._composedValidatorFn=_e(this._rawValidators)}_setAsyncValidators(n){this._rawAsyncValidators=n||[],this._composedAsyncValidatorFn=ge(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_registerOnDestroy(n){this._onDestroyCallbacks.push(n)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(n=>n()),this._onDestroyCallbacks=[]}reset(n=void 0){this.control&&this.control.reset(n)}hasError(n,t){return!!this.control&&this.control.hasError(n,t)}getError(n,t){return this.control?this.control.getError(n,t):null}}class c extends l{get formDirective(){return null}get path(){return null}}class u extends l{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}}class T{constructor(n){this._cd=n}get isTouched(){return!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return!!this._cd?.submitted}}let $=(()=>{class i extends T{constructor(t){super(t)}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(u,2))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(o,a){2&o&&e.AVh("ng-untouched",a.isUntouched)("ng-touched",a.isTouched)("ng-pristine",a.isPristine)("ng-dirty",a.isDirty)("ng-valid",a.isValid)("ng-invalid",a.isInvalid)("ng-pending",a.isPending)},features:[e.Vt3]})}return i})(),be=(()=>{class i extends T{constructor(t){super(t)}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(c,10))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(o,a){2&o&&e.AVh("ng-untouched",a.isUntouched)("ng-touched",a.isTouched)("ng-pristine",a.isPristine)("ng-dirty",a.isDirty)("ng-valid",a.isValid)("ng-invalid",a.isInvalid)("ng-pending",a.isPending)("ng-submitted",a.isSubmitted)},features:[e.Vt3]})}return i})();const f="VALID",F="INVALID",U="PENDING",Q="DISABLED";class re{}class Be extends re{constructor(n,t){super(),this.value=n,this.source=t}}class Oe extends re{constructor(n,t){super(),this.pristine=n,this.source=t}}class Ze extends re{constructor(n,t){super(),this.touched=n,this.source=t}}class Le extends re{constructor(n,t){super(),this.status=n,this.source=t}}class Yt extends re{constructor(n){super(),this.source=n}}class qt extends re{constructor(n){super(),this.source=n}}function et(i){return(Ue(i)?i.validators:i)||null}function tt(i,n){return(Ue(n)?n.asyncValidators:i)||null}function Ue(i){return null!=i&&!Array.isArray(i)&&"object"==typeof i}function vt(i,n,t){const o=i.controls;if(!(n?Object.keys(o):o).length)throw new e.wOt(1e3,"");if(!o[t])throw new e.wOt(1001,"")}function yt(i,n,t){i._forEachChild((o,a)=>{if(void 0===t[a])throw new e.wOt(1002,"")})}class Ne{constructor(n,t){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=null,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this.pristine=!0,this.touched=!1,this._events=new W.B7,this.events=this._events.asObservable(),this._onDisabledChange=[],this._assignValidators(n),this._assignAsyncValidators(t)}get validator(){return this._composedValidatorFn}set validator(n){this._rawValidators=this._composedValidatorFn=n}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(n){this._rawAsyncValidators=this._composedAsyncValidatorFn=n}get parent(){return this._parent}get valid(){return this.status===f}get invalid(){return this.status===F}get pending(){return this.status==U}get disabled(){return this.status===Q}get enabled(){return this.status!==Q}get dirty(){return!this.pristine}get untouched(){return!this.touched}get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(n){this._assignValidators(n)}setAsyncValidators(n){this._assignAsyncValidators(n)}addValidators(n){this.setValidators(V(n,this._rawValidators))}addAsyncValidators(n){this.setAsyncValidators(V(n,this._rawAsyncValidators))}removeValidators(n){this.setValidators(ie(n,this._rawValidators))}removeAsyncValidators(n){this.setAsyncValidators(ie(n,this._rawAsyncValidators))}hasValidator(n){return se(this._rawValidators,n)}hasAsyncValidator(n){return se(this._rawAsyncValidators,n)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(n={}){const t=!1===this.touched;this.touched=!0;const o=n.sourceControl??this;this._parent&&!n.onlySelf&&this._parent.markAsTouched({...n,sourceControl:o}),t&&!1!==n.emitEvent&&this._events.next(new Ze(!0,o))}markAllAsTouched(n={}){this.markAsTouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:this}),this._forEachChild(t=>t.markAllAsTouched(n))}markAsUntouched(n={}){const t=!0===this.touched;this.touched=!1,this._pendingTouched=!1;const o=n.sourceControl??this;this._forEachChild(a=>{a.markAsUntouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:o})}),this._parent&&!n.onlySelf&&this._parent._updateTouched(n,o),t&&!1!==n.emitEvent&&this._events.next(new Ze(!1,o))}markAsDirty(n={}){const t=!0===this.pristine;this.pristine=!1;const o=n.sourceControl??this;this._parent&&!n.onlySelf&&this._parent.markAsDirty({...n,sourceControl:o}),t&&!1!==n.emitEvent&&this._events.next(new Oe(!1,o))}markAsPristine(n={}){const t=!1===this.pristine;this.pristine=!0,this._pendingDirty=!1;const o=n.sourceControl??this;this._forEachChild(a=>{a.markAsPristine({onlySelf:!0,emitEvent:n.emitEvent})}),this._parent&&!n.onlySelf&&this._parent._updatePristine(n,o),t&&!1!==n.emitEvent&&this._events.next(new Oe(!0,o))}markAsPending(n={}){this.status=U;const t=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Le(this.status,t)),this.statusChanges.emit(this.status)),this._parent&&!n.onlySelf&&this._parent.markAsPending({...n,sourceControl:t})}disable(n={}){const t=this._parentMarkedDirty(n.onlySelf);this.status=Q,this.errors=null,this._forEachChild(a=>{a.disable({...n,onlySelf:!0})}),this._updateValue();const o=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Be(this.value,o)),this._events.next(new Le(this.status,o)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...n,skipPristineCheck:t},this),this._onDisabledChange.forEach(a=>a(!0))}enable(n={}){const t=this._parentMarkedDirty(n.onlySelf);this.status=f,this._forEachChild(o=>{o.enable({...n,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent}),this._updateAncestors({...n,skipPristineCheck:t},this),this._onDisabledChange.forEach(o=>o(!1))}_updateAncestors(n,t){this._parent&&!n.onlySelf&&(this._parent.updateValueAndValidity(n),n.skipPristineCheck||this._parent._updatePristine({},t),this._parent._updateTouched({},t))}setParent(n){this._parent=n}getRawValue(){return this.value}updateValueAndValidity(n={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){const o=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===f||this.status===U)&&this._runAsyncValidator(o,n.emitEvent)}const t=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Be(this.value,t)),this._events.next(new Le(this.status,t)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!n.onlySelf&&this._parent.updateValueAndValidity({...n,sourceControl:t})}_updateTreeValidity(n={emitEvent:!0}){this._forEachChild(t=>t._updateTreeValidity(n)),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?Q:f}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(n,t){if(this.asyncValidator){this.status=U,this._hasOwnPendingAsyncValidator={emitEvent:!1!==t};const o=le(this.asyncValidator(this));this._asyncValidationSubscription=o.subscribe(a=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(a,{emitEvent:t,shouldHaveEmitted:n})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();const n=this._hasOwnPendingAsyncValidator?.emitEvent??!1;return this._hasOwnPendingAsyncValidator=null,n}return!1}setErrors(n,t={}){this.errors=n,this._updateControlsErrors(!1!==t.emitEvent,this,t.shouldHaveEmitted)}get(n){let t=n;return null==t||(Array.isArray(t)||(t=t.split(".")),0===t.length)?null:t.reduce((o,a)=>o&&o._find(a),this)}getError(n,t){const o=t?this.get(t):this;return o&&o.errors?o.errors[n]:null}hasError(n,t){return!!this.getError(n,t)}get root(){let n=this;for(;n._parent;)n=n._parent;return n}_updateControlsErrors(n,t,o){this.status=this._calculateStatus(),n&&this.statusChanges.emit(this.status),(n||o)&&this._events.next(new Le(this.status,t)),this._parent&&this._parent._updateControlsErrors(n,t,o)}_initObservables(){this.valueChanges=new e.bkB,this.statusChanges=new e.bkB}_calculateStatus(){return this._allControlsDisabled()?Q:this.errors?F:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(U)?U:this._anyControlsHaveStatus(F)?F:f}_anyControlsHaveStatus(n){return this._anyControls(t=>t.status===n)}_anyControlsDirty(){return this._anyControls(n=>n.dirty)}_anyControlsTouched(){return this._anyControls(n=>n.touched)}_updatePristine(n,t){const o=!this._anyControlsDirty(),a=this.pristine!==o;this.pristine=o,this._parent&&!n.onlySelf&&this._parent._updatePristine(n,t),a&&this._events.next(new Oe(this.pristine,t))}_updateTouched(n={},t){this.touched=this._anyControlsTouched(),this._events.next(new Ze(this.touched,t)),this._parent&&!n.onlySelf&&this._parent._updateTouched(n,t)}_registerOnCollectionChange(n){this._onCollectionChange=n}_setUpdateStrategy(n){Ue(n)&&null!=n.updateOn&&(this._updateOn=n.updateOn)}_parentMarkedDirty(n){return!n&&!(!this._parent||!this._parent.dirty)&&!this._parent._anyControlsDirty()}_find(n){return null}_assignValidators(n){this._rawValidators=Array.isArray(n)?n.slice():n,this._composedValidatorFn=function Qt(i){return Array.isArray(i)?_e(i):i||null}(this._rawValidators)}_assignAsyncValidators(n){this._rawAsyncValidators=Array.isArray(n)?n.slice():n,this._composedAsyncValidatorFn=function Jt(i){return Array.isArray(i)?ge(i):i||null}(this._rawAsyncValidators)}}class we extends Ne{constructor(n,t,o){super(et(t),tt(o,t)),this.controls=n,this._initObservables(),this._setUpdateStrategy(t),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}registerControl(n,t){return this.controls[n]?this.controls[n]:(this.controls[n]=t,t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange),t)}addControl(n,t,o={}){this.registerControl(n,t),this.updateValueAndValidity({emitEvent:o.emitEvent}),this._onCollectionChange()}removeControl(n,t={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],this.updateValueAndValidity({emitEvent:t.emitEvent}),this._onCollectionChange()}setControl(n,t,o={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],t&&this.registerControl(n,t),this.updateValueAndValidity({emitEvent:o.emitEvent}),this._onCollectionChange()}contains(n){return this.controls.hasOwnProperty(n)&&this.controls[n].enabled}setValue(n,t={}){yt(this,0,n),Object.keys(n).forEach(o=>{vt(this,!0,o),this.controls[o].setValue(n[o],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)}patchValue(n,t={}){null!=n&&(Object.keys(n).forEach(o=>{const a=this.controls[o];a&&a.patchValue(n[o],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t))}reset(n={},t={}){this._forEachChild((o,a)=>{o.reset(n?n[a]:null,{onlySelf:!0,emitEvent:t.emitEvent})}),this._updatePristine(t,this),this._updateTouched(t,this),this.updateValueAndValidity(t)}getRawValue(){return this._reduceChildren({},(n,t,o)=>(n[o]=t.getRawValue(),n))}_syncPendingControls(){let n=this._reduceChildren(!1,(t,o)=>!!o._syncPendingControls()||t);return n&&this.updateValueAndValidity({onlySelf:!0}),n}_forEachChild(n){Object.keys(this.controls).forEach(t=>{const o=this.controls[t];o&&n(o,t)})}_setUpControls(){this._forEachChild(n=>{n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(n){for(const[t,o]of Object.entries(this.controls))if(this.contains(t)&&n(o))return!0;return!1}_reduceValue(){return this._reduceChildren({},(t,o,a)=>((o.enabled||this.disabled)&&(t[a]=o.value),t))}_reduceChildren(n,t){let o=n;return this._forEachChild((a,k)=>{o=t(o,a,k)}),o}_allControlsDisabled(){for(const n of Object.keys(this.controls))if(this.controls[n].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(n){return this.controls.hasOwnProperty(n)?this.controls[n]:null}}class kt extends we{}const ke=new e.nKC("CallSetDisabledState",{providedIn:"root",factory:()=>Ve}),Ve="always";function ze(i,n){return[...n.path,i]}function Te(i,n,t=Ve){it(i,n),n.valueAccessor.writeValue(i.value),(i.disabled||"always"===t)&&n.valueAccessor.setDisabledState?.(i.disabled),function ei(i,n){n.valueAccessor.registerOnChange(t=>{i._pendingValue=t,i._pendingChange=!0,i._pendingDirty=!0,"change"===i.updateOn&&Ct(i,n)})}(i,n),function ii(i,n){const t=(o,a)=>{n.valueAccessor.writeValue(o),a&&n.viewToModelUpdate(o)};i.registerOnChange(t),n._registerOnDestroy(()=>{i._unregisterOnChange(t)})}(i,n),function ti(i,n){n.valueAccessor.registerOnTouched(()=>{i._pendingTouched=!0,"blur"===i.updateOn&&i._pendingChange&&Ct(i,n),"submit"!==i.updateOn&&i.markAsTouched()})}(i,n),function Zt(i,n){if(n.valueAccessor.setDisabledState){const t=o=>{n.valueAccessor.setDisabledState(o)};i.registerOnDisabledChange(t),n._registerOnDestroy(()=>{i._unregisterOnDisabledChange(t)})}}(i,n)}function Ge(i,n,t=!0){const o=()=>{};n.valueAccessor&&(n.valueAccessor.registerOnChange(o),n.valueAccessor.registerOnTouched(o)),je(i,n),i&&(n._invokeOnDestroyCallbacks(),i._registerOnCollectionChange(()=>{}))}function He(i,n){i.forEach(t=>{t.registerOnValidatorChange&&t.registerOnValidatorChange(n)})}function it(i,n){const t=Me(i);null!==n.validator?i.setValidators(he(t,n.validator)):"function"==typeof t&&i.setValidators([t]);const o=Ee(i);null!==n.asyncValidator?i.setAsyncValidators(he(o,n.asyncValidator)):"function"==typeof o&&i.setAsyncValidators([o]);const a=()=>i.updateValueAndValidity();He(n._rawValidators,a),He(n._rawAsyncValidators,a)}function je(i,n){let t=!1;if(null!==i){if(null!==n.validator){const a=Me(i);if(Array.isArray(a)&&a.length>0){const k=a.filter(S=>S!==n.validator);k.length!==a.length&&(t=!0,i.setValidators(k))}}if(null!==n.asyncValidator){const a=Ee(i);if(Array.isArray(a)&&a.length>0){const k=a.filter(S=>S!==n.asyncValidator);k.length!==a.length&&(t=!0,i.setAsyncValidators(k))}}}const o=()=>{};return He(n._rawValidators,o),He(n._rawAsyncValidators,o),t}function Ct(i,n){i._pendingDirty&&i.markAsDirty(),i.setValue(i._pendingValue,{emitModelToViewChange:!1}),n.viewToModelUpdate(i._pendingValue),i._pendingChange=!1}function Mt(i,n){it(i,n)}function ot(i,n){if(!i.hasOwnProperty("model"))return!1;const t=i.model;return!!t.isFirstChange()||!Object.is(n,t.currentValue)}function Et(i,n){i._syncPendingControls(),n.forEach(t=>{const o=t.control;"submit"===o.updateOn&&o._pendingChange&&(t.viewToModelUpdate(o._pendingValue),o._pendingChange=!1)})}function at(i,n){if(!n)return null;let t,o,a;return Array.isArray(n),n.forEach(k=>{k.constructor===D?t=k:function ai(i){return Object.getPrototypeOf(i.constructor)===G}(k)?o=k:a=k}),a||o||t||null}const li={provide:c,useExisting:(0,e.Rfq)(()=>Xe)},Se=Promise.resolve();let Xe=(()=>{class i extends c{constructor(t,o,a){super(),this.callSetDisabledState=a,this.submitted=!1,this._directives=new Set,this.ngSubmit=new e.bkB,this.form=new we({},_e(t),ge(o))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(t){Se.then(()=>{const o=this._findContainer(t.path);t.control=o.registerControl(t.name,t.control),Te(t.control,t,this.callSetDisabledState),t.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(t)})}getControl(t){return this.form.get(t.path)}removeControl(t){Se.then(()=>{const o=this._findContainer(t.path);o&&o.removeControl(t.name),this._directives.delete(t)})}addFormGroup(t){Se.then(()=>{const o=this._findContainer(t.path),a=new we({});Mt(a,t),o.registerControl(t.name,a),a.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(t){Se.then(()=>{const o=this._findContainer(t.path);o&&o.removeControl(t.name)})}getFormGroup(t){return this.form.get(t.path)}updateModel(t,o){Se.then(()=>{this.form.get(t.path).setValue(o)})}setValue(t){this.control.setValue(t)}onSubmit(t){return this.submitted=!0,Et(this.form,this._directives),this.ngSubmit.emit(t),"dialog"===t?.target?.method}onReset(){this.resetForm()}resetForm(t=void 0){this.form.reset(t),this.submitted=!1}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)}_findContainer(t){return t.pop(),t.length?this.form.get(t):this.form}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(_,10),e.rXU(p,10),e.rXU(ke,8))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(o,a){1&o&&e.bIt("submit",function(S){return a.onSubmit(S)})("reset",function(){return a.onReset()})},inputs:{options:[0,"ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[e.Jv_([li]),e.Vt3]})}return i})();function Dt(i,n){const t=i.indexOf(n);t>-1&&i.splice(t,1)}function wt(i){return"object"==typeof i&&null!==i&&2===Object.keys(i).length&&"value"in i&&"disabled"in i}const Fe=class extends Ne{constructor(n=null,t,o){super(et(t),tt(o,t)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(n),this._setUpdateStrategy(t),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),Ue(t)&&(t.nonNullable||t.initialValueIsDefault)&&(this.defaultValue=wt(n)?n.value:n)}setValue(n,t={}){this.value=this._pendingValue=n,this._onChange.length&&!1!==t.emitModelToViewChange&&this._onChange.forEach(o=>o(this.value,!1!==t.emitViewToModelChange)),this.updateValueAndValidity(t)}patchValue(n,t={}){this.setValue(n,t)}reset(n=this.defaultValue,t={}){this._applyFormState(n),this.markAsPristine(t),this.markAsUntouched(t),this.setValue(this.value,t),this._pendingChange=!1}_updateValue(){}_anyControls(n){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(n){this._onChange.push(n)}_unregisterOnChange(n){Dt(this._onChange,n)}registerOnDisabledChange(n){this._onDisabledChange.push(n)}_unregisterOnDisabledChange(n){Dt(this._onDisabledChange,n)}_forEachChild(n){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))}_applyFormState(n){wt(n)?(this.value=this._pendingValue=n.value,n.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=n}},ci={provide:u,useExisting:(0,e.Rfq)(()=>rt)},Ot=Promise.resolve();let rt=(()=>{class i extends u{constructor(t,o,a,k,S,ce){super(),this._changeDetectorRef=S,this.callSetDisabledState=ce,this.control=new Fe,this._registered=!1,this.name="",this.update=new e.bkB,this._parent=t,this._setValidators(o),this._setAsyncValidators(a),this.valueAccessor=at(0,k)}ngOnChanges(t){if(this._checkForErrors(),!this._registered||"name"in t){if(this._registered&&(this._checkName(),this.formDirective)){const o=t.name.previousValue;this.formDirective.removeControl({name:o,path:this._getPath(o)})}this._setUpControl()}"isDisabled"in t&&this._updateDisabled(t),ot(t,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._getPath(this.name)}get formDirective(){return this._parent?this._parent.formDirective:null}viewToModelUpdate(t){this.viewModel=t,this.update.emit(t)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!(!this.options||!this.options.standalone)}_setUpStandalone(){Te(this.control,this,this.callSetDisabledState),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),this._isStandalone()}_updateValue(t){Ot.then(()=>{this.control.setValue(t,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(t){const o=t.isDisabled.currentValue,a=0!==o&&(0,e.L39)(o);Ot.then(()=>{a&&!this.control.disabled?this.control.disable():!a&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(t){return this._parent?ze(t,this._parent):[t]}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(c,9),e.rXU(_,10),e.rXU(p,10),e.rXU(A,10),e.rXU(e.gRc,8),e.rXU(ke,8))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"],options:[0,"ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[e.Jv_([ci]),e.Vt3,e.OA$]})}return i})(),Vt=(()=>{class i{static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]})}return i})();const mi={provide:A,useExisting:(0,e.Rfq)(()=>lt),multi:!0};let lt=(()=>{class i extends G{writeValue(t){this.setProperty("value",t??"")}registerOnChange(t){this.onChange=o=>{t(""==o?null:parseFloat(o))}}static#e=this.\u0275fac=(()=>{let t;return function(a){return(t||(t=e.xGo(i)))(a||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(o,a){1&o&&e.bIt("input",function(S){return a.onChange(S.target.value)})("blur",function(){return a.onTouched()})},features:[e.Jv_([mi]),e.Vt3]})}return i})();const fi={provide:A,useExisting:(0,e.Rfq)(()=>dt),multi:!0};let dt=(()=>{class i extends G{writeValue(t){this.setProperty("value",parseFloat(t))}registerOnChange(t){this.onChange=o=>{t(""==o?null:parseFloat(o))}}static#e=this.\u0275fac=(()=>{let t;return function(a){return(t||(t=e.xGo(i)))(a||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["input","type","range","formControlName",""],["input","type","range","formControl",""],["input","type","range","ngModel",""]],hostBindings:function(o,a){1&o&&e.bIt("change",function(S){return a.onChange(S.target.value)})("input",function(S){return a.onChange(S.target.value)})("blur",function(){return a.onTouched()})},features:[e.Jv_([fi]),e.Vt3]})}return i})();const st=new e.nKC(""),pi={provide:u,useExisting:(0,e.Rfq)(()=>ct)};let ct=(()=>{class i extends u{set isDisabled(t){}static#e=this._ngModelWarningSentOnce=!1;constructor(t,o,a,k,S){super(),this._ngModelWarningConfig=k,this.callSetDisabledState=S,this.update=new e.bkB,this._ngModelWarningSent=!1,this._setValidators(t),this._setAsyncValidators(o),this.valueAccessor=at(0,a)}ngOnChanges(t){if(this._isControlChanged(t)){const o=t.form.previousValue;o&&Ge(o,this,!1),Te(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}ot(t,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Ge(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(t){this.viewModel=t,this.update.emit(t)}_isControlChanged(t){return t.hasOwnProperty("form")}static#t=this.\u0275fac=function(o){return new(o||i)(e.rXU(_,10),e.rXU(p,10),e.rXU(A,10),e.rXU(st,8),e.rXU(ke,8))};static#i=this.\u0275dir=e.FsC({type:i,selectors:[["","formControl",""]],inputs:{form:[0,"formControl","form"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],features:[e.Jv_([pi]),e.Vt3,e.OA$]})}return i})();const _i={provide:c,useExisting:(0,e.Rfq)(()=>We)};let We=(()=>{class i extends c{constructor(t,o,a){super(),this.callSetDisabledState=a,this.submitted=!1,this._onCollectionChange=()=>this._updateDomValue(),this.directives=[],this.form=null,this.ngSubmit=new e.bkB,this._setValidators(t),this._setAsyncValidators(o)}ngOnChanges(t){this._checkFormPresent(),t.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}ngOnDestroy(){this.form&&(je(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(t){const o=this.form.get(t.path);return Te(o,t,this.callSetDisabledState),o.updateValueAndValidity({emitEvent:!1}),this.directives.push(t),o}getControl(t){return this.form.get(t.path)}removeControl(t){Ge(t.control||null,t,!1),function ri(i,n){const t=i.indexOf(n);t>-1&&i.splice(t,1)}(this.directives,t)}addFormGroup(t){this._setUpFormContainer(t)}removeFormGroup(t){this._cleanUpFormContainer(t)}getFormGroup(t){return this.form.get(t.path)}addFormArray(t){this._setUpFormContainer(t)}removeFormArray(t){this._cleanUpFormContainer(t)}getFormArray(t){return this.form.get(t.path)}updateModel(t,o){this.form.get(t.path).setValue(o)}onSubmit(t){return this.submitted=!0,Et(this.form,this.directives),this.ngSubmit.emit(t),this.form._events.next(new Yt(this.control)),"dialog"===t?.target?.method}onReset(){this.resetForm()}resetForm(t=void 0){this.form.reset(t),this.submitted=!1,this.form._events.next(new qt(this.form))}_updateDomValue(){this.directives.forEach(t=>{const o=t.control,a=this.form.get(t.path);o!==a&&(Ge(o||null,t),(i=>i instanceof Fe)(a)&&(Te(a,t,this.callSetDisabledState),t.control=a))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(t){const o=this.form.get(t.path);Mt(o,t),o.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(t){if(this.form){const o=this.form.get(t.path);o&&function ni(i,n){return je(i,n)}(o,t)&&o.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){it(this.form,this),this._oldForm&&je(this._oldForm,this)}_checkFormPresent(){}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(_,10),e.rXU(p,10),e.rXU(ke,8))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["","formGroup",""]],hostBindings:function(o,a){1&o&&e.bIt("submit",function(S){return a.onSubmit(S)})("reset",function(){return a.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[e.Jv_([_i]),e.Vt3,e.OA$]})}return i})();const xi={provide:u,useExisting:(0,e.Rfq)(()=>ut)};let ut=(()=>{class i extends u{set isDisabled(t){}static#e=this._ngModelWarningSentOnce=!1;constructor(t,o,a,k,S){super(),this._ngModelWarningConfig=S,this._added=!1,this.name=null,this.update=new e.bkB,this._ngModelWarningSent=!1,this._parent=t,this._setValidators(o),this._setAsyncValidators(a),this.valueAccessor=at(0,k)}ngOnChanges(t){this._added||this._setUpControl(),ot(t,this.viewModel)&&(this.viewModel=this.model,this.formDirective.updateModel(this,this.model))}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}viewToModelUpdate(t){this.viewModel=t,this.update.emit(t)}get path(){return ze(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){}_setUpControl(){this._checkParentType(),this.control=this.formDirective.addControl(this),this._added=!0}static#t=this.\u0275fac=function(o){return new(o||i)(e.rXU(c,13),e.rXU(_,10),e.rXU(p,10),e.rXU(A,10),e.rXU(st,8))};static#i=this.\u0275dir=e.FsC({type:i,selectors:[["","formControlName",""]],inputs:{name:[0,"formControlName","name"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},features:[e.Jv_([xi]),e.Vt3,e.OA$]})}return i})();const vi={provide:A,useExisting:(0,e.Rfq)(()=>Ke),multi:!0};function Rt(i,n){return null==i?`${n}`:(n&&"object"==typeof n&&(n="Object"),`${i}: ${n}`.slice(0,50))}let Ke=(()=>{class i extends G{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(t){this._compareWith=t}writeValue(t){this.value=t;const a=Rt(this._getOptionId(t),t);this.setProperty("value",a)}registerOnChange(t){this.onChange=o=>{this.value=this._getOptionValue(o),t(this.value)}}_registerOption(){return(this._idCounter++).toString()}_getOptionId(t){for(const o of this._optionMap.keys())if(this._compareWith(this._optionMap.get(o),t))return o;return null}_getOptionValue(t){const o=function yi(i){return i.split(":")[0]}(t);return this._optionMap.has(o)?this._optionMap.get(o):t}static#e=this.\u0275fac=(()=>{let t;return function(a){return(t||(t=e.xGo(i)))(a||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["select","formControlName","",3,"multiple",""],["select","formControl","",3,"multiple",""],["select","ngModel","",3,"multiple",""]],hostBindings:function(o,a){1&o&&e.bIt("change",function(S){return a.onChange(S.target.value)})("blur",function(){return a.onTouched()})},inputs:{compareWith:"compareWith"},features:[e.Jv_([vi]),e.Vt3]})}return i})(),It=(()=>{class i{constructor(t,o,a){this._element=t,this._renderer=o,this._select=a,this._select&&(this.id=this._select._registerOption())}set ngValue(t){null!=this._select&&(this._select._optionMap.set(this.id,t),this._setElementValue(Rt(this.id,t)),this._select.writeValue(this._select.value))}set value(t){this._setElementValue(t),this._select&&this._select.writeValue(this._select.value)}_setElementValue(t){this._renderer.setProperty(this._element.nativeElement,"value",t)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(e.aKT),e.rXU(e.sFG),e.rXU(Ke,9))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}})}return i})();const ki={provide:A,useExisting:(0,e.Rfq)(()=>ft),multi:!0};function Pt(i,n){return null==i?`${n}`:("string"==typeof n&&(n=`'${n}'`),n&&"object"==typeof n&&(n="Object"),`${i}: ${n}`.slice(0,50))}let ft=(()=>{class i extends G{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(t){this._compareWith=t}writeValue(t){let o;if(this.value=t,Array.isArray(t)){const a=t.map(k=>this._getOptionId(k));o=(k,S)=>{k._setSelected(a.indexOf(S.toString())>-1)}}else o=(a,k)=>{a._setSelected(!1)};this._optionMap.forEach(o)}registerOnChange(t){this.onChange=o=>{const a=[],k=o.selectedOptions;if(void 0!==k){const S=k;for(let ce=0;ce<S.length;ce++){const _t=this._getOptionValue(S[ce].value);a.push(_t)}}else{const S=o.options;for(let ce=0;ce<S.length;ce++){const Ye=S[ce];if(Ye.selected){const _t=this._getOptionValue(Ye.value);a.push(_t)}}}this.value=a,t(a)}}_registerOption(t){const o=(this._idCounter++).toString();return this._optionMap.set(o,t),o}_getOptionId(t){for(const o of this._optionMap.keys())if(this._compareWith(this._optionMap.get(o)._value,t))return o;return null}_getOptionValue(t){const o=function Ci(i){return i.split(":")[0]}(t);return this._optionMap.has(o)?this._optionMap.get(o)._value:t}static#e=this.\u0275fac=(()=>{let t;return function(a){return(t||(t=e.xGo(i)))(a||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["select","multiple","","formControlName",""],["select","multiple","","formControl",""],["select","multiple","","ngModel",""]],hostBindings:function(o,a){1&o&&e.bIt("change",function(S){return a.onChange(S.target)})("blur",function(){return a.onTouched()})},inputs:{compareWith:"compareWith"},features:[e.Jv_([ki]),e.Vt3]})}return i})(),Bt=(()=>{class i{constructor(t,o,a){this._element=t,this._renderer=o,this._select=a,this._select&&(this.id=this._select._registerOption(this))}set ngValue(t){null!=this._select&&(this._value=t,this._setElementValue(Pt(this.id,t)),this._select.writeValue(this._select.value))}set value(t){this._select?(this._value=t,this._setElementValue(Pt(this.id,t)),this._select.writeValue(this._select.value)):this._setElementValue(t)}_setElementValue(t){this._renderer.setProperty(this._element.nativeElement,"value",t)}_setSelected(t){this._renderer.setProperty(this._element.nativeElement,"selected",t)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(e.aKT),e.rXU(e.sFG),e.rXU(ft,9))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}})}return i})(),Ce=(()=>{class i{constructor(){this._validator=O}ngOnChanges(t){if(this.inputName in t){const o=this.normalizeInput(t[this.inputName].currentValue);this._enabled=this.enabled(o),this._validator=this._enabled?this.createValidator(o):O,this._onChange&&this._onChange()}}validate(t){return this._validator(t)}registerOnValidatorChange(t){this._onChange=t}enabled(t){return null!=t}static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275dir=e.FsC({type:i,features:[e.OA$]})}return i})();const Di={provide:_,useExisting:(0,e.Rfq)(()=>$e),multi:!0},wi={provide:_,useExisting:(0,e.Rfq)(()=>pt),multi:!0};let $e=(()=>{class i extends Ce{constructor(){super(...arguments),this.inputName="required",this.normalizeInput=e.L39,this.createValidator=t=>L}enabled(t){return t}static#e=this.\u0275fac=(()=>{let t;return function(a){return(t||(t=e.xGo(i)))(a||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(o,a){2&o&&e.BMQ("required",a._enabled?"":null)},inputs:{required:"required"},features:[e.Jv_([Di]),e.Vt3]})}return i})(),pt=(()=>{class i extends $e{constructor(){super(...arguments),this.createValidator=t=>q}static#e=this.\u0275fac=(()=>{let t;return function(a){return(t||(t=e.xGo(i)))(a||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["input","type","checkbox","required","","formControlName",""],["input","type","checkbox","required","","formControl",""],["input","type","checkbox","required","","ngModel",""]],hostVars:1,hostBindings:function(o,a){2&o&&e.BMQ("required",a._enabled?"":null)},features:[e.Jv_([wi]),e.Vt3]})}return i})(),Wt=(()=>{class i{static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275mod=e.$C({type:i});static#i=this.\u0275inj=e.G2t({})}return i})();class Kt extends Ne{constructor(n,t,o){super(et(t),tt(o,t)),this.controls=n,this._initObservables(),this._setUpdateStrategy(t),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}at(n){return this.controls[this._adjustIndex(n)]}push(n,t={}){this.controls.push(n),this._registerControl(n),this.updateValueAndValidity({emitEvent:t.emitEvent}),this._onCollectionChange()}insert(n,t,o={}){this.controls.splice(n,0,t),this._registerControl(t),this.updateValueAndValidity({emitEvent:o.emitEvent})}removeAt(n,t={}){let o=this._adjustIndex(n);o<0&&(o=0),this.controls[o]&&this.controls[o]._registerOnCollectionChange(()=>{}),this.controls.splice(o,1),this.updateValueAndValidity({emitEvent:t.emitEvent})}setControl(n,t,o={}){let a=this._adjustIndex(n);a<0&&(a=0),this.controls[a]&&this.controls[a]._registerOnCollectionChange(()=>{}),this.controls.splice(a,1),t&&(this.controls.splice(a,0,t),this._registerControl(t)),this.updateValueAndValidity({emitEvent:o.emitEvent}),this._onCollectionChange()}get length(){return this.controls.length}setValue(n,t={}){yt(this,0,n),n.forEach((o,a)=>{vt(this,!1,a),this.at(a).setValue(o,{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)}patchValue(n,t={}){null!=n&&(n.forEach((o,a)=>{this.at(a)&&this.at(a).patchValue(o,{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t))}reset(n=[],t={}){this._forEachChild((o,a)=>{o.reset(n[a],{onlySelf:!0,emitEvent:t.emitEvent})}),this._updatePristine(t,this),this._updateTouched(t,this),this.updateValueAndValidity(t)}getRawValue(){return this.controls.map(n=>n.getRawValue())}clear(n={}){this.controls.length<1||(this._forEachChild(t=>t._registerOnCollectionChange(()=>{})),this.controls.splice(0),this.updateValueAndValidity({emitEvent:n.emitEvent}))}_adjustIndex(n){return n<0?n+this.length:n}_syncPendingControls(){let n=this.controls.reduce((t,o)=>!!o._syncPendingControls()||t,!1);return n&&this.updateValueAndValidity({onlySelf:!0}),n}_forEachChild(n){this.controls.forEach((t,o)=>{n(t,o)})}_updateValue(){this.value=this.controls.filter(n=>n.enabled||this.disabled).map(n=>n.value)}_anyControls(n){return this.controls.some(t=>t.enabled&&n(t))}_setUpControls(){this._forEachChild(n=>this._registerControl(n))}_allControlsDisabled(){for(const n of this.controls)if(n.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(n){n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange)}_find(n){return this.at(n)??null}}function $t(i){return!!i&&(void 0!==i.asyncValidators||void 0!==i.validators||void 0!==i.updateOn)}let Ti=(()=>{class i{constructor(){this.useNonNullable=!1}get nonNullable(){const t=new i;return t.useNonNullable=!0,t}group(t,o=null){const a=this._reduceControls(t);let k={};return $t(o)?k=o:null!==o&&(k.validators=o.validator,k.asyncValidators=o.asyncValidator),new we(a,k)}record(t,o=null){const a=this._reduceControls(t);return new kt(a,o)}control(t,o,a){let k={};return this.useNonNullable?($t(o)?k=o:(k.validators=o,k.asyncValidators=a),new Fe(t,{...k,nonNullable:!0})):new Fe(t,o,a)}array(t,o,a){const k=t.map(S=>this._createControl(S));return new Kt(k,o,a)}_reduceControls(t){const o={};return Object.keys(t).forEach(a=>{o[a]=this._createControl(t[a])}),o}_createControl(t){return t instanceof Fe||t instanceof Ne?t:Array.isArray(t)?this.control(t[0],t.length>1?t[1]:null,t.length>2?t[2]:null):this.control(t)}static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275prov=e.jDH({token:i,factory:i.\u0275fac,providedIn:"root"})}return i})(),Si=(()=>{class i{static withConfig(t){return{ngModule:i,providers:[{provide:ke,useValue:t.callSetDisabledState??Ve}]}}static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275mod=e.$C({type:i});static#i=this.\u0275inj=e.G2t({imports:[Wt]})}return i})(),Ri=(()=>{class i{static withConfig(t){return{ngModule:i,providers:[{provide:st,useValue:t.warnOnNgModelWithFormControl??"always"},{provide:ke,useValue:t.callSetDisabledState??Ve}]}}static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275mod=e.$C({type:i});static#i=this.\u0275inj=e.G2t({imports:[Wt]})}return i})()},2765:(ue,J,h)=>{h.d(J,{So:()=>X,g7:()=>_});var e=h(4438),b=h(9417),r=h(6600);const y=["input"],W=["label"],j=["*"],I=new e.nKC("mat-checkbox-default-options",{providedIn:"root",factory:G});function G(){return{color:"accent",clickAction:"check-indeterminate"}}var A=function(p){return p[p.Init=0]="Init",p[p.Checked=1]="Checked",p[p.Unchecked=2]="Unchecked",p[p.Indeterminate=3]="Indeterminate",p}(A||{});const w={provide:b.kq,useExisting:(0,e.Rfq)(()=>X),multi:!0};class P{}let N=0;const H=G();let X=(()=>{class p{focus(){this._inputElement.nativeElement.focus()}_createChangeEvent(g){const C=new P;return C.source=this,C.checked=g,C}_getAnimationTargetElement(){return this._inputElement?.nativeElement}get inputId(){return`${this.id||this._uniqueId}-input`}constructor(g,C,E,L,q,x){this._elementRef=g,this._changeDetectorRef=C,this._ngZone=E,this._animationMode=q,this._options=x,this._animationClasses={uncheckedToChecked:"mdc-checkbox--anim-unchecked-checked",uncheckedToIndeterminate:"mdc-checkbox--anim-unchecked-indeterminate",checkedToUnchecked:"mdc-checkbox--anim-checked-unchecked",checkedToIndeterminate:"mdc-checkbox--anim-checked-indeterminate",indeterminateToChecked:"mdc-checkbox--anim-indeterminate-checked",indeterminateToUnchecked:"mdc-checkbox--anim-indeterminate-unchecked"},this.ariaLabel="",this.ariaLabelledby=null,this.labelPosition="after",this.name=null,this.change=new e.bkB,this.indeterminateChange=new e.bkB,this._onTouched=()=>{},this._currentAnimationClass="",this._currentCheckState=A.Init,this._controlValueAccessorChangeFn=()=>{},this._validatorChangeFn=()=>{},this._checked=!1,this._disabled=!1,this._indeterminate=!1,this._options=this._options||H,this.color=this._options.color||H.color,this.tabIndex=parseInt(L)||0,this.id=this._uniqueId="mat-mdc-checkbox-"+ ++N}ngOnChanges(g){g.required&&this._validatorChangeFn()}ngAfterViewInit(){this._syncIndeterminate(this._indeterminate)}get checked(){return this._checked}set checked(g){g!=this.checked&&(this._checked=g,this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled}set disabled(g){g!==this.disabled&&(this._disabled=g,this._changeDetectorRef.markForCheck())}get indeterminate(){return this._indeterminate}set indeterminate(g){const C=g!=this._indeterminate;this._indeterminate=g,C&&(this._transitionCheckState(this._indeterminate?A.Indeterminate:this.checked?A.Checked:A.Unchecked),this.indeterminateChange.emit(this._indeterminate)),this._syncIndeterminate(this._indeterminate)}_isRippleDisabled(){return this.disableRipple||this.disabled}_onLabelTextChange(){this._changeDetectorRef.detectChanges()}writeValue(g){this.checked=!!g}registerOnChange(g){this._controlValueAccessorChangeFn=g}registerOnTouched(g){this._onTouched=g}setDisabledState(g){this.disabled=g}validate(g){return this.required&&!0!==g.value?{required:!0}:null}registerOnValidatorChange(g){this._validatorChangeFn=g}_transitionCheckState(g){let C=this._currentCheckState,E=this._getAnimationTargetElement();if(C!==g&&E&&(this._currentAnimationClass&&E.classList.remove(this._currentAnimationClass),this._currentAnimationClass=this._getAnimationClassForCheckStateTransition(C,g),this._currentCheckState=g,this._currentAnimationClass.length>0)){E.classList.add(this._currentAnimationClass);const L=this._currentAnimationClass;this._ngZone.runOutsideAngular(()=>{setTimeout(()=>{E.classList.remove(L)},1e3)})}}_emitChangeEvent(){this._controlValueAccessorChangeFn(this.checked),this.change.emit(this._createChangeEvent(this.checked)),this._inputElement&&(this._inputElement.nativeElement.checked=this.checked)}toggle(){this.checked=!this.checked,this._controlValueAccessorChangeFn(this.checked)}_handleInputClick(){const g=this._options?.clickAction;this.disabled||"noop"===g?!this.disabled&&"noop"===g&&(this._inputElement.nativeElement.checked=this.checked,this._inputElement.nativeElement.indeterminate=this.indeterminate):(this.indeterminate&&"check"!==g&&Promise.resolve().then(()=>{this._indeterminate=!1,this.indeterminateChange.emit(this._indeterminate)}),this._checked=!this._checked,this._transitionCheckState(this._checked?A.Checked:A.Unchecked),this._emitChangeEvent())}_onInteractionEvent(g){g.stopPropagation()}_onBlur(){Promise.resolve().then(()=>{this._onTouched(),this._changeDetectorRef.markForCheck()})}_getAnimationClassForCheckStateTransition(g,C){if("NoopAnimations"===this._animationMode)return"";switch(g){case A.Init:if(C===A.Checked)return this._animationClasses.uncheckedToChecked;if(C==A.Indeterminate)return this._checked?this._animationClasses.checkedToIndeterminate:this._animationClasses.uncheckedToIndeterminate;break;case A.Unchecked:return C===A.Checked?this._animationClasses.uncheckedToChecked:this._animationClasses.uncheckedToIndeterminate;case A.Checked:return C===A.Unchecked?this._animationClasses.checkedToUnchecked:this._animationClasses.checkedToIndeterminate;case A.Indeterminate:return C===A.Checked?this._animationClasses.indeterminateToChecked:this._animationClasses.indeterminateToUnchecked}return""}_syncIndeterminate(g){const C=this._inputElement;C&&(C.nativeElement.indeterminate=g)}_onInputClick(){this._handleInputClick()}_onTouchTargetClick(){this._handleInputClick(),this.disabled||this._inputElement.nativeElement.focus()}_preventBubblingFromLabel(g){g.target&&this._labelElement.nativeElement.contains(g.target)&&g.stopPropagation()}static#e=this.\u0275fac=function(C){return new(C||p)(e.rXU(e.aKT),e.rXU(e.gRc),e.rXU(e.SKi),e.kS0("tabindex"),e.rXU(e.bc$,8),e.rXU(I,8))};static#t=this.\u0275cmp=e.VBU({type:p,selectors:[["mat-checkbox"]],viewQuery:function(C,E){if(1&C&&(e.GBs(y,5),e.GBs(W,5),e.GBs(r.r6,5)),2&C){let L;e.mGM(L=e.lsd())&&(E._inputElement=L.first),e.mGM(L=e.lsd())&&(E._labelElement=L.first),e.mGM(L=e.lsd())&&(E.ripple=L.first)}},hostAttrs:[1,"mat-mdc-checkbox"],hostVars:14,hostBindings:function(C,E){2&C&&(e.Mr5("id",E.id),e.BMQ("tabindex",null)("aria-label",null)("aria-labelledby",null),e.HbH(E.color?"mat-"+E.color:"mat-accent"),e.AVh("_mat-animation-noopable","NoopAnimations"===E._animationMode)("mdc-checkbox--disabled",E.disabled)("mat-mdc-checkbox-disabled",E.disabled)("mat-mdc-checkbox-checked",E.checked))},inputs:{ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],ariaDescribedby:[0,"aria-describedby","ariaDescribedby"],id:"id",required:[2,"required","required",e.L39],labelPosition:"labelPosition",name:"name",value:"value",disableRipple:[2,"disableRipple","disableRipple",e.L39],tabIndex:[2,"tabIndex","tabIndex",g=>null==g?void 0:(0,e.Udg)(g)],color:"color",checked:[2,"checked","checked",e.L39],disabled:[2,"disabled","disabled",e.L39],indeterminate:[2,"indeterminate","indeterminate",e.L39]},outputs:{change:"change",indeterminateChange:"indeterminateChange"},exportAs:["matCheckbox"],standalone:!0,features:[e.Jv_([w,{provide:b.cz,useExisting:p,multi:!0}]),e.GFd,e.OA$,e.aNF],ngContentSelectors:j,decls:15,vars:19,consts:[["checkbox",""],["input",""],["label",""],["mat-internal-form-field","",3,"click","labelPosition"],[1,"mdc-checkbox"],[1,"mat-mdc-checkbox-touch-target",3,"click"],["type","checkbox",1,"mdc-checkbox__native-control",3,"blur","click","change","checked","indeterminate","disabled","id","required","tabIndex"],[1,"mdc-checkbox__ripple"],[1,"mdc-checkbox__background"],["focusable","false","viewBox","0 0 24 24","aria-hidden","true",1,"mdc-checkbox__checkmark"],["fill","none","d","M1.73,12.91 8.1,19.28 22.79,4.59",1,"mdc-checkbox__checkmark-path"],[1,"mdc-checkbox__mixedmark"],["mat-ripple","",1,"mat-mdc-checkbox-ripple","mat-mdc-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered"],[1,"mdc-label",3,"for"]],template:function(C,E){if(1&C){const L=e.RV6();e.NAR(),e.j41(0,"div",3),e.bIt("click",function(x){return e.eBV(L),e.Njj(E._preventBubblingFromLabel(x))}),e.j41(1,"div",4,0)(3,"div",5),e.bIt("click",function(){return e.eBV(L),e.Njj(E._onTouchTargetClick())}),e.k0s(),e.j41(4,"input",6,1),e.bIt("blur",function(){return e.eBV(L),e.Njj(E._onBlur())})("click",function(){return e.eBV(L),e.Njj(E._onInputClick())})("change",function(x){return e.eBV(L),e.Njj(E._onInteractionEvent(x))}),e.k0s(),e.nrm(6,"div",7),e.j41(7,"div",8),e.qSk(),e.j41(8,"svg",9),e.nrm(9,"path",10),e.k0s(),e.joV(),e.nrm(10,"div",11),e.k0s(),e.nrm(11,"div",12),e.k0s(),e.j41(12,"label",13,2),e.SdG(14),e.k0s()()}if(2&C){const L=e.sdS(2);e.Y8G("labelPosition",E.labelPosition),e.R7$(4),e.AVh("mdc-checkbox--selected",E.checked),e.Y8G("checked",E.checked)("indeterminate",E.indeterminate)("disabled",E.disabled)("id",E.inputId)("required",E.required)("tabIndex",E.disabled?-1:E.tabIndex),e.BMQ("aria-label",E.ariaLabel||null)("aria-labelledby",E.ariaLabelledby)("aria-describedby",E.ariaDescribedby)("aria-checked",E.indeterminate?"mixed":null)("name",E.name)("value",E.value),e.R7$(7),e.Y8G("matRippleTrigger",L)("matRippleDisabled",E.disableRipple||E.disabled)("matRippleCentered",!0),e.R7$(),e.Y8G("for",E.inputId)}},dependencies:[r.r6,r.tO],styles:['.mdc-touch-target-wrapper{display:inline}@keyframes mdc-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:29.7833385}50%{animation-timing-function:cubic-bezier(0, 0, 0.2, 1)}100%{stroke-dashoffset:0}}@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{transform:scaleX(0)}68.2%{animation-timing-function:cubic-bezier(0, 0, 0, 1)}100%{transform:scaleX(1)}}@keyframes mdc-checkbox-checked-unchecked-checkmark-path{from{animation-timing-function:cubic-bezier(0.4, 0, 1, 1);opacity:1;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:-29.7833385}}@keyframes mdc-checkbox-checked-indeterminate-checkmark{from{animation-timing-function:cubic-bezier(0, 0, 0.2, 1);transform:rotate(0deg);opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-checked-checkmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);transform:rotate(45deg);opacity:0}to{transform:rotate(360deg);opacity:1}}@keyframes mdc-checkbox-checked-indeterminate-mixedmark{from{animation-timing-function:mdc-animation-deceleration-curve-timing-function;transform:rotate(-45deg);opacity:0}to{transform:rotate(0deg);opacity:1}}@keyframes mdc-checkbox-indeterminate-checked-mixedmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);transform:rotate(0deg);opacity:1}to{transform:rotate(315deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark{0%{animation-timing-function:linear;transform:scaleX(1);opacity:1}32.8%,100%{transform:scaleX(0);opacity:0}}.mdc-checkbox{display:inline-block;position:relative;flex:0 0 18px;box-sizing:content-box;width:18px;height:18px;line-height:0;white-space:nowrap;cursor:pointer;vertical-align:bottom}.mdc-checkbox[hidden]{display:none}.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring{pointer-events:none;border:2px solid rgba(0,0,0,0);border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:100%;width:100%}@media screen and (forced-colors: active){.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring{border-color:CanvasText}}.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring::after,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring::after{content:"";border:2px solid rgba(0,0,0,0);border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring::after,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring::after{border-color:CanvasText}}@media all and (-ms-high-contrast: none){.mdc-checkbox .mdc-checkbox__focus-ring{display:none}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-checkbox__mixedmark{margin:0 1px}}.mdc-checkbox--disabled{cursor:default;pointer-events:none}.mdc-checkbox__background{display:inline-flex;position:absolute;align-items:center;justify-content:center;box-sizing:border-box;width:18px;height:18px;border:2px solid currentColor;border-radius:2px;background-color:rgba(0,0,0,0);pointer-events:none;will-change:background-color,border-color;transition:background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox__checkmark{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;transition:opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox--upgraded .mdc-checkbox__checkmark{opacity:1}.mdc-checkbox__checkmark-path{transition:stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:29.7833385;stroke-dasharray:29.7833385}.mdc-checkbox__mixedmark{width:100%;height:0;transform:scaleX(0) rotate(0deg);border-width:1px;border-style:solid;opacity:0;transition:opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background{animation-duration:180ms;animation-timing-function:linear}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;transition:none}.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark{animation:mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark{animation:mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;transition:none}.mdc-checkbox__native-control:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background{transition:border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1),background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__checkmark-path{stroke-dashoffset:0}.mdc-checkbox__native-control{position:absolute;margin:0;padding:0;opacity:0;cursor:inherit}.mdc-checkbox__native-control:disabled{cursor:default;pointer-events:none}.mdc-checkbox--touch{margin:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2)}.mdc-checkbox--touch .mdc-checkbox__native-control{top:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);right:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);left:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);width:var(--mdc-checkbox-state-layer-size);height:var(--mdc-checkbox-state-layer-size)}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark{transition:opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);opacity:1}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(-45deg)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__checkmark{transform:rotate(45deg);opacity:0;transition:opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__mixedmark,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(0deg);opacity:1}.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__mixedmark{transition:none}.mdc-checkbox{padding:calc((var(--mdc-checkbox-state-layer-size) - 18px) / 2);margin:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2)}.mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:var(--mdc-checkbox-disabled-unselected-icon-color);background-color:transparent}.mdc-checkbox .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background{border-color:transparent;background-color:var(--mdc-checkbox-disabled-selected-icon-color)}.mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:var(--mdc-checkbox-selected-checkmark-color)}.mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:var(--mdc-checkbox-selected-checkmark-color)}.mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:var(--mdc-checkbox-disabled-selected-checkmark-color)}.mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:var(--mdc-checkbox-disabled-selected-checkmark-color)}.mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-icon-color);background-color:transparent}.mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-icon-color);background-color:var(--mdc-checkbox-selected-icon-color)}@keyframes mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336{0%{border-color:var(--mdc-checkbox-unselected-icon-color);background-color:transparent}50%{border-color:var(--mdc-checkbox-selected-icon-color);background-color:var(--mdc-checkbox-selected-icon-color)}}@keyframes mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336{0%,80%{border-color:var(--mdc-checkbox-selected-icon-color);background-color:var(--mdc-checkbox-selected-icon-color)}100%{border-color:var(--mdc-checkbox-unselected-icon-color);background-color:transparent}}.mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336}.mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336}.mdc-checkbox:hover .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-hover-icon-color);background-color:transparent}.mdc-checkbox:hover .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox:hover .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mdc-checkbox:hover .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-hover-icon-color);background-color:var(--mdc-checkbox-selected-hover-icon-color)}@keyframes mdc-checkbox-fade-in-background-FF212121FFF4433600000000FFF44336{0%{border-color:var(--mdc-checkbox-unselected-hover-icon-color);background-color:transparent}50%{border-color:var(--mdc-checkbox-selected-hover-icon-color);background-color:var(--mdc-checkbox-selected-hover-icon-color)}}@keyframes mdc-checkbox-fade-out-background-FF212121FFF4433600000000FFF44336{0%,80%{border-color:var(--mdc-checkbox-selected-hover-icon-color);background-color:var(--mdc-checkbox-selected-hover-icon-color)}100%{border-color:var(--mdc-checkbox-unselected-hover-icon-color);background-color:transparent}}.mdc-checkbox:hover.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox:hover.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-FF212121FFF4433600000000FFF44336}.mdc-checkbox:hover.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox:hover.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-FF212121FFF4433600000000FFF44336}.mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-pressed-icon-color);background-color:transparent}.mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-pressed-icon-color);background-color:var(--mdc-checkbox-selected-pressed-icon-color)}@keyframes mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336{0%{border-color:var(--mdc-checkbox-unselected-pressed-icon-color);background-color:transparent}50%{border-color:var(--mdc-checkbox-selected-pressed-icon-color);background-color:var(--mdc-checkbox-selected-pressed-icon-color)}}@keyframes mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336{0%,80%{border-color:var(--mdc-checkbox-selected-pressed-icon-color);background-color:var(--mdc-checkbox-selected-pressed-icon-color)}100%{border-color:var(--mdc-checkbox-unselected-pressed-icon-color);background-color:transparent}}.mdc-checkbox:not(:disabled):active.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox:not(:disabled):active.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336}.mdc-checkbox:not(:disabled):active.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox:not(:disabled):active.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336}.mdc-checkbox .mdc-checkbox__background{top:calc((var(--mdc-checkbox-state-layer-size) - 18px) / 2);left:calc((var(--mdc-checkbox-state-layer-size) - 18px) / 2)}.mdc-checkbox .mdc-checkbox__native-control{top:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);right:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);left:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);width:var(--mdc-checkbox-state-layer-size);height:var(--mdc-checkbox-state-layer-size)}.mdc-checkbox .mdc-checkbox__native-control:enabled:focus:focus:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-focus-icon-color)}.mdc-checkbox .mdc-checkbox__native-control:enabled:focus:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control:enabled:focus:indeterminate~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-focus-icon-color);background-color:var(--mdc-checkbox-selected-focus-icon-color)}.mdc-checkbox:hover .mdc-checkbox__ripple{opacity:var(--mdc-checkbox-unselected-hover-state-layer-opacity);background-color:var(--mdc-checkbox-unselected-hover-state-layer-color)}.mdc-checkbox:hover .mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-unselected-hover-state-layer-color)}.mdc-checkbox .mdc-checkbox__native-control:focus~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-unselected-focus-state-layer-opacity);background-color:var(--mdc-checkbox-unselected-focus-state-layer-color)}.mdc-checkbox .mdc-checkbox__native-control:focus~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-unselected-focus-state-layer-color)}.mdc-checkbox:active .mdc-checkbox__native-control~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-unselected-pressed-state-layer-opacity);background-color:var(--mdc-checkbox-unselected-pressed-state-layer-color)}.mdc-checkbox:active .mdc-checkbox__native-control~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-unselected-pressed-state-layer-color)}.mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-selected-hover-state-layer-opacity);background-color:var(--mdc-checkbox-selected-hover-state-layer-color)}.mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-selected-hover-state-layer-color)}.mdc-checkbox .mdc-checkbox__native-control:focus:checked~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-selected-focus-state-layer-opacity);background-color:var(--mdc-checkbox-selected-focus-state-layer-color)}.mdc-checkbox .mdc-checkbox__native-control:focus:checked~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-selected-focus-state-layer-color)}.mdc-checkbox:active .mdc-checkbox__native-control:checked~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-selected-pressed-state-layer-opacity);background-color:var(--mdc-checkbox-selected-pressed-state-layer-color)}.mdc-checkbox:active .mdc-checkbox__native-control:checked~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-selected-pressed-state-layer-color)}.mat-mdc-checkbox{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-checkbox .mdc-checkbox__background{-webkit-print-color-adjust:exact;color-adjust:exact}.mat-mdc-checkbox._mat-animation-noopable *,.mat-mdc-checkbox._mat-animation-noopable *::before{transition:none !important;animation:none !important}.mat-mdc-checkbox label{cursor:pointer}.mat-mdc-checkbox .mat-internal-form-field{color:var(--mat-checkbox-label-text-color);font-family:var(--mat-checkbox-label-text-font);line-height:var(--mat-checkbox-label-text-line-height);font-size:var(--mat-checkbox-label-text-size);letter-spacing:var(--mat-checkbox-label-text-tracking);font-weight:var(--mat-checkbox-label-text-weight)}.mat-mdc-checkbox.mat-mdc-checkbox-disabled label{cursor:default;color:var(--mat-checkbox-disabled-label-color)}.mat-mdc-checkbox label:empty{display:none}.cdk-high-contrast-active .mat-mdc-checkbox.mat-mdc-checkbox-disabled{opacity:.5}.cdk-high-contrast-active .mat-mdc-checkbox .mdc-checkbox__checkmark{--mdc-checkbox-selected-checkmark-color: CanvasText;--mdc-checkbox-disabled-selected-checkmark-color: CanvasText}.mat-mdc-checkbox .mdc-checkbox__ripple{opacity:0}.mat-mdc-checkbox-ripple,.mdc-checkbox__ripple{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:50%;pointer-events:none}.mat-mdc-checkbox-ripple:not(:empty),.mdc-checkbox__ripple:not(:empty){transform:translateZ(0)}.mat-mdc-checkbox-ripple .mat-ripple-element{opacity:.1}.mat-mdc-checkbox-touch-target{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%, -50%);display:var(--mat-checkbox-touch-target-display)}.mat-mdc-checkbox-ripple::before{border-radius:50%}.mdc-checkbox__native-control:focus~.mat-mdc-focus-indicator::before{content:""}'],encapsulation:2,changeDetection:0})}return p})(),_=(()=>{class p{static#e=this.\u0275fac=function(C){return new(C||p)};static#t=this.\u0275mod=e.$C({type:p});static#i=this.\u0275inj=e.G2t({imports:[X,r.yE,r.yE]})}return p})()},3719:(ue,J,h)=>{h.d(J,{JW:()=>V,MV:()=>de,RG:()=>Je,TL:()=>Me,nJ:()=>me,qT:()=>ae,rl:()=>xt,xb:()=>ve,yw:()=>l});var e=h(4438),b=h(8203),r=h(6860),y=h(4337),W=h(5286),j=h(4670),I=h(7605),G=h(8170),A=h(4085),w=h(9969),P=h(177),N=h(2318),H=h(6600);const X=["notch"],D=["matFormFieldNotchedOutline",""],Y=["*"],d=["textField"],_=["iconPrefixContainer"],p=["textPrefixContainer"],B=["*",[["mat-label"]],[["","matPrefix",""],["","matIconPrefix",""]],[["","matTextPrefix",""]],[["","matTextSuffix",""]],[["","matSuffix",""],["","matIconSuffix",""]],[["mat-error"],["","matError",""]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],g=["*","mat-label","[matPrefix], [matIconPrefix]","[matTextPrefix]","[matTextSuffix]","[matSuffix], [matIconSuffix]","mat-error, [matError]","mat-hint:not([align='end'])","mat-hint[align='end']"];function C(m,K){1&m&&e.nrm(0,"span",19)}function E(m,K){if(1&m&&(e.j41(0,"label",18),e.SdG(1,1),e.DNE(2,C,1,0,"span",19),e.k0s()),2&m){const s=e.XpG(2);e.Y8G("floating",s._shouldLabelFloat())("monitorResize",s._hasOutline())("id",s._labelId),e.BMQ("for",s._control.disableAutomaticLabeling?null:s._control.id),e.R7$(2),e.vxM(!s.hideRequiredMarker&&s._control.required?2:-1)}}function L(m,K){if(1&m&&e.DNE(0,E,3,5,"label",18),2&m){const s=e.XpG();e.vxM(s._hasFloatingLabel()?0:-1)}}function q(m,K){1&m&&e.nrm(0,"div",5)}function x(m,K){}function ee(m,K){if(1&m&&e.DNE(0,x,0,0,"ng-template",11),2&m){e.XpG(2);const s=e.sdS(1);e.Y8G("ngTemplateOutlet",s)}}function R(m,K){if(1&m&&(e.j41(0,"div",7),e.DNE(1,ee,1,1,null,11),e.k0s()),2&m){const s=e.XpG();e.Y8G("matFormFieldNotchedOutlineOpen",s._shouldLabelFloat()),e.R7$(),e.vxM(s._forceDisplayInfixLabel()?-1:1)}}function M(m,K){1&m&&(e.j41(0,"div",8,2),e.SdG(2,2),e.k0s())}function O(m,K){1&m&&(e.j41(0,"div",9,3),e.SdG(2,3),e.k0s())}function oe(m,K){}function le(m,K){if(1&m&&e.DNE(0,oe,0,0,"ng-template",11),2&m){e.XpG();const s=e.sdS(1);e.Y8G("ngTemplateOutlet",s)}}function ne(m,K){1&m&&(e.j41(0,"div",12),e.SdG(1,4),e.k0s())}function Ae(m,K){1&m&&(e.j41(0,"div",13),e.SdG(1,5),e.k0s())}function Re(m,K){1&m&&e.nrm(0,"div",14)}function fe(m,K){if(1&m&&(e.j41(0,"div",16),e.SdG(1,6),e.k0s()),2&m){const s=e.XpG();e.Y8G("@transitionMessages",s._subscriptAnimationState)}}function pe(m,K){if(1&m&&(e.j41(0,"mat-hint",20),e.EFF(1),e.k0s()),2&m){const s=e.XpG(2);e.Y8G("id",s._hintLabelId),e.R7$(),e.JRh(s.hintLabel)}}function _e(m,K){if(1&m&&(e.j41(0,"div",17),e.DNE(1,pe,2,2,"mat-hint",20),e.SdG(2,7),e.nrm(3,"div",21),e.SdG(4,8),e.k0s()),2&m){const s=e.XpG();e.Y8G("@transitionMessages",s._subscriptAnimationState),e.R7$(),e.vxM(s.hintLabel?1:-1)}}let me=(()=>{class m{static#e=this.\u0275fac=function(v){return new(v||m)};static#t=this.\u0275dir=e.FsC({type:m,selectors:[["mat-label"]],standalone:!0})}return m})(),ge=0;const he=new e.nKC("MatError");let Me=(()=>{class m{constructor(s,v){this.id="mat-mdc-error-"+ge++,s||v.nativeElement.setAttribute("aria-live","polite")}static#e=this.\u0275fac=function(v){return new(v||m)(e.kS0("aria-live"),e.rXU(e.aKT))};static#t=this.\u0275dir=e.FsC({type:m,selectors:[["mat-error"],["","matError",""]],hostAttrs:["aria-atomic","true",1,"mat-mdc-form-field-error","mat-mdc-form-field-bottom-align"],hostVars:1,hostBindings:function(v,f){2&v&&e.Mr5("id",f.id)},inputs:{id:"id"},standalone:!0,features:[e.Jv_([{provide:he,useExisting:m}])]})}return m})(),Ee=0,de=(()=>{class m{constructor(){this.align="start",this.id="mat-mdc-hint-"+Ee++}static#e=this.\u0275fac=function(v){return new(v||m)};static#t=this.\u0275dir=e.FsC({type:m,selectors:[["mat-hint"]],hostAttrs:[1,"mat-mdc-form-field-hint","mat-mdc-form-field-bottom-align"],hostVars:4,hostBindings:function(v,f){2&v&&(e.Mr5("id",f.id),e.BMQ("align",null),e.AVh("mat-mdc-form-field-hint-end","end"===f.align))},inputs:{align:"align",id:"id"},standalone:!0})}return m})();const se=new e.nKC("MatPrefix");let V=(()=>{class m{constructor(){this._isText=!1}set _isTextSelector(s){this._isText=!0}static#e=this.\u0275fac=function(v){return new(v||m)};static#t=this.\u0275dir=e.FsC({type:m,selectors:[["","matPrefix",""],["","matIconPrefix",""],["","matTextPrefix",""]],inputs:{_isTextSelector:[0,"matTextPrefix","_isTextSelector"]},standalone:!0,features:[e.Jv_([{provide:se,useExisting:m}])]})}return m})();const ie=new e.nKC("MatSuffix");let l=(()=>{class m{constructor(){this._isText=!1}set _isTextSelector(s){this._isText=!0}static#e=this.\u0275fac=function(v){return new(v||m)};static#t=this.\u0275dir=e.FsC({type:m,selectors:[["","matSuffix",""],["","matIconSuffix",""],["","matTextSuffix",""]],inputs:{_isTextSelector:[0,"matTextSuffix","_isTextSelector"]},standalone:!0,features:[e.Jv_([{provide:ie,useExisting:m}])]})}return m})();const c=new e.nKC("FloatingLabelParent");let u=(()=>{class m{get floating(){return this._floating}set floating(s){this._floating=s,this.monitorResize&&this._handleResize()}get monitorResize(){return this._monitorResize}set monitorResize(s){this._monitorResize=s,this._monitorResize?this._subscribeToResize():this._resizeSubscription.unsubscribe()}constructor(s){this._elementRef=s,this._floating=!1,this._monitorResize=!1,this._resizeObserver=(0,e.WQX)(G.a),this._ngZone=(0,e.WQX)(e.SKi),this._parent=(0,e.WQX)(c),this._resizeSubscription=new y.y}ngOnDestroy(){this._resizeSubscription.unsubscribe()}getWidth(){return function T(m){if(null!==m.offsetParent)return m.scrollWidth;const s=m.cloneNode(!0);s.style.setProperty("position","absolute"),s.style.setProperty("transform","translate(-9999px, -9999px)"),document.documentElement.appendChild(s);const v=s.scrollWidth;return s.remove(),v}(this._elementRef.nativeElement)}get element(){return this._elementRef.nativeElement}_handleResize(){setTimeout(()=>this._parent._handleLabelResized())}_subscribeToResize(){this._resizeSubscription.unsubscribe(),this._ngZone.runOutsideAngular(()=>{this._resizeSubscription=this._resizeObserver.observe(this._elementRef.nativeElement,{box:"border-box"}).subscribe(()=>this._handleResize())})}static#e=this.\u0275fac=function(v){return new(v||m)(e.rXU(e.aKT))};static#t=this.\u0275dir=e.FsC({type:m,selectors:[["label","matFormFieldFloatingLabel",""]],hostAttrs:[1,"mdc-floating-label","mat-mdc-floating-label"],hostVars:2,hostBindings:function(v,f){2&v&&e.AVh("mdc-floating-label--float-above",f.floating)},inputs:{floating:"floating",monitorResize:"monitorResize"},standalone:!0})}return m})();const z="mdc-line-ripple--active",te="mdc-line-ripple--deactivating";let $=(()=>{class m{constructor(s,v){this._elementRef=s,this._handleTransitionEnd=f=>{const F=this._elementRef.nativeElement.classList,U=F.contains(te);"opacity"===f.propertyName&&U&&F.remove(z,te)},v.runOutsideAngular(()=>{s.nativeElement.addEventListener("transitionend",this._handleTransitionEnd)})}activate(){const s=this._elementRef.nativeElement.classList;s.remove(te),s.add(z)}deactivate(){this._elementRef.nativeElement.classList.add(te)}ngOnDestroy(){this._elementRef.nativeElement.removeEventListener("transitionend",this._handleTransitionEnd)}static#e=this.\u0275fac=function(v){return new(v||m)(e.rXU(e.aKT),e.rXU(e.SKi))};static#t=this.\u0275dir=e.FsC({type:m,selectors:[["div","matFormFieldLineRipple",""]],hostAttrs:[1,"mdc-line-ripple"],standalone:!0})}return m})(),be=(()=>{class m{constructor(s,v){this._elementRef=s,this._ngZone=v,this.open=!1}ngAfterViewInit(){const s=this._elementRef.nativeElement.querySelector(".mdc-floating-label");s?(this._elementRef.nativeElement.classList.add("mdc-notched-outline--upgraded"),"function"==typeof requestAnimationFrame&&(s.style.transitionDuration="0s",this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>s.style.transitionDuration="")}))):this._elementRef.nativeElement.classList.add("mdc-notched-outline--no-label")}_setNotchWidth(s){this._notch.nativeElement.style.width=this.open&&s?`calc(${s}px * var(--mat-mdc-form-field-floating-label-scale, 0.75) + 9px)`:""}static#e=this.\u0275fac=function(v){return new(v||m)(e.rXU(e.aKT),e.rXU(e.SKi))};static#t=this.\u0275cmp=e.VBU({type:m,selectors:[["div","matFormFieldNotchedOutline",""]],viewQuery:function(v,f){if(1&v&&e.GBs(X,5),2&v){let F;e.mGM(F=e.lsd())&&(f._notch=F.first)}},hostAttrs:[1,"mdc-notched-outline"],hostVars:2,hostBindings:function(v,f){2&v&&e.AVh("mdc-notched-outline--notched",f.open)},inputs:{open:[0,"matFormFieldNotchedOutlineOpen","open"]},standalone:!0,features:[e.aNF],attrs:D,ngContentSelectors:Y,decls:5,vars:0,consts:[["notch",""],[1,"mdc-notched-outline__leading"],[1,"mdc-notched-outline__notch"],[1,"mdc-notched-outline__trailing"]],template:function(v,f){1&v&&(e.NAR(),e.nrm(0,"div",1),e.j41(1,"div",2,0),e.SdG(3),e.k0s(),e.nrm(4,"div",3))},encapsulation:2,changeDetection:0})}return m})();const xe={transitionMessages:(0,w.hZ)("transitionMessages",[(0,w.wk)("enter",(0,w.iF)({opacity:1,transform:"translateY(0%)"})),(0,w.kY)("void => enter",[(0,w.iF)({opacity:0,transform:"translateY(-5px)"}),(0,w.i0)("300ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])};let ae=(()=>{class m{static#e=this.\u0275fac=function(v){return new(v||m)};static#t=this.\u0275dir=e.FsC({type:m})}return m})();const ve=new e.nKC("MatFormField"),Z=new e.nKC("MAT_FORM_FIELD_DEFAULT_OPTIONS");let ye=0,xt=(()=>{class m{get hideRequiredMarker(){return this._hideRequiredMarker}set hideRequiredMarker(s){this._hideRequiredMarker=(0,A.he)(s)}get floatLabel(){return this._floatLabel||this._defaults?.floatLabel||"auto"}set floatLabel(s){s!==this._floatLabel&&(this._floatLabel=s,this._changeDetectorRef.markForCheck())}get appearance(){return this._appearance}set appearance(s){const v=this._appearance;this._appearance=s||this._defaults?.appearance||"fill","outline"===this._appearance&&this._appearance!==v&&(this._needsOutlineLabelOffsetUpdate=!0)}get subscriptSizing(){return this._subscriptSizing||this._defaults?.subscriptSizing||"fixed"}set subscriptSizing(s){this._subscriptSizing=s||this._defaults?.subscriptSizing||"fixed"}get hintLabel(){return this._hintLabel}set hintLabel(s){this._hintLabel=s,this._processHints()}get _control(){return this._explicitFormFieldControl||this._formFieldControl}set _control(s){this._explicitFormFieldControl=s}constructor(s,v,f,F,U,Q,re,Be){this._elementRef=s,this._changeDetectorRef=v,this._dir=F,this._platform=U,this._defaults=Q,this._animationMode=re,this._hideRequiredMarker=!1,this.color="primary",this._appearance="fill",this._subscriptSizing=null,this._hintLabel="",this._hasIconPrefix=!1,this._hasTextPrefix=!1,this._hasIconSuffix=!1,this._hasTextSuffix=!1,this._labelId="mat-mdc-form-field-label-"+ye++,this._hintLabelId="mat-mdc-hint-"+ye++,this._subscriptAnimationState="",this._destroyed=new W.B7,this._isFocused=null,this._needsOutlineLabelOffsetUpdate=!1,this._injector=(0,e.WQX)(e.zZn),Q&&(Q.appearance&&(this.appearance=Q.appearance),this._hideRequiredMarker=!!Q?.hideRequiredMarker,Q.color&&(this.color=Q.color))}ngAfterViewInit(){this._updateFocusState(),this._subscriptAnimationState="enter",this._changeDetectorRef.detectChanges()}ngAfterContentInit(){this._assertFormFieldControl(),this._initializeControl(),this._initializeSubscript(),this._initializePrefixAndSuffix(),this._initializeOutlineLabelOffsetSubscriptions()}ngAfterContentChecked(){this._assertFormFieldControl()}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}getLabelId(){return this._hasFloatingLabel()?this._labelId:null}getConnectedOverlayOrigin(){return this._textField||this._elementRef}_animateAndLockLabel(){this._hasFloatingLabel()&&(this.floatLabel="always")}_initializeControl(){const s=this._control;s.controlType&&this._elementRef.nativeElement.classList.add(`mat-mdc-form-field-type-${s.controlType}`),s.stateChanges.subscribe(()=>{this._updateFocusState(),this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),s.ngControl&&s.ngControl.valueChanges&&s.ngControl.valueChanges.pipe((0,I.Q)(this._destroyed)).subscribe(()=>this._changeDetectorRef.markForCheck())}_checkPrefixAndSuffixTypes(){this._hasIconPrefix=!!this._prefixChildren.find(s=>!s._isText),this._hasTextPrefix=!!this._prefixChildren.find(s=>s._isText),this._hasIconSuffix=!!this._suffixChildren.find(s=>!s._isText),this._hasTextSuffix=!!this._suffixChildren.find(s=>s._isText)}_initializePrefixAndSuffix(){this._checkPrefixAndSuffixTypes(),(0,j.h)(this._prefixChildren.changes,this._suffixChildren.changes).subscribe(()=>{this._checkPrefixAndSuffixTypes(),this._changeDetectorRef.markForCheck()})}_initializeSubscript(){this._hintChildren.changes.subscribe(()=>{this._processHints(),this._changeDetectorRef.markForCheck()}),this._errorChildren.changes.subscribe(()=>{this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),this._validateHints(),this._syncDescribedByIds()}_assertFormFieldControl(){}_updateFocusState(){this._control.focused&&!this._isFocused?(this._isFocused=!0,this._lineRipple?.activate()):!this._control.focused&&(this._isFocused||null===this._isFocused)&&(this._isFocused=!1,this._lineRipple?.deactivate()),this._textField?.nativeElement.classList.toggle("mdc-text-field--focused",this._control.focused)}_initializeOutlineLabelOffsetSubscriptions(){this._prefixChildren.changes.subscribe(()=>this._needsOutlineLabelOffsetUpdate=!0),(0,e.Tzd)(()=>{this._needsOutlineLabelOffsetUpdate&&(this._needsOutlineLabelOffsetUpdate=!1,this._updateOutlineLabelOffset())},{injector:this._injector}),this._dir.change.pipe((0,I.Q)(this._destroyed)).subscribe(()=>this._needsOutlineLabelOffsetUpdate=!0)}_shouldAlwaysFloat(){return"always"===this.floatLabel}_hasOutline(){return"outline"===this.appearance}_forceDisplayInfixLabel(){return!this._platform.isBrowser&&this._prefixChildren.length&&!this._shouldLabelFloat()}_hasFloatingLabel(){return!!this._labelChildNonStatic||!!this._labelChildStatic}_shouldLabelFloat(){return this._control.shouldLabelFloat||this._shouldAlwaysFloat()}_shouldForward(s){const v=this._control?this._control.ngControl:null;return v&&v[s]}_getDisplayedMessages(){return this._errorChildren&&this._errorChildren.length>0&&this._control.errorState?"error":"hint"}_handleLabelResized(){this._refreshOutlineNotchWidth()}_refreshOutlineNotchWidth(){this._hasOutline()&&this._floatingLabel&&this._shouldLabelFloat()?this._notchedOutline?._setNotchWidth(this._floatingLabel.getWidth()):this._notchedOutline?._setNotchWidth(0)}_processHints(){this._validateHints(),this._syncDescribedByIds()}_validateHints(){}_syncDescribedByIds(){if(this._control){let s=[];if(this._control.userAriaDescribedBy&&"string"==typeof this._control.userAriaDescribedBy&&s.push(...this._control.userAriaDescribedBy.split(" ")),"hint"===this._getDisplayedMessages()){const v=this._hintChildren?this._hintChildren.find(F=>"start"===F.align):null,f=this._hintChildren?this._hintChildren.find(F=>"end"===F.align):null;v?s.push(v.id):this._hintLabel&&s.push(this._hintLabelId),f&&s.push(f.id)}else this._errorChildren&&s.push(...this._errorChildren.map(v=>v.id));this._control.setDescribedByIds(s)}}_updateOutlineLabelOffset(){if(!this._hasOutline()||!this._floatingLabel)return;const s=this._floatingLabel.element;if(!this._iconPrefixContainer&&!this._textPrefixContainer)return void(s.style.transform="");if(!this._isAttachedToDom())return void(this._needsOutlineLabelOffsetUpdate=!0);const v=this._iconPrefixContainer?.nativeElement,f=this._textPrefixContainer?.nativeElement,F=v?.getBoundingClientRect().width??0,U=f?.getBoundingClientRect().width??0;s.style.transform=`var(\n --mat-mdc-form-field-label-transform,\n translateY(-50%) translateX(calc(${"rtl"===this._dir.value?"-1":"1"} * (${F+U}px + var(--mat-mdc-form-field-label-offset-x, 0px))))\n )`}_isAttachedToDom(){const s=this._elementRef.nativeElement;if(s.getRootNode){const v=s.getRootNode();return v&&v!==s}return document.documentElement.contains(s)}static#e=this.\u0275fac=function(v){return new(v||m)(e.rXU(e.aKT),e.rXU(e.gRc),e.rXU(e.SKi),e.rXU(b.dS),e.rXU(r.OD),e.rXU(Z,8),e.rXU(e.bc$,8),e.rXU(P.qQ))};static#t=this.\u0275cmp=e.VBU({type:m,selectors:[["mat-form-field"]],contentQueries:function(v,f,F){if(1&v&&(e.wni(F,me,5),e.wni(F,me,7),e.wni(F,ae,5),e.wni(F,se,5),e.wni(F,ie,5),e.wni(F,he,5),e.wni(F,de,5)),2&v){let U;e.mGM(U=e.lsd())&&(f._labelChildNonStatic=U.first),e.mGM(U=e.lsd())&&(f._labelChildStatic=U.first),e.mGM(U=e.lsd())&&(f._formFieldControl=U.first),e.mGM(U=e.lsd())&&(f._prefixChildren=U),e.mGM(U=e.lsd())&&(f._suffixChildren=U),e.mGM(U=e.lsd())&&(f._errorChildren=U),e.mGM(U=e.lsd())&&(f._hintChildren=U)}},viewQuery:function(v,f){if(1&v&&(e.GBs(d,5),e.GBs(_,5),e.GBs(p,5),e.GBs(u,5),e.GBs(be,5),e.GBs($,5)),2&v){let F;e.mGM(F=e.lsd())&&(f._textField=F.first),e.mGM(F=e.lsd())&&(f._iconPrefixContainer=F.first),e.mGM(F=e.lsd())&&(f._textPrefixContainer=F.first),e.mGM(F=e.lsd())&&(f._floatingLabel=F.first),e.mGM(F=e.lsd())&&(f._notchedOutline=F.first),e.mGM(F=e.lsd())&&(f._lineRipple=F.first)}},hostAttrs:[1,"mat-mdc-form-field"],hostVars:42,hostBindings:function(v,f){2&v&&e.AVh("mat-mdc-form-field-label-always-float",f._shouldAlwaysFloat())("mat-mdc-form-field-has-icon-prefix",f._hasIconPrefix)("mat-mdc-form-field-has-icon-suffix",f._hasIconSuffix)("mat-form-field-invalid",f._control.errorState)("mat-form-field-disabled",f._control.disabled)("mat-form-field-autofilled",f._control.autofilled)("mat-form-field-no-animations","NoopAnimations"===f._animationMode)("mat-form-field-appearance-fill","fill"==f.appearance)("mat-form-field-appearance-outline","outline"==f.appearance)("mat-form-field-hide-placeholder",f._hasFloatingLabel()&&!f._shouldLabelFloat())("mat-focused",f._control.focused)("mat-primary","accent"!==f.color&&"warn"!==f.color)("mat-accent","accent"===f.color)("mat-warn","warn"===f.color)("ng-untouched",f._shouldForward("untouched"))("ng-touched",f._shouldForward("touched"))("ng-pristine",f._shouldForward("pristine"))("ng-dirty",f._shouldForward("dirty"))("ng-valid",f._shouldForward("valid"))("ng-invalid",f._shouldForward("invalid"))("ng-pending",f._shouldForward("pending"))},inputs:{hideRequiredMarker:"hideRequiredMarker",color:"color",floatLabel:"floatLabel",appearance:"appearance",subscriptSizing:"subscriptSizing",hintLabel:"hintLabel"},exportAs:["matFormField"],standalone:!0,features:[e.Jv_([{provide:ve,useExisting:m},{provide:c,useExisting:m}]),e.aNF],ngContentSelectors:g,decls:18,vars:21,consts:[["labelTemplate",""],["textField",""],["iconPrefixContainer",""],["textPrefixContainer",""],[1,"mat-mdc-text-field-wrapper","mdc-text-field",3,"click"],[1,"mat-mdc-form-field-focus-overlay"],[1,"mat-mdc-form-field-flex"],["matFormFieldNotchedOutline","",3,"matFormFieldNotchedOutlineOpen"],[1,"mat-mdc-form-field-icon-prefix"],[1,"mat-mdc-form-field-text-prefix"],[1,"mat-mdc-form-field-infix"],[3,"ngTemplateOutlet"],[1,"mat-mdc-form-field-text-suffix"],[1,"mat-mdc-form-field-icon-suffix"],["matFormFieldLineRipple",""],[1,"mat-mdc-form-field-subscript-wrapper","mat-mdc-form-field-bottom-align"],[1,"mat-mdc-form-field-error-wrapper"],[1,"mat-mdc-form-field-hint-wrapper"],["matFormFieldFloatingLabel","",3,"floating","monitorResize","id"],["aria-hidden","true",1,"mat-mdc-form-field-required-marker","mdc-floating-label--required"],[3,"id"],[1,"mat-mdc-form-field-hint-spacer"]],template:function(v,f){if(1&v){const F=e.RV6();e.NAR(B),e.DNE(0,L,1,1,"ng-template",null,0,e.C5r),e.j41(2,"div",4,1),e.bIt("click",function(Q){return e.eBV(F),e.Njj(f._control.onContainerClick(Q))}),e.DNE(4,q,1,0,"div",5),e.j41(5,"div",6),e.DNE(6,R,2,2,"div",7)(7,M,3,0,"div",8)(8,O,3,0,"div",9),e.j41(9,"div",10),e.DNE(10,le,1,1,null,11),e.SdG(11),e.k0s(),e.DNE(12,ne,2,0,"div",12)(13,Ae,2,0,"div",13),e.k0s(),e.DNE(14,Re,1,0,"div",14),e.k0s(),e.j41(15,"div",15),e.DNE(16,fe,2,1,"div",16)(17,_e,5,2,"div",17),e.k0s()}if(2&v){let F;e.R7$(2),e.AVh("mdc-text-field--filled",!f._hasOutline())("mdc-text-field--outlined",f._hasOutline())("mdc-text-field--no-label",!f._hasFloatingLabel())("mdc-text-field--disabled",f._control.disabled)("mdc-text-field--invalid",f._control.errorState),e.R7$(2),e.vxM(f._hasOutline()||f._control.disabled?-1:4),e.R7$(2),e.vxM(f._hasOutline()?6:-1),e.R7$(),e.vxM(f._hasIconPrefix?7:-1),e.R7$(),e.vxM(f._hasTextPrefix?8:-1),e.R7$(2),e.vxM(!f._hasOutline()||f._forceDisplayInfixLabel()?10:-1),e.R7$(2),e.vxM(f._hasTextSuffix?12:-1),e.R7$(),e.vxM(f._hasIconSuffix?13:-1),e.R7$(),e.vxM(f._hasOutline()?-1:14),e.R7$(),e.AVh("mat-mdc-form-field-subscript-dynamic-size","dynamic"===f.subscriptSizing),e.R7$(),e.vxM("error"===(F=f._getDisplayedMessages())?16:"hint"===F?17:-1)}},dependencies:[u,be,P.T3,$,de],styles:['.mdc-text-field{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:0;border-bottom-left-radius:0;display:inline-flex;align-items:baseline;padding:0 16px;position:relative;box-sizing:border-box;overflow:hidden;will-change:opacity,transform,color}.mdc-text-field .mdc-floating-label{top:50%;transform:translateY(-50%);pointer-events:none}.mdc-text-field__input{height:28px;width:100%;min-width:0;border:none;border-radius:0;background:none;appearance:none;padding:0}.mdc-text-field__input::-ms-clear{display:none}.mdc-text-field__input::-webkit-calendar-picker-indicator{display:none}.mdc-text-field__input:focus{outline:none}.mdc-text-field__input:invalid{box-shadow:none}@media all{.mdc-text-field__input::placeholder{opacity:0}}@media all{.mdc-text-field__input:-ms-input-placeholder{opacity:0}}@media all{.mdc-text-field--no-label .mdc-text-field__input::placeholder,.mdc-text-field--focused .mdc-text-field__input::placeholder{opacity:1}}@media all{.mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,.mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder{opacity:1}}.mdc-text-field__affix{height:28px;opacity:0;white-space:nowrap}.mdc-text-field--label-floating .mdc-text-field__affix,.mdc-text-field--no-label .mdc-text-field__affix{opacity:1}@supports(-webkit-hyphens: none){.mdc-text-field--outlined .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}[dir=rtl] .mdc-text-field__affix--prefix,.mdc-text-field__affix--prefix[dir=rtl]{padding-left:2px;padding-right:0}.mdc-text-field--end-aligned .mdc-text-field__affix--prefix{padding-left:0;padding-right:12px}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--prefix,.mdc-text-field--end-aligned .mdc-text-field__affix--prefix[dir=rtl]{padding-left:12px;padding-right:0}.mdc-text-field__affix--suffix{padding-left:12px;padding-right:0}[dir=rtl] .mdc-text-field__affix--suffix,.mdc-text-field__affix--suffix[dir=rtl]{padding-left:0;padding-right:12px}.mdc-text-field--end-aligned .mdc-text-field__affix--suffix{padding-left:2px;padding-right:0}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--suffix,.mdc-text-field--end-aligned .mdc-text-field__affix--suffix[dir=rtl]{padding-left:0;padding-right:2px}.mdc-text-field--filled{height:56px}.mdc-text-field--filled::before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}.mdc-text-field--filled .mdc-floating-label{left:16px;right:initial}[dir=rtl] .mdc-text-field--filled .mdc-floating-label,.mdc-text-field--filled .mdc-floating-label[dir=rtl]{left:initial;right:16px}.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{height:100%}.mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label{display:none}.mdc-text-field--filled.mdc-text-field--no-label::before{display:none}@supports(-webkit-hyphens: none){.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field--outlined{height:56px;overflow:visible}.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) scale(1)}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(0.75)}.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--outlined .mdc-text-field__input{height:100%}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px,var(--mdc-shape-small, 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px,var(--mdc-shape-small, 4px))*2)}}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}@supports(top: max(0%)){.mdc-text-field--outlined{padding-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined{padding-right:max(16px,var(--mdc-shape-small, 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-right:max(16px,var(--mdc-shape-small, 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-left:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-right:max(16px,var(--mdc-shape-small, 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-right:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:max(16px,var(--mdc-shape-small, 4px))}}.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-right:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-right:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:1px}.mdc-text-field--outlined .mdc-floating-label{left:4px;right:initial}[dir=rtl] .mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:4px}.mdc-text-field--outlined .mdc-text-field__input{display:flex;border:none !important;background-color:rgba(0,0,0,0)}.mdc-text-field--outlined .mdc-notched-outline{z-index:1}.mdc-text-field--textarea{flex-direction:column;align-items:center;width:auto;height:auto;padding:0}.mdc-text-field--textarea .mdc-floating-label{top:19px}.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above){transform:none}.mdc-text-field--textarea .mdc-text-field__input{flex-grow:1;height:auto;min-height:1.5rem;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;resize:none;padding:0 16px}.mdc-text-field--textarea.mdc-text-field--filled::before{display:none}.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-10.25px) scale(0.75)}.mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input{margin-top:23px;margin-bottom:9px}.mdc-text-field--textarea.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{margin-top:16px;margin-bottom:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-27.25px) scale(1)}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-24.75px) scale(0.75)}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input{margin-top:16px;margin-bottom:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label{top:18px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field__input{margin-bottom:2px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter{align-self:flex-end;padding:0 16px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::after{display:inline-block;width:0;height:16px;content:"";vertical-align:-16px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::before{display:none}.mdc-text-field__resizer{align-self:stretch;display:inline-flex;flex-direction:column;flex-grow:1;max-height:100%;max-width:100%;min-height:56px;min-width:fit-content;min-width:-moz-available;min-width:-webkit-fill-available;overflow:hidden;resize:both}.mdc-text-field--filled .mdc-text-field__resizer{transform:translateY(-1px)}.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field__input,.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field-character-counter{transform:translateY(1px)}.mdc-text-field--outlined .mdc-text-field__resizer{transform:translateX(-1px) translateY(-1px)}[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer,.mdc-text-field--outlined .mdc-text-field__resizer[dir=rtl]{transform:translateX(1px) translateY(-1px)}.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter{transform:translateX(1px) translateY(1px)}[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter,.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input[dir=rtl],.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter[dir=rtl]{transform:translateX(-1px) translateY(1px)}.mdc-text-field--with-leading-icon{padding-left:0;padding-right:16px}[dir=rtl] .mdc-text-field--with-leading-icon,.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:16px;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 48px);left:48px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label[dir=rtl]{left:initial;right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 64px/0.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:36px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:36px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) translateX(-32px) scale(1)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-37.25px) translateX(32px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) translateX(-32px) scale(0.75)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-34.75px) translateX(32px) scale(0.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--with-trailing-icon{padding-left:16px;padding-right:0}[dir=rtl] .mdc-text-field--with-trailing-icon,.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0;padding-right:16px}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 64px)}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 64px/0.75)}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 96px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 96px/0.75)}.mdc-text-field-helper-line{display:flex;justify-content:space-between;box-sizing:border-box}.mdc-text-field+.mdc-text-field-helper-line{padding-right:16px;padding-left:16px}.mdc-form-field>.mdc-text-field+label{align-self:flex-start}.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg){opacity:1}.mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:2px}.mdc-text-field--focused.mdc-text-field--outlined.mdc-text-field--textarea .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{opacity:1}.mdc-text-field--disabled{pointer-events:none}@media screen and (forced-colors: active){.mdc-text-field--disabled .mdc-text-field__input{background-color:Window}.mdc-text-field--disabled .mdc-floating-label{z-index:1}}.mdc-text-field--disabled .mdc-floating-label{cursor:default}.mdc-text-field--disabled.mdc-text-field--filled .mdc-text-field__ripple{display:none}.mdc-text-field--disabled .mdc-text-field__input{pointer-events:auto}.mdc-text-field--end-aligned .mdc-text-field__input{text-align:right}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input,.mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl]{text-align:left}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix{direction:ltr}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix{padding-left:12px;padding-right:0}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--leading,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--leading{order:1}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix{order:2}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input{order:3}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix{order:4}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--trailing,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--trailing{order:5}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__input,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__input{text-align:right}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--prefix{padding-right:12px}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--suffix{padding-left:2px}.mdc-floating-label{position:absolute;left:0;-webkit-transform-origin:left top;transform-origin:left top;line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform}[dir=rtl] .mdc-floating-label,.mdc-floating-label[dir=rtl]{right:0;left:auto;-webkit-transform-origin:right top;transform-origin:right top;text-align:right}.mdc-floating-label--float-above{cursor:auto}.mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after{margin-left:1px;margin-right:0px;content:"*"}[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after,.mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl]::after{margin-left:0;margin-right:1px}.mdc-notched-outline{display:flex;position:absolute;top:0;right:0;left:0;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}[dir=rtl] .mdc-notched-outline,.mdc-notched-outline[dir=rtl]{text-align:right}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{box-sizing:border-box;height:100%;pointer-events:none}.mdc-notched-outline__trailing{flex-grow:1}.mdc-notched-outline__notch{flex:0 0 auto;width:auto}.mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;max-width:100%}.mdc-notched-outline .mdc-floating-label--float-above{text-overflow:clip}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:133.3333333333%}.mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px;border-top:none}[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch,.mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl]{padding-left:8px;padding-right:0}.mdc-notched-outline--no-label .mdc-notched-outline__notch{display:none}.mdc-line-ripple::before,.mdc-line-ripple::after{position:absolute;bottom:0;left:0;width:100%;border-bottom-style:solid;content:""}.mdc-line-ripple::before{z-index:1}.mdc-line-ripple::after{transform:scaleX(0);opacity:0;z-index:2}.mdc-line-ripple--active::after{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating::after{opacity:0}.mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{border-top:1px solid;border-bottom:1px solid}.mdc-notched-outline__leading{border-left:1px solid;border-right:none;width:12px}[dir=rtl] .mdc-notched-outline__leading,.mdc-notched-outline__leading[dir=rtl]{border-left:none;border-right:1px solid}.mdc-notched-outline__trailing{border-left:none;border-right:1px solid}[dir=rtl] .mdc-notched-outline__trailing,.mdc-notched-outline__trailing[dir=rtl]{border-left:1px solid;border-right:none}.mdc-notched-outline__notch{max-width:calc(100% - 12px*2)}.mdc-line-ripple::before{border-bottom-width:1px}.mdc-line-ripple::after{border-bottom-width:2px}.mdc-text-field--filled{border-top-left-radius:var(--mdc-filled-text-field-container-shape);border-top-right-radius:var(--mdc-filled-text-field-container-shape);border-bottom-right-radius:0;border-bottom-left-radius:0}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-filled-text-field-caret-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-filled-text-field-error-caret-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input{color:var(--mdc-filled-text-field-input-text-color)}.mdc-text-field--filled.mdc-text-field--disabled .mdc-text-field__input{color:var(--mdc-filled-text-field-disabled-input-text-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-label-text-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-focus-label-text-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label,.mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-hover-label-text-color)}.mdc-text-field--filled.mdc-text-field--disabled .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--disabled .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-disabled-label-text-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-error-label-text-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-error-focus-label-text-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-error-hover-label-text-color)}.mdc-text-field--filled .mdc-floating-label{font-family:var(--mdc-filled-text-field-label-text-font);font-size:var(--mdc-filled-text-field-label-text-size);font-weight:var(--mdc-filled-text-field-label-text-weight);letter-spacing:var(--mdc-filled-text-field-label-text-tracking)}@media all{.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:var(--mdc-filled-text-field-input-text-placeholder-color)}}@media all{.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:var(--mdc-filled-text-field-input-text-placeholder-color)}}.mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:var(--mdc-filled-text-field-container-color)}.mdc-text-field--filled.mdc-text-field--disabled{background-color:var(--mdc-filled-text-field-disabled-container-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-active-indicator-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-hover-active-indicator-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:var(--mdc-filled-text-field-focus-active-indicator-color)}.mdc-text-field--filled.mdc-text-field--disabled .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-disabled-active-indicator-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-error-active-indicator-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-error-hover-active-indicator-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:var(--mdc-filled-text-field-error-focus-active-indicator-color)}.mdc-text-field--filled .mdc-line-ripple::before{border-bottom-width:var(--mdc-filled-text-field-active-indicator-height)}.mdc-text-field--filled .mdc-line-ripple::after{border-bottom-width:var(--mdc-filled-text-field-focus-active-indicator-height)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-outlined-text-field-caret-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-outlined-text-field-error-caret-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input{color:var(--mdc-outlined-text-field-input-text-color)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input{color:var(--mdc-outlined-text-field-disabled-input-text-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-label-text-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-focus-label-text-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-hover-label-text-color)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-disabled-label-text-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-error-label-text-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-error-focus-label-text-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-error-hover-label-text-color)}.mdc-text-field--outlined .mdc-floating-label{font-family:var(--mdc-outlined-text-field-label-text-font);font-size:var(--mdc-outlined-text-field-label-text-size);font-weight:var(--mdc-outlined-text-field-label-text-weight);letter-spacing:var(--mdc-outlined-text-field-label-text-tracking)}@media all{.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:var(--mdc-outlined-text-field-input-text-placeholder-color)}}@media all{.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:var(--mdc-outlined-text-field-input-text-placeholder-color)}}.mdc-text-field--outlined.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:calc(.75*var(--mdc-outlined-text-field-label-text-size))}.mdc-text-field--outlined.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:var(--mdc-outlined-text-field-label-text-size)}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:var(--mdc-outlined-text-field-container-shape);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:var(--mdc-outlined-text-field-container-shape)}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-top-left-radius:0;border-top-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-left-radius:0}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px,var(--mdc-outlined-text-field-container-shape))}}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px,var(--mdc-outlined-text-field-container-shape))*2)}}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:0;border-top-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-left-radius:0}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-top-left-radius:var(--mdc-outlined-text-field-container-shape);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:var(--mdc-outlined-text-field-container-shape)}@supports(top: max(0%)){.mdc-text-field--outlined{padding-left:max(16px,calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined{padding-right:max(16px,var(--mdc-outlined-text-field-container-shape))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-left:max(16px,calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-right:max(16px,var(--mdc-outlined-text-field-container-shape))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-left:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-right:max(16px,var(--mdc-outlined-text-field-container-shape))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-right:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:max(16px,var(--mdc-outlined-text-field-container-shape))}}.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-right:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-left:max(16px,calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-right:max(16px,calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-outline-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-hover-outline-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-focus-outline-color)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-disabled-outline-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-error-outline-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-error-hover-outline-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-error-focus-outline-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__trailing{border-width:var(--mdc-outlined-text-field-outline-width)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:var(--mdc-outlined-text-field-focus-outline-width)}.mat-mdc-form-field-textarea-control{vertical-align:middle;resize:vertical;box-sizing:border-box;height:auto;margin:0;padding:0;border:none;overflow:auto}.mat-mdc-form-field-input-control.mat-mdc-form-field-input-control{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font:inherit;letter-spacing:inherit;text-decoration:inherit;text-transform:inherit;border:none}.mat-mdc-form-field .mat-mdc-floating-label.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;line-height:normal;pointer-events:all;will-change:auto}.mat-mdc-form-field:not(.mat-form-field-disabled) .mat-mdc-floating-label.mdc-floating-label{cursor:inherit}.mdc-text-field--no-label:not(.mdc-text-field--textarea) .mat-mdc-form-field-input-control.mdc-text-field__input,.mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control{height:auto}.mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control.mdc-text-field__input[type=color]{height:23px}.mat-mdc-text-field-wrapper{height:auto;flex:auto;will-change:auto}.mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper{padding-left:0;--mat-mdc-form-field-label-offset-x: -16px}.mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper{padding-right:0}[dir=rtl] .mat-mdc-text-field-wrapper{padding-left:16px;padding-right:16px}[dir=rtl] .mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper{padding-left:0}[dir=rtl] .mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper{padding-right:0}.mat-form-field-disabled .mdc-text-field__input::placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-form-field-disabled .mdc-text-field__input::-moz-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-form-field-disabled .mdc-text-field__input::-webkit-input-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-form-field-disabled .mdc-text-field__input:-ms-input-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-mdc-form-field-label-always-float .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}.mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mat-mdc-floating-label{left:auto;right:auto}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-text-field__input{display:inline-block}.mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field .mdc-notched-outline__notch{padding-top:0}.mat-mdc-text-field-wrapper::before{content:none}.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:1px solid rgba(0,0,0,0)}[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:none;border-right:1px solid rgba(0,0,0,0)}.mat-mdc-form-field-infix{min-height:var(--mat-form-field-container-height);padding-top:var(--mat-form-field-filled-with-label-container-padding-top);padding-bottom:var(--mat-form-field-filled-with-label-container-padding-bottom)}.mdc-text-field--outlined .mat-mdc-form-field-infix,.mdc-text-field--no-label .mat-mdc-form-field-infix{padding-top:var(--mat-form-field-container-vertical-padding);padding-bottom:var(--mat-form-field-container-vertical-padding)}.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:calc(var(--mat-form-field-container-height)/2)}.mdc-text-field--filled .mat-mdc-floating-label{display:var(--mat-form-field-filled-label-display, block)}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY(calc(calc(6.75px + var(--mat-form-field-container-height) / 2) * -1)) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-form-field-subscript-wrapper{box-sizing:border-box;width:100%;position:relative}.mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field-error-wrapper{position:absolute;top:0;left:0;right:0;padding:0 16px}.mat-mdc-form-field-subscript-dynamic-size .mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field-subscript-dynamic-size .mat-mdc-form-field-error-wrapper{position:static}.mat-mdc-form-field-bottom-align::before{content:"";display:inline-block;height:16px}.mat-mdc-form-field-bottom-align.mat-mdc-form-field-subscript-dynamic-size::before{content:unset}.mat-mdc-form-field-hint-end{order:1}.mat-mdc-form-field-hint-wrapper{display:flex}.mat-mdc-form-field-hint-spacer{flex:1 0 1em}.mat-mdc-form-field-error{display:block;color:var(--mat-form-field-error-text-color)}.mat-mdc-form-field-subscript-wrapper,.mat-mdc-form-field-bottom-align::before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-form-field-subscript-text-font);line-height:var(--mat-form-field-subscript-text-line-height);font-size:var(--mat-form-field-subscript-text-size);letter-spacing:var(--mat-form-field-subscript-text-tracking);font-weight:var(--mat-form-field-subscript-text-weight)}.mat-mdc-form-field-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;opacity:0;pointer-events:none;background-color:var(--mat-form-field-state-layer-color)}.mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-focus-overlay{opacity:var(--mat-form-field-hover-state-layer-opacity)}.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:var(--mat-form-field-focus-state-layer-opacity)}select.mat-mdc-form-field-input-control{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(0,0,0,0);display:inline-flex;box-sizing:border-box}select.mat-mdc-form-field-input-control:not(:disabled){cursor:pointer}select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option{color:var(--mat-form-field-select-option-text-color)}select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled{color:var(--mat-form-field-select-disabled-option-text-color)}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{content:"";width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid;position:absolute;right:0;top:50%;margin-top:-2.5px;pointer-events:none;color:var(--mat-form-field-enabled-select-arrow-color)}[dir=rtl] .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{right:auto;left:0}.mat-mdc-form-field-type-mat-native-select.mat-focused .mat-mdc-form-field-infix::after{color:var(--mat-form-field-focus-select-arrow-color)}.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after{color:var(--mat-form-field-disabled-select-arrow-color)}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-input-control{padding-right:15px}[dir=rtl] .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-input-control{padding-right:0;padding-left:15px}.cdk-high-contrast-active .mat-form-field-appearance-fill .mat-mdc-text-field-wrapper{outline:solid 1px}.cdk-high-contrast-active .mat-form-field-appearance-fill.mat-form-field-disabled .mat-mdc-text-field-wrapper{outline-color:GrayText}.cdk-high-contrast-active .mat-form-field-appearance-fill.mat-focused .mat-mdc-text-field-wrapper{outline:dashed 3px}.cdk-high-contrast-active .mat-mdc-form-field.mat-focused .mdc-notched-outline{border:dashed 3px}.mat-mdc-form-field-input-control[type=date],.mat-mdc-form-field-input-control[type=datetime],.mat-mdc-form-field-input-control[type=datetime-local],.mat-mdc-form-field-input-control[type=month],.mat-mdc-form-field-input-control[type=week],.mat-mdc-form-field-input-control[type=time]{line-height:1}.mat-mdc-form-field-input-control::-webkit-datetime-edit{line-height:1;padding:0;margin-bottom:-2px}.mat-mdc-form-field{--mat-mdc-form-field-floating-label-scale: 0.75;display:inline-flex;flex-direction:column;min-width:0;text-align:left;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-form-field-container-text-font);line-height:var(--mat-form-field-container-text-line-height);font-size:var(--mat-form-field-container-text-size);letter-spacing:var(--mat-form-field-container-text-tracking);font-weight:var(--mat-form-field-container-text-weight)}[dir=rtl] .mat-mdc-form-field{text-align:right}.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above{font-size:calc(var(--mat-form-field-outlined-label-text-populated-size)*var(--mat-mdc-form-field-floating-label-scale))}.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:var(--mat-form-field-outlined-label-text-populated-size)}.mat-mdc-form-field-flex{display:inline-flex;align-items:baseline;box-sizing:border-box;width:100%}.mat-mdc-text-field-wrapper{width:100%;z-index:0}.mat-mdc-form-field-icon-prefix,.mat-mdc-form-field-icon-suffix{align-self:center;line-height:0;pointer-events:auto;position:relative;z-index:1}.mat-mdc-form-field-icon-prefix>.mat-icon,.mat-mdc-form-field-icon-suffix>.mat-icon{padding:0 12px;box-sizing:content-box}.mat-mdc-form-field-icon-prefix{color:var(--mat-form-field-leading-icon-color)}.mat-form-field-disabled .mat-mdc-form-field-icon-prefix{color:var(--mat-form-field-disabled-leading-icon-color)}.mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-trailing-icon-color)}.mat-form-field-disabled .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-disabled-trailing-icon-color)}.mat-form-field-invalid .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-error-trailing-icon-color)}.mat-form-field-invalid:not(.mat-focused):not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-error-hover-trailing-icon-color)}.mat-form-field-invalid.mat-focused .mat-mdc-text-field-wrapper .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-error-focus-trailing-icon-color)}.mat-mdc-form-field-icon-prefix,[dir=rtl] .mat-mdc-form-field-icon-suffix{padding:0 4px 0 0}.mat-mdc-form-field-icon-suffix,[dir=rtl] .mat-mdc-form-field-icon-prefix{padding:0 0 0 4px}.mat-mdc-form-field-subscript-wrapper .mat-icon,.mat-mdc-form-field label .mat-icon{width:1em;height:1em;font-size:inherit}.mat-mdc-form-field-infix{flex:auto;min-width:0;width:180px;position:relative;box-sizing:border-box}.mat-mdc-form-field .mdc-notched-outline__notch{margin-left:-1px;-webkit-clip-path:inset(-9em -999em -9em 1px);clip-path:inset(-9em -999em -9em 1px)}[dir=rtl] .mat-mdc-form-field .mdc-notched-outline__notch{margin-left:0;margin-right:-1px;-webkit-clip-path:inset(-9em 1px -9em -999em);clip-path:inset(-9em 1px -9em -999em)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input{transition:opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}@media all{.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder{transition:opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}}@media all{.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input:-ms-input-placeholder{transition:opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}}@media all{.mdc-text-field--no-label .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder,.mdc-text-field--focused .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms}}@media all{.mdc-text-field--no-label .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input:-ms-input-placeholder,.mdc-text-field--focused .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input:-ms-input-placeholder{transition-delay:40ms;transition-duration:110ms}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__affix{transition:opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before{transition-duration:75ms}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--textarea{transition:none}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-textarea-filled 250ms 1}@keyframes mdc-floating-label-shake-float-above-textarea-filled{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-textarea-outlined 250ms 1}@keyframes mdc-floating-label-shake-float-above-textarea-outlined{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon{0%{transform:translateX(calc(0% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}100%{transform:translateX(calc(0% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}}[dir=rtl] .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake,.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl{0%{transform:translateX(calc(0% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}100%{transform:translateX(calc(0% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-floating-label{transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-standard 250ms 1}@keyframes mdc-floating-label-shake-float-above-standard{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-line-ripple::after{transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-notched-outline .mdc-floating-label{max-width:calc(100% + 1px)}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:calc(133.3333333333% + 1px)}'],encapsulation:2,data:{animation:[xe.transitionMessages]},changeDetection:0})}return m})(),Je=(()=>{class m{static#e=this.\u0275fac=function(v){return new(v||m)};static#t=this.\u0275mod=e.$C({type:m});static#i=this.\u0275inj=e.G2t({imports:[H.yE,P.MD,N.w5,H.yE]})}return m})()},9042:(ue,J,h)=>{h.d(J,{Oh:()=>w,fS:()=>X,fg:()=>H});var e=h(4085),b=h(6860),r=h(7403),y=h(4438),W=h(9417),j=h(6600),I=h(3719),G=h(5286);const w=new y.nKC("MAT_INPUT_VALUE_ACCESSOR"),P=["button","checkbox","file","hidden","image","radio","range","reset","submit"];let N=0,H=(()=>{class D{get disabled(){return this._disabled}set disabled(d){this._disabled=(0,e.he)(d),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(d){this._id=d||this._uid}get required(){return this._required??this.ngControl?.control?.hasValidator(W.k0.required)??!1}set required(d){this._required=(0,e.he)(d)}get type(){return this._type}set type(d){this._type=d||"text",this._validateType(),!this._isTextarea&&(0,b.MU)().has(this._type)&&(this._elementRef.nativeElement.type=this._type)}get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(d){this._errorStateTracker.matcher=d}get value(){return this._inputValueAccessor.value}set value(d){d!==this.value&&(this._inputValueAccessor.value=d,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(d){this._readonly=(0,e.he)(d)}get errorState(){return this._errorStateTracker.errorState}set errorState(d){this._errorStateTracker.errorState=d}constructor(d,_,p,B,g,C,E,L,q,x){this._elementRef=d,this._platform=_,this.ngControl=p,this._autofillMonitor=L,this._formField=x,this._uid="mat-input-"+N++,this.focused=!1,this.stateChanges=new G.B7,this.controlType="mat-input",this.autofilled=!1,this._disabled=!1,this._type="text",this._readonly=!1,this._neverEmptyInputTypes=["date","datetime","datetime-local","month","time","week"].filter(M=>(0,b.MU)().has(M)),this._iOSKeyupListener=M=>{const O=M.target;!O.value&&0===O.selectionStart&&0===O.selectionEnd&&(O.setSelectionRange(1,1),O.setSelectionRange(0,0))};const ee=this._elementRef.nativeElement,R=ee.nodeName.toLowerCase();this._inputValueAccessor=E||ee,this._previousNativeValue=this.value,this.id=this.id,_.IOS&&q.runOutsideAngular(()=>{d.nativeElement.addEventListener("keyup",this._iOSKeyupListener)}),this._errorStateTracker=new j.X0(C,p,g,B,this.stateChanges),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===R,this._isTextarea="textarea"===R,this._isInFormField=!!x,this._isNativeSelect&&(this.controlType=ee.multiple?"mat-native-select-multiple":"mat-native-select")}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(d=>{this.autofilled=d.isAutofilled,this.stateChanges.next()})}ngOnChanges(){this.stateChanges.next()}ngOnDestroy(){this.stateChanges.complete(),this._platform.isBrowser&&this._autofillMonitor.stopMonitoring(this._elementRef.nativeElement),this._platform.IOS&&this._elementRef.nativeElement.removeEventListener("keyup",this._iOSKeyupListener)}ngDoCheck(){this.ngControl&&(this.updateErrorState(),null!==this.ngControl.disabled&&this.ngControl.disabled!==this.disabled&&(this.disabled=this.ngControl.disabled,this.stateChanges.next())),this._dirtyCheckNativeValue(),this._dirtyCheckPlaceholder()}focus(d){this._elementRef.nativeElement.focus(d)}updateErrorState(){this._errorStateTracker.updateErrorState()}_focusChanged(d){d!==this.focused&&(this.focused=d,this.stateChanges.next())}_onInput(){}_dirtyCheckNativeValue(){const d=this._elementRef.nativeElement.value;this._previousNativeValue!==d&&(this._previousNativeValue=d,this.stateChanges.next())}_dirtyCheckPlaceholder(){const d=this._getPlaceholder();if(d!==this._previousPlaceholder){const _=this._elementRef.nativeElement;this._previousPlaceholder=d,d?_.setAttribute("placeholder",d):_.removeAttribute("placeholder")}}_getPlaceholder(){return this.placeholder||null}_validateType(){P.indexOf(this._type)}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let d=this._elementRef.nativeElement.validity;return d&&d.badInput}get empty(){return!(this._isNeverEmpty()||this._elementRef.nativeElement.value||this._isBadInput()||this.autofilled)}get shouldLabelFloat(){if(this._isNativeSelect){const d=this._elementRef.nativeElement,_=d.options[0];return this.focused||d.multiple||!this.empty||!!(d.selectedIndex>-1&&_&&_.label)}return this.focused||!this.empty}setDescribedByIds(d){d.length?this._elementRef.nativeElement.setAttribute("aria-describedby",d.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}_isInlineSelect(){const d=this._elementRef.nativeElement;return this._isNativeSelect&&(d.multiple||d.size>1)}static#e=this.\u0275fac=function(_){return new(_||D)(y.rXU(y.aKT),y.rXU(b.OD),y.rXU(W.vO,10),y.rXU(W.cV,8),y.rXU(W.j4,8),y.rXU(j.es),y.rXU(w,10),y.rXU(r.P8),y.rXU(y.SKi),y.rXU(I.xb,8))};static#t=this.\u0275dir=y.FsC({type:D,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-mdc-input-element"],hostVars:18,hostBindings:function(_,p){1&_&&y.bIt("focus",function(){return p._focusChanged(!0)})("blur",function(){return p._focusChanged(!1)})("input",function(){return p._onInput()}),2&_&&(y.Mr5("id",p.id)("disabled",p.disabled)("required",p.required),y.BMQ("name",p.name||null)("readonly",p.readonly&&!p._isNativeSelect||null)("aria-invalid",p.empty&&p.required?null:p.errorState)("aria-required",p.required)("id",p.id),y.AVh("mat-input-server",p._isServer)("mat-mdc-form-field-textarea-control",p._isInFormField&&p._isTextarea)("mat-mdc-form-field-input-control",p._isInFormField)("mdc-text-field__input",p._isInFormField)("mat-mdc-native-select-inline",p._isInlineSelect()))},inputs:{disabled:"disabled",id:"id",placeholder:"placeholder",name:"name",required:"required",type:"type",errorStateMatcher:"errorStateMatcher",userAriaDescribedBy:[0,"aria-describedby","userAriaDescribedBy"],value:"value",readonly:"readonly"},exportAs:["matInput"],standalone:!0,features:[y.Jv_([{provide:I.qT,useExisting:D}]),y.OA$]})}return D})(),X=(()=>{class D{static#e=this.\u0275fac=function(_){return new(_||D)};static#t=this.\u0275mod=y.$C({type:D});static#i=this.\u0275inj=y.G2t({imports:[j.yE,I.RG,I.RG,r.EE,j.yE]})}return D})()},2798:(ue,J,h)=>{h.d(J,{$2:()=>de,VO:()=>Ee,Ve:()=>se});var e=h(2753),b=h(177),r=h(4438),y=h(6600),W=h(3719),j=h(5478),I=h(8617),G=h(8203),A=h(5024),w=h(7336),P=h(9417),N=h(5286),H=h(9418),X=h(4670),D=h(3176),Y=h(9090),d=h(8728),_=h(5006),p=h(522),B=h(7605),g=h(9493),C=h(9969);const E=["trigger"],L=["panel"],q=[[["mat-select-trigger"]],"*"],x=["mat-select-trigger","*"];function ee(V,ie){if(1&V&&(r.j41(0,"span",4),r.EFF(1),r.k0s()),2&V){const l=r.XpG();r.R7$(),r.JRh(l.placeholder)}}function R(V,ie){1&V&&r.SdG(0)}function M(V,ie){if(1&V&&(r.j41(0,"span",11),r.EFF(1),r.k0s()),2&V){const l=r.XpG(2);r.R7$(),r.JRh(l.triggerValue)}}function O(V,ie){if(1&V&&(r.j41(0,"span",5),r.DNE(1,R,1,0)(2,M,2,1,"span",11),r.k0s()),2&V){const l=r.XpG();r.R7$(),r.vxM(l.customTrigger?1:2)}}function oe(V,ie){if(1&V){const l=r.RV6();r.j41(0,"div",12,1),r.bIt("@transformPanel.done",function(u){r.eBV(l);const T=r.XpG();return r.Njj(T._panelDoneAnimatingStream.next(u.toState))})("keydown",function(u){r.eBV(l);const T=r.XpG();return r.Njj(T._handleKeydown(u))}),r.SdG(2,1),r.k0s()}if(2&V){const l=r.XpG();r.ZvI("mat-mdc-select-panel mdc-menu-surface mdc-menu-surface--open ",l._getPanelTheme(),""),r.Y8G("ngClass",l.panelClass)("@transformPanel","showing"),r.BMQ("id",l.id+"-panel")("aria-multiselectable",l.multiple)("aria-label",l.ariaLabel||null)("aria-labelledby",l._getPanelAriaLabelledby())}}const le={transformPanelWrap:(0,C.hZ)("transformPanelWrap",[(0,C.kY)("* => void",(0,C.P)("@transformPanel",[(0,C.MA)()],{optional:!0}))]),transformPanel:(0,C.hZ)("transformPanel",[(0,C.wk)("void",(0,C.iF)({opacity:0,transform:"scale(1, 0.8)"})),(0,C.kY)("void => showing",(0,C.i0)("120ms cubic-bezier(0, 0, 0.2, 1)",(0,C.iF)({opacity:1,transform:"scale(1, 1)"}))),(0,C.kY)("* => void",(0,C.i0)("100ms linear",(0,C.iF)({opacity:0})))])};let fe=0;const pe=new r.nKC("mat-select-scroll-strategy",{providedIn:"root",factory:()=>{const V=(0,r.WQX)(e.hJ);return()=>V.scrollStrategies.reposition()}}),me=new r.nKC("MAT_SELECT_CONFIG"),ge={provide:pe,deps:[e.hJ],useFactory:function _e(V){return()=>V.scrollStrategies.reposition()}},he=new r.nKC("MatSelectTrigger");class Me{constructor(ie,l){this.source=ie,this.value=l}}let Ee=(()=>{class V{_scrollOptionIntoView(l){const c=this.options.toArray()[l];if(c){const u=this.panel.nativeElement,T=(0,y.jb)(l,this.options,this.optionGroups),z=c._getHostElement();u.scrollTop=0===l&&1===T?0:(0,y.TL)(z.offsetTop,z.offsetHeight,u.scrollTop,u.offsetHeight)}}_positioningSettled(){this._scrollOptionIntoView(this._keyManager.activeItemIndex||0)}_getChangeEvent(l){return new Me(this,l)}get focused(){return this._focused||this._panelOpen}get hideSingleSelectionIndicator(){return this._hideSingleSelectionIndicator}set hideSingleSelectionIndicator(l){this._hideSingleSelectionIndicator=l,this._syncParentProperties()}get placeholder(){return this._placeholder}set placeholder(l){this._placeholder=l,this.stateChanges.next()}get required(){return this._required??this.ngControl?.control?.hasValidator(P.k0.required)??!1}set required(l){this._required=l,this.stateChanges.next()}get multiple(){return this._multiple}set multiple(l){this._multiple=l}get compareWith(){return this._compareWith}set compareWith(l){this._compareWith=l,this._selectionModel&&this._initializeSelection()}get value(){return this._value}set value(l){this._assignValue(l)&&this._onChange(l)}get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(l){this._errorStateTracker.matcher=l}get id(){return this._id}set id(l){this._id=l||this._uid,this.stateChanges.next()}get errorState(){return this._errorStateTracker.errorState}set errorState(l){this._errorStateTracker.errorState=l}constructor(l,c,u,T,z,te,$,be,xe,ae,Ie,De,Pe,ve){this._viewportRuler=l,this._changeDetectorRef=c,this._elementRef=z,this._dir=te,this._parentFormField=xe,this.ngControl=ae,this._liveAnnouncer=Pe,this._defaultOptions=ve,this._positions=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"},{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"}],this._panelOpen=!1,this._compareWith=(Z,ye)=>Z===ye,this._uid="mat-select-"+fe++,this._triggerAriaLabelledBy=null,this._destroy=new N.B7,this.stateChanges=new N.B7,this.disableAutomaticLabeling=!0,this._onChange=()=>{},this._onTouched=()=>{},this._valueId="mat-select-value-"+fe++,this._panelDoneAnimatingStream=new N.B7,this._overlayPanelClass=this._defaultOptions?.overlayPanelClass||"",this._focused=!1,this.controlType="mat-select",this.disabled=!1,this.disableRipple=!1,this.tabIndex=0,this._hideSingleSelectionIndicator=this._defaultOptions?.hideSingleSelectionIndicator??!1,this._multiple=!1,this.disableOptionCentering=this._defaultOptions?.disableOptionCentering??!1,this.ariaLabel="",this.panelWidth=this._defaultOptions&&typeof this._defaultOptions.panelWidth<"u"?this._defaultOptions.panelWidth:"auto",this._initialized=new N.B7,this.optionSelectionChanges=(0,H.v)(()=>{const Z=this.options;return Z?Z.changes.pipe((0,D.Z)(Z),(0,Y.n)(()=>(0,X.h)(...Z.map(ye=>ye.onSelectionChange)))):this._initialized.pipe((0,Y.n)(()=>this.optionSelectionChanges))}),this.openedChange=new r.bkB,this._openedStream=this.openedChange.pipe((0,d.p)(Z=>Z),(0,_.T)(()=>{})),this._closedStream=this.openedChange.pipe((0,d.p)(Z=>!Z),(0,_.T)(()=>{})),this.selectionChange=new r.bkB,this.valueChange=new r.bkB,this._trackedModal=null,this._skipPredicate=Z=>!this.panelOpen&&Z.disabled,this.ngControl&&(this.ngControl.valueAccessor=this),null!=ve?.typeaheadDebounceInterval&&(this.typeaheadDebounceInterval=ve.typeaheadDebounceInterval),this._errorStateTracker=new y.X0(T,ae,be,$,this.stateChanges),this._scrollStrategyFactory=De,this._scrollStrategy=this._scrollStrategyFactory(),this.tabIndex=parseInt(Ie)||0,this.id=this.id}ngOnInit(){this._selectionModel=new A.CB(this.multiple),this.stateChanges.next(),this._panelDoneAnimatingStream.pipe((0,p.F)(),(0,B.Q)(this._destroy)).subscribe(()=>this._panelDoneAnimating(this.panelOpen)),this._viewportRuler.change().pipe((0,B.Q)(this._destroy)).subscribe(()=>{this.panelOpen&&(this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._changeDetectorRef.detectChanges())})}ngAfterContentInit(){this._initialized.next(),this._initialized.complete(),this._initKeyManager(),this._selectionModel.changed.pipe((0,B.Q)(this._destroy)).subscribe(l=>{l.added.forEach(c=>c.select()),l.removed.forEach(c=>c.deselect())}),this.options.changes.pipe((0,D.Z)(null),(0,B.Q)(this._destroy)).subscribe(()=>{this._resetOptions(),this._initializeSelection()})}ngDoCheck(){const l=this._getTriggerAriaLabelledby(),c=this.ngControl;if(l!==this._triggerAriaLabelledBy){const u=this._elementRef.nativeElement;this._triggerAriaLabelledBy=l,l?u.setAttribute("aria-labelledby",l):u.removeAttribute("aria-labelledby")}c&&(this._previousControl!==c.control&&(void 0!==this._previousControl&&null!==c.disabled&&c.disabled!==this.disabled&&(this.disabled=c.disabled),this._previousControl=c.control),this.updateErrorState())}ngOnChanges(l){(l.disabled||l.userAriaDescribedBy)&&this.stateChanges.next(),l.typeaheadDebounceInterval&&this._keyManager&&this._keyManager.withTypeAhead(this.typeaheadDebounceInterval)}ngOnDestroy(){this._keyManager?.destroy(),this._destroy.next(),this._destroy.complete(),this.stateChanges.complete(),this._clearFromModal()}toggle(){this.panelOpen?this.close():this.open()}open(){this._canOpen()&&(this._parentFormField&&(this._preferredOverlayOrigin=this._parentFormField.getConnectedOverlayOrigin()),this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._applyModalPanelOwnership(),this._panelOpen=!0,this._keyManager.withHorizontalOrientation(null),this._highlightCorrectOption(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_applyModalPanelOwnership(){const l=this._elementRef.nativeElement.closest('body > .cdk-overlay-container [aria-modal="true"]');if(!l)return;const c=`${this.id}-panel`;this._trackedModal&&(0,I.Ae)(this._trackedModal,"aria-owns",c),(0,I.px)(l,"aria-owns",c),this._trackedModal=l}_clearFromModal(){this._trackedModal&&((0,I.Ae)(this._trackedModal,"aria-owns",`${this.id}-panel`),this._trackedModal=null)}close(){this._panelOpen&&(this._panelOpen=!1,this._keyManager.withHorizontalOrientation(this._isRtl()?"rtl":"ltr"),this._changeDetectorRef.markForCheck(),this._onTouched(),this.stateChanges.next())}writeValue(l){this._assignValue(l)}registerOnChange(l){this._onChange=l}registerOnTouched(l){this._onTouched=l}setDisabledState(l){this.disabled=l,this._changeDetectorRef.markForCheck(),this.stateChanges.next()}get panelOpen(){return this._panelOpen}get selected(){return this.multiple?this._selectionModel?.selected||[]:this._selectionModel?.selected[0]}get triggerValue(){if(this.empty)return"";if(this._multiple){const l=this._selectionModel.selected.map(c=>c.viewValue);return this._isRtl()&&l.reverse(),l.join(", ")}return this._selectionModel.selected[0].viewValue}updateErrorState(){this._errorStateTracker.updateErrorState()}_isRtl(){return!!this._dir&&"rtl"===this._dir.value}_handleKeydown(l){this.disabled||(this.panelOpen?this._handleOpenKeydown(l):this._handleClosedKeydown(l))}_handleClosedKeydown(l){const c=l.keyCode,u=c===w.n6||c===w.i7||c===w.UQ||c===w.LE,T=c===w.Fm||c===w.t6,z=this._keyManager;if(!z.isTyping()&&T&&!(0,w.rp)(l)||(this.multiple||l.altKey)&&u)l.preventDefault(),this.open();else if(!this.multiple){const te=this.selected;z.onKeydown(l);const $=this.selected;$&&te!==$&&this._liveAnnouncer.announce($.viewValue,1e4)}}_handleOpenKeydown(l){const c=this._keyManager,u=l.keyCode,T=u===w.n6||u===w.i7,z=c.isTyping();if(T&&l.altKey)l.preventDefault(),this.close();else if(z||u!==w.Fm&&u!==w.t6||!c.activeItem||(0,w.rp)(l))if(!z&&this._multiple&&u===w.A&&l.ctrlKey){l.preventDefault();const te=this.options.some($=>!$.disabled&&!$.selected);this.options.forEach($=>{$.disabled||(te?$.select():$.deselect())})}else{const te=c.activeItemIndex;c.onKeydown(l),this._multiple&&T&&l.shiftKey&&c.activeItem&&c.activeItemIndex!==te&&c.activeItem._selectViaInteraction()}else l.preventDefault(),c.activeItem._selectViaInteraction()}_onFocus(){this.disabled||(this._focused=!0,this.stateChanges.next())}_onBlur(){this._focused=!1,this._keyManager?.cancelTypeahead(),!this.disabled&&!this.panelOpen&&(this._onTouched(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_onAttached(){this._overlayDir.positionChange.pipe((0,g.s)(1)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this._positioningSettled()})}_getPanelTheme(){return this._parentFormField?`mat-${this._parentFormField.color}`:""}get empty(){return!this._selectionModel||this._selectionModel.isEmpty()}_initializeSelection(){Promise.resolve().then(()=>{this.ngControl&&(this._value=this.ngControl.value),this._setSelectionByValue(this._value),this.stateChanges.next()})}_setSelectionByValue(l){if(this.options.forEach(c=>c.setInactiveStyles()),this._selectionModel.clear(),this.multiple&&l)Array.isArray(l),l.forEach(c=>this._selectOptionByValue(c)),this._sortValues();else{const c=this._selectOptionByValue(l);c?this._keyManager.updateActiveItem(c):this.panelOpen||this._keyManager.updateActiveItem(-1)}this._changeDetectorRef.markForCheck()}_selectOptionByValue(l){const c=this.options.find(u=>{if(this._selectionModel.isSelected(u))return!1;try{return null!=u.value&&this._compareWith(u.value,l)}catch{return!1}});return c&&this._selectionModel.select(c),c}_assignValue(l){return!!(l!==this._value||this._multiple&&Array.isArray(l))&&(this.options&&this._setSelectionByValue(l),this._value=l,!0)}_getOverlayWidth(l){return"auto"===this.panelWidth?(l instanceof e.$Q?l.elementRef:l||this._elementRef).nativeElement.getBoundingClientRect().width:null===this.panelWidth?"":this.panelWidth}_syncParentProperties(){if(this.options)for(const l of this.options)l._changeDetectorRef.markForCheck()}_initKeyManager(){this._keyManager=new I.Au(this.options).withTypeAhead(this.typeaheadDebounceInterval).withVerticalOrientation().withHorizontalOrientation(this._isRtl()?"rtl":"ltr").withHomeAndEnd().withPageUpDown().withAllowedModifierKeys(["shiftKey"]).skipPredicate(this._skipPredicate),this._keyManager.tabOut.subscribe(()=>{this.panelOpen&&(!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction(),this.focus(),this.close())}),this._keyManager.change.subscribe(()=>{this._panelOpen&&this.panel?this._scrollOptionIntoView(this._keyManager.activeItemIndex||0):!this._panelOpen&&!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction()})}_resetOptions(){const l=(0,X.h)(this.options.changes,this._destroy);this.optionSelectionChanges.pipe((0,B.Q)(l)).subscribe(c=>{this._onSelect(c.source,c.isUserInput),c.isUserInput&&!this.multiple&&this._panelOpen&&(this.close(),this.focus())}),(0,X.h)(...this.options.map(c=>c._stateChanges)).pipe((0,B.Q)(l)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this.stateChanges.next()})}_onSelect(l,c){const u=this._selectionModel.isSelected(l);null!=l.value||this._multiple?(u!==l.selected&&(l.selected?this._selectionModel.select(l):this._selectionModel.deselect(l)),c&&this._keyManager.setActiveItem(l),this.multiple&&(this._sortValues(),c&&this.focus())):(l.deselect(),this._selectionModel.clear(),null!=this.value&&this._propagateChanges(l.value)),u!==this._selectionModel.isSelected(l)&&this._propagateChanges(),this.stateChanges.next()}_sortValues(){if(this.multiple){const l=this.options.toArray();this._selectionModel.sort((c,u)=>this.sortComparator?this.sortComparator(c,u,l):l.indexOf(c)-l.indexOf(u)),this.stateChanges.next()}}_propagateChanges(l){let c;c=this.multiple?this.selected.map(u=>u.value):this.selected?this.selected.value:l,this._value=c,this.valueChange.emit(c),this._onChange(c),this.selectionChange.emit(this._getChangeEvent(c)),this._changeDetectorRef.markForCheck()}_highlightCorrectOption(){if(this._keyManager)if(this.empty){let l=-1;for(let c=0;c<this.options.length;c++)if(!this.options.get(c).disabled){l=c;break}this._keyManager.setActiveItem(l)}else this._keyManager.setActiveItem(this._selectionModel.selected[0])}_canOpen(){return!this._panelOpen&&!this.disabled&&this.options?.length>0}focus(l){this._elementRef.nativeElement.focus(l)}_getPanelAriaLabelledby(){if(this.ariaLabel)return null;const l=this._parentFormField?.getLabelId();return this.ariaLabelledby?(l?l+" ":"")+this.ariaLabelledby:l}_getAriaActiveDescendant(){return this.panelOpen&&this._keyManager&&this._keyManager.activeItem?this._keyManager.activeItem.id:null}_getTriggerAriaLabelledby(){if(this.ariaLabel)return null;const l=this._parentFormField?.getLabelId();let c=(l?l+" ":"")+this._valueId;return this.ariaLabelledby&&(c+=" "+this.ariaLabelledby),c}_panelDoneAnimating(l){this.openedChange.emit(l)}setDescribedByIds(l){l.length?this._elementRef.nativeElement.setAttribute("aria-describedby",l.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focus(),this.open()}get shouldLabelFloat(){return this.panelOpen||!this.empty||this.focused&&!!this.placeholder}static#e=this.\u0275fac=function(c){return new(c||V)(r.rXU(j.Xj),r.rXU(r.gRc),r.rXU(r.SKi),r.rXU(y.es),r.rXU(r.aKT),r.rXU(G.dS,8),r.rXU(P.cV,8),r.rXU(P.j4,8),r.rXU(W.xb,8),r.rXU(P.vO,10),r.kS0("tabindex"),r.rXU(pe),r.rXU(I.Ai),r.rXU(me,8))};static#t=this.\u0275cmp=r.VBU({type:V,selectors:[["mat-select"]],contentQueries:function(c,u,T){if(1&c&&(r.wni(T,he,5),r.wni(T,y.wT,5),r.wni(T,y.QC,5)),2&c){let z;r.mGM(z=r.lsd())&&(u.customTrigger=z.first),r.mGM(z=r.lsd())&&(u.options=z),r.mGM(z=r.lsd())&&(u.optionGroups=z)}},viewQuery:function(c,u){if(1&c&&(r.GBs(E,5),r.GBs(L,5),r.GBs(e.WB,5)),2&c){let T;r.mGM(T=r.lsd())&&(u.trigger=T.first),r.mGM(T=r.lsd())&&(u.panel=T.first),r.mGM(T=r.lsd())&&(u._overlayDir=T.first)}},hostAttrs:["role","combobox","aria-autocomplete","none","aria-haspopup","listbox",1,"mat-mdc-select"],hostVars:19,hostBindings:function(c,u){1&c&&r.bIt("keydown",function(z){return u._handleKeydown(z)})("focus",function(){return u._onFocus()})("blur",function(){return u._onBlur()}),2&c&&(r.BMQ("id",u.id)("tabindex",u.disabled?-1:u.tabIndex)("aria-controls",u.panelOpen?u.id+"-panel":null)("aria-expanded",u.panelOpen)("aria-label",u.ariaLabel||null)("aria-required",u.required.toString())("aria-disabled",u.disabled.toString())("aria-invalid",u.errorState)("aria-activedescendant",u._getAriaActiveDescendant()),r.AVh("mat-mdc-select-disabled",u.disabled)("mat-mdc-select-invalid",u.errorState)("mat-mdc-select-required",u.required)("mat-mdc-select-empty",u.empty)("mat-mdc-select-multiple",u.multiple))},inputs:{userAriaDescribedBy:[0,"aria-describedby","userAriaDescribedBy"],panelClass:"panelClass",disabled:[2,"disabled","disabled",r.L39],disableRipple:[2,"disableRipple","disableRipple",r.L39],tabIndex:[2,"tabIndex","tabIndex",l=>null==l?0:(0,r.Udg)(l)],hideSingleSelectionIndicator:[2,"hideSingleSelectionIndicator","hideSingleSelectionIndicator",r.L39],placeholder:"placeholder",required:[2,"required","required",r.L39],multiple:[2,"multiple","multiple",r.L39],disableOptionCentering:[2,"disableOptionCentering","disableOptionCentering",r.L39],compareWith:"compareWith",value:"value",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],errorStateMatcher:"errorStateMatcher",typeaheadDebounceInterval:[2,"typeaheadDebounceInterval","typeaheadDebounceInterval",r.Udg],sortComparator:"sortComparator",id:"id",panelWidth:"panelWidth"},outputs:{openedChange:"openedChange",_openedStream:"opened",_closedStream:"closed",selectionChange:"selectionChange",valueChange:"valueChange"},exportAs:["matSelect"],standalone:!0,features:[r.Jv_([{provide:W.qT,useExisting:V},{provide:y.is,useExisting:V}]),r.GFd,r.OA$,r.aNF],ngContentSelectors:x,decls:11,vars:8,consts:[["fallbackOverlayOrigin","cdkOverlayOrigin","trigger",""],["panel",""],["cdk-overlay-origin","",1,"mat-mdc-select-trigger",3,"click"],[1,"mat-mdc-select-value"],[1,"mat-mdc-select-placeholder","mat-mdc-select-min-line"],[1,"mat-mdc-select-value-text"],[1,"mat-mdc-select-arrow-wrapper"],[1,"mat-mdc-select-arrow"],["viewBox","0 0 24 24","width","24px","height","24px","focusable","false","aria-hidden","true"],["d","M7 10l5 5 5-5z"],["cdk-connected-overlay","","cdkConnectedOverlayLockPosition","","cdkConnectedOverlayHasBackdrop","","cdkConnectedOverlayBackdropClass","cdk-overlay-transparent-backdrop",3,"backdropClick","attach","detach","cdkConnectedOverlayPanelClass","cdkConnectedOverlayScrollStrategy","cdkConnectedOverlayOrigin","cdkConnectedOverlayOpen","cdkConnectedOverlayPositions","cdkConnectedOverlayWidth"],[1,"mat-mdc-select-min-line"],["role","listbox","tabindex","-1",3,"keydown","ngClass"]],template:function(c,u){if(1&c){const T=r.RV6();r.NAR(q),r.j41(0,"div",2,0),r.bIt("click",function(){return r.eBV(T),r.Njj(u.open())}),r.j41(3,"div",3),r.DNE(4,ee,2,1,"span",4)(5,O,3,1,"span",5),r.k0s(),r.j41(6,"div",6)(7,"div",7),r.qSk(),r.j41(8,"svg",8),r.nrm(9,"path",9),r.k0s()()()(),r.DNE(10,oe,3,9,"ng-template",10),r.bIt("backdropClick",function(){return r.eBV(T),r.Njj(u.close())})("attach",function(){return r.eBV(T),r.Njj(u._onAttached())})("detach",function(){return r.eBV(T),r.Njj(u.close())})}if(2&c){const T=r.sdS(1);r.R7$(3),r.BMQ("id",u._valueId),r.R7$(),r.vxM(u.empty?4:5),r.R7$(6),r.Y8G("cdkConnectedOverlayPanelClass",u._overlayPanelClass)("cdkConnectedOverlayScrollStrategy",u._scrollStrategy)("cdkConnectedOverlayOrigin",u._preferredOverlayOrigin||T)("cdkConnectedOverlayOpen",u.panelOpen)("cdkConnectedOverlayPositions",u._positions)("cdkConnectedOverlayWidth",u._overlayWidth)}},dependencies:[e.$Q,e.WB,b.YU],styles:['.mat-mdc-select{display:inline-block;width:100%;outline:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--mat-select-enabled-trigger-text-color);font-family:var(--mat-select-trigger-text-font);line-height:var(--mat-select-trigger-text-line-height);font-size:var(--mat-select-trigger-text-size);font-weight:var(--mat-select-trigger-text-weight);letter-spacing:var(--mat-select-trigger-text-tracking)}div.mat-mdc-select-panel{box-shadow:var(--mat-select-container-elevation-shadow)}.mat-mdc-select-disabled{color:var(--mat-select-disabled-trigger-text-color)}.mat-mdc-select-trigger{display:inline-flex;align-items:center;cursor:pointer;position:relative;box-sizing:border-box;width:100%}.mat-mdc-select-disabled .mat-mdc-select-trigger{-webkit-user-select:none;user-select:none;cursor:default}.mat-mdc-select-value{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-mdc-select-value-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-mdc-select-arrow-wrapper{height:24px;flex-shrink:0;display:inline-flex;align-items:center}.mat-form-field-appearance-fill .mdc-text-field--no-label .mat-mdc-select-arrow-wrapper{transform:none}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,.mat-form-field-invalid:not(.mat-form-field-disabled) .mat-mdc-form-field-infix::after{color:var(--mat-select-invalid-arrow-color)}.mat-mdc-select-arrow{width:10px;height:5px;position:relative;color:var(--mat-select-enabled-arrow-color)}.mat-mdc-form-field.mat-focused .mat-mdc-select-arrow{color:var(--mat-select-focused-arrow-color)}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow{color:var(--mat-select-disabled-arrow-color)}.mat-mdc-select-arrow svg{fill:currentColor;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.cdk-high-contrast-active .mat-mdc-select-arrow svg{fill:CanvasText}.mat-mdc-select-disabled .cdk-high-contrast-active .mat-mdc-select-arrow svg{fill:GrayText}div.mat-mdc-select-panel{width:100%;max-height:275px;outline:0;overflow:auto;padding:8px 0;border-radius:4px;box-sizing:border-box;position:static;background-color:var(--mat-select-panel-background-color)}.cdk-high-contrast-active div.mat-mdc-select-panel{outline:solid 1px}.cdk-overlay-pane:not(.mat-mdc-select-panel-above) div.mat-mdc-select-panel{border-top-left-radius:0;border-top-right-radius:0;transform-origin:top center}.mat-mdc-select-panel-above div.mat-mdc-select-panel{border-bottom-left-radius:0;border-bottom-right-radius:0;transform-origin:bottom center}div.mat-mdc-select-panel .mat-mdc-option{--mdc-list-list-item-container-color: var(--mat-select-panel-background-color)}.mat-mdc-select-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);color:var(--mat-select-placeholder-text-color)}._mat-animation-noopable .mat-mdc-select-placeholder{transition:none}.mat-form-field-hide-placeholder .mat-mdc-select-placeholder{color:rgba(0,0,0,0);-webkit-text-fill-color:rgba(0,0,0,0);transition:none;display:block}.mat-mdc-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper{cursor:pointer}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mat-mdc-floating-label{max-width:calc(100% - 18px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 24px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-text-field--label-floating .mdc-notched-outline__notch{max-width:calc(100% - 24px)}.mat-mdc-select-min-line:empty::before{content:" ";white-space:pre;width:1px;display:inline-block;visibility:hidden}.mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper{transform:var(--mat-select-arrow-transform)}'],encapsulation:2,data:{animation:[le.transformPanel]},changeDetection:0})}return V})(),de=(()=>{class V{static#e=this.\u0275fac=function(c){return new(c||V)};static#t=this.\u0275dir=r.FsC({type:V,selectors:[["mat-select-trigger"]],standalone:!0,features:[r.Jv_([{provide:he,useExisting:V}])]})}return V})(),se=(()=>{class V{static#e=this.\u0275fac=function(c){return new(c||V)};static#t=this.\u0275mod=r.$C({type:V});static#i=this.\u0275inj=r.G2t({providers:[ge],imports:[b.MD,e.z_,y.Sy,y.yE,j.Gj,W.RG,y.Sy,y.yE]})}return V})()}}]);