-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4703.924f20ab994834ccfc63.js
1 lines (1 loc) · 578 KB
/
4703.924f20ab994834ccfc63.js
1
"use strict";(self.webpackChunkchekt_web_wcs=self.webpackChunkchekt_web_wcs||[]).push([[4703],{74703:(K,Q,m)=>{m.r(Q),m.d(Q,{CustomersMembersModule:()=>Se});var f=m(93324),b=m(16274),Y=m(29535),y=m(61855),t=m(42741),P=m(72898),_=m(46243),D=m(25229),z=m(7611),A=m(54414),H=m(78806),R=m(56880),X=m(55893),V=m(35460),q=m(95974),I=m(21929);function tt(o,c){if(1&o&&(t.TgZ(0,"div",12),t._uU(1),t.qZA()),2&o){const n=c.$implicit;t.xp6(1),t.Oqu(n)}}function nt(o,c){1&o&&(t.TgZ(0,"div"),t._UZ(1,"comp-icon",31),t.qZA()),2&o&&(t.xp6(1),t.Q6J("icon","done")("color","hsla(0, 0%, 0%, 1)")("size",16))}function et(o,c){if(1&o&&(t.TgZ(0,"div"),t.TgZ(1,"span"),t._uU(2),t.qZA(),t.qZA()),2&o){const n=t.oxw().$implicit,e=t.oxw().$implicit,a=t.oxw();t.xp6(2),t.Oqu(a.permissionData[e.resource][n].modeStr)}}function ot(o,c){if(1&o&&(t.TgZ(0,"div",29),t.YNc(1,nt,2,3,"div",30),t.YNc(2,et,3,1,"div",30),t.qZA()),2&o){const n=c.$implicit,e=t.oxw().$implicit,a=t.oxw();t.xp6(1),t.Q6J("ngIf",2===a.permissionData[e.resource][n].mode),t.xp6(1),t.Q6J("ngIf",2!==a.permissionData[e.resource][n].mode)}}function at(o,c){if(1&o&&(t.TgZ(0,"div",20),t.TgZ(1,"div",21),t.TgZ(2,"div",22),t._uU(3),t.qZA(),t.TgZ(4,"div",23),t._UZ(5,"comp-icon",24),t.TgZ(6,"div",25),t.TgZ(7,"div",26),t.TgZ(8,"div",27),t._uU(9),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.YNc(10,ot,3,2,"div",28),t.qZA()),2&o){const n=c.$implicit,e=t.oxw();t.xp6(3),t.Oqu(n.name),t.xp6(2),t.Q6J("icon","info")("size",14)("color","rgba(0, 0, 0, 0.38)"),t.xp6(4),t.Oqu(e.permissionData[n.resource].description),t.xp6(1),t.Q6J("ngForOf",e.roleNames)}}function it(o,c){1&o&&(t.TgZ(0,"div",32),t.O4$(),t.TgZ(1,"svg",33),t._UZ(2,"circle",34),t.qZA(),t.qZA())}let L=(()=>{class o{constructor(n,e){this.usersService=n,this.sitesService=e,this.onClose=new t.vpe,this.m_warning=new P.u,this.enable_modal=!1,this.isLoading=!1,this.roleData={},this.roleList=[],this.roleNames=[],this.permissionNames=[],this.permissionData={}}ngOnInit(){this.usersService.getMe().subscribe(n=>{this.me=n})}ngOnChanges(n){n.active&&this.active&&(this.enable_modal=!0,this.setData())}close(n=!1){this.onClose.next(n),this.modal.close(),setTimeout(e=>{this.enable_modal=!1},200)}setData(){this.roleData=this.sitesService.memberRoles,this.roleList=this.roleData.roles,0!==this.roleList.length&&(this.roleNames=this.roleList.map(n=>n.name),this.parseFirstColumn(),this.roleList.forEach(n=>{this.parsePermissionTableData(n)}))}parsePermissionTableData(n){((null==n?void 0:n.permission_infos)?null==n?void 0:n.permission_infos:null==n?void 0:n.permission_info).forEach(a=>{const i=a.resource,g=this.parsePermissionMode(a.mode);this.permissionData[i][n.name]={mode:a.mode,modeStr:g}})}parseFirstColumn(){const n=this.roleList[0];let e;Object.keys(n).includes("permission_infos")?(e=null==n?void 0:n.permission_infos,this.parsePermissionNamesNewMethod(e)):e=null==n?void 0:n.permission_info;const a=[],i={};e.forEach(r=>{const g=r.name,d=r.resource,p=this.parsePermissionDescription(d);i[d]={description:p},a.push({name:g,resource:d})}),this.permissionNames=a,this.permissionData=i}parsePermissionNamesNewMethod(n){const e=this.roleData.resource_infos;n.forEach(a=>{var i,r;const g=a.resource;for(const d in e)parseInt(d)===parseInt(g)&&(a.name=null!==(r=null===(i=e[d])||void 0===i?void 0:i.name)&&void 0!==r?r:"")})}parsePermissionDescription(n){var e,a;return Object.keys(this.roleData).includes("resource_infos")?null!==(a=null===(e=this.roleData.resource_infos[n])||void 0===e?void 0:e.desc)&&void 0!==a?a:"":this.roleData.permission_descriptions[n]}parsePermissionMode(n){let e="";return 0===n?e="":1===n?e="View Only":2===n&&(e="Read/Write"),e}confirmDialog(n="",e="",a="done",i="green"){this.m_warning.data={header:n,contents:`\n <p>${e}</b></p>\n `,submit_btn:"OK",submit_class:["button-primary"],icon:a,isConfirm:!0,color:i},this.m_warning.data.submit_func=()=>{"green"===i&&this.close(!0)},this.m_warning.open()}errorDialog(n,e){let a="failed.";n.error&&n.error.message&&(a=n.error.message),n._body&&(a=JSON.parse(n._body).message),setTimeout(()=>{this.confirmDialog(e,a,"warning","orange")},200),this.isLoading=!1}}return o.\u0275fac=function(n){return new(n||o)(t.Y36(z.f),t.Y36(A.f))},o.\u0275cmp=t.Xpm({type:o,selectors:[["dealer-member-permission"]],inputs:{active:"active",modal:"modal"},outputs:{onClose:"onClose"},features:[t.TTD],decls:23,vars:8,consts:[[1,"disable-full-screen"],[1,"background",3,"click"],[1,"container-center"],[1,"modal"],[1,"modal-header"],[1,"modal-header-txt"],[2,"position","relative"],[1,"title-close"],[1,"material-icons",3,"click"],[1,"items-area",2,"overflow-y","initial"],[1,"permission-table"],[1,"flex","header-row"],[1,"f-1","header"],["class","f-1 header",4,"ngFor","ngForOf"],["class","flex item-row",4,"ngFor","ngForOf"],[1,"tail-btn-area"],[1,"button","button-white",2,"margin","0",3,"click"],[1,"btn-inner"],["class","loader absolute",4,"ngIf"],[3,"modal"],[1,"flex","item-row"],[1,"f-1","item","permission-label","flex"],[1,"mr-5"],[1,"tooltip-content","v-center"],[1,"pointer",3,"icon","size","color"],[1,"tooltip"],[1,"tooltip-item"],[1,"tooltip-row"],["class","f-1 item",4,"ngFor","ngForOf"],[1,"f-1","item"],[4,"ngIf"],[3,"icon","color","size"],[1,"loader","absolute"],["viewBox","25 25 50 50",1,"circular"],["cx","50","cy","50","r","20","fill","none","stroke-width","4","stroke-miterlimit","10",1,"path"]],template:function(n,e){1&n&&(t.TgZ(0,"div",0),t.TgZ(1,"div",1),t.NdJ("click",function(){return e.close()}),t.qZA(),t.TgZ(2,"div",2),t.TgZ(3,"div",3),t.TgZ(4,"div",4),t.TgZ(5,"div",5),t._uU(6,"Permissions"),t.qZA(),t.TgZ(7,"div",6),t.TgZ(8,"div",7),t.TgZ(9,"i",8),t.NdJ("click",function(){return e.close()}),t._uU(10,"close"),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.TgZ(11,"div",9),t.TgZ(12,"div",10),t.TgZ(13,"div",11),t._UZ(14,"div",12),t.YNc(15,tt,2,1,"div",13),t.qZA(),t.YNc(16,at,11,6,"div",14),t.qZA(),t.qZA(),t.TgZ(17,"div",15),t.TgZ(18,"div",16),t.NdJ("click",function(){return e.close()}),t.TgZ(19,"div",17),t._uU(20,"Cancel"),t.qZA(),t.qZA(),t.qZA(),t.YNc(21,it,3,0,"div",18),t.qZA(),t.qZA(),t._UZ(22,"dealer-warning",19),t.qZA()),2&n&&(t.Udp("opacity",e.modal.is_active?100:0)("visibility",e.modal.is_active?"visible":"hidden"),t.xp6(15),t.Q6J("ngForOf",e.roleNames),t.xp6(1),t.Q6J("ngForOf",e.permissionNames),t.xp6(5),t.Q6J("ngIf",e.isLoading),t.xp6(1),t.Q6J("modal",e.m_warning))},directives:[b.sg,b.O5,I.a,q.U],styles:['.disable-full-screen[_ngcontent-%COMP%]{top:0;left:0;width:100%;height:100%;position:fixed;visibility:hidden;opacity:0;transition:.2s;z-index:101}.disable-full-screen[_ngcontent-%COMP%] > .background[_ngcontent-%COMP%]{position:absolute;background-color:#00000080;top:0;left:0;width:100%;height:100%;z-index:1}.overlay[_ngcontent-%COMP%]{position:fixed;top:0;bottom:0;left:0;right:0;background-color:#0000004d;z-index:1}.container-center[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%]{display:flex;flex-direction:row;align-items:center;height:48px;padding:0 16px}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{display:inline-block;font-size:20px;color:#fff;text-transform:uppercase}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .title[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{vertical-align:middle;margin-right:4px}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .desc[_ngcontent-%COMP%]{font-size:12px;color:#fffc;padding:8px 0 32px;line-height:.8}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .space[_ngcontent-%COMP%]{flex:1}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{float:right;margin-left:8px;color:#fffc;transition:.1s}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{color:#fff;cursor:pointer}.body[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{display:flex;align-items:center;font-size:14px;color:#777;margin-top:28px}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{font-size:14px;flex:1 1 auto;box-sizing:border-box;padding:6px 0 4px;border:0;border-bottom:2px solid #ddd;background:rgba(0,0,0,0);transition:.2s}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:focus{box-shadow:0 0 0 3px #1f8fff61;outline:none}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%] .err[_ngcontent-%COMP%]{outline:none;border-bottom:2px solid #D25074}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%] .err[_ngcontent-%COMP%]:focus{outline:none;border-bottom:2px solid #D25074}.body[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]{font:400 14px Arial;resize:none;flex:1 1 auto;box-sizing:border-box;padding:6px 0 4px;border:0;border-bottom:2px solid #ddd;background:rgba(0,0,0,0);transition:.2s}.body[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]:focus{box-shadow:0 0 0 3px #1f8fff61;outline:none}.body[_ngcontent-%COMP%] .hidden-input[_ngcontent-%COMP%]{border-bottom:2px solid #fff;background:rgba(0,0,0,0) #b87272}.body[_ngcontent-%COMP%] .hidden-input[_ngcontent-%COMP%]:hover{border-bottom:2px solid #777}.body[_ngcontent-%COMP%] select[_ngcontent-%COMP%]{width:100%;min-height:24px;background:white;box-sizing:border-box;margin-top:8px;padding:4px 0;border:0;border-bottom:1px solid #ccc;transition:.2s}.body[_ngcontent-%COMP%] select[_ngcontent-%COMP%]:focus{outline:none;border-bottom:1px solid #777}.body[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%]{width:100%;min-height:24px;font-size:14px;color:#333;margin-top:12px;padding:4px 0;display:flex;align-items:center}.body[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] > i[_ngcontent-%COMP%]{margin-right:8px}.body[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] > .button[_ngcontent-%COMP%]{color:#777;transition:.2s;cursor:pointer}.body[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] > .button[_ngcontent-%COMP%]:hover{color:#333}.body[_ngcontent-%COMP%] .contents-selectable[_ngcontent-%COMP%]{cursor:pointer}.body[_ngcontent-%COMP%] .contents-selectable[_ngcontent-%COMP%]:hover{background:#f0f0f0}.body[_ngcontent-%COMP%] > .editable[_ngcontent-%COMP%]{border-bottom:1px solid #fff;transition:.5s}.body[_ngcontent-%COMP%] > .editable[_ngcontent-%COMP%]:hover{cursor:text;border-bottom:1px solid #ccc}.body[_ngcontent-%COMP%] > .warning[_ngcontent-%COMP%]{color:#f55}.modal[_ngcontent-%COMP%]{width:100%;max-width:600px;background:white;box-shadow:0 4px 8px #777;z-index:2;border-radius:5px}.modal[_ngcontent-%COMP%] .modal-header[_ngcontent-%COMP%]{display:flex;height:50px;justify-content:space-between;border-bottom:.5px solid rgba(0,0,0,.1)}.modal[_ngcontent-%COMP%] .modal-header[_ngcontent-%COMP%] .modal-header-txt[_ngcontent-%COMP%]{display:flex;align-items:center;padding-left:16px}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%]{display:flex;height:50px;justify-content:space-between;background-color:#f7fafc;border-radius:5px 5px 0 0}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{display:inline-block;font-size:20px;color:#fff;text-transform:uppercase}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .title[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{vertical-align:middle;margin-right:4px}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .desc[_ngcontent-%COMP%]{font-size:12px;color:#fffc;padding:8px 0 32px;line-height:.8}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .space[_ngcontent-%COMP%]{flex:1}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{float:right;margin-left:8px;color:#fffc;transition:.1s}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{color:#fff;cursor:pointer}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%]{flex:1;display:block;overflow-y:overlay;padding:30px 20px 20px;border-bottom:.5px solid rgba(0,0,0,.1);background-color:#f8fafc;display:flex;flex-direction:column;font-size:14px}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .description[_ngcontent-%COMP%]{color:#0009;font-size:12px}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]{width:100%;box-sizing:border-box;padding:8px;background-color:#fff;border:1px solid #eeeeee;font-size:14px;transition:.2s;text-indent:0px;font-weight:400;resize:none}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]::placeholder{font-size:14px}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]:focus{outline:none;border:1px solid #2383e2}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%]{padding-bottom:20px}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{width:100%;box-sizing:border-box;padding:7px 10px;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:5px;font-size:14px;transition:.2s;text-indent:0px;font-weight:400}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:focus{box-shadow:0 0 0 3px #1f8fff61;outline:none}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.err[_ngcontent-%COMP%]{outline:none;background-color:#fbd0d6;box-shadow:0 0 0 2px #d25074}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.err[_ngcontent-%COMP%]:focus{outline:none;box-shadow:0 0 0 2px #d25074}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.dark[_ngcontent-%COMP%]{background-color:#f5f5f5}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.dark[_ngcontent-%COMP%]:focus{background-color:#fff}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.disabled[_ngcontent-%COMP%]{background-color:#eee;opacity:1}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.err[_ngcontent-%COMP%]{outline:none;border:1px solid #D25074!important;background-color:#fff!important}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.correct[_ngcontent-%COMP%]{border:solid 1px #e0e0e0;background-color:#e5f2ff}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input[_ngcontent-%COMP%]::placeholder{color:#0000004d}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.input-err[_ngcontent-%COMP%]{outline:none;background-color:#fbd0d6;box-shadow:0 0 0 2px #f1556c}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.input-err[_ngcontent-%COMP%]:focus{outline:none;box-shadow:0 0 0 2px #f1556c}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] .site-search[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{margin-bottom:0;border:none;outline:none;background-color:transparent}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item.pb-0[_ngcontent-%COMP%]{padding-bottom:0}.modal[_ngcontent-%COMP%] > .body[_ngcontent-%COMP%]{padding:16px 32px;display:flex;flex-direction:column;max-height:800px;overflow-y:overlay}.modal[_ngcontent-%COMP%] > .body-center[_ngcontent-%COMP%]{padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;max-height:800px;overflow-y:overlay}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%]{display:flex;flex-direction:row-reverse;justify-content:center;padding:0 32px 30px}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .space[_ngcontent-%COMP%]{flex:1}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{padding:7px 14px;color:#888;font-size:14px;font-weight:500;transition:.2s;text-transform:capitalize;border-radius:5px}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{color:#000;cursor:pointer}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-primary[_ngcontent-%COMP%]{background:#2383e2;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-primary[_ngcontent-%COMP%]:hover{background:#2ea0ff;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-warning[_ngcontent-%COMP%]{background:orange;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-warning[_ngcontent-%COMP%]:hover{background:#ffb938;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-disable[_ngcontent-%COMP%]{background:#ddd;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-disable[_ngcontent-%COMP%]:hover{background:#ddd;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-danger[_ngcontent-%COMP%]{background:#f1556d;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-danger[_ngcontent-%COMP%]:hover{background:#f47185;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-normal[_ngcontent-%COMP%]{background:#d1d2d2;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-normal[_ngcontent-%COMP%]:hover{background:#b2b3b3;color:#fff}.dropdown[_ngcontent-%COMP%]{font-size:14px;position:relative;flex:1}.dropdown[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{width:100%;background:rgba(0,0,0,0)}.dropdown-contents[_ngcontent-%COMP%]{position:absolute;width:100%;margin-top:8px;left:0px;z-index:100;text-align:left;box-sizing:border-box;background-color:#fff;box-shadow:0 1px 13px 1px #0003;transition:.2s}.dropdown-contents[_ngcontent-%COMP%] > .list-item[_ngcontent-%COMP%]{cursor:pointer;padding:8px;color:#333;font-size:14px;display:flex;align-items:center}.dropdown-contents[_ngcontent-%COMP%] > .list-item[_ngcontent-%COMP%]:hover{background:#eee}.face[_ngcontent-%COMP%]{border-radius:50%;width:32px;height:32px;margin-right:8px}.no-face[_ngcontent-%COMP%]{border-radius:50%;width:32px;height:32px;background-color:#ccc;display:inline-block;margin-right:8px;vertical-align:middle;color:#fff;text-align:center;text-transform:uppercase}.calendar[_ngcontent-%COMP%]{width:100%}.dropdown-background[_ngcontent-%COMP%]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1}.disabled[_ngcontent-%COMP%]{opacity:.6;cursor:default;pointer-events:none}.inactive[_ngcontent-%COMP%]{pointer-events:none;filter:grayscale(.3);opacity:.8}.loader[_ngcontent-%COMP%]{position:relative;margin:0 auto;width:50px}.loader.absolute[_ngcontent-%COMP%]{margin:auto;position:absolute;top:calc(50% - 25px);left:calc(50% - 25px)}.loader[_ngcontent-%COMP%]:before{content:"";display:block;padding-top:100%}.circular[_ngcontent-%COMP%]{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.path[_ngcontent-%COMP%]{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite;stroke:#0057e7;stroke-linecap:round}.title-close[_ngcontent-%COMP%]{position:absolute;display:flex;top:3px;right:6px;width:45px;height:45px;align-items:center;justify-content:center;font-size:14px;color:#0009;cursor:pointer;transition:.2s}.title-close[_ngcontent-%COMP%]:hover{background-color:#f7f7f7;border-radius:22px}.tail-btn-area[_ngcontent-%COMP%]{border-radius:5px;padding:12px 20px}.row[_ngcontent-%COMP%]{display:flex}.row.between[_ngcontent-%COMP%]{justify-content:space-between}table[_ngcontent-%COMP%]{width:100%;border-collapse:collapse}table.table-header[_ngcontent-%COMP%]{min-height:31px;background-color:#f7fafc;border-bottom:solid 1px rgba(0,0,0,.1);border-top:solid 1px rgba(0,0,0,.1);box-sizing:border-box}table.table-header[_ngcontent-%COMP%]:after{border-collapse:separate}table[_ngcontent-%COMP%] .table-body[_ngcontent-%COMP%]{width:100%;flex:1;overflow-y:overlay;overflow-x:hidden}table[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{position:relative;padding:10px 7px;color:#000000de;text-transform:capitalize;text-align:left;font-size:12px;font-weight:normal;-webkit-user-select:none;user-select:none}table[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:first-child{padding:10px 7px 10px 20px}table[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:last-child{padding:10px 20px 10px 7px}table[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{font-size:14px;color:#0009;border-bottom:1px rgba(0,0,0,.1) solid;padding:14px}.selectable[_ngcontent-%COMP%]{cursor:pointer}.selectable[_ngcontent-%COMP%]:hover{background:#f0f0f0}','.modal[_ngcontent-%COMP%]{max-width:1000px}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%]{padding:20px 30px 30px;box-sizing:border-box}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .permission-table[_ngcontent-%COMP%] .header-row[_ngcontent-%COMP%]{border-bottom:1px solid rgba(0,0,0,.1)}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .permission-table[_ngcontent-%COMP%] .header-row[_ngcontent-%COMP%] .header[_ngcontent-%COMP%]{padding:10px;font-weight:500;font-size:14px;color:#000000de}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .permission-table[_ngcontent-%COMP%] .item-row[_ngcontent-%COMP%]{border-bottom:1px solid rgba(0,0,0,.1)}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .permission-table[_ngcontent-%COMP%] .item-row[_ngcontent-%COMP%] .item[_ngcontent-%COMP%]{padding:10px;color:#000000de;font-weight:400}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .permission-table[_ngcontent-%COMP%] .item-row[_ngcontent-%COMP%] .item.permission-label[_ngcontent-%COMP%]{color:#0009}@media only screen and (max-width: 1055px){.modal[_ngcontent-%COMP%]{scale:.8}}.tooltip-content[_ngcontent-%COMP%]{position:relative}.tooltip-content[_ngcontent-%COMP%] .tooltip-icon[_ngcontent-%COMP%]{cursor:pointer;margin-left:7px;font-size:18px;color:#0009}.tooltip-content[_ngcontent-%COMP%]:hover .tooltip[_ngcontent-%COMP%]{visibility:visible;opacity:1}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%]{width:320px;visibility:hidden;background-color:#fff;padding:20px;box-sizing:border-box;border-radius:6px;font-size:14px;box-shadow:0 0 30px #0000004d;position:absolute;z-index:100;top:-30px;right:-343px;opacity:0;transition:opacity .3s;color:#000000de;word-spacing:1px;line-height:16px}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%]:after{content:"";position:absolute;top:25px;left:-5px;margin-left:-19px;border-width:12px;border-style:solid;border-color:transparent #fff transparent transparent}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .font-10[_ngcontent-%COMP%]{font-size:10px}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .font-12[_ngcontent-%COMP%]{font-size:12px}.tooltip-content[_ngcontent-%COMP%] .tooltip.test[_ngcontent-%COMP%]{visibility:visible;opacity:1}.tooltip-content[_ngcontent-%COMP%] .pointer[_ngcontent-%COMP%]{cursor:pointer}.tooltip[_ngcontent-%COMP%]{width:367px}.tooltip[_ngcontent-%COMP%] .tooltip-item[_ngcontent-%COMP%]{padding-bottom:10px}.tooltip[_ngcontent-%COMP%] .tooltip-item[_ngcontent-%COMP%]:last-child{padding-bottom:0}.tooltip[_ngcontent-%COMP%] .tooltip-item[_ngcontent-%COMP%] .tooltip-row[_ngcontent-%COMP%]{padding-bottom:5px}.fs-12[_ngcontent-%COMP%]{font-size:12px}']}),o})();const ct=["roleselect"];function rt(o,c){if(1&o&&(t.TgZ(0,"div",26),t._uU(1),t.qZA()),2&o){const n=t.oxw();t.xp6(1),t.Oqu(n.modal.data.err)}}function gt(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",27),t.NdJ("click",function(){const i=t.CHM(n).$implicit;return t.oxw().changeMemberRole(i.id)}),t.TgZ(1,"div",28),t._UZ(2,"comp-icon",29),t.TgZ(3,"div",30),t._uU(4),t.qZA(),t.qZA(),t.TgZ(5,"div",31),t._uU(6),t.qZA(),t.qZA()}if(2&o){const n=c.$implicit,e=t.oxw();t.ekj("content-box-focus",e.memberInfo.role===n.id)("disabled",e.isExistPrimary&&0===n.id),t.xp6(2),t.Q6J("icon","check_circle")("color",e.memberInfo.role===n.id?"rgba(30, 136, 229, 1)":"rgba(0, 0, 0, 0.38)")("size",18),t.xp6(2),t.Oqu(n.name),t.xp6(2),t.Oqu(n.description)}}function lt(o,c){1&o&&(t.TgZ(0,"div",32),t.O4$(),t.TgZ(1,"svg",33),t._UZ(2,"circle",34),t.qZA(),t.qZA())}let dt=(()=>{class o{constructor(n,e,a){this.usersService=n,this.sitesService=e,this.commonService=a,this.event=new t.vpe,this.waitsecond=1e3,this.isExistPrimary=!1,this.isLoading=!1,this.isEditMode=!1,this.initMemberInfo={email:"",firstname:"",lastname:"",role:1,user_id:""},this.memberInfo=_.cloneDeep(this.initMemberInfo),this.roles={0:"Primary Admin",1:"Admin",2:"Member"},this.roleList=[],this.roleData={},this.isSelectRole=!1,this.m_warning=new P.u,this.m_permission=new P.u,this.isWarning=!1,this.warningTxt="primary admin already exist."}ngOnInit(){this.usersService.getMe().subscribe(n=>{this.me=n})}ngOnChanges(n){n.active&&this.active&&(this.isLoading=!1,this.initData(),this.isExistPrimary=!!this.modal.data.isPrimary,this.setData())}closeModal(){setTimeout(()=>{this.event.next(!0)},300),this.modal.close(),this.isLoading=!1}initData(){this.isWarning=!1,this.isEditMode=!1,this.warningTxt="primary admin already exist.",this.memberInfo=_.cloneDeep(this.initMemberInfo),this.modal.data.err=""}setData(){if(this.memberInfo.role=this.isExistPrimary?1:0,this.modal.data.member){this.isEditMode=!0;const n=this.modal.data.member;this.memberInfo.email=n.email,this.memberInfo.role=n.role,this.memberInfo.user_id=n.user_id,this.memberInfo.firstname=n.firstname,this.memberInfo.lastname=n.lastname}this.roleData=this.modal.data.roleData,this.roleList=this.roleData.roles}onGlobalClick(n){!this.roleselect||this.roleselect&&(this.roleselect.nativeElement.contains(n.target)||(this.isSelectRole=!1))}changeMemberRole(n){this.memberInfo.role=n}selectRole(n){this.memberInfo.role=n,this.isSelectRole=!1,this.validationCheck()}validationCheck(){this.isWarning=!1,this.warningTxt="primary admin already exist.",0===this.memberInfo.role&&this.isExistPrimary&&(this.isWarning=!0,this.warningTxt="primary admin already exist.")}doInvite(n){this.sitesService.inviteSiteMember(this.me.dealer_id,this.customer.site_id,n).subscribe(e=>{this.isLoading=!1,this.commonService.showSuccessToast("Invite Site Member","Success"),this.closeModal()},e=>{setTimeout(()=>{this.sitesService.inviteSiteMember(this.me.dealer_id,this.customer.site_id,n).subscribe(a=>{this.isLoading=!1,this.commonService.showSuccessToast("Invite Site Member","Success"),this.closeModal()},a=>{this.isLoading=!1,this.commonService.showErrorToast("Invite Site Member","Failed")})},1e3)})}doAction(){this.isEditMode?this.updateMember():this.invite()}invite(){if(this.isLoading||this.isWarning||this.isEditMode)return;const n=this.me.dealer_id,e=this.customer.site_id,a=this.memberInfo.email,i=this.memberInfo.firstname,r=this.memberInfo.lastname,g=this.memberInfo.role;if(this.modal.data.err="",this.modal.data.err_email="",!this.commonService.checkEmail(a))return void(this.modal.data.err_email="Email is invalid");const d={email:a,firstname:i,lastname:r,role:g};this.isLoading=!0,this.sitesService.createSiteMember(n,e,d).subscribe(p=>{setTimeout(()=>{this.doInvite(p.member_id)},this.waitsecond)},p=>{this.isLoading=!1,this.errorDialog(p,"Create Site Member")})}updateMember(){if(this.isLoading||this.isWarning||!this.isEditMode)return;const n=this.me.dealer_id,e=this.customer.site_id,a=this.memberInfo.user_id,r={role:this.memberInfo.role};this.isLoading=!0,this.sitesService.updateSiteMember(n,e,a,r).subscribe(g=>{this.confirmDialog("Edit Site Member","Successfully.","done","green")},g=>{this.isLoading=!1,this.errorDialog(g,"Edit Site Member")})}openPermissionInfoModal(){this.m_permission.data.roleData=this.roleData,this.m_permission.open()}confirmDialog(n="",e="",a="done",i="#1abc9c"){this.m_warning.data={header:n,contents:`\n <p>${e}</b></p>\n `,submit_btn:"OK",submit_class:["button-primary"],icon:a,isConfirm:!0,color:i},this.m_warning.data.submit_func=()=>{"green"===i&&this.closeModal()},this.m_warning.open()}errorDialog(n,e){let a="failed.";n._body&&(a=JSON.parse(n._body).message),n.error&&(n.error.message&&(a=n.error.message),n.error.permission_name&&(e=n.error.permission_name,this.modal.data.err=a)),setTimeout(()=>{this.confirmDialog(e,a,"warning","orange")},200),this.isLoading=!1}}return o.\u0275fac=function(n){return new(n||o)(t.Y36(z.f),t.Y36(A.f),t.Y36(R.v))},o.\u0275cmp=t.Xpm({type:o,selectors:[["dealer-customer-invite"]],viewQuery:function(n,e){if(1&n&&t.Gf(ct,5),2&n){let a;t.iGM(a=t.CRH())&&(e.roleselect=a.first)}},hostBindings:function(n,e){1&n&&t.NdJ("mousedown",function(i){return e.onGlobalClick(i)},!1,t.evT)},inputs:{modal:"modal",customer:"customer",active:"active"},outputs:{event:"event"},features:[t.TTD],decls:39,vars:28,consts:[[1,"disable-full-screen"],[1,"background",3,"click"],[1,"container-center"],[1,"modal"],[1,"modal-header"],[1,"modal-header-txt"],[2,"position","relative"],[1,"title-close"],[1,"material-icons",3,"click"],[1,"warning-area","v-center","center"],[3,"icon","size","color"],[1,"items-area"],[1,"item"],[1,"v-center","mb-10"],["autocomplete","off","type","text",3,"ngModel","readonly","ngModelChange"],["class","contents warning",4,"ngIf"],["class","content-box",3,"content-box-focus","disabled","click",4,"ngFor","ngForOf"],[1,"tail-btn-area"],[1,"button","button-primary",3,"click"],[1,"btn-inner"],[1,"button",3,"click"],[1,"flex","align-center","f-1"],[1,"link-txt","fs-12",3,"click"],["class","loader absolute",4,"ngIf"],[3,"modal"],[3,"modal","active"],[1,"contents","warning"],[1,"content-box",3,"click"],[1,"content-box-title"],[3,"icon","color","size"],[1,"ml-5"],[1,"content-box-title-description"],[1,"loader","absolute"],["viewBox","25 25 50 50",1,"circular"],["cx","50","cy","50","r","20","fill","none","stroke-width","4","stroke-miterlimit","10",1,"path"]],template:function(n,e){1&n&&(t.TgZ(0,"div",0),t.TgZ(1,"div",1),t.NdJ("click",function(){return e.closeModal()}),t.qZA(),t.TgZ(2,"div",2),t.TgZ(3,"div",3),t.TgZ(4,"div",4),t.TgZ(5,"div",5),t._uU(6),t.qZA(),t.TgZ(7,"div",6),t.TgZ(8,"div",7),t.TgZ(9,"i",8),t.NdJ("click",function(){return e.closeModal()}),t._uU(10,"close"),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.TgZ(11,"div",9),t._UZ(12,"comp-icon",10),t.TgZ(13,"span"),t._uU(14),t.qZA(),t.qZA(),t.TgZ(15,"div",11),t.TgZ(16,"div",12),t.TgZ(17,"div",13),t._uU(18,"Email"),t.qZA(),t.TgZ(19,"div"),t.TgZ(20,"input",14),t.NdJ("ngModelChange",function(i){return e.memberInfo.email=i}),t.qZA(),t.qZA(),t.qZA(),t.YNc(21,rt,2,1,"div",15),t.TgZ(22,"div",12),t.TgZ(23,"div",13),t._uU(24,"App User Permissions"),t.qZA(),t.YNc(25,gt,7,9,"div",16),t.qZA(),t.qZA(),t.TgZ(26,"div",17),t.TgZ(27,"div",18),t.NdJ("click",function(){return e.doAction()}),t.TgZ(28,"div",19),t._uU(29),t.qZA(),t.qZA(),t.TgZ(30,"div",20),t.NdJ("click",function(){return e.closeModal()}),t.TgZ(31,"div",19),t._uU(32,"Cancel"),t.qZA(),t.qZA(),t.TgZ(33,"div",21),t.TgZ(34,"div",22),t.NdJ("click",function(){return e.openPermissionInfoModal()}),t._uU(35,"Learn about permission?"),t.qZA(),t.qZA(),t.qZA(),t.YNc(36,lt,3,0,"div",23),t.qZA(),t.qZA(),t.qZA(),t._UZ(37,"dealer-warning",24),t._UZ(38,"dealer-member-permission",25)),2&n&&(t.Udp("opacity",e.modal.is_active?100:0)("visibility",e.modal.is_active?"visible":"hidden"),t.xp6(6),t.hij("",e.isEditMode?"Edit":"Invite"," Site Member"),t.xp6(5),t.ekj("warning-exist",e.isWarning),t.xp6(1),t.Q6J("icon","warning")("size",18)("color","#cd3d64"),t.xp6(2),t.Oqu(e.warningTxt),t.xp6(1),t.ekj("disabled",e.isLoading),t.xp6(5),t.ekj("disabled",e.isEditMode),t.Q6J("ngModel",e.memberInfo.email)("readonly",e.isEditMode),t.xp6(1),t.Q6J("ngIf",e.modal.data.err),t.xp6(4),t.Q6J("ngForOf",e.roleList),t.xp6(1),t.ekj("disabled",e.isLoading),t.xp6(1),t.ekj("disabled",e.isWarning),t.xp6(2),t.Oqu(e.isEditMode?"Edit":"Invite"),t.xp6(7),t.Q6J("ngIf",e.isLoading),t.xp6(1),t.Q6J("modal",e.m_warning),t.xp6(1),t.Q6J("modal",e.m_permission)("active",e.m_permission.is_active))},directives:[q.U,f.Fj,f.JJ,f.On,b.O5,b.sg,I.a,L],styles:['.disable-full-screen[_ngcontent-%COMP%]{top:0;left:0;width:100%;height:100%;position:fixed;visibility:hidden;opacity:0;transition:.2s;z-index:101}.disable-full-screen[_ngcontent-%COMP%] > .background[_ngcontent-%COMP%]{position:absolute;background-color:#00000080;top:0;left:0;width:100%;height:100%;z-index:1}.overlay[_ngcontent-%COMP%]{position:fixed;top:0;bottom:0;left:0;right:0;background-color:#0000004d;z-index:1}.container-center[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%]{display:flex;flex-direction:row;align-items:center;height:48px;padding:0 16px}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{display:inline-block;font-size:20px;color:#fff;text-transform:uppercase}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .title[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{vertical-align:middle;margin-right:4px}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .desc[_ngcontent-%COMP%]{font-size:12px;color:#fffc;padding:8px 0 32px;line-height:.8}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .space[_ngcontent-%COMP%]{flex:1}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{float:right;margin-left:8px;color:#fffc;transition:.1s}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{color:#fff;cursor:pointer}.body[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{display:flex;align-items:center;font-size:14px;color:#777;margin-top:28px}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{font-size:14px;flex:1 1 auto;box-sizing:border-box;padding:6px 0 4px;border:0;border-bottom:2px solid #ddd;background:rgba(0,0,0,0);transition:.2s}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:focus{box-shadow:0 0 0 3px #1f8fff61;outline:none}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%] .err[_ngcontent-%COMP%]{outline:none;border-bottom:2px solid #D25074}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%] .err[_ngcontent-%COMP%]:focus{outline:none;border-bottom:2px solid #D25074}.body[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]{font:400 14px Arial;resize:none;flex:1 1 auto;box-sizing:border-box;padding:6px 0 4px;border:0;border-bottom:2px solid #ddd;background:rgba(0,0,0,0);transition:.2s}.body[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]:focus{box-shadow:0 0 0 3px #1f8fff61;outline:none}.body[_ngcontent-%COMP%] .hidden-input[_ngcontent-%COMP%]{border-bottom:2px solid #fff;background:rgba(0,0,0,0) #b87272}.body[_ngcontent-%COMP%] .hidden-input[_ngcontent-%COMP%]:hover{border-bottom:2px solid #777}.body[_ngcontent-%COMP%] select[_ngcontent-%COMP%]{width:100%;min-height:24px;background:white;box-sizing:border-box;margin-top:8px;padding:4px 0;border:0;border-bottom:1px solid #ccc;transition:.2s}.body[_ngcontent-%COMP%] select[_ngcontent-%COMP%]:focus{outline:none;border-bottom:1px solid #777}.body[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%]{width:100%;min-height:24px;font-size:14px;color:#333;margin-top:12px;padding:4px 0;display:flex;align-items:center}.body[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] > i[_ngcontent-%COMP%]{margin-right:8px}.body[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] > .button[_ngcontent-%COMP%]{color:#777;transition:.2s;cursor:pointer}.body[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] > .button[_ngcontent-%COMP%]:hover{color:#333}.body[_ngcontent-%COMP%] .contents-selectable[_ngcontent-%COMP%]{cursor:pointer}.body[_ngcontent-%COMP%] .contents-selectable[_ngcontent-%COMP%]:hover{background:#f0f0f0}.body[_ngcontent-%COMP%] > .editable[_ngcontent-%COMP%]{border-bottom:1px solid #fff;transition:.5s}.body[_ngcontent-%COMP%] > .editable[_ngcontent-%COMP%]:hover{cursor:text;border-bottom:1px solid #ccc}.body[_ngcontent-%COMP%] > .warning[_ngcontent-%COMP%]{color:#f55}.modal[_ngcontent-%COMP%]{width:100%;max-width:600px;background:white;box-shadow:0 4px 8px #777;z-index:2;border-radius:5px}.modal[_ngcontent-%COMP%] .modal-header[_ngcontent-%COMP%]{display:flex;height:50px;justify-content:space-between;border-bottom:.5px solid rgba(0,0,0,.1)}.modal[_ngcontent-%COMP%] .modal-header[_ngcontent-%COMP%] .modal-header-txt[_ngcontent-%COMP%]{display:flex;align-items:center;padding-left:16px}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%]{display:flex;height:50px;justify-content:space-between;background-color:#f7fafc;border-radius:5px 5px 0 0}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{display:inline-block;font-size:20px;color:#fff;text-transform:uppercase}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .title[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{vertical-align:middle;margin-right:4px}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .desc[_ngcontent-%COMP%]{font-size:12px;color:#fffc;padding:8px 0 32px;line-height:.8}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .space[_ngcontent-%COMP%]{flex:1}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{float:right;margin-left:8px;color:#fffc;transition:.1s}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{color:#fff;cursor:pointer}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%]{flex:1;display:block;overflow-y:overlay;padding:30px 20px 20px;border-bottom:.5px solid rgba(0,0,0,.1);background-color:#f8fafc;display:flex;flex-direction:column;font-size:14px}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .description[_ngcontent-%COMP%]{color:#0009;font-size:12px}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]{width:100%;box-sizing:border-box;padding:8px;background-color:#fff;border:1px solid #eeeeee;font-size:14px;transition:.2s;text-indent:0px;font-weight:400;resize:none}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]::placeholder{font-size:14px}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]:focus{outline:none;border:1px solid #2383e2}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%]{padding-bottom:20px}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{width:100%;box-sizing:border-box;padding:7px 10px;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:5px;font-size:14px;transition:.2s;text-indent:0px;font-weight:400}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:focus{box-shadow:0 0 0 3px #1f8fff61;outline:none}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.err[_ngcontent-%COMP%]{outline:none;background-color:#fbd0d6;box-shadow:0 0 0 2px #d25074}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.err[_ngcontent-%COMP%]:focus{outline:none;box-shadow:0 0 0 2px #d25074}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.dark[_ngcontent-%COMP%]{background-color:#f5f5f5}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.dark[_ngcontent-%COMP%]:focus{background-color:#fff}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.disabled[_ngcontent-%COMP%]{background-color:#eee;opacity:1}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.err[_ngcontent-%COMP%]{outline:none;border:1px solid #D25074!important;background-color:#fff!important}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.correct[_ngcontent-%COMP%]{border:solid 1px #e0e0e0;background-color:#e5f2ff}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input[_ngcontent-%COMP%]::placeholder{color:#0000004d}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.input-err[_ngcontent-%COMP%]{outline:none;background-color:#fbd0d6;box-shadow:0 0 0 2px #f1556c}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.input-err[_ngcontent-%COMP%]:focus{outline:none;box-shadow:0 0 0 2px #f1556c}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] .site-search[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{margin-bottom:0;border:none;outline:none;background-color:transparent}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item.pb-0[_ngcontent-%COMP%]{padding-bottom:0}.modal[_ngcontent-%COMP%] > .body[_ngcontent-%COMP%]{padding:16px 32px;display:flex;flex-direction:column;max-height:800px;overflow-y:overlay}.modal[_ngcontent-%COMP%] > .body-center[_ngcontent-%COMP%]{padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;max-height:800px;overflow-y:overlay}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%]{display:flex;flex-direction:row-reverse;justify-content:center;padding:0 32px 30px}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .space[_ngcontent-%COMP%]{flex:1}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{padding:7px 14px;color:#888;font-size:14px;font-weight:500;transition:.2s;text-transform:capitalize;border-radius:5px}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{color:#000;cursor:pointer}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-primary[_ngcontent-%COMP%]{background:#2383e2;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-primary[_ngcontent-%COMP%]:hover{background:#2ea0ff;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-warning[_ngcontent-%COMP%]{background:orange;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-warning[_ngcontent-%COMP%]:hover{background:#ffb938;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-disable[_ngcontent-%COMP%]{background:#ddd;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-disable[_ngcontent-%COMP%]:hover{background:#ddd;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-danger[_ngcontent-%COMP%]{background:#f1556d;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-danger[_ngcontent-%COMP%]:hover{background:#f47185;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-normal[_ngcontent-%COMP%]{background:#d1d2d2;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-normal[_ngcontent-%COMP%]:hover{background:#b2b3b3;color:#fff}.dropdown[_ngcontent-%COMP%]{font-size:14px;position:relative;flex:1}.dropdown[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{width:100%;background:rgba(0,0,0,0)}.dropdown-contents[_ngcontent-%COMP%]{position:absolute;width:100%;margin-top:8px;left:0px;z-index:100;text-align:left;box-sizing:border-box;background-color:#fff;box-shadow:0 1px 13px 1px #0003;transition:.2s}.dropdown-contents[_ngcontent-%COMP%] > .list-item[_ngcontent-%COMP%]{cursor:pointer;padding:8px;color:#333;font-size:14px;display:flex;align-items:center}.dropdown-contents[_ngcontent-%COMP%] > .list-item[_ngcontent-%COMP%]:hover{background:#eee}.face[_ngcontent-%COMP%]{border-radius:50%;width:32px;height:32px;margin-right:8px}.no-face[_ngcontent-%COMP%]{border-radius:50%;width:32px;height:32px;background-color:#ccc;display:inline-block;margin-right:8px;vertical-align:middle;color:#fff;text-align:center;text-transform:uppercase}.calendar[_ngcontent-%COMP%]{width:100%}.dropdown-background[_ngcontent-%COMP%]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1}.disabled[_ngcontent-%COMP%]{opacity:.6;cursor:default;pointer-events:none}.inactive[_ngcontent-%COMP%]{pointer-events:none;filter:grayscale(.3);opacity:.8}.loader[_ngcontent-%COMP%]{position:relative;margin:0 auto;width:50px}.loader.absolute[_ngcontent-%COMP%]{margin:auto;position:absolute;top:calc(50% - 25px);left:calc(50% - 25px)}.loader[_ngcontent-%COMP%]:before{content:"";display:block;padding-top:100%}.circular[_ngcontent-%COMP%]{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.path[_ngcontent-%COMP%]{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite;stroke:#0057e7;stroke-linecap:round}.title-close[_ngcontent-%COMP%]{position:absolute;display:flex;top:3px;right:6px;width:45px;height:45px;align-items:center;justify-content:center;font-size:14px;color:#0009;cursor:pointer;transition:.2s}.title-close[_ngcontent-%COMP%]:hover{background-color:#f7f7f7;border-radius:22px}.tail-btn-area[_ngcontent-%COMP%]{border-radius:5px;padding:12px 20px}.row[_ngcontent-%COMP%]{display:flex}.row.between[_ngcontent-%COMP%]{justify-content:space-between}table[_ngcontent-%COMP%]{width:100%;border-collapse:collapse}table.table-header[_ngcontent-%COMP%]{min-height:31px;background-color:#f7fafc;border-bottom:solid 1px rgba(0,0,0,.1);border-top:solid 1px rgba(0,0,0,.1);box-sizing:border-box}table.table-header[_ngcontent-%COMP%]:after{border-collapse:separate}table[_ngcontent-%COMP%] .table-body[_ngcontent-%COMP%]{width:100%;flex:1;overflow-y:overlay;overflow-x:hidden}table[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{position:relative;padding:10px 7px;color:#000000de;text-transform:capitalize;text-align:left;font-size:12px;font-weight:normal;-webkit-user-select:none;user-select:none}table[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:first-child{padding:10px 7px 10px 20px}table[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:last-child{padding:10px 20px 10px 7px}table[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{font-size:14px;color:#0009;border-bottom:1px rgba(0,0,0,.1) solid;padding:14px}.selectable[_ngcontent-%COMP%]{cursor:pointer}.selectable[_ngcontent-%COMP%]:hover{background:#f0f0f0}','.modal[_ngcontent-%COMP%]{max-width:670px;max-height:90vh;display:flex;flex-direction:column}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%]{padding:20px 30px 30px;box-sizing:border-box}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .content-box[_ngcontent-%COMP%]{padding:20px;background:#FFFFFF;margin-bottom:10px;border:1px solid rgba(0,0,0,.1);box-sizing:border-box;border-radius:5px;font-size:14px;cursor:pointer;-webkit-user-select:none;user-select:none}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .content-box-focus[_ngcontent-%COMP%]{border:1px solid #1e88e5}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .content-box-title[_ngcontent-%COMP%]{display:flex;margin-bottom:10px;font-weight:500;color:#000000de}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .content-box-title-description[_ngcontent-%COMP%]{color:#0009}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .content-box-txt-danger[_ngcontent-%COMP%]{color:#cd3d64}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .content-box-sub-label[_ngcontent-%COMP%]{font-size:12px;color:#55647b}.has-child[_ngcontent-%COMP%]{cursor:pointer}.has-child[_ngcontent-%COMP%]:hover{background:#f5f5f5;cursor:pointer}.tooltip-content[_ngcontent-%COMP%]{position:relative}.tooltip-content[_ngcontent-%COMP%] .tooltip-icon[_ngcontent-%COMP%]{cursor:pointer;margin-left:7px;font-size:18px;color:#0009}.tooltip-content[_ngcontent-%COMP%]:hover .tooltip[_ngcontent-%COMP%]{visibility:visible;opacity:1}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%]{visibility:hidden;background-color:#fff;padding:30px;box-sizing:border-box;border-radius:6px;font-size:14px;box-shadow:0 0 30px #0000004d;position:absolute;z-index:500;top:-30px;left:75px;margin-left:-38px;opacity:0;transition:opacity .3s;color:#0009;word-spacing:1px}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%]:after{content:"";position:absolute;top:25px;left:-5px;margin-left:-19px;border-width:12px;border-style:solid;border-color:transparent #fff transparent transparent}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .font-10[_ngcontent-%COMP%]{font-size:10px}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .font-12[_ngcontent-%COMP%]{font-size:12px}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%]{width:310px;height:150px;background:#f2f2f2;color:#0000004d;letter-spacing:1px;-webkit-user-select:none;user-select:none}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%] .bank-card-area[_ngcontent-%COMP%]{padding:15px}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%] .bank-card-area[_ngcontent-%COMP%] .input-box[_ngcontent-%COMP%]{width:115px;height:25px;border-radius:14px;background:#e6e6e6}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%] .bank-card-area[_ngcontent-%COMP%] .split-line[_ngcontent-%COMP%]{height:1px;width:100%;background:rgba(0,0,0,.05)}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%] .bank-card-area[_ngcontent-%COMP%] .account-number[_ngcontent-%COMP%]{color:#0003}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%] .bank-card-area[_ngcontent-%COMP%] .account-number[_ngcontent-%COMP%] .highlight[_ngcontent-%COMP%]{color:#2383e2}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%] .bank-card-area[_ngcontent-%COMP%] .mv-4[_ngcontent-%COMP%]{margin:4px 0}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .indicator[_ngcontent-%COMP%]{position:absolute;width:100%}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .indicator[_ngcontent-%COMP%] .horiz-line[_ngcontent-%COMP%]{background:#2383e2;height:2px;width:100%}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .indicator[_ngcontent-%COMP%] .vertical-line[_ngcontent-%COMP%]{margin:0 50%;background:#2383e2;width:2px;height:12px}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .indicator[_ngcontent-%COMP%] .vertical-line.height-62[_ngcontent-%COMP%]{height:62px}.tooltip-content[_ngcontent-%COMP%] .pointer[_ngcontent-%COMP%]{cursor:pointer}.tooltip[_ngcontent-%COMP%]{width:367px}.tooltip[_ngcontent-%COMP%] .tooltip-item[_ngcontent-%COMP%]{padding-bottom:15px}.tooltip[_ngcontent-%COMP%] .tooltip-item[_ngcontent-%COMP%]:last-child{padding-bottom:0}.tooltip[_ngcontent-%COMP%] .tooltip-item[_ngcontent-%COMP%] .tooltip-row[_ngcontent-%COMP%]{padding-bottom:5px}.member-role-badge[_ngcontent-%COMP%]{font-size:13px;border-radius:10px;padding:2px 14px;color:#596079;background-color:#e3e8ee;-webkit-user-select:none;user-select:none}.member-role-badge.primary[_ngcontent-%COMP%]{color:#1e88e5;background-color:#d6ecff}.warning-area[_ngcontent-%COMP%]{height:0px;opacity:0;justify-content:center;background:#f1e2e9;transition:all .3s}.warning-area.warning-exist[_ngcontent-%COMP%]{height:46px;opacity:1}.fs-12[_ngcontent-%COMP%]{font-size:12px}']}),o})();var S=m(70846);const st=["menuSelect"],mt=["actionMenus"];function pt(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",43),t.TgZ(1,"div",44),t._UZ(2,"comp-icon",45),t.TgZ(3,"span"),t._uU(4,"This site is currently deactivated. Click"),t.qZA(),t.TgZ(5,"span",46),t.NdJ("click",function(){t.CHM(n);const a=t.oxw();return a.sitesService.goToSiteActionTab(a.site.site_id)}),t._uU(6,"\xa0here\xa0"),t.qZA(),t.TgZ(7,"span"),t._uU(8),t.ALo(9,"date"),t.qZA(),t.TgZ(10,"div",47),t.TgZ(11,"span",48),t._UZ(12,"comp-icon",49),t.qZA(),t.TgZ(13,"div",50),t.TgZ(14,"div",25),t.TgZ(15,"div",51),t._uU(16,"Deactivated sites are not invoiced for monthly services. and will not create any alarm events or stream live video."),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.oxw();t.xp6(2),t.Q6J("icon","warning")("color","#F5925E")("size",16),t.xp6(6),t.AsE("to activate this site. (Date deactivated: ",t.xi3(9,7,n.site.activated_at,"M/dd/yyyy")," by ",n.site.activated_by,")"),t.xp6(4),t.Q6J("icon","info")("size","#4f566b")}}function _t(o,c){1&o&&(t.TgZ(0,"div",52),t.O4$(),t.TgZ(1,"svg",53),t._UZ(2,"circle",54),t.qZA(),t.qZA())}function bt(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",55),t.NdJ("click",function(){return t.CHM(n),t.oxw().openInviteMemberModal()}),t.TgZ(1,"div",56),t._UZ(2,"comp-icon",57),t._uU(3,"Invite App User"),t.qZA(),t.qZA()}if(2&o){const n=t.oxw();t.ekj("disabled",n.isLoading),t.xp6(2),t.Q6J("icon","add")("size",24)}}function Ct(o,c){1&o&&(t.TgZ(0,"span"),t._uU(1,"No Member"),t.qZA())}function ft(o,c){1&o&&(t.TgZ(0,"span"),t._uU(1,"Permission Denied"),t.qZA())}function Mt(o,c){if(1&o&&(t.TgZ(0,"div",58),t.TgZ(1,"div",59),t.YNc(2,Ct,2,0,"span",60),t.YNc(3,ft,2,0,"span",60),t.qZA(),t.qZA()),2&o){const n=t.oxw();t.xp6(2),t.Q6J("ngIf",n.hasMemberGetPerm),t.xp6(1),t.Q6J("ngIf",!n.hasMemberGetPerm)}}function Pt(o,c){if(1&o&&(t.TgZ(0,"div",25),t.TgZ(1,"div",72),t.TgZ(2,"span",73),t._uU(3),t.qZA(),t.qZA(),t.TgZ(4,"div",72),t._uU(5),t.qZA(),t.qZA()),2&o){const n=c.$implicit;t.xp6(2),t.ekj("primary",0===n.id),t.xp6(1),t.Oqu(n.name),t.xp6(2),t.Oqu(n.description)}}function Ot(o,c){if(1&o&&(t.TgZ(0,"div",25),t.TgZ(1,"div",74),t.TgZ(2,"div",75),t._UZ(3,"div",76),t.TgZ(4,"div"),t._uU(5),t.qZA(),t.qZA(),t.TgZ(6,"div",77),t._uU(7),t.qZA(),t.qZA(),t.qZA()),2&o){const n=c.$implicit,e=t.oxw(2);t.xp6(2),t.Q6J("ngClass",e.computedMemberStatusColor(n.label)),t.xp6(1),t.Q6J("ngClass",e.computedMemberStatusColor(n.label)),t.xp6(2),t.Oqu(n.label),t.xp6(2),t.Oqu(n.description)}}function ut(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"img",85),t.NdJ("error",function(){return t.CHM(n),t.oxw().$implicit.provider_picture=null}),t.qZA()}if(2&o){const n=t.oxw().$implicit;t.Q6J("src",n.provider_picture,t.LSH)}}function xt(o,c){if(1&o&&(t.TgZ(0,"div",86),t.TgZ(1,"div",87),t._uU(2),t.qZA(),t.qZA()),2&o){const n=t.oxw().$implicit;t.xp6(2),t.Oqu(n.email.slice(0,1))}}function ht(o,c){if(1&o&&(t.TgZ(0,"div",88),t._uU(1),t.qZA()),2&o){const n=t.oxw().$implicit,e=t.oxw(2);t.xp6(1),t.Oqu(e.memberStatusDescription(n))}}function vt(o,c){if(1&o&&(t.TgZ(0,"div",89),t._uU(1),t.qZA()),2&o){const n=t.oxw().$implicit;t.xp6(1),t.Oqu(n.joinedDate)}}function wt(o,c){1&o&&(t.TgZ(0,"div",100),t.TgZ(1,"div",101),t._uU(2,"Change Permission"),t.qZA(),t.qZA())}function kt(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",102),t.NdJ("click",function(a){t.CHM(n);const i=t.oxw(3).$implicit,r=t.oxw(2);return a.stopPropagation(),r.openResetPasswordDialog(i)}),t.TgZ(1,"div",101),t._uU(2,"Reset Password"),t.qZA(),t.qZA()}}function yt(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",103),t.NdJ("click",function(a){t.CHM(n);const i=t.oxw(3).$implicit,r=t.oxw(2);return a.stopPropagation(),r.openDeleteDialog(i)}),t.TgZ(1,"div",101),t._uU(2,"Remove From Member"),t.qZA(),t.qZA()}}function Zt(o,c){if(1&o&&(t.TgZ(0,"div",94,95),t.TgZ(2,"div",96),t.YNc(3,wt,3,0,"div",97),t.YNc(4,kt,3,0,"div",98),t.YNc(5,yt,3,0,"div",99),t.qZA(),t.qZA()),2&o){const n=t.oxw(4);t.xp6(3),t.Q6J("ngIf",n.hasMemberUpdatePerm),t.xp6(1),t.Q6J("ngIf",n.hasMemberUpdatePerm),t.xp6(1),t.Q6J("ngIf",n.hasMemberDeletePerm)}}function Tt(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",90,91),t.TgZ(2,"i",92),t.NdJ("click",function(a){t.CHM(n);const i=t.oxw().$implicit,r=t.oxw(2);return a.stopPropagation(),r.toggleMenu(i)}),t._uU(3,"more_horiz"),t.qZA(),t.YNc(4,Zt,6,3,"div",93),t.qZA()}if(2&o){const n=t.oxw().$implicit;t.Q6J("id",n.user_id),t.xp6(2),t.ekj("show",n.isShowMenu),t.xp6(2),t.Q6J("ngIf",n.isShowMenu)}}function zt(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"tr",78),t.NdJ("click",function(){const i=t.CHM(n).$implicit;return t.oxw(2).gotoMemberDetailPage(i)}),t.TgZ(1,"td",68),t.YNc(2,ut,1,1,"img",79),t.YNc(3,xt,3,1,"div",80),t.qZA(),t.TgZ(4,"td"),t._uU(5),t.qZA(),t.TgZ(6,"td"),t._uU(7),t.qZA(),t.TgZ(8,"td",68),t.TgZ(9,"span",73),t._uU(10),t.qZA(),t.qZA(),t.TgZ(11,"td"),t.TgZ(12,"div",81),t.NdJ("mouseenter",function(a){return t.CHM(n),t.oxw(2).commonService.setTooltipPosition(a,"top-center")}),t.TgZ(13,"div",75),t._UZ(14,"div",76),t.TgZ(15,"div"),t._uU(16),t.qZA(),t.qZA(),t.YNc(17,ht,2,1,"div",82),t.qZA(),t.qZA(),t.TgZ(18,"td"),t.TgZ(19,"div",70),t.TgZ(20,"div"),t._uU(21),t.qZA(),t.YNc(22,vt,2,1,"div",83),t.qZA(),t.qZA(),t.TgZ(23,"td",31),t.YNc(24,Tt,5,4,"div",84),t.qZA(),t.qZA()}if(2&o){const n=c.$implicit,e=t.oxw(2);t.xp6(2),t.Q6J("ngIf",n.provider_picture),t.xp6(1),t.Q6J("ngIf",!n.provider_picture),t.xp6(2),t.Oqu(n.fullname),t.xp6(2),t.Oqu(n.email),t.xp6(2),t.ekj("primary",0===n.role),t.xp6(1),t.Oqu(n.roleName),t.xp6(3),t.Q6J("ngClass",e.computedMemberStatusColor(n.status)),t.xp6(1),t.Q6J("ngClass",e.computedMemberStatusColor(n.status)),t.xp6(2),t.Oqu(n.status),t.xp6(1),t.Q6J("ngIf","Never Used"!=n.status),t.xp6(4),t.Oqu(n.joinedStatus),t.xp6(1),t.Q6J("ngIf",n.joinedDate),t.xp6(2),t.Q6J("ngIf",e.hasMemberUpdatePerm||e.hasMemberDeletePerm)}}function At(o,c){if(1&o&&(t.TgZ(0,"div",31),t.TgZ(1,"div",32),t.TgZ(2,"div",33),t.TgZ(3,"table",34),t.TgZ(4,"colgroup"),t._UZ(5,"col",61),t._UZ(6,"col",62),t._UZ(7,"col",63),t._UZ(8,"col",64),t._UZ(9,"col",64),t._UZ(10,"col",62),t._UZ(11,"col",64),t.qZA(),t.TgZ(12,"tbody"),t.TgZ(13,"tr"),t.TgZ(14,"th"),t._uU(15,"\xa0"),t.qZA(),t.TgZ(16,"th"),t._uU(17,"NAME"),t.qZA(),t.TgZ(18,"th"),t._uU(19,"EMAIL"),t.qZA(),t.TgZ(20,"th"),t.TgZ(21,"div",65),t.TgZ(22,"span"),t._uU(23,"APP USERS GRP"),t.qZA(),t.TgZ(24,"div",22),t._UZ(25,"comp-icon",23),t.TgZ(26,"div",66),t.YNc(27,Pt,6,4,"div",67),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.TgZ(28,"th",68),t.TgZ(29,"div",69),t.TgZ(30,"div"),t._uU(31,"STATUS"),t.qZA(),t.TgZ(32,"div",22),t._UZ(33,"comp-icon",23),t.TgZ(34,"div",66),t.YNc(35,Ot,8,4,"div",67),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.TgZ(36,"th",70),t._uU(37,"JOINED"),t.qZA(),t._UZ(38,"th"),t.qZA(),t.qZA(),t.qZA(),t.TgZ(39,"div",37),t.TgZ(40,"table"),t.TgZ(41,"colgroup"),t._UZ(42,"col",61),t._UZ(43,"col",62),t._UZ(44,"col",63),t._UZ(45,"col",64),t._UZ(46,"col",64),t._UZ(47,"col",62),t._UZ(48,"col",64),t.qZA(),t.TgZ(49,"tbody"),t.YNc(50,zt,25,14,"tr",71),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.qZA()),2&o){const n=t.oxw();t.xp6(25),t.Q6J("icon","info")("size",14)("color","hsla(216, 13%, 58%, 0.6)"),t.xp6(2),t.Q6J("ngForOf",n.memberRoleList),t.xp6(6),t.Q6J("icon","info")("size",14)("color","hsla(216, 13%, 58%, 0.6)"),t.xp6(2),t.Q6J("ngForOf",n.memberStatusList),t.xp6(15),t.Q6J("ngForOf",n.filtered_members)}}function qt(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",17),t.TgZ(1,"div",55),t.NdJ("click",function(){return t.CHM(n),t.oxw().changeEditMode("app")}),t.TgZ(2,"div",101),t._uU(3,"Edit"),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.oxw();t.xp6(1),t.ekj("disabled",n.isLoading)}}function It(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",17),t.TgZ(1,"div",104),t.NdJ("click",function(){return t.CHM(n),t.oxw().saveAppSetting()}),t.TgZ(2,"div",101),t._uU(3,"Save Change"),t.qZA(),t.qZA(),t.TgZ(4,"div",105),t.NdJ("click",function(){return t.CHM(n),t.oxw().cancelEditMode("app")}),t.TgZ(5,"div",101),t._uU(6,"Cancel"),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.oxw();t.xp6(1),t.ekj("disabled",n.isLoading||!n.diffAppSettings()),t.xp6(3),t.ekj("disabled",n.isLoading)}}function St(o,c){1&o&&(t.TgZ(0,"span"),t._uU(1,"No Setting"),t.qZA())}function Ut(o,c){1&o&&(t.TgZ(0,"span"),t._uU(1,"Permission Denied"),t.qZA())}function Nt(o,c){if(1&o&&(t.TgZ(0,"div",58),t.TgZ(1,"div",59),t.YNc(2,St,2,0,"span",60),t.YNc(3,Ut,2,0,"span",60),t.qZA(),t.qZA()),2&o){const n=t.oxw();t.xp6(2),t.Q6J("ngIf",n.hasMemberGetPerm),t.xp6(1),t.Q6J("ngIf",!n.hasMemberGetPerm)}}function Et(o,c){1&o&&(t.TgZ(0,"div",52),t.O4$(),t.TgZ(1,"svg",53),t._UZ(2,"circle",54),t.qZA(),t.qZA())}function Jt(o,c){1&o&&(t.TgZ(0,"div",114),t._uU(1," This feature requires all bridges to have firmware version 4.4.0.36 or higher."),t.qZA())}function Dt(o,c){1&o&&(t.TgZ(0,"div",114),t._uU(1," This feature requires Video Vault plan or higher."),t.qZA())}function Rt(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",111),t.NdJ("mouseenter",function(a){return t.CHM(n),t.oxw(4).commonService.setTooltipPosition(a,"top-center")}),t._UZ(1,"comp-icon",112),t.YNc(2,Jt,2,0,"div",113),t.YNc(3,Dt,2,0,"div",113),t.qZA()}if(2&o){const n=t.oxw(4);t.xp6(1),t.Q6J("icon","warning")("size",16)("color","orange"),t.xp6(1),t.Q6J("ngIf",!n.isSupportedDisarmedEvent),t.xp6(1),t.Q6J("ngIf",n.isSupportedDisarmedEvent&&!n.isUpperVideoVault)}}function Qt(o,c){if(1&o&&(t.TgZ(0,"tr"),t.TgZ(1,"td"),t.TgZ(2,"div",109),t.TgZ(3,"div"),t._uU(4,"Disarmed Activity Events"),t.qZA(),t.qZA(),t.qZA(),t.TgZ(5,"td"),t.TgZ(6,"div",109),t.TgZ(7,"div",108),t._uU(8),t.qZA(),t.YNc(9,Rt,4,5,"div",110),t.qZA(),t.qZA(),t.qZA()),2&o){const n=t.oxw(3);t.xp6(7),t.Q6J("ngClass",n.computedStyleClassForDisarmedEventConfig()),t.xp6(1),t.Oqu(n.appSettings.settings.show_disarmed_event_config_enduser_app?"Enabled":"Disabled"),t.xp6(1),t.Q6J("ngIf",!n.isSupportedDisarmedEvent||!n.isUpperVideoVault)}}function Yt(o,c){if(1&o&&(t.ynx(0),t.TgZ(1,"tr"),t.TgZ(2,"td"),t.TgZ(3,"span"),t._uU(4,"Arming"),t.qZA(),t.qZA(),t.TgZ(5,"td"),t.TgZ(6,"span",108),t._uU(7),t.qZA(),t.qZA(),t.qZA(),t.TgZ(8,"tr"),t.TgZ(9,"td"),t.TgZ(10,"span"),t._uU(11,"Events"),t.qZA(),t.qZA(),t.TgZ(12,"td"),t.TgZ(13,"span",108),t._uU(14),t.qZA(),t.qZA(),t.qZA(),t.TgZ(15,"tr"),t.TgZ(16,"td"),t.TgZ(17,"span"),t._uU(18,"Bypass"),t.qZA(),t.qZA(),t.TgZ(19,"td"),t.TgZ(20,"span",108),t._uU(21),t.qZA(),t.qZA(),t.qZA(),t.TgZ(22,"tr"),t.TgZ(23,"td"),t.TgZ(24,"span"),t._uU(25,"Device Connection"),t.qZA(),t.qZA(),t.TgZ(26,"td"),t.TgZ(27,"span",108),t._uU(28),t.qZA(),t.qZA(),t.qZA(),t.TgZ(29,"tr"),t.TgZ(30,"td"),t.TgZ(31,"div",109),t.TgZ(32,"div"),t._uU(33,"Intercom"),t.qZA(),t.qZA(),t.qZA(),t.TgZ(34,"td"),t.TgZ(35,"span",108),t._uU(36),t.qZA(),t.qZA(),t.qZA(),t.YNc(37,Qt,10,3,"tr",60),t.BQk()),2&o){const n=t.oxw(2);t.xp6(6),t.Q6J("ngClass",n.computedStyleClassForArmingConfig()),t.xp6(1),t.Oqu(n.appSettings.settings.show_arming_config_enduser_app?"Enabled":"Disabled"),t.xp6(6),t.Q6J("ngClass",n.computedStyleClassForEventConfig()),t.xp6(1),t.Oqu(n.appSettings.settings.show_event_config_enduser_app?"Enabled":"Disabled"),t.xp6(6),t.Q6J("ngClass",n.computedStyleClassForBypassConfig()),t.xp6(1),t.Oqu(n.appSettings.settings.show_bypass_config_enduser_app?"Enabled":"Disabled"),t.xp6(6),t.Q6J("ngClass",n.computedStyleClassForDeviceConnectionConfig()),t.xp6(1),t.Oqu(n.appSettings.settings.show_device_connection_config_enduser_app?"Enabled":"Disabled"),t.xp6(7),t.Q6J("ngClass",n.computedStyleClassForIntercomEventConfig()),t.xp6(1),t.Oqu(n.appSettings.settings.show_intercom_config_enduser_app?"Enabled":"Disabled"),t.xp6(1),t.Q6J("ngIf",n.me.is_beta_dealer_for_video_vault)}}function Ht(o,c){1&o&&(t.TgZ(0,"div",114),t._uU(1," This feature requires all bridges to have firmware version 4.4.0.36 or higher."),t.qZA())}function Lt(o,c){1&o&&(t.TgZ(0,"div",114),t._uU(1," This feature requires Video Vault plan or higher."),t.qZA())}function jt(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",111),t.NdJ("mouseenter",function(a){return t.CHM(n),t.oxw(4).commonService.setTooltipPosition(a,"top-center")}),t._UZ(1,"comp-icon",112),t.YNc(2,Ht,2,0,"div",113),t.YNc(3,Lt,2,0,"div",113),t.qZA()}if(2&o){const n=t.oxw(4);t.xp6(1),t.Q6J("icon","warning")("size",16)("color","orange"),t.xp6(1),t.Q6J("ngIf",!n.isSupportedDisarmedEvent),t.xp6(1),t.Q6J("ngIf",n.isSupportedDisarmedEvent&&!n.isUpperVideoVault)}}function Ft(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"tr"),t.TgZ(1,"td"),t.TgZ(2,"div",109),t.TgZ(3,"div"),t._uU(4,"Disarmed Activity Events"),t.qZA(),t.qZA(),t.qZA(),t.TgZ(5,"td"),t.TgZ(6,"div",109),t.TgZ(7,"mat-slide-toggle",115),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(3).appSettings.newSettings.show_disarmed_event_config_enduser_app=a}),t.qZA(),t.YNc(8,jt,4,5,"div",110),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.oxw(3);t.xp6(7),t.Q6J("ngModel",n.appSettings.newSettings.show_disarmed_event_config_enduser_app)("disabled",n.appSettings.isLoading||!n.isSupportedDisarmedEvent||!n.isUpperVideoVault),t.xp6(1),t.Q6J("ngIf",!n.isSupportedDisarmedEvent||!n.isUpperVideoVault)}}function Bt(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"tr"),t.TgZ(1,"td"),t.TgZ(2,"span"),t._uU(3,"Arming"),t.qZA(),t.qZA(),t.TgZ(4,"td"),t.TgZ(5,"mat-slide-toggle",115),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(2).appSettings.newSettings.show_arming_config_enduser_app=a}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(6,"tr"),t.TgZ(7,"td"),t.TgZ(8,"span"),t._uU(9,"Events"),t.qZA(),t.qZA(),t.TgZ(10,"td"),t.TgZ(11,"mat-slide-toggle",115),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(2).appSettings.newSettings.show_event_config_enduser_app=a}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(12,"tr"),t.TgZ(13,"td"),t.TgZ(14,"span"),t._uU(15,"Bypass"),t.qZA(),t.qZA(),t.TgZ(16,"td"),t.TgZ(17,"mat-slide-toggle",115),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(2).appSettings.newSettings.show_bypass_config_enduser_app=a}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(18,"tr"),t.TgZ(19,"td"),t.TgZ(20,"span"),t._uU(21,"Device Connection"),t.qZA(),t.qZA(),t.TgZ(22,"td"),t.TgZ(23,"mat-slide-toggle",115),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(2).appSettings.newSettings.show_device_connection_config_enduser_app=a}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(24,"tr"),t.TgZ(25,"td"),t.TgZ(26,"span"),t._uU(27,"Intercom"),t.qZA(),t.qZA(),t.TgZ(28,"td"),t.TgZ(29,"mat-slide-toggle",115),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(2).appSettings.newSettings.show_intercom_config_enduser_app=a}),t.qZA(),t.qZA(),t.qZA(),t.YNc(30,Ft,9,3,"tr",60)}if(2&o){const n=t.oxw(2);t.xp6(5),t.Q6J("ngModel",n.appSettings.newSettings.show_arming_config_enduser_app)("disabled",n.appSettings.isLoading),t.xp6(6),t.Q6J("ngModel",n.appSettings.newSettings.show_event_config_enduser_app)("disabled",n.appSettings.isLoading),t.xp6(6),t.Q6J("ngModel",n.appSettings.newSettings.show_bypass_config_enduser_app)("disabled",n.appSettings.isLoading),t.xp6(6),t.Q6J("ngModel",n.appSettings.newSettings.show_device_connection_config_enduser_app)("disabled",n.appSettings.isLoading),t.xp6(6),t.Q6J("ngModel",n.appSettings.newSettings.show_intercom_config_enduser_app)("disabled",n.appSettings.isLoading),t.xp6(1),t.Q6J("ngIf",n.me.is_beta_dealer_for_video_vault)}}function Vt(o,c){if(1&o&&(t.TgZ(0,"div",106),t.TgZ(1,"div",32),t.TgZ(2,"div",33),t.TgZ(3,"table",34),t.TgZ(4,"colgroup"),t._UZ(5,"col",35),t._UZ(6,"col",36),t.qZA(),t.TgZ(7,"tbody"),t.TgZ(8,"tr"),t.TgZ(9,"th"),t._uU(10,"EVENT VISIBILITY & CATEGORY FILTERING"),t.qZA(),t.TgZ(11,"th"),t._uU(12,"STATUS"),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.TgZ(13,"div",37),t.YNc(14,Et,3,0,"div",12),t.TgZ(15,"table"),t.TgZ(16,"colgroup"),t._UZ(17,"col",35),t._UZ(18,"col",36),t.qZA(),t.TgZ(19,"tbody"),t.YNc(20,Yt,38,11,"ng-container",38),t.YNc(21,Bt,31,11,"ng-template",null,107,t.W1O),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.qZA()),2&o){const n=t.MAs(22),e=t.oxw();t.xp6(14),t.Q6J("ngIf",e.appSettings.isLoading),t.xp6(6),t.Q6J("ngIf",!e.appSettings.isEdit)("ngIfElse",n)}}function $t(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",17),t.TgZ(1,"div",55),t.NdJ("click",function(){return t.CHM(n),t.oxw().changeEditMode("siteControl")}),t.TgZ(2,"div",101),t._uU(3,"Edit"),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.oxw();t.xp6(1),t.ekj("disabled",n.isLoading)}}function Wt(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",17),t.TgZ(1,"div",104),t.NdJ("click",function(){return t.CHM(n),t.oxw().saveSiteControlSetting()}),t.TgZ(2,"div",101),t._uU(3,"Save Change"),t.qZA(),t.qZA(),t.TgZ(4,"div",105),t.NdJ("click",function(){return t.CHM(n),t.oxw().cancelEditMode("siteControl")}),t.TgZ(5,"div",101),t._uU(6,"Cancel"),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.oxw();t.xp6(1),t.ekj("disabled",n.isLoading||!n.diffSiteControls()),t.xp6(3),t.ekj("disabled",n.isLoading)}}function Gt(o,c){1&o&&(t.TgZ(0,"div",52),t.O4$(),t.TgZ(1,"svg",53),t._UZ(2,"circle",54),t.qZA(),t.qZA())}function Kt(o,c){1&o&&(t.TgZ(0,"span",119),t._uU(1,"Enabled"),t.qZA())}function Xt(o,c){1&o&&(t.TgZ(0,"span",120),t._uU(1,"Disabled"),t.qZA())}function tn(o,c){1&o&&(t.TgZ(0,"span",119),t._uU(1,"Enabled"),t.qZA())}function nn(o,c){1&o&&(t.TgZ(0,"span",120),t._uU(1,"Disabled"),t.qZA())}function en(o,c){1&o&&(t.TgZ(0,"span",119),t._uU(1,"Enabled"),t.qZA())}function on(o,c){1&o&&(t.TgZ(0,"span",120),t._uU(1,"Disabled"),t.qZA())}function an(o,c){1&o&&(t.TgZ(0,"span",119),t._uU(1,"Enabled"),t.qZA())}function cn(o,c){1&o&&(t.TgZ(0,"span",120),t._uU(1,"Disabled"),t.qZA())}function rn(o,c){1&o&&(t.TgZ(0,"span",119),t._uU(1,"Enabled"),t.qZA())}function gn(o,c){1&o&&(t.TgZ(0,"span",120),t._uU(1,"Disabled"),t.qZA())}function ln(o,c){1&o&&(t.TgZ(0,"span",119),t._uU(1,"Enabled"),t.qZA())}function dn(o,c){1&o&&(t.TgZ(0,"span",120),t._uU(1,"Disabled"),t.qZA())}function sn(o,c){1&o&&(t.TgZ(0,"span",119),t._uU(1,"Enabled"),t.qZA())}function mn(o,c){1&o&&(t.TgZ(0,"span",120),t._uU(1,"Disabled"),t.qZA())}function pn(o,c){1&o&&(t.TgZ(0,"div",114),t._uU(1," This feature requires all bridges to have firmware version 4.4.0.36 or higher."),t.qZA())}function _n(o,c){1&o&&(t.TgZ(0,"div",114),t._uU(1," This feature requires Video Vault Plus plan or higher."),t.qZA())}function bn(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",111),t.NdJ("mouseenter",function(a){return t.CHM(n),t.oxw(3).commonService.setTooltipPosition(a,"top-center")}),t._UZ(1,"comp-icon",112),t.YNc(2,pn,2,0,"div",113),t.YNc(3,_n,2,0,"div",113),t.qZA()}if(2&o){const n=t.oxw(3);t.xp6(1),t.Q6J("icon","warning")("size",16)("color","orange"),t.xp6(1),t.Q6J("ngIf",!n.isSupportedDisarmedEvent),t.xp6(1),t.Q6J("ngIf",n.isSupportedDisarmedEvent&&!n.isUpperVideoVaultPlus)}}function Cn(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"tr"),t.TgZ(1,"td"),t.TgZ(2,"div",109),t.TgZ(3,"div"),t._uU(4,"Disarmed Activity Events"),t.qZA(),t.TgZ(5,"div",111),t.NdJ("mouseenter",function(a){return t.CHM(n),t.oxw(2).commonService.setTooltipPosition(a,"top-center")}),t._UZ(6,"comp-icon",112),t.TgZ(7,"div",114),t._uU(8,"When enabled, this setting allows the Site Owner and Admin to directly manage Disarmed Activity Events for the site. "),t._UZ(9,"br"),t._UZ(10,"br"),t._uU(11,"Be cautious, as this may affect how video events are created while the system is disarmed"),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.TgZ(12,"td"),t.TgZ(13,"div",109),t.YNc(14,sn,2,0,"span",116),t.YNc(15,mn,2,0,"ng-template",null,117,t.W1O),t.YNc(17,bn,4,5,"div",110),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.MAs(16),e=t.oxw(2);t.xp6(6),t.Q6J("icon","info")("size",16)("color","#55647B"),t.xp6(8),t.Q6J("ngIf",e.siteControls.setting.allow_disarmed_event_control_config_enduser_app)("ngIfElse",n),t.xp6(3),t.Q6J("ngIf",!e.isSupportedDisarmedEvent||!e.isUpperVideoVaultPlus)}}function fn(o,c){if(1&o&&(t.TgZ(0,"span"),t._uU(1),t.qZA()),2&o){const n=t.oxw().$implicit;t.xp6(1),t.AsE("Bridge ",n.bridgeZone," Relay ",n.channel+1," - ")}}function Mn(o,c){1&o&&(t.TgZ(0,"span",119),t._uU(1,"Enabled"),t.qZA())}function Pn(o,c){1&o&&(t.TgZ(0,"span",120),t._uU(1,"Disabled"),t.qZA())}function On(o,c){if(1&o&&(t.TgZ(0,"tr"),t.TgZ(1,"td"),t.YNc(2,fn,2,2,"span",60),t.TgZ(3,"span"),t._uU(4),t.qZA(),t.qZA(),t.TgZ(5,"td"),t.YNc(6,Mn,2,0,"span",116),t.YNc(7,Pn,2,0,"ng-template",null,117,t.W1O),t.qZA(),t.qZA()),2&o){const n=c.$implicit,e=t.MAs(8);t.xp6(2),t.Q6J("ngIf",n.isRelay),t.xp6(1),t.ekj("no-name",!n.name),t.xp6(1),t.Oqu(n.name?n.name:"No Name"),t.xp6(2),t.Q6J("ngIf",n.shows_end_user_app)("ngIfElse",e)}}function un(o,c){if(1&o&&(t.ynx(0),t.TgZ(1,"tr"),t.TgZ(2,"td"),t.TgZ(3,"span"),t._uU(4,"PTZ Control"),t.qZA(),t.qZA(),t.TgZ(5,"td"),t.YNc(6,Kt,2,0,"span",116),t.YNc(7,Xt,2,0,"ng-template",null,117,t.W1O),t.qZA(),t.qZA(),t.TgZ(9,"tr"),t.TgZ(10,"td"),t.TgZ(11,"span"),t._uU(12,"Listen Live Audio"),t.qZA(),t.qZA(),t.TgZ(13,"td"),t.YNc(14,tn,2,0,"span",116),t.YNc(15,nn,2,0,"ng-template",null,117,t.W1O),t.qZA(),t.qZA(),t.TgZ(17,"tr"),t.TgZ(18,"td"),t.TgZ(19,"span"),t._uU(20,"Live Talk"),t.qZA(),t.qZA(),t.TgZ(21,"td"),t.YNc(22,en,2,0,"span",116),t.YNc(23,on,2,0,"ng-template",null,117,t.W1O),t.qZA(),t.qZA(),t.TgZ(25,"tr"),t.TgZ(26,"td"),t.TgZ(27,"span"),t._uU(28,"High Quality Live Video"),t.qZA(),t.qZA(),t.TgZ(29,"td"),t.YNc(30,an,2,0,"span",116),t.YNc(31,cn,2,0,"ng-template",null,117,t.W1O),t.qZA(),t.qZA(),t.TgZ(33,"tr"),t.TgZ(34,"td"),t.TgZ(35,"span"),t._uU(36,"Site Audio Broadcast"),t.qZA(),t.qZA(),t.TgZ(37,"td"),t.YNc(38,rn,2,0,"span",116),t.YNc(39,gn,2,0,"ng-template",null,117,t.W1O),t.qZA(),t.qZA(),t.TgZ(41,"tr"),t.TgZ(42,"td"),t.TgZ(43,"span"),t._uU(44,"Camera Relays"),t.qZA(),t.qZA(),t.TgZ(45,"td"),t.YNc(46,ln,2,0,"span",116),t.YNc(47,dn,2,0,"ng-template",null,117,t.W1O),t.qZA(),t.qZA(),t.YNc(49,Cn,18,6,"tr",60),t.YNc(50,On,9,6,"tr",118),t.BQk()),2&o){const n=t.MAs(8),e=t.oxw();t.xp6(6),t.Q6J("ngIf",e.siteControls.setting.show_ptz_config_enduser_app)("ngIfElse",n),t.xp6(8),t.Q6J("ngIf",e.siteControls.setting.show_listen_config_enduser_app)("ngIfElse",n),t.xp6(8),t.Q6J("ngIf",e.siteControls.setting.show_speak_config_enduser_app)("ngIfElse",n),t.xp6(8),t.Q6J("ngIf",e.siteControls.setting.show_stream_config_enduser_app)("ngIfElse",n),t.xp6(8),t.Q6J("ngIf",e.siteControls.setting.show_talkdown_config_enduser_app)("ngIfElse",n),t.xp6(8),t.Q6J("ngIf",e.siteControls.setting.show_camera_relays_config_enduser_app)("ngIfElse",n),t.xp6(3),t.Q6J("ngIf",e.me.is_beta_dealer_for_video_vault),t.xp6(1),t.Q6J("ngForOf",e.siteControls.list)}}function xn(o,c){1&o&&(t.TgZ(0,"div",114),t._uU(1," This feature requires all bridges to have firmware version 4.4.0.36 or higher."),t.qZA())}function hn(o,c){1&o&&(t.TgZ(0,"div",114),t._uU(1," This feature requires Video Vault Plus plan or higher."),t.qZA())}function vn(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",111),t.NdJ("mouseenter",function(a){return t.CHM(n),t.oxw(3).commonService.setTooltipPosition(a,"top-center")}),t._UZ(1,"comp-icon",112),t.YNc(2,xn,2,0,"div",113),t.YNc(3,hn,2,0,"div",113),t.qZA()}if(2&o){const n=t.oxw(3);t.xp6(1),t.Q6J("icon","warning")("size",16)("color","orange"),t.xp6(1),t.Q6J("ngIf",!n.isSupportedDisarmedEvent),t.xp6(1),t.Q6J("ngIf",n.isSupportedDisarmedEvent&&!n.isUpperVideoVaultPlus)}}function wn(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"tr"),t.TgZ(1,"td"),t.TgZ(2,"div",109),t.TgZ(3,"div"),t._uU(4,"Disarmed Activity Events"),t.qZA(),t.TgZ(5,"div",111),t.NdJ("mouseenter",function(a){return t.CHM(n),t.oxw(2).commonService.setTooltipPosition(a,"top-center")}),t._UZ(6,"comp-icon",112),t.TgZ(7,"div",114),t._uU(8,"When enabled, this setting allows the Site Owner and Admin to directly manage Disarmed Activity Events for the site. "),t._UZ(9,"br"),t._UZ(10,"br"),t._uU(11,"Be cautious, as this may affect how video events are created while the system is disarmed"),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.TgZ(12,"td"),t.TgZ(13,"div",109),t.TgZ(14,"mat-slide-toggle",115),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(2).siteControls.newSetting.allow_disarmed_event_control_config_enduser_app=a}),t.qZA(),t.YNc(15,vn,4,5,"div",110),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.oxw(2);t.xp6(6),t.Q6J("icon","info")("size",16)("color","#55647B"),t.xp6(8),t.Q6J("ngModel",n.siteControls.newSetting.allow_disarmed_event_control_config_enduser_app)("disabled",!n.isSupportedDisarmedEvent||!n.isUpperVideoVault),t.xp6(1),t.Q6J("ngIf",!n.isSupportedDisarmedEvent||!n.isUpperVideoVaultPlus)}}function kn(o,c){if(1&o&&(t.TgZ(0,"span"),t._uU(1),t.qZA()),2&o){const n=t.oxw().$implicit;t.xp6(1),t.AsE("Bridge ",n.bridgeZone," Relay ",n.channel+1," - ")}}function yn(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"tr"),t.TgZ(1,"td"),t.YNc(2,kn,2,2,"span",60),t.TgZ(3,"span"),t._uU(4),t.qZA(),t.qZA(),t.TgZ(5,"td"),t.TgZ(6,"mat-slide-toggle",121),t.NdJ("ngModelChange",function(a){return t.CHM(n).$implicit.shows_end_user_app=a}),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=c.$implicit;t.xp6(2),t.Q6J("ngIf",n.isRelay),t.xp6(1),t.ekj("no-name",!n.name),t.xp6(1),t.Oqu(n.name?n.name:"No Name"),t.xp6(2),t.Q6J("ngModel",n.shows_end_user_app)}}function Zn(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"tr"),t.TgZ(1,"td"),t.TgZ(2,"span"),t._uU(3,"PTZ Control"),t.qZA(),t.qZA(),t.TgZ(4,"td"),t.TgZ(5,"mat-slide-toggle",121),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw().siteControls.newSetting.show_ptz_config_enduser_app=a}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(6,"tr"),t.TgZ(7,"td"),t.TgZ(8,"span"),t._uU(9,"Listen Live Audio"),t.qZA(),t.qZA(),t.TgZ(10,"td"),t.TgZ(11,"mat-slide-toggle",121),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw().siteControls.newSetting.show_listen_config_enduser_app=a}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(12,"tr"),t.TgZ(13,"td"),t.TgZ(14,"span"),t._uU(15,"Live Talk"),t.qZA(),t.qZA(),t.TgZ(16,"td"),t.TgZ(17,"mat-slide-toggle",121),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw().siteControls.newSetting.show_speak_config_enduser_app=a}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(18,"tr"),t.TgZ(19,"td"),t.TgZ(20,"span"),t._uU(21,"High Quality Live Video"),t.qZA(),t.qZA(),t.TgZ(22,"td"),t.TgZ(23,"mat-slide-toggle",121),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw().siteControls.newSetting.show_stream_config_enduser_app=a}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(24,"tr"),t.TgZ(25,"td"),t.TgZ(26,"span"),t._uU(27,"Site Audio Broadcast"),t.qZA(),t.qZA(),t.TgZ(28,"td"),t.TgZ(29,"mat-slide-toggle",121),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw().siteControls.newSetting.show_talkdown_config_enduser_app=a}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(30,"tr"),t.TgZ(31,"td"),t.TgZ(32,"span"),t._uU(33,"Camera Relays"),t.qZA(),t.qZA(),t.TgZ(34,"td"),t.TgZ(35,"mat-slide-toggle",121),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw().siteControls.newSetting.show_camera_relays_config_enduser_app=a}),t.qZA(),t.qZA(),t.qZA(),t.YNc(36,wn,16,6,"tr",60),t.YNc(37,yn,7,5,"tr",118)}if(2&o){const n=t.oxw();t.xp6(5),t.Q6J("ngModel",n.siteControls.newSetting.show_ptz_config_enduser_app),t.xp6(6),t.Q6J("ngModel",n.siteControls.newSetting.show_listen_config_enduser_app),t.xp6(6),t.Q6J("ngModel",n.siteControls.newSetting.show_speak_config_enduser_app),t.xp6(6),t.Q6J("ngModel",n.siteControls.newSetting.show_stream_config_enduser_app),t.xp6(6),t.Q6J("ngModel",n.siteControls.newSetting.show_talkdown_config_enduser_app),t.xp6(6),t.Q6J("ngModel",n.siteControls.newSetting.show_camera_relays_config_enduser_app),t.xp6(1),t.Q6J("ngIf",n.me.is_beta_dealer_for_video_vault),t.xp6(1),t.Q6J("ngForOf",n.siteControls.newList)}}let Tn=(()=>{class o{constructor(n,e,a,i,r,g){this.usersService=n,this.sitesService=e,this.devicesService=a,this.commonService=i,this.permissionsService=r,this.helper=g,this.members=[],this.filtered_members=[],this.isDestroy=!1,this.changeSite=null,this.m_warning=new P.u,this.m_invite=new P.u,this.m_detail=new P.u,this.m_permission=new P.u,this.isLoading=!1,this.isAdminUser=!1,this.siteProgInfo={},this.appSettings={settings:{show_arming_config_enduser_app:null,show_event_config_enduser_app:null,show_bypass_config_enduser_app:null,show_device_connection_config_enduser_app:null,show_disarmed_event_config_enduser_app:null,show_intercom_config_enduser_app:null},newSettings:{},isLoading:!1,isEdit:!1},this.siteControls={list:[],newList:[],isLoading:!1,isEdit:!1,setting:{show_talkdown_config_enduser_app:null,show_camera_relays_config_enduser_app:null,show_speak_config_enduser_app:null,show_listen_config_enduser_app:null,show_ptz_config_enduser_app:null,show_stream_config_enduser_app:null,allow_disarmed_event_control_config_enduser_app:null},newSetting:{}},this.cameras=[],this.hasMemberCreatePerm=!1,this.hasMemberUpdatePerm=!1,this.hasMemberDeletePerm=!1,this.hasMemberGetPerm=null,this.hasInvoiceGetPerm=!1,this.memberRoles={0:"Owner",1:"Admin",2:"Member",3:"Read-Only",4:"Arming Users",5:"Arming & Event Users"},this.memberRoleList=[],this.memberRoleData={},this.memberStatusList=[{label:"Active",description:"Used within the last 7 days."},{label:"Idle",description:"Used 8\u201331 days ago."},{label:"Dormant",description:"Used 1 month to 12 months ago."},{label:"Inactive",description:"Used over 1 year ago."},{label:"Never Used",description:": Never used."}],this.isSupportedDisarmedEvent=!1,this.isUpperVideoVaultPlus=!1,this.isUpperVideoVault=!1,this.search_text=""}ngOnInit(){this.isDestroy||(this.changeSite=this.sitesService.site.subscribe(n=>{this.initData()}),this.initData())}ngAfterViewInit(){this.commonService.emitPageLoading(!1),this.isDestroy=!1}ngOnDestroy(){this.isDestroy=!0,this.changeSite.unsubscribe(),this.sitesService.siteMembers=[]}onGlobalClick(n){this.actionMenus&&this.actionMenus.toArray().forEach(a=>{this.members.forEach(i=>{i.user_id===parseInt(a.nativeElement.id)&&(a.nativeElement.contains(n.target)||(i.isShowMenu=!1))})})}initData(){this.site=this.sitesService.selSite,this.usersService.getMe().subscribe(n=>(0,y.mG)(this,void 0,void 0,function*(){this.me=n,this.initAppSettings(),this.initSiteControls(),this.parsePermissions(),this.parseSiteMemberConfig(),this.fetchSiteMobileAppSettings(),this.fetchSiteProgramming(),this.fetchSiteMemberRoles(),yield this.fetchSitePlans()}))}initAppSettings(){this.appSettings={settings:{show_arming_config_enduser_app:null,show_event_config_enduser_app:null,show_bypass_config_enduser_app:null,show_device_connection_config_enduser_app:null,show_disarmed_event_config_enduser_app:null,show_intercom_config_enduser_app:null},newSettings:{},isLoading:!1,isEdit:!1}}initSiteControls(){this.siteControls={list:[],newList:[],isLoading:!1,isEdit:!1,setting:{show_talkdown_config_enduser_app:null,show_camera_relays_config_enduser_app:null,show_speak_config_enduser_app:null,show_listen_config_enduser_app:null,show_ptz_config_enduser_app:null,show_stream_config_enduser_app:null,allow_disarmed_event_control_config_enduser_app:null},newSetting:{}}}fetchSiteMembers(){this.isLoading=!0,this.sitesService.getSiteMembers(this.me.dealer_id,this.site.site_id).subscribe(n=>{this.hasMemberGetPerm=!0,this.parseMembers(n),this.filtered_members=this.members,this.primary_admin=null,this.isLoading=!1},n=>{this.hasMemberGetPerm=403!==n.status,this.isLoading=!1,this.commonService.showErrorToast(n,"Request Members Info")})}fetchSiteMemberRoles(){this.sitesService.getSiteMemberRoles(this.me.dealer_id).subscribe(e=>{this.memberRoleData=e,this.memberRoleList=e.roles,this.memberRoleList.forEach(a=>{this.memberRoles[a.id]=a.name}),this.fetchSiteMembers()})}fetchSiteMobileAppSettings(){var n;this.appSettings.isLoading=!0,this.appSettings.settings={show_arming_config_enduser_app:!!this.site.show_arming_config_enduser_app,show_event_config_enduser_app:!!this.site.show_event_config_enduser_app,show_bypass_config_enduser_app:!!this.site.show_bypass_config_enduser_app,show_device_connection_config_enduser_app:!!this.site.show_device_connection_config_enduser_app,show_disarmed_event_config_enduser_app:!!this.site.show_disarmed_event_config_enduser_app,show_intercom_config_enduser_app:!!(null===(n=this.site)||void 0===n?void 0:n.show_intercom_config_enduser_app)},this.appSettings.newSettings=_.cloneDeep(this.appSettings.settings),this.appSettings.isLoading=!1}fetchSiteProgramming(){const n=this.me.dealer_id,e=this.site.site_id;this.cameras=[],this.siteControls.isLoading=!0,this.sitesService.getSiteProgrammingInfo(n,e).subscribe(a=>{this.siteProgInfo=a,this.parseProgrammingInfo(a),this.siteControls.isLoading=!1},a=>{this.siteControls.isLoading=!1})}fetchSitePlans(){return(0,y.mG)(this,void 0,void 0,function*(){const n=this.me.dealer_id,e=this.site.site_id;yield this.helper.dealer_plan.get_dealer_plan();const a=this.helper.dealer_plan.isStandardPlan();this.sitesService.getSitePlan(n,e).subscribe(i=>{var r,g;this.isUpperVideoVault=!a&&(null===(r=null==i?void 0:i.current_plan)||void 0===r?void 0:r.site_plan_id)>1,this.isUpperVideoVaultPlus=this.isUpperVideoVault&&(null===(g=null==i?void 0:i.current_plan)||void 0===g?void 0:g.site_plan_id)>2})})}parseSiteMemberConfig(){this.siteControls.setting.show_talkdown_config_enduser_app=!!this.site.show_talkdown_config_enduser_app,this.siteControls.setting.show_camera_relays_config_enduser_app=!!this.site.show_camera_relays_config_enduser_app,this.siteControls.setting.show_speak_config_enduser_app=!!this.site.show_speak_config_enduser_app,this.siteControls.setting.show_listen_config_enduser_app=!!this.site.show_listen_config_enduser_app,this.siteControls.setting.show_ptz_config_enduser_app=!!this.site.show_ptz_config_enduser_app,this.siteControls.setting.show_stream_config_enduser_app=!!this.site.show_stream_config_enduser_app,this.siteControls.setting.allow_disarmed_event_control_config_enduser_app=!!this.site.allow_disarmed_event_control_config_enduser_app,this.siteControls.newSetting=_.cloneDeep(this.siteControls.setting)}parseProgrammingInfo(n){this.parseRelays(n),this.parseCamers(n),this.checkAdvancedFirmwareSupport(n),this.siteControls.newList=_.cloneDeep(this.siteControls.list)}parseRelays(n){const e=(null==n?void 0:n.relays)||[],a=(null==n?void 0:n.bridges)||[];e&&e.forEach(i=>{i.isRelay=!0;const r=a.find(g=>g.device_id===i.device_id);i.bridgeZone=r.virtual_zone,this.siteControls.list.push(i)})}parseCamers(n){const e=(null==n?void 0:n.dis)||[],a=(null==n?void 0:n.cameras)||[];a.forEach(i=>{var r;i.zoneType=null===(r=e.find(g=>g.camera_id===i.device_id))||void 0===r?void 0:r.zone_type}),this.cameras=a}checkAdvancedFirmwareSupport(n){this.isSupportedDisarmedEvent=((null==n?void 0:n.bridges)||[]).every(a=>!!D.Z.tool.firmware_version_greater_than_or_equal_to(a,"4.4.0.36"))}parseMembers(n){n.forEach(e=>{this.parseMemberJoinStatus(e),e.status=this.parseMemberStatus(e),e.fullname=this.commonService.getFullName(e),e.roleName=this.memberRoles[e.role],e.isShowMenu=!1}),n.sort((e,a)=>e.role<a.role?-1:e.role>a.role?1:0),this.members=n,this.sitesService.siteMembers=n}parseMemberJoinStatus(n){if(0!=n.invitation_status)return 1==n.invitation_status?(n.invitation_time&&(n.joinedDate=`Sent on ${D.Z.moment(n.invitation_time).format("MM/DD/YYYY")}`),void(n.joinedStatus="Invitation Sent")):2==n.invitation_status?(n.invitation_time&&(n.joinedDate=`Updated on ${D.Z.moment(n.invitation_time).format("MM/DD/YYYY")}`),void(n.joinedStatus="Registration Complete")):void(n.joinedStatus="Account Created");n.joinedStatus="Account Created"}parseMemberStatus(n){const e=D.Z.moment(),a=D.Z.moment(n.last_access_time),i=e.diff(a,"days");return null==n.last_access_time||i<0?"Never Used":i<=7?"Active":i<=31?"Idle":i<=365?"Dormant":"Inactive"}computedMemberStatusColor(n){return"Active"===n?"active":"Idle"===n?"idle":"Dormant"===n?"dormant":"Inactive"===n?"inactive":"Never Used"===n?"never-used":void 0}memberStatusDescription(n){const e=n.status;return"Active"===e?"Used within the last 7 days.":"Idle"===e?"Used 8\u201331 days ago.":"Dormant"===e?"Used 1 month to 12 months ago.":"Inactive"===e?"Used over 1 year ago.":void 0}parsePermissions(){this.isAdminUser=this.me.permissions.has_admin_permission,this.permissionsService.permissions.forEach(n=>{"dealer_site_member_create"===n.resource&&(this.hasMemberCreatePerm=!0),"dealer_site_member_update"===n.resource&&(this.hasMemberUpdatePerm=!0),"dealer_site_member_delete"===n.resource&&(this.hasMemberDeletePerm=!0),"dealer_payment_read"===n.resource&&(this.hasInvoiceGetPerm=!0)}),this.isAdminUser&&(this.hasMemberCreatePerm=!0,this.hasMemberUpdatePerm=!0,this.hasMemberDeletePerm=!0,this.hasInvoiceGetPerm=!0)}getPrimaryAdminStatus(){return this.primary_admin&&2==this.site.invitation_status?"Registered":"Invited"}toggleMenu(n){n.isShowMenu=!n.isShowMenu}openResetPasswordDialog(n){this.m_warning.data={header:"Send Reset Password URL",contents:`Are you sure that you want to send reset password URL <br><b>${n.firstname} ${n.email}</b>`,submit_btn:"Reset",submit_class:["button-danger"]},this.m_warning.data.submit_func=()=>{this.isLoading=!0,this.resetPassword(n)},this.m_warning.open()}resetPassword(n){this.usersService.sendSiteMemberResetPasswordUrl(this.me.dealer_id,this.site.site_id,n.user_id).subscribe(r=>{setTimeout(()=>{this.isLoading=!1,this.confirmDialog("Send Reset Password URL","Send reset password URL has been successfully")},300)},r=>{this.isLoading=!1,this.errorDialog(r,"Send Reset Password URL")})}openDeleteDialog(n){this.m_warning.data={header:"Delete Member",contents:`Are you sure that you want to Delete <br><b>${n.firstname} ${n.email}</b>`,submit_btn:"Delete",submit_class:["button-danger"],icon:"delete",color:"#f1556d"},this.m_warning.data.submit_func=()=>{this.isLoading=!0,this.deleteMember(n)},this.m_warning.open()}deleteMember(n){this.sitesService.deleteSiteMember(this.me.dealer_id,this.site.site_id,n.user_id).subscribe(r=>{setTimeout(()=>{this.isLoading=!1,this.confirmDialog("Delete Member","Delete member has been successfully"),this.fetchSiteMembers()},300)},r=>{this.isLoading=!1,this.errorDialog(r,"Delete Member")})}openInviteMemberModal(){const n=!!this.members.filter(e=>0===e.role).length;this.m_invite.data.isPrimary=n,this.m_invite.data.members=this.members,this.m_invite.data.roleData=this.memberRoleData,this.m_invite.open()}openEditMemberModal(n){const e=!!this.members.filter(a=>0===a.role).length;this.m_detail.data.isPrimary=e,this.m_detail.data.members=this.members,this.m_detail.data.member=n,this.m_detail.data.cameras=this.cameras,this.m_detail.open()}openInvitePrimaryMemberModal(){this.m_invite.data.isPrimary=!0,this.m_invite.open()}openPermissionInfoModal(){this.m_permission.data.roleData=this.memberRoleData,this.m_permission.open()}gotoMemberDetailPage(n){this.sitesService.setSiteMember(n),this.helper.router.navigate_to(`/customers/members/${n.user_id}/detail`,{id:this.site.site_id})}changeEditMode(n){this.appSettings.isEdit=!1,this.siteControls.isEdit=!1,"app"===n&&(this.appSettings.newSettings=_.cloneDeep(this.appSettings.settings),this.appSettings.isEdit=!0),"siteControl"===n&&(this.siteControls.isEdit=!0)}cancelEditMode(n){"app"===n&&(this.appSettings.isEdit=!1),"siteControl"===n&&(this.siteControls.newList=_.cloneDeep(this.siteControls.list),this.siteControls.newSetting=_.cloneDeep(this.siteControls.setting),this.siteControls.isEdit=!1)}diffAppSettings(){var n,e;let a=!1;return this.appSettings.newSettings.show_arming_config_enduser_app!==this.appSettings.settings.show_arming_config_enduser_app&&(a=!0),this.appSettings.newSettings.show_event_config_enduser_app!==this.appSettings.settings.show_event_config_enduser_app&&(a=!0),this.appSettings.newSettings.show_bypass_config_enduser_app!==this.appSettings.settings.show_bypass_config_enduser_app&&(a=!0),this.appSettings.newSettings.show_device_connection_config_enduser_app!==this.appSettings.settings.show_device_connection_config_enduser_app&&(a=!0),this.appSettings.newSettings.show_disarmed_event_config_enduser_app!==this.appSettings.settings.show_disarmed_event_config_enduser_app&&(a=!0),(null===(n=this.appSettings.newSettings)||void 0===n?void 0:n.show_intercom_config_enduser_app)!==(null===(e=this.appSettings.settings)||void 0===e?void 0:e.show_intercom_config_enduser_app)&&(a=!0),a}saveAppSetting(){var n;const e=this.me.dealer_id,a=this.site.site_id,i={show_arming_config_enduser_app:this.appSettings.newSettings.show_arming_config_enduser_app?1:0,show_event_config_enduser_app:this.appSettings.newSettings.show_event_config_enduser_app?1:0,show_bypass_config_enduser_app:this.appSettings.newSettings.show_bypass_config_enduser_app?1:0,show_device_connection_config_enduser_app:this.appSettings.newSettings.show_device_connection_config_enduser_app?1:0,show_disarmed_event_config_enduser_app:this.appSettings.newSettings.show_disarmed_event_config_enduser_app?1:0,show_intercom_config_enduser_app:(null===(n=this.appSettings.newSettings)||void 0===n?void 0:n.show_intercom_config_enduser_app)?1:0};this.appSettings.isLoading=!0,this.sitesService.updateSiteMemberConfig(e,a,i).subscribe(r=>{var g;this.appSettings.settings=this.appSettings.newSettings,this.appSettings.isEdit=!1,this.site.show_arming_config_enduser_app=this.appSettings.newSettings.show_arming_config_enduser_app?1:0,this.site.show_event_config_enduser_app=this.appSettings.newSettings.show_event_config_enduser_app?1:0,this.site.show_bypass_config_enduser_app=this.appSettings.newSettings.show_bypass_config_enduser_app?1:0,this.site.show_device_connection_config_enduser_app=this.appSettings.newSettings.show_device_connection_config_enduser_app?1:0,this.site.show_disarmed_event_config_enduser_app=this.appSettings.newSettings.show_disarmed_event_config_enduser_app?1:0,this.site.show_intercom_config_enduser_app=(null===(g=this.appSettings.newSettings)||void 0===g?void 0:g.show_intercom_config_enduser_app)?1:0,this.commonService.showSuccessToast("Update App Settings","Update app settings has been successfully"),this.appSettings.isLoading=!1},r=>{this.commonService.showErrorToast(r,"Update App Settings"),this.appSettings.isLoading=!1})}diffSiteControls(){var n;let e=!1;return this.siteControls.newSetting.show_talkdown_config_enduser_app!==this.siteControls.setting.show_talkdown_config_enduser_app&&(e=!0),this.siteControls.newSetting.show_camera_relays_config_enduser_app!==this.siteControls.setting.show_camera_relays_config_enduser_app&&(e=!0),this.siteControls.newSetting.show_ptz_config_enduser_app!==this.siteControls.setting.show_ptz_config_enduser_app&&(e=!0),this.siteControls.newSetting.show_listen_config_enduser_app!==this.siteControls.setting.show_listen_config_enduser_app&&(e=!0),this.siteControls.newSetting.show_speak_config_enduser_app!==(null===(n=this.siteControls.setting)||void 0===n?void 0:n.show_speak_config_enduser_app)&&(e=!0),this.siteControls.newSetting.show_stream_config_enduser_app!==this.siteControls.setting.show_stream_config_enduser_app&&(e=!0),this.siteControls.newSetting.allow_disarmed_event_control_config_enduser_app!==this.siteControls.setting.allow_disarmed_event_control_config_enduser_app&&(e=!0),this.siteControls.list.forEach((a,i)=>{!!a.shows_end_user_app!=!!this.siteControls.newList[i].shows_end_user_app&&(e=!0)}),e}saveSiteControlSetting(){var n,e;return(0,y.mG)(this,void 0,void 0,function*(){const a=this.me.dealer_id,i=this.site.site_id,r=this.siteControls.setting.show_talkdown_config_enduser_app?1:0,g=this.siteControls.newSetting.show_talkdown_config_enduser_app?1:0,d=this.siteControls.setting.show_camera_relays_config_enduser_app?1:0,p=this.siteControls.newSetting.show_camera_relays_config_enduser_app?1:0,C=this.siteControls.setting.allow_disarmed_event_control_config_enduser_app?1:0,O=this.siteControls.newSetting.allow_disarmed_event_control_config_enduser_app?1:0,h=this.siteControls.setting.show_ptz_config_enduser_app?1:0,v=this.siteControls.newSetting.show_ptz_config_enduser_app?1:0,k=this.siteControls.setting.show_listen_config_enduser_app?1:0,l=this.siteControls.newSetting.show_listen_config_enduser_app?1:0,E=(null===(n=this.siteControls.setting)||void 0===n?void 0:n.show_speak_config_enduser_app)?1:0,Z=(null===(e=this.siteControls.newSetting)||void 0===e?void 0:e.show_speak_config_enduser_app)?1:0,u=this.siteControls.setting.show_stream_config_enduser_app?1:0,x=this.siteControls.newSetting.show_stream_config_enduser_app?1:0;if(r!==g||d!==p||h!==v||k!==l||E!==Z||u!==x||C!==O){const M={};r!==g&&(M.show_talkdown_config_enduser_app=g),d!==p&&(M.show_camera_relays_config_enduser_app=p),h!==v&&(M.show_ptz_config_enduser_app=v),k!==l&&(M.show_listen_config_enduser_app=l),E!==Z&&(M.show_speak_config_enduser_app=Z),u!==x&&(M.show_stream_config_enduser_app=x),C!==O&&(M.allow_disarmed_event_control_config_enduser_app=O),this.sitesService.updateSiteMemberConfig(a,i,M).subscribe(J=>{var T,w;this.siteControls.setting.show_talkdown_config_enduser_app=this.siteControls.newSetting.show_talkdown_config_enduser_app,this.siteControls.setting.show_camera_relays_config_enduser_app=this.siteControls.newSetting.show_camera_relays_config_enduser_app,this.siteControls.setting.show_ptz_config_enduser_app=this.siteControls.newSetting.show_ptz_config_enduser_app,this.siteControls.setting.show_listen_config_enduser_app=this.siteControls.newSetting.show_listen_config_enduser_app,this.siteControls.setting.show_speak_config_enduser_app=null===(T=this.siteControls.newSetting)||void 0===T?void 0:T.show_speak_config_enduser_app,this.siteControls.setting.show_stream_config_enduser_app=this.siteControls.newSetting.show_stream_config_enduser_app,this.siteControls.setting.allow_disarmed_event_control_config_enduser_app=this.siteControls.newSetting.allow_disarmed_event_control_config_enduser_app,this.site.show_talkdown_config_enduser_app=this.siteControls.newSetting.show_talkdown_config_enduser_app?1:0,this.site.show_camera_relays_config_enduser_app=this.siteControls.newSetting.show_camera_relays_config_enduser_app?1:0,this.site.show_ptz_config_enduser_app=this.siteControls.newSetting.show_ptz_config_enduser_app?1:0,this.site.show_listen_config_enduser_app=this.siteControls.newSetting.show_listen_config_enduser_app?1:0,this.site.show_speak_config_enduser_app=(null===(w=this.siteControls)||void 0===w?void 0:w.newSetting.show_speak_config_enduser_app)?1:0,this.site.show_stream_config_enduser_app=this.siteControls.newSetting.show_stream_config_enduser_app?1:0,this.site.allow_disarmed_event_control_config_enduser_app=this.siteControls.newSetting.allow_disarmed_event_control_config_enduser_app?1:0,this.siteControls.isEdit=!1,this.commonService.showSuccessToast("Update App Settings","Update has been successfully"),this.siteControls.isLoading=!1},J=>{this.commonService.showErrorToast(J,"Update App Settings"),this.appSettings.isLoading=!1})}const s=this.siteControls.list,F=[];let W=!1;for(let M=0;M<s.length;M++){const J=this.siteControls.list[M],T=this.siteControls.newList[M];if(!!T.shows_end_user_app!=!!J.shows_end_user_app)try{W=!0;const w=yield this.updateRelaySetting(J,T);F[M]=(null==w?void 0:w.message)||"Succeed",J.shows_end_user_app=T.shows_end_user_app?1:0}catch(w){F[M]=(null==w?void 0:w.error)+""||""}}if(!W)return;const G=F.filter(M=>"Succeed"!==M);G.length>0?this.commonService.showErrorToast(G[0],"Update Relay Config Visuality"):(this.commonService.showSuccessToast("Update Relay Config Visuality","Update has been successfully"),this.siteControls.isEdit=!1)})}updateRelaySetting(n,e){return this.devicesService.updateDeviceRelay(this.me.dealer_id,this.site.site_id,n.device_id,n.channel,{shows_end_user_app:e.shows_end_user_app?1:0}).toPromise()}modalEvent(n){("invite"==n||"detail"==n)&&this.sitesService.get(this.me.dealer_id,this.site.site_id).subscribe(e=>{e.length>0&&(this.site=e[0]),this.fetchSiteMembers()})}computedStyleClassForArmingConfig(){return this.appSettings.settings.show_arming_config_enduser_app?"enabled":"disabled"}computedStyleClassForEventConfig(){return this.appSettings.settings.show_event_config_enduser_app?"enabled":"disabled"}computedStyleClassForBypassConfig(){return this.appSettings.settings.show_bypass_config_enduser_app?"enabled":"disabled"}computedStyleClassForDeviceConnectionConfig(){return this.appSettings.settings.show_device_connection_config_enduser_app?"enabled":"disabled"}computedStyleClassForDisarmedEventConfig(){return this.appSettings.settings.show_disarmed_event_config_enduser_app?"enabled":"disabled"}computedStyleClassForIntercomEventConfig(){var n;return(null===(n=this.appSettings.settings)||void 0===n?void 0:n.show_intercom_config_enduser_app)?"enabled":"disabled"}confirmDialog(n="",e="",a="done",i="green"){this.m_warning.data={header:n,contents:`\n <p>${e}</b></p>\n `,submit_btn:"OK",submit_class:["button-primary"],icon:a,isConfirm:!0,color:i},this.m_warning.data.submit_func=()=>{},this.m_warning.open()}errorDialog(n,e,a="failed."){n.error&&n.error.message&&(a=n.error.message),n._body&&(a=JSON.parse(n._body).message),setTimeout(()=>{this.confirmDialog(e,a,"warning","orange")},200)}onClickBannerDescSubItem(n){"ios"===n?window.open("https://apps.apple.com/us/app/chekt-com/id1508918518","_blank"):"android"===n?window.open("https://play.google.com/store/apps/details?id=com.chekt.app.v3&hl=en_US","_blank"):"web"===n&&window.open("https://app.chekt.com","_blank")}}return o.\u0275fac=function(n){return new(n||o)(t.Y36(z.f),t.Y36(A.f),t.Y36(H.I),t.Y36(R.v),t.Y36(X.q),t.Y36(V.W))},o.\u0275cmp=t.Xpm({type:o,selectors:[["dealer-customers-members"]],viewQuery:function(n,e){if(1&n&&(t.Gf(st,5),t.Gf(mt,5,t.SBq)),2&n){let a;t.iGM(a=t.CRH())&&(e.menuSelect=a.first),t.iGM(a=t.CRH())&&(e.actionMenus=a)}},hostBindings:function(n,e){1&n&&t.NdJ("mousedown",function(i){return e.onGlobalClick(i)},!1,t.evT)},inputs:{sub_site:"sub_site"},decls:82,vars:25,consts:[[1,"customer-widget-area",2,"flex-flow","column","align-items","center","justify-content","flex-start","overflow-y","overlay"],["style","height: 43px; width: 100%;",4,"ngIf"],[1,"widget",2,"border-radius","10px","border","none","flex","none"],[1,"banner"],[1,"app-icon"],["src","assets/logo/chekt_app_icon.png"],[1,"banner-desc"],[1,"banner-desc-main"],[1,"banner-desc-main-bold"],[1,"banner-desc-sub"],[1,"banner-desc-sub-item",3,"click"],[1,"banner-desc-sub-item-text"],["class","loader absolute",4,"ngIf"],[1,"widget","mt-10",2,"flex","none","max-height","fit-content"],[1,"header"],[1,"title","app-user-list"],[1,"title-permissions-link",3,"click"],[1,"btn-area"],["class","button button-white",3,"disabled","click",4,"ngIf"],["class","body-center",4,"ngIf"],["style","overflow: initial;",4,"ngIf"],[1,"title",2,"display","flex"],[1,"tooltip-content","v-center"],[1,"pointer","ml-4",3,"icon","size","color"],[1,"tooltip","p-20",2,"width","310px"],[1,"tooltip-item"],[1,"tooltip-row","normal"],["class","btn-area",4,"ngIf"],["style","overflow: initial; position: relative;",4,"ngIf"],[1,"widget","mt-10",2,"flex","none","max-height","fit-content","position","relative"],[1,"title"],[2,"overflow","initial"],[2,"height","fit-content"],[1,"table-container",2,"overflow","initial","padding-bottom","24px"],[1,"table-header","no-top-border"],["width","25%"],["width","75%"],[1,"table-body",2,"overflow","initial"],[4,"ngIf","ngIfElse"],["siteControlEditMode",""],[3,"modal","customer","active","event"],[3,"modal"],[3,"modal","active"],[2,"height","43px","width","100%"],[1,"top-noti"],[1,"icon",3,"icon","color","size"],[1,"link",3,"click"],[1,"deactivate-tooltip-content","v-center"],[1,"ml-7","pointer"],[3,"icon","size"],[1,"tooltip","deactivate-tooltip"],[1,"tooltip-row","title-label"],[1,"loader","absolute"],["viewBox","25 25 50 50",1,"circular"],["cx","50","cy","50","r","20","fill","none","stroke-width","4","stroke-miterlimit","10",1,"path"],[1,"button","button-white",3,"click"],[1,"btn-inner","dense"],[1,"pointer",3,"icon","size"],[1,"body-center"],[1,"empty-contents",2,"padding","24px"],[4,"ngIf"],["width","6%"],["width","20%"],["width","28%"],["width","10%"],[2,"display","flex"],[1,"tooltip"],["class","tooltip-item",4,"ngFor","ngForOf"],[2,"text-align","center"],[2,"display","flex","justify-content","center","align-items","center"],[2,"text-align","right"],["class","has-child",3,"click",4,"ngFor","ngForOf"],[1,"tooltip-row"],[1,"member-role-badge"],[1,"tooltip-row",2,"display","flex","align-items","center"],[1,"member-status-badge",3,"ngClass"],[1,"member-status-badge-circle",3,"ngClass"],[2,"text-align","left","margin-left","8px"],[1,"has-child",3,"click"],[3,"src","error",4,"ngIf"],["class","no-face",4,"ngIf"],[1,"--g-tooltip-content",2,"display","flex","justify-content","center","align-items","center",3,"mouseenter"],["class","--g-tooltip tooltip-background","style","text-transform: none",4,"ngIf"],["style","color: gray; font-size: 12px; margin-top: 4px;",4,"ngIf"],["class","more-content v-center",3,"id",4,"ngIf"],[3,"src","error"],[1,"no-face"],[2,"padding-top","8px"],[1,"--g-tooltip","tooltip-background",2,"text-transform","none"],[2,"color","gray","font-size","12px","margin-top","4px"],[1,"more-content","v-center",3,"id"],["actionMenus",""],[1,"material-icons-outlined","more-icon",3,"click"],["class","more",4,"ngIf"],[1,"more"],["menuSelect",""],[1,"btn-area",2,"justify-content","flex-end","flex-direction","column"],["class","text-button mb-7 disabled",4,"ngIf"],["class","text-button text-button-danger mb-7",3,"click",4,"ngIf"],["class","text-button text-button-danger",3,"click",4,"ngIf"],[1,"text-button","mb-7","disabled"],[1,"btn-inner"],[1,"text-button","text-button-danger","mb-7",3,"click"],[1,"text-button","text-button-danger",3,"click"],[1,"button","button-primary",3,"click"],[1,"button","button-white","ml-7",3,"click"],[2,"overflow","initial","position","relative"],["appEditMode",""],[1,"tag",3,"ngClass"],[1,"v-center"],["class","--g-tooltip-content",3,"mouseenter",4,"ngIf"],[1,"--g-tooltip-content",3,"mouseenter"],[1,"--g-tooltip-icon",3,"icon","size","color"],["class","--g-tooltip","style","text-transform: none; text-wrap: wrap;",4,"ngIf"],[1,"--g-tooltip",2,"text-transform","none","text-wrap","wrap"],[3,"ngModel","disabled","ngModelChange"],["class","tag enabled",4,"ngIf","ngIfElse"],["controlDisabled",""],[4,"ngFor","ngForOf"],[1,"tag","enabled"],[1,"tag","disabled"],[3,"ngModel","ngModelChange"]],template:function(n,e){if(1&n&&(t.TgZ(0,"div",0),t.YNc(1,pt,17,10,"div",1),t.TgZ(2,"div",2),t.TgZ(3,"div",3),t.TgZ(4,"div",4),t._UZ(5,"img",5),t.qZA(),t.TgZ(6,"div",6),t.TgZ(7,"div",7),t._uU(8,"The App Users list is a list of users who can access this site from the CHeKT mobile app and video portal. When creating a new user, you will define the permission level. Once the user is created, they will receive a welcome email with instructions on registering their account and accessing the CHeKT mobile app. The CHeKT mobile app is available through Google Play and the Apple store. CHeKT's browser based video portal is available to customers of dealers on the "),t.TgZ(9,"span",8),t._uU(10,"\u{1f525} Professional and Premium Plans."),t.qZA(),t.qZA(),t.TgZ(11,"div",9),t.TgZ(12,"div",10),t.NdJ("click",function(){return e.onClickBannerDescSubItem("ios")}),t.TgZ(13,"div",11),t._uU(14,"IOS"),t.qZA(),t.qZA(),t.TgZ(15,"div",10),t.NdJ("click",function(){return e.onClickBannerDescSubItem("android")}),t.TgZ(16,"div",11),t._uU(17,"Android"),t.qZA(),t.qZA(),t.TgZ(18,"div",10),t.NdJ("click",function(){return e.onClickBannerDescSubItem("web")}),t.TgZ(19,"div",11),t._uU(20,"Web Portal"),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.YNc(21,_t,3,0,"div",12),t.TgZ(22,"div",13),t.TgZ(23,"div",14),t.TgZ(24,"div",15),t._uU(25,"App User List"),t.TgZ(26,"div",16),t.NdJ("click",function(){return e.openPermissionInfoModal()}),t._uU(27,"Learn about permission?"),t.qZA(),t.qZA(),t._UZ(28,"div"),t.TgZ(29,"div",17),t.YNc(30,bt,4,4,"div",18),t.qZA(),t.qZA(),t.YNc(31,Mt,4,2,"div",19),t.YNc(32,At,51,9,"div",20),t.qZA(),t.TgZ(33,"div",13),t.TgZ(34,"div",14),t.TgZ(35,"div",21),t.TgZ(36,"div"),t._uU(37,"Site Mobile App Settings"),t.qZA(),t.TgZ(38,"div",22),t._UZ(39,"comp-icon",23),t.TgZ(40,"div",24),t.TgZ(41,"div",25),t.TgZ(42,"div",26),t._uU(43,"When an event type is disabled at the site level, members will not see and the notification options or activity log for this event. When enabled, the users can enable or disable the event types as desired."),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t._UZ(44,"div"),t.YNc(45,qt,4,2,"div",27),t.YNc(46,It,7,4,"div",27),t.qZA(),t.YNc(47,Nt,4,2,"div",19),t.YNc(48,Vt,23,3,"div",28),t.qZA(),t.TgZ(49,"div",29),t.TgZ(50,"div",14),t.TgZ(51,"div",30),t._uU(52,"Site Controls & Visibility"),t.qZA(),t._UZ(53,"div"),t.YNc(54,$t,4,2,"div",27),t.YNc(55,Wt,7,4,"div",27),t.qZA(),t.TgZ(56,"div",31),t.TgZ(57,"div",32),t.TgZ(58,"div",33),t.TgZ(59,"table",34),t.TgZ(60,"colgroup"),t._UZ(61,"col",35),t._UZ(62,"col",36),t.qZA(),t.TgZ(63,"tbody"),t.TgZ(64,"tr"),t.TgZ(65,"th"),t._uU(66,"SITE CONTROLS & RELAY"),t.qZA(),t.TgZ(67,"th"),t._uU(68,"SHOW IN ENDUSER APP"),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.TgZ(69,"div",37),t.YNc(70,Gt,3,0,"div",12),t.TgZ(71,"table"),t.TgZ(72,"colgroup"),t._UZ(73,"col",35),t._UZ(74,"col",36),t.qZA(),t.TgZ(75,"tbody"),t.YNc(76,un,51,14,"ng-container",38),t.YNc(77,Zn,38,8,"ng-template",null,39,t.W1O),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.TgZ(79,"dealer-customer-invite",40),t.NdJ("event",function(){return e.modalEvent("invite")}),t.qZA(),t._UZ(80,"dealer-warning",41),t._UZ(81,"dealer-member-permission",42)),2&n){const a=t.MAs(78);t.ekj("deactivated",e.site&&!(null!=e.site&&e.site.is_activated)),t.xp6(1),t.Q6J("ngIf",e.site&&!(null!=e.site&&e.site.is_activated)),t.xp6(20),t.Q6J("ngIf",e.isLoading),t.xp6(9),t.Q6J("ngIf",e.hasMemberCreatePerm),t.xp6(1),t.Q6J("ngIf",0==e.filtered_members.length),t.xp6(1),t.Q6J("ngIf",e.filtered_members.length>0),t.xp6(7),t.Q6J("icon","info")("size",14)("color","hsla(216, 13%, 58%, 0.6)"),t.xp6(6),t.Q6J("ngIf",!e.appSettings.isEdit),t.xp6(1),t.Q6J("ngIf",e.appSettings.isEdit),t.xp6(1),t.Q6J("ngIf",!e.appSettings.settings),t.xp6(1),t.Q6J("ngIf",e.appSettings.settings),t.xp6(6),t.Q6J("ngIf",!e.siteControls.isEdit),t.xp6(1),t.Q6J("ngIf",e.siteControls.isEdit),t.xp6(15),t.Q6J("ngIf",e.siteControls.isLoading),t.xp6(6),t.Q6J("ngIf",!e.siteControls.isEdit)("ngIfElse",a),t.xp6(3),t.Q6J("modal",e.m_invite)("customer",e.site)("active",e.m_invite.is_active),t.xp6(1),t.Q6J("modal",e.m_warning),t.xp6(1),t.Q6J("modal",e.m_permission)("active",e.m_permission.is_active)}},directives:[b.O5,q.U,dt,I.a,L,b.sg,b.mk,S.Rr,f.JJ,f.On],pipes:[b.uU],styles:['.scroll-screen[_ngcontent-%COMP%]{flex:1;flex-direction:column;overflow-y:overlay;height:100%;position:relative;padding:7px;-webkit-user-select:none;user-select:none;display:flex;align-items:center}.row[_ngcontent-%COMP%]{flex-direction:row;display:flex;height:100%;overflow-y:overlay;transition:.5s}.col[_ngcontent-%COMP%]{flex-direction:column;display:flex;flex:1;height:100%}.customer-widget-area[_ngcontent-%COMP%] .col[_ngcontent-%COMP%]{min-width:300px}.customer-widget-area[_ngcontent-%COMP%] .col[_ngcontent-%COMP%]:only-child{min-width:600px}.customer-widget-area.deactivated[_ngcontent-%COMP%] .col[_ngcontent-%COMP%]{height:calc(100% - 43px)}.col[_ngcontent-%COMP%] .widget[_ngcontent-%COMP%]{min-width:300px}.sub-nav[_ngcontent-%COMP%]{position:relative;left:0px;transition:all ease-in-out .3s;min-width:250px;max-width:250px;flex:1;background:#fff;border-right:.5px solid #d7d7d7;display:flex;flex-direction:column;overflow-y:overlay;z-index:3}.sub-nav[_ngcontent-%COMP%]:focus{outline:none}.sub-nav[_ngcontent-%COMP%] .row[_ngcontent-%COMP%]{height:initial;flex:initial;align-items:center}.sub-nav[_ngcontent-%COMP%] .col[_ngcontent-%COMP%]{overflow-y:overlay}.sub-nav[_ngcontent-%COMP%] .search[_ngcontent-%COMP%]{padding:6px 12px 6px 0;box-sizing:border-box;border:0;background-color:transparent;background-size:24px;background-position:4px 8px;background-repeat:no-repeat;flex:1}.sub-nav[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{margin-right:8px;color:#777;transition:.2s}.sub-nav[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{cursor:pointer;color:#000}.sub-nav[_ngcontent-%COMP%] .badge[_ngcontent-%COMP%]{background-color:red;color:#fff;width:8px;height:14px;margin-left:8px;padding:2px 4px 2px 5px;border-radius:4px;font-size:12px}.sub-nav[_ngcontent-%COMP%] .plan-badge[_ngcontent-%COMP%]{background-color:red;width:6px;height:6px;margin-left:4px;border-radius:10px}.sub-nav[_ngcontent-%COMP%] .list-category[_ngcontent-%COMP%]{padding:24px 0 7px 20px;color:#2f96fb;font-size:14px;text-transform:uppercase}.sub-nav[_ngcontent-%COMP%] .list-category[_ngcontent-%COMP%]:first-child{padding:30px 0 7px 20px;color:#2f96fb;font-size:14px}.sub-nav[_ngcontent-%COMP%] .list-item[_ngcontent-%COMP%]{display:flex;align-items:center;color:#0009;cursor:pointer}.sub-nav[_ngcontent-%COMP%] .list-item[_ngcontent-%COMP%]:hover{background:rgba(0,0,0,.05)}.sub-nav[_ngcontent-%COMP%] .list-item[_ngcontent-%COMP%]:hover.settings{background:transparent}.sub-nav[_ngcontent-%COMP%] .list-item-selected[_ngcontent-%COMP%]{background:#dcf0fd!important;color:#000000de}.sub-nav[_ngcontent-%COMP%] .list-item-selected[_ngcontent-%COMP%]:after{background-color:#2f96fb}.sub-nav[_ngcontent-%COMP%] .list-item-selected.settings[_ngcontent-%COMP%]{background:transparent!important;color:#000000de;font-weight:500;color:#2f96fb}.sub-nav[_ngcontent-%COMP%] .menu-label[_ngcontent-%COMP%]{display:flex;font-size:14px;padding:7px 0 7px 15px}.sub-nav[_ngcontent-%COMP%] .menu-label.settings[_ngcontent-%COMP%]{padding-left:16px;width:100%;margin:0 4px;border-radius:4px}.sub-nav[_ngcontent-%COMP%] .menu-label.settings[_ngcontent-%COMP%]:hover{padding:8px 16px;background:#e8eaed}.sub-nav[_ngcontent-%COMP%] .menu-label.settings.selected-label[_ngcontent-%COMP%]{width:100%;margin:0 4px;padding:8px 12px;border-radius:4px;font-weight:500;color:#2f96fb}.sub-nav[_ngcontent-%COMP%] .menu-label.settings.selected-label[_ngcontent-%COMP%]:hover{padding:8px 12px;background:#dcf0fd}.sub-nav[_ngcontent-%COMP%] .select-mark[_ngcontent-%COMP%]{background-color:#2f96fb}.sub-nav[_ngcontent-%COMP%] .select-mark.settings[_ngcontent-%COMP%]{background-color:#2383e2;width:4px;min-height:30px;height:30px;border-radius:4px}.component-body[_ngcontent-%COMP%]{position:relative;flex:5;height:100%;flex-direction:column;display:flex;transition:all ease-in-out .3s}.component-body-no-data[_ngcontent-%COMP%]{flex:5;height:100%;flex-direction:column;align-items:center;justify-content:center;display:flex}.tab[_ngcontent-%COMP%]{height:60px;color:#888;background:#f7f7fc;box-shadow:0 4px 2px -2px #888;display:flex;align-items:center;z-index:1}.tab[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{display:flex;align-items:center;height:100%;position:relative}.tab[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{color:#2383e2;cursor:pointer}.tab[_ngcontent-%COMP%] .button-selected[_ngcontent-%COMP%]{color:#2383e2}.tab[_ngcontent-%COMP%] .icn-button[_ngcontent-%COMP%]{padding:0 16px}.tab[_ngcontent-%COMP%] .icn-button-active[_ngcontent-%COMP%]{color:#000}.tab[_ngcontent-%COMP%] .tab-title[_ngcontent-%COMP%]{padding:0 32px;text-transform:capitalize;font-size:14px}.tab[_ngcontent-%COMP%] .tab-selected-bar[_ngcontent-%COMP%]{position:absolute;bottom:-2px;width:100%;height:4px;background:#2383e2}.plan-upgrade-badge[_ngcontent-%COMP%]{background:linear-gradient(90deg,#2A517E 17.88%,#1E88E5 69.03%);border-radius:10px;padding:2px 6px;margin-left:-8px;color:#fff;font-size:12px;font-weight:400;cursor:pointer}.customer-tab[_ngcontent-%COMP%]{color:#7a7a7a;background:#fff;border-bottom:1px solid rgba(0,0,0,.1);display:flex;align-items:center;z-index:1;font-weight:500;font-size:14px;flex-flow:wrap}.customer-tab[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{display:flex;align-items:center;height:50px;position:relative;cursor:pointer}.customer-tab[_ngcontent-%COMP%] .button-selected[_ngcontent-%COMP%]{color:#1e88e5;font-weight:500}.customer-tab[_ngcontent-%COMP%] .icn-button[_ngcontent-%COMP%]{padding:0 16px}.customer-tab[_ngcontent-%COMP%] .icn-button-active[_ngcontent-%COMP%]{color:#000}.customer-tab[_ngcontent-%COMP%] .tab-title[_ngcontent-%COMP%]{padding:8px 20px;text-transform:capitalize;font-size:14px;font-weight:400}.customer-tab[_ngcontent-%COMP%] .tab-title.selected[_ngcontent-%COMP%]{font-weight:500}.customer-tab[_ngcontent-%COMP%] .tab-title[_ngcontent-%COMP%]:hover{background:#e8eaed;border-radius:7px}.customer-tab[_ngcontent-%COMP%] .tab-selected-bar[_ngcontent-%COMP%]{position:absolute;bottom:-2px;width:100%;height:3px;background:#2383e2}.setting-tab[_ngcontent-%COMP%]{height:41px;box-sizing:border-box;color:#7a7a7a;background:#fff;display:flex;flex-direction:row;align-items:center;z-index:1;font-size:14px;font-weight:500;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.1);background-color:#fbfbfa}.setting-tab[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{display:flex;align-items:center;height:100%;position:relative;cursor:pointer}.setting-tab[_ngcontent-%COMP%] .button-selected[_ngcontent-%COMP%]{color:#000}.setting-tab[_ngcontent-%COMP%] .button-selected-red[_ngcontent-%COMP%]{color:#f67474}.setting-tab[_ngcontent-%COMP%] .icn-button[_ngcontent-%COMP%]{padding:0 16px}.setting-tab[_ngcontent-%COMP%] .icn-button-active[_ngcontent-%COMP%]{color:#000}.setting-tab[_ngcontent-%COMP%] .tab-title[_ngcontent-%COMP%]{padding:5px 20px;text-transform:capitalize;font-size:13px;font-weight:400;margin:0 1px}.setting-tab[_ngcontent-%COMP%] .tab-title[_ngcontent-%COMP%]:hover{background:#e8eaed;border-radius:5px}.setting-tab[_ngcontent-%COMP%] .tab-selected-bar[_ngcontent-%COMP%]{position:absolute;width:100%;bottom:0;height:4px;background:#2383e2;border-radius:4px}.setting-tab[_ngcontent-%COMP%] .tab-selected-bar-red[_ngcontent-%COMP%]{position:absolute;width:100%;bottom:0;height:5px;background:#f67474}.btn-icon[_ngcontent-%COMP%]{color:#7c7c7c;background-color:#f1f1f1;cursor:pointer}.btn-icon[_ngcontent-%COMP%]:hover{color:#7c7c7c;background-color:#efeff6}.space[_ngcontent-%COMP%]{flex:1}.sub-component[_ngcontent-%COMP%]{flex:1;display:flex;flex-direction:column;width:100%;height:100%}.widget-area[_ngcontent-%COMP%]{flex-direction:row;display:flex;height:100%;flex:1;overflow-y:overlay;padding:20px 30px;flex-wrap:wrap;justify-content:center;box-sizing:border-box}.customer-widget-area[_ngcontent-%COMP%]{position:absolute;height:auto;bottom:0;top:0;left:0;right:0;flex-direction:row;display:flex;flex:1;overflow:initial;padding:14px;box-sizing:border-box;flex-wrap:wrap;justify-content:center}.customer-widget-area.deactivated[_ngcontent-%COMP%]{padding:0 7px 7px}.wcs-widget-area[_ngcontent-%COMP%]{position:absolute;height:auto;bottom:0;top:0;left:0;right:0;flex-direction:row;display:flex;flex:1;overflow-y:overlay;padding:12px;flex-wrap:wrap;align-items:center;grid-gap:12px;gap:12px}.wcs-widget-area[_ngcontent-%COMP%] .col[_ngcontent-%COMP%]{align-items:center}.setting-widget[_ngcontent-%COMP%]{height:calc(100% - 44px)}.setting-router[_ngcontent-%COMP%]{width:100%;flex:1;position:relative;overflow:auto;overflow-y:overlay}.container[_ngcontent-%COMP%]{width:calc(100% - 14px);height:100%;display:flex;flex-direction:column;align-items:center;padding:7px}.widget[_ngcontent-%COMP%]{flex:1;display:flex;flex-direction:column;max-width:1400px;min-width:300px;max-height:calc(100% - 15px);background:white;transition:.5s;border-radius:3px;border:1px solid rgba(0,0,0,.1);margin:0 5px 10px}.widget[_ngcontent-%COMP%]:last-child{margin:0 5px}.widget[_ngcontent-%COMP%]:only-child{min-width:600px}.widget[_ngcontent-%COMP%] .header[_ngcontent-%COMP%]{display:flex;flex-direction:row;align-items:center;border-bottom:solid 1px rgba(0,0,0,.1)}.widget[_ngcontent-%COMP%] .widget-body[_ngcontent-%COMP%]{display:flex;flex-direction:column;height:calc(100% - 108px);padding:20px}.widget[_ngcontent-%COMP%] .widget-body[_ngcontent-%COMP%] .item[_ngcontent-%COMP%]{padding-bottom:14px}.widget-item[_ngcontent-%COMP%]{flex:none;font-size:14px;color:#000000de}.widget-item[_ngcontent-%COMP%] .widget-body[_ngcontent-%COMP%]{padding:14px 30px}.widget[_ngcontent-%COMP%] .desc[_ngcontent-%COMP%]{font-size:14px;color:#0009;margin-bottom:7px}.widget[_ngcontent-%COMP%] .label[_ngcontent-%COMP%]{width:200px;font-size:14px;color:#0009}.widget[_ngcontent-%COMP%] .item-row[_ngcontent-%COMP%]{display:flex;padding:7px 0}.widget[_ngcontent-%COMP%] .bottom-line[_ngcontent-%COMP%]{border-bottom:solid 1px rgba(0,0,0,.1)}.scroll-widget[_ngcontent-%COMP%]{max-height:initial}.item[_ngcontent-%COMP%] .w-1[_ngcontent-%COMP%]{width:10%}.item[_ngcontent-%COMP%] .w-2[_ngcontent-%COMP%]{width:20%}.item[_ngcontent-%COMP%] .w-3[_ngcontent-%COMP%]{width:30%}.item[_ngcontent-%COMP%] .w-4[_ngcontent-%COMP%]{width:40%}.item[_ngcontent-%COMP%] .w-5[_ngcontent-%COMP%]{width:50%}.item[_ngcontent-%COMP%] .fs-12[_ngcontent-%COMP%]{font-size:12px}.item[_ngcontent-%COMP%] .right-align[_ngcontent-%COMP%]{text-align:right}.item[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%]{display:flex;padding:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;font-size:14px}.item[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] select[_ngcontent-%COMP%]{width:80%;box-sizing:border-box;padding:8px;font-size:14px;background-color:#f0f0f0;border:none;border-bottom:2px solid #f0f0f0;-webkit-appearance:none;-moz-appearance:none;transition:.2s}.item[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] select[_ngcontent-%COMP%]:focus{outline:none;border-bottom:2px solid #2383e2}.item[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] .search-icon[_ngcontent-%COMP%]{position:absolute;left:12px;top:12px;color:#00000080}.item[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] .search-box[_ngcontent-%COMP%]{width:100%;padding-left:32px}.item[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{cursor:pointer}.cell[_ngcontent-%COMP%]{padding-bottom:14px}.widget[_ngcontent-%COMP%] .widget-bottom[_ngcontent-%COMP%]{display:flex;padding-top:6px}.table-area[_ngcontent-%COMP%]{height:100%;overflow:overlay}.table-container[_ngcontent-%COMP%]{display:flex;height:100%;flex-direction:column;overflow-y:hidden}table.table-header[_ngcontent-%COMP%]:after{border-collapse:separate}.table-container[_ngcontent-%COMP%] .table-header[_ngcontent-%COMP%]{min-height:31px;background-color:#f7fafc;border-bottom:solid 1px rgba(0,0,0,.1);border-top:solid 1px rgba(0,0,0,.1);box-sizing:border-box}.table-container[_ngcontent-%COMP%] .table-header.no-top-border[_ngcontent-%COMP%]{border-top:0}.table-container[_ngcontent-%COMP%] .table-header[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{padding:10px 7px}.table-container[_ngcontent-%COMP%] .table-header[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:first-child{padding:10px 7px 10px 20px}.table-container[_ngcontent-%COMP%] .table-header[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:last-child{padding:10px 20px 10px 7px}.table-container[_ngcontent-%COMP%] .table-body[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{padding:7px}.table-container[_ngcontent-%COMP%] .table-body[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:first-child{padding:7px 7px 7px 20px}.table-container[_ngcontent-%COMP%] .table-body[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:last-child{padding:7px 20px 7px 7px}.table-container[_ngcontent-%COMP%] .table-header-v2[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{padding:10px 7px}.table-container[_ngcontent-%COMP%] .table-header-v2[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:first-child{padding:10px 7px 10px 20px}.table-container[_ngcontent-%COMP%] .table-header-v2[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:last-child{padding:10px 20px 10px 7px}.table-container[_ngcontent-%COMP%] .table-body-v2[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{padding:7px}.table-container[_ngcontent-%COMP%] .table-body-v2[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:first-child{padding:7px 7px 7px 20px}.table-container[_ngcontent-%COMP%] .table-body-v2[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:last-child{padding:7px 20px 7px 7px}table.table-header-v2[_ngcontent-%COMP%]:after{border-collapse:separate}.table-container[_ngcontent-%COMP%] .table-body[_ngcontent-%COMP%]{width:100%;max-height:calc(100% - 30px);flex:1;overflow-y:overlay}.table-container[_ngcontent-%COMP%] .no-record[_ngcontent-%COMP%]{display:flex;align-items:center;justify-content:center;padding:7px 0}.header[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{flex:1;font-size:16px;padding:12px 20px;color:#000000de}.header[_ngcontent-%COMP%] .btn-area[_ngcontent-%COMP%]{padding:7px 16px}.header[_ngcontent-%COMP%] .button-selected[_ngcontent-%COMP%]{color:#000}.header[_ngcontent-%COMP%] .button-disable[_ngcontent-%COMP%]:hover{color:#aaa;cursor:default;pointer-events:none}.header[_ngcontent-%COMP%] .button-primary[_ngcontent-%COMP%]{color:#1e90ff}.header[_ngcontent-%COMP%] .button-primary[_ngcontent-%COMP%]:hover{color:#30b0ff}.widget[_ngcontent-%COMP%] .body[_ngcontent-%COMP%]{flex:1;padding:14px 16px;overflow-y:overlay}.body-center[_ngcontent-%COMP%]{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.body-center[_ngcontent-%COMP%] .image[_ngcontent-%COMP%]{text-align:center}.body-center[_ngcontent-%COMP%] .image[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{font-size:30px;color:#2383e2}.body-center[_ngcontent-%COMP%] .description[_ngcontent-%COMP%]{margin-bottom:14px;font-size:14px;color:#0009;text-align:center;line-height:1.5}.body-center[_ngcontent-%COMP%] .description[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{margin-bottom:8px;font-size:18px;color:#000000de}.body[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{font-size:14px;color:#777}.body[_ngcontent-%COMP%] > .contents[_ngcontent-%COMP%]{font-size:15px;color:#333;margin-top:4px;padding:4px 0;display:flex;min-height:24px;align-items:center}.body[_ngcontent-%COMP%] .editable[_ngcontent-%COMP%]{border-bottom:1px solid #fff;transition:.5s}.body[_ngcontent-%COMP%] .editable[_ngcontent-%COMP%]:hover{cursor:text;border-bottom:1px solid #ccc}.body[_ngcontent-%COMP%] .selectbox[_ngcontent-%COMP%]{color:#777;padding:16px;box-shadow:0 0 2px #888;transition:.2s;cursor:pointer;display:flex;flex-direction:row}.body[_ngcontent-%COMP%] .selectbox[_ngcontent-%COMP%]:hover{color:#333;box-shadow:0 0 6px #888}.widget[_ngcontent-%COMP%] .search[_ngcontent-%COMP%]{margin:12px;padding:12px 12px 12px 36px;box-sizing:border-box;border:0;border-bottom:2px solid #ddd;background-color:transparent;background-image:url(/assets/icons/ic_search_72pt.png);background-size:24px;background-position:4px 8px;background-repeat:no-repeat;flex:1;transition:.3s}.widget[_ngcontent-%COMP%] .search[_ngcontent-%COMP%]:focus{outline:none;border-bottom:2px solid #777}.widget[_ngcontent-%COMP%] .filter-area[_ngcontent-%COMP%]{flex:1;display:flex;align-items:center;flex-direction:row-reverse}.tab[_ngcontent-%COMP%] .combo-box[_ngcontent-%COMP%]{display:flex}.filter-area[_ngcontent-%COMP%] .combo-box[_ngcontent-%COMP%]{color:#777;font-size:14px;padding:0 8px 0 0;text-align:right;position:relative;cursor:pointer}.header[_ngcontent-%COMP%] .combo-box[_ngcontent-%COMP%]{color:#777;font-size:14px;text-align:right;position:relative;cursor:pointer}.combo-box[_ngcontent-%COMP%] > .button[_ngcontent-%COMP%]{transition:.2s}.combo-box[_ngcontent-%COMP%] > .button-active[_ngcontent-%COMP%]{color:#000}.combo-box[_ngcontent-%COMP%] .arrow[_ngcontent-%COMP%]{vertical-align:middle}.combo-box-contents[_ngcontent-%COMP%]{position:absolute;right:16px;z-index:101;text-align:left;box-sizing:border-box;background-color:#fff;transition:.2s;box-shadow:0 2px 4px #00000080;border:solid 1px #d9d9d9;border-radius:5px}.combo-box-contents[_ngcontent-%COMP%] .items[_ngcontent-%COMP%]{cursor:pointer;padding:8px;color:#333;font-size:12px}.combo-box-contents[_ngcontent-%COMP%] .items[_ngcontent-%COMP%]:hover{background:#eee}.list[_ngcontent-%COMP%]{display:flex;flex-direction:row;align-items:center;border-bottom:1px solid rgba(0,0,0,.1);min-height:28px;transition:.1s;padding:10px 20px}.list.locked-list[_ngcontent-%COMP%]{background-color:#f7fafc}.list-group[_ngcontent-%COMP%]:hover{background-color:#fafcff}.list-bottom-clear[_ngcontent-%COMP%]{border-bottom:none}.list-bottom-line[_ngcontent-%COMP%]{border-bottom:1px solid #aaa}.widget[_ngcontent-%COMP%] .list[_ngcontent-%COMP%]:hover{background:#f5f5f5;cursor:pointer}.widget[_ngcontent-%COMP%] .list.locked-list[_ngcontent-%COMP%]:hover{background:#F7FAFC;cursor:initial}.list[_ngcontent-%COMP%] > .contents[_ngcontent-%COMP%]{padding:12px 0;font-size:14px;color:#333;flex:1}.list[_ngcontent-%COMP%] > .stat-contents[_ngcontent-%COMP%]{padding:12px 0;float:right;font-size:13px;color:#aaa}.list[_ngcontent-%COMP%] > .button-contents[_ngcontent-%COMP%]{padding:12px 0;float:right;font-size:13px}.list[_ngcontent-%COMP%] > .button-contents[_ngcontent-%COMP%]:hover{opacity:.8}.list[_ngcontent-%COMP%] > .icon[_ngcontent-%COMP%]{display:flex;align-items:center;margin:0 10px 0 6px;height:40px}.list[_ngcontent-%COMP%] .status-bar[_ngcontent-%COMP%]{width:8px;background:#aaa}.contents[_ngcontent-%COMP%] > .contents-small[_ngcontent-%COMP%]{margin-left:4px;font-size:11px;color:#555}.contents[_ngcontent-%COMP%] .sub-contents[_ngcontent-%COMP%]{font-size:12px;color:#0009;margin-top:6px}.widget[_ngcontent-%COMP%] .row[_ngcontent-%COMP%]{height:initial;align-items:center}.widget[_ngcontent-%COMP%] table[_ngcontent-%COMP%]{width:100%;border-collapse:collapse}.widget[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{padding:10px 7px;color:#56657bde;text-transform:uppercase;text-align:left;font-size:13px;font-weight:normal}.widget[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]{border-bottom:1px rgba(0,0,0,.1) solid}.widget[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:last-child{border-bottom:none}.widget[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{font-size:14px;color:#000000de;padding:7px}td[_ngcontent-%COMP%] .sub-contents[_ngcontent-%COMP%]{font-size:11px;color:#888;margin-top:4px}td[_ngcontent-%COMP%] .edit-btn[_ngcontent-%COMP%]{cursor:pointer;color:#1e90ff}td[_ngcontent-%COMP%] .delete-btn[_ngcontent-%COMP%]{cursor:pointer;color:#f1556c}table[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{float:right;color:#bbb;transition:.2s;cursor:pointer}table[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{color:#333}table[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{border-radius:50%;width:35px;height:35px}.div-table-header[_ngcontent-%COMP%]{display:flex;height:30px;border-style:solid;border-width:1px;border-image-source:linear-gradient(to bottom,#dfdfdf,#bcbcbc);border-image-slice:1;border-collapse:separate;background-image:linear-gradient(to bottom,#f7f7f7,#ececed);font-size:14px;align-items:center}.div-table-header[_ngcontent-%COMP%] .div-table-head[_ngcontent-%COMP%]{padding:7px 16px}.face[_ngcontent-%COMP%]{border-radius:50%;width:28px;height:28px;display:inline-block;margin-right:8px;vertical-align:middle}.folding-list[_ngcontent-%COMP%]{cursor:pointer}.folding-list[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{vertical-align:middle;margin-right:8px}.folding-list[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%]{color:#555;font-size:16px;padding:12px 0;border-bottom:1px solid #aaa;transition:.1s;height:54px}.folding-list[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%]:hover{background:#f5f5f5}.folding-list[_ngcontent-%COMP%] .sub-list-title[_ngcontent-%COMP%]{margin-left:16px;padding:12px 0 4px;color:#777;font-size:12px;font-weight:bold;border-bottom:1px solid #ccc;display:flex}.folding-list[_ngcontent-%COMP%] .sub-list[_ngcontent-%COMP%]{margin-left:16px;padding:8px 0;color:#333;font-size:14px;border-bottom:1px solid #ccc;transition:.1s;display:flex}.folding-list[_ngcontent-%COMP%] .sub-list[_ngcontent-%COMP%]:hover{background:#f5f5f5}.folding-list[_ngcontent-%COMP%] .sub-list-selected[_ngcontent-%COMP%]{background:#f5f5f5}.empty-contents[_ngcontent-%COMP%]{font-size:16px;color:#bbb;font-weight:bold;text-transform:uppercase}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{flex:1;box-sizing:border-box;padding:4px;border:0;border-bottom:1px solid #ccc;background:rgba(0,0,0,0);transition:.2s}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:focus{outline:none;border-bottom:1px solid #777}.body[_ngcontent-%COMP%] .hidden-input[_ngcontent-%COMP%]{padding:4px 0;border-bottom:1px solid #fff;background:rgba(0,0,0,0)}.body[_ngcontent-%COMP%] .hidden-input[_ngcontent-%COMP%]:hover{border-bottom:1px solid #777}.dropdown[_ngcontent-%COMP%]{font-size:14px;position:relative;flex:1}.dropdown-contents[_ngcontent-%COMP%]{position:absolute;width:100%;margin-top:8px;left:0px;z-index:100;text-align:left;box-sizing:border-box;background-color:#fff;box-shadow:0 1px 13px 1px #0003;transition:.2s}.dropdown-contents[_ngcontent-%COMP%] > .list-item[_ngcontent-%COMP%]{cursor:pointer;padding:8px;color:#333;font-size:14px;display:flex;align-items:center}.dropdown-contents[_ngcontent-%COMP%] > .list-item[_ngcontent-%COMP%]:hover{background:#eee}.dropdown[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{width:100%;background:rgba(0,0,0,0)}.face[_ngcontent-%COMP%]{border-radius:50%;width:32px;height:32px;margin-right:8px}.no-face[_ngcontent-%COMP%]{border-radius:50%;width:38x;height:38px;min-width:38px;min-height:38px;background-color:#ccc;display:inline-block;margin-right:8px;vertical-align:middle;color:#fff;text-align:center;text-transform:uppercase}.calendar[_ngcontent-%COMP%]{width:100%}.contents[_ngcontent-%COMP%] > .button[_ngcontent-%COMP%]{color:#777;transition:.2s;cursor:pointer}.contents[_ngcontent-%COMP%] > .button[_ngcontent-%COMP%]:hover{color:#333}.list[_ngcontent-%COMP%] > .button[_ngcontent-%COMP%]{display:flex;width:32px;height:32px;justify-content:center;align-items:center;padding:5px;color:#777;transition:.2s;cursor:pointer;border-radius:21px}.list[_ngcontent-%COMP%] > .button[_ngcontent-%COMP%]:hover{color:#333;background:rgba(0,0,0,.05)}.btn-danger[_ngcontent-%COMP%]{color:#f1556d}.btn-danger[_ngcontent-%COMP%]:hover{color:#f47185}.svg-icon[_ngcontent-%COMP%]{font-size:24px;color:#000;width:1em;height:1em;position:relative}.svg-icon[_ngcontent-%COMP%] svg[_ngcontent-%COMP%]{fill:currentColor;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.png-icon[_ngcontent-%COMP%]{width:36px;height:36px;position:relative}.png-icon[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{max-width:100%;max-height:100%}.child-item[_ngcontent-%COMP%]{padding-left:24px}.title[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{vertical-align:middle;margin-right:4px}.widget[_ngcontent-%COMP%] .has-child[_ngcontent-%COMP%]:hover{background:#f5f5f5;cursor:pointer}.body[_ngcontent-%COMP%] select[_ngcontent-%COMP%]{flex:1;background:white;box-sizing:border-box;margin-top:8px;padding:4px 0;border:0;border-bottom:1px solid #ccc;transition:.2s}.body[_ngcontent-%COMP%] select[_ngcontent-%COMP%]:focus{outline:none;border-bottom:1px solid #777}.loader[_ngcontent-%COMP%]{position:relative;margin:0 auto;width:50px}.loader[_ngcontent-%COMP%]:before{content:"";display:block;padding-top:100%}.absolute[_ngcontent-%COMP%]{position:absolute;top:calc(50% - 25px);left:calc(50% - 25px);z-index:10}.circular[_ngcontent-%COMP%]{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.path[_ngcontent-%COMP%]{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite;stroke:#0057e7;stroke-linecap:round}.path.white[_ngcontent-%COMP%]{stroke:#fff}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.list-item[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{position:relative;background-color:#2383e2;border:none;font-size:14px;color:#fff;padding:8px 16px;margin-left:8px;text-align:center;transition-duration:.4s;text-decoration:none;overflow:hidden;cursor:pointer;outline:none}.list-item[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{color:#fff}.content-list[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{position:relative;background-color:#2383e2;border:none;font-size:14px;color:#fff;padding:8px 16px;margin-left:8px;text-align:center;transition-duration:.4s;text-decoration:none;overflow:hidden;cursor:pointer;outline:none}.title-row[_ngcontent-%COMP%]{display:flex;flex-direction:row;margin-top:28px}.title-row[_ngcontent-%COMP%] .list-title[_ngcontent-%COMP%]{flex:1;color:#777;padding-top:12px;justify-content:center}.title-row[_ngcontent-%COMP%] .tail[_ngcontent-%COMP%]{flex:1;text-align:right}.disabled[_ngcontent-%COMP%]{cursor:default;filter:contrast(60%) brightness(1.2);opacity:1;pointer-events:none;-webkit-user-select:none;user-select:none}.input-err[_ngcontent-%COMP%]{outline:none;background-color:#fbd0d6;box-shadow:0 0 0 2px #f1556c}.page-item[_ngcontent-%COMP%]{padding-bottom:14px!important}.unselectable[_ngcontent-%COMP%]{-webkit-user-select:none;user-select:none}.pager[_ngcontent-%COMP%]{display:flex;align-items:center;font-size:14px;color:#0009}.pager[_ngcontent-%COMP%] .page-info[_ngcontent-%COMP%]{display:flex;align-items:center;min-width:80px;padding-left:16px}.pager[_ngcontent-%COMP%] .page-mover[_ngcontent-%COMP%]{display:flex;align-items:center;padding:0 0 0 28px}.pager[_ngcontent-%COMP%] .page-mover[_ngcontent-%COMP%] .page-btn[_ngcontent-%COMP%]{display:flex;align-items:center;cursor:pointer;color:#0009}.pager[_ngcontent-%COMP%] .page-mover[_ngcontent-%COMP%] .page-btn[_ngcontent-%COMP%]:hover{color:#000000de}.pager[_ngcontent-%COMP%] .page-mover[_ngcontent-%COMP%] .page-btn.mover-disabled[_ngcontent-%COMP%]{cursor:initial;color:#0000004d}.pager[_ngcontent-%COMP%] .page-all[_ngcontent-%COMP%]{display:flex;align-items:center;padding-right:15px}.inner-input[_ngcontent-%COMP%]{width:100%;box-sizing:border-box;padding:6px 8px;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:5px;font-size:14px;transition:.2s;text-indent:0px;font-weight:400}.top-noti[_ngcontent-%COMP%]{width:100%;min-height:36px;display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:7px;background-color:#fcf9e9;font-size:14px;color:#000000de;border-bottom:rgba(0,0,0,.1)}','.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.34375em) scale(.75);width:133.3333333333%}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.34374em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);-ms-transform:translateY(-1.28125em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);-ms-transform:translateY(-1.28124em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);-ms-transform:translateY(-1.28123em) scale(.75);width:133.3333533333%}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.2812em) scale(.75)}}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-.59374em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.59374em) scale(.75);width:133.3333433333%}.mat-accent[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#448aff}.mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#448aff}.mat-autocomplete-panel[_ngcontent-%COMP%]{background:white;color:#000000de}.mat-autocomplete-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover){background:white}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#000000de}.mat-badge[_ngcontent-%COMP%]{position:relative}.mat-badge-hidden[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{display:none}.mat-badge-content[_ngcontent-%COMP%]{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform .2s ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.ng-animate-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%], .mat-badge-content._mat-animation-noopable[_ngcontent-%COMP%]{transition:none}.mat-badge-content.mat-badge-active[_ngcontent-%COMP%]{transform:none}.mat-badge-small[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-8px}.mat-badge-small.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-8px}.mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-16px}.mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-8px}.mat-badge-medium[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-11px}.mat-badge-medium.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-11px}.mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-22px}.mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-11px}.mat-badge-large[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-14px}.mat-badge-large.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-14px}.mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-28px}.mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-14px}.mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#2196f3}.cdk-high-contrast-active[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{outline:solid 1px;border-radius:0}.mat-badge-accent[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#448aff;color:#fff}.mat-badge-warn[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#f44336}.mat-badge-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#b9b9b9;color:#00000061}.mat-bottom-sheet-container[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;background:white;color:#000000de}.mat-button.mat-accent[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%]{color:#448aff}.mat-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#448aff}.mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%], .mat-fab.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%]{color:#fff}.mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%], .mat-fab.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%]{background-color:#448aff}.mat-flat-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ffffff1a}.mat-button-toggle-standalone[_ngcontent-%COMP%], .mat-button-toggle-group[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard[_ngcontent-%COMP%], .mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%]{box-shadow:none}.mat-button-toggle[_ngcontent-%COMP%]{color:#00000061}.mat-button-toggle[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:#0000001f}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#000000de;background:white}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:#000}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:solid 1px rgba(0,0,0,.12)}[dir=rtl][_ngcontent-%COMP%] .mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#e0e0e0;color:#0000008a}.mat-button-toggle-checked.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#000000de}.mat-button-toggle-disabled[_ngcontent-%COMP%]{color:#00000042;background-color:#eee}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{background:white}.mat-button-toggle-disabled.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#bdbdbd}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard[_ngcontent-%COMP%], .mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%]{border:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle-label-content[_ngcontent-%COMP%]{line-height:48px}.mat-card[_ngcontent-%COMP%]{background:white;color:#000000de}.mat-card[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-card.mat-card-flat[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-card-subtitle[_ngcontent-%COMP%]{color:#0000008a}.mat-checkbox-indeterminate.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-checked.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#448aff}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%]{background:#448aff}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]{background-color:#e0e0e0;color:#000000de}.mat-chip.mat-standard-chip[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#000000de;opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled) .mat-chip-remove[_ngcontent-%COMP%]:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled[_ngcontent-%COMP%]{opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:after{background:black}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%]{background-color:#2196f3;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%]{background-color:#f44336;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%]{background-color:#448aff;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ffffff1a}.mat-table[_ngcontent-%COMP%]{background:white}.mat-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] tfoot[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%], mat-footer-row[_ngcontent-%COMP%], [mat-header-row][_ngcontent-%COMP%], [mat-row][_ngcontent-%COMP%], [mat-footer-row][_ngcontent-%COMP%], .mat-table-sticky[_ngcontent-%COMP%]{background:inherit}mat-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-footer-row[_ngcontent-%COMP%], th.mat-header-cell[_ngcontent-%COMP%], td.mat-cell[_ngcontent-%COMP%], td.mat-footer-cell[_ngcontent-%COMP%]{border-bottom-color:#0000001f}.mat-header-cell[_ngcontent-%COMP%]{color:#0000008a}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{color:#000000de}.mat-calendar-arrow[_ngcontent-%COMP%]{border-top-color:#0000008a}.mat-datepicker-toggle[_ngcontent-%COMP%], .mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-next-button[_ngcontent-%COMP%], .mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-previous-button[_ngcontent-%COMP%]{color:#0000008a}.mat-calendar-table-header-divider[_ngcontent-%COMP%]:after{background:rgba(0,0,0,.12)}.mat-calendar-table-header[_ngcontent-%COMP%], .mat-calendar-body-label[_ngcontent-%COMP%]{color:#0000008a}.mat-calendar-body-cell-content[_ngcontent-%COMP%], .mat-date-range-input-separator[_ngcontent-%COMP%]{color:#000000de;border-color:transparent}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:#00000061}.mat-form-field-disabled[_ngcontent-%COMP%] .mat-date-range-input-separator[_ngcontent-%COMP%]{color:#00000061}.mat-calendar-body-in-preview[_ngcontent-%COMP%]{color:#0000003d}.mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#00000061}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#0000002e}.mat-calendar-body-in-range[_ngcontent-%COMP%]:before{background:rgba(33,150,243,.2)}.mat-calendar-body-comparison-identical[_ngcontent-%COMP%], .mat-calendar-body-in-comparison-range[_ngcontent-%COMP%]:before{background:rgba(249,171,0,.2)}.mat-calendar-body-comparison-bridge-start[_ngcontent-%COMP%]:before, [dir=rtl][_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-end[_ngcontent-%COMP%]:before{background:linear-gradient(to right,rgba(33,150,243,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-comparison-bridge-end[_ngcontent-%COMP%]:before, [dir=rtl][_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-start[_ngcontent-%COMP%]:before{background:linear-gradient(to left,rgba(33,150,243,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-in-range[_ngcontent-%COMP%] > .mat-calendar-body-comparison-identical[_ngcontent-%COMP%], .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range[_ngcontent-%COMP%]:after{background:#a8dab5}.mat-calendar-body-comparison-identical.mat-calendar-body-selected[_ngcontent-%COMP%], .mat-calendar-body-in-comparison-range[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background:#46a35e}.mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#2196f3;color:#fff}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#2196f366}.mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-calendar-body-cell[_ngcontent-%COMP%]:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .cdk-keyboard-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .cdk-program-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#2196f34d}.mat-datepicker-content[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;background-color:#fff;color:#000000de}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-in-range[_ngcontent-%COMP%]:before{background:rgba(68,138,255,.2)}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-comparison-identical[_ngcontent-%COMP%], .mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-in-comparison-range[_ngcontent-%COMP%]:before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-start[_ngcontent-%COMP%]:before, .mat-datepicker-content.mat-accent[_ngcontent-%COMP%] [dir=rtl][_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-end[_ngcontent-%COMP%]:before{background:linear-gradient(to right,rgba(68,138,255,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-end[_ngcontent-%COMP%]:before, .mat-datepicker-content.mat-accent[_ngcontent-%COMP%] [dir=rtl][_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-start[_ngcontent-%COMP%]:before{background:linear-gradient(to left,rgba(68,138,255,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-in-range[_ngcontent-%COMP%] > .mat-calendar-body-comparison-identical[_ngcontent-%COMP%], .mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range[_ngcontent-%COMP%]:after{background:#a8dab5}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-comparison-identical.mat-calendar-body-selected[_ngcontent-%COMP%], .mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-in-comparison-range[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background:#46a35e}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#448aff;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#448aff66}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-cell[_ngcontent-%COMP%]:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .cdk-keyboard-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .cdk-program-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#448aff4d}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-in-range[_ngcontent-%COMP%]:before{background:rgba(244,67,54,.2)}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-comparison-identical[_ngcontent-%COMP%], .mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-in-comparison-range[_ngcontent-%COMP%]:before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-start[_ngcontent-%COMP%]:before, .mat-datepicker-content.mat-warn[_ngcontent-%COMP%] [dir=rtl][_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-end[_ngcontent-%COMP%]:before{background:linear-gradient(to right,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-end[_ngcontent-%COMP%]:before, .mat-datepicker-content.mat-warn[_ngcontent-%COMP%] [dir=rtl][_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-start[_ngcontent-%COMP%]:before{background:linear-gradient(to left,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-in-range[_ngcontent-%COMP%] > .mat-calendar-body-comparison-identical[_ngcontent-%COMP%], .mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range[_ngcontent-%COMP%]:after{background:#a8dab5}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-comparison-identical.mat-calendar-body-selected[_ngcontent-%COMP%], .mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-in-comparison-range[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background:#46a35e}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#f44336;color:#fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#f4433666}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-cell[_ngcontent-%COMP%]:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .cdk-keyboard-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .cdk-program-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}.mat-datepicker-content-touch[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-datepicker-toggle-active[_ngcontent-%COMP%]{color:#2196f3}.mat-datepicker-toggle-active.mat-accent[_ngcontent-%COMP%]{color:#448aff}.mat-datepicker-toggle-active.mat-warn[_ngcontent-%COMP%]{color:#f44336}.mat-date-range-input-inner[disabled][_ngcontent-%COMP%]{color:#00000061}.mat-dialog-container[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:white;color:#000000de}.mat-divider[_ngcontent-%COMP%]{border-top-color:#0000001f}.mat-divider-vertical[_ngcontent-%COMP%]{border-right-color:#0000001f}.mat-expansion-panel[_ngcontent-%COMP%]{background:white;color:#000000de}.mat-expansion-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-action-row[_ngcontent-%COMP%]{border-top-color:#0000001f}.mat-expansion-panel[_ngcontent-%COMP%] .mat-expansion-panel-header.cdk-keyboard-focused[_ngcontent-%COMP%]:not([aria-disabled=true]), .mat-expansion-panel[_ngcontent-%COMP%] .mat-expansion-panel-header.cdk-program-focused[_ngcontent-%COMP%]:not([aria-disabled=true]), .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}@media (hover: none){.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header[_ngcontent-%COMP%]:hover{background:white}}.mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:#000000de}.mat-expansion-panel-header-description[_ngcontent-%COMP%], .mat-expansion-indicator[_ngcontent-%COMP%]:after{color:#0000008a}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%]{color:#00000042}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-title[_ngcontent-%COMP%], .mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-description[_ngcontent-%COMP%]{color:inherit}.mat-expansion-panel-header[_ngcontent-%COMP%]{height:48px}.mat-expansion-panel-header.mat-expanded[_ngcontent-%COMP%]{height:64px}.mat-form-field-label[_ngcontent-%COMP%]{color:#0009}.mat-hint[_ngcontent-%COMP%]{color:#0009}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#2196f3}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#448aff}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-warn[_ngcontent-%COMP%]{color:#f44336}.mat-focused[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%]{color:#448aff}.mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#000000de}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#2196f3}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#448aff}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-warn[_ngcontent-%COMP%]{background-color:#f44336}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid) .mat-form-field-infix[_ngcontent-%COMP%]:after{color:#2196f3}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix[_ngcontent-%COMP%]:after{color:#448aff}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix[_ngcontent-%COMP%]:after{color:#f44336}.mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#f44336}.mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%]{color:#f44336}.mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#f44336}.mat-error[_ngcontent-%COMP%]{color:#f44336}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#0000008a}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-hint[_ngcontent-%COMP%]{color:#0000008a}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:#0000006b}.mat-form-field-appearance-legacy.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:#0000006b}.mat-form-field-appearance-standard.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:#0000000a}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:#00000005}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]:before{background-color:#0000006b}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#00000061}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]:before{background-color:transparent}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:#0000001f}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#000000de}.mat-form-field-appearance-outline.mat-focused[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#2196f3}.mat-form-field-appearance-outline.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#448aff}.mat-form-field-appearance-outline.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#00000061}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:#0000000f}.mat-icon.mat-primary[_ngcontent-%COMP%]{color:#2196f3}.mat-icon.mat-accent[_ngcontent-%COMP%]{color:#448aff}.mat-icon.mat-warn[_ngcontent-%COMP%]{color:#f44336}.mat-form-field-type-mat-native-select[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]:after{color:#0000008a}.mat-input-element[_ngcontent-%COMP%]:disabled, .mat-form-field-type-mat-native-select.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]:after{color:#00000061}.mat-input-element[_ngcontent-%COMP%]{caret-color:#2196f3}.mat-input-element[_ngcontent-%COMP%]::placeholder{color:#0000006b}.mat-input-element[_ngcontent-%COMP%]::-moz-placeholder{color:#0000006b}.mat-input-element[_ngcontent-%COMP%]::-webkit-input-placeholder{color:#0000006b}.mat-input-element[_ngcontent-%COMP%]:-ms-input-placeholder{color:#0000006b}.mat-form-field.mat-accent[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#448aff}.mat-form-field.mat-warn[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%], .mat-form-field-invalid[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#f44336}.mat-form-field-type-mat-native-select.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]:after{color:#f44336}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{color:#000000de}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{color:#000000de}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{color:#0000008a}.mat-list-item-disabled[_ngcontent-%COMP%]{background-color:#eee}.mat-list-option[_ngcontent-%COMP%]:hover, .mat-list-option[_ngcontent-%COMP%]:focus, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover, .mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus{background:rgba(0,0,0,.04)}.mat-list-single-selected-option[_ngcontent-%COMP%], .mat-list-single-selected-option[_ngcontent-%COMP%]:hover, .mat-list-single-selected-option[_ngcontent-%COMP%]:focus{background:rgba(0,0,0,.12)}.mat-menu-panel[_ngcontent-%COMP%]{background:white}.mat-menu-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-menu-item[_ngcontent-%COMP%]{background:transparent;color:#000000de}.mat-menu-item[disabled][_ngcontent-%COMP%], .mat-menu-item[disabled][_ngcontent-%COMP%] .mat-menu-submenu-icon[_ngcontent-%COMP%], .mat-menu-item[disabled][_ngcontent-%COMP%] .mat-icon-no-color[_ngcontent-%COMP%]{color:#00000061}.mat-menu-item[_ngcontent-%COMP%] .mat-icon-no-color[_ngcontent-%COMP%], .mat-menu-submenu-icon[_ngcontent-%COMP%]{color:#0000008a}.mat-menu-item[_ngcontent-%COMP%]:hover:not([disabled]), .mat-menu-item.cdk-program-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-keyboard-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item-highlighted[_ngcontent-%COMP%]:not([disabled]){background:rgba(0,0,0,.04)}.mat-paginator[_ngcontent-%COMP%]{background:white}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{color:#0000008a}.mat-paginator-decrement[_ngcontent-%COMP%], .mat-paginator-increment[_ngcontent-%COMP%]{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first[_ngcontent-%COMP%], .mat-paginator-last[_ngcontent-%COMP%]{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-decrement[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-increment[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-first[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-last[_ngcontent-%COMP%]{border-color:#00000061}.mat-paginator-container[_ngcontent-%COMP%]{min-height:56px}.mat-progress-bar-background[_ngcontent-%COMP%]{fill:#c4e1f8}.mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#c4e1f8}.mat-progress-bar-fill[_ngcontent-%COMP%]:after{background-color:#2196f3}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#cddefb}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#cddefb}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]:after{background-color:#448aff}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#f9ccc9}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#f9ccc9}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]:after{background-color:#f44336}.mat-progress-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#2196f3}.mat-progress-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#448aff}.mat-progress-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#f44336}.mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#0000008a}.mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#2196f3}.mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#2196f3}.mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#448aff}.mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#448aff}.mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#f44336}.mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#f44336}.mat-radio-button.mat-radio-disabled.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#00000061}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%]{background-color:#00000061}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-label-content[_ngcontent-%COMP%]{color:#00000061}.mat-radio-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#000}.mat-select-value[_ngcontent-%COMP%]{color:#000000de}.mat-select-placeholder[_ngcontent-%COMP%]{color:#0000006b}.mat-select-disabled[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%]{color:#00000061}.mat-select-arrow[_ngcontent-%COMP%]{color:#0000008a}.mat-select-panel[_ngcontent-%COMP%]{background:white}.mat-select-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-select-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.mat-form-field.mat-focused.mat-primary[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#2196f3}.mat-form-field.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#448aff}.mat-form-field.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#f44336}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-invalid[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#f44336}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-disabled[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#00000061}.mat-drawer-container[_ngcontent-%COMP%]{background-color:#fafafa;color:#000000de}.mat-drawer[_ngcontent-%COMP%]{background-color:#fff;color:#000000de}.mat-drawer.mat-drawer-push[_ngcontent-%COMP%]{background-color:#fff}.mat-drawer[_ngcontent-%COMP%]:not(.mat-drawer-side){box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-drawer-side[_ngcontent-%COMP%]{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%]{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl][_ngcontent-%COMP%] .mat-drawer-side[_ngcontent-%COMP%]{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl][_ngcontent-%COMP%] .mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%]{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown[_ngcontent-%COMP%]{background-color:#0009}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#448aff}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:#448aff8a}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#448aff}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#2196f3}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:#2196f38a}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#2196f3}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#f44336}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:#f443368a}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#f44336}.mat-slide-toggle[_ngcontent-%COMP%]:not(.mat-checked) .mat-ripple-element[_ngcontent-%COMP%]{background-color:#000}.mat-slide-toggle-thumb[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;background-color:#fafafa}.mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:#00000061}.mat-slider-track-background[_ngcontent-%COMP%]{background-color:#00000042}.mat-primary[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#2196f3}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-primary[_ngcontent-%COMP%] .mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:#2196f333}.mat-accent[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#448aff}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-accent[_ngcontent-%COMP%] .mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:#448aff33}.mat-warn[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#f44336}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-warn[_ngcontent-%COMP%] .mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:#f4433633}.mat-slider[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider.cdk-focused[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%]{background-color:#00000061}.mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%]{background-color:#00000042}.mat-slider-disabled[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%]{background-color:#00000042}.mat-slider-min-value[_ngcontent-%COMP%] .mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:#0000001f}.mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#000000de}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#00000042}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing) .mat-slider-thumb[_ngcontent-%COMP%]{border-color:#00000042;background-color:transparent}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb[_ngcontent-%COMP%]{border-color:#00000061}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%]{border-color:#00000042}.mat-slider-has-ticks[_ngcontent-%COMP%] .mat-slider-wrapper[_ngcontent-%COMP%]:after{border-color:#000000b3}.mat-slider-horizontal[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-slider-vertical[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused[_ngcontent-%COMP%], .mat-step-header.cdk-program-focused[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%]:hover:not([aria-disabled]), .mat-step-header[_ngcontent-%COMP%]:hover[aria-disabled=false]{background-color:#0000000a}.mat-step-header[_ngcontent-%COMP%]:hover[aria-disabled=true]{cursor:default}@media (hover: none){.mat-step-header[_ngcontent-%COMP%]:hover{background:none}}.mat-step-header[_ngcontent-%COMP%] .mat-step-label[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-optional[_ngcontent-%COMP%]{color:#0000008a}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon[_ngcontent-%COMP%]{background-color:#0000008a;color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-selected[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-done[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-edit[_ngcontent-%COMP%]{background-color:#2196f3;color:#fff}.mat-step-header.mat-accent[_ngcontent-%COMP%] .mat-step-icon[_ngcontent-%COMP%]{color:#fff}.mat-step-header.mat-accent[_ngcontent-%COMP%] .mat-step-icon-selected[_ngcontent-%COMP%], .mat-step-header.mat-accent[_ngcontent-%COMP%] .mat-step-icon-state-done[_ngcontent-%COMP%], .mat-step-header.mat-accent[_ngcontent-%COMP%] .mat-step-icon-state-edit[_ngcontent-%COMP%]{background-color:#448aff;color:#fff}.mat-step-header.mat-warn[_ngcontent-%COMP%] .mat-step-icon[_ngcontent-%COMP%]{color:#fff}.mat-step-header.mat-warn[_ngcontent-%COMP%] .mat-step-icon-selected[_ngcontent-%COMP%], .mat-step-header.mat-warn[_ngcontent-%COMP%] .mat-step-icon-state-done[_ngcontent-%COMP%], .mat-step-header.mat-warn[_ngcontent-%COMP%] .mat-step-icon-state-edit[_ngcontent-%COMP%]{background-color:#f44336;color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-error[_ngcontent-%COMP%]{background-color:transparent;color:#f44336}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-active[_ngcontent-%COMP%]{color:#000000de}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-error[_ngcontent-%COMP%]{color:#f44336}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{background-color:#fff}.mat-stepper-vertical-line[_ngcontent-%COMP%]:before{border-left-color:#0000001f}.mat-horizontal-stepper-header[_ngcontent-%COMP%]:before, .mat-horizontal-stepper-header[_ngcontent-%COMP%]:after, .mat-stepper-horizontal-line[_ngcontent-%COMP%]{border-top-color:#0000001f}.mat-horizontal-stepper-header[_ngcontent-%COMP%]{height:72px}.mat-stepper-label-position-bottom[_ngcontent-%COMP%] .mat-horizontal-stepper-header[_ngcontent-%COMP%], .mat-vertical-stepper-header[_ngcontent-%COMP%]{padding:24px}.mat-stepper-vertical-line[_ngcontent-%COMP%]:before{top:-16px;bottom:-16px}.mat-stepper-label-position-bottom[_ngcontent-%COMP%] .mat-horizontal-stepper-header[_ngcontent-%COMP%]:after, .mat-stepper-label-position-bottom[_ngcontent-%COMP%] .mat-horizontal-stepper-header[_ngcontent-%COMP%]:before{top:36px}.mat-stepper-label-position-bottom[_ngcontent-%COMP%] .mat-stepper-horizontal-line[_ngcontent-%COMP%]{top:36px}.mat-sort-header-arrow[_ngcontent-%COMP%]{color:#757575}.mat-tab-nav-bar[_ngcontent-%COMP%], .mat-tab-header[_ngcontent-%COMP%]{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-nav-bar[_ngcontent-%COMP%], .mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%]{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{color:#000000de}.mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:#00000061}.mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#000000de}.mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#00000061}.mat-tab-group[class*=mat-background-][_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[class*=mat-background-][_ngcontent-%COMP%]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:#bbdefb4d}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#2196f3}.mat-tab-group.mat-primary.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-group.mat-primary.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:#82b1ff4d}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#448aff}.mat-tab-group.mat-accent.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-group.mat-accent.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:#ffcdd24d}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#f44336}.mat-tab-group.mat-warn.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-group.mat-warn.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:#bbdefb4d}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%]{background-color:#2196f3}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:#fff6}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before, .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before, .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before, .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before{border-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff;opacity:.12}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:#82b1ff4d}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%]{background-color:#448aff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:#fff6}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before, .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before, .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before, .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before{border-color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff;opacity:.12}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:#ffcdd24d}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%]{background-color:#f44336}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:#fff6}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before, .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before, .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before, .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before{border-color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff;opacity:.12}.mat-toolbar[_ngcontent-%COMP%]{background:whitesmoke;color:#000000de}.mat-toolbar.mat-primary[_ngcontent-%COMP%]{background:#2196f3;color:#fff}.mat-toolbar.mat-accent[_ngcontent-%COMP%]{background:#448aff;color:#fff}.mat-toolbar.mat-warn[_ngcontent-%COMP%]{background:#f44336;color:#fff}.mat-toolbar[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%]{background-color:currentColor}.mat-toolbar[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:inherit}.mat-toolbar[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:currentColor}.mat-toolbar-multiple-rows[_ngcontent-%COMP%]{min-height:64px}.mat-toolbar-row[_ngcontent-%COMP%], .mat-toolbar-single-row[_ngcontent-%COMP%]{height:64px}@media (max-width: 599px){.mat-toolbar-multiple-rows[_ngcontent-%COMP%]{min-height:56px}.mat-toolbar-row[_ngcontent-%COMP%], .mat-toolbar-single-row[_ngcontent-%COMP%]{height:56px}}.mat-tooltip[_ngcontent-%COMP%]{background:rgba(97,97,97,.9)}.mat-tree[_ngcontent-%COMP%]{background:white}.mat-tree-node[_ngcontent-%COMP%], .mat-nested-tree-node[_ngcontent-%COMP%]{color:#000000de}.mat-tree-node[_ngcontent-%COMP%]{min-height:48px}.mat-snack-bar-container[_ngcontent-%COMP%]{color:#ffffffb3;background:#323232;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-simple-snackbar-action[_ngcontent-%COMP%]{color:#448aff}.sub-nav[_ngcontent-%COMP%] .col[_ngcontent-%COMP%]{line-height:normal}.site-el[_ngcontent-%COMP%]{position:relative;display:flex;flex-direction:row;width:100%;align-items:center;min-height:43px}.site-el.has-division[_ngcontent-%COMP%]{padding:14px 0}.site-el.no-division[_ngcontent-%COMP%]{padding:8px 0}.device-list[_ngcontent-%COMP%]{display:flex;flex-direction:column;transition:.1s;cursor:pointer;background:#fff}.device-list[_ngcontent-%COMP%]:hover{background:#fafafa}.device-list[_ngcontent-%COMP%] .basic[_ngcontent-%COMP%]{display:flex;flex-direction:row;align-items:center}.device-list[_ngcontent-%COMP%] .basic[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{padding:16px 8px}.device-list[_ngcontent-%COMP%] .basic[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%]{font-size:14px;padding:6px 12px;flex-grow:1;width:calc(100% - 160px)}.device-list[_ngcontent-%COMP%] .basic[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] .content-device-title[_ngcontent-%COMP%]{overflow-x:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:break-word;width:100%;max-width:100%}.device-list[_ngcontent-%COMP%] .basic[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] .content-title[_ngcontent-%COMP%]{color:#0009}.device-list[_ngcontent-%COMP%] .basic[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] .content-text[_ngcontent-%COMP%]{margin-left:7px;color:#000000de}.device-list[_ngcontent-%COMP%] .basic[_ngcontent-%COMP%] .stat-contents[_ngcontent-%COMP%]{font-size:12px;padding:16px 8px;color:#aaa;text-align:right;min-width:80px}.device-list[_ngcontent-%COMP%] .basic[_ngcontent-%COMP%] .error[_ngcontent-%COMP%]{color:#f67474}.device-list[_ngcontent-%COMP%] .basic[_ngcontent-%COMP%] .normal[_ngcontent-%COMP%]{color:#1e90ff}.device-list[_ngcontent-%COMP%] .detail[_ngcontent-%COMP%]{display:flex;flex-direction:row;padding:4px 0 8px}.device-list[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{padding:7px 14px;background:#2383e2;color:#fff;border-radius:5px;font-size:13px;font-weight:500;margin-right:8px;text-transform:uppercase;box-shadow:0 0 2px #888;cursor:pointer}.device-list[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{background:#2ea0ff;box-shadow:0 0 6px #888}.button-disabled[_ngcontent-%COMP%]{color:#555;cursor:default;pointer-events:none}.button-warning[_ngcontent-%COMP%]{color:#fff;background-color:#dc143c}.button-warning[_ngcontent-%COMP%]:hover{background-color:#fc3f65}.device-list[_ngcontent-%COMP%] .space[_ngcontent-%COMP%]{flex-grow:1}.selected-device[_ngcontent-%COMP%]{margin-bottom:8px;box-shadow:0 2px 8px -1px #888;background-color:#e6f2ff}.selected-device[_ngcontent-%COMP%]:hover{background:#fff;background-color:#e6f2ff}.head[_ngcontent-%COMP%]{font-weight:bold}.content-list[_ngcontent-%COMP%]{position:relative;max-height:500px;overflow-y:overlay}.list-item[_ngcontent-%COMP%]{display:flex;flex-direction:row;align-items:center;min-height:43px;padding:0;margin:2px 6px;border-radius:5px}.list-header[_ngcontent-%COMP%]{margin-bottom:8px;color:#888;font-weight:700;text-transform:uppercase}.has-child[_ngcontent-%COMP%]{cursor:pointer}.has-child[_ngcontent-%COMP%]:hover{background:#f0f0f0}.site-item[_ngcontent-%COMP%]{position:relative;display:flex;flex-direction:row;align-items:center;min-height:43px;padding:11px 0}.list-item[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%]{display:table-cell;padding:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;font-size:14px;position:relative}.list-itme[_ngcontent-%COMP%] .w-1[_ngcontent-%COMP%]{width:10%}.list-item[_ngcontent-%COMP%] .w-2[_ngcontent-%COMP%]{width:20%}.list-item[_ngcontent-%COMP%] .w-3[_ngcontent-%COMP%]{width:30%}.list-item[_ngcontent-%COMP%] .w-4[_ngcontent-%COMP%]{width:40%}.list-item[_ngcontent-%COMP%] .w-5[_ngcontent-%COMP%]{width:50%}.list-item[_ngcontent-%COMP%] .fs-12[_ngcontent-%COMP%]{font-size:12px}.list-item[_ngcontent-%COMP%] .right-align[_ngcontent-%COMP%]{text-align:right}.list-button[_ngcontent-%COMP%]{position:relative;background-color:#2383e2;border:none;height:32px;font-size:14px;color:#fff;padding:8px 16px;margin-left:8px;text-align:center;transition-duration:.4s;text-decoration:none;overflow:hidden;cursor:pointer;outline:none}.selected-id[_ngcontent-%COMP%]{color:#1e90ff!important}.select-id[_ngcontent-%COMP%]{background-color:#1e90ff!important}.status-box[_ngcontent-%COMP%]{height:30px;margin:0 16px;padding:8px;width:200px;box-sizing:border-box;border:1px solid #ccc;border-radius:4px;font-size:12px;color:#777;text-align:center;transition:.3s;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between}.status-box[_ngcontent-%COMP%]:hover{background-color:#eee}.status-box[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%]{display:flex}.status-list[_ngcontent-%COMP%]{position:absolute;background:white;width:200px;font-size:12px;border:1px solid #bbb;box-shadow:0 0 6px #888;white-space:nowrap;text-align:left;z-index:500}.link-txt[_ngcontent-%COMP%]{padding:8px 16px;color:#4387f4;cursor:pointer;font-weight:300;font-style:italic}.link-txt.span[_ngcontent-%COMP%]{padding:0 3px}.link-txt[_ngcontent-%COMP%]:hover{color:#9fc1f9}.link-txt[_ngcontent-%COMP%]:focus{outline:none;border-bottom:1px solid #2383e2}.selectbox.short[_ngcontent-%COMP%]{width:150px}.share-site[_ngcontent-%COMP%]{color:#1f8fff}.disable-list[_ngcontent-%COMP%]{color:#aaa!important}.primary-button[_ngcontent-%COMP%]{background-color:#2383e2;padding:4px 16px;cursor:pointer;color:#fff}.primary-button[_ngcontent-%COMP%]:hover{background-color:#66b3ff}.danger[_ngcontent-%COMP%]{color:red}.text-button[_ngcontent-%COMP%]{padding-left:4px;color:#2383e2;cursor:pointer}.text-button[_ngcontent-%COMP%]:hover{color:#54aaff}.transition[_ngcontent-%COMP%]{transition:.3s}.transition.rotate-reverse[_ngcontent-%COMP%]{transform:rotate(180deg)}.add-log-btn[_ngcontent-%COMP%]{text-align:center;font-weight:bold;background:#f0f7ff}.add-log-btn[_ngcontent-%COMP%]:hover{background:#e6f2ff!important}mat-radio-group[_ngcontent-%COMP%] mat-radio-button[_ngcontent-%COMP%]{margin-right:8px}.site-text[_ngcontent-%COMP%]{width:200px;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#000000bf;padding-bottom:5px}.site-text.deactivated[_ngcontent-%COMP%]{color:#00000061}.plan-widget[_ngcontent-%COMP%]{align-content:center;flex-direction:row;display:flex;min-height:calc(100% - 20px);flex:1;overflow-y:overlay;flex-wrap:wrap;padding:10px 0}.plan-widget[_ngcontent-%COMP%] .plan-title-header[_ngcontent-%COMP%]{display:flex;justify-content:space-between;align-items:center;padding:10px 0;margin:0 6px 0 16px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%]{flex:1;padding:30px 32px 32px;overflow-y:overlay;font-family:Roboto;font-size:16px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:-.1px;color:#252525}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .flex-1[_ngcontent-%COMP%]{flex:1}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .flex-1-2[_ngcontent-%COMP%]{flex:1.2}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .flex-1-5[_ngcontent-%COMP%]{flex:1.5}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .flex-2[_ngcontent-%COMP%]{flex:2}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .flex-3[_ngcontent-%COMP%]{flex:3}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .flex-4[_ngcontent-%COMP%]{flex:4}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .flex-5[_ngcontent-%COMP%]{flex:5}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .txt-right[_ngcontent-%COMP%]{text-align:right}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .row[_ngcontent-%COMP%]{display:flex;font-weight:400}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%]{border:.5px solid #ececed}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-title[_ngcontent-%COMP%]{padding:20px;display:flex;justify-content:space-between}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-title[_ngcontent-%COMP%] .plan-service-title-label[_ngcontent-%COMP%]{font-size:22px;color:#2383e2;font-weight:400}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-sep[_ngcontent-%COMP%]{padding:0 10px;background:#ececed;height:1px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%]{height:50px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%]{padding:15px 20px;display:flex;align-items:center;justify-content:space-between}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .service-disable[_ngcontent-%COMP%]{color:#d1d2d2!important}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .plan-service-item-left[_ngcontent-%COMP%]{display:flex;align-items:center}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .plan-service-item-left[_ngcontent-%COMP%] .service-status[_ngcontent-%COMP%]{margin-right:20px;width:61px;height:20px;text-align:center;justify-content:center;display:flex;align-items:center;border-radius:5px;font-size:13px;font-weight:400;color:#fff}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .plan-service-item-left[_ngcontent-%COMP%] .service-status.plan-enable[_ngcontent-%COMP%]{background-color:#2383e2}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .plan-service-item-left[_ngcontent-%COMP%] .service-status.plan-disable[_ngcontent-%COMP%]{background-color:#d1d2d2}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .plan-service-item-left[_ngcontent-%COMP%] .plan-service-label[_ngcontent-%COMP%]{font-size:15px;color:#494949;font-weight:500}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .plan-service-item-right[_ngcontent-%COMP%]{display:flex}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .plan-service-item-right[_ngcontent-%COMP%] .currency[_ngcontent-%COMP%]{display:flex;align-items:flex-end;font-size:15px;color:#3f3e3e}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .plan-service-item-right[_ngcontent-%COMP%] .fee[_ngcontent-%COMP%]{display:flex;align-items:flex-end;font-size:18px;color:#3f3e3e}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .plan-service-item-right[_ngcontent-%COMP%] .per[_ngcontent-%COMP%]{display:flex;align-items:flex-end;font-size:16px;color:#979797}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-header[_ngcontent-%COMP%]{margin-bottom:16px;color:#000000de}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-header[_ngcontent-%COMP%] .plan-month[_ngcontent-%COMP%]{font-size:20px;color:#000000de}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-header[_ngcontent-%COMP%] .plan-charge-txt[_ngcontent-%COMP%]{font-size:34px;color:#000000de}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{display:flex;position:relative;justify-content:center;text-align:center;margin-left:14px;overflow:hidden;border:none;font-size:14px;font-weight:500;color:#2383e2;text-decoration:none;cursor:pointer;outline:none;border-radius:5px;transition-duration:.2s}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button.small[_ngcontent-%COMP%]{font-size:14px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button.small[_ngcontent-%COMP%] .btn-inner[_ngcontent-%COMP%]{margin:7px 14px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button[_ngcontent-%COMP%] .btn-inner[_ngcontent-%COMP%]{display:flex;align-items:center;margin:7px 14px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button[_ngcontent-%COMP%] .btn-inner[_ngcontent-%COMP%] .material-icons[_ngcontent-%COMP%]{padding-right:3px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button[_ngcontent-%COMP%] .btn-inner[_ngcontent-%COMP%] div[_ngcontent-%COMP%]{display:flex}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button[_ngcontent-%COMP%] .btn-inner.small-btn[_ngcontent-%COMP%]{margin:7px 14px;font-size:14px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button-primary[_ngcontent-%COMP%]{background-color:#2383e2;color:#fff}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button-primary[_ngcontent-%COMP%]:hover{background-color:#66b3ff}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button-danger[_ngcontent-%COMP%]{background-color:#f1556c;color:#fff;border-radius:4px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button-danger[_ngcontent-%COMP%]:hover{background-color:#f0425c}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button-normal[_ngcontent-%COMP%]{border-style:solid;border-width:1px;border-image-source:linear-gradient(to bottom,#dfdfdf,#bcbcbc);border-image-slice:1;background-image:linear-gradient(to bottom,#f7f7f7,#ececed),linear-gradient(to bottom,#dfdfdf,#bcbcbc);background-origin:border-box;background-clip:content-box,border-box;color:#0009}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button-normal[_ngcontent-%COMP%]:hover{border-image-source:linear-gradient(to bottom,#c3c3c3,#9f9f9f);border-image-slice:1;background-image:linear-gradient(to bottom,#e4e4e4,#d9d9d9),linear-gradient(to bottom,#c3c3c3,#9f9f9f)}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button-normal[_ngcontent-%COMP%]:active{box-shadow:inset 0 2px 3px #00000080}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .space[_ngcontent-%COMP%]{flex:1}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-inner-btn[_ngcontent-%COMP%]{height:25px;border-radius:5px;border:solid 1px rgba(30,144,255,.3);background-color:#1e90ff1a;color:#1f8fff;padding:0 12px;margin-left:8px;text-align:center;cursor:pointer}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-inner-btn[_ngcontent-%COMP%]:hover{background-color:#0080ff4d}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-inner-btn[_ngcontent-%COMP%] .plan-detail-btn-txt[_ngcontent-%COMP%]{font-size:12px;line-height:27px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%]{width:100%}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-title[_ngcontent-%COMP%]{display:flex;height:45px;justify-content:space-between;background-color:#f7f7f7;border-bottom:solid 1px #dbdbdb}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-title[_ngcontent-%COMP%] .plan-table-title-txt[_ngcontent-%COMP%]{padding:16px 16px 13px;font-size:14px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%]{display:flex;height:45px;justify-content:space-between;border-bottom:solid 1px #dbdbdb;font-size:14px;font-weight:400;color:#737373}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items.total[_ngcontent-%COMP%]{border-bottom:none}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item[_ngcontent-%COMP%]{flex:4;padding:14px 16px;overflow:hidden;text-overflow:ellipsis}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item[_ngcontent-%COMP%] .plan-table-opts[_ngcontent-%COMP%]{display:flex;align-items:center}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item[_ngcontent-%COMP%] .plan-table-opts[_ngcontent-%COMP%] .event-bar[_ngcontent-%COMP%]{margin-right:10px;width:110px;height:12px;background:#eaeaea;position:relative;border-radius:6px;overflow:hidden}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item[_ngcontent-%COMP%] .plan-table-opts[_ngcontent-%COMP%] .event-bar[_ngcontent-%COMP%] .event-progress[_ngcontent-%COMP%]{width:0px;height:12px;background:#2383e2;position:absolute;transition:.2s}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item.flex-1[_ngcontent-%COMP%]{flex:1}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item.flex-1-2[_ngcontent-%COMP%]{flex:1.2}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item.flex-1-5[_ngcontent-%COMP%]{flex:1.5}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item.flex-2[_ngcontent-%COMP%]{flex:2}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item.flex-3[_ngcontent-%COMP%]{flex:3}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item.flex-4[_ngcontent-%COMP%]{flex:4}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item.flex-5[_ngcontent-%COMP%]{flex:5}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item.align-right[_ngcontent-%COMP%]{text-align:right}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item[_ngcontent-%COMP%] .beta[_ngcontent-%COMP%]{font-weight:normal;color:#2383e2;font-size:14px;font-style:italic}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-detail-title[_ngcontent-%COMP%]{font-size:18px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-detail-price[_ngcontent-%COMP%]{font-size:16px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .align-right[_ngcontent-%COMP%]{text-align:right}.plan-widget.deactivated[_ngcontent-%COMP%]{padding:0 0 10px}.activation-widget[_ngcontent-%COMP%]{display:flex;flex-direction:row;width:840px;position:relative;height:110px;padding:20px 30px;background-color:#1e90ff;transition:.2s;color:#fff;overflow:auto;border-radius:5px}.activation-widget[_ngcontent-%COMP%] .activation-label[_ngcontent-%COMP%]{font-size:24px;font-weight:300}.activation-widget[_ngcontent-%COMP%] .activate-date-box[_ngcontent-%COMP%]{margin-top:26px;display:flex}.activation-widget[_ngcontent-%COMP%] .activate-date-box[_ngcontent-%COMP%] .activate-date-label[_ngcontent-%COMP%]{color:#ffffffde}.activation-widget[_ngcontent-%COMP%] .activate-date-box[_ngcontent-%COMP%] .activate-progress-container[_ngcontent-%COMP%]{position:relative;margin:0 7px}.activation-widget[_ngcontent-%COMP%] .activate-date-box[_ngcontent-%COMP%] .activate-progress-container[_ngcontent-%COMP%] .activate-progress-box[_ngcontent-%COMP%]{width:240px;height:20px;background-color:#fff;border-radius:17px;overflow:auto}.activation-widget[_ngcontent-%COMP%] .activate-date-box[_ngcontent-%COMP%] .activate-progress-container[_ngcontent-%COMP%] .activate-progress-box[_ngcontent-%COMP%] .activate-progress[_ngcontent-%COMP%]{width:0px;height:20px;background-image:linear-gradient(to left,#46dabd,#b8e986);overflow:auto}.activation-widget[_ngcontent-%COMP%] .activate-date-box[_ngcontent-%COMP%] .activate-progress-container[_ngcontent-%COMP%] .activate-progress-box[_ngcontent-%COMP%] .activate-float-label[_ngcontent-%COMP%]{position:absolute;top:-20px;left:calc(0% - 10px);font-size:12px;color:#ffffffde}.activation-widget[_ngcontent-%COMP%] .activate-desc[_ngcontent-%COMP%]{letter-spacing:-.09px;font-size:13px}.plan-btn[_ngcontent-%COMP%]{display:flex;flex-direction:column;justify-content:center;margin:0 0 0 6px;padding:6px 15px;border-radius:5px;background-color:#1f8fff;cursor:pointer}.plan-btn[_ngcontent-%COMP%]:hover{background-color:#66b3ff}.plan-btn[_ngcontent-%COMP%] .plan-btn-txt[_ngcontent-%COMP%]{font-family:Roboto;font-size:15px;font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:-.1px;color:#fff}.icon-btn[_ngcontent-%COMP%]{display:flex;align-items:center;color:#878787;cursor:pointer;margin:0 8px;transition:.2s}.icon-btn[_ngcontent-%COMP%]:hover{color:#4d4d4d}.icon-btn.warning[_ngcontent-%COMP%]{color:#db143c}.icon-btn.warning[_ngcontent-%COMP%]:hover{color:#e46}.print-btn[_ngcontent-%COMP%]{width:73px;height:30px;margin-right:10px;display:flex;align-items:center;border-radius:5px;border-style:solid;border-width:1px;border-image-source:linear-gradient(to bottom,#dfdfdf,#bcbcbc);border-image-slice:1;background-image:linear-gradient(to bottom,#f7f7f7,#ececed),linear-gradient(to bottom,#dfdfdf,#bcbcbc);background-origin:border-box;background-clip:content-box,border-box;color:#888;font-weight:500;cursor:pointer}.print-btn[_ngcontent-%COMP%]:hover{border-image-source:linear-gradient(to bottom,#c3c3c3,#9f9f9f);border-image-slice:1;background-image:linear-gradient(to bottom,#e4e4e4,#d9d9d9),linear-gradient(to bottom,#c3c3c3,#9f9f9f)}.print-btn[_ngcontent-%COMP%]:active{box-shadow:inset 0 2px 3px #00000080}.print-btn[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{color:#888;font-size:20px;padding:5px 5px 5px 10px}.print-btn[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{font-size:13px;color:#888;padding:5px 10px 5px 0}.isp-info-line[_ngcontent-%COMP%]{display:flex;font-size:13px;color:#000000de}.isp-info-line[_ngcontent-%COMP%] .isp-info-title[_ngcontent-%COMP%]{flex:1;font-weight:400}.isp-info-line[_ngcontent-%COMP%] .isp-info-label[_ngcontent-%COMP%]{margin-left:14px}.pagination[_ngcontent-%COMP%]{display:flex;font-size:12px;align-items:center}.pagination[_ngcontent-%COMP%] .page-btn[_ngcontent-%COMP%]{cursor:pointer}.pagination[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%]{opacity:.3}.mat-badge-content[_ngcontent-%COMP%]{font-weight:600;font-size:12px;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-badge-small[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{font-size:9px}.mat-badge-large[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{font-size:24px}.mat-h1[_ngcontent-%COMP%], .mat-headline[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{font:400 24px / 32px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2[_ngcontent-%COMP%], .mat-title[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font:500 20px / 32px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h3[_ngcontent-%COMP%], .mat-subheading-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font:400 16px / 28px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h4[_ngcontent-%COMP%], .mat-subheading-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{font:400 15px / 24px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h5[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h5[_ngcontent-%COMP%]{font:400 calc(14px * .83) / 20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-h6[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:400 calc(14px * .67) / 20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-body-strong[_ngcontent-%COMP%], .mat-body-2[_ngcontent-%COMP%]{font:500 14px / 24px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal}.mat-body[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%]{font:400 14px / 20px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal}.mat-body[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0 0 12px}.mat-small[_ngcontent-%COMP%], .mat-caption[_ngcontent-%COMP%]{font:400 12px / 20px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal}.mat-display-4[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-4[_ngcontent-%COMP%]{font:300 112px / 112px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-3[_ngcontent-%COMP%]{font:400 56px / 56px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-2[_ngcontent-%COMP%]{font:400 45px / 48px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-1[_ngcontent-%COMP%]{font:400 34px / 40px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{font:400 14px / 20px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal}.mat-button[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-fab[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-button-toggle[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card-title[_ngcontent-%COMP%]{font-size:24px;font-weight:500}.mat-card-header[_ngcontent-%COMP%] .mat-card-title[_ngcontent-%COMP%]{font-size:20px}.mat-card-subtitle[_ngcontent-%COMP%], .mat-card-content[_ngcontent-%COMP%]{font-size:14px}.mat-checkbox[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-checkbox-layout[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{line-height:24px}.mat-chip[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-chip[_ngcontent-%COMP%] .mat-chip-trailing-icon.mat-icon[_ngcontent-%COMP%], .mat-chip[_ngcontent-%COMP%] .mat-chip-remove.mat-icon[_ngcontent-%COMP%]{font-size:18px}.mat-table[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-header-cell[_ngcontent-%COMP%]{font-size:12px;font-weight:500}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{font-size:14px}.mat-calendar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-calendar-body[_ngcontent-%COMP%]{font-size:13px}.mat-calendar-body-label[_ngcontent-%COMP%], .mat-calendar-period-button[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-calendar-table-header[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{font-size:11px;font-weight:400}.mat-dialog-title[_ngcontent-%COMP%]{font:500 20px / 32px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal}.mat-expansion-panel-header[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content[_ngcontent-%COMP%]{font:400 14px / 20px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal}.mat-form-field[_ngcontent-%COMP%]{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal}.mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.34375em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{font-size:150%;line-height:1.125}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%]{height:1.5em;width:1.5em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{height:1.125em;line-height:1.125}.mat-form-field-infix[_ngcontent-%COMP%]{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.34373em) scale(.75);width:133.3333533333%}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.34372em) scale(.75);width:133.3333633333%}.mat-form-field-label-wrapper[_ngcontent-%COMP%]{top:-.84375em;padding-top:.84375em}.mat-form-field-label[_ngcontent-%COMP%]{top:1.34375em}.mat-form-field-underline[_ngcontent-%COMP%]{bottom:1.34375em}.mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.25em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);-ms-transform:translateY(-1.28119em) scale(.75);width:133.3333933333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);-ms-transform:translateY(-1.28118em) scale(.75);width:133.3334033333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);-ms-transform:translateY(-1.28117em) scale(.75);width:133.3334133333%}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.28125em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{bottom:1.25em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28116em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28115em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28114em) scale(.75)}}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.25em 0 .75em}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-.59372em) scale(.75);width:133.3333633333%}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:1em 0}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.59372em) scale(.75);width:133.3333633333%}.mat-grid-tile-header[_ngcontent-%COMP%], .mat-grid-tile-footer[_ngcontent-%COMP%]{font-size:14px}.mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%], .mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}input.mat-input-element[_ngcontent-%COMP%]{margin-top:-.0625em}.mat-menu-item[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:400}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px}.mat-radio-button[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select-trigger[_ngcontent-%COMP%]{height:1.125em}.mat-slide-toggle-content[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-slider-thumb-label-text[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-stepper-vertical[_ngcontent-%COMP%], .mat-stepper-horizontal[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-step-label[_ngcontent-%COMP%]{font-size:14px;font-weight:400}.mat-step-sub-label-error[_ngcontent-%COMP%]{font-weight:normal}.mat-step-label-error[_ngcontent-%COMP%]{font-size:14px}.mat-step-label-selected[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-tab-group[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-toolbar[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h2[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h3[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h4[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h5[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:500 20px / 32px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal;margin:0}.mat-tooltip[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset[_ngcontent-%COMP%]{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px}.mat-optgroup-label[_ngcontent-%COMP%]{font:500 14px / 24px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal}.mat-simple-snackbar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px}.mat-simple-snackbar-action[_ngcontent-%COMP%]{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tree-node[_ngcontent-%COMP%], .mat-nested-tree-node[_ngcontent-%COMP%]{font-weight:400;font-size:14px}.mat-ripple[_ngcontent-%COMP%]{overflow:hidden;position:relative}.mat-ripple[_ngcontent-%COMP%]:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded[_ngcontent-%COMP%]{overflow:visible}.mat-ripple-element[_ngcontent-%COMP%]{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale(0)}.cdk-high-contrast-active[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{display:none}.cdk-visually-hidden[_ngcontent-%COMP%]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-overlay-container[_ngcontent-%COMP%], .cdk-global-overlay-wrapper[_ngcontent-%COMP%]{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container[_ngcontent-%COMP%]{position:fixed;z-index:1000}.cdk-overlay-container[_ngcontent-%COMP%]:empty{display:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%]{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane[_ngcontent-%COMP%]{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop[_ngcontent-%COMP%]{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:1}.cdk-high-contrast-active[_ngcontent-%COMP%] .cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:.6}.cdk-overlay-dark-backdrop[_ngcontent-%COMP%]{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop[_ngcontent-%COMP%], .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:0}.cdk-overlay-connected-position-bounding-box[_ngcontent-%COMP%]{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock[_ngcontent-%COMP%]{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize[_ngcontent-%COMP%]{resize:none}textarea.cdk-textarea-autosize-measuring[_ngcontent-%COMP%]{padding:2px 0!important;box-sizing:content-box!important;height:auto!important;overflow:hidden!important}textarea.cdk-textarea-autosize-measuring-firefox[_ngcontent-%COMP%]{padding:2px 0!important;box-sizing:content-box!important;height:0!important}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator[_ngcontent-%COMP%]{position:relative}.mat-mdc-focus-indicator[_ngcontent-%COMP%]{position:relative}.mat-ripple-element[_ngcontent-%COMP%]{background-color:#0000001a}.mat-option[_ngcontent-%COMP%]{color:#000000de}.mat-option[_ngcontent-%COMP%]:hover:not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active[_ngcontent-%COMP%]{background:rgba(0,0,0,.04);color:#000000de}.mat-option.mat-option-disabled[_ngcontent-%COMP%]{color:#00000061}.mat-primary[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#2196f3}.mat-accent[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#40c4ff}.mat-warn[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#f44336}.mat-optgroup-label[_ngcontent-%COMP%]{color:#0000008a}.mat-optgroup-disabled[_ngcontent-%COMP%] .mat-optgroup-label[_ngcontent-%COMP%]{color:#00000061}.mat-pseudo-checkbox[_ngcontent-%COMP%]{color:#0000008a}.mat-pseudo-checkbox[_ngcontent-%COMP%]:after{color:#fafafa}.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{color:#b0b0b0}.mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#2196f3}.mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#40c4ff}.mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#f44336}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{background:#b0b0b0}.mat-app-background[_ngcontent-%COMP%]{background-color:#fafafa;color:#000000de}.mat-elevation-z0[_ngcontent-%COMP%]{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-elevation-z1[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-elevation-z2[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-elevation-z3[_ngcontent-%COMP%]{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-elevation-z4[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-elevation-z5[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.mat-elevation-z6[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-elevation-z7[_ngcontent-%COMP%]{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.mat-elevation-z8[_ngcontent-%COMP%]{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-elevation-z9[_ngcontent-%COMP%]{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.mat-elevation-z10[_ngcontent-%COMP%]{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.mat-elevation-z11[_ngcontent-%COMP%]{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.mat-elevation-z12[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-elevation-z13[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.mat-elevation-z14[_ngcontent-%COMP%]{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.mat-elevation-z15[_ngcontent-%COMP%]{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.mat-elevation-z16[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-elevation-z17[_ngcontent-%COMP%]{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.mat-elevation-z18[_ngcontent-%COMP%]{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.mat-elevation-z19[_ngcontent-%COMP%]{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.mat-elevation-z20[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.mat-elevation-z21[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.mat-elevation-z22[_ngcontent-%COMP%]{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.mat-elevation-z23[_ngcontent-%COMP%]{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.mat-elevation-z24[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-theme-loaded-marker[_ngcontent-%COMP%]{display:none}.mat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{color:inherit;background:transparent}.mat-button.mat-primary[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%]{color:#2196f3}.mat-button.mat-accent[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%]{color:#40c4ff}.mat-button.mat-warn[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%]{color:#f44336}.mat-button.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-button.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-button.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-button.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%], .mat-icon-button.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-icon-button.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-icon-button.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-icon-button.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%], .mat-stroked-button.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-stroked-button.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-stroked-button.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-stroked-button.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%]{color:#00000042}.mat-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#2196f3}.mat-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#40c4ff}.mat-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#f44336}.mat-button.mat-button-disabled[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-button-disabled[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-button-disabled[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:transparent}.mat-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{opacity:.1;background-color:currentColor}.mat-button-focus-overlay[_ngcontent-%COMP%]{background:black}.mat-stroked-button[_ngcontent-%COMP%]:not(.mat-button-disabled){border-color:#0000001f}.mat-flat-button[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%], .mat-fab[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%]{color:#000000de;background-color:#fff}.mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%]{color:#fff}.mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%], .mat-fab.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%]{color:#000000de}.mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%]{color:#fff}.mat-flat-button.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-flat-button.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-flat-button.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-flat-button.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%], .mat-raised-button.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-raised-button.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-raised-button.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-raised-button.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%], .mat-fab.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-fab.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-fab.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-fab.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%], .mat-mini-fab.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-mini-fab.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-mini-fab.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-mini-fab.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%]{color:#00000042}.mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%]{background-color:#2196f3}.mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%], .mat-fab.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%]{background-color:#40c4ff}.mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%]{background-color:#f44336}.mat-flat-button.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-flat-button.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-flat-button.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-flat-button.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%], .mat-raised-button.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-raised-button.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-raised-button.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-raised-button.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%], .mat-fab.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-fab.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-fab.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-fab.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%], .mat-mini-fab.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-mini-fab.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-mini-fab.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-mini-fab.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%]{background-color:#0000001f}.mat-flat-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ffffff1a}.mat-flat-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#0000001a}.mat-flat-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ffffff1a}.mat-stroked-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-flat-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-raised-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-raised-button[_ngcontent-%COMP%]:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-raised-button.mat-button-disabled[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-fab[_ngcontent-%COMP%]:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-fab.mat-button-disabled[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-checkbox-frame[_ngcontent-%COMP%]{border-color:#0000008a}.mat-checkbox-checkmark[_ngcontent-%COMP%]{fill:#fafafa}.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#fafafa!important}.mat-checkbox-mixedmark[_ngcontent-%COMP%]{background-color:#fafafa}.mat-checkbox-indeterminate.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-checked.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#2196f3}.mat-checkbox-indeterminate.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-checked.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#40c4ff}.mat-checkbox-indeterminate.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-checked.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#f44336}.mat-checkbox-disabled.mat-checkbox-checked[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-disabled.mat-checkbox-indeterminate[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#b0b0b0}.mat-checkbox-disabled[_ngcontent-%COMP%]:not(.mat-checkbox-checked) .mat-checkbox-frame[_ngcontent-%COMP%]{border-color:#b0b0b0}.mat-checkbox-disabled[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{color:#0000008a}.mat-checkbox[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#000}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%]{background:#2196f3}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%]{background:#40c4ff}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%]{background:#f44336}.site-icon[_ngcontent-%COMP%]{transition:all .2s ease 0s;flex:1 1 0%;margin:0 10px;background:#aaaab0}.site-icon.sel-site[_ngcontent-%COMP%]{box-shadow:0 0 0 3px #fff}.site-icon.shared-site[_ngcontent-%COMP%]{background:#2383e2}.site-icon.deactivated[_ngcontent-%COMP%]{opacity:.35}.monitoring-btn-container[_ngcontent-%COMP%]{height:50px;align-items:center;display:flex;padding-left:20px}.monitoring-btn-box[_ngcontent-%COMP%]{display:flex;height:30px;margin-right:20px;border-radius:5px;border-style:solid;border-width:1px;border-image-source:linear-gradient(to bottom,#dfdfdf,#bcbcbc);border-image-slice:1;background-image:linear-gradient(to bottom,#f7f7f7,#ececed),linear-gradient(to bottom,#dfdfdf,#bcbcbc);background-origin:border-box;background-clip:content-box,border-box;font-family:Roboto;font-size:14px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:-.09px;color:#0009}.monitoring-btn-box[_ngcontent-%COMP%] .monitoring-btn[_ngcontent-%COMP%]{cursor:pointer;display:flex;padding:8px 15px;justify-content:center;align-items:center}.monitoring-btn-box[_ngcontent-%COMP%] .monitoring-btn[_ngcontent-%COMP%]:hover{border-image-source:linear-gradient(to bottom,#c3c3c3,#9f9f9f);border-image-slice:1;background-image:linear-gradient(to bottom,#e4e4e4,#d9d9d9),linear-gradient(to bottom,#c3c3c3,#9f9f9f)}.monitoring-btn-box[_ngcontent-%COMP%] .monitoring-btn[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{font-size:20px;margin-right:6px}.monitoring-btn-box[_ngcontent-%COMP%] .line[_ngcontent-%COMP%]{height:29px;border-style:solid;border-width:1px;border-image-source:linear-gradient(to bottom,#dfdfdf,#bcbcbc);border-image-slice:1}.text[_ngcontent-%COMP%]{font-size:14px}.text-btn[_ngcontent-%COMP%]{margin-left:6px;cursor:pointer;font-size:14px;letter-spacing:-.09px;color:#1e90ff}.text-btn[_ngcontent-%COMP%]:hover{font-weight:500;color:#0073e6}.new-badge[_ngcontent-%COMP%]{font-size:10px;padding:1px 3px;color:#fff;background-color:#2383e2;position:absolute;right:12px;top:8px;border-radius:5px;letter-spacing:-.06px}.newbie[_ngcontent-%COMP%]{position:relative;width:100%}.newbie-box[_ngcontent-%COMP%]{position:absolute;display:flex;justify-content:center;width:100%;text-align:center}.newbie-box.bottom[_ngcontent-%COMP%]{top:calc(50% + 25px)}.newbie-box.right[_ngcontent-%COMP%]{top:10px;right:15px;width:auto}.newbie-box.bottom-right[_ngcontent-%COMP%]{top:20px;right:-50px;width:410px}.balloon[_ngcontent-%COMP%]{display:flex;position:relative;background:#3395f4;border-radius:5px;padding:20px;width:max-content;justify-content:center;align-items:center;color:#fff;font-size:18px;box-shadow:0 0 8px #00000080}.balloon[_ngcontent-%COMP%] .balloon-header[_ngcontent-%COMP%]{display:flex;justify-content:space-between;align-content:center;font-weight:400}.balloon[_ngcontent-%COMP%] .balloon-desc[_ngcontent-%COMP%]{margin-top:14px;font-size:14px;text-align:left}.balloon[_ngcontent-%COMP%] .balloon-link[_ngcontent-%COMP%]{display:flex;align-items:center;margin-top:14px;font-size:14px;font-weight:400;color:#f8e71c;text-align:right;justify-content:flex-end;cursor:pointer}.balloon[_ngcontent-%COMP%] .balloon-icon[_ngcontent-%COMP%]{cursor:pointer;margin-left:30px;font-size:22px}.balloon.top[_ngcontent-%COMP%] [_ngcontent-%COMP%]:after{content:"";position:absolute;border-right:15px solid transparent;border-left:15px solid transparent;border-bottom:30px solid #3395f4;top:-18px;left:calc(50% - 15px)}.balloon.top-right[_ngcontent-%COMP%] [_ngcontent-%COMP%]:after{content:"";position:absolute;border-right:15px solid transparent;border-left:15px solid transparent;border-bottom:30px solid #3395f4;top:-18px;left:calc(76% - 15px)}.no-tts[_ngcontent-%COMP%]{padding-top:36px;align-items:center;text-align:center}.alarm-tab[_ngcontent-%COMP%]{height:40px;color:#888;background:#fff;display:flex;align-items:center;z-index:1}.alarm-tab[_ngcontent-%COMP%] .btn[_ngcontent-%COMP%]{display:flex;align-items:center;height:100%;position:relative}.alarm-tab[_ngcontent-%COMP%] .btn[_ngcontent-%COMP%]:hover{color:#2383e2;cursor:pointer}.alarm-tab[_ngcontent-%COMP%] .button-selected[_ngcontent-%COMP%]{color:#2383e2}.alarm-tab[_ngcontent-%COMP%] .icn-button[_ngcontent-%COMP%]{padding:0 16px}.alarm-tab[_ngcontent-%COMP%] .icn-button-active[_ngcontent-%COMP%]{color:#000}.alarm-tab[_ngcontent-%COMP%] .tab-title[_ngcontent-%COMP%]{padding:0 32px;text-transform:capitalize;font-size:14px}.alarm-tab[_ngcontent-%COMP%] .tab-selected-bar[_ngcontent-%COMP%]{position:absolute;bottom:-2px;width:100%;height:4px;background:#2383e2}.inactivate[_ngcontent-%COMP%]{filter:grayscale(100%);opacity:.5;pointer-events:none}th[_ngcontent-%COMP%]{position:relative;padding:5px 7px;color:#000000de;text-transform:capitalize;text-align:left;font-size:12px;font-weight:normal;-webkit-user-select:none;user-select:none}th[_ngcontent-%COMP%]:first-child{padding-left:10px}th.status[_ngcontent-%COMP%]:before{content:"";position:absolute;left:-1px;bottom:15%;height:70%;border-left:1px solid #bcbcbc;border-left:1px solid var(th-divider);box-sizing:border-box}th[_ngcontent-%COMP%] .th-divider[_ngcontent-%COMP%]{bottom:0;cursor:col-resize;position:absolute;right:-10px;top:0;width:20px;z-index:10}tr.warning[_ngcontent-%COMP%]{background-color:#ffe6e6}td[_ngcontent-%COMP%]{text-overflow:ellipsis;overflow-x:hidden;white-space:nowrap;max-width:1vw}td.text-ellipsis[_ngcontent-%COMP%]{text-overflow:ellipsis;overflow-x:hidden;white-space:nowrap;max-width:1vw}.table-container.p-7[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{padding:7px}.table-container.p-7[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{padding:7px}.sub-nav[_ngcontent-%COMP%]{left:0px}.sub-nav.hide[_ngcontent-%COMP%]{left:-290px;pointer-events:none;overflow:hidden}.component-body[_ngcontent-%COMP%]{width:calc(100% - 300px);left:300px}.component-body.hide[_ngcontent-%COMP%]{width:calc(100% - 10px);left:10px}.component-body-no-data[_ngcontent-%COMP%]{width:calc(100% - 300px);left:300px}.component-body-no-data.hide[_ngcontent-%COMP%]{width:calc(100% - 10px);left:10px}.tts-type[_ngcontent-%COMP%]{background-color:#e3e8ee;border-radius:11px;align-items:center;justify-content:center;display:flex;padding:2px 10px;margin-right:4px;cursor:pointer}.tts-type[_ngcontent-%COMP%] .material-icons[_ngcontent-%COMP%]{font-size:16px}.tts-type.failed[_ngcontent-%COMP%]{background-color:#cd3d6426;color:#cd3d64}@media screen and (max-width: 910px){.icon-btn-txt[_ngcontent-%COMP%]{display:none}}.enable-date[_ngcontent-%COMP%]{color:#2f96fb}.disable-date[_ngcontent-%COMP%]{opacity:0}.enable-xml[_ngcontent-%COMP%]{color:#359dff;cursor:pointer}.disable-xml[_ngcontent-%COMP%]{color:#0000004d}.no-drag[_ngcontent-%COMP%]{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.selectbox-label[_ngcontent-%COMP%]{width:200px;white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden}select[_ngcontent-%COMP%]::-ms-expand{display:none}.selectitem[_ngcontent-%COMP%]{color:#777;transition:.2s;cursor:pointer;display:flex;flex-direction:row;font-size:14px}.selectitem[_ngcontent-%COMP%]:hover{background-color:#ebebeb}.selectitem.selected[_ngcontent-%COMP%]{background-color:#e0e0e0}.selectitem.label[_ngcontent-%COMP%]{margin:2px 0;max-width:420px;font-size:14px;padding:8px 10px;justify-content:space-between}.select-list[_ngcontent-%COMP%]{position:fixed;width:100%;background:#fff;font-size:14px;border-style:solid;border-width:1px;border-radius:5px;border-color:#dfdfdf;overflow-x:hidden;white-space:nowrap;z-index:500;font-weight:500}.select-list[_ngcontent-%COMP%] .search-result-input[_ngcontent-%COMP%]{font-size:14px;color:#000000de}.select-list[_ngcontent-%COMP%] .search-result-input[_ngcontent-%COMP%] .list-search-input[_ngcontent-%COMP%]{width:100%;outline:none;border:0;border-bottom:1px solid rgba(0,0,0,.1);height:30px;text-indent:16px}.select-list[_ngcontent-%COMP%] .search-result-input[_ngcontent-%COMP%] .list-search-input[_ngcontent-%COMP%]::placeholder{color:#0000004d}.select-list[_ngcontent-%COMP%] .select-result[_ngcontent-%COMP%]{display:flex}.select-list[_ngcontent-%COMP%] .select-result[_ngcontent-%COMP%] .check-area[_ngcontent-%COMP%]{display:flex;margin-right:5px;justify-content:center;color:#0000004d}.select-list[_ngcontent-%COMP%] .select-result[_ngcontent-%COMP%] .check-area[_ngcontent-%COMP%] .check-icon[_ngcontent-%COMP%]{font-size:18px}.select-list[_ngcontent-%COMP%] .select-result[_ngcontent-%COMP%] .check-area[_ngcontent-%COMP%] .check-icon.checked[_ngcontent-%COMP%]{color:#1f8fff}.select-list[_ngcontent-%COMP%] .btn-area[_ngcontent-%COMP%]{margin:14px}[sortable-column][_ngcontent-%COMP%]{cursor:pointer}.arming-status-icon[_ngcontent-%COMP%]{position:relative;display:flex;flex-direction:column;margin:0 10px;border-radius:50%;width:38px;height:38px;min-width:38px;min-height:38px;box-sizing:border-box;align-items:center;justify-content:center;color:#000000de;font-weight:500;transition:all .3s}.arming-status-icon[_ngcontent-%COMP%] .armed[_ngcontent-%COMP%]{background-color:#ffdbbd;border-radius:50%}.arming-status-icon[_ngcontent-%COMP%] .disarmed[_ngcontent-%COMP%]{background-color:#bef3e0;border-radius:50%}.arming-status-icon[_ngcontent-%COMP%] .partially-armed[_ngcontent-%COMP%]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:all .3s}.arming-status-icon[_ngcontent-%COMP%] .partially-armed.armed[_ngcontent-%COMP%]{position:absolute;top:2px;left:2px}.arming-status-icon[_ngcontent-%COMP%] .partially-armed.disarmed[_ngcontent-%COMP%]{position:absolute;bottom:2px;right:2px;z-index:1;box-shadow:0 0 0 1px #fff}.arming-status-icon[_ngcontent-%COMP%] .partially-armed.sel-site[_ngcontent-%COMP%]{box-shadow:0 0 0 1px #fff}.arming-status-icon[_ngcontent-%COMP%] .armed-user[_ngcontent-%COMP%]{background-color:#ff7f1640;border-radius:50%}.arming-status-icon[_ngcontent-%COMP%] .loading[_ngcontent-%COMP%]{background-color:#0000001a;border-radius:50%}.arming-status-icon[_ngcontent-%COMP%] .arming-content[_ngcontent-%COMP%]{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;transition:all .3s}.arming-status-icon[_ngcontent-%COMP%] .arming-content.sel-site[_ngcontent-%COMP%]{box-shadow:0 0 0 3px #fff}.arming-status-icon[_ngcontent-%COMP%] .lock[_ngcontent-%COMP%]{color:#ff7f16}.arming-status-icon[_ngcontent-%COMP%] .unlock[_ngcontent-%COMP%]{color:#1ea675}.arming-status-icon[_ngcontent-%COMP%] .partially-lock[_ngcontent-%COMP%]{color:#f5a623}.arming-status-icon.deactivated[_ngcontent-%COMP%]{opacity:.35} .md-drppicker .btn{padding:7px 14px!important;font-size:14px!important;line-height:14px!important;background-color:#2383e2!important;margin:0 20px 7px 0!important;box-shadow:none!important;text-transform:capitalize!important} .md-drppicker td.active{background-color:#2383e2!important} .md-drppicker .ranges ul li button.active{background-color:#2383e2!important} .md-drppicker .calendar-table td{color:#000000de} .md-drppicker .calendar-table td.off{color:#eee!important}@keyframes pulse{0%{opacity:.25}20%{opacity:.8}40%{opacity:.25}60%{opacity:.8}80%{opacity:.25}to{opacity:.25}}.audio-waves[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{animation-duration:1.7s;animation-iteration-count:infinite;animation-name:pulse;opacity:.25}.audio-waves[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]:nth-child(2){animation-delay:.125s}.audio-waves[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]:nth-child(3){animation-delay:.25s}.audio-playing[_ngcontent-%COMP%]{background-color:#1e88e5;color:#fff}.btn-loader[_ngcontent-%COMP%]{position:relative;margin:0 auto;width:16px}.btn-loader.absolute[_ngcontent-%COMP%]{margin:auto;position:absolute;top:calc(50% - 10px);left:calc(50% - 10px)}.btn-loader[_ngcontent-%COMP%]:before{content:"";display:block;padding-top:100%}.btn-loader[_ngcontent-%COMP%] .circular[_ngcontent-%COMP%]{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.btn-loader[_ngcontent-%COMP%] .circular[_ngcontent-%COMP%] .path[_ngcontent-%COMP%]{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite;stroke:#fff;stroke-linecap:round}.item[_ngcontent-%COMP%]{box-sizing:border-box}.item[_ngcontent-%COMP%] .item-header[_ngcontent-%COMP%]{margin-bottom:5px;font-size:14px;color:#000000de}.item[_ngcontent-%COMP%] .item-header[_ngcontent-%COMP%] .item-title[_ngcontent-%COMP%]{margin-bottom:5px;font-size:14px;color:#000000de}.item[_ngcontent-%COMP%] .item-desc[_ngcontent-%COMP%]{margin-bottom:5px;font-size:14px;color:#0009}.item[_ngcontent-%COMP%] .item-warning[_ngcontent-%COMP%]{margin-bottom:10px;font-size:14px;color:#cd3d64}.warning-txt[_ngcontent-%COMP%]{color:#cd3d64}.link[_ngcontent-%COMP%]{color:#2383e2;cursor:pointer}.link[_ngcontent-%COMP%]:hover{text-decoration:underline}.icon[_ngcontent-%COMP%]{cursor:pointer}.deactivate-tooltip-content[_ngcontent-%COMP%]{position:relative}.deactivate-tooltip-content[_ngcontent-%COMP%] .tooltip-icon[_ngcontent-%COMP%]{cursor:pointer;margin-left:7px;font-size:18px;color:#0009}.deactivate-tooltip-content[_ngcontent-%COMP%] .fs-12[_ngcontent-%COMP%]{font-size:12px}.deactivate-tooltip-content[_ngcontent-%COMP%]:hover > .tooltip[_ngcontent-%COMP%]{visibility:visible;opacity:1}.deactivate-tooltip-content[_ngcontent-%COMP%] comp-icon.deactivate-tooltip[_ngcontent-%COMP%]{padding-left:5px}.deactivate-tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%]{width:300px;visibility:hidden;background-color:#fff;padding:20px;box-sizing:border-box;border-radius:6px;font-size:14px;box-shadow:0 0 30px #0000004d;position:absolute;z-index:100;top:-30px;left:75px;margin-left:-38px;opacity:0;transition:opacity .3s;color:#0009;word-spacing:1px}.deactivate-tooltip-content[_ngcontent-%COMP%] .tooltip.test[_ngcontent-%COMP%]{visibility:visible;opacity:1}.deactivate-tooltip-content[_ngcontent-%COMP%] .tooltip.deactivate-tooltip[_ngcontent-%COMP%]{width:361px;top:32px;left:-122px}.deactivate-tooltip-content[_ngcontent-%COMP%] .tooltip.deactivate-tooltip[_ngcontent-%COMP%]:after{top:-24px;left:182px;border-color:transparent transparent #fff transparent}.deactivate-tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .tooltip-box[_ngcontent-%COMP%]{padding:20px;margin-bottom:20px;background:#fff;border-radius:6px;font-size:14px;box-shadow:0 0 30px #0000004d}.deactivate-tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%]:after{content:"";position:absolute;margin-left:-19px;border-width:12px;border-style:solid;border-color:transparent #fff transparent transparent}.deactivate-tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .font-10[_ngcontent-%COMP%]{font-size:10px}.deactivate-tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .font-12[_ngcontent-%COMP%]{font-size:12px}.deactivate-tooltip-content[_ngcontent-%COMP%] .pointer[_ngcontent-%COMP%]{cursor:pointer}.tooltip[_ngcontent-%COMP%] .tooltip-item[_ngcontent-%COMP%] .tts-tooltip-img[_ngcontent-%COMP%]{height:161px}.site-filter-btn[_ngcontent-%COMP%]{color:#0009}.site-filter-btn[_ngcontent-%COMP%] .filter-icon[_ngcontent-%COMP%]{margin-right:5px}.site-filter-btn[_ngcontent-%COMP%] .exist-filter[_ngcontent-%COMP%]{font-size:14px;color:#1e88e5;border-left:solid 1px rgba(0,0,0,.1);margin-left:10px;padding-left:10px}.site-filter-box[_ngcontent-%COMP%]{position:absolute;visibility:hidden;opacity:0;display:flex;flex-direction:column;width:calc(100% - 20px);top:48px;transition:all .3s;z-index:2;background:#fff;border-radius:5px;border:1px solid rgba(0,0,0,.1);box-shadow:0 0 10px #0000001a}.site-filter-box.show-filter[_ngcontent-%COMP%]{visibility:visible;opacity:1}.site-filter-box-header[_ngcontent-%COMP%]{display:flex;flex-direction:row;align-items:center;width:100%;padding:7px 10px;box-sizing:border-box;justify-content:space-between;background-color:#f7fafc;border-bottom:1px solid rgba(0,0,0,.1)}.site-filter-box-header-title[_ngcontent-%COMP%]{font-size:16px;color:#000000de}.site-filter-box-header[_ngcontent-%COMP%] .filter-btn[_ngcontent-%COMP%]{margin:6px 12px}.site-filter-box-content[_ngcontent-%COMP%]{display:flex;flex-direction:column;width:100%;min-height:72px;box-sizing:border-box;transition:all .2s}.site-filter-box-footer[_ngcontent-%COMP%]{display:flex;width:100%;padding:7px 10px;box-sizing:border-box;background-color:#f7fafc}.site-filter-box-category[_ngcontent-%COMP%]{min-height:44px;padding:12px;display:flex;align-items:center;box-sizing:border-box;border-bottom:1px solid rgba(0,0,0,.1)}.site-filter-box-items[_ngcontent-%COMP%]{visibility:hidden;display:block;line-height:0;height:0;opacity:0;overflow:hidden;padding:0 24px;background:#F7FAFC;transition:all .2s}.site-filter-box-items-item[_ngcontent-%COMP%]{margin-bottom:16px}.site-filter-box-items-item[_ngcontent-%COMP%] .filter-item[_ngcontent-%COMP%]{font-size:13px;color:#55647b}.site-filter-box-items-item[_ngcontent-%COMP%]:last-child{margin-bottom:0}.site-filter-box-items.expend[_ngcontent-%COMP%]{height:-moz-fit-content;height:fit-content;line-height:normal;padding:16px 24px;opacity:1;overflow:initial}.site-filter-box-items.expend.show[_ngcontent-%COMP%]{visibility:visible}.site-deactivated[_ngcontent-%COMP%]{display:flex;width:900px;height:68px;max-height:68px;padding:14px 30px;align-items:center;justify-content:center;background-color:#cd3c6326;box-sizing:border-box;flex-wrap:wrap;font-size:14px;font-weight:normal;color:#000000de}.site-deactivated[_ngcontent-%COMP%] .icon-area[_ngcontent-%COMP%]{height:100%;margin-top:3px}.site-deactivate-txt[_ngcontent-%COMP%]{font-size:14px;color:#cd3d64}.deactivated-area[_ngcontent-%COMP%]{opacity:.4}.division-tag[_ngcontent-%COMP%]{padding:2px 4px;background:#e3e8ee;border-radius:4px;color:#55647b}.shared-sub-dealer-tag[_ngcontent-%COMP%]{padding:2px 4px;border:1px solid #1E88E5;border-radius:4px;color:#1e88e5}.sort-order[_ngcontent-%COMP%]{background-color:#e3e8ee}','.widget[_ngcontent-%COMP%]{width:100%;margin:0 0 10px}.more-content[_ngcontent-%COMP%]{position:relative;justify-content:flex-end}.more-content[_ngcontent-%COMP%] .more-icon[_ngcontent-%COMP%]{cursor:pointer;padding:0 4px;border-radius:4px;margin-right:10px;font-size:18px;color:#0009;-webkit-user-select:none;user-select:none}.more-content[_ngcontent-%COMP%] .more-icon[_ngcontent-%COMP%]:hover, .more-content[_ngcontent-%COMP%] .more-icon.show[_ngcontent-%COMP%]{box-shadow:0 0 4px gray}.more-content[_ngcontent-%COMP%] .more[_ngcontent-%COMP%]{width:180px;background-color:#fff;color:#000000de;padding:14px;box-sizing:border-box;border-radius:6px;font-size:14px;box-shadow:0 0 30px #0000004d;cursor:pointer;position:absolute;z-index:100;bottom:32px;right:-8px;margin-left:-38px;transition:opacity .3s}.more-content[_ngcontent-%COMP%] .more.show[_ngcontent-%COMP%]{visibility:visible;opacity:1}.more-content[_ngcontent-%COMP%] .more[_ngcontent-%COMP%]:after{content:"";position:absolute;bottom:-24px;right:20px;margin-left:-19px;border-width:12px;border-style:solid;border-color:#fff transparent transparent transparent}.more-content[_ngcontent-%COMP%] .more[_ngcontent-%COMP%] .more-title[_ngcontent-%COMP%]{color:#000000de;margin-bottom:5px;font-weight:500}.more-content[_ngcontent-%COMP%] .more[_ngcontent-%COMP%] .more-content[_ngcontent-%COMP%]{color:#0009;margin-bottom:14px;line-height:20px}.more-content[_ngcontent-%COMP%] .more[_ngcontent-%COMP%] .more-content[_ngcontent-%COMP%]:last-child{margin-bottom:0}.member-role-badge[_ngcontent-%COMP%]{font-size:13px;border-radius:10px;padding:2px 14px;color:#596079;background-color:#e3e8ee;text-transform:none;-webkit-user-select:none;user-select:none}.member-role-badge.primary[_ngcontent-%COMP%]{color:#1e88e5;background-color:#d6ecff}.member-status-badge[_ngcontent-%COMP%]{font-size:13px;border-radius:10px;padding:2px 10px;text-transform:none;display:flex;align-items:center;width:-moz-fit-content;width:fit-content;-webkit-user-select:none;user-select:none}.member-status-badge.active[_ngcontent-%COMP%]{color:#1e88e5;background:rgba(30,136,229,.2)}.member-status-badge.idle[_ngcontent-%COMP%]{color:#5469d4;background:rgba(84,105,212,.2)}.member-status-badge.dormant[_ngcontent-%COMP%]{color:#ff7f16;background:rgba(245,146,94,.2)}.member-status-badge.inactive[_ngcontent-%COMP%]{color:#55647b;background-color:#e3e8ee}.member-status-badge.never-used[_ngcontent-%COMP%]{color:#0009;padding:0}.member-status-badge-circle[_ngcontent-%COMP%]{width:8px;height:8px;border-radius:50%;margin-right:4px}.member-status-badge-circle.active[_ngcontent-%COMP%]{background:#1e88e5}.member-status-badge-circle.idle[_ngcontent-%COMP%]{background:#5469D4}.member-status-badge-circle.dormant[_ngcontent-%COMP%]{background:#FF7F16}.member-status-badge-circle.inactive[_ngcontent-%COMP%]{background:#55647B}.member-status-badge-circle.never-used[_ngcontent-%COMP%]{display:none}.tooltip-content[_ngcontent-%COMP%]{position:relative}.tooltip-content[_ngcontent-%COMP%] .tooltip-icon[_ngcontent-%COMP%]{cursor:pointer;margin-left:7px;font-size:18px;color:#0009}.tooltip-content[_ngcontent-%COMP%]:hover .tooltip[_ngcontent-%COMP%]{visibility:visible;opacity:1}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%]{visibility:hidden;background-color:#fff;padding:30px;box-sizing:border-box;border-radius:6px;font-size:14px;box-shadow:0 0 30px #0000004d;position:absolute;z-index:100;top:-30px;left:75px;margin-left:-38px;opacity:0;transition:opacity .3s;color:#0009;word-spacing:1px}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%]:after{content:"";position:absolute;top:25px;left:-5px;margin-left:-19px;border-width:12px;border-style:solid;border-color:transparent #fff transparent transparent}.tooltip-content[_ngcontent-%COMP%] .tooltip.p-20[_ngcontent-%COMP%]{padding:20px}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .font-10[_ngcontent-%COMP%]{font-size:10px}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .font-12[_ngcontent-%COMP%]{font-size:12px}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%]{width:310px;height:150px;background:#f2f2f2;color:#0000004d;letter-spacing:1px;-webkit-user-select:none;user-select:none}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%] .bank-card-area[_ngcontent-%COMP%]{padding:15px}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%] .bank-card-area[_ngcontent-%COMP%] .input-box[_ngcontent-%COMP%]{width:115px;height:25px;border-radius:14px;background:#e6e6e6}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%] .bank-card-area[_ngcontent-%COMP%] .split-line[_ngcontent-%COMP%]{height:1px;width:100%;background:rgba(0,0,0,.05)}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%] .bank-card-area[_ngcontent-%COMP%] .account-number[_ngcontent-%COMP%]{color:#0003}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%] .bank-card-area[_ngcontent-%COMP%] .account-number[_ngcontent-%COMP%] .highlight[_ngcontent-%COMP%]{color:#2383e2}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%] .bank-card-area[_ngcontent-%COMP%] .mv-4[_ngcontent-%COMP%]{margin:4px 0}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .indicator[_ngcontent-%COMP%]{position:absolute;width:100%}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .indicator[_ngcontent-%COMP%] .horiz-line[_ngcontent-%COMP%]{background:#2383e2;height:2px;width:100%}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .indicator[_ngcontent-%COMP%] .vertical-line[_ngcontent-%COMP%]{margin:0 50%;background:#2383e2;width:2px;height:12px}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .indicator[_ngcontent-%COMP%] .vertical-line.height-62[_ngcontent-%COMP%]{height:62px}.tooltip-content[_ngcontent-%COMP%] .pointer[_ngcontent-%COMP%]{cursor:pointer}.tooltip[_ngcontent-%COMP%]{width:367px}.tooltip[_ngcontent-%COMP%] .tooltip-item[_ngcontent-%COMP%]{padding-bottom:15px;text-transform:none}.tooltip[_ngcontent-%COMP%] .tooltip-item[_ngcontent-%COMP%]:last-child{padding-bottom:0}.tooltip[_ngcontent-%COMP%] .tooltip-item[_ngcontent-%COMP%] .tooltip-row[_ngcontent-%COMP%]{padding-bottom:5px}.tooltip[_ngcontent-%COMP%] .tooltip-item[_ngcontent-%COMP%] .tooltip-row.normal[_ngcontent-%COMP%]{font-size:14px;color:#000000de}.tag[_ngcontent-%COMP%]{display:flex;align-items:center;line-height:16px;padding:2px 10px;border-radius:10px;width:-moz-fit-content;width:fit-content;color:#00000061;background-color:#0000001a;font-size:13px}.tag.enabled[_ngcontent-%COMP%]{color:#1e88e5;background-color:#e9f3fc}.tag.disabled[_ngcontent-%COMP%]{color:#8691a2;background-color:#56657b1a}.tag.normal[_ngcontent-%COMP%]{background-color:#e3e8ee;color:#55647b}.tag[_ngcontent-%COMP%]:not(:last-child){margin-right:3px}.no-name[_ngcontent-%COMP%]{color:#00000061}table[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{height:43px}.banner[_ngcontent-%COMP%]{background-color:#ddf4ff;padding:14px;font-size:14px;border-radius:10px;line-height:18px;display:flex;flex-direction:row;justify-content:center;align-items:center;grid-gap:16px;gap:16px;color:#000000de;border:1px solid #54aeff66}.app-icon[_ngcontent-%COMP%]{width:100%;height:100%;max-width:60px;max-height:60px}.app-icon[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:100%;height:100%;border-radius:10px;border:1px solid #e3e3e3}.banner-desc[_ngcontent-%COMP%]{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.banner-desc-sub[_ngcontent-%COMP%]{display:flex;flex-direction:row;grid-gap:10px;gap:10px}.banner-desc-sub-item[_ngcontent-%COMP%]{color:#00000061;font-weight:500;display:flex;flex-direction:row;justify-content:center;align-items:center;grid-gap:5px;gap:5px}.banner-desc-sub-item[_ngcontent-%COMP%]{cursor:pointer;color:#0969da;text-decoration:underline}.banner-desc-main-bold[_ngcontent-%COMP%]{font-weight:600}.title.app-user-list[_ngcontent-%COMP%]{display:flex;align-items:center;grid-gap:10px;gap:10px}.title-permissions-link[_ngcontent-%COMP%]{color:#0969da;cursor:pointer;font-size:12px}.tooltip-background[_ngcontent-%COMP%]{padding:4px 8px;background:rgba(0,0,0,.7);color:#fff;font-size:12px}']}),o})();var zn=m(76052),An=m.n(zn),qn=m(91486);function In(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",24),t.TgZ(1,"div",25),t.TgZ(2,"span"),t._uU(3,"Email"),t.qZA(),t.TgZ(4,"div"),t.TgZ(5,"mat-slide-toggle",26),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw().newCameraInfo.config.di.email=a}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(6,"div",25),t.TgZ(7,"span"),t._uU(8,"Push"),t.qZA(),t.TgZ(9,"div"),t.TgZ(10,"mat-slide-toggle",26),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw().newCameraInfo.config.di["enduser-app"]=a}),t.qZA(),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.oxw();t.xp6(5),t.Q6J("ngModel",n.newCameraInfo.config.di.email)("disabled",!n.memberInfo.di.email),t.xp6(5),t.Q6J("ngModel",n.newCameraInfo.config.di["enduser-app"])("disabled",!n.memberInfo.di["enduser-app"])}}function Sn(o,c){1&o&&(t.TgZ(0,"div",27),t.TgZ(1,"div"),t._UZ(2,"comp-icon",28),t.qZA(),t.TgZ(3,"div",29),t._uU(4,"This notifcation is disabled for users at the site level. The customer will not see this notification type in their app."),t.qZA(),t.qZA()),2&o&&(t.xp6(2),t.Q6J("icon","warning")("size",10)("color","hsla(21, 88%, 66%, 1)"))}function Un(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",24),t.TgZ(1,"div",25),t.TgZ(2,"span"),t._uU(3,"Email"),t.qZA(),t.TgZ(4,"div"),t.TgZ(5,"mat-slide-toggle",26),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw().newCameraInfo.config.swinger_bypass.email=a}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(6,"div",25),t.TgZ(7,"span"),t._uU(8,"Push"),t.qZA(),t.TgZ(9,"div"),t.TgZ(10,"mat-slide-toggle",26),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw().newCameraInfo.config.swinger_bypass["enduser-app"]=a}),t.qZA(),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.oxw();t.xp6(5),t.Q6J("ngModel",n.newCameraInfo.config.swinger_bypass.email)("disabled",!n.memberInfo.swinger_bypass.email),t.xp6(5),t.Q6J("ngModel",n.newCameraInfo.config.swinger_bypass["enduser-app"])("disabled",!n.memberInfo.swinger_bypass["enduser-app"])}}function Nn(o,c){1&o&&(t.TgZ(0,"div",27),t.TgZ(1,"div"),t._UZ(2,"comp-icon",28),t.qZA(),t.TgZ(3,"div",29),t._uU(4,"This notifcation is disabled for users at the site level. The customer will not see this notification type in their app."),t.qZA(),t.qZA()),2&o&&(t.xp6(2),t.Q6J("icon","warning")("size",10)("color","hsla(21, 88%, 66%, 1)"))}function En(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",24),t.TgZ(1,"div",25),t.TgZ(2,"span"),t._uU(3,"Email"),t.qZA(),t.TgZ(4,"div"),t.TgZ(5,"mat-slide-toggle",26),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(2).newCameraInfo.config.device_connection.email=a}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(6,"div",25),t.TgZ(7,"span"),t._uU(8,"Push"),t.qZA(),t.TgZ(9,"div"),t.TgZ(10,"mat-slide-toggle",26),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(2).newCameraInfo.config.device_connection["enduser-app"]=a}),t.qZA(),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.oxw(2);t.ekj("disabled",5===n.memberInfo.role),t.xp6(5),t.Q6J("ngModel",n.newCameraInfo.config.device_connection.email)("disabled",!n.memberInfo.device_connection.email),t.xp6(5),t.Q6J("ngModel",n.newCameraInfo.config.device_connection["enduser-app"])("disabled",!n.memberInfo.device_connection["enduser-app"])}}function Jn(o,c){1&o&&(t.TgZ(0,"div",27),t.TgZ(1,"div"),t._UZ(2,"comp-icon",28),t.qZA(),t.TgZ(3,"div",30),t._uU(4,"This notifcation is disabled for users at the site level. The customer will not see this notification type in their app."),t.qZA(),t.qZA()),2&o&&(t.xp6(2),t.Q6J("icon","warning")("size",10)("color","hsla(21, 88%, 66%, 1)"))}function Dn(o,c){if(1&o&&(t.TgZ(0,"div",10),t.TgZ(1,"div",11),t._uU(2,"Device Connection Events"),t.qZA(),t.YNc(3,En,11,6,"div",16),t.YNc(4,Jn,5,3,"div",14),t.qZA()),2&o){const n=t.oxw();t.xp6(3),t.Q6J("ngIf",n.site.show_device_connection_config_enduser_app),t.xp6(1),t.Q6J("ngIf",!n.site.show_device_connection_config_enduser_app)}}function Rn(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",24),t.TgZ(1,"div",25),t.TgZ(2,"span"),t._uU(3,"Email"),t.qZA(),t.TgZ(4,"div"),t.TgZ(5,"mat-slide-toggle",26),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw().newCameraInfo.config.intercom_zone.email=a}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(6,"div",25),t.TgZ(7,"span"),t._uU(8,"Push"),t.qZA(),t.TgZ(9,"div"),t.TgZ(10,"mat-slide-toggle",26),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw().newCameraInfo.config.intercom_zone["enduser-app"]=a}),t.qZA(),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.oxw();t.ekj("disabled",5===n.memberInfo.role),t.xp6(5),t.Q6J("ngModel",n.newCameraInfo.config.intercom_zone.email)("disabled",!n.memberInfo.intercom_zone.email),t.xp6(5),t.Q6J("ngModel",n.newCameraInfo.config.intercom_zone["enduser-app"])("disabled",!n.memberInfo.intercom_zone["enduser-app"])}}function Qn(o,c){1&o&&(t.TgZ(0,"div",27),t.TgZ(1,"div"),t._UZ(2,"comp-icon",28),t.qZA(),t.TgZ(3,"div",30),t._uU(4,"This notification is disabled for users at the site level. The customer will not see this notification type in their app."),t.qZA(),t.qZA()),2&o&&(t.xp6(2),t.Q6J("icon","warning")("size",10)("color","hsla(21, 88%, 66%, 1)"))}function Yn(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",24),t.TgZ(1,"div",25),t.TgZ(2,"span"),t._uU(3,"Email"),t.qZA(),t.TgZ(4,"div"),t.TgZ(5,"mat-slide-toggle",26),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(2).newCameraInfo.config.activity.email=a}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(6,"div",25),t.TgZ(7,"span"),t._uU(8,"Push"),t.qZA(),t.TgZ(9,"div"),t.TgZ(10,"mat-slide-toggle",26),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(2).newCameraInfo.config.activity["enduser-app"]=a}),t.qZA(),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.oxw(2);t.ekj("disabled",5===n.memberInfo.role),t.xp6(5),t.Q6J("ngModel",n.newCameraInfo.config.activity.email)("disabled",!n.memberInfo.activity.email),t.xp6(5),t.Q6J("ngModel",n.newCameraInfo.config.activity["enduser-app"])("disabled",!n.memberInfo.activity["enduser-app"])}}function Hn(o,c){1&o&&(t.TgZ(0,"div",27),t.TgZ(1,"div"),t._UZ(2,"comp-icon",28),t.qZA(),t.TgZ(3,"div",30),t._uU(4,"This notifcation is disabled for users at the site level. The customer will not see this notification type in their app."),t.qZA(),t.qZA()),2&o&&(t.xp6(2),t.Q6J("icon","warning")("size",10)("color","hsla(21, 88%, 66%, 1)"))}function Ln(o,c){if(1&o&&(t.TgZ(0,"div",10),t.TgZ(1,"div",11),t._uU(2,"Disarmed Activity Events"),t.qZA(),t.YNc(3,Yn,11,6,"div",16),t.YNc(4,Hn,5,3,"div",14),t.qZA()),2&o){const n=t.oxw();t.xp6(3),t.Q6J("ngIf",n.site.show_disarmed_event_config_enduser_app),t.xp6(1),t.Q6J("ngIf",!n.site.show_disarmed_event_config_enduser_app)}}function jn(o,c){if(1&o&&(t.TgZ(0,"div",31),t._uU(1),t.qZA()),2&o){const n=t.oxw();t.xp6(1),t.Oqu(n.modal.data.err)}}function Fn(o,c){1&o&&(t.TgZ(0,"div",32),t.O4$(),t.TgZ(1,"svg",33),t._UZ(2,"circle",34),t.qZA(),t.qZA())}let Bn=(()=>{class o{constructor(n,e,a,i){this.usersService=n,this.sitesService=e,this.devicesService=a,this.commonService=i,this.event=new t.vpe,this.waitsecond=1e3,this.isExistPrimary=!1,this.isLoading=!1,this.memberInfo={di:{email:!1,"enduser-app":!1},swinger_bypass:{email:!1,"enduser-app":!1},device_connection:{email:!1,"enduser-app":!1},activity:{email:!1,"enduser-app":!1},intercom_zone:{email:!1,"enduser-app":!1}},this.initCameraInfo={name:"",id:"",mac:"",source:"device",zoneType:"",zoneTypeLabel:"",config:{di:{email:!1,"enduser-app":!1},swinger_bypass:{email:!1,"enduser-app":!1},device_connection:{email:!1,"enduser-app":!1},activity:{email:!1,"enduser-app":!1},intercom_zone:{email:!1,"enduser-app":!1}}},this.site={show_arming_config_enduser_app:null,show_event_config_enduser_app:null,show_bypass_config_enduser_app:null,show_device_connection_config_enduser_app:null},this.cameraInfo=_.cloneDeep(this.initCameraInfo),this.newCameraInfo=_.cloneDeep(this.cameraInfo),this.m_warning=new P.u,this.isWarning=!1}ngOnInit(){this.usersService.getMe().subscribe(n=>{this.me=n})}ngOnChanges(n){n.active&&this.active&&(this.isLoading=!1,this.initData(),this.isExistPrimary=!!this.modal.data.isPrimary,this.setData())}closeModal(){setTimeout(()=>{this.event.next(!0)},300),this.modal.close(),this.isLoading=!1}initData(){this.isWarning=!1,this.cameraInfo=_.cloneDeep(this.initCameraInfo),this.newCameraInfo=_.cloneDeep(this.initCameraInfo),this.modal.data.err=""}setData(){this.modal.data.member&&(this.memberInfo=this.modal.data.member),this.modal.data.camera&&(this.cameraInfo=this.modal.data.camera,this.newCameraInfo=_.cloneDeep(this.cameraInfo)),this.site=this.modal.data.site,console.log("set data"),console.log(this.site)}onGlobalClick(n){}toggleNotification(n,e){}diffCameraNotis(){let n=!1;return!!this.newCameraInfo.config.di.email!=!!this.cameraInfo.config.di.email&&(n=!0),!!this.newCameraInfo.config.di["enduser-app"]!=!!this.cameraInfo.config.di["enduser-app"]&&(n=!0),!!this.newCameraInfo.config.swinger_bypass.email!=!!this.cameraInfo.config.swinger_bypass.email&&(n=!0),!!this.newCameraInfo.config.swinger_bypass["enduser-app"]!=!!this.cameraInfo.config.swinger_bypass["enduser-app"]&&(n=!0),!!this.newCameraInfo.config.device_connection.email!=!!this.cameraInfo.config.device_connection.email&&(n=!0),!!this.newCameraInfo.config.device_connection["enduser-app"]!=!!this.cameraInfo.config.device_connection["enduser-app"]&&(n=!0),!!this.newCameraInfo.config.activity.email!=!!this.cameraInfo.config.activity.email&&(n=!0),!!this.newCameraInfo.config.activity["enduser-app"]!=!!this.cameraInfo.config.activity["enduser-app"]&&(n=!0),!!this.newCameraInfo.config.intercom_zone.email!=!!this.cameraInfo.config.intercom_zone.email&&(n=!0),!!this.newCameraInfo.config.intercom_zone["enduser-app"]!=!!this.cameraInfo.config.intercom_zone["enduser-app"]&&(n=!0),n}updateMemberCameraNotifications(){let n=[];!!this.newCameraInfo.config.di.email!=!!this.cameraInfo.config.di.email&&n.push({sourceType:"di",notificationType:"email",isEnabled:this.newCameraInfo.config.di.email}),!!this.newCameraInfo.config.di["enduser-app"]!=!!this.cameraInfo.config.di["enduser-app"]&&n.push({sourceType:"di",notificationType:"enduser-app",isEnabled:this.newCameraInfo.config.di["enduser-app"]}),!!this.newCameraInfo.config.swinger_bypass.email!=!!this.cameraInfo.config.swinger_bypass.email&&n.push({sourceType:"swinger_bypass",notificationType:"email",isEnabled:this.newCameraInfo.config.swinger_bypass.email}),!!this.newCameraInfo.config.swinger_bypass["enduser-app"]!=!!this.cameraInfo.config.swinger_bypass["enduser-app"]&&n.push({sourceType:"swinger_bypass",notificationType:"enduser-app",isEnabled:this.newCameraInfo.config.swinger_bypass["enduser-app"]}),!!this.newCameraInfo.config.device_connection.email!=!!this.cameraInfo.config.device_connection.email&&n.push({sourceType:"device_connection",notificationType:"email",isEnabled:this.newCameraInfo.config.device_connection.email}),!!this.newCameraInfo.config.device_connection["enduser-app"]!=!!this.cameraInfo.config.device_connection["enduser-app"]&&n.push({sourceType:"device_connection",notificationType:"enduser-app",isEnabled:this.newCameraInfo.config.device_connection["enduser-app"]}),!!this.newCameraInfo.config.activity.email!=!!this.cameraInfo.config.activity.email&&n.push({sourceType:"activity",notificationType:"email",isEnabled:this.newCameraInfo.config.activity.email}),!!this.newCameraInfo.config.activity["enduser-app"]!=!!this.cameraInfo.config.activity["enduser-app"]&&n.push({sourceType:"activity",notificationType:"enduser-app",isEnabled:this.newCameraInfo.config.activity["enduser-app"]}),!!this.newCameraInfo.config.intercom_zone.email!=!!this.cameraInfo.config.intercom_zone.email&&n.push({sourceType:"intercom_zone",notificationType:"email",isEnabled:this.newCameraInfo.config.intercom_zone.email}),!!this.newCameraInfo.config.intercom_zone["enduser-app"]!=!!this.cameraInfo.config.intercom_zone["enduser-app"]&&n.push({sourceType:"intercom_zone",notificationType:"enduser-app",isEnabled:this.newCameraInfo.config.intercom_zone["enduser-app"]}),this.updateCameraNotifications(n)}updateCameraNotifications(n){return(0,y.mG)(this,void 0,void 0,function*(){console.log("diffs",n);const e=n.length;let a=[],i={error:{message:"failed"}},r=!0;this.isLoading=!0;for(let g=0;g<e;g++){const d=n[g],p=d.sourceType,C=d.notificationType,O=d.isEnabled;try{a[g]=yield this.updateMemberCameraNotification(p,C,O),this.cameraInfo.config[p][C]=!!O}catch(h){a[g]=h,i=h,r=!1}}console.log("res",a),r?this.commonService.showSuccessToast("Update Camera Notifications","Update Successfully"):this.commonService.showErrorToast(i,"Update Failed"),this.isLoading=!1})}updateMemberCameraNotification(n,e,a){if(5!==this.memberInfo.role||"device_connection"!==n)return this.isLoading=!0,this.devicesService.updateSiteMemberCameraNotification(this.me.dealer_id,this.customer.site_id,this.memberInfo.user_id,this.cameraInfo.id,{source:this.cameraInfo.source,source_event_type:n,notification_type:e,is_enabled:a?1:0}).toPromise()}confirmDialog(n="",e="",a="done",i="#1abc9c"){this.m_warning.data={header:n,contents:`\n <p>${e}</b></p>\n `,submit_btn:"OK",submit_class:["button-primary"],icon:a,isConfirm:!0,color:i},this.m_warning.data.submit_func=()=>{"green"===i&&this.closeModal()},this.m_warning.open()}errorDialog(n,e){let a="failed.";n._body&&(a=JSON.parse(n._body).message),n.error&&(n.error.message&&(a=n.error.message),n.error.permission_name&&(e=n.error.permission_name,this.modal.data.err=a)),setTimeout(()=>{this.confirmDialog(e,a,"warning","orange")},200),this.isLoading=!1}}return o.\u0275fac=function(n){return new(n||o)(t.Y36(z.f),t.Y36(A.f),t.Y36(H.I),t.Y36(R.v))},o.\u0275cmp=t.Xpm({type:o,selectors:[["dealer-customer-camera-noti"]],hostBindings:function(n,e){1&n&&t.NdJ("mousedown",function(i){return e.onGlobalClick(i)},!1,t.evT)},inputs:{modal:"modal",customer:"customer",member:"member",active:"active"},outputs:{event:"event"},features:[t.TTD],decls:50,vars:25,consts:[[1,"disable-full-screen"],[1,"background",3,"click"],[1,"container-center"],[1,"modal"],[1,"modal-header"],[1,"modal-header-txt"],[2,"position","relative"],[1,"title-close"],[1,"material-icons",3,"click"],[1,"items-area",2,"overflow-y","initial"],[1,"item"],[1,"label-title"],[1,"label"],["class","row",4,"ngIf"],["class","row mt-10",4,"ngIf"],["class","item",4,"ngIf"],["class","row",3,"disabled",4,"ngIf"],["class","contents warning",4,"ngIf"],[1,"tail-btn-area"],[1,"button","button-primary",3,"click"],[1,"btn-inner"],[1,"button",3,"click"],["class","loader absolute",4,"ngIf"],[3,"modal"],[1,"row"],[1,"toggle-box"],[3,"ngModel","disabled","ngModelChange"],[1,"row","mt-10"],[3,"icon","size","color"],[1,"desc","ml-3"],[1,"desc","mr-3"],[1,"contents","warning"],[1,"loader","absolute"],["viewBox","25 25 50 50",1,"circular"],["cx","50","cy","50","r","20","fill","none","stroke-width","4","stroke-miterlimit","10",1,"path"]],template:function(n,e){1&n&&(t.TgZ(0,"div",0),t.TgZ(1,"div",1),t.NdJ("click",function(){return e.closeModal()}),t.qZA(),t.TgZ(2,"div",2),t.TgZ(3,"div",3),t.TgZ(4,"div",4),t.TgZ(5,"div",5),t._uU(6,"Edit Camera Notifications"),t.qZA(),t.TgZ(7,"div",6),t.TgZ(8,"div",7),t.TgZ(9,"i",8),t.NdJ("click",function(){return e.closeModal()}),t._uU(10,"close"),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.TgZ(11,"div",9),t.TgZ(12,"div",10),t.TgZ(13,"div",11),t._uU(14,"Camera Name"),t.qZA(),t.TgZ(15,"div",12),t.TgZ(16,"span"),t._uU(17),t.qZA(),t.qZA(),t.qZA(),t.TgZ(18,"div",10),t.TgZ(19,"div",11),t._uU(20,"Zone Type"),t.qZA(),t.TgZ(21,"div",12),t._uU(22),t.qZA(),t.qZA(),t.TgZ(23,"div",10),t.TgZ(24,"div",11),t._uU(25,"Video Alarm Events"),t.qZA(),t.YNc(26,In,11,4,"div",13),t.YNc(27,Sn,5,3,"div",14),t.qZA(),t.TgZ(28,"div",10),t.TgZ(29,"div",11),t._uU(30,"Bypass Events"),t.qZA(),t.YNc(31,Un,11,4,"div",13),t.YNc(32,Nn,5,3,"div",14),t.qZA(),t.YNc(33,Dn,5,2,"div",15),t.TgZ(34,"div",10),t.TgZ(35,"div",11),t._uU(36,"Intercom Events"),t.qZA(),t.YNc(37,Rn,11,6,"div",16),t.YNc(38,Qn,5,3,"div",14),t.qZA(),t.YNc(39,Ln,5,2,"div",15),t.YNc(40,jn,2,1,"div",17),t.qZA(),t.TgZ(41,"div",18),t.TgZ(42,"div",19),t.NdJ("click",function(){return e.updateMemberCameraNotifications()}),t.TgZ(43,"div",20),t._uU(44,"Edit"),t.qZA(),t.qZA(),t.TgZ(45,"div",21),t.NdJ("click",function(){return e.closeModal()}),t.TgZ(46,"div",20),t._uU(47,"Cancel"),t.qZA(),t.qZA(),t.qZA(),t.YNc(48,Fn,3,0,"div",22),t.qZA(),t.qZA(),t.qZA(),t._UZ(49,"dealer-warning",23)),2&n&&(t.Udp("opacity",e.modal.is_active?100:0)("visibility",e.modal.is_active?"visible":"hidden"),t.xp6(11),t.ekj("disabled",e.isLoading),t.xp6(5),t.ekj("no-name",!e.cameraInfo.name),t.xp6(1),t.Oqu(e.cameraInfo.name?e.cameraInfo.name:"No Name"),t.xp6(5),t.Oqu(e.cameraInfo.zoneTypeLabel),t.xp6(4),t.Q6J("ngIf",e.site.show_event_config_enduser_app),t.xp6(1),t.Q6J("ngIf",!e.site.show_event_config_enduser_app),t.xp6(4),t.Q6J("ngIf",e.site.show_bypass_config_enduser_app),t.xp6(1),t.Q6J("ngIf",!e.site.show_bypass_config_enduser_app),t.xp6(1),t.Q6J("ngIf",5!==e.memberInfo.role),t.xp6(4),t.Q6J("ngIf",e.site.show_intercom_config_enduser_app),t.xp6(1),t.Q6J("ngIf",!e.site.show_intercom_config_enduser_app),t.xp6(1),t.Q6J("ngIf",e.me.is_beta_dealer_for_video_vault),t.xp6(1),t.Q6J("ngIf",e.modal.data.err),t.xp6(1),t.ekj("disabled",e.isLoading),t.xp6(1),t.ekj("disabled",e.isWarning||!e.diffCameraNotis()),t.xp6(6),t.Q6J("ngIf",e.isLoading),t.xp6(1),t.Q6J("modal",e.m_warning))},directives:[b.O5,I.a,S.Rr,f.JJ,f.On,q.U],styles:['.disable-full-screen[_ngcontent-%COMP%]{top:0;left:0;width:100%;height:100%;position:fixed;visibility:hidden;opacity:0;transition:.2s;z-index:101}.disable-full-screen[_ngcontent-%COMP%] > .background[_ngcontent-%COMP%]{position:absolute;background-color:#00000080;top:0;left:0;width:100%;height:100%;z-index:1}.overlay[_ngcontent-%COMP%]{position:fixed;top:0;bottom:0;left:0;right:0;background-color:#0000004d;z-index:1}.container-center[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%]{display:flex;flex-direction:row;align-items:center;height:48px;padding:0 16px}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{display:inline-block;font-size:20px;color:#fff;text-transform:uppercase}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .title[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{vertical-align:middle;margin-right:4px}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .desc[_ngcontent-%COMP%]{font-size:12px;color:#fffc;padding:8px 0 32px;line-height:.8}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .space[_ngcontent-%COMP%]{flex:1}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{float:right;margin-left:8px;color:#fffc;transition:.1s}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{color:#fff;cursor:pointer}.body[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{display:flex;align-items:center;font-size:14px;color:#777;margin-top:28px}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{font-size:14px;flex:1 1 auto;box-sizing:border-box;padding:6px 0 4px;border:0;border-bottom:2px solid #ddd;background:rgba(0,0,0,0);transition:.2s}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:focus{box-shadow:0 0 0 3px #1f8fff61;outline:none}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%] .err[_ngcontent-%COMP%]{outline:none;border-bottom:2px solid #D25074}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%] .err[_ngcontent-%COMP%]:focus{outline:none;border-bottom:2px solid #D25074}.body[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]{font:400 14px Arial;resize:none;flex:1 1 auto;box-sizing:border-box;padding:6px 0 4px;border:0;border-bottom:2px solid #ddd;background:rgba(0,0,0,0);transition:.2s}.body[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]:focus{box-shadow:0 0 0 3px #1f8fff61;outline:none}.body[_ngcontent-%COMP%] .hidden-input[_ngcontent-%COMP%]{border-bottom:2px solid #fff;background:rgba(0,0,0,0) #b87272}.body[_ngcontent-%COMP%] .hidden-input[_ngcontent-%COMP%]:hover{border-bottom:2px solid #777}.body[_ngcontent-%COMP%] select[_ngcontent-%COMP%]{width:100%;min-height:24px;background:white;box-sizing:border-box;margin-top:8px;padding:4px 0;border:0;border-bottom:1px solid #ccc;transition:.2s}.body[_ngcontent-%COMP%] select[_ngcontent-%COMP%]:focus{outline:none;border-bottom:1px solid #777}.body[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%]{width:100%;min-height:24px;font-size:14px;color:#333;margin-top:12px;padding:4px 0;display:flex;align-items:center}.body[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] > i[_ngcontent-%COMP%]{margin-right:8px}.body[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] > .button[_ngcontent-%COMP%]{color:#777;transition:.2s;cursor:pointer}.body[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] > .button[_ngcontent-%COMP%]:hover{color:#333}.body[_ngcontent-%COMP%] .contents-selectable[_ngcontent-%COMP%]{cursor:pointer}.body[_ngcontent-%COMP%] .contents-selectable[_ngcontent-%COMP%]:hover{background:#f0f0f0}.body[_ngcontent-%COMP%] > .editable[_ngcontent-%COMP%]{border-bottom:1px solid #fff;transition:.5s}.body[_ngcontent-%COMP%] > .editable[_ngcontent-%COMP%]:hover{cursor:text;border-bottom:1px solid #ccc}.body[_ngcontent-%COMP%] > .warning[_ngcontent-%COMP%]{color:#f55}.modal[_ngcontent-%COMP%]{width:100%;max-width:600px;background:white;box-shadow:0 4px 8px #777;z-index:2;border-radius:5px}.modal[_ngcontent-%COMP%] .modal-header[_ngcontent-%COMP%]{display:flex;height:50px;justify-content:space-between;border-bottom:.5px solid rgba(0,0,0,.1)}.modal[_ngcontent-%COMP%] .modal-header[_ngcontent-%COMP%] .modal-header-txt[_ngcontent-%COMP%]{display:flex;align-items:center;padding-left:16px}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%]{display:flex;height:50px;justify-content:space-between;background-color:#f7fafc;border-radius:5px 5px 0 0}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{display:inline-block;font-size:20px;color:#fff;text-transform:uppercase}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .title[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{vertical-align:middle;margin-right:4px}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .desc[_ngcontent-%COMP%]{font-size:12px;color:#fffc;padding:8px 0 32px;line-height:.8}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .space[_ngcontent-%COMP%]{flex:1}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{float:right;margin-left:8px;color:#fffc;transition:.1s}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{color:#fff;cursor:pointer}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%]{flex:1;display:block;overflow-y:overlay;padding:30px 20px 20px;border-bottom:.5px solid rgba(0,0,0,.1);background-color:#f8fafc;display:flex;flex-direction:column;font-size:14px}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .description[_ngcontent-%COMP%]{color:#0009;font-size:12px}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]{width:100%;box-sizing:border-box;padding:8px;background-color:#fff;border:1px solid #eeeeee;font-size:14px;transition:.2s;text-indent:0px;font-weight:400;resize:none}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]::placeholder{font-size:14px}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]:focus{outline:none;border:1px solid #2383e2}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%]{padding-bottom:20px}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{width:100%;box-sizing:border-box;padding:7px 10px;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:5px;font-size:14px;transition:.2s;text-indent:0px;font-weight:400}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:focus{box-shadow:0 0 0 3px #1f8fff61;outline:none}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.err[_ngcontent-%COMP%]{outline:none;background-color:#fbd0d6;box-shadow:0 0 0 2px #d25074}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.err[_ngcontent-%COMP%]:focus{outline:none;box-shadow:0 0 0 2px #d25074}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.dark[_ngcontent-%COMP%]{background-color:#f5f5f5}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.dark[_ngcontent-%COMP%]:focus{background-color:#fff}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.disabled[_ngcontent-%COMP%]{background-color:#eee;opacity:1}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.err[_ngcontent-%COMP%]{outline:none;border:1px solid #D25074!important;background-color:#fff!important}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.correct[_ngcontent-%COMP%]{border:solid 1px #e0e0e0;background-color:#e5f2ff}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input[_ngcontent-%COMP%]::placeholder{color:#0000004d}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.input-err[_ngcontent-%COMP%]{outline:none;background-color:#fbd0d6;box-shadow:0 0 0 2px #f1556c}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.input-err[_ngcontent-%COMP%]:focus{outline:none;box-shadow:0 0 0 2px #f1556c}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] .site-search[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{margin-bottom:0;border:none;outline:none;background-color:transparent}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item.pb-0[_ngcontent-%COMP%]{padding-bottom:0}.modal[_ngcontent-%COMP%] > .body[_ngcontent-%COMP%]{padding:16px 32px;display:flex;flex-direction:column;max-height:800px;overflow-y:overlay}.modal[_ngcontent-%COMP%] > .body-center[_ngcontent-%COMP%]{padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;max-height:800px;overflow-y:overlay}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%]{display:flex;flex-direction:row-reverse;justify-content:center;padding:0 32px 30px}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .space[_ngcontent-%COMP%]{flex:1}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{padding:7px 14px;color:#888;font-size:14px;font-weight:500;transition:.2s;text-transform:capitalize;border-radius:5px}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{color:#000;cursor:pointer}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-primary[_ngcontent-%COMP%]{background:#2383e2;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-primary[_ngcontent-%COMP%]:hover{background:#2ea0ff;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-warning[_ngcontent-%COMP%]{background:orange;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-warning[_ngcontent-%COMP%]:hover{background:#ffb938;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-disable[_ngcontent-%COMP%]{background:#ddd;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-disable[_ngcontent-%COMP%]:hover{background:#ddd;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-danger[_ngcontent-%COMP%]{background:#f1556d;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-danger[_ngcontent-%COMP%]:hover{background:#f47185;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-normal[_ngcontent-%COMP%]{background:#d1d2d2;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-normal[_ngcontent-%COMP%]:hover{background:#b2b3b3;color:#fff}.dropdown[_ngcontent-%COMP%]{font-size:14px;position:relative;flex:1}.dropdown[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{width:100%;background:rgba(0,0,0,0)}.dropdown-contents[_ngcontent-%COMP%]{position:absolute;width:100%;margin-top:8px;left:0px;z-index:100;text-align:left;box-sizing:border-box;background-color:#fff;box-shadow:0 1px 13px 1px #0003;transition:.2s}.dropdown-contents[_ngcontent-%COMP%] > .list-item[_ngcontent-%COMP%]{cursor:pointer;padding:8px;color:#333;font-size:14px;display:flex;align-items:center}.dropdown-contents[_ngcontent-%COMP%] > .list-item[_ngcontent-%COMP%]:hover{background:#eee}.face[_ngcontent-%COMP%]{border-radius:50%;width:32px;height:32px;margin-right:8px}.no-face[_ngcontent-%COMP%]{border-radius:50%;width:32px;height:32px;background-color:#ccc;display:inline-block;margin-right:8px;vertical-align:middle;color:#fff;text-align:center;text-transform:uppercase}.calendar[_ngcontent-%COMP%]{width:100%}.dropdown-background[_ngcontent-%COMP%]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1}.disabled[_ngcontent-%COMP%]{opacity:.6;cursor:default;pointer-events:none}.inactive[_ngcontent-%COMP%]{pointer-events:none;filter:grayscale(.3);opacity:.8}.loader[_ngcontent-%COMP%]{position:relative;margin:0 auto;width:50px}.loader.absolute[_ngcontent-%COMP%]{margin:auto;position:absolute;top:calc(50% - 25px);left:calc(50% - 25px)}.loader[_ngcontent-%COMP%]:before{content:"";display:block;padding-top:100%}.circular[_ngcontent-%COMP%]{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.path[_ngcontent-%COMP%]{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite;stroke:#0057e7;stroke-linecap:round}.title-close[_ngcontent-%COMP%]{position:absolute;display:flex;top:3px;right:6px;width:45px;height:45px;align-items:center;justify-content:center;font-size:14px;color:#0009;cursor:pointer;transition:.2s}.title-close[_ngcontent-%COMP%]:hover{background-color:#f7f7f7;border-radius:22px}.tail-btn-area[_ngcontent-%COMP%]{border-radius:5px;padding:12px 20px}.row[_ngcontent-%COMP%]{display:flex}.row.between[_ngcontent-%COMP%]{justify-content:space-between}table[_ngcontent-%COMP%]{width:100%;border-collapse:collapse}table.table-header[_ngcontent-%COMP%]{min-height:31px;background-color:#f7fafc;border-bottom:solid 1px rgba(0,0,0,.1);border-top:solid 1px rgba(0,0,0,.1);box-sizing:border-box}table.table-header[_ngcontent-%COMP%]:after{border-collapse:separate}table[_ngcontent-%COMP%] .table-body[_ngcontent-%COMP%]{width:100%;flex:1;overflow-y:overlay;overflow-x:hidden}table[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{position:relative;padding:10px 7px;color:#000000de;text-transform:capitalize;text-align:left;font-size:12px;font-weight:normal;-webkit-user-select:none;user-select:none}table[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:first-child{padding:10px 7px 10px 20px}table[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:last-child{padding:10px 20px 10px 7px}table[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{font-size:14px;color:#0009;border-bottom:1px rgba(0,0,0,.1) solid;padding:14px}.selectable[_ngcontent-%COMP%]{cursor:pointer}.selectable[_ngcontent-%COMP%]:hover{background:#f0f0f0}',".modal[_ngcontent-%COMP%]{max-width:450px}.label-title[_ngcontent-%COMP%]{font-size:14px;color:#000000de;margin-bottom:10px}.label[_ngcontent-%COMP%]{font-size:14px;color:#0009;margin-bottom:10px}.desc[_ngcontent-%COMP%]{font-size:12px;color:#55647b}.toggle-box[_ngcontent-%COMP%]{display:flex;width:175px;align-items:center;justify-content:space-between;padding:5px 10px;color:#55647b;font-size:14px;border:1px solid #E3E8EE;border-radius:5px;background-color:#fff}.toggle-box[_ngcontent-%COMP%]:not(:first-child){margin-left:10px}.ml-3[_ngcontent-%COMP%]{margin-left:3px}.no-name[_ngcontent-%COMP%]{color:#56657b99}"]}),o})();const Vn=["selectuser"];function $n(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",20),t.NdJ("click",function(){const i=t.CHM(n).$implicit;return t.oxw().changeMemberRole(i.id)}),t.TgZ(1,"div",21),t._UZ(2,"comp-icon",22),t.TgZ(3,"div",23),t._uU(4),t.qZA(),t.qZA(),t.TgZ(5,"div",24),t._uU(6),t.qZA(),t.qZA()}if(2&o){const n=c.$implicit,e=t.oxw();t.ekj("content-box-focus",e.newMemberRole===n.id),t.xp6(2),t.Q6J("icon","check_circle")("color",e.newMemberRole===n.id?"rgba(30, 136, 229, 1)":"rgba(0, 0, 0, 0.38)")("size",18),t.xp6(2),t.Oqu(n.name),t.xp6(2),t.Oqu(n.description)}}function Wn(o,c){1&o&&(t.TgZ(0,"div",25),t.O4$(),t.TgZ(1,"svg",26),t._UZ(2,"circle",27),t.qZA(),t.qZA())}let Gn=(()=>{class o{constructor(n,e,a){this.usersService=n,this.sitesService=e,this.commonService=a,this.onClose=new t.vpe,this.onUpdate=new t.vpe,this.m_warning=new P.u,this.m_permission=new P.u,this.enable_modal=!1,this.isLoading=!1,this.labelPosition="after",this.isValid=!1,this._site={},this._member={},this.memberRole=0,this.newMemberRole=0,this.roleList=[],this.roleData={}}ngOnInit(){this.usersService.getMe().subscribe(n=>{this.me=n})}ngOnChanges(n){n.active&&this.active&&(this.enable_modal=!0,this.initData(),console.log("init data",this.modal.data),this.modal.data.site&&this.setData())}close(n=!1){this.onClose.next(n),this.modal.close(),setTimeout(e=>{this.enable_modal=!1},200)}doUpdate(n){this.onUpdate.next({role:n})}initData(){this._site={},this._member={},this.roleList=[],this.memberRole=0,this.newMemberRole=0}setData(){this._site=_.cloneDeep(this.modal.data.site),this._member=_.cloneDeep(this.sitesService.siteMember),this.roleData=this.sitesService.memberRoles,this.roleList=this.roleData.roles,this.memberRole=this._member.role,this.newMemberRole=this._member.role}changeMemberRole(n){this.newMemberRole=n}update(){this.isLoading=!0,this.sitesService.updateSiteMember(this.me.dealer_id,this._site.site_id,this._member.user_id,{role:this.newMemberRole}).subscribe(r=>{setTimeout(()=>{this.memberRole=this.newMemberRole,this._member.role=this.newMemberRole,this.isLoading=!1,this.doUpdate(this.memberRole),this.close()},300),this.commonService.showSuccessToast("Change a Site Member Role","success")},r=>{this.isLoading=!1,this.commonService.showErrorToast(r,"Change a Site Member Role")})}openPermissionInfoModal(){this.m_permission.open()}confirmDialog(n="",e="",a="done",i="green"){this.m_warning.data={header:n,contents:`\n <p>${e}</b></p>\n `,submit_btn:"OK",submit_class:["button-primary"],icon:a,isConfirm:!0,color:i},this.m_warning.data.submit_func=()=>{"green"===i&&this.close(!0)},this.m_warning.open()}errorDialog(n,e){let a="failed.";n.error&&n.error.message&&(a=n.error.message),n._body&&(a=JSON.parse(n._body).message),setTimeout(()=>{this.confirmDialog(e,a,"warning","orange")},200),this.isLoading=!1}}return o.\u0275fac=function(n){return new(n||o)(t.Y36(z.f),t.Y36(A.f),t.Y36(R.v))},o.\u0275cmp=t.Xpm({type:o,selectors:[["dealer-member-role-edit"]],viewQuery:function(n,e){if(1&n&&t.Gf(Vn,5),2&n){let a;t.iGM(a=t.CRH())&&(e.selectuser=a.first)}},inputs:{active:"active",modal:"modal"},outputs:{onClose:"onClose",onUpdate:"onUpdate"},features:[t.TTD],decls:27,vars:9,consts:[[1,"disable-full-screen"],[1,"background",3,"click"],[1,"container-center"],[1,"modal"],[1,"modal-header"],[1,"modal-header-txt"],[2,"position","relative"],[1,"title-close"],[1,"material-icons",3,"click"],[1,"items-area"],["class","content-box",3,"content-box-focus","click",4,"ngFor","ngForOf"],[1,"tail-btn-area"],[1,"button","button-primary",3,"click"],[1,"btn-inner"],[1,"button","button-white",2,"margin","0",3,"click"],[1,"flex","align-center","f-1"],[1,"link-txt","fs-12",3,"click"],["class","loader absolute",4,"ngIf"],[3,"modal"],[3,"modal","active"],[1,"content-box",3,"click"],[1,"content-box-title"],[3,"icon","color","size"],[1,"ml-5"],[1,"content-box-title-description"],[1,"loader","absolute"],["viewBox","25 25 50 50",1,"circular"],["cx","50","cy","50","r","20","fill","none","stroke-width","4","stroke-miterlimit","10",1,"path"]],template:function(n,e){1&n&&(t.TgZ(0,"div",0),t.TgZ(1,"div",1),t.NdJ("click",function(){return e.close()}),t.qZA(),t.TgZ(2,"div",2),t.TgZ(3,"div",3),t.TgZ(4,"div",4),t.TgZ(5,"div",5),t._uU(6,"Change Permission"),t.qZA(),t.TgZ(7,"div",6),t.TgZ(8,"div",7),t.TgZ(9,"i",8),t.NdJ("click",function(){return e.close()}),t._uU(10,"close"),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.TgZ(11,"div",9),t.YNc(12,$n,7,7,"div",10),t.qZA(),t.TgZ(13,"div",11),t.TgZ(14,"div",12),t.NdJ("click",function(){return e.update()}),t.TgZ(15,"div",13),t.TgZ(16,"span"),t._uU(17,"Save Changes"),t.qZA(),t.qZA(),t.qZA(),t.TgZ(18,"div",14),t.NdJ("click",function(){return e.close()}),t.TgZ(19,"div",13),t._uU(20,"Cancel"),t.qZA(),t.qZA(),t.TgZ(21,"div",15),t.TgZ(22,"div",16),t.NdJ("click",function(){return e.openPermissionInfoModal()}),t._uU(23,"Learn about permission?"),t.qZA(),t.qZA(),t.qZA(),t.YNc(24,Wn,3,0,"div",17),t.qZA(),t.qZA(),t.qZA(),t._UZ(25,"dealer-warning",18),t._UZ(26,"dealer-member-permission",19)),2&n&&(t.Udp("opacity",e.modal.is_active?100:0)("visibility",e.modal.is_active?"visible":"hidden"),t.xp6(12),t.Q6J("ngForOf",e.roleList),t.xp6(12),t.Q6J("ngIf",e.isLoading),t.xp6(1),t.Q6J("modal",e.m_warning),t.xp6(1),t.Q6J("modal",e.m_permission)("active",e.m_permission.is_active))},directives:[b.sg,b.O5,I.a,L,q.U],styles:['.disable-full-screen[_ngcontent-%COMP%]{top:0;left:0;width:100%;height:100%;position:fixed;visibility:hidden;opacity:0;transition:.2s;z-index:101}.disable-full-screen[_ngcontent-%COMP%] > .background[_ngcontent-%COMP%]{position:absolute;background-color:#00000080;top:0;left:0;width:100%;height:100%;z-index:1}.overlay[_ngcontent-%COMP%]{position:fixed;top:0;bottom:0;left:0;right:0;background-color:#0000004d;z-index:1}.container-center[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%]{display:flex;flex-direction:row;align-items:center;height:48px;padding:0 16px}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{display:inline-block;font-size:20px;color:#fff;text-transform:uppercase}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .title[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{vertical-align:middle;margin-right:4px}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .desc[_ngcontent-%COMP%]{font-size:12px;color:#fffc;padding:8px 0 32px;line-height:.8}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .space[_ngcontent-%COMP%]{flex:1}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{float:right;margin-left:8px;color:#fffc;transition:.1s}.body[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{color:#fff;cursor:pointer}.body[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{display:flex;align-items:center;font-size:14px;color:#777;margin-top:28px}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{font-size:14px;flex:1 1 auto;box-sizing:border-box;padding:6px 0 4px;border:0;border-bottom:2px solid #ddd;background:rgba(0,0,0,0);transition:.2s}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:focus{box-shadow:0 0 0 3px #1f8fff61;outline:none}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%] .err[_ngcontent-%COMP%]{outline:none;border-bottom:2px solid #D25074}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%] .err[_ngcontent-%COMP%]:focus{outline:none;border-bottom:2px solid #D25074}.body[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]{font:400 14px Arial;resize:none;flex:1 1 auto;box-sizing:border-box;padding:6px 0 4px;border:0;border-bottom:2px solid #ddd;background:rgba(0,0,0,0);transition:.2s}.body[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]:focus{box-shadow:0 0 0 3px #1f8fff61;outline:none}.body[_ngcontent-%COMP%] .hidden-input[_ngcontent-%COMP%]{border-bottom:2px solid #fff;background:rgba(0,0,0,0) #b87272}.body[_ngcontent-%COMP%] .hidden-input[_ngcontent-%COMP%]:hover{border-bottom:2px solid #777}.body[_ngcontent-%COMP%] select[_ngcontent-%COMP%]{width:100%;min-height:24px;background:white;box-sizing:border-box;margin-top:8px;padding:4px 0;border:0;border-bottom:1px solid #ccc;transition:.2s}.body[_ngcontent-%COMP%] select[_ngcontent-%COMP%]:focus{outline:none;border-bottom:1px solid #777}.body[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%]{width:100%;min-height:24px;font-size:14px;color:#333;margin-top:12px;padding:4px 0;display:flex;align-items:center}.body[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] > i[_ngcontent-%COMP%]{margin-right:8px}.body[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] > .button[_ngcontent-%COMP%]{color:#777;transition:.2s;cursor:pointer}.body[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] > .button[_ngcontent-%COMP%]:hover{color:#333}.body[_ngcontent-%COMP%] .contents-selectable[_ngcontent-%COMP%]{cursor:pointer}.body[_ngcontent-%COMP%] .contents-selectable[_ngcontent-%COMP%]:hover{background:#f0f0f0}.body[_ngcontent-%COMP%] > .editable[_ngcontent-%COMP%]{border-bottom:1px solid #fff;transition:.5s}.body[_ngcontent-%COMP%] > .editable[_ngcontent-%COMP%]:hover{cursor:text;border-bottom:1px solid #ccc}.body[_ngcontent-%COMP%] > .warning[_ngcontent-%COMP%]{color:#f55}.modal[_ngcontent-%COMP%]{width:100%;max-width:600px;background:white;box-shadow:0 4px 8px #777;z-index:2;border-radius:5px}.modal[_ngcontent-%COMP%] .modal-header[_ngcontent-%COMP%]{display:flex;height:50px;justify-content:space-between;border-bottom:.5px solid rgba(0,0,0,.1)}.modal[_ngcontent-%COMP%] .modal-header[_ngcontent-%COMP%] .modal-header-txt[_ngcontent-%COMP%]{display:flex;align-items:center;padding-left:16px}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%]{display:flex;height:50px;justify-content:space-between;background-color:#f7fafc;border-radius:5px 5px 0 0}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{display:inline-block;font-size:20px;color:#fff;text-transform:uppercase}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .title[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{vertical-align:middle;margin-right:4px}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .desc[_ngcontent-%COMP%]{font-size:12px;color:#fffc;padding:8px 0 32px;line-height:.8}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .space[_ngcontent-%COMP%]{flex:1}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{float:right;margin-left:8px;color:#fffc;transition:.1s}.modal[_ngcontent-%COMP%] > .header[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{color:#fff;cursor:pointer}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%]{flex:1;display:block;overflow-y:overlay;padding:30px 20px 20px;border-bottom:.5px solid rgba(0,0,0,.1);background-color:#f8fafc;display:flex;flex-direction:column;font-size:14px}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .description[_ngcontent-%COMP%]{color:#0009;font-size:12px}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]{width:100%;box-sizing:border-box;padding:8px;background-color:#fff;border:1px solid #eeeeee;font-size:14px;transition:.2s;text-indent:0px;font-weight:400;resize:none}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]::placeholder{font-size:14px}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]:focus{outline:none;border:1px solid #2383e2}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%]{padding-bottom:20px}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{width:100%;box-sizing:border-box;padding:7px 10px;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:5px;font-size:14px;transition:.2s;text-indent:0px;font-weight:400}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:focus{box-shadow:0 0 0 3px #1f8fff61;outline:none}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.err[_ngcontent-%COMP%]{outline:none;background-color:#fbd0d6;box-shadow:0 0 0 2px #d25074}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.err[_ngcontent-%COMP%]:focus{outline:none;box-shadow:0 0 0 2px #d25074}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.dark[_ngcontent-%COMP%]{background-color:#f5f5f5}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.dark[_ngcontent-%COMP%]:focus{background-color:#fff}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.disabled[_ngcontent-%COMP%]{background-color:#eee;opacity:1}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.err[_ngcontent-%COMP%]{outline:none;border:1px solid #D25074!important;background-color:#fff!important}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.correct[_ngcontent-%COMP%]{border:solid 1px #e0e0e0;background-color:#e5f2ff}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input[_ngcontent-%COMP%]::placeholder{color:#0000004d}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.input-err[_ngcontent-%COMP%]{outline:none;background-color:#fbd0d6;box-shadow:0 0 0 2px #f1556c}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] input.input-err[_ngcontent-%COMP%]:focus{outline:none;box-shadow:0 0 0 2px #f1556c}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item[_ngcontent-%COMP%] .site-search[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{margin-bottom:0;border:none;outline:none;background-color:transparent}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .item.pb-0[_ngcontent-%COMP%]{padding-bottom:0}.modal[_ngcontent-%COMP%] > .body[_ngcontent-%COMP%]{padding:16px 32px;display:flex;flex-direction:column;max-height:800px;overflow-y:overlay}.modal[_ngcontent-%COMP%] > .body-center[_ngcontent-%COMP%]{padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;max-height:800px;overflow-y:overlay}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%]{display:flex;flex-direction:row-reverse;justify-content:center;padding:0 32px 30px}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .space[_ngcontent-%COMP%]{flex:1}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{padding:7px 14px;color:#888;font-size:14px;font-weight:500;transition:.2s;text-transform:capitalize;border-radius:5px}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{color:#000;cursor:pointer}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-primary[_ngcontent-%COMP%]{background:#2383e2;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-primary[_ngcontent-%COMP%]:hover{background:#2ea0ff;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-warning[_ngcontent-%COMP%]{background:orange;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-warning[_ngcontent-%COMP%]:hover{background:#ffb938;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-disable[_ngcontent-%COMP%]{background:#ddd;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-disable[_ngcontent-%COMP%]:hover{background:#ddd;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-danger[_ngcontent-%COMP%]{background:#f1556d;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-danger[_ngcontent-%COMP%]:hover{background:#f47185;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-normal[_ngcontent-%COMP%]{background:#d1d2d2;color:#fff}.modal[_ngcontent-%COMP%] > .tail[_ngcontent-%COMP%] .button-normal[_ngcontent-%COMP%]:hover{background:#b2b3b3;color:#fff}.dropdown[_ngcontent-%COMP%]{font-size:14px;position:relative;flex:1}.dropdown[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{width:100%;background:rgba(0,0,0,0)}.dropdown-contents[_ngcontent-%COMP%]{position:absolute;width:100%;margin-top:8px;left:0px;z-index:100;text-align:left;box-sizing:border-box;background-color:#fff;box-shadow:0 1px 13px 1px #0003;transition:.2s}.dropdown-contents[_ngcontent-%COMP%] > .list-item[_ngcontent-%COMP%]{cursor:pointer;padding:8px;color:#333;font-size:14px;display:flex;align-items:center}.dropdown-contents[_ngcontent-%COMP%] > .list-item[_ngcontent-%COMP%]:hover{background:#eee}.face[_ngcontent-%COMP%]{border-radius:50%;width:32px;height:32px;margin-right:8px}.no-face[_ngcontent-%COMP%]{border-radius:50%;width:32px;height:32px;background-color:#ccc;display:inline-block;margin-right:8px;vertical-align:middle;color:#fff;text-align:center;text-transform:uppercase}.calendar[_ngcontent-%COMP%]{width:100%}.dropdown-background[_ngcontent-%COMP%]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1}.disabled[_ngcontent-%COMP%]{opacity:.6;cursor:default;pointer-events:none}.inactive[_ngcontent-%COMP%]{pointer-events:none;filter:grayscale(.3);opacity:.8}.loader[_ngcontent-%COMP%]{position:relative;margin:0 auto;width:50px}.loader.absolute[_ngcontent-%COMP%]{margin:auto;position:absolute;top:calc(50% - 25px);left:calc(50% - 25px)}.loader[_ngcontent-%COMP%]:before{content:"";display:block;padding-top:100%}.circular[_ngcontent-%COMP%]{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.path[_ngcontent-%COMP%]{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite;stroke:#0057e7;stroke-linecap:round}.title-close[_ngcontent-%COMP%]{position:absolute;display:flex;top:3px;right:6px;width:45px;height:45px;align-items:center;justify-content:center;font-size:14px;color:#0009;cursor:pointer;transition:.2s}.title-close[_ngcontent-%COMP%]:hover{background-color:#f7f7f7;border-radius:22px}.tail-btn-area[_ngcontent-%COMP%]{border-radius:5px;padding:12px 20px}.row[_ngcontent-%COMP%]{display:flex}.row.between[_ngcontent-%COMP%]{justify-content:space-between}table[_ngcontent-%COMP%]{width:100%;border-collapse:collapse}table.table-header[_ngcontent-%COMP%]{min-height:31px;background-color:#f7fafc;border-bottom:solid 1px rgba(0,0,0,.1);border-top:solid 1px rgba(0,0,0,.1);box-sizing:border-box}table.table-header[_ngcontent-%COMP%]:after{border-collapse:separate}table[_ngcontent-%COMP%] .table-body[_ngcontent-%COMP%]{width:100%;flex:1;overflow-y:overlay;overflow-x:hidden}table[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{position:relative;padding:10px 7px;color:#000000de;text-transform:capitalize;text-align:left;font-size:12px;font-weight:normal;-webkit-user-select:none;user-select:none}table[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:first-child{padding:10px 7px 10px 20px}table[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:last-child{padding:10px 20px 10px 7px}table[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{font-size:14px;color:#0009;border-bottom:1px rgba(0,0,0,.1) solid;padding:14px}.selectable[_ngcontent-%COMP%]{cursor:pointer}.selectable[_ngcontent-%COMP%]:hover{background:#f0f0f0}','.modal[_ngcontent-%COMP%]{max-width:670px;max-height:90vh;display:flex;flex-direction:column}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%]{padding:20px 30px 30px;box-sizing:border-box}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .content-box[_ngcontent-%COMP%]{padding:20px;background:#FFFFFF;margin-bottom:10px;border:1px solid rgba(0,0,0,.1);box-sizing:border-box;border-radius:5px;font-size:14px;cursor:pointer;-webkit-user-select:none;user-select:none}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .content-box-focus[_ngcontent-%COMP%]{border:1px solid #1e88e5}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .content-box-title[_ngcontent-%COMP%]{display:flex;margin-bottom:10px;font-weight:500;color:#000000de}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .content-box-title-description[_ngcontent-%COMP%]{color:#0009}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .content-box-txt-danger[_ngcontent-%COMP%]{color:#cd3d64}.modal[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%] .content-box-sub-label[_ngcontent-%COMP%]{font-size:12px;color:#55647b}.circular[_ngcontent-%COMP%]{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.circular[_ngcontent-%COMP%] .path[_ngcontent-%COMP%]{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite;stroke:#0057e7;stroke-linecap:round}.loader[_ngcontent-%COMP%]{position:relative;margin:0 auto;width:50px}.loader.absolute[_ngcontent-%COMP%]{margin:48px auto;position:absolute;top:calc(50% - 25px);left:calc(50% - 25px)}.loader[_ngcontent-%COMP%]:before{content:"";display:block;padding-top:100%}.loading[_ngcontent-%COMP%]{background-color:#eee}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{flex:inherit}.fs-12[_ngcontent-%COMP%]{font-size:12px}']}),o})();const Kn=["roleselect"];function Xn(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",34),t.TgZ(1,"div",35),t.TgZ(2,"span"),t._uU(3,"Email"),t.qZA(),t.TgZ(4,"div"),t.TgZ(5,"mat-slide-toggle",36),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(2).memberInfo.arm.email=a})("change",function(){return t.CHM(n),t.oxw(2).toggleNotification("arm","email")}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(6,"div",35),t.TgZ(7,"span"),t._uU(8,"Push"),t.qZA(),t.TgZ(9,"div"),t.TgZ(10,"mat-slide-toggle",36),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(2).memberInfo.arm["enduser-app"]=a})("change",function(){return t.CHM(n),t.oxw(2).toggleNotification("arm","enduser-app")}),t.qZA(),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.oxw(2);t.xp6(5),t.Q6J("ngModel",n.memberInfo.arm.email),t.xp6(5),t.Q6J("ngModel",n.memberInfo.arm["enduser-app"])}}function te(o,c){1&o&&(t.TgZ(0,"div",37),t.TgZ(1,"div",38),t._uU(2,"Site Level Disabled"),t.qZA(),t.TgZ(3,"div",39),t._UZ(4,"comp-icon",8),t.TgZ(5,"div",40),t._uU(6,"This notification is disabled for users at the site level. The customer will not see this notification type in their app."),t.qZA(),t.qZA(),t.qZA()),2&o&&(t.xp6(4),t.Q6J("icon","warning")("size",10)("color","hsla(21, 88%, 66%, 1)"))}function ne(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",34),t.TgZ(1,"div",35),t.TgZ(2,"span"),t._uU(3,"Email"),t.qZA(),t.TgZ(4,"div"),t.TgZ(5,"mat-slide-toggle",36),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(3).memberInfo.di.email=a})("change",function(){return t.CHM(n),t.oxw(3).toggleNotification("di","email")}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(6,"div",35),t.TgZ(7,"span"),t._uU(8,"Push"),t.qZA(),t.TgZ(9,"div"),t.TgZ(10,"mat-slide-toggle",36),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(3).memberInfo.di["enduser-app"]=a})("change",function(){return t.CHM(n),t.oxw(3).toggleNotification("di","enduser-app")}),t.qZA(),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.oxw(3);t.xp6(5),t.Q6J("ngModel",n.memberInfo.di.email),t.xp6(5),t.Q6J("ngModel",n.memberInfo.di["enduser-app"])}}function ee(o,c){1&o&&(t.TgZ(0,"div",37),t.TgZ(1,"div",38),t._uU(2,"Site Level Disabled"),t.qZA(),t.TgZ(3,"div",39),t._UZ(4,"comp-icon",8),t.TgZ(5,"div",40),t._uU(6,"This notification is disabled for users at the site level. The customer will not see this notification type in their app."),t.qZA(),t.qZA(),t.qZA()),2&o&&(t.xp6(4),t.Q6J("icon","warning")("size",10)("color","hsla(21, 88%, 66%, 1)"))}function oe(o,c){if(1&o&&(t.TgZ(0,"div",15),t.TgZ(1,"div",24),t.TgZ(2,"div"),t._uU(3,"Video Alarm Events"),t.qZA(),t.qZA(),t.TgZ(4,"div",25),t._uU(5,'Enables or disables the alarm/video event push notification to the user"s app. If disabled, the user will not receive video event notifications. These site notifications override the camera-specific notification rules. Changes to this setting take effect immediately.'),t.qZA(),t.YNc(6,ne,11,2,"div",26),t.YNc(7,ee,7,3,"div",27),t.qZA()),2&o){const n=t.oxw(2);t.xp6(6),t.Q6J("ngIf",n.site.show_event_config_enduser_app),t.xp6(1),t.Q6J("ngIf",!n.site.show_event_config_enduser_app)}}function ae(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",34),t.TgZ(1,"div",35),t.TgZ(2,"span"),t._uU(3,"Email"),t.qZA(),t.TgZ(4,"div"),t.TgZ(5,"mat-slide-toggle",36),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(3).memberInfo.swinger_bypass.email=a})("change",function(){return t.CHM(n),t.oxw(3).toggleNotification("swinger_bypass","email")}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(6,"div",35),t.TgZ(7,"span"),t._uU(8,"Push"),t.qZA(),t.TgZ(9,"div"),t.TgZ(10,"mat-slide-toggle",36),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(3).memberInfo.swinger_bypass["enduser-app"]=a})("change",function(){return t.CHM(n),t.oxw(3).toggleNotification("swinger_bypass","enduser-app")}),t.qZA(),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.oxw(3);t.xp6(5),t.Q6J("ngModel",n.memberInfo.swinger_bypass.email),t.xp6(5),t.Q6J("ngModel",n.memberInfo.swinger_bypass["enduser-app"])}}function ie(o,c){1&o&&(t.TgZ(0,"div",37),t.TgZ(1,"div",38),t._uU(2,"Site Level Disabled"),t.qZA(),t.TgZ(3,"div",39),t._UZ(4,"comp-icon",8),t.TgZ(5,"div",40),t._uU(6,"This notification is disabled for users at the site level. The customer will not see this notification type in their app."),t.qZA(),t.qZA(),t.qZA()),2&o&&(t.xp6(4),t.Q6J("icon","warning")("size",10)("color","hsla(21, 88%, 66%, 1)"))}function ce(o,c){if(1&o&&(t.TgZ(0,"div",15),t.TgZ(1,"div",24),t.TgZ(2,"div"),t._uU(3,"Bypass"),t.qZA(),t.qZA(),t.TgZ(4,"div",25),t._uU(5,'Enables or disables the zone bypass push notification to the user"s app. If disabled, the user will not receive zone bypass notifications. These site notifications override the camera-specific notification rules. Changes to this setting take effect immediately.'),t.qZA(),t.YNc(6,ae,11,2,"div",26),t.YNc(7,ie,7,3,"div",27),t.qZA()),2&o){const n=t.oxw(2);t.xp6(6),t.Q6J("ngIf",n.site.show_bypass_config_enduser_app),t.xp6(1),t.Q6J("ngIf",!n.site.show_bypass_config_enduser_app)}}function re(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",34),t.TgZ(1,"div",35),t.TgZ(2,"span"),t._uU(3,"Email"),t.qZA(),t.TgZ(4,"div"),t.TgZ(5,"mat-slide-toggle",36),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(3).memberInfo.device_connection.email=a})("change",function(){return t.CHM(n),t.oxw(3).toggleNotification("device_connection","email")}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(6,"div",35),t.TgZ(7,"span"),t._uU(8,"Push"),t.qZA(),t.TgZ(9,"div"),t.TgZ(10,"mat-slide-toggle",36),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(3).memberInfo.device_connection["enduser-app"]=a})("change",function(){return t.CHM(n),t.oxw(3).toggleNotification("device_connection","enduser-app")}),t.qZA(),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.oxw(3);t.xp6(5),t.Q6J("ngModel",n.memberInfo.device_connection.email),t.xp6(5),t.Q6J("ngModel",n.memberInfo.device_connection["enduser-app"])}}function ge(o,c){1&o&&(t.TgZ(0,"div",37),t.TgZ(1,"div",38),t._uU(2,"Site Level Disabled"),t.qZA(),t.TgZ(3,"div",39),t._UZ(4,"comp-icon",8),t.TgZ(5,"div",40),t._uU(6,"This notification is disabled for users at the site level. The customer will not see this notification type in their app."),t.qZA(),t.qZA(),t.qZA()),2&o&&(t.xp6(4),t.Q6J("icon","warning")("size",10)("color","hsla(21, 88%, 66%, 1)"))}function le(o,c){if(1&o&&(t.TgZ(0,"div",15),t.TgZ(1,"div",24),t.TgZ(2,"div"),t._uU(3,"Device Connection"),t.qZA(),t.qZA(),t.TgZ(4,"div",25),t._uU(5,'Enables or disables the device disconnection push notification to the user"s app. A device disconnection notification is sent once a device is offline for 10 minutes. When the device reconnects, a notification is instantly sent. If disabled, the user will not receive disconnect notifications.'),t.qZA(),t.YNc(6,re,11,2,"div",26),t.YNc(7,ge,7,3,"div",27),t.qZA()),2&o){const n=t.oxw(2);t.xp6(6),t.Q6J("ngIf",n.site.show_device_connection_config_enduser_app),t.xp6(1),t.Q6J("ngIf",!n.site.show_device_connection_config_enduser_app)}}function de(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",34),t.TgZ(1,"div",35),t.TgZ(2,"span"),t._uU(3,"Email"),t.qZA(),t.TgZ(4,"div"),t.TgZ(5,"mat-slide-toggle",36),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(3).memberInfo.intercom_zone.email=a})("change",function(){return t.CHM(n),t.oxw(3).toggleNotification("intercom_zone","email")}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(6,"div",35),t.TgZ(7,"span"),t._uU(8,"Push"),t.qZA(),t.TgZ(9,"div"),t.TgZ(10,"mat-slide-toggle",36),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(3).memberInfo.intercom_zone["enduser-app"]=a})("change",function(){return t.CHM(n),t.oxw(3).toggleNotification("intercom_zone","enduser-app")}),t.qZA(),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.oxw(3);t.xp6(5),t.Q6J("ngModel",n.memberInfo.intercom_zone.email),t.xp6(5),t.Q6J("ngModel",n.memberInfo.intercom_zone["enduser-app"])}}function se(o,c){1&o&&(t.TgZ(0,"div",37),t.TgZ(1,"div",38),t._uU(2,"Site Level Disabled"),t.qZA(),t.TgZ(3,"div",39),t._UZ(4,"comp-icon",8),t.TgZ(5,"div",40),t._uU(6,"This notification is disabled for users at the site level. The customer will not see this notification type in their app."),t.qZA(),t.qZA(),t.qZA()),2&o&&(t.xp6(4),t.Q6J("icon","warning")("size",10)("color","hsla(21, 88%, 66%, 1)"))}function me(o,c){if(1&o&&(t.TgZ(0,"div",15),t.TgZ(1,"div",24),t.TgZ(2,"div"),t._uU(3,"Intercom Events"),t.qZA(),t.qZA(),t.TgZ(4,"div",25),t._uU(5,"This feature enables customers to track and manage activity related to their intercom system. When an intercom event occurs, such as someone pressing the intercom button or a two-way communication being initiated, the system can create a log or send notifications. This feature is helpful for customers who want to be notified or review interactions at their entry point."),t.qZA(),t.YNc(6,de,11,2,"div",26),t.YNc(7,se,7,3,"div",27),t.qZA()),2&o){const n=t.oxw(2);t.xp6(6),t.Q6J("ngIf",n.site.show_disarmed_event_config_enduser_app),t.xp6(1),t.Q6J("ngIf",!n.site.show_intercom_config_enduser_app)}}function pe(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",34),t.TgZ(1,"div",35),t.TgZ(2,"span"),t._uU(3,"Email"),t.qZA(),t.TgZ(4,"div"),t.TgZ(5,"mat-slide-toggle",36),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(3).memberInfo.activity.email=a})("change",function(){return t.CHM(n),t.oxw(3).toggleNotification("activity","email")}),t.qZA(),t.qZA(),t.qZA(),t.TgZ(6,"div",35),t.TgZ(7,"span"),t._uU(8,"Push"),t.qZA(),t.TgZ(9,"div"),t.TgZ(10,"mat-slide-toggle",36),t.NdJ("ngModelChange",function(a){return t.CHM(n),t.oxw(3).memberInfo.activity["enduser-app"]=a})("change",function(){return t.CHM(n),t.oxw(3).toggleNotification("activity","enduser-app")}),t.qZA(),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.oxw(3);t.xp6(5),t.Q6J("ngModel",n.memberInfo.activity.email),t.xp6(5),t.Q6J("ngModel",n.memberInfo.activity["enduser-app"])}}function _e(o,c){1&o&&(t.TgZ(0,"div",37),t.TgZ(1,"div",38),t._uU(2,"Site Level Disabled"),t.qZA(),t.TgZ(3,"div",39),t._UZ(4,"comp-icon",8),t.TgZ(5,"div",40),t._uU(6,"This notification is disabled for users at the site level. The customer will not see this notification type in their app."),t.qZA(),t.qZA(),t.qZA()),2&o&&(t.xp6(4),t.Q6J("icon","warning")("size",10)("color","hsla(21, 88%, 66%, 1)"))}function be(o,c){if(1&o&&(t.TgZ(0,"div",15),t.TgZ(1,"div",24),t.TgZ(2,"div"),t._uU(3,"Disarmed Activity Events"),t.qZA(),t.qZA(),t.TgZ(4,"div",25),t._uU(5,"This feature allows customers to control if a camera should create video events when the system is disarmed. This feature is valuable to customers who would like a cloud-stored video event and notification of camera activity while the system is disarmed. Each video event is 20/30 seconds long."),t.qZA(),t.YNc(6,pe,11,2,"div",26),t.YNc(7,_e,7,3,"div",27),t.qZA()),2&o){const n=t.oxw(2);t.xp6(6),t.Q6J("ngIf",n.site.show_disarmed_event_config_enduser_app),t.xp6(1),t.Q6J("ngIf",!n.site.show_disarmed_event_config_enduser_app)}}function Ce(o,c){1&o&&t._UZ(0,"col",43)}function fe(o,c){1&o&&(t.TgZ(0,"th"),t._uU(1,"DISARMED EVENTS"),t.qZA())}function Me(o,c){if(1&o&&(t.TgZ(0,"td"),t.TgZ(1,"div",34),t.TgZ(2,"div",48),t._uU(3,"Email"),t.qZA(),t.TgZ(4,"div",48),t._uU(5,"Push"),t.qZA(),t.qZA(),t.qZA()),2&o){const n=t.oxw().$implicit;t.xp6(2),t.Q6J("ngClass",n.config.activity.email?"enabled":"disabled"),t.xp6(2),t.Q6J("ngClass",n.config.activity["enduser-app"]?"enabled":"disabled")}}function Pe(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"tr",47),t.NdJ("click",function(){const i=t.CHM(n).$implicit;return t.oxw(3).openCameraNotificationModal(i)}),t.TgZ(1,"td"),t.TgZ(2,"span"),t._uU(3),t.qZA(),t.qZA(),t.TgZ(4,"td"),t._uU(5),t.qZA(),t.TgZ(6,"td"),t._uU(7),t.qZA(),t.TgZ(8,"td"),t.TgZ(9,"div",34),t.TgZ(10,"div",48),t._uU(11,"Email"),t.qZA(),t.TgZ(12,"div",48),t._uU(13,"Push"),t.qZA(),t.qZA(),t.qZA(),t.TgZ(14,"td"),t.TgZ(15,"div",34),t.TgZ(16,"div",48),t._uU(17,"Email"),t.qZA(),t.TgZ(18,"div",48),t._uU(19,"Push"),t.qZA(),t.qZA(),t.qZA(),t.TgZ(20,"td"),t.TgZ(21,"div",34),t.TgZ(22,"div",48),t._uU(23,"Email"),t.qZA(),t.TgZ(24,"div",48),t._uU(25,"Push"),t.qZA(),t.qZA(),t.qZA(),t.TgZ(26,"td"),t.TgZ(27,"div",34),t.TgZ(28,"div",48),t._uU(29,"Email"),t.qZA(),t.TgZ(30,"div",48),t._uU(31,"Push"),t.qZA(),t.qZA(),t.qZA(),t.YNc(32,Me,6,2,"td",45),t.qZA()}if(2&o){const n=c.$implicit,e=t.oxw(3);t.xp6(2),t.ekj("no-name",!n.name),t.xp6(1),t.Oqu(n.name?n.name:"No Name"),t.xp6(2),t.Oqu(n.zoneTypeLabel),t.xp6(2),t.Oqu(n.mac),t.xp6(3),t.Q6J("ngClass",n.config.di.email?"enabled":"disabled"),t.xp6(2),t.Q6J("ngClass",n.config.di["enduser-app"]?"enabled":"disabled"),t.xp6(4),t.Q6J("ngClass",n.config.swinger_bypass.email?"enabled":"disabled"),t.xp6(2),t.Q6J("ngClass",n.config.swinger_bypass["enduser-app"]?"enabled":"disabled"),t.xp6(4),t.Q6J("ngClass",n.config.device_connection.email?"enabled":"disabled"),t.xp6(2),t.Q6J("ngClass",n.config.device_connection["enduser-app"]?"enabled":"disabled"),t.xp6(4),t.Q6J("ngClass",n.config.intercom_zone.email?"enabled":"disabled"),t.xp6(2),t.Q6J("ngClass",n.config.intercom_zone["enduser-app"]?"enabled":"disabled"),t.xp6(2),t.Q6J("ngIf",e.me.is_beta_dealer_for_video_vault)}}function Oe(o,c){1&o&&(t.TgZ(0,"tr",49),t.TgZ(1,"td",50),t.TgZ(2,"div"),t._uU(3,"No Camera"),t.qZA(),t.qZA(),t.qZA())}function ue(o,c){if(1&o&&(t.TgZ(0,"div",15),t.TgZ(1,"div",22),t._uU(2,"Camera Notifications"),t.qZA(),t.TgZ(3,"table",29),t.TgZ(4,"colgroup"),t._UZ(5,"col",41),t._UZ(6,"col",42),t._UZ(7,"col",43),t._UZ(8,"col",43),t._UZ(9,"col",43),t._UZ(10,"col",43),t._UZ(11,"col",43),t.YNc(12,Ce,1,0,"col",44),t.qZA(),t.TgZ(13,"thead"),t.TgZ(14,"tr"),t.TgZ(15,"th"),t._uU(16,"NAME"),t.qZA(),t.TgZ(17,"th"),t._uU(18,"ZONE TYPE"),t.qZA(),t.TgZ(19,"th"),t._uU(20,"MAC"),t.qZA(),t.TgZ(21,"th"),t._uU(22,"EVENTS"),t.qZA(),t.TgZ(23,"th"),t._uU(24,"BYPASS"),t.qZA(),t.TgZ(25,"th"),t._uU(26,"CONNECTION"),t.qZA(),t.TgZ(27,"th"),t._uU(28,"INTERCOM EVENTS"),t.qZA(),t.YNc(29,fe,2,0,"th",45),t.qZA(),t.qZA(),t.TgZ(30,"tbody"),t.YNc(31,Pe,33,14,"tr",46),t.YNc(32,Oe,4,0,"tr",33),t.qZA(),t.qZA(),t.qZA()),2&o){const n=t.oxw(2);t.xp6(12),t.Q6J("ngIf",n.me.is_beta_dealer_for_video_vault),t.xp6(17),t.Q6J("ngIf",n.me.is_beta_dealer_for_video_vault),t.xp6(2),t.Q6J("ngForOf",n.cameraNotifications),t.xp6(1),t.Q6J("ngIf",0===n.cameraNotifications.length)}}function xe(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"tr",47),t.NdJ("click",function(){const i=t.CHM(n).$implicit;return t.oxw(3).openCameraNotificationModal(i)}),t.TgZ(1,"td"),t.TgZ(2,"span"),t._uU(3),t.qZA(),t.qZA(),t.TgZ(4,"td"),t._uU(5),t.qZA(),t.TgZ(6,"td"),t._uU(7),t.qZA(),t.TgZ(8,"td"),t.TgZ(9,"div",34),t.TgZ(10,"div",48),t._uU(11,"Email"),t.qZA(),t.TgZ(12,"div",48),t._uU(13,"Push"),t.qZA(),t.qZA(),t.qZA(),t.TgZ(14,"td"),t.TgZ(15,"div",34),t.TgZ(16,"div",48),t._uU(17,"Email"),t.qZA(),t.TgZ(18,"div",48),t._uU(19,"Push"),t.qZA(),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=c.$implicit;t.xp6(2),t.ekj("no-name",!n.name),t.xp6(1),t.Oqu(n.name?n.name:"No Name"),t.xp6(2),t.Oqu(n.zoneTypeLabel),t.xp6(2),t.Oqu(n.mac),t.xp6(3),t.Q6J("ngClass",n.config.di.email?"enabled":"disabled"),t.xp6(2),t.Q6J("ngClass",n.config.di["enduser-app"]?"enabled":"disabled"),t.xp6(4),t.Q6J("ngClass",n.config.swinger_bypass.email?"enabled":"disabled"),t.xp6(2),t.Q6J("ngClass",n.config.swinger_bypass["enduser-app"]?"enabled":"disabled")}}function he(o,c){1&o&&(t.TgZ(0,"tr",49),t.TgZ(1,"td",50),t.TgZ(2,"div"),t._uU(3,"No Camera"),t.qZA(),t.qZA(),t.qZA())}function ve(o,c){if(1&o&&(t.TgZ(0,"div",15),t.TgZ(1,"div",22),t._uU(2,"Camera Notifications"),t.qZA(),t.TgZ(3,"table",29),t.TgZ(4,"colgroup"),t._UZ(5,"col",30),t._UZ(6,"col",41),t._UZ(7,"col",51),t._UZ(8,"col",30),t._UZ(9,"col",30),t.qZA(),t.TgZ(10,"thead"),t.TgZ(11,"tr"),t.TgZ(12,"th"),t._uU(13,"NAME"),t.qZA(),t.TgZ(14,"th"),t._uU(15,"ZONE TYPE"),t.qZA(),t.TgZ(16,"th"),t._uU(17,"MAC"),t.qZA(),t.TgZ(18,"th"),t._uU(19,"EVENTS"),t.qZA(),t.TgZ(20,"th"),t._uU(21,"BYPASS"),t.qZA(),t.qZA(),t.qZA(),t.TgZ(22,"tbody"),t.YNc(23,xe,20,9,"tr",46),t.YNc(24,he,4,0,"tr",33),t.qZA(),t.qZA(),t.qZA()),2&o){const n=t.oxw(2);t.xp6(23),t.Q6J("ngForOf",n.cameraNotifications),t.xp6(1),t.Q6J("ngIf",0===n.cameraNotifications.length)}}function we(o,c){if(1&o&&(t.TgZ(0,"tr"),t.TgZ(1,"td"),t._uU(2),t.qZA(),t.TgZ(3,"td"),t.TgZ(4,"div",52),t._uU(5),t.qZA(),t.qZA(),t.TgZ(6,"td"),t._uU(7),t.qZA(),t.qZA()),2&o){const n=c.$implicit;t.xp6(2),t.Oqu(n.name),t.xp6(3),t.Oqu(n.roleLabel),t.xp6(2),t.Oqu(n.address)}}function ke(o,c){1&o&&(t.TgZ(0,"tr",49),t.TgZ(1,"td",53),t.TgZ(2,"div"),t._uU(3,"No Site"),t.qZA(),t.qZA(),t.qZA())}function ye(o,c){if(1&o){const n=t.EpF();t.TgZ(0,"div",14),t.TgZ(1,"div",15),t.TgZ(2,"div",16),t.TgZ(3,"div",17),t._uU(4),t.qZA(),t.qZA(),t.TgZ(5,"div",18),t.TgZ(6,"div",19),t._uU(7),t.qZA(),t.TgZ(8,"div",20),t._uU(9),t.qZA(),t.qZA(),t.qZA(),t.TgZ(10,"div",15),t.TgZ(11,"div",2),t.TgZ(12,"div",3),t.NdJ("click",function(){return t.CHM(n),t.oxw().openMemberRoleModal()}),t.TgZ(13,"div",21),t._uU(14,"Change Permission"),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.TgZ(15,"div",22),t._uU(16,"Site Notification"),t.qZA(),t._UZ(17,"div",23),t.TgZ(18,"div",15),t.TgZ(19,"div",24),t.TgZ(20,"div"),t._uU(21,"Arming"),t.qZA(),t.qZA(),t.TgZ(22,"div",25),t._uU(23,'Enables or disables the arming push notification to the user"s app. If disabled, the user will not receive arming/disarming notifications. These site notifications override the camera-specific notification rules. Changes to this setting take effect immediately.'),t.qZA(),t.YNc(24,Xn,11,2,"div",26),t.YNc(25,te,7,3,"div",27),t.qZA(),t.YNc(26,oe,8,2,"div",28),t.YNc(27,ce,8,2,"div",28),t.YNc(28,le,8,2,"div",28),t.YNc(29,me,8,2,"div",28),t.YNc(30,be,8,2,"div",28),t.YNc(31,ue,33,4,"div",28),t.YNc(32,ve,25,2,"div",28),t.TgZ(33,"div",15),t.TgZ(34,"div",22),t._uU(35,"App User of Other Sites"),t.qZA(),t.TgZ(36,"table",29),t.TgZ(37,"colgroup"),t._UZ(38,"col",30),t._UZ(39,"col",30),t._UZ(40,"col",31),t.qZA(),t.TgZ(41,"thead"),t.TgZ(42,"tr"),t.TgZ(43,"th"),t._uU(44,"SITE NAME"),t.qZA(),t.TgZ(45,"th"),t._uU(46,"PERMISSION"),t.qZA(),t.TgZ(47,"th"),t._uU(48,"ADDRESS"),t.qZA(),t.qZA(),t.qZA(),t.TgZ(49,"tbody"),t.YNc(50,we,8,3,"tr",32),t.YNc(51,ke,4,0,"tr",33),t.qZA(),t.qZA(),t.qZA(),t.qZA()}if(2&o){const n=t.oxw();t.xp6(4),t.Oqu(n.memberInfo.fullname),t.xp6(2),t.ekj("enabled",0===n.memberInfo.role),t.xp6(1),t.Oqu(n.roles[n.memberInfo.role]),t.xp6(2),t.Oqu(n.memberInfo.email),t.xp6(15),t.Q6J("ngIf",n.site.show_arming_config_enduser_app),t.xp6(1),t.Q6J("ngIf",!n.site.show_arming_config_enduser_app),t.xp6(1),t.Q6J("ngIf",!n.isArmingUser()&&!n.isRelayUser()),t.xp6(1),t.Q6J("ngIf",!n.isArmingUser()&&!n.isRelayUser()),t.xp6(1),t.Q6J("ngIf",!n.isArmingUser()&&!n.isArmingEventUser()&&!n.isRelayUser()),t.xp6(1),t.Q6J("ngIf",!n.isArmingUser()&&!n.isRelayUser()),t.xp6(1),t.Q6J("ngIf",!n.isArmingUser()&&!n.isRelayUser()&&n.me.is_beta_dealer_for_video_vault),t.xp6(1),t.Q6J("ngIf",!n.isArmingUser()&&!n.isArmingEventUser()&&!n.isRelayUser()),t.xp6(1),t.Q6J("ngIf",n.isArmingUser()),t.xp6(18),t.Q6J("ngForOf",n.memberSites),t.xp6(1),t.Q6J("ngIf",0===n.memberSites.length)}}function Ze(o,c){1&o&&(t.TgZ(0,"div",54),t.O4$(),t.TgZ(1,"svg",55),t._UZ(2,"circle",56),t.qZA(),t.qZA())}const ze=Y.Bz.forChild([{path:"",component:Tn},{path:":id/detail",component:(()=>{class o{constructor(n,e,a,i,r,g){this.usersService=n,this.sitesService=e,this.devicesService=a,this.commonService=i,this.integrationService=r,this.helper=g,this.event=new t.vpe,this.site={},this.members=[],this.waitsecond=1e3,this.isExistPrimary=!1,this.isPrimaryUser=!1,this.isLoading=!1,this.isEditMode=!1,this.isInit=!1,this.initMemberInfo={email:"",firstname:"",lastname:"",role:1,user_id:"",fullname:"",arm:{email:!1,"enduser-app":!1},di:{email:!1,"enduser-app":!1},swinger_bypass:{email:!1,"enduser-app":!1},device_connection:{email:!1,"enduser-app":!1},activity:{email:!1,"enduser-app":!1},intercom_zone:{email:!1,"enduser-app":!1}},this.zoneTypes={0:"Entry/Exit Zone",1:"Follower Zone",2:"Instant Zone",3:"24-Hour Zone",4:"Exterior Zone (Instant)",5:"Exterior Zone (Entry/Exit)"},this.cameras=[],this.cameraNotifications=[],this.cameraIds=[],this.memberSites=[],this.loginHistory=[],this.filteredLoginHistory=[],this.memberInfo=_.cloneDeep(this.initMemberInfo),this.newMEmberInfo=_.cloneDeep(this.memberInfo),this.config={},this.roles={0:"Owner",1:"Admin",2:"Member"},this.roleList=["Owner","Admin","Member"],this.isSelectRole=!1,this.m_warning=new P.u,this.m_cameraNoti=new P.u,this.m_role=new P.u,this._roleList=[],this.roleData={},this.isWarning=!1,this.warningTxt="Owner already exist.",this.errData={email:"",err:""}}ngOnInit(){this.usersService.getMe().subscribe(n=>{this.me=n,this.initData(),this.setData()})}initData(){this.isWarning=!1,this.isEditMode=!1,this.warningTxt="primary admin already exist.",this.memberInfo=_.cloneDeep(this.initMemberInfo),this.newMEmberInfo=_.cloneDeep(this.memberInfo),this.errData={email:"",err:""},this.members=[],this.cameras=[],this.cameraNotifications=[],this.cameraIds=[],this.memberSites=[],this.loginHistory=[],this.filteredLoginHistory=[],this.config={}}setData(){return(0,y.mG)(this,void 0,void 0,function*(){this.isLoading=!0,this.site=this.sitesService.selSite;const n=this.sitesService.siteMember;this.isPrimaryUser=0===n.role,this.members=this.sitesService.siteMembers,this.isExistPrimary=!!this.members.filter(e=>0===e.role).length,this.memberInfo.role=this.isExistPrimary?1:0,this.isEditMode=!0,this.memberInfo.email=n.email,this.memberInfo.role=n.role,this.memberInfo.user_id=n.user_id,this.memberInfo.firstname=n.firstname,this.memberInfo.lastname=n.lastname,this.memberInfo.fullname=n.fullname,this.newMEmberInfo=_.cloneDeep(this.memberInfo),yield this.fetchZoneTypes(),this.fetchSiteProgramming(),this.fetchSiteMemberRoles()})}onGlobalClick(n){!this.roleselect||this.roleselect&&(this.roleselect.nativeElement.contains(n.target)||(this.isSelectRole=!1))}fetchZoneTypes(){return(0,y.mG)(this,void 0,void 0,function*(){try{(yield this.integrationService.getDefaultEventCodes(this.me.dealer_id).toPromise()).filter(a=>"di"===a.event_type).sort((a,i)=>a.zone_type-i.zone_type).forEach(a=>this.zoneTypes[a.zone_type]=a.name)}catch(n){console.debug("fetchZoneTypes error",n)}})}fetchSiteMemberRoles(){this.sitesService.getSiteMemberRoles(this.me.dealer_id).subscribe(e=>{this.roleData=e,this._roleList=e.roles,this._roleList.forEach(a=>{this.roles[a.id]=a.name})})}fetchSiteProgramming(){const n=this.me.dealer_id,e=this.site.site_id;this.cameras=[],this.sitesService.getSiteProgrammingInfo(n,e).subscribe(a=>{this.parseProgrammingInfo(a),this.fetchSiteMemberNotificationConfig()},a=>{})}parseProgrammingInfo(n){this.parseCameras(n)}parseCameras(n){const e=(null==n?void 0:n.dis)||[],a=(null==n?void 0:n.cameras)||[];a.forEach(i=>{var r;i.zoneType=null===(r=e.find(g=>g.camera_id===i.device_id))||void 0===r?void 0:r.zone_type}),this.cameras=a}fetchSiteMemberNotificationConfig(){this.sitesService.getSiteMemberNotificationConfig(this.me.dealer_id,this.site.site_id,this.memberInfo.user_id).subscribe(i=>{!i||(this.config=i,this.parseSiteMemberNotificationConfig(i),this.parseMemberSites(i),this.isLoading=!1,this.isInit=!0)},i=>{this.isLoading=!1})}parseSiteMemberNotificationConfig(n){const a=n.device_notifications;this.parseSiteNotificationConfig(n.site_notifications),this.parseDeviceNotificationConfig(a),this.newMEmberInfo=_.cloneDeep(this.memberInfo)}parseSiteNotificationConfig(n){var e,a,i,r,g,d,p,C,O,h,v,k;this.memberInfo.arm.email=null===(e=n.find(l=>"arm"===l.source_event_type&&"email"===l.notification_type))||void 0===e?void 0:e.is_enabled,this.memberInfo.arm["enduser-app"]=null===(a=n.find(l=>"arm"===l.source_event_type&&"enduser-app"===l.notification_type))||void 0===a?void 0:a.is_enabled,this.memberInfo.di.email=null===(i=n.find(l=>"di"===l.source_event_type&&"email"===l.notification_type))||void 0===i?void 0:i.is_enabled,this.memberInfo.di["enduser-app"]=null===(r=n.find(l=>"di"===l.source_event_type&&"enduser-app"===l.notification_type))||void 0===r?void 0:r.is_enabled,this.memberInfo.swinger_bypass.email=null===(g=n.find(l=>"swinger_bypass"===l.source_event_type&&"email"===l.notification_type))||void 0===g?void 0:g.is_enabled,this.memberInfo.swinger_bypass["enduser-app"]=null===(d=n.find(l=>"swinger_bypass"===l.source_event_type&&"enduser-app"===l.notification_type))||void 0===d?void 0:d.is_enabled,this.memberInfo.device_connection.email=null===(p=n.find(l=>"device_connection"===l.source_event_type&&"email"===l.notification_type))||void 0===p?void 0:p.is_enabled,this.memberInfo.device_connection["enduser-app"]=null===(C=n.find(l=>"device_connection"===l.source_event_type&&"enduser-app"===l.notification_type))||void 0===C?void 0:C.is_enabled,this.memberInfo.activity.email=null===(O=n.find(l=>"activity"===l.source_event_type&&"email"===l.notification_type))||void 0===O?void 0:O.is_enabled,this.memberInfo.activity["enduser-app"]=null===(h=n.find(l=>"activity"===l.source_event_type&&"enduser-app"===l.notification_type))||void 0===h?void 0:h.is_enabled,this.memberInfo.intercom_zone.email=null===(v=n.find(l=>"intercom_zone"===l.source_event_type&&"email"===l.notification_type))||void 0===v?void 0:v.is_enabled,this.memberInfo.intercom_zone["enduser-app"]=null===(k=n.find(l=>"intercom_zone"===l.source_event_type&&"enduser-app"===l.notification_type))||void 0===k?void 0:k.is_enabled}parseDeviceNotificationConfig(n){const e=n.filter(g=>"device"===g.source),a=_.cloneDeep(this.cameras),i=[],r=[];a.forEach(g=>{var d,p,C,O,h,v,k,l,E,Z;let u=this.setCameraInfo(g);const x=e.filter(s=>s.id===g.device_id);u.config.di.email=(null===(d=x.find(s=>"di"===s.source_event_type&&"email"===s.notification_type))||void 0===d?void 0:d.is_enabled)&&this.memberInfo.di.email&&this.site.show_event_config_enduser_app,u.config.di["enduser-app"]=(null===(p=x.find(s=>"di"===s.source_event_type&&"enduser-app"===s.notification_type))||void 0===p?void 0:p.is_enabled)&&this.memberInfo.di["enduser-app"]&&this.site.show_event_config_enduser_app,u.config.swinger_bypass.email=(null===(C=x.find(s=>"swinger_bypass"===s.source_event_type&&"email"===s.notification_type))||void 0===C?void 0:C.is_enabled)&&this.memberInfo.swinger_bypass.email&&this.site.show_bypass_config_enduser_app,u.config.swinger_bypass["enduser-app"]=(null===(O=x.find(s=>"swinger_bypass"===s.source_event_type&&"enduser-app"===s.notification_type))||void 0===O?void 0:O.is_enabled)&&this.memberInfo.swinger_bypass["enduser-app"]&&this.site.show_bypass_config_enduser_app,u.config.device_connection.email=(null===(h=x.find(s=>"device_connection"===s.source_event_type&&"email"===s.notification_type))||void 0===h?void 0:h.is_enabled)&&this.memberInfo.device_connection.email&&this.site.show_device_connection_config_enduser_app,u.config.device_connection["enduser-app"]=(null===(v=x.find(s=>"device_connection"===s.source_event_type&&"enduser-app"===s.notification_type))||void 0===v?void 0:v.is_enabled)&&this.memberInfo.device_connection["enduser-app"]&&this.site.show_device_connection_config_enduser_app,u.config.activity.email=(null===(k=x.find(s=>"activity"===s.source_event_type&&"email"===s.notification_type))||void 0===k?void 0:k.is_enabled)&&this.memberInfo.activity.email&&this.site.show_disarmed_event_config_enduser_app,u.config.activity["enduser-app"]=(null===(l=x.find(s=>"activity"===s.source_event_type&&"enduser-app"===s.notification_type))||void 0===l?void 0:l.is_enabled)&&this.memberInfo.activity["enduser-app"]&&this.site.show_disarmed_event_config_enduser_app,u.config.intercom_zone.email=(null===(E=x.find(s=>"intercom_zone"===s.source_event_type&&"email"===s.notification_type))||void 0===E?void 0:E.is_enabled)&&this.memberInfo.intercom_zone.email&&this.site.show_intercom_config_enduser_app,u.config.intercom_zone["enduser-app"]=(null===(Z=x.find(s=>"intercom_zone"===s.source_event_type&&"enduser-app"===s.notification_type))||void 0===Z?void 0:Z.is_enabled)&&this.memberInfo.intercom_zone["enduser-app"]&&this.site.show_intercom_config_enduser_app,i.push(u),r.push(g.id)}),this.cameraIds=r,this.cameraNotifications=i}setCameraInfo(n){return{name:n.name,id:n.device_id,mac:n.mac,source:"device",zoneType:n.zoneType,zoneTypeLabel:this.zoneTypes[n.zoneType],config:{di:{email:!1,"enduser-app":!1},swinger_bypass:{email:!1,"enduser-app":!1},device_connection:{email:!1,"enduser-app":!1},activity:{email:!1,"enduser-app":!1},intercom_zone:{email:!1,"enduser-app":!1}}}}parseMemberSites(n){const e=n.other_sites;e.forEach(a=>{a.address=a.address1+" "+a.address2,a.roleLabel=0===a.role?"Primary admin":1===a.role?"Admin":"Member"}),this.memberSites=e.filter(a=>a.dealer_id===this.me.dealer_id)}parseLoginHistory(n){let e=n.auth0_logs;"string"==typeof e&&(e=JSON.parse(e)),e=e.filter(a=>"s"===a.type||"ssa"===a.type||"srrt"===a.type||"slo"===a.type),e.forEach(a=>{a.device=a.isMobile?"Mobile":"Desktop",a.created=An()(a.date).format("MM/DD/YYYY hh:mm:ss A");const i=a.user_agent.split("/");a.os=i[i.length-1].trim(),a.status=this.parseLoginType(a.type,a.isMobile)}),this.loginHistory=e,this.filteredLoginHistory=this.loginHistory.slice(0,5)}parseLoginType(n,e){let a="";return("s"===n||"ssa"===n)&&(a+="Login to "),("srrt"===n||"slo"===n)&&(a+="Logout to "),a+=e?"mobile app":"desktop",a}openCameraNotificationModal(n){this.m_cameraNoti.data.camera=n,this.m_cameraNoti.data.member=this.memberInfo,this.m_cameraNoti.data.site=this.site,this.m_cameraNoti.open()}modalEvent(n){n&&this.setData()}isArmingUser(){return 4===this.memberInfo.role}isArmingEventUser(){return 5===this.memberInfo.role}isRelayUser(){return 6===this.memberInfo.role}selectRole(n){this.memberInfo.role=n,this.isSelectRole=!1,this.validationCheck()&&this.updateMember()}validationCheck(){return this.isWarning=!1,this.warningTxt="",0===this.memberInfo.role&&this.isExistPrimary&&!this.isPrimaryUser&&(this.isWarning=!0,this.warningTxt="primary admin already exist."),!this.isWarning}doInvite(n){this.sitesService.inviteSiteMember(this.me.dealer_id,this.site.site_id,n).subscribe(e=>{this.isLoading=!1,this.commonService.showSuccessToast("Create Site Member","Success")},e=>{setTimeout(()=>{this.sitesService.inviteSiteMember(this.me.dealer_id,this.site.site_id,n).subscribe(a=>{this.isLoading=!1,this.commonService.showSuccessToast("Create Site Member","Success")},a=>{this.isLoading=!1,this.commonService.showWarningToast("Create Site Member","Failed")})},1e3)})}doAction(){this.isEditMode?this.updateMember():this.invite()}invite(){if(this.isLoading||this.isWarning||this.isEditMode)return;const n=this.me.dealer_id,e=this.site.site_id,a=this.memberInfo.email,i=this.memberInfo.firstname,r=this.memberInfo.lastname,g=this.memberInfo.role;if(this.errData.err="",this.errData.email="",!this.commonService.checkEmail(a))return void(this.errData.email="Email is invalid");const d={email:a,firstname:i,lastname:r,role:g};this.isLoading=!0,this.sitesService.createSiteMember(n,e,d).subscribe(p=>{setTimeout(()=>{this.doInvite(p.member_id)},this.waitsecond)},p=>{this.isLoading=!1,this.errorDialog(p,"Create Site Member")})}updateMember(){if(this.isLoading||this.isWarning)return;const n=this.me.dealer_id,e=this.site.site_id,a=this.memberInfo.user_id,r={role:this.memberInfo.role};this.isLoading=!0,this.sitesService.updateSiteMember(n,e,a,r).subscribe(g=>{this.commonService.showSuccessToast("Update Site Member Role","Successfully."),this.isPrimaryUser=0===this.memberInfo.role,this.isExistPrimary=!!this.members.filter(d=>0===d.role).length||this.isPrimaryUser,this.isLoading=!1},g=>{this.isLoading=!1,this.commonService.showErrorToast(g,"Update Site Member Role")})}toggleNotification(n,e){const a=this.me.dealer_id,i=this.site.site_id,r=this.memberInfo.user_id,d={source_event_type:n,notification_type:e,is_enabled:this.memberInfo[n][e]?1:0};this.isLoading=!0,this.sitesService.updateSiteMemberNotificationConfig(a,i,r,d).subscribe(p=>{this.commonService.showSuccessToast("Update Site Member Notification","Successfully."),this.parseDeviceNotificationConfig(this.config.device_notifications),this.isLoading=!1},p=>{this.commonService.showErrorToast("Update Site Member Notification","Failed"),this.isLoading=!1})}viewMoreLogs(){this.filteredLoginHistory=this.loginHistory.slice(0,this.filteredLoginHistory.length+5)}hideLogs(){this.filteredLoginHistory=this.loginHistory.slice(0,5)}openMemberRoleModal(){this.m_role.data.site=this.site,this.m_role.open()}onUpdateMemberRole(n){null!==n.role&&(this.memberInfo.role=n.role,this.newMEmberInfo.role=n.role)}confirmDialog(n="",e="",a="done",i="#1abc9c"){this.m_warning.data={header:n,contents:`\n <p>${e}</b></p>\n `,submit_btn:"OK",submit_class:["button-primary"],icon:a,isConfirm:!0,color:i},this.m_warning.data.submit_func=()=>{},this.m_warning.open()}errorDialog(n,e){let a="failed.";n._body&&(a=JSON.parse(n._body).message),n.error&&(n.error.message&&(a=n.error.message),n.error.permission_name&&(e=n.error.permission_name,this.errData.err=a)),setTimeout(()=>{this.confirmDialog(e,a,"warning","orange")},200),this.isLoading=!1}goBack(){this.sitesService.initSiteMember(),this.helper.router.navigate_to("/customers/members",{id:this.site.site_id})}}return o.\u0275fac=function(n){return new(n||o)(t.Y36(z.f),t.Y36(A.f),t.Y36(H.I),t.Y36(R.v),t.Y36(qn.V),t.Y36(V.W))},o.\u0275cmp=t.Xpm({type:o,selectors:[["dealer-customer-detail"]],viewQuery:function(n,e){if(1&n&&t.Gf(Kn,5),2&n){let a;t.iGM(a=t.CRH())&&(e.roleselect=a.first)}},hostBindings:function(n,e){1&n&&t.NdJ("mousedown",function(i){return e.onGlobalClick(i)},!1,t.evT)},outputs:{event:"event"},decls:17,vars:20,consts:[[1,"widget-area"],[2,"width","100%","max-width","1200px"],[1,"btn-area"],[1,"button","button-white",3,"click"],[1,"btn-inner"],[1,"pointer",3,"icon","size"],[1,"widget",2,"margin","7px 0px 20px 0px","min-width","1000px"],[1,"warning-area","v-center","center"],[3,"icon","size","color"],["class","items-area","style","overflow-y: initial;",4,"ngIf"],["class","loader absolute",4,"ngIf"],[3,"modal"],[3,"modal","customer","active","event"],[3,"modal","active","onUpdate"],[1,"items-area",2,"overflow-y","initial"],[1,"item"],[1,"flex","v-center","mb-10"],[1,"username"],[1,"flex","v-center"],[1,"tag","mr-5"],[1,"useremail"],[1,"btn-inner",2,"margin","7px 10px"],[1,"title"],[1,"underline"],[1,"label-title","flex"],[1,"label"],["class","flex",4,"ngIf"],["class","ml-5 mr-3 mt-10",4,"ngIf"],["class","item",4,"ngIf"],[1,"member-table"],["width","20%"],["width","60%"],[4,"ngFor","ngForOf"],["class","no-list",4,"ngIf"],[1,"flex"],[1,"toggle-box"],[3,"ngModel","ngModelChange","change"],[1,"ml-5","mr-3","mt-10"],[1,"error-txt","mb-10"],[1,"flex","align-center","error-desc"],[1,"ml-4"],["width","15%"],["width","10%"],["width","12%"],["width","12%",4,"ngIf"],[4,"ngIf"],["class","selectable",3,"click",4,"ngFor","ngForOf"],[1,"selectable",3,"click"],[1,"tag",3,"ngClass"],[1,"no-list"],["colspan","6",1,"text-center"],["width","25%"],[1,"tag"],["colspan","3",1,"text-center"],[1,"loader","absolute"],["viewBox","25 25 50 50",1,"circular"],["cx","50","cy","50","r","20","fill","none","stroke-width","4","stroke-miterlimit","10",1,"path"]],template:function(n,e){1&n&&(t.TgZ(0,"div",0),t.TgZ(1,"div",1),t.TgZ(2,"div",2),t.TgZ(3,"div",3),t.NdJ("click",function(){return e.goBack()}),t.TgZ(4,"div",4),t._UZ(5,"comp-icon",5),t._uU(6,"Back to list"),t.qZA(),t.qZA(),t.qZA(),t.qZA(),t.TgZ(7,"div",6),t.TgZ(8,"div",7),t._UZ(9,"comp-icon",8),t.TgZ(10,"span"),t._uU(11),t.qZA(),t.qZA(),t.YNc(12,ye,52,16,"div",9),t.YNc(13,Ze,3,0,"div",10),t.qZA(),t.qZA(),t._UZ(14,"dealer-warning",11),t.TgZ(15,"dealer-customer-camera-noti",12),t.NdJ("event",function(i){return e.modalEvent(i)}),t.qZA(),t.TgZ(16,"dealer-member-role-edit",13),t.NdJ("onUpdate",function(i){return e.onUpdateMemberRole(i)}),t.qZA()),2&n&&(t.ekj("deactivated",e.site&&!(null!=e.site&&e.site.is_activated)),t.xp6(3),t.ekj("disabled",e.isLoading),t.xp6(2),t.Q6J("icon","arrow_back")("size",14),t.xp6(3),t.ekj("warning-exist",e.isWarning),t.xp6(1),t.Q6J("icon","warning")("size",18)("color","#cd3d64"),t.xp6(2),t.Oqu(e.warningTxt),t.xp6(1),t.Q6J("ngIf",!e.isLoading||e.isInit),t.xp6(1),t.Q6J("ngIf",e.isLoading),t.xp6(1),t.Q6J("modal",e.m_warning),t.xp6(1),t.Q6J("modal",e.m_cameraNoti)("customer",e.site)("active",e.m_cameraNoti.is_active),t.xp6(1),t.Q6J("modal",e.m_role)("active",e.m_role.is_active))},directives:[q.U,b.O5,I.a,Bn,Gn,b.sg,S.Rr,f.JJ,f.On,b.mk],styles:['.scroll-screen[_ngcontent-%COMP%]{flex:1;flex-direction:column;overflow-y:overlay;height:100%;position:relative;padding:7px;-webkit-user-select:none;user-select:none;display:flex;align-items:center}.row[_ngcontent-%COMP%]{flex-direction:row;display:flex;height:100%;overflow-y:overlay;transition:.5s}.col[_ngcontent-%COMP%]{flex-direction:column;display:flex;flex:1;height:100%}.customer-widget-area[_ngcontent-%COMP%] .col[_ngcontent-%COMP%]{min-width:300px}.customer-widget-area[_ngcontent-%COMP%] .col[_ngcontent-%COMP%]:only-child{min-width:600px}.customer-widget-area.deactivated[_ngcontent-%COMP%] .col[_ngcontent-%COMP%]{height:calc(100% - 43px)}.col[_ngcontent-%COMP%] .widget[_ngcontent-%COMP%]{min-width:300px}.sub-nav[_ngcontent-%COMP%]{position:relative;left:0px;transition:all ease-in-out .3s;min-width:250px;max-width:250px;flex:1;background:#fff;border-right:.5px solid #d7d7d7;display:flex;flex-direction:column;overflow-y:overlay;z-index:3}.sub-nav[_ngcontent-%COMP%]:focus{outline:none}.sub-nav[_ngcontent-%COMP%] .row[_ngcontent-%COMP%]{height:initial;flex:initial;align-items:center}.sub-nav[_ngcontent-%COMP%] .col[_ngcontent-%COMP%]{overflow-y:overlay}.sub-nav[_ngcontent-%COMP%] .search[_ngcontent-%COMP%]{padding:6px 12px 6px 0;box-sizing:border-box;border:0;background-color:transparent;background-size:24px;background-position:4px 8px;background-repeat:no-repeat;flex:1}.sub-nav[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{margin-right:8px;color:#777;transition:.2s}.sub-nav[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{cursor:pointer;color:#000}.sub-nav[_ngcontent-%COMP%] .badge[_ngcontent-%COMP%]{background-color:red;color:#fff;width:8px;height:14px;margin-left:8px;padding:2px 4px 2px 5px;border-radius:4px;font-size:12px}.sub-nav[_ngcontent-%COMP%] .plan-badge[_ngcontent-%COMP%]{background-color:red;width:6px;height:6px;margin-left:4px;border-radius:10px}.sub-nav[_ngcontent-%COMP%] .list-category[_ngcontent-%COMP%]{padding:24px 0 7px 20px;color:#2f96fb;font-size:14px;text-transform:uppercase}.sub-nav[_ngcontent-%COMP%] .list-category[_ngcontent-%COMP%]:first-child{padding:30px 0 7px 20px;color:#2f96fb;font-size:14px}.sub-nav[_ngcontent-%COMP%] .list-item[_ngcontent-%COMP%]{display:flex;align-items:center;color:#0009;cursor:pointer}.sub-nav[_ngcontent-%COMP%] .list-item[_ngcontent-%COMP%]:hover{background:rgba(0,0,0,.05)}.sub-nav[_ngcontent-%COMP%] .list-item[_ngcontent-%COMP%]:hover.settings{background:transparent}.sub-nav[_ngcontent-%COMP%] .list-item-selected[_ngcontent-%COMP%]{background:#dcf0fd!important;color:#000000de}.sub-nav[_ngcontent-%COMP%] .list-item-selected[_ngcontent-%COMP%]:after{background-color:#2f96fb}.sub-nav[_ngcontent-%COMP%] .list-item-selected.settings[_ngcontent-%COMP%]{background:transparent!important;color:#000000de;font-weight:500;color:#2f96fb}.sub-nav[_ngcontent-%COMP%] .menu-label[_ngcontent-%COMP%]{display:flex;font-size:14px;padding:7px 0 7px 15px}.sub-nav[_ngcontent-%COMP%] .menu-label.settings[_ngcontent-%COMP%]{padding-left:16px;width:100%;margin:0 4px;border-radius:4px}.sub-nav[_ngcontent-%COMP%] .menu-label.settings[_ngcontent-%COMP%]:hover{padding:8px 16px;background:#e8eaed}.sub-nav[_ngcontent-%COMP%] .menu-label.settings.selected-label[_ngcontent-%COMP%]{width:100%;margin:0 4px;padding:8px 12px;border-radius:4px;font-weight:500;color:#2f96fb}.sub-nav[_ngcontent-%COMP%] .menu-label.settings.selected-label[_ngcontent-%COMP%]:hover{padding:8px 12px;background:#dcf0fd}.sub-nav[_ngcontent-%COMP%] .select-mark[_ngcontent-%COMP%]{background-color:#2f96fb}.sub-nav[_ngcontent-%COMP%] .select-mark.settings[_ngcontent-%COMP%]{background-color:#2383e2;width:4px;min-height:30px;height:30px;border-radius:4px}.component-body[_ngcontent-%COMP%]{position:relative;flex:5;height:100%;flex-direction:column;display:flex;transition:all ease-in-out .3s}.component-body-no-data[_ngcontent-%COMP%]{flex:5;height:100%;flex-direction:column;align-items:center;justify-content:center;display:flex}.tab[_ngcontent-%COMP%]{height:60px;color:#888;background:#f7f7fc;box-shadow:0 4px 2px -2px #888;display:flex;align-items:center;z-index:1}.tab[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{display:flex;align-items:center;height:100%;position:relative}.tab[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{color:#2383e2;cursor:pointer}.tab[_ngcontent-%COMP%] .button-selected[_ngcontent-%COMP%]{color:#2383e2}.tab[_ngcontent-%COMP%] .icn-button[_ngcontent-%COMP%]{padding:0 16px}.tab[_ngcontent-%COMP%] .icn-button-active[_ngcontent-%COMP%]{color:#000}.tab[_ngcontent-%COMP%] .tab-title[_ngcontent-%COMP%]{padding:0 32px;text-transform:capitalize;font-size:14px}.tab[_ngcontent-%COMP%] .tab-selected-bar[_ngcontent-%COMP%]{position:absolute;bottom:-2px;width:100%;height:4px;background:#2383e2}.plan-upgrade-badge[_ngcontent-%COMP%]{background:linear-gradient(90deg,#2A517E 17.88%,#1E88E5 69.03%);border-radius:10px;padding:2px 6px;margin-left:-8px;color:#fff;font-size:12px;font-weight:400;cursor:pointer}.customer-tab[_ngcontent-%COMP%]{color:#7a7a7a;background:#fff;border-bottom:1px solid rgba(0,0,0,.1);display:flex;align-items:center;z-index:1;font-weight:500;font-size:14px;flex-flow:wrap}.customer-tab[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{display:flex;align-items:center;height:50px;position:relative;cursor:pointer}.customer-tab[_ngcontent-%COMP%] .button-selected[_ngcontent-%COMP%]{color:#1e88e5;font-weight:500}.customer-tab[_ngcontent-%COMP%] .icn-button[_ngcontent-%COMP%]{padding:0 16px}.customer-tab[_ngcontent-%COMP%] .icn-button-active[_ngcontent-%COMP%]{color:#000}.customer-tab[_ngcontent-%COMP%] .tab-title[_ngcontent-%COMP%]{padding:8px 20px;text-transform:capitalize;font-size:14px;font-weight:400}.customer-tab[_ngcontent-%COMP%] .tab-title.selected[_ngcontent-%COMP%]{font-weight:500}.customer-tab[_ngcontent-%COMP%] .tab-title[_ngcontent-%COMP%]:hover{background:#e8eaed;border-radius:7px}.customer-tab[_ngcontent-%COMP%] .tab-selected-bar[_ngcontent-%COMP%]{position:absolute;bottom:-2px;width:100%;height:3px;background:#2383e2}.setting-tab[_ngcontent-%COMP%]{height:41px;box-sizing:border-box;color:#7a7a7a;background:#fff;display:flex;flex-direction:row;align-items:center;z-index:1;font-size:14px;font-weight:500;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.1);background-color:#fbfbfa}.setting-tab[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{display:flex;align-items:center;height:100%;position:relative;cursor:pointer}.setting-tab[_ngcontent-%COMP%] .button-selected[_ngcontent-%COMP%]{color:#000}.setting-tab[_ngcontent-%COMP%] .button-selected-red[_ngcontent-%COMP%]{color:#f67474}.setting-tab[_ngcontent-%COMP%] .icn-button[_ngcontent-%COMP%]{padding:0 16px}.setting-tab[_ngcontent-%COMP%] .icn-button-active[_ngcontent-%COMP%]{color:#000}.setting-tab[_ngcontent-%COMP%] .tab-title[_ngcontent-%COMP%]{padding:5px 20px;text-transform:capitalize;font-size:13px;font-weight:400;margin:0 1px}.setting-tab[_ngcontent-%COMP%] .tab-title[_ngcontent-%COMP%]:hover{background:#e8eaed;border-radius:5px}.setting-tab[_ngcontent-%COMP%] .tab-selected-bar[_ngcontent-%COMP%]{position:absolute;width:100%;bottom:0;height:4px;background:#2383e2;border-radius:4px}.setting-tab[_ngcontent-%COMP%] .tab-selected-bar-red[_ngcontent-%COMP%]{position:absolute;width:100%;bottom:0;height:5px;background:#f67474}.btn-icon[_ngcontent-%COMP%]{color:#7c7c7c;background-color:#f1f1f1;cursor:pointer}.btn-icon[_ngcontent-%COMP%]:hover{color:#7c7c7c;background-color:#efeff6}.space[_ngcontent-%COMP%]{flex:1}.sub-component[_ngcontent-%COMP%]{flex:1;display:flex;flex-direction:column;width:100%;height:100%}.widget-area[_ngcontent-%COMP%]{flex-direction:row;display:flex;height:100%;flex:1;overflow-y:overlay;padding:20px 30px;flex-wrap:wrap;justify-content:center;box-sizing:border-box}.customer-widget-area[_ngcontent-%COMP%]{position:absolute;height:auto;bottom:0;top:0;left:0;right:0;flex-direction:row;display:flex;flex:1;overflow:initial;padding:14px;box-sizing:border-box;flex-wrap:wrap;justify-content:center}.customer-widget-area.deactivated[_ngcontent-%COMP%]{padding:0 7px 7px}.wcs-widget-area[_ngcontent-%COMP%]{position:absolute;height:auto;bottom:0;top:0;left:0;right:0;flex-direction:row;display:flex;flex:1;overflow-y:overlay;padding:12px;flex-wrap:wrap;align-items:center;grid-gap:12px;gap:12px}.wcs-widget-area[_ngcontent-%COMP%] .col[_ngcontent-%COMP%]{align-items:center}.setting-widget[_ngcontent-%COMP%]{height:calc(100% - 44px)}.setting-router[_ngcontent-%COMP%]{width:100%;flex:1;position:relative;overflow:auto;overflow-y:overlay}.container[_ngcontent-%COMP%]{width:calc(100% - 14px);height:100%;display:flex;flex-direction:column;align-items:center;padding:7px}.widget[_ngcontent-%COMP%]{flex:1;display:flex;flex-direction:column;max-width:1400px;min-width:300px;max-height:calc(100% - 15px);background:white;transition:.5s;border-radius:3px;border:1px solid rgba(0,0,0,.1);margin:0 5px 10px}.widget[_ngcontent-%COMP%]:last-child{margin:0 5px}.widget[_ngcontent-%COMP%]:only-child{min-width:600px}.widget[_ngcontent-%COMP%] .header[_ngcontent-%COMP%]{display:flex;flex-direction:row;align-items:center;border-bottom:solid 1px rgba(0,0,0,.1)}.widget[_ngcontent-%COMP%] .widget-body[_ngcontent-%COMP%]{display:flex;flex-direction:column;height:calc(100% - 108px);padding:20px}.widget[_ngcontent-%COMP%] .widget-body[_ngcontent-%COMP%] .item[_ngcontent-%COMP%]{padding-bottom:14px}.widget-item[_ngcontent-%COMP%]{flex:none;font-size:14px;color:#000000de}.widget-item[_ngcontent-%COMP%] .widget-body[_ngcontent-%COMP%]{padding:14px 30px}.widget[_ngcontent-%COMP%] .desc[_ngcontent-%COMP%]{font-size:14px;color:#0009;margin-bottom:7px}.widget[_ngcontent-%COMP%] .label[_ngcontent-%COMP%]{width:200px;font-size:14px;color:#0009}.widget[_ngcontent-%COMP%] .item-row[_ngcontent-%COMP%]{display:flex;padding:7px 0}.widget[_ngcontent-%COMP%] .bottom-line[_ngcontent-%COMP%]{border-bottom:solid 1px rgba(0,0,0,.1)}.scroll-widget[_ngcontent-%COMP%]{max-height:initial}.item[_ngcontent-%COMP%] .w-1[_ngcontent-%COMP%]{width:10%}.item[_ngcontent-%COMP%] .w-2[_ngcontent-%COMP%]{width:20%}.item[_ngcontent-%COMP%] .w-3[_ngcontent-%COMP%]{width:30%}.item[_ngcontent-%COMP%] .w-4[_ngcontent-%COMP%]{width:40%}.item[_ngcontent-%COMP%] .w-5[_ngcontent-%COMP%]{width:50%}.item[_ngcontent-%COMP%] .fs-12[_ngcontent-%COMP%]{font-size:12px}.item[_ngcontent-%COMP%] .right-align[_ngcontent-%COMP%]{text-align:right}.item[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%]{display:flex;padding:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;font-size:14px}.item[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] select[_ngcontent-%COMP%]{width:80%;box-sizing:border-box;padding:8px;font-size:14px;background-color:#f0f0f0;border:none;border-bottom:2px solid #f0f0f0;-webkit-appearance:none;-moz-appearance:none;transition:.2s}.item[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] select[_ngcontent-%COMP%]:focus{outline:none;border-bottom:2px solid #2383e2}.item[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] .search-icon[_ngcontent-%COMP%]{position:absolute;left:12px;top:12px;color:#00000080}.item[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] .search-box[_ngcontent-%COMP%]{width:100%;padding-left:32px}.item[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{cursor:pointer}.cell[_ngcontent-%COMP%]{padding-bottom:14px}.widget[_ngcontent-%COMP%] .widget-bottom[_ngcontent-%COMP%]{display:flex;padding-top:6px}.table-area[_ngcontent-%COMP%]{height:100%;overflow:overlay}.table-container[_ngcontent-%COMP%]{display:flex;height:100%;flex-direction:column;overflow-y:hidden}table.table-header[_ngcontent-%COMP%]:after{border-collapse:separate}.table-container[_ngcontent-%COMP%] .table-header[_ngcontent-%COMP%]{min-height:31px;background-color:#f7fafc;border-bottom:solid 1px rgba(0,0,0,.1);border-top:solid 1px rgba(0,0,0,.1);box-sizing:border-box}.table-container[_ngcontent-%COMP%] .table-header.no-top-border[_ngcontent-%COMP%]{border-top:0}.table-container[_ngcontent-%COMP%] .table-header[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{padding:10px 7px}.table-container[_ngcontent-%COMP%] .table-header[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:first-child{padding:10px 7px 10px 20px}.table-container[_ngcontent-%COMP%] .table-header[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:last-child{padding:10px 20px 10px 7px}.table-container[_ngcontent-%COMP%] .table-body[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{padding:7px}.table-container[_ngcontent-%COMP%] .table-body[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:first-child{padding:7px 7px 7px 20px}.table-container[_ngcontent-%COMP%] .table-body[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:last-child{padding:7px 20px 7px 7px}.table-container[_ngcontent-%COMP%] .table-header-v2[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{padding:10px 7px}.table-container[_ngcontent-%COMP%] .table-header-v2[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:first-child{padding:10px 7px 10px 20px}.table-container[_ngcontent-%COMP%] .table-header-v2[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:last-child{padding:10px 20px 10px 7px}.table-container[_ngcontent-%COMP%] .table-body-v2[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{padding:7px}.table-container[_ngcontent-%COMP%] .table-body-v2[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:first-child{padding:7px 7px 7px 20px}.table-container[_ngcontent-%COMP%] .table-body-v2[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:last-child{padding:7px 20px 7px 7px}table.table-header-v2[_ngcontent-%COMP%]:after{border-collapse:separate}.table-container[_ngcontent-%COMP%] .table-body[_ngcontent-%COMP%]{width:100%;max-height:calc(100% - 30px);flex:1;overflow-y:overlay}.table-container[_ngcontent-%COMP%] .no-record[_ngcontent-%COMP%]{display:flex;align-items:center;justify-content:center;padding:7px 0}.header[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{flex:1;font-size:16px;padding:12px 20px;color:#000000de}.header[_ngcontent-%COMP%] .btn-area[_ngcontent-%COMP%]{padding:7px 16px}.header[_ngcontent-%COMP%] .button-selected[_ngcontent-%COMP%]{color:#000}.header[_ngcontent-%COMP%] .button-disable[_ngcontent-%COMP%]:hover{color:#aaa;cursor:default;pointer-events:none}.header[_ngcontent-%COMP%] .button-primary[_ngcontent-%COMP%]{color:#1e90ff}.header[_ngcontent-%COMP%] .button-primary[_ngcontent-%COMP%]:hover{color:#30b0ff}.widget[_ngcontent-%COMP%] .body[_ngcontent-%COMP%]{flex:1;padding:14px 16px;overflow-y:overlay}.body-center[_ngcontent-%COMP%]{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.body-center[_ngcontent-%COMP%] .image[_ngcontent-%COMP%]{text-align:center}.body-center[_ngcontent-%COMP%] .image[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{font-size:30px;color:#2383e2}.body-center[_ngcontent-%COMP%] .description[_ngcontent-%COMP%]{margin-bottom:14px;font-size:14px;color:#0009;text-align:center;line-height:1.5}.body-center[_ngcontent-%COMP%] .description[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{margin-bottom:8px;font-size:18px;color:#000000de}.body[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{font-size:14px;color:#777}.body[_ngcontent-%COMP%] > .contents[_ngcontent-%COMP%]{font-size:15px;color:#333;margin-top:4px;padding:4px 0;display:flex;min-height:24px;align-items:center}.body[_ngcontent-%COMP%] .editable[_ngcontent-%COMP%]{border-bottom:1px solid #fff;transition:.5s}.body[_ngcontent-%COMP%] .editable[_ngcontent-%COMP%]:hover{cursor:text;border-bottom:1px solid #ccc}.body[_ngcontent-%COMP%] .selectbox[_ngcontent-%COMP%]{color:#777;padding:16px;box-shadow:0 0 2px #888;transition:.2s;cursor:pointer;display:flex;flex-direction:row}.body[_ngcontent-%COMP%] .selectbox[_ngcontent-%COMP%]:hover{color:#333;box-shadow:0 0 6px #888}.widget[_ngcontent-%COMP%] .search[_ngcontent-%COMP%]{margin:12px;padding:12px 12px 12px 36px;box-sizing:border-box;border:0;border-bottom:2px solid #ddd;background-color:transparent;background-image:url(/assets/icons/ic_search_72pt.png);background-size:24px;background-position:4px 8px;background-repeat:no-repeat;flex:1;transition:.3s}.widget[_ngcontent-%COMP%] .search[_ngcontent-%COMP%]:focus{outline:none;border-bottom:2px solid #777}.widget[_ngcontent-%COMP%] .filter-area[_ngcontent-%COMP%]{flex:1;display:flex;align-items:center;flex-direction:row-reverse}.tab[_ngcontent-%COMP%] .combo-box[_ngcontent-%COMP%]{display:flex}.filter-area[_ngcontent-%COMP%] .combo-box[_ngcontent-%COMP%]{color:#777;font-size:14px;padding:0 8px 0 0;text-align:right;position:relative;cursor:pointer}.header[_ngcontent-%COMP%] .combo-box[_ngcontent-%COMP%]{color:#777;font-size:14px;text-align:right;position:relative;cursor:pointer}.combo-box[_ngcontent-%COMP%] > .button[_ngcontent-%COMP%]{transition:.2s}.combo-box[_ngcontent-%COMP%] > .button-active[_ngcontent-%COMP%]{color:#000}.combo-box[_ngcontent-%COMP%] .arrow[_ngcontent-%COMP%]{vertical-align:middle}.combo-box-contents[_ngcontent-%COMP%]{position:absolute;right:16px;z-index:101;text-align:left;box-sizing:border-box;background-color:#fff;transition:.2s;box-shadow:0 2px 4px #00000080;border:solid 1px #d9d9d9;border-radius:5px}.combo-box-contents[_ngcontent-%COMP%] .items[_ngcontent-%COMP%]{cursor:pointer;padding:8px;color:#333;font-size:12px}.combo-box-contents[_ngcontent-%COMP%] .items[_ngcontent-%COMP%]:hover{background:#eee}.list[_ngcontent-%COMP%]{display:flex;flex-direction:row;align-items:center;border-bottom:1px solid rgba(0,0,0,.1);min-height:28px;transition:.1s;padding:10px 20px}.list.locked-list[_ngcontent-%COMP%]{background-color:#f7fafc}.list-group[_ngcontent-%COMP%]:hover{background-color:#fafcff}.list-bottom-clear[_ngcontent-%COMP%]{border-bottom:none}.list-bottom-line[_ngcontent-%COMP%]{border-bottom:1px solid #aaa}.widget[_ngcontent-%COMP%] .list[_ngcontent-%COMP%]:hover{background:#f5f5f5;cursor:pointer}.widget[_ngcontent-%COMP%] .list.locked-list[_ngcontent-%COMP%]:hover{background:#F7FAFC;cursor:initial}.list[_ngcontent-%COMP%] > .contents[_ngcontent-%COMP%]{padding:12px 0;font-size:14px;color:#333;flex:1}.list[_ngcontent-%COMP%] > .stat-contents[_ngcontent-%COMP%]{padding:12px 0;float:right;font-size:13px;color:#aaa}.list[_ngcontent-%COMP%] > .button-contents[_ngcontent-%COMP%]{padding:12px 0;float:right;font-size:13px}.list[_ngcontent-%COMP%] > .button-contents[_ngcontent-%COMP%]:hover{opacity:.8}.list[_ngcontent-%COMP%] > .icon[_ngcontent-%COMP%]{display:flex;align-items:center;margin:0 10px 0 6px;height:40px}.list[_ngcontent-%COMP%] .status-bar[_ngcontent-%COMP%]{width:8px;background:#aaa}.contents[_ngcontent-%COMP%] > .contents-small[_ngcontent-%COMP%]{margin-left:4px;font-size:11px;color:#555}.contents[_ngcontent-%COMP%] .sub-contents[_ngcontent-%COMP%]{font-size:12px;color:#0009;margin-top:6px}.widget[_ngcontent-%COMP%] .row[_ngcontent-%COMP%]{height:initial;align-items:center}.widget[_ngcontent-%COMP%] table[_ngcontent-%COMP%]{width:100%;border-collapse:collapse}.widget[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{padding:10px 7px;color:#56657bde;text-transform:uppercase;text-align:left;font-size:13px;font-weight:normal}.widget[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]{border-bottom:1px rgba(0,0,0,.1) solid}.widget[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:last-child{border-bottom:none}.widget[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{font-size:14px;color:#000000de;padding:7px}td[_ngcontent-%COMP%] .sub-contents[_ngcontent-%COMP%]{font-size:11px;color:#888;margin-top:4px}td[_ngcontent-%COMP%] .edit-btn[_ngcontent-%COMP%]{cursor:pointer;color:#1e90ff}td[_ngcontent-%COMP%] .delete-btn[_ngcontent-%COMP%]{cursor:pointer;color:#f1556c}table[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{float:right;color:#bbb;transition:.2s;cursor:pointer}table[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{color:#333}table[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{border-radius:50%;width:35px;height:35px}.div-table-header[_ngcontent-%COMP%]{display:flex;height:30px;border-style:solid;border-width:1px;border-image-source:linear-gradient(to bottom,#dfdfdf,#bcbcbc);border-image-slice:1;border-collapse:separate;background-image:linear-gradient(to bottom,#f7f7f7,#ececed);font-size:14px;align-items:center}.div-table-header[_ngcontent-%COMP%] .div-table-head[_ngcontent-%COMP%]{padding:7px 16px}.face[_ngcontent-%COMP%]{border-radius:50%;width:28px;height:28px;display:inline-block;margin-right:8px;vertical-align:middle}.folding-list[_ngcontent-%COMP%]{cursor:pointer}.folding-list[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{vertical-align:middle;margin-right:8px}.folding-list[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%]{color:#555;font-size:16px;padding:12px 0;border-bottom:1px solid #aaa;transition:.1s;height:54px}.folding-list[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%]:hover{background:#f5f5f5}.folding-list[_ngcontent-%COMP%] .sub-list-title[_ngcontent-%COMP%]{margin-left:16px;padding:12px 0 4px;color:#777;font-size:12px;font-weight:bold;border-bottom:1px solid #ccc;display:flex}.folding-list[_ngcontent-%COMP%] .sub-list[_ngcontent-%COMP%]{margin-left:16px;padding:8px 0;color:#333;font-size:14px;border-bottom:1px solid #ccc;transition:.1s;display:flex}.folding-list[_ngcontent-%COMP%] .sub-list[_ngcontent-%COMP%]:hover{background:#f5f5f5}.folding-list[_ngcontent-%COMP%] .sub-list-selected[_ngcontent-%COMP%]{background:#f5f5f5}.empty-contents[_ngcontent-%COMP%]{font-size:16px;color:#bbb;font-weight:bold;text-transform:uppercase}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{flex:1;box-sizing:border-box;padding:4px;border:0;border-bottom:1px solid #ccc;background:rgba(0,0,0,0);transition:.2s}.body[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:focus{outline:none;border-bottom:1px solid #777}.body[_ngcontent-%COMP%] .hidden-input[_ngcontent-%COMP%]{padding:4px 0;border-bottom:1px solid #fff;background:rgba(0,0,0,0)}.body[_ngcontent-%COMP%] .hidden-input[_ngcontent-%COMP%]:hover{border-bottom:1px solid #777}.dropdown[_ngcontent-%COMP%]{font-size:14px;position:relative;flex:1}.dropdown-contents[_ngcontent-%COMP%]{position:absolute;width:100%;margin-top:8px;left:0px;z-index:100;text-align:left;box-sizing:border-box;background-color:#fff;box-shadow:0 1px 13px 1px #0003;transition:.2s}.dropdown-contents[_ngcontent-%COMP%] > .list-item[_ngcontent-%COMP%]{cursor:pointer;padding:8px;color:#333;font-size:14px;display:flex;align-items:center}.dropdown-contents[_ngcontent-%COMP%] > .list-item[_ngcontent-%COMP%]:hover{background:#eee}.dropdown[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{width:100%;background:rgba(0,0,0,0)}.face[_ngcontent-%COMP%]{border-radius:50%;width:32px;height:32px;margin-right:8px}.no-face[_ngcontent-%COMP%]{border-radius:50%;width:38x;height:38px;min-width:38px;min-height:38px;background-color:#ccc;display:inline-block;margin-right:8px;vertical-align:middle;color:#fff;text-align:center;text-transform:uppercase}.calendar[_ngcontent-%COMP%]{width:100%}.contents[_ngcontent-%COMP%] > .button[_ngcontent-%COMP%]{color:#777;transition:.2s;cursor:pointer}.contents[_ngcontent-%COMP%] > .button[_ngcontent-%COMP%]:hover{color:#333}.list[_ngcontent-%COMP%] > .button[_ngcontent-%COMP%]{display:flex;width:32px;height:32px;justify-content:center;align-items:center;padding:5px;color:#777;transition:.2s;cursor:pointer;border-radius:21px}.list[_ngcontent-%COMP%] > .button[_ngcontent-%COMP%]:hover{color:#333;background:rgba(0,0,0,.05)}.btn-danger[_ngcontent-%COMP%]{color:#f1556d}.btn-danger[_ngcontent-%COMP%]:hover{color:#f47185}.svg-icon[_ngcontent-%COMP%]{font-size:24px;color:#000;width:1em;height:1em;position:relative}.svg-icon[_ngcontent-%COMP%] svg[_ngcontent-%COMP%]{fill:currentColor;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.png-icon[_ngcontent-%COMP%]{width:36px;height:36px;position:relative}.png-icon[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{max-width:100%;max-height:100%}.child-item[_ngcontent-%COMP%]{padding-left:24px}.title[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{vertical-align:middle;margin-right:4px}.widget[_ngcontent-%COMP%] .has-child[_ngcontent-%COMP%]:hover{background:#f5f5f5;cursor:pointer}.body[_ngcontent-%COMP%] select[_ngcontent-%COMP%]{flex:1;background:white;box-sizing:border-box;margin-top:8px;padding:4px 0;border:0;border-bottom:1px solid #ccc;transition:.2s}.body[_ngcontent-%COMP%] select[_ngcontent-%COMP%]:focus{outline:none;border-bottom:1px solid #777}.loader[_ngcontent-%COMP%]{position:relative;margin:0 auto;width:50px}.loader[_ngcontent-%COMP%]:before{content:"";display:block;padding-top:100%}.absolute[_ngcontent-%COMP%]{position:absolute;top:calc(50% - 25px);left:calc(50% - 25px);z-index:10}.circular[_ngcontent-%COMP%]{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.path[_ngcontent-%COMP%]{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite;stroke:#0057e7;stroke-linecap:round}.path.white[_ngcontent-%COMP%]{stroke:#fff}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.list-item[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{position:relative;background-color:#2383e2;border:none;font-size:14px;color:#fff;padding:8px 16px;margin-left:8px;text-align:center;transition-duration:.4s;text-decoration:none;overflow:hidden;cursor:pointer;outline:none}.list-item[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{color:#fff}.content-list[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{position:relative;background-color:#2383e2;border:none;font-size:14px;color:#fff;padding:8px 16px;margin-left:8px;text-align:center;transition-duration:.4s;text-decoration:none;overflow:hidden;cursor:pointer;outline:none}.title-row[_ngcontent-%COMP%]{display:flex;flex-direction:row;margin-top:28px}.title-row[_ngcontent-%COMP%] .list-title[_ngcontent-%COMP%]{flex:1;color:#777;padding-top:12px;justify-content:center}.title-row[_ngcontent-%COMP%] .tail[_ngcontent-%COMP%]{flex:1;text-align:right}.disabled[_ngcontent-%COMP%]{cursor:default;filter:contrast(60%) brightness(1.2);opacity:1;pointer-events:none;-webkit-user-select:none;user-select:none}.input-err[_ngcontent-%COMP%]{outline:none;background-color:#fbd0d6;box-shadow:0 0 0 2px #f1556c}.page-item[_ngcontent-%COMP%]{padding-bottom:14px!important}.unselectable[_ngcontent-%COMP%]{-webkit-user-select:none;user-select:none}.pager[_ngcontent-%COMP%]{display:flex;align-items:center;font-size:14px;color:#0009}.pager[_ngcontent-%COMP%] .page-info[_ngcontent-%COMP%]{display:flex;align-items:center;min-width:80px;padding-left:16px}.pager[_ngcontent-%COMP%] .page-mover[_ngcontent-%COMP%]{display:flex;align-items:center;padding:0 0 0 28px}.pager[_ngcontent-%COMP%] .page-mover[_ngcontent-%COMP%] .page-btn[_ngcontent-%COMP%]{display:flex;align-items:center;cursor:pointer;color:#0009}.pager[_ngcontent-%COMP%] .page-mover[_ngcontent-%COMP%] .page-btn[_ngcontent-%COMP%]:hover{color:#000000de}.pager[_ngcontent-%COMP%] .page-mover[_ngcontent-%COMP%] .page-btn.mover-disabled[_ngcontent-%COMP%]{cursor:initial;color:#0000004d}.pager[_ngcontent-%COMP%] .page-all[_ngcontent-%COMP%]{display:flex;align-items:center;padding-right:15px}.inner-input[_ngcontent-%COMP%]{width:100%;box-sizing:border-box;padding:6px 8px;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:5px;font-size:14px;transition:.2s;text-indent:0px;font-weight:400}.top-noti[_ngcontent-%COMP%]{width:100%;min-height:36px;display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:7px;background-color:#fcf9e9;font-size:14px;color:#000000de;border-bottom:rgba(0,0,0,.1)}','.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.34375em) scale(.75);width:133.3333333333%}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.34374em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);-ms-transform:translateY(-1.28125em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);-ms-transform:translateY(-1.28124em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);-ms-transform:translateY(-1.28123em) scale(.75);width:133.3333533333%}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.2812em) scale(.75)}}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-.59374em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.59374em) scale(.75);width:133.3333433333%}.mat-accent[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#448aff}.mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#448aff}.mat-autocomplete-panel[_ngcontent-%COMP%]{background:white;color:#000000de}.mat-autocomplete-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover){background:white}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#000000de}.mat-badge[_ngcontent-%COMP%]{position:relative}.mat-badge-hidden[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{display:none}.mat-badge-content[_ngcontent-%COMP%]{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform .2s ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.ng-animate-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%], .mat-badge-content._mat-animation-noopable[_ngcontent-%COMP%]{transition:none}.mat-badge-content.mat-badge-active[_ngcontent-%COMP%]{transform:none}.mat-badge-small[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-8px}.mat-badge-small.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-8px}.mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-16px}.mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-8px}.mat-badge-medium[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-11px}.mat-badge-medium.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-11px}.mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-22px}.mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-11px}.mat-badge-large[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-14px}.mat-badge-large.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-14px}.mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-28px}.mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-14px}.mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#2196f3}.cdk-high-contrast-active[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{outline:solid 1px;border-radius:0}.mat-badge-accent[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#448aff;color:#fff}.mat-badge-warn[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#f44336}.mat-badge-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#b9b9b9;color:#00000061}.mat-bottom-sheet-container[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;background:white;color:#000000de}.mat-button.mat-accent[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%]{color:#448aff}.mat-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#448aff}.mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%], .mat-fab.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%]{color:#fff}.mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%], .mat-fab.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%]{background-color:#448aff}.mat-flat-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ffffff1a}.mat-button-toggle-standalone[_ngcontent-%COMP%], .mat-button-toggle-group[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard[_ngcontent-%COMP%], .mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%]{box-shadow:none}.mat-button-toggle[_ngcontent-%COMP%]{color:#00000061}.mat-button-toggle[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:#0000001f}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#000000de;background:white}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:#000}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:solid 1px rgba(0,0,0,.12)}[dir=rtl][_ngcontent-%COMP%] .mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#e0e0e0;color:#0000008a}.mat-button-toggle-checked.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#000000de}.mat-button-toggle-disabled[_ngcontent-%COMP%]{color:#00000042;background-color:#eee}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{background:white}.mat-button-toggle-disabled.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#bdbdbd}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard[_ngcontent-%COMP%], .mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%]{border:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle-label-content[_ngcontent-%COMP%]{line-height:48px}.mat-card[_ngcontent-%COMP%]{background:white;color:#000000de}.mat-card[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-card.mat-card-flat[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-card-subtitle[_ngcontent-%COMP%]{color:#0000008a}.mat-checkbox-indeterminate.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-checked.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#448aff}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%]{background:#448aff}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]{background-color:#e0e0e0;color:#000000de}.mat-chip.mat-standard-chip[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#000000de;opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled) .mat-chip-remove[_ngcontent-%COMP%]:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled[_ngcontent-%COMP%]{opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:after{background:black}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%]{background-color:#2196f3;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%]{background-color:#f44336;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%]{background-color:#448aff;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ffffff1a}.mat-table[_ngcontent-%COMP%]{background:white}.mat-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] tfoot[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%], mat-footer-row[_ngcontent-%COMP%], [mat-header-row][_ngcontent-%COMP%], [mat-row][_ngcontent-%COMP%], [mat-footer-row][_ngcontent-%COMP%], .mat-table-sticky[_ngcontent-%COMP%]{background:inherit}mat-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-footer-row[_ngcontent-%COMP%], th.mat-header-cell[_ngcontent-%COMP%], td.mat-cell[_ngcontent-%COMP%], td.mat-footer-cell[_ngcontent-%COMP%]{border-bottom-color:#0000001f}.mat-header-cell[_ngcontent-%COMP%]{color:#0000008a}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{color:#000000de}.mat-calendar-arrow[_ngcontent-%COMP%]{border-top-color:#0000008a}.mat-datepicker-toggle[_ngcontent-%COMP%], .mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-next-button[_ngcontent-%COMP%], .mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-previous-button[_ngcontent-%COMP%]{color:#0000008a}.mat-calendar-table-header-divider[_ngcontent-%COMP%]:after{background:rgba(0,0,0,.12)}.mat-calendar-table-header[_ngcontent-%COMP%], .mat-calendar-body-label[_ngcontent-%COMP%]{color:#0000008a}.mat-calendar-body-cell-content[_ngcontent-%COMP%], .mat-date-range-input-separator[_ngcontent-%COMP%]{color:#000000de;border-color:transparent}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:#00000061}.mat-form-field-disabled[_ngcontent-%COMP%] .mat-date-range-input-separator[_ngcontent-%COMP%]{color:#00000061}.mat-calendar-body-in-preview[_ngcontent-%COMP%]{color:#0000003d}.mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#00000061}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#0000002e}.mat-calendar-body-in-range[_ngcontent-%COMP%]:before{background:rgba(33,150,243,.2)}.mat-calendar-body-comparison-identical[_ngcontent-%COMP%], .mat-calendar-body-in-comparison-range[_ngcontent-%COMP%]:before{background:rgba(249,171,0,.2)}.mat-calendar-body-comparison-bridge-start[_ngcontent-%COMP%]:before, [dir=rtl][_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-end[_ngcontent-%COMP%]:before{background:linear-gradient(to right,rgba(33,150,243,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-comparison-bridge-end[_ngcontent-%COMP%]:before, [dir=rtl][_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-start[_ngcontent-%COMP%]:before{background:linear-gradient(to left,rgba(33,150,243,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-in-range[_ngcontent-%COMP%] > .mat-calendar-body-comparison-identical[_ngcontent-%COMP%], .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range[_ngcontent-%COMP%]:after{background:#a8dab5}.mat-calendar-body-comparison-identical.mat-calendar-body-selected[_ngcontent-%COMP%], .mat-calendar-body-in-comparison-range[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background:#46a35e}.mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#2196f3;color:#fff}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#2196f366}.mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-calendar-body-cell[_ngcontent-%COMP%]:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .cdk-keyboard-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .cdk-program-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#2196f34d}.mat-datepicker-content[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;background-color:#fff;color:#000000de}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-in-range[_ngcontent-%COMP%]:before{background:rgba(68,138,255,.2)}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-comparison-identical[_ngcontent-%COMP%], .mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-in-comparison-range[_ngcontent-%COMP%]:before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-start[_ngcontent-%COMP%]:before, .mat-datepicker-content.mat-accent[_ngcontent-%COMP%] [dir=rtl][_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-end[_ngcontent-%COMP%]:before{background:linear-gradient(to right,rgba(68,138,255,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-end[_ngcontent-%COMP%]:before, .mat-datepicker-content.mat-accent[_ngcontent-%COMP%] [dir=rtl][_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-start[_ngcontent-%COMP%]:before{background:linear-gradient(to left,rgba(68,138,255,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-in-range[_ngcontent-%COMP%] > .mat-calendar-body-comparison-identical[_ngcontent-%COMP%], .mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range[_ngcontent-%COMP%]:after{background:#a8dab5}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-comparison-identical.mat-calendar-body-selected[_ngcontent-%COMP%], .mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-in-comparison-range[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background:#46a35e}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#448aff;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#448aff66}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-cell[_ngcontent-%COMP%]:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .cdk-keyboard-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .cdk-program-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#448aff4d}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-in-range[_ngcontent-%COMP%]:before{background:rgba(244,67,54,.2)}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-comparison-identical[_ngcontent-%COMP%], .mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-in-comparison-range[_ngcontent-%COMP%]:before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-start[_ngcontent-%COMP%]:before, .mat-datepicker-content.mat-warn[_ngcontent-%COMP%] [dir=rtl][_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-end[_ngcontent-%COMP%]:before{background:linear-gradient(to right,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-end[_ngcontent-%COMP%]:before, .mat-datepicker-content.mat-warn[_ngcontent-%COMP%] [dir=rtl][_ngcontent-%COMP%] .mat-calendar-body-comparison-bridge-start[_ngcontent-%COMP%]:before{background:linear-gradient(to left,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-in-range[_ngcontent-%COMP%] > .mat-calendar-body-comparison-identical[_ngcontent-%COMP%], .mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range[_ngcontent-%COMP%]:after{background:#a8dab5}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-comparison-identical.mat-calendar-body-selected[_ngcontent-%COMP%], .mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-in-comparison-range[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background:#46a35e}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#f44336;color:#fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#f4433666}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-cell[_ngcontent-%COMP%]:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .cdk-keyboard-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .cdk-program-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}.mat-datepicker-content-touch[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-datepicker-toggle-active[_ngcontent-%COMP%]{color:#2196f3}.mat-datepicker-toggle-active.mat-accent[_ngcontent-%COMP%]{color:#448aff}.mat-datepicker-toggle-active.mat-warn[_ngcontent-%COMP%]{color:#f44336}.mat-date-range-input-inner[disabled][_ngcontent-%COMP%]{color:#00000061}.mat-dialog-container[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:white;color:#000000de}.mat-divider[_ngcontent-%COMP%]{border-top-color:#0000001f}.mat-divider-vertical[_ngcontent-%COMP%]{border-right-color:#0000001f}.mat-expansion-panel[_ngcontent-%COMP%]{background:white;color:#000000de}.mat-expansion-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-action-row[_ngcontent-%COMP%]{border-top-color:#0000001f}.mat-expansion-panel[_ngcontent-%COMP%] .mat-expansion-panel-header.cdk-keyboard-focused[_ngcontent-%COMP%]:not([aria-disabled=true]), .mat-expansion-panel[_ngcontent-%COMP%] .mat-expansion-panel-header.cdk-program-focused[_ngcontent-%COMP%]:not([aria-disabled=true]), .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}@media (hover: none){.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header[_ngcontent-%COMP%]:hover{background:white}}.mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:#000000de}.mat-expansion-panel-header-description[_ngcontent-%COMP%], .mat-expansion-indicator[_ngcontent-%COMP%]:after{color:#0000008a}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%]{color:#00000042}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-title[_ngcontent-%COMP%], .mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-description[_ngcontent-%COMP%]{color:inherit}.mat-expansion-panel-header[_ngcontent-%COMP%]{height:48px}.mat-expansion-panel-header.mat-expanded[_ngcontent-%COMP%]{height:64px}.mat-form-field-label[_ngcontent-%COMP%]{color:#0009}.mat-hint[_ngcontent-%COMP%]{color:#0009}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#2196f3}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#448aff}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-warn[_ngcontent-%COMP%]{color:#f44336}.mat-focused[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%]{color:#448aff}.mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#000000de}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#2196f3}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#448aff}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-warn[_ngcontent-%COMP%]{background-color:#f44336}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid) .mat-form-field-infix[_ngcontent-%COMP%]:after{color:#2196f3}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix[_ngcontent-%COMP%]:after{color:#448aff}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix[_ngcontent-%COMP%]:after{color:#f44336}.mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#f44336}.mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%]{color:#f44336}.mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#f44336}.mat-error[_ngcontent-%COMP%]{color:#f44336}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#0000008a}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-hint[_ngcontent-%COMP%]{color:#0000008a}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:#0000006b}.mat-form-field-appearance-legacy.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:#0000006b}.mat-form-field-appearance-standard.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:#0000000a}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:#00000005}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]:before{background-color:#0000006b}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#00000061}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]:before{background-color:transparent}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:#0000001f}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#000000de}.mat-form-field-appearance-outline.mat-focused[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#2196f3}.mat-form-field-appearance-outline.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#448aff}.mat-form-field-appearance-outline.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#00000061}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:#0000000f}.mat-icon.mat-primary[_ngcontent-%COMP%]{color:#2196f3}.mat-icon.mat-accent[_ngcontent-%COMP%]{color:#448aff}.mat-icon.mat-warn[_ngcontent-%COMP%]{color:#f44336}.mat-form-field-type-mat-native-select[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]:after{color:#0000008a}.mat-input-element[_ngcontent-%COMP%]:disabled, .mat-form-field-type-mat-native-select.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]:after{color:#00000061}.mat-input-element[_ngcontent-%COMP%]{caret-color:#2196f3}.mat-input-element[_ngcontent-%COMP%]::placeholder{color:#0000006b}.mat-input-element[_ngcontent-%COMP%]::-moz-placeholder{color:#0000006b}.mat-input-element[_ngcontent-%COMP%]::-webkit-input-placeholder{color:#0000006b}.mat-input-element[_ngcontent-%COMP%]:-ms-input-placeholder{color:#0000006b}.mat-form-field.mat-accent[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#448aff}.mat-form-field.mat-warn[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%], .mat-form-field-invalid[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#f44336}.mat-form-field-type-mat-native-select.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]:after{color:#f44336}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{color:#000000de}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{color:#000000de}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{color:#0000008a}.mat-list-item-disabled[_ngcontent-%COMP%]{background-color:#eee}.mat-list-option[_ngcontent-%COMP%]:hover, .mat-list-option[_ngcontent-%COMP%]:focus, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover, .mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus{background:rgba(0,0,0,.04)}.mat-list-single-selected-option[_ngcontent-%COMP%], .mat-list-single-selected-option[_ngcontent-%COMP%]:hover, .mat-list-single-selected-option[_ngcontent-%COMP%]:focus{background:rgba(0,0,0,.12)}.mat-menu-panel[_ngcontent-%COMP%]{background:white}.mat-menu-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-menu-item[_ngcontent-%COMP%]{background:transparent;color:#000000de}.mat-menu-item[disabled][_ngcontent-%COMP%], .mat-menu-item[disabled][_ngcontent-%COMP%] .mat-menu-submenu-icon[_ngcontent-%COMP%], .mat-menu-item[disabled][_ngcontent-%COMP%] .mat-icon-no-color[_ngcontent-%COMP%]{color:#00000061}.mat-menu-item[_ngcontent-%COMP%] .mat-icon-no-color[_ngcontent-%COMP%], .mat-menu-submenu-icon[_ngcontent-%COMP%]{color:#0000008a}.mat-menu-item[_ngcontent-%COMP%]:hover:not([disabled]), .mat-menu-item.cdk-program-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-keyboard-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item-highlighted[_ngcontent-%COMP%]:not([disabled]){background:rgba(0,0,0,.04)}.mat-paginator[_ngcontent-%COMP%]{background:white}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{color:#0000008a}.mat-paginator-decrement[_ngcontent-%COMP%], .mat-paginator-increment[_ngcontent-%COMP%]{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first[_ngcontent-%COMP%], .mat-paginator-last[_ngcontent-%COMP%]{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-decrement[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-increment[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-first[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-last[_ngcontent-%COMP%]{border-color:#00000061}.mat-paginator-container[_ngcontent-%COMP%]{min-height:56px}.mat-progress-bar-background[_ngcontent-%COMP%]{fill:#c4e1f8}.mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#c4e1f8}.mat-progress-bar-fill[_ngcontent-%COMP%]:after{background-color:#2196f3}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#cddefb}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#cddefb}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]:after{background-color:#448aff}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#f9ccc9}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#f9ccc9}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]:after{background-color:#f44336}.mat-progress-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#2196f3}.mat-progress-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#448aff}.mat-progress-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#f44336}.mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#0000008a}.mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#2196f3}.mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#2196f3}.mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#448aff}.mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#448aff}.mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#f44336}.mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#f44336}.mat-radio-button.mat-radio-disabled.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#00000061}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%]{background-color:#00000061}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-label-content[_ngcontent-%COMP%]{color:#00000061}.mat-radio-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#000}.mat-select-value[_ngcontent-%COMP%]{color:#000000de}.mat-select-placeholder[_ngcontent-%COMP%]{color:#0000006b}.mat-select-disabled[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%]{color:#00000061}.mat-select-arrow[_ngcontent-%COMP%]{color:#0000008a}.mat-select-panel[_ngcontent-%COMP%]{background:white}.mat-select-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-select-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.mat-form-field.mat-focused.mat-primary[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#2196f3}.mat-form-field.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#448aff}.mat-form-field.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#f44336}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-invalid[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#f44336}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-disabled[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#00000061}.mat-drawer-container[_ngcontent-%COMP%]{background-color:#fafafa;color:#000000de}.mat-drawer[_ngcontent-%COMP%]{background-color:#fff;color:#000000de}.mat-drawer.mat-drawer-push[_ngcontent-%COMP%]{background-color:#fff}.mat-drawer[_ngcontent-%COMP%]:not(.mat-drawer-side){box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-drawer-side[_ngcontent-%COMP%]{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%]{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl][_ngcontent-%COMP%] .mat-drawer-side[_ngcontent-%COMP%]{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl][_ngcontent-%COMP%] .mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%]{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown[_ngcontent-%COMP%]{background-color:#0009}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#448aff}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:#448aff8a}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#448aff}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#2196f3}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:#2196f38a}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#2196f3}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#f44336}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:#f443368a}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#f44336}.mat-slide-toggle[_ngcontent-%COMP%]:not(.mat-checked) .mat-ripple-element[_ngcontent-%COMP%]{background-color:#000}.mat-slide-toggle-thumb[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;background-color:#fafafa}.mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:#00000061}.mat-slider-track-background[_ngcontent-%COMP%]{background-color:#00000042}.mat-primary[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#2196f3}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-primary[_ngcontent-%COMP%] .mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:#2196f333}.mat-accent[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#448aff}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-accent[_ngcontent-%COMP%] .mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:#448aff33}.mat-warn[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#f44336}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-warn[_ngcontent-%COMP%] .mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:#f4433633}.mat-slider[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider.cdk-focused[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%]{background-color:#00000061}.mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%]{background-color:#00000042}.mat-slider-disabled[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%]{background-color:#00000042}.mat-slider-min-value[_ngcontent-%COMP%] .mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:#0000001f}.mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#000000de}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#00000042}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing) .mat-slider-thumb[_ngcontent-%COMP%]{border-color:#00000042;background-color:transparent}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb[_ngcontent-%COMP%]{border-color:#00000061}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%]{border-color:#00000042}.mat-slider-has-ticks[_ngcontent-%COMP%] .mat-slider-wrapper[_ngcontent-%COMP%]:after{border-color:#000000b3}.mat-slider-horizontal[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-slider-vertical[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused[_ngcontent-%COMP%], .mat-step-header.cdk-program-focused[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%]:hover:not([aria-disabled]), .mat-step-header[_ngcontent-%COMP%]:hover[aria-disabled=false]{background-color:#0000000a}.mat-step-header[_ngcontent-%COMP%]:hover[aria-disabled=true]{cursor:default}@media (hover: none){.mat-step-header[_ngcontent-%COMP%]:hover{background:none}}.mat-step-header[_ngcontent-%COMP%] .mat-step-label[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-optional[_ngcontent-%COMP%]{color:#0000008a}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon[_ngcontent-%COMP%]{background-color:#0000008a;color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-selected[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-done[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-edit[_ngcontent-%COMP%]{background-color:#2196f3;color:#fff}.mat-step-header.mat-accent[_ngcontent-%COMP%] .mat-step-icon[_ngcontent-%COMP%]{color:#fff}.mat-step-header.mat-accent[_ngcontent-%COMP%] .mat-step-icon-selected[_ngcontent-%COMP%], .mat-step-header.mat-accent[_ngcontent-%COMP%] .mat-step-icon-state-done[_ngcontent-%COMP%], .mat-step-header.mat-accent[_ngcontent-%COMP%] .mat-step-icon-state-edit[_ngcontent-%COMP%]{background-color:#448aff;color:#fff}.mat-step-header.mat-warn[_ngcontent-%COMP%] .mat-step-icon[_ngcontent-%COMP%]{color:#fff}.mat-step-header.mat-warn[_ngcontent-%COMP%] .mat-step-icon-selected[_ngcontent-%COMP%], .mat-step-header.mat-warn[_ngcontent-%COMP%] .mat-step-icon-state-done[_ngcontent-%COMP%], .mat-step-header.mat-warn[_ngcontent-%COMP%] .mat-step-icon-state-edit[_ngcontent-%COMP%]{background-color:#f44336;color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-error[_ngcontent-%COMP%]{background-color:transparent;color:#f44336}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-active[_ngcontent-%COMP%]{color:#000000de}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-error[_ngcontent-%COMP%]{color:#f44336}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{background-color:#fff}.mat-stepper-vertical-line[_ngcontent-%COMP%]:before{border-left-color:#0000001f}.mat-horizontal-stepper-header[_ngcontent-%COMP%]:before, .mat-horizontal-stepper-header[_ngcontent-%COMP%]:after, .mat-stepper-horizontal-line[_ngcontent-%COMP%]{border-top-color:#0000001f}.mat-horizontal-stepper-header[_ngcontent-%COMP%]{height:72px}.mat-stepper-label-position-bottom[_ngcontent-%COMP%] .mat-horizontal-stepper-header[_ngcontent-%COMP%], .mat-vertical-stepper-header[_ngcontent-%COMP%]{padding:24px}.mat-stepper-vertical-line[_ngcontent-%COMP%]:before{top:-16px;bottom:-16px}.mat-stepper-label-position-bottom[_ngcontent-%COMP%] .mat-horizontal-stepper-header[_ngcontent-%COMP%]:after, .mat-stepper-label-position-bottom[_ngcontent-%COMP%] .mat-horizontal-stepper-header[_ngcontent-%COMP%]:before{top:36px}.mat-stepper-label-position-bottom[_ngcontent-%COMP%] .mat-stepper-horizontal-line[_ngcontent-%COMP%]{top:36px}.mat-sort-header-arrow[_ngcontent-%COMP%]{color:#757575}.mat-tab-nav-bar[_ngcontent-%COMP%], .mat-tab-header[_ngcontent-%COMP%]{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-nav-bar[_ngcontent-%COMP%], .mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%]{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{color:#000000de}.mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:#00000061}.mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#000000de}.mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#00000061}.mat-tab-group[class*=mat-background-][_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[class*=mat-background-][_ngcontent-%COMP%]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:#bbdefb4d}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#2196f3}.mat-tab-group.mat-primary.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-group.mat-primary.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:#82b1ff4d}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#448aff}.mat-tab-group.mat-accent.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-group.mat-accent.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:#ffcdd24d}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#f44336}.mat-tab-group.mat-warn.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-group.mat-warn.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:#bbdefb4d}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%]{background-color:#2196f3}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:#fff6}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before, .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before, .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before, .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before{border-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff;opacity:.12}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:#82b1ff4d}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%]{background-color:#448aff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:#fff6}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before, .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before, .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before, .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before{border-color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff;opacity:.12}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:#ffcdd24d}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%]{background-color:#f44336}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:#fff6}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before, .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before, .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before, .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-focus-indicator[_ngcontent-%COMP%]:before{border-color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-link-container[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] > .mat-tab-header-pagination[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff;opacity:.12}.mat-toolbar[_ngcontent-%COMP%]{background:whitesmoke;color:#000000de}.mat-toolbar.mat-primary[_ngcontent-%COMP%]{background:#2196f3;color:#fff}.mat-toolbar.mat-accent[_ngcontent-%COMP%]{background:#448aff;color:#fff}.mat-toolbar.mat-warn[_ngcontent-%COMP%]{background:#f44336;color:#fff}.mat-toolbar[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%]{background-color:currentColor}.mat-toolbar[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:inherit}.mat-toolbar[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:currentColor}.mat-toolbar-multiple-rows[_ngcontent-%COMP%]{min-height:64px}.mat-toolbar-row[_ngcontent-%COMP%], .mat-toolbar-single-row[_ngcontent-%COMP%]{height:64px}@media (max-width: 599px){.mat-toolbar-multiple-rows[_ngcontent-%COMP%]{min-height:56px}.mat-toolbar-row[_ngcontent-%COMP%], .mat-toolbar-single-row[_ngcontent-%COMP%]{height:56px}}.mat-tooltip[_ngcontent-%COMP%]{background:rgba(97,97,97,.9)}.mat-tree[_ngcontent-%COMP%]{background:white}.mat-tree-node[_ngcontent-%COMP%], .mat-nested-tree-node[_ngcontent-%COMP%]{color:#000000de}.mat-tree-node[_ngcontent-%COMP%]{min-height:48px}.mat-snack-bar-container[_ngcontent-%COMP%]{color:#ffffffb3;background:#323232;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-simple-snackbar-action[_ngcontent-%COMP%]{color:#448aff}.sub-nav[_ngcontent-%COMP%] .col[_ngcontent-%COMP%]{line-height:normal}.site-el[_ngcontent-%COMP%]{position:relative;display:flex;flex-direction:row;width:100%;align-items:center;min-height:43px}.site-el.has-division[_ngcontent-%COMP%]{padding:14px 0}.site-el.no-division[_ngcontent-%COMP%]{padding:8px 0}.device-list[_ngcontent-%COMP%]{display:flex;flex-direction:column;transition:.1s;cursor:pointer;background:#fff}.device-list[_ngcontent-%COMP%]:hover{background:#fafafa}.device-list[_ngcontent-%COMP%] .basic[_ngcontent-%COMP%]{display:flex;flex-direction:row;align-items:center}.device-list[_ngcontent-%COMP%] .basic[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{padding:16px 8px}.device-list[_ngcontent-%COMP%] .basic[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%]{font-size:14px;padding:6px 12px;flex-grow:1;width:calc(100% - 160px)}.device-list[_ngcontent-%COMP%] .basic[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] .content-device-title[_ngcontent-%COMP%]{overflow-x:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:break-word;width:100%;max-width:100%}.device-list[_ngcontent-%COMP%] .basic[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] .content-title[_ngcontent-%COMP%]{color:#0009}.device-list[_ngcontent-%COMP%] .basic[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%] .content-text[_ngcontent-%COMP%]{margin-left:7px;color:#000000de}.device-list[_ngcontent-%COMP%] .basic[_ngcontent-%COMP%] .stat-contents[_ngcontent-%COMP%]{font-size:12px;padding:16px 8px;color:#aaa;text-align:right;min-width:80px}.device-list[_ngcontent-%COMP%] .basic[_ngcontent-%COMP%] .error[_ngcontent-%COMP%]{color:#f67474}.device-list[_ngcontent-%COMP%] .basic[_ngcontent-%COMP%] .normal[_ngcontent-%COMP%]{color:#1e90ff}.device-list[_ngcontent-%COMP%] .detail[_ngcontent-%COMP%]{display:flex;flex-direction:row;padding:4px 0 8px}.device-list[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{padding:7px 14px;background:#2383e2;color:#fff;border-radius:5px;font-size:13px;font-weight:500;margin-right:8px;text-transform:uppercase;box-shadow:0 0 2px #888;cursor:pointer}.device-list[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]:hover{background:#2ea0ff;box-shadow:0 0 6px #888}.button-disabled[_ngcontent-%COMP%]{color:#555;cursor:default;pointer-events:none}.button-warning[_ngcontent-%COMP%]{color:#fff;background-color:#dc143c}.button-warning[_ngcontent-%COMP%]:hover{background-color:#fc3f65}.device-list[_ngcontent-%COMP%] .space[_ngcontent-%COMP%]{flex-grow:1}.selected-device[_ngcontent-%COMP%]{margin-bottom:8px;box-shadow:0 2px 8px -1px #888;background-color:#e6f2ff}.selected-device[_ngcontent-%COMP%]:hover{background:#fff;background-color:#e6f2ff}.head[_ngcontent-%COMP%]{font-weight:bold}.content-list[_ngcontent-%COMP%]{position:relative;max-height:500px;overflow-y:overlay}.list-item[_ngcontent-%COMP%]{display:flex;flex-direction:row;align-items:center;min-height:43px;padding:0;margin:2px 6px;border-radius:5px}.list-header[_ngcontent-%COMP%]{margin-bottom:8px;color:#888;font-weight:700;text-transform:uppercase}.has-child[_ngcontent-%COMP%]{cursor:pointer}.has-child[_ngcontent-%COMP%]:hover{background:#f0f0f0}.site-item[_ngcontent-%COMP%]{position:relative;display:flex;flex-direction:row;align-items:center;min-height:43px;padding:11px 0}.list-item[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%]{display:table-cell;padding:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;font-size:14px;position:relative}.list-itme[_ngcontent-%COMP%] .w-1[_ngcontent-%COMP%]{width:10%}.list-item[_ngcontent-%COMP%] .w-2[_ngcontent-%COMP%]{width:20%}.list-item[_ngcontent-%COMP%] .w-3[_ngcontent-%COMP%]{width:30%}.list-item[_ngcontent-%COMP%] .w-4[_ngcontent-%COMP%]{width:40%}.list-item[_ngcontent-%COMP%] .w-5[_ngcontent-%COMP%]{width:50%}.list-item[_ngcontent-%COMP%] .fs-12[_ngcontent-%COMP%]{font-size:12px}.list-item[_ngcontent-%COMP%] .right-align[_ngcontent-%COMP%]{text-align:right}.list-button[_ngcontent-%COMP%]{position:relative;background-color:#2383e2;border:none;height:32px;font-size:14px;color:#fff;padding:8px 16px;margin-left:8px;text-align:center;transition-duration:.4s;text-decoration:none;overflow:hidden;cursor:pointer;outline:none}.selected-id[_ngcontent-%COMP%]{color:#1e90ff!important}.select-id[_ngcontent-%COMP%]{background-color:#1e90ff!important}.status-box[_ngcontent-%COMP%]{height:30px;margin:0 16px;padding:8px;width:200px;box-sizing:border-box;border:1px solid #ccc;border-radius:4px;font-size:12px;color:#777;text-align:center;transition:.3s;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between}.status-box[_ngcontent-%COMP%]:hover{background-color:#eee}.status-box[_ngcontent-%COMP%] .contents[_ngcontent-%COMP%]{display:flex}.status-list[_ngcontent-%COMP%]{position:absolute;background:white;width:200px;font-size:12px;border:1px solid #bbb;box-shadow:0 0 6px #888;white-space:nowrap;text-align:left;z-index:500}.link-txt[_ngcontent-%COMP%]{padding:8px 16px;color:#4387f4;cursor:pointer;font-weight:300;font-style:italic}.link-txt.span[_ngcontent-%COMP%]{padding:0 3px}.link-txt[_ngcontent-%COMP%]:hover{color:#9fc1f9}.link-txt[_ngcontent-%COMP%]:focus{outline:none;border-bottom:1px solid #2383e2}.selectbox.short[_ngcontent-%COMP%]{width:150px}.share-site[_ngcontent-%COMP%]{color:#1f8fff}.disable-list[_ngcontent-%COMP%]{color:#aaa!important}.primary-button[_ngcontent-%COMP%]{background-color:#2383e2;padding:4px 16px;cursor:pointer;color:#fff}.primary-button[_ngcontent-%COMP%]:hover{background-color:#66b3ff}.danger[_ngcontent-%COMP%]{color:red}.text-button[_ngcontent-%COMP%]{padding-left:4px;color:#2383e2;cursor:pointer}.text-button[_ngcontent-%COMP%]:hover{color:#54aaff}.transition[_ngcontent-%COMP%]{transition:.3s}.transition.rotate-reverse[_ngcontent-%COMP%]{transform:rotate(180deg)}.add-log-btn[_ngcontent-%COMP%]{text-align:center;font-weight:bold;background:#f0f7ff}.add-log-btn[_ngcontent-%COMP%]:hover{background:#e6f2ff!important}mat-radio-group[_ngcontent-%COMP%] mat-radio-button[_ngcontent-%COMP%]{margin-right:8px}.site-text[_ngcontent-%COMP%]{width:200px;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#000000bf;padding-bottom:5px}.site-text.deactivated[_ngcontent-%COMP%]{color:#00000061}.plan-widget[_ngcontent-%COMP%]{align-content:center;flex-direction:row;display:flex;min-height:calc(100% - 20px);flex:1;overflow-y:overlay;flex-wrap:wrap;padding:10px 0}.plan-widget[_ngcontent-%COMP%] .plan-title-header[_ngcontent-%COMP%]{display:flex;justify-content:space-between;align-items:center;padding:10px 0;margin:0 6px 0 16px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%]{flex:1;padding:30px 32px 32px;overflow-y:overlay;font-family:Roboto;font-size:16px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:-.1px;color:#252525}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .flex-1[_ngcontent-%COMP%]{flex:1}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .flex-1-2[_ngcontent-%COMP%]{flex:1.2}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .flex-1-5[_ngcontent-%COMP%]{flex:1.5}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .flex-2[_ngcontent-%COMP%]{flex:2}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .flex-3[_ngcontent-%COMP%]{flex:3}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .flex-4[_ngcontent-%COMP%]{flex:4}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .flex-5[_ngcontent-%COMP%]{flex:5}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .txt-right[_ngcontent-%COMP%]{text-align:right}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .row[_ngcontent-%COMP%]{display:flex;font-weight:400}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%]{border:.5px solid #ececed}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-title[_ngcontent-%COMP%]{padding:20px;display:flex;justify-content:space-between}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-title[_ngcontent-%COMP%] .plan-service-title-label[_ngcontent-%COMP%]{font-size:22px;color:#2383e2;font-weight:400}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-sep[_ngcontent-%COMP%]{padding:0 10px;background:#ececed;height:1px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%]{height:50px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%]{padding:15px 20px;display:flex;align-items:center;justify-content:space-between}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .service-disable[_ngcontent-%COMP%]{color:#d1d2d2!important}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .plan-service-item-left[_ngcontent-%COMP%]{display:flex;align-items:center}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .plan-service-item-left[_ngcontent-%COMP%] .service-status[_ngcontent-%COMP%]{margin-right:20px;width:61px;height:20px;text-align:center;justify-content:center;display:flex;align-items:center;border-radius:5px;font-size:13px;font-weight:400;color:#fff}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .plan-service-item-left[_ngcontent-%COMP%] .service-status.plan-enable[_ngcontent-%COMP%]{background-color:#2383e2}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .plan-service-item-left[_ngcontent-%COMP%] .service-status.plan-disable[_ngcontent-%COMP%]{background-color:#d1d2d2}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .plan-service-item-left[_ngcontent-%COMP%] .plan-service-label[_ngcontent-%COMP%]{font-size:15px;color:#494949;font-weight:500}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .plan-service-item-right[_ngcontent-%COMP%]{display:flex}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .plan-service-item-right[_ngcontent-%COMP%] .currency[_ngcontent-%COMP%]{display:flex;align-items:flex-end;font-size:15px;color:#3f3e3e}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .plan-service-item-right[_ngcontent-%COMP%] .fee[_ngcontent-%COMP%]{display:flex;align-items:flex-end;font-size:18px;color:#3f3e3e}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-service-box[_ngcontent-%COMP%] .plan-service-items[_ngcontent-%COMP%] .plan-service-item[_ngcontent-%COMP%] .plan-service-item-right[_ngcontent-%COMP%] .per[_ngcontent-%COMP%]{display:flex;align-items:flex-end;font-size:16px;color:#979797}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-header[_ngcontent-%COMP%]{margin-bottom:16px;color:#000000de}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-header[_ngcontent-%COMP%] .plan-month[_ngcontent-%COMP%]{font-size:20px;color:#000000de}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-header[_ngcontent-%COMP%] .plan-charge-txt[_ngcontent-%COMP%]{font-size:34px;color:#000000de}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{display:flex;position:relative;justify-content:center;text-align:center;margin-left:14px;overflow:hidden;border:none;font-size:14px;font-weight:500;color:#2383e2;text-decoration:none;cursor:pointer;outline:none;border-radius:5px;transition-duration:.2s}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button.small[_ngcontent-%COMP%]{font-size:14px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button.small[_ngcontent-%COMP%] .btn-inner[_ngcontent-%COMP%]{margin:7px 14px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button[_ngcontent-%COMP%] .btn-inner[_ngcontent-%COMP%]{display:flex;align-items:center;margin:7px 14px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button[_ngcontent-%COMP%] .btn-inner[_ngcontent-%COMP%] .material-icons[_ngcontent-%COMP%]{padding-right:3px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button[_ngcontent-%COMP%] .btn-inner[_ngcontent-%COMP%] div[_ngcontent-%COMP%]{display:flex}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button[_ngcontent-%COMP%] .btn-inner.small-btn[_ngcontent-%COMP%]{margin:7px 14px;font-size:14px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button-primary[_ngcontent-%COMP%]{background-color:#2383e2;color:#fff}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button-primary[_ngcontent-%COMP%]:hover{background-color:#66b3ff}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button-danger[_ngcontent-%COMP%]{background-color:#f1556c;color:#fff;border-radius:4px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button-danger[_ngcontent-%COMP%]:hover{background-color:#f0425c}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button-normal[_ngcontent-%COMP%]{border-style:solid;border-width:1px;border-image-source:linear-gradient(to bottom,#dfdfdf,#bcbcbc);border-image-slice:1;background-image:linear-gradient(to bottom,#f7f7f7,#ececed),linear-gradient(to bottom,#dfdfdf,#bcbcbc);background-origin:border-box;background-clip:content-box,border-box;color:#0009}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button-normal[_ngcontent-%COMP%]:hover{border-image-source:linear-gradient(to bottom,#c3c3c3,#9f9f9f);border-image-slice:1;background-image:linear-gradient(to bottom,#e4e4e4,#d9d9d9),linear-gradient(to bottom,#c3c3c3,#9f9f9f)}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .button-normal[_ngcontent-%COMP%]:active{box-shadow:inset 0 2px 3px #00000080}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-detail-btn[_ngcontent-%COMP%] .space[_ngcontent-%COMP%]{flex:1}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-inner-btn[_ngcontent-%COMP%]{height:25px;border-radius:5px;border:solid 1px rgba(30,144,255,.3);background-color:#1e90ff1a;color:#1f8fff;padding:0 12px;margin-left:8px;text-align:center;cursor:pointer}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-inner-btn[_ngcontent-%COMP%]:hover{background-color:#0080ff4d}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-inner-btn[_ngcontent-%COMP%] .plan-detail-btn-txt[_ngcontent-%COMP%]{font-size:12px;line-height:27px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%]{width:100%}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-title[_ngcontent-%COMP%]{display:flex;height:45px;justify-content:space-between;background-color:#f7f7f7;border-bottom:solid 1px #dbdbdb}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-title[_ngcontent-%COMP%] .plan-table-title-txt[_ngcontent-%COMP%]{padding:16px 16px 13px;font-size:14px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%]{display:flex;height:45px;justify-content:space-between;border-bottom:solid 1px #dbdbdb;font-size:14px;font-weight:400;color:#737373}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items.total[_ngcontent-%COMP%]{border-bottom:none}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item[_ngcontent-%COMP%]{flex:4;padding:14px 16px;overflow:hidden;text-overflow:ellipsis}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item[_ngcontent-%COMP%] .plan-table-opts[_ngcontent-%COMP%]{display:flex;align-items:center}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item[_ngcontent-%COMP%] .plan-table-opts[_ngcontent-%COMP%] .event-bar[_ngcontent-%COMP%]{margin-right:10px;width:110px;height:12px;background:#eaeaea;position:relative;border-radius:6px;overflow:hidden}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item[_ngcontent-%COMP%] .plan-table-opts[_ngcontent-%COMP%] .event-bar[_ngcontent-%COMP%] .event-progress[_ngcontent-%COMP%]{width:0px;height:12px;background:#2383e2;position:absolute;transition:.2s}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item.flex-1[_ngcontent-%COMP%]{flex:1}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item.flex-1-2[_ngcontent-%COMP%]{flex:1.2}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item.flex-1-5[_ngcontent-%COMP%]{flex:1.5}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item.flex-2[_ngcontent-%COMP%]{flex:2}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item.flex-3[_ngcontent-%COMP%]{flex:3}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item.flex-4[_ngcontent-%COMP%]{flex:4}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item.flex-5[_ngcontent-%COMP%]{flex:5}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item.align-right[_ngcontent-%COMP%]{text-align:right}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-table-items[_ngcontent-%COMP%] .plan-table-item[_ngcontent-%COMP%] .beta[_ngcontent-%COMP%]{font-weight:normal;color:#2383e2;font-size:14px;font-style:italic}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-detail-title[_ngcontent-%COMP%]{font-size:18px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .plan-detail-price[_ngcontent-%COMP%]{font-size:16px}.plan-widget[_ngcontent-%COMP%] .plan-body[_ngcontent-%COMP%] .plan-table[_ngcontent-%COMP%] .align-right[_ngcontent-%COMP%]{text-align:right}.plan-widget.deactivated[_ngcontent-%COMP%]{padding:0 0 10px}.activation-widget[_ngcontent-%COMP%]{display:flex;flex-direction:row;width:840px;position:relative;height:110px;padding:20px 30px;background-color:#1e90ff;transition:.2s;color:#fff;overflow:auto;border-radius:5px}.activation-widget[_ngcontent-%COMP%] .activation-label[_ngcontent-%COMP%]{font-size:24px;font-weight:300}.activation-widget[_ngcontent-%COMP%] .activate-date-box[_ngcontent-%COMP%]{margin-top:26px;display:flex}.activation-widget[_ngcontent-%COMP%] .activate-date-box[_ngcontent-%COMP%] .activate-date-label[_ngcontent-%COMP%]{color:#ffffffde}.activation-widget[_ngcontent-%COMP%] .activate-date-box[_ngcontent-%COMP%] .activate-progress-container[_ngcontent-%COMP%]{position:relative;margin:0 7px}.activation-widget[_ngcontent-%COMP%] .activate-date-box[_ngcontent-%COMP%] .activate-progress-container[_ngcontent-%COMP%] .activate-progress-box[_ngcontent-%COMP%]{width:240px;height:20px;background-color:#fff;border-radius:17px;overflow:auto}.activation-widget[_ngcontent-%COMP%] .activate-date-box[_ngcontent-%COMP%] .activate-progress-container[_ngcontent-%COMP%] .activate-progress-box[_ngcontent-%COMP%] .activate-progress[_ngcontent-%COMP%]{width:0px;height:20px;background-image:linear-gradient(to left,#46dabd,#b8e986);overflow:auto}.activation-widget[_ngcontent-%COMP%] .activate-date-box[_ngcontent-%COMP%] .activate-progress-container[_ngcontent-%COMP%] .activate-progress-box[_ngcontent-%COMP%] .activate-float-label[_ngcontent-%COMP%]{position:absolute;top:-20px;left:calc(0% - 10px);font-size:12px;color:#ffffffde}.activation-widget[_ngcontent-%COMP%] .activate-desc[_ngcontent-%COMP%]{letter-spacing:-.09px;font-size:13px}.plan-btn[_ngcontent-%COMP%]{display:flex;flex-direction:column;justify-content:center;margin:0 0 0 6px;padding:6px 15px;border-radius:5px;background-color:#1f8fff;cursor:pointer}.plan-btn[_ngcontent-%COMP%]:hover{background-color:#66b3ff}.plan-btn[_ngcontent-%COMP%] .plan-btn-txt[_ngcontent-%COMP%]{font-family:Roboto;font-size:15px;font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:-.1px;color:#fff}.icon-btn[_ngcontent-%COMP%]{display:flex;align-items:center;color:#878787;cursor:pointer;margin:0 8px;transition:.2s}.icon-btn[_ngcontent-%COMP%]:hover{color:#4d4d4d}.icon-btn.warning[_ngcontent-%COMP%]{color:#db143c}.icon-btn.warning[_ngcontent-%COMP%]:hover{color:#e46}.print-btn[_ngcontent-%COMP%]{width:73px;height:30px;margin-right:10px;display:flex;align-items:center;border-radius:5px;border-style:solid;border-width:1px;border-image-source:linear-gradient(to bottom,#dfdfdf,#bcbcbc);border-image-slice:1;background-image:linear-gradient(to bottom,#f7f7f7,#ececed),linear-gradient(to bottom,#dfdfdf,#bcbcbc);background-origin:border-box;background-clip:content-box,border-box;color:#888;font-weight:500;cursor:pointer}.print-btn[_ngcontent-%COMP%]:hover{border-image-source:linear-gradient(to bottom,#c3c3c3,#9f9f9f);border-image-slice:1;background-image:linear-gradient(to bottom,#e4e4e4,#d9d9d9),linear-gradient(to bottom,#c3c3c3,#9f9f9f)}.print-btn[_ngcontent-%COMP%]:active{box-shadow:inset 0 2px 3px #00000080}.print-btn[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{color:#888;font-size:20px;padding:5px 5px 5px 10px}.print-btn[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{font-size:13px;color:#888;padding:5px 10px 5px 0}.isp-info-line[_ngcontent-%COMP%]{display:flex;font-size:13px;color:#000000de}.isp-info-line[_ngcontent-%COMP%] .isp-info-title[_ngcontent-%COMP%]{flex:1;font-weight:400}.isp-info-line[_ngcontent-%COMP%] .isp-info-label[_ngcontent-%COMP%]{margin-left:14px}.pagination[_ngcontent-%COMP%]{display:flex;font-size:12px;align-items:center}.pagination[_ngcontent-%COMP%] .page-btn[_ngcontent-%COMP%]{cursor:pointer}.pagination[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%]{opacity:.3}.mat-badge-content[_ngcontent-%COMP%]{font-weight:600;font-size:12px;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-badge-small[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{font-size:9px}.mat-badge-large[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{font-size:24px}.mat-h1[_ngcontent-%COMP%], .mat-headline[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{font:400 24px / 32px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2[_ngcontent-%COMP%], .mat-title[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font:500 20px / 32px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h3[_ngcontent-%COMP%], .mat-subheading-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font:400 16px / 28px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h4[_ngcontent-%COMP%], .mat-subheading-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{font:400 15px / 24px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h5[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h5[_ngcontent-%COMP%]{font:400 calc(14px * .83) / 20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-h6[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:400 calc(14px * .67) / 20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-body-strong[_ngcontent-%COMP%], .mat-body-2[_ngcontent-%COMP%]{font:500 14px / 24px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal}.mat-body[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%]{font:400 14px / 20px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal}.mat-body[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0 0 12px}.mat-small[_ngcontent-%COMP%], .mat-caption[_ngcontent-%COMP%]{font:400 12px / 20px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal}.mat-display-4[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-4[_ngcontent-%COMP%]{font:300 112px / 112px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-3[_ngcontent-%COMP%]{font:400 56px / 56px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-2[_ngcontent-%COMP%]{font:400 45px / 48px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-1[_ngcontent-%COMP%]{font:400 34px / 40px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{font:400 14px / 20px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal}.mat-button[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-fab[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-button-toggle[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card-title[_ngcontent-%COMP%]{font-size:24px;font-weight:500}.mat-card-header[_ngcontent-%COMP%] .mat-card-title[_ngcontent-%COMP%]{font-size:20px}.mat-card-subtitle[_ngcontent-%COMP%], .mat-card-content[_ngcontent-%COMP%]{font-size:14px}.mat-checkbox[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-checkbox-layout[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{line-height:24px}.mat-chip[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-chip[_ngcontent-%COMP%] .mat-chip-trailing-icon.mat-icon[_ngcontent-%COMP%], .mat-chip[_ngcontent-%COMP%] .mat-chip-remove.mat-icon[_ngcontent-%COMP%]{font-size:18px}.mat-table[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-header-cell[_ngcontent-%COMP%]{font-size:12px;font-weight:500}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{font-size:14px}.mat-calendar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-calendar-body[_ngcontent-%COMP%]{font-size:13px}.mat-calendar-body-label[_ngcontent-%COMP%], .mat-calendar-period-button[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-calendar-table-header[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{font-size:11px;font-weight:400}.mat-dialog-title[_ngcontent-%COMP%]{font:500 20px / 32px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal}.mat-expansion-panel-header[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content[_ngcontent-%COMP%]{font:400 14px / 20px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal}.mat-form-field[_ngcontent-%COMP%]{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal}.mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.34375em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{font-size:150%;line-height:1.125}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%]{height:1.5em;width:1.5em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{height:1.125em;line-height:1.125}.mat-form-field-infix[_ngcontent-%COMP%]{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.34373em) scale(.75);width:133.3333533333%}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.34372em) scale(.75);width:133.3333633333%}.mat-form-field-label-wrapper[_ngcontent-%COMP%]{top:-.84375em;padding-top:.84375em}.mat-form-field-label[_ngcontent-%COMP%]{top:1.34375em}.mat-form-field-underline[_ngcontent-%COMP%]{bottom:1.34375em}.mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.25em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);-ms-transform:translateY(-1.28119em) scale(.75);width:133.3333933333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);-ms-transform:translateY(-1.28118em) scale(.75);width:133.3334033333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);-ms-transform:translateY(-1.28117em) scale(.75);width:133.3334133333%}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.28125em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{bottom:1.25em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28116em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28115em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.28114em) scale(.75)}}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.25em 0 .75em}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-.59372em) scale(.75);width:133.3333633333%}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:1em 0}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{transform:translateY(-1.59372em) scale(.75);width:133.3333633333%}.mat-grid-tile-header[_ngcontent-%COMP%], .mat-grid-tile-footer[_ngcontent-%COMP%]{font-size:14px}.mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%], .mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}input.mat-input-element[_ngcontent-%COMP%]{margin-top:-.0625em}.mat-menu-item[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:400}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px}.mat-radio-button[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select-trigger[_ngcontent-%COMP%]{height:1.125em}.mat-slide-toggle-content[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-slider-thumb-label-text[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-stepper-vertical[_ngcontent-%COMP%], .mat-stepper-horizontal[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-step-label[_ngcontent-%COMP%]{font-size:14px;font-weight:400}.mat-step-sub-label-error[_ngcontent-%COMP%]{font-weight:normal}.mat-step-label-error[_ngcontent-%COMP%]{font-size:14px}.mat-step-label-selected[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-tab-group[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-toolbar[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h2[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h3[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h4[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h5[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:500 20px / 32px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal;margin:0}.mat-tooltip[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset[_ngcontent-%COMP%]{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px}.mat-optgroup-label[_ngcontent-%COMP%]{font:500 14px / 24px Roboto,"Helvetica Neue",sans-serif;letter-spacing:normal}.mat-simple-snackbar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px}.mat-simple-snackbar-action[_ngcontent-%COMP%]{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tree-node[_ngcontent-%COMP%], .mat-nested-tree-node[_ngcontent-%COMP%]{font-weight:400;font-size:14px}.mat-ripple[_ngcontent-%COMP%]{overflow:hidden;position:relative}.mat-ripple[_ngcontent-%COMP%]:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded[_ngcontent-%COMP%]{overflow:visible}.mat-ripple-element[_ngcontent-%COMP%]{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale(0)}.cdk-high-contrast-active[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{display:none}.cdk-visually-hidden[_ngcontent-%COMP%]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-overlay-container[_ngcontent-%COMP%], .cdk-global-overlay-wrapper[_ngcontent-%COMP%]{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container[_ngcontent-%COMP%]{position:fixed;z-index:1000}.cdk-overlay-container[_ngcontent-%COMP%]:empty{display:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%]{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane[_ngcontent-%COMP%]{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop[_ngcontent-%COMP%]{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:1}.cdk-high-contrast-active[_ngcontent-%COMP%] .cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:.6}.cdk-overlay-dark-backdrop[_ngcontent-%COMP%]{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop[_ngcontent-%COMP%], .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:0}.cdk-overlay-connected-position-bounding-box[_ngcontent-%COMP%]{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock[_ngcontent-%COMP%]{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize[_ngcontent-%COMP%]{resize:none}textarea.cdk-textarea-autosize-measuring[_ngcontent-%COMP%]{padding:2px 0!important;box-sizing:content-box!important;height:auto!important;overflow:hidden!important}textarea.cdk-textarea-autosize-measuring-firefox[_ngcontent-%COMP%]{padding:2px 0!important;box-sizing:content-box!important;height:0!important}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator[_ngcontent-%COMP%]{position:relative}.mat-mdc-focus-indicator[_ngcontent-%COMP%]{position:relative}.mat-ripple-element[_ngcontent-%COMP%]{background-color:#0000001a}.mat-option[_ngcontent-%COMP%]{color:#000000de}.mat-option[_ngcontent-%COMP%]:hover:not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active[_ngcontent-%COMP%]{background:rgba(0,0,0,.04);color:#000000de}.mat-option.mat-option-disabled[_ngcontent-%COMP%]{color:#00000061}.mat-primary[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#2196f3}.mat-accent[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#40c4ff}.mat-warn[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#f44336}.mat-optgroup-label[_ngcontent-%COMP%]{color:#0000008a}.mat-optgroup-disabled[_ngcontent-%COMP%] .mat-optgroup-label[_ngcontent-%COMP%]{color:#00000061}.mat-pseudo-checkbox[_ngcontent-%COMP%]{color:#0000008a}.mat-pseudo-checkbox[_ngcontent-%COMP%]:after{color:#fafafa}.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{color:#b0b0b0}.mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#2196f3}.mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#40c4ff}.mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#f44336}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{background:#b0b0b0}.mat-app-background[_ngcontent-%COMP%]{background-color:#fafafa;color:#000000de}.mat-elevation-z0[_ngcontent-%COMP%]{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-elevation-z1[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-elevation-z2[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-elevation-z3[_ngcontent-%COMP%]{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-elevation-z4[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-elevation-z5[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.mat-elevation-z6[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-elevation-z7[_ngcontent-%COMP%]{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.mat-elevation-z8[_ngcontent-%COMP%]{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-elevation-z9[_ngcontent-%COMP%]{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.mat-elevation-z10[_ngcontent-%COMP%]{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.mat-elevation-z11[_ngcontent-%COMP%]{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.mat-elevation-z12[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-elevation-z13[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.mat-elevation-z14[_ngcontent-%COMP%]{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.mat-elevation-z15[_ngcontent-%COMP%]{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.mat-elevation-z16[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-elevation-z17[_ngcontent-%COMP%]{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.mat-elevation-z18[_ngcontent-%COMP%]{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.mat-elevation-z19[_ngcontent-%COMP%]{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.mat-elevation-z20[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.mat-elevation-z21[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.mat-elevation-z22[_ngcontent-%COMP%]{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.mat-elevation-z23[_ngcontent-%COMP%]{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.mat-elevation-z24[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-theme-loaded-marker[_ngcontent-%COMP%]{display:none}.mat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{color:inherit;background:transparent}.mat-button.mat-primary[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%]{color:#2196f3}.mat-button.mat-accent[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%]{color:#40c4ff}.mat-button.mat-warn[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%]{color:#f44336}.mat-button.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-button.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-button.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-button.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%], .mat-icon-button.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-icon-button.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-icon-button.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-icon-button.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%], .mat-stroked-button.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-stroked-button.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-stroked-button.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-stroked-button.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%]{color:#00000042}.mat-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#2196f3}.mat-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#40c4ff}.mat-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#f44336}.mat-button.mat-button-disabled[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-button-disabled[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-button-disabled[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:transparent}.mat-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{opacity:.1;background-color:currentColor}.mat-button-focus-overlay[_ngcontent-%COMP%]{background:black}.mat-stroked-button[_ngcontent-%COMP%]:not(.mat-button-disabled){border-color:#0000001f}.mat-flat-button[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%], .mat-fab[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%]{color:#000000de;background-color:#fff}.mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%]{color:#fff}.mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%], .mat-fab.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%]{color:#000000de}.mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%]{color:#fff}.mat-flat-button.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-flat-button.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-flat-button.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-flat-button.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%], .mat-raised-button.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-raised-button.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-raised-button.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-raised-button.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%], .mat-fab.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-fab.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-fab.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-fab.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%], .mat-mini-fab.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-mini-fab.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-mini-fab.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-mini-fab.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%]{color:#00000042}.mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%]{background-color:#2196f3}.mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%], .mat-fab.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%]{background-color:#40c4ff}.mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%]{background-color:#f44336}.mat-flat-button.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-flat-button.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-flat-button.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-flat-button.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%], .mat-raised-button.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-raised-button.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-raised-button.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-raised-button.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%], .mat-fab.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-fab.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-fab.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-fab.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%], .mat-mini-fab.mat-primary.mat-button-disabled[_ngcontent-%COMP%], .mat-mini-fab.mat-accent.mat-button-disabled[_ngcontent-%COMP%], .mat-mini-fab.mat-warn.mat-button-disabled[_ngcontent-%COMP%], .mat-mini-fab.mat-button-disabled.mat-button-disabled[_ngcontent-%COMP%]{background-color:#0000001f}.mat-flat-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ffffff1a}.mat-flat-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#0000001a}.mat-flat-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ffffff1a}.mat-stroked-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-flat-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-raised-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-raised-button[_ngcontent-%COMP%]:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-raised-button.mat-button-disabled[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-fab[_ngcontent-%COMP%]:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-fab.mat-button-disabled[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-checkbox-frame[_ngcontent-%COMP%]{border-color:#0000008a}.mat-checkbox-checkmark[_ngcontent-%COMP%]{fill:#fafafa}.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#fafafa!important}.mat-checkbox-mixedmark[_ngcontent-%COMP%]{background-color:#fafafa}.mat-checkbox-indeterminate.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-checked.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#2196f3}.mat-checkbox-indeterminate.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-checked.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#40c4ff}.mat-checkbox-indeterminate.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-checked.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#f44336}.mat-checkbox-disabled.mat-checkbox-checked[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-disabled.mat-checkbox-indeterminate[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#b0b0b0}.mat-checkbox-disabled[_ngcontent-%COMP%]:not(.mat-checkbox-checked) .mat-checkbox-frame[_ngcontent-%COMP%]{border-color:#b0b0b0}.mat-checkbox-disabled[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{color:#0000008a}.mat-checkbox[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#000}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%]{background:#2196f3}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%]{background:#40c4ff}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%]{background:#f44336}.site-icon[_ngcontent-%COMP%]{transition:all .2s ease 0s;flex:1 1 0%;margin:0 10px;background:#aaaab0}.site-icon.sel-site[_ngcontent-%COMP%]{box-shadow:0 0 0 3px #fff}.site-icon.shared-site[_ngcontent-%COMP%]{background:#2383e2}.site-icon.deactivated[_ngcontent-%COMP%]{opacity:.35}.monitoring-btn-container[_ngcontent-%COMP%]{height:50px;align-items:center;display:flex;padding-left:20px}.monitoring-btn-box[_ngcontent-%COMP%]{display:flex;height:30px;margin-right:20px;border-radius:5px;border-style:solid;border-width:1px;border-image-source:linear-gradient(to bottom,#dfdfdf,#bcbcbc);border-image-slice:1;background-image:linear-gradient(to bottom,#f7f7f7,#ececed),linear-gradient(to bottom,#dfdfdf,#bcbcbc);background-origin:border-box;background-clip:content-box,border-box;font-family:Roboto;font-size:14px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:-.09px;color:#0009}.monitoring-btn-box[_ngcontent-%COMP%] .monitoring-btn[_ngcontent-%COMP%]{cursor:pointer;display:flex;padding:8px 15px;justify-content:center;align-items:center}.monitoring-btn-box[_ngcontent-%COMP%] .monitoring-btn[_ngcontent-%COMP%]:hover{border-image-source:linear-gradient(to bottom,#c3c3c3,#9f9f9f);border-image-slice:1;background-image:linear-gradient(to bottom,#e4e4e4,#d9d9d9),linear-gradient(to bottom,#c3c3c3,#9f9f9f)}.monitoring-btn-box[_ngcontent-%COMP%] .monitoring-btn[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{font-size:20px;margin-right:6px}.monitoring-btn-box[_ngcontent-%COMP%] .line[_ngcontent-%COMP%]{height:29px;border-style:solid;border-width:1px;border-image-source:linear-gradient(to bottom,#dfdfdf,#bcbcbc);border-image-slice:1}.text[_ngcontent-%COMP%]{font-size:14px}.text-btn[_ngcontent-%COMP%]{margin-left:6px;cursor:pointer;font-size:14px;letter-spacing:-.09px;color:#1e90ff}.text-btn[_ngcontent-%COMP%]:hover{font-weight:500;color:#0073e6}.new-badge[_ngcontent-%COMP%]{font-size:10px;padding:1px 3px;color:#fff;background-color:#2383e2;position:absolute;right:12px;top:8px;border-radius:5px;letter-spacing:-.06px}.newbie[_ngcontent-%COMP%]{position:relative;width:100%}.newbie-box[_ngcontent-%COMP%]{position:absolute;display:flex;justify-content:center;width:100%;text-align:center}.newbie-box.bottom[_ngcontent-%COMP%]{top:calc(50% + 25px)}.newbie-box.right[_ngcontent-%COMP%]{top:10px;right:15px;width:auto}.newbie-box.bottom-right[_ngcontent-%COMP%]{top:20px;right:-50px;width:410px}.balloon[_ngcontent-%COMP%]{display:flex;position:relative;background:#3395f4;border-radius:5px;padding:20px;width:max-content;justify-content:center;align-items:center;color:#fff;font-size:18px;box-shadow:0 0 8px #00000080}.balloon[_ngcontent-%COMP%] .balloon-header[_ngcontent-%COMP%]{display:flex;justify-content:space-between;align-content:center;font-weight:400}.balloon[_ngcontent-%COMP%] .balloon-desc[_ngcontent-%COMP%]{margin-top:14px;font-size:14px;text-align:left}.balloon[_ngcontent-%COMP%] .balloon-link[_ngcontent-%COMP%]{display:flex;align-items:center;margin-top:14px;font-size:14px;font-weight:400;color:#f8e71c;text-align:right;justify-content:flex-end;cursor:pointer}.balloon[_ngcontent-%COMP%] .balloon-icon[_ngcontent-%COMP%]{cursor:pointer;margin-left:30px;font-size:22px}.balloon.top[_ngcontent-%COMP%] [_ngcontent-%COMP%]:after{content:"";position:absolute;border-right:15px solid transparent;border-left:15px solid transparent;border-bottom:30px solid #3395f4;top:-18px;left:calc(50% - 15px)}.balloon.top-right[_ngcontent-%COMP%] [_ngcontent-%COMP%]:after{content:"";position:absolute;border-right:15px solid transparent;border-left:15px solid transparent;border-bottom:30px solid #3395f4;top:-18px;left:calc(76% - 15px)}.no-tts[_ngcontent-%COMP%]{padding-top:36px;align-items:center;text-align:center}.alarm-tab[_ngcontent-%COMP%]{height:40px;color:#888;background:#fff;display:flex;align-items:center;z-index:1}.alarm-tab[_ngcontent-%COMP%] .btn[_ngcontent-%COMP%]{display:flex;align-items:center;height:100%;position:relative}.alarm-tab[_ngcontent-%COMP%] .btn[_ngcontent-%COMP%]:hover{color:#2383e2;cursor:pointer}.alarm-tab[_ngcontent-%COMP%] .button-selected[_ngcontent-%COMP%]{color:#2383e2}.alarm-tab[_ngcontent-%COMP%] .icn-button[_ngcontent-%COMP%]{padding:0 16px}.alarm-tab[_ngcontent-%COMP%] .icn-button-active[_ngcontent-%COMP%]{color:#000}.alarm-tab[_ngcontent-%COMP%] .tab-title[_ngcontent-%COMP%]{padding:0 32px;text-transform:capitalize;font-size:14px}.alarm-tab[_ngcontent-%COMP%] .tab-selected-bar[_ngcontent-%COMP%]{position:absolute;bottom:-2px;width:100%;height:4px;background:#2383e2}.inactivate[_ngcontent-%COMP%]{filter:grayscale(100%);opacity:.5;pointer-events:none}th[_ngcontent-%COMP%]{position:relative;padding:5px 7px;color:#000000de;text-transform:capitalize;text-align:left;font-size:12px;font-weight:normal;-webkit-user-select:none;user-select:none}th[_ngcontent-%COMP%]:first-child{padding-left:10px}th.status[_ngcontent-%COMP%]:before{content:"";position:absolute;left:-1px;bottom:15%;height:70%;border-left:1px solid #bcbcbc;border-left:1px solid var(th-divider);box-sizing:border-box}th[_ngcontent-%COMP%] .th-divider[_ngcontent-%COMP%]{bottom:0;cursor:col-resize;position:absolute;right:-10px;top:0;width:20px;z-index:10}tr.warning[_ngcontent-%COMP%]{background-color:#ffe6e6}td[_ngcontent-%COMP%]{text-overflow:ellipsis;overflow-x:hidden;white-space:nowrap;max-width:1vw}td.text-ellipsis[_ngcontent-%COMP%]{text-overflow:ellipsis;overflow-x:hidden;white-space:nowrap;max-width:1vw}.table-container.p-7[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{padding:7px}.table-container.p-7[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{padding:7px}.sub-nav[_ngcontent-%COMP%]{left:0px}.sub-nav.hide[_ngcontent-%COMP%]{left:-290px;pointer-events:none;overflow:hidden}.component-body[_ngcontent-%COMP%]{width:calc(100% - 300px);left:300px}.component-body.hide[_ngcontent-%COMP%]{width:calc(100% - 10px);left:10px}.component-body-no-data[_ngcontent-%COMP%]{width:calc(100% - 300px);left:300px}.component-body-no-data.hide[_ngcontent-%COMP%]{width:calc(100% - 10px);left:10px}.tts-type[_ngcontent-%COMP%]{background-color:#e3e8ee;border-radius:11px;align-items:center;justify-content:center;display:flex;padding:2px 10px;margin-right:4px;cursor:pointer}.tts-type[_ngcontent-%COMP%] .material-icons[_ngcontent-%COMP%]{font-size:16px}.tts-type.failed[_ngcontent-%COMP%]{background-color:#cd3d6426;color:#cd3d64}@media screen and (max-width: 910px){.icon-btn-txt[_ngcontent-%COMP%]{display:none}}.enable-date[_ngcontent-%COMP%]{color:#2f96fb}.disable-date[_ngcontent-%COMP%]{opacity:0}.enable-xml[_ngcontent-%COMP%]{color:#359dff;cursor:pointer}.disable-xml[_ngcontent-%COMP%]{color:#0000004d}.no-drag[_ngcontent-%COMP%]{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.selectbox-label[_ngcontent-%COMP%]{width:200px;white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden}select[_ngcontent-%COMP%]::-ms-expand{display:none}.selectitem[_ngcontent-%COMP%]{color:#777;transition:.2s;cursor:pointer;display:flex;flex-direction:row;font-size:14px}.selectitem[_ngcontent-%COMP%]:hover{background-color:#ebebeb}.selectitem.selected[_ngcontent-%COMP%]{background-color:#e0e0e0}.selectitem.label[_ngcontent-%COMP%]{margin:2px 0;max-width:420px;font-size:14px;padding:8px 10px;justify-content:space-between}.select-list[_ngcontent-%COMP%]{position:fixed;width:100%;background:#fff;font-size:14px;border-style:solid;border-width:1px;border-radius:5px;border-color:#dfdfdf;overflow-x:hidden;white-space:nowrap;z-index:500;font-weight:500}.select-list[_ngcontent-%COMP%] .search-result-input[_ngcontent-%COMP%]{font-size:14px;color:#000000de}.select-list[_ngcontent-%COMP%] .search-result-input[_ngcontent-%COMP%] .list-search-input[_ngcontent-%COMP%]{width:100%;outline:none;border:0;border-bottom:1px solid rgba(0,0,0,.1);height:30px;text-indent:16px}.select-list[_ngcontent-%COMP%] .search-result-input[_ngcontent-%COMP%] .list-search-input[_ngcontent-%COMP%]::placeholder{color:#0000004d}.select-list[_ngcontent-%COMP%] .select-result[_ngcontent-%COMP%]{display:flex}.select-list[_ngcontent-%COMP%] .select-result[_ngcontent-%COMP%] .check-area[_ngcontent-%COMP%]{display:flex;margin-right:5px;justify-content:center;color:#0000004d}.select-list[_ngcontent-%COMP%] .select-result[_ngcontent-%COMP%] .check-area[_ngcontent-%COMP%] .check-icon[_ngcontent-%COMP%]{font-size:18px}.select-list[_ngcontent-%COMP%] .select-result[_ngcontent-%COMP%] .check-area[_ngcontent-%COMP%] .check-icon.checked[_ngcontent-%COMP%]{color:#1f8fff}.select-list[_ngcontent-%COMP%] .btn-area[_ngcontent-%COMP%]{margin:14px}[sortable-column][_ngcontent-%COMP%]{cursor:pointer}.arming-status-icon[_ngcontent-%COMP%]{position:relative;display:flex;flex-direction:column;margin:0 10px;border-radius:50%;width:38px;height:38px;min-width:38px;min-height:38px;box-sizing:border-box;align-items:center;justify-content:center;color:#000000de;font-weight:500;transition:all .3s}.arming-status-icon[_ngcontent-%COMP%] .armed[_ngcontent-%COMP%]{background-color:#ffdbbd;border-radius:50%}.arming-status-icon[_ngcontent-%COMP%] .disarmed[_ngcontent-%COMP%]{background-color:#bef3e0;border-radius:50%}.arming-status-icon[_ngcontent-%COMP%] .partially-armed[_ngcontent-%COMP%]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:all .3s}.arming-status-icon[_ngcontent-%COMP%] .partially-armed.armed[_ngcontent-%COMP%]{position:absolute;top:2px;left:2px}.arming-status-icon[_ngcontent-%COMP%] .partially-armed.disarmed[_ngcontent-%COMP%]{position:absolute;bottom:2px;right:2px;z-index:1;box-shadow:0 0 0 1px #fff}.arming-status-icon[_ngcontent-%COMP%] .partially-armed.sel-site[_ngcontent-%COMP%]{box-shadow:0 0 0 1px #fff}.arming-status-icon[_ngcontent-%COMP%] .armed-user[_ngcontent-%COMP%]{background-color:#ff7f1640;border-radius:50%}.arming-status-icon[_ngcontent-%COMP%] .loading[_ngcontent-%COMP%]{background-color:#0000001a;border-radius:50%}.arming-status-icon[_ngcontent-%COMP%] .arming-content[_ngcontent-%COMP%]{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;transition:all .3s}.arming-status-icon[_ngcontent-%COMP%] .arming-content.sel-site[_ngcontent-%COMP%]{box-shadow:0 0 0 3px #fff}.arming-status-icon[_ngcontent-%COMP%] .lock[_ngcontent-%COMP%]{color:#ff7f16}.arming-status-icon[_ngcontent-%COMP%] .unlock[_ngcontent-%COMP%]{color:#1ea675}.arming-status-icon[_ngcontent-%COMP%] .partially-lock[_ngcontent-%COMP%]{color:#f5a623}.arming-status-icon.deactivated[_ngcontent-%COMP%]{opacity:.35} .md-drppicker .btn{padding:7px 14px!important;font-size:14px!important;line-height:14px!important;background-color:#2383e2!important;margin:0 20px 7px 0!important;box-shadow:none!important;text-transform:capitalize!important} .md-drppicker td.active{background-color:#2383e2!important} .md-drppicker .ranges ul li button.active{background-color:#2383e2!important} .md-drppicker .calendar-table td{color:#000000de} .md-drppicker .calendar-table td.off{color:#eee!important}@keyframes pulse{0%{opacity:.25}20%{opacity:.8}40%{opacity:.25}60%{opacity:.8}80%{opacity:.25}to{opacity:.25}}.audio-waves[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{animation-duration:1.7s;animation-iteration-count:infinite;animation-name:pulse;opacity:.25}.audio-waves[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]:nth-child(2){animation-delay:.125s}.audio-waves[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]:nth-child(3){animation-delay:.25s}.audio-playing[_ngcontent-%COMP%]{background-color:#1e88e5;color:#fff}.btn-loader[_ngcontent-%COMP%]{position:relative;margin:0 auto;width:16px}.btn-loader.absolute[_ngcontent-%COMP%]{margin:auto;position:absolute;top:calc(50% - 10px);left:calc(50% - 10px)}.btn-loader[_ngcontent-%COMP%]:before{content:"";display:block;padding-top:100%}.btn-loader[_ngcontent-%COMP%] .circular[_ngcontent-%COMP%]{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.btn-loader[_ngcontent-%COMP%] .circular[_ngcontent-%COMP%] .path[_ngcontent-%COMP%]{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite;stroke:#fff;stroke-linecap:round}.item[_ngcontent-%COMP%]{box-sizing:border-box}.item[_ngcontent-%COMP%] .item-header[_ngcontent-%COMP%]{margin-bottom:5px;font-size:14px;color:#000000de}.item[_ngcontent-%COMP%] .item-header[_ngcontent-%COMP%] .item-title[_ngcontent-%COMP%]{margin-bottom:5px;font-size:14px;color:#000000de}.item[_ngcontent-%COMP%] .item-desc[_ngcontent-%COMP%]{margin-bottom:5px;font-size:14px;color:#0009}.item[_ngcontent-%COMP%] .item-warning[_ngcontent-%COMP%]{margin-bottom:10px;font-size:14px;color:#cd3d64}.warning-txt[_ngcontent-%COMP%]{color:#cd3d64}.link[_ngcontent-%COMP%]{color:#2383e2;cursor:pointer}.link[_ngcontent-%COMP%]:hover{text-decoration:underline}.icon[_ngcontent-%COMP%]{cursor:pointer}.deactivate-tooltip-content[_ngcontent-%COMP%]{position:relative}.deactivate-tooltip-content[_ngcontent-%COMP%] .tooltip-icon[_ngcontent-%COMP%]{cursor:pointer;margin-left:7px;font-size:18px;color:#0009}.deactivate-tooltip-content[_ngcontent-%COMP%] .fs-12[_ngcontent-%COMP%]{font-size:12px}.deactivate-tooltip-content[_ngcontent-%COMP%]:hover > .tooltip[_ngcontent-%COMP%]{visibility:visible;opacity:1}.deactivate-tooltip-content[_ngcontent-%COMP%] comp-icon.deactivate-tooltip[_ngcontent-%COMP%]{padding-left:5px}.deactivate-tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%]{width:300px;visibility:hidden;background-color:#fff;padding:20px;box-sizing:border-box;border-radius:6px;font-size:14px;box-shadow:0 0 30px #0000004d;position:absolute;z-index:100;top:-30px;left:75px;margin-left:-38px;opacity:0;transition:opacity .3s;color:#0009;word-spacing:1px}.deactivate-tooltip-content[_ngcontent-%COMP%] .tooltip.test[_ngcontent-%COMP%]{visibility:visible;opacity:1}.deactivate-tooltip-content[_ngcontent-%COMP%] .tooltip.deactivate-tooltip[_ngcontent-%COMP%]{width:361px;top:32px;left:-122px}.deactivate-tooltip-content[_ngcontent-%COMP%] .tooltip.deactivate-tooltip[_ngcontent-%COMP%]:after{top:-24px;left:182px;border-color:transparent transparent #fff transparent}.deactivate-tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .tooltip-box[_ngcontent-%COMP%]{padding:20px;margin-bottom:20px;background:#fff;border-radius:6px;font-size:14px;box-shadow:0 0 30px #0000004d}.deactivate-tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%]:after{content:"";position:absolute;margin-left:-19px;border-width:12px;border-style:solid;border-color:transparent #fff transparent transparent}.deactivate-tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .font-10[_ngcontent-%COMP%]{font-size:10px}.deactivate-tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .font-12[_ngcontent-%COMP%]{font-size:12px}.deactivate-tooltip-content[_ngcontent-%COMP%] .pointer[_ngcontent-%COMP%]{cursor:pointer}.tooltip[_ngcontent-%COMP%] .tooltip-item[_ngcontent-%COMP%] .tts-tooltip-img[_ngcontent-%COMP%]{height:161px}.site-filter-btn[_ngcontent-%COMP%]{color:#0009}.site-filter-btn[_ngcontent-%COMP%] .filter-icon[_ngcontent-%COMP%]{margin-right:5px}.site-filter-btn[_ngcontent-%COMP%] .exist-filter[_ngcontent-%COMP%]{font-size:14px;color:#1e88e5;border-left:solid 1px rgba(0,0,0,.1);margin-left:10px;padding-left:10px}.site-filter-box[_ngcontent-%COMP%]{position:absolute;visibility:hidden;opacity:0;display:flex;flex-direction:column;width:calc(100% - 20px);top:48px;transition:all .3s;z-index:2;background:#fff;border-radius:5px;border:1px solid rgba(0,0,0,.1);box-shadow:0 0 10px #0000001a}.site-filter-box.show-filter[_ngcontent-%COMP%]{visibility:visible;opacity:1}.site-filter-box-header[_ngcontent-%COMP%]{display:flex;flex-direction:row;align-items:center;width:100%;padding:7px 10px;box-sizing:border-box;justify-content:space-between;background-color:#f7fafc;border-bottom:1px solid rgba(0,0,0,.1)}.site-filter-box-header-title[_ngcontent-%COMP%]{font-size:16px;color:#000000de}.site-filter-box-header[_ngcontent-%COMP%] .filter-btn[_ngcontent-%COMP%]{margin:6px 12px}.site-filter-box-content[_ngcontent-%COMP%]{display:flex;flex-direction:column;width:100%;min-height:72px;box-sizing:border-box;transition:all .2s}.site-filter-box-footer[_ngcontent-%COMP%]{display:flex;width:100%;padding:7px 10px;box-sizing:border-box;background-color:#f7fafc}.site-filter-box-category[_ngcontent-%COMP%]{min-height:44px;padding:12px;display:flex;align-items:center;box-sizing:border-box;border-bottom:1px solid rgba(0,0,0,.1)}.site-filter-box-items[_ngcontent-%COMP%]{visibility:hidden;display:block;line-height:0;height:0;opacity:0;overflow:hidden;padding:0 24px;background:#F7FAFC;transition:all .2s}.site-filter-box-items-item[_ngcontent-%COMP%]{margin-bottom:16px}.site-filter-box-items-item[_ngcontent-%COMP%] .filter-item[_ngcontent-%COMP%]{font-size:13px;color:#55647b}.site-filter-box-items-item[_ngcontent-%COMP%]:last-child{margin-bottom:0}.site-filter-box-items.expend[_ngcontent-%COMP%]{height:-moz-fit-content;height:fit-content;line-height:normal;padding:16px 24px;opacity:1;overflow:initial}.site-filter-box-items.expend.show[_ngcontent-%COMP%]{visibility:visible}.site-deactivated[_ngcontent-%COMP%]{display:flex;width:900px;height:68px;max-height:68px;padding:14px 30px;align-items:center;justify-content:center;background-color:#cd3c6326;box-sizing:border-box;flex-wrap:wrap;font-size:14px;font-weight:normal;color:#000000de}.site-deactivated[_ngcontent-%COMP%] .icon-area[_ngcontent-%COMP%]{height:100%;margin-top:3px}.site-deactivate-txt[_ngcontent-%COMP%]{font-size:14px;color:#cd3d64}.deactivated-area[_ngcontent-%COMP%]{opacity:.4}.division-tag[_ngcontent-%COMP%]{padding:2px 4px;background:#e3e8ee;border-radius:4px;color:#55647b}.shared-sub-dealer-tag[_ngcontent-%COMP%]{padding:2px 4px;border:1px solid #1E88E5;border-radius:4px;color:#1e88e5}.sort-order[_ngcontent-%COMP%]{background-color:#e3e8ee}','.widget-area[_ngcontent-%COMP%]{height:100;flex-direction:row;display:flex;flex:1;overflow:initial;overflow-y:overlay;padding:14px;box-sizing:border-box;flex-wrap:wrap;justify-content:center;flex-flow:column;align-items:center;justify-content:flex-start}.widget[_ngcontent-%COMP%]{margin:20px 0;max-width:1200px;min-height:-moz-fit-content;min-height:fit-content;max-height:initial}.widget[_ngcontent-%COMP%] .items-area[_ngcontent-%COMP%]{background-color:#fff;padding:30px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.has-child[_ngcontent-%COMP%]{cursor:pointer}.has-child[_ngcontent-%COMP%]:hover{background:#f5f5f5;cursor:pointer}.tooltip-content[_ngcontent-%COMP%]{position:relative}.tooltip-content[_ngcontent-%COMP%] .tooltip-icon[_ngcontent-%COMP%]{cursor:pointer;margin-left:7px;font-size:18px;color:#0009}.tooltip-content[_ngcontent-%COMP%]:hover .tooltip[_ngcontent-%COMP%]{visibility:visible;opacity:1}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%]{visibility:hidden;background-color:#fff;padding:30px;box-sizing:border-box;border-radius:6px;font-size:14px;box-shadow:0 0 30px #0000004d;position:absolute;z-index:500;top:-30px;left:75px;margin-left:-38px;opacity:0;transition:opacity .3s;color:#0009;word-spacing:1px}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%]:after{content:"";position:absolute;top:25px;left:-5px;margin-left:-19px;border-width:12px;border-style:solid;border-color:transparent #fff transparent transparent}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .font-10[_ngcontent-%COMP%]{font-size:10px}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .font-12[_ngcontent-%COMP%]{font-size:12px}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%]{width:310px;height:150px;background:#f2f2f2;color:#0000004d;letter-spacing:1px;-webkit-user-select:none;user-select:none}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%] .bank-card-area[_ngcontent-%COMP%]{padding:15px}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%] .bank-card-area[_ngcontent-%COMP%] .input-box[_ngcontent-%COMP%]{width:115px;height:25px;border-radius:14px;background:#e6e6e6}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%] .bank-card-area[_ngcontent-%COMP%] .split-line[_ngcontent-%COMP%]{height:1px;width:100%;background:rgba(0,0,0,.05)}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%] .bank-card-area[_ngcontent-%COMP%] .account-number[_ngcontent-%COMP%]{color:#0003}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%] .bank-card-area[_ngcontent-%COMP%] .account-number[_ngcontent-%COMP%] .highlight[_ngcontent-%COMP%]{color:#2383e2}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .bank-card[_ngcontent-%COMP%] .bank-card-area[_ngcontent-%COMP%] .mv-4[_ngcontent-%COMP%]{margin:4px 0}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .indicator[_ngcontent-%COMP%]{position:absolute;width:100%}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .indicator[_ngcontent-%COMP%] .horiz-line[_ngcontent-%COMP%]{background:#2383e2;height:2px;width:100%}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .indicator[_ngcontent-%COMP%] .vertical-line[_ngcontent-%COMP%]{margin:0 50%;background:#2383e2;width:2px;height:12px}.tooltip-content[_ngcontent-%COMP%] .tooltip[_ngcontent-%COMP%] .indicator[_ngcontent-%COMP%] .vertical-line.height-62[_ngcontent-%COMP%]{height:62px}.tooltip-content[_ngcontent-%COMP%] .pointer[_ngcontent-%COMP%]{cursor:pointer}.tooltip[_ngcontent-%COMP%]{width:367px}.tooltip[_ngcontent-%COMP%] .tooltip-item[_ngcontent-%COMP%]{padding-bottom:15px}.tooltip[_ngcontent-%COMP%] .tooltip-item[_ngcontent-%COMP%]:last-child{padding-bottom:0}.tooltip[_ngcontent-%COMP%] .tooltip-item[_ngcontent-%COMP%] .tooltip-row[_ngcontent-%COMP%]{padding-bottom:5px}.member-role-badge[_ngcontent-%COMP%]{font-size:13px;border-radius:10px;padding:2px 14px;color:#596079;background-color:#e3e8ee;-webkit-user-select:none;user-select:none}.member-role-badge.primary[_ngcontent-%COMP%]{color:#1e88e5;background-color:#d6ecff}.warning-area[_ngcontent-%COMP%]{height:0px;opacity:0;justify-content:center;background:#f1e2e9;transition:all .3s}.warning-area.warning-exist[_ngcontent-%COMP%]{height:46px;opacity:1}.tag[_ngcontent-%COMP%]{display:flex;align-items:center;line-height:16px;padding:2px 10px;border-radius:10px;width:-moz-fit-content;width:fit-content;color:#596078;background-color:#e3e7ee;font-size:13px}.tag.enabled[_ngcontent-%COMP%]{color:#1e88e5;background-color:#e9f3fc}.tag.disabled[_ngcontent-%COMP%]{color:#8691a2;background-color:#56657b1a}.tag.normal[_ngcontent-%COMP%]{background-color:#e3e8ee;color:#55647b}.tag[_ngcontent-%COMP%]:not(:first-child){margin-left:5px}.widget[_ngcontent-%COMP%] .username[_ngcontent-%COMP%]{font-size:20px;color:#000000de}.widget[_ngcontent-%COMP%] .useremail[_ngcontent-%COMP%]{font-size:14px;color:#0009}.widget[_ngcontent-%COMP%] .selectbox[_ngcontent-%COMP%]{width:250px}.widget[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{font-size:16px;color:#000000de;margin-bottom:10px}.widget[_ngcontent-%COMP%] .underline[_ngcontent-%COMP%]{border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:20px}.widget[_ngcontent-%COMP%] .label-title[_ngcontent-%COMP%]{font-size:14px;color:#000000de;margin-bottom:10px}.widget[_ngcontent-%COMP%] .label[_ngcontent-%COMP%]{width:auto;font-size:14px;color:#0009;margin-bottom:10px}.widget[_ngcontent-%COMP%] .desc[_ngcontent-%COMP%]{font-size:12px;color:#55647b}.widget[_ngcontent-%COMP%] .toggle-box[_ngcontent-%COMP%]{display:flex;width:175px;align-items:center;justify-content:space-between;padding:5px 10px;color:#55647b;font-size:14px;border:1px solid #E3E8EE;border-radius:5px;background-color:#fff}.widget[_ngcontent-%COMP%] .toggle-box[_ngcontent-%COMP%]:not(:first-child){margin-left:10px}.widget[_ngcontent-%COMP%] .member-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%]{border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);padding:7px 24px}.widget[_ngcontent-%COMP%] .member-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{padding:7px;font-size:12px;color:#000000de}.widget[_ngcontent-%COMP%] .member-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%] th.right[_ngcontent-%COMP%]{text-align:right}.widget[_ngcontent-%COMP%] .member-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:first-child{padding-left:24px}.widget[_ngcontent-%COMP%] .member-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:last-child{padding-right:24px}.widget[_ngcontent-%COMP%] .member-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%]{font:14px;color:#0009}.widget[_ngcontent-%COMP%] .member-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{padding:10px 7px}.widget[_ngcontent-%COMP%] .member-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:first-child{padding-left:24px}.widget[_ngcontent-%COMP%] .member-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:last-child{padding-right:24px}.widget[_ngcontent-%COMP%] .member-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:hover{background-color:#f7fafc}.widget[_ngcontent-%COMP%] .member-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr.selectable[_ngcontent-%COMP%]{cursor:pointer}.widget[_ngcontent-%COMP%] .member-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr.no-list[_ngcontent-%COMP%]:hover{background-color:transparent}.widget[_ngcontent-%COMP%] .text-button[_ngcontent-%COMP%]{color:#1f89e5;cursor:pointer}.widget[_ngcontent-%COMP%] .mr-3[_ngcontent-%COMP%]{margin-right:3px}.widget[_ngcontent-%COMP%] .mr-5[_ngcontent-%COMP%]{margin-right:5px}.widget[_ngcontent-%COMP%] .ml-5[_ngcontent-%COMP%]{margin-left:5px}.widget[_ngcontent-%COMP%] .no-name[_ngcontent-%COMP%]{color:#56657b99}.widget[_ngcontent-%COMP%] .text-center[_ngcontent-%COMP%]{text-align:center}.loader.absolute[_ngcontent-%COMP%] .path[_ngcontent-%COMP%]{stroke:#8792a2}.error-txt[_ngcontent-%COMP%]{font-size:14px;color:#cd3c63}.error-desc[_ngcontent-%COMP%]{font-size:12px;color:#56657b}.reverse[_ngcontent-%COMP%]{transform:rotate(180deg)}']}),o})()}]);var U=m(56447),N=m(688);let j=(()=>{class o{}return o.\u0275fac=function(n){return new(n||o)},o.\u0275mod=t.oAB({type:o}),o.\u0275inj=t.cJS({imports:[[b.ez,f.u5,U.q,N.m]]}),o})(),Ae=(()=>{class o{}return o.\u0275fac=function(n){return new(n||o)},o.\u0275mod=t.oAB({type:o}),o.\u0275inj=t.cJS({imports:[[b.ez,f.u5,U.q,N.m,j]]}),o})(),$=(()=>{class o{}return o.\u0275fac=function(n){return new(n||o)},o.\u0275mod=t.oAB({type:o}),o.\u0275inj=t.cJS({imports:[[b.ez,f.u5,U.q,N.m,S.rP]]}),o})(),qe=(()=>{class o{}return o.\u0275fac=function(n){return new(n||o)},o.\u0275mod=t.oAB({type:o}),o.\u0275inj=t.cJS({imports:[[b.ez,f.u5,U.q,N.m,S.rP,$]]}),o})(),Ie=(()=>{class o{}return o.\u0275fac=function(n){return new(n||o)},o.\u0275mod=t.oAB({type:o}),o.\u0275inj=t.cJS({imports:[[b.ez,f.u5,U.q,N.m,j]]}),o})(),Se=(()=>{class o{}return o.\u0275fac=function(n){return new(n||o)},o.\u0275mod=t.oAB({type:o}),o.\u0275inj=t.cJS({imports:[[b.ez,f.u5,ze,U.q,Ae,qe,N.m,S.rP,$,Ie,j]]}),o})()},25229:(K,Q,m)=>{m.d(Q,{Z:()=>P});var f=m(46243),Y=m(76052),y=m.n(Y),t=m(49951);const P={_:f,moment:y(),tool:t.Z}}}]);