.left{text-align:left}.left-2rem-i{left:2rem!important}.flexRow{display:flex;flex-direction:row;align-items:center}.flexColumn{display:flex;flex-direction:column}.flexAlignCenter{align-items:center;height:100%}.flexAlignCenterInherit{align-items:center;height:inherit}.flexCenter{align-items:center;justify-content:center;height:100%}.flexEnd{align-content:flex-end;justify-content:flex-end}.flexJustifyEnd{justify-content:flex-end!important}.flexFullCenter{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.flexSpaceBetween{justify-content:space-between}.flexSpaceBetweenI{justify-content:space-between!important}.flexStart{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;width:100%}.flexJustifyStart{justify-content:flex-start!important}.alignLeft{text-align:left}.alignRight{text-align:right}.card .header button{display:flex;border:none;align-items:center;justify-content:center;position:absolute;background:transparent;right:0;outline:0;cursor:pointer;color:var(--defaultActionButtonIconUnActiveColor);transition:.2s ease}.bg-red{background:#F2203E}.tc-red{color:#f2203e}.bg-light-green{background:#71C94B}.tc-light-green{color:#71c94b}.bg-dark-green{background:#20AC65}.tc-dark-green{color:#20ac65}.bg-yellow{background:#FABF20}.tc-yellow{color:#fabf20}.bg-light-grey{background:#8FA0BA}.tc-light-grey{color:#8fa0ba}.bg-dark-grey{background:#5E6D84}.tc-dark-grey{color:#5e6d84}.backgroundSeaGreen1{background:var(--colorSeaGreen1)}.backgroundSeaGreen2{background:var(--colorSeaGreen2)}.backgroundBlue1{background:var(--colorBlue1)}.backgroundBlue2{background:var(--colorBlue2)}.backgroundPurple1{background:var(--colorPurple1)}.backgroundRed1{background:var(--colorRed1)}.backgroundRow{background:var(--defaultRowBackground)}.orangeGradiantBG{background:var(--orangeGradiant)!important}.orangeGradiantIco{color:var(--orangeGradiant)!important}.yellowGradiantBG{background:var(--yellowGradiant)!important}.yellowGradiantIco{color:var(--yellowGradiant)!important}.pinkGradiantBG{background:var(--pinkGradiant)!important}.pinkGradiantIco{color:var(--pinkGradiant)!important}.purpleGradiantBG{background:var(--purpleGradiant)!important}.purpleGradiantIco{color:var(--purpleGradiant)!important}.colorSeaGreen1,.staticIcon.colorSeaGreen1,.actionIcon.colorSeaGreen1{color:var(--colorSeaGreen1)}.colorSeaGreen2,.staticIcon.colorSeaGreen2,.actionIcon.colorSeaGreen2{color:var(--colorSeaGreen2)}.colorBlue1,.staticIcon.colorBlue1,.actionIcon.colorBlue1{color:var(--colorBlue1)}.colorBlue2,.staticIcon.colorBlue2,.actionIcon.colorBlue2{color:var(--colorBlue2)}.colorPurple1,.staticIcon.colorPurple1,.actionIcon.colorPurple1{color:var(--colorPurple1)}.colorRed1,.staticIcon.colorRed1,.actionIcon.colorRed1{color:var(--colorRed1)}.colorGreen1,.staticIcon.colorGreen1,.actionIcon.colorGreen1{color:var(--colorGreen1)}.colorYellow1,.staticIcon.colorYellow1,.actionIcon.colorYellow1{color:var(--colorYellow1)}.darkBackground{background:var(--defaultInput)}.comImptgray1{background-color:var(--defaultComImptgray1)}.comImptgray2{background-color:var(--defaultComImptgray2)}.comImptgray3{background-color:var(--defaultComImptgray3)}.comImptgray4{background-color:var(--defaultComImptgray4)}.comImptgray5{background-color:var(--defaultComImptgray5)}.criticalityLevel11 .mat-slider.mat-slider-horizontal .mat-slider-track-fill{background-color:#9b243a!important}.criticalityLevel10 .mat-slider.mat-slider-horizontal .mat-slider-track-fill{background-color:#d11a4a!important}.criticalityLevel9 .mat-slider.mat-slider-horizontal .mat-slider-track-fill{background-color:#ef2f60!important}.criticalityLevel8 .mat-slider.mat-slider-horizontal .mat-slider-track-fill{background-color:#f35822!important}.criticalityLevel7 .mat-slider.mat-slider-horizontal .mat-slider-track-fill{background-color:#ef922b!important}.criticalityLevel6 .mat-slider.mat-slider-horizontal .mat-slider-track-fill{background-color:#e8b119!important}.criticalityLevel5 .mat-slider.mat-slider-horizontal .mat-slider-track-fill{background-color:#297f3e!important}.criticalityLevel4 .mat-slider.mat-slider-horizontal .mat-slider-track-fill{background-color:#339727!important}.criticalityLevel3 .mat-slider.mat-slider-horizontal .mat-slider-track-fill{background-color:#43af38!important}.criticalityLevel2 .mat-slider.mat-slider-horizontal .mat-slider-track-fill{background-color:#54c748!important}.criticalityLevel1 .mat-slider.mat-slider-horizontal .mat-slider-track-fill{background-color:#3b4759!important}.fadeIn,.fadeIn03{animation:.3s fadeIn ease-in-out}.rotateClosed{animation-name:rotate90;animation-duration:.3s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-direction:reverse}.rotateOpen{animation-name:rotate90;animation-duration:.3s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-direction:normal}.closeDialog{animation-name:showDialog;animation-duration:.3s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-direction:reverse;will-change:unset}.openDialog{animation-name:showDialog;animation-duration:.3s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-direction:normal;will-change:unset}@keyframes ckw{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes noOpacity{to{opacity:0}}@keyframes fadeIn{0%{opacity:0}25%{opacity:.25;transition-timing-function:linear}50%{opacity:.5;transition-timing-function:linear}75%{transition-timing-function:linear;opacity:.75}to{transition-timing-function:linear;opacity:1}}@keyframes fadeOut{0%{opacity:1}25%{opacity:.75;transition-timing-function:linear}50%{opacity:.5;transition-timing-function:linear}75%{transition-timing-function:linear;opacity:.25}to{transition-timing-function:linear;opacity:0}}@keyframes flipInY{0%{transform:perspective(400px) rotateX(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateY(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes fadeOutSlideX{0%{transform:translate(-100%);transition-timing-function:linear}10%{transform:translate(-90%);transition-timing-function:linear}20%{transform:translate(-80%);transition-timing-function:linear}30%{transform:translate(-70%);transition-timing-function:linear}40%{transform:translate(-60%);transition-timing-function:linear}50%{transform:translate(-50%);transition-timing-function:linear}60%{transform:translate(-40%);transition-timing-function:linear}70%{transform:translate(-30%);transition-timing-function:linear}80%{transform:translate(-20%);transition-timing-function:linear}90%{transform:translate(-10%);transition-timing-function:linear}to{transform:translate(-0%);transition-timing-function:linear}}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skew(30deg);opacity:0}}@keyframes rotate0{0%{transition-timing-function:linear;transform:rotate(90deg)}30%{transition-timing-function:linear;transform:rotate(60deg)}60%{transition-timing-function:linear;transform:rotate(30deg)}90%{transition-timing-function:linear;transform:rotate(0)}to{transition-timing-function:linear;transform:rotate(0)}}@keyframes rotate90{0%{transition-timing-function:linear;transform:rotate(0)}30%{transition-timing-function:linear;transform:rotate(30deg)}60%{transition-timing-function:linear;transform:rotate(60deg)}90%{transition-timing-function:linear;transform:rotate(90deg)}to{transition-timing-function:linear;transform:rotate(90deg)}}@keyframes clock{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes anticlock{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes scale15{to{transform:scale(1.15);transition-timing-function:linear}}@keyframes slideAlongX{0%{transform:translate(-100%);transition-timing-function:linear;opacity:0}25%{transform:translate(-75%);transition-timing-function:linear;opacity:.25}50%{transform:translate(-50%);transition-timing-function:linear;opacity:.5}75%{transform:translate(-25%);transition-timing-function:linear;opacity:.75}to{transform:translate(0);transition-timing-function:linear;opacity:1}}@keyframes slideAlongXReverse{0%{transform:translate(0);transition-timing-function:linear;opacity:0}25%{transform:translate(-25%);transition-timing-function:linear;opacity:.25}50%{transform:translate(-50%);transition-timing-function:linear;opacity:.5}75%{transform:translate(-75%);transition-timing-function:linear;opacity:.75}to{transform:translate(-100%);transition-timing-function:linear;opacity:1}}@keyframes slideGISx{0%{transform:translate(0);transition-timing-function:linear;opacity:0}to{transform:translate(100%);transition-timing-function:linear;opacity:1}}@keyframes slideGISxl{0%{transform:translate(-100%);transition-timing-function:linear;opacity:0}to{transform:translate(0);transition-timing-function:linear;opacity:1}}@keyframes showDialog{0%{transform:scale(1)}1%{transform:scale(.5)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rangeCaret{display:none}.rangeContainer{position:fixed;top:0;left:0;z-index:1000}.rangeDialog{width:35rem;min-width:35rem;max-width:35rem;min-height:25rem;z-index:1001;background:var(--defaultBackground);border:.2rem solid var(--defaultCardBorder);border-radius:.6rem;display:none;box-shadow:0 1rem 3rem #00000080;padding:1rem 2rem;animation:fadeIn .3s ease-in-out}.rangeDialog .header{display:flex;align-items:center;margin:1rem 0}.rangeDialog .sortArea{margin:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;font-weight:700;border:.2rem solid var(--defaultBorder);border-radius:.6rem;padding:2rem}.rangeDialog .sortArea em,.rangeDialog .sortArea i,.rangeDialog .sortArea p,.rangeDialog .sortArea button{padding:0;margin:0}.rangeDialog .filterHeader{display:flex;align-items:center;margin:2rem 0 1rem}.rangeDialog .filterArea{padding:2rem;min-height:4rem;max-height:12rem;overflow:hidden;border:.2rem solid var(--defaultBorder);border-radius:.6rem;position:relative}.rangeDialog .filterArea .inputArea{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%}.rangeDialog .filterArea .inputArea.column{flex-direction:column}.rangeDialog .filterArea .inputArea .spacer{width:1rem;min-width:1rem;max-width:1rem}.rangeDialog .filterArea .inputArea input{background:var(--defaultInput);border-radius:.6rem;border:.3rem solid var(--defaultFieldsBorder);height:4rem;box-shadow:none;padding:0 1.5rem;box-sizing:border-box;max-width:100%;width:100%}.rangeDialog .filterArea .inputArea input:disabled{background-color:var(--defaultDisabledInput);border:.3rem solid var(--defaultDisabledInputBorder)}.rangeDialog h2{padding:0;height:auto}.rangeDialog .filterArea .inputArea input:focus{border:.3rem solid var(--defaultBlue)}.rangeDialog .filterArea .inputArea input[type=number]{appearance:textfield;width:50%}.rangeDialog .filterArea .inputArea input[type=number]:first-child{margin-right:1rem}.rangeDialog .filterArea .inputArea input::-webkit-inner-spin-button,.rangeDialog .filterArea .inputArea input::-webkit-outer-spin-button{-webkit-appearance:none;width:50%}.rangeDialog .filterArea .inputArea input[type=search]{width:100%}.rangeDialog .filterArea .inputArea .dropdownFilterDisplay{justify-content:flex-start;width:100%;display:flex;flex-direction:column;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rangeDialog .filterArea .inputArea .dropdownFilterDisplay mat-checkbox{margin:.5rem 0}.rangeDialog .filterArea .inputArea .dropdownFilterDisplay mat-checkbox p{margin:0}.caret{width:0;height:0;display:inline-block;border:1rem solid transparent}.caret.down{border-top-color:#36404c}.caret.right{border-left-color:var(--defaultBackground)}.caret.up{border-bottom-color:var(--defaultBackground)}.caret.left{border-right-color:var(--defaultBackground)}button{background:transparent;border:none;padding:0}.dot-info-ico-1:before{content:"\e934";color:var(--defaultBlue);background:white;border-radius:50%;border:.3rem solid var(--defaultBlue);box-sizing:border-box;width:2.2rem;height:2.2rem;line-height:1.8rem!important;display:flex;cursor:help;flex-direction:column;justify-content:center;align-items:center}.dot-info-ico-1.staticIcon{border-radius:100%!important;outline-offset:initial;margin:0 1rem 0 .5rem!important;width:2.4rem!important;height:2.4rem!important;line-height:2.4rem!important;min-width:2.4rem!important;min-height:2.4rem!important}h1>.dot-info-ico-1:before{margin-left:1.5rem}.colourBar{width:2rem;text-align:left;padding:0!important}.color-palette-selection{width:3rem!important;background:var(--defaultLegendSlider);border-radius:.4rem!important;height:2.4rem!important;box-sizing:border-box!important;border:.3rem solid var(--defaultTabsBorder)!important;cursor:pointer;margin-right:1.5rem}.asset-colour-palette-selection{width:10rem!important;height:3.4rem!important}.actionIcon,.staticIcon,.staticIcon2x,.indicatorIcon{align-items:center;padding:0!important;opacity:1;display:inline-flex!important;flex-direction:column;transition:.2s ease;background:transparent;color:var(--defaultHeadings);border:none;outline:none;vertical-align:middle!important}.dot-bullet-ico-2.indicatorIcon{padding-right:.7rem!important;width:1.2rem;height:1.2rem;line-height:1.2rem}.actionIcon,.staticIcon,.esri-popup__button{font-size:2.3rem!important;line-height:2.3rem!important;min-width:2.3rem!important}.staticIcon{margin-right:.5rem!important}.staticIcon2x,button:hover .staticIcon2x,a:hover .staticIcon2x{font-size:3.8rem!important;line-height:3.8rem!important}.actionIcon{cursor:pointer}.indicatorIcon{font-size:1.6rem!important;color:inherit}.actionColumn .actionIcon{margin-right:.5rem!important}.chartCard .card .header .actionIcon,.menuItemArea .staticIcon{font-size:3.2rem!important;margin:0!important;transition:.2s all;line-height:3rem!important;height:3rem!important;width:3rem;display:flex!important;flex-direction:column;align-items:center;justify-items:center}.menuItemArea .staticIcon:before{color:var(--defaultMenuIconColor)}.menuItem .menuItemArea:hover .staticIcon:before,.selectedMenuItem .menuItemArea .staticIcon:before{color:var(--colorSeaGreen1)}.menu .burgerArea .actionIcon{font-size:2.2rem}.selectedHistoryButton{color:var(--defaultBlue);opacity:1!important;transition:none}.actionIcon:hover,.addButton:hover,.selectedHistoryButton,.esri-popup__button{opacity:1;transition:.2s all}.actionIcon:hover,.selectedHistoryButton,.esri-popup__button{color:var(--defaultBlueTxt)!important}tr th .actionIcon:hover{color:#fff!important}.addButton:hover{transform:scale(1);color:#9dc9ff!important}.table .thead tr th button{text-align:left;padding:0;margin:0;display:flex;background:transparent;border:none;color:#fff;text-decoration:underline;cursor:pointer}.actionHeader button{text-decoration:none!important}.addButton{background:none;border:none;box-shadow:none;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:3rem!important;height:2rem;width:2rem;color:var(--defaultHeadings);cursor:pointer;overflow:hidden;margin:1rem;text-decoration:none!important}.addButton span{width:2rem;height:2rem;max-width:2rem;max-height:2rem;display:inline-table}.resultSelectionBox .buttonArea{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:3rem}.rangeDialog .header .closeButton{border:none;cursor:pointer;position:absolute;right:1rem;top:1rem}.rangeDialog .sortArea .buttonArea{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.rangeDialog .sortArea .buttonArea .closeButton{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:min-content;min-width:min-content;margin-left:1rem;color:#fff;background:transparent;opacity:1}.rangeDialog .sortArea span{padding-right:.5rem!important;color:var(--defaultActionButtonIconActiveColor)}.rangeDialog .sortArea button{line-height:3rem!important;display:flex;align-items:center;justify-content:flex-start;transition:.1s ease-in-out;cursor:pointer;color:var(--defaultFontColor)}.rangeDialog .actionArea{margin:1rem 0;display:flex;flex-direction:row;justify-content:center;width:100%}.rangeDialog .actionArea button{margin-left:.6rem;margin-right:.6rem;border-radius:.6rem;background-image:var(--defaultGradiantButton)}.rangeDialog .sortArea button:hover{opacity:1;transform:scale(1.03);transition:.1s ease-in}.rangeDialog .actionArea button:hover,.rangeDialog .actionArea button:active{box-shadow:0 .5rem 1rem #0006;opacity:1;transform:scale(1.08);transition:.2s ease-in-out}.cir-fill-button-green{background:linear-gradient(#84D91C,#149D25)!important;opacity:1}.cir-fill-button-green:disabled{opacity:.3!important}.cir-fill-button-orange{background:linear-gradient(#ff730c,#dd3210)!important}.cir-fill-button-blue{background:var(--defaultGradiantButton)!important}.pagination .cir-fill-button-green,.pagination .cir-fill-button-orange,.pagination .cir-fill-button-blue{margin-left:.5rem}.cir-fill-button-white,.cir-fill-button-green,.cir-fill-button-orange,.cir-fill-button-blue{width:4rem!important;height:4rem!important;max-width:4rem!important;min-width:4rem!important;line-height:3.4rem!important;display:flex;box-sizing:border-box;align-items:center;justify-content:center;color:#fff!important;background-color:transparent!important;border-radius:50%!important;cursor:pointer;font-size:2.8rem!important;transition:.2s ease;outline:none;border:none;box-shadow:0 .3rem .5rem #0003!important;margin:0 .5rem;padding:0!important;z-index:2;overflow:hidden}.cir-outline-button{color:var(--defaultHeaderIconColor)!important;border:.3rem solid var(--defaultBlue);background:transparent!important;width:4rem!important;height:4rem!important;max-width:4rem!important;min-width:4rem!important;line-height:3.4rem!important;box-sizing:border-box;align-items:center;border-radius:50%;cursor:pointer;font-size:2.8rem!important;box-shadow:none!important;transition:.3s ease;margin:0 .5rem;display:flex!important;justify-content:center;outline:none;flex-direction:column;overflow:hidden}.cir-outline-button[disabled]{border:.3rem solid var(--defaultDisabledInput);background:var(--defaultDisabledInput);pointer-events:none;opacity:.4}.buttonArea{display:flex;gap:.5rem}.buttonArea .cir-fill-button-white,.buttonArea .cir-fill-button-green,.buttonArea .cir-fill-button-orange,.buttonArea .cir-fill-button-blue,.buttonArea .cir-outline-button{margin:0}.buttonArea .cir-outline-button:last-child,.buttonArea .cir-outline-button:only-child,.buttonArea .cir-fill-button-green:last-child,.buttonArea .cir-fill-button-green:only-child,.buttonArea .cir-fill-button-blue:last-child,.buttonArea .cir-fill-button-blue:only-child,.buttonArea .cir-fill-button-orange:last-child,.buttonArea .cir-fill-button-orange:only-child,.buttonArea .inputFile .cir-outline-button:last-child,.buttonArea .inputFile .cir-outline-button:only-child,.buttonArea .inputFile .cir-fill-button-blue:last-child,.buttonArea .inputFile .cir-fill-button-blue:only-child,.buttonArea .inputFile .cir-fill-button-orange:last-child,.buttonArea .inputFile .cir-fill-button-orange:only-child{margin-right:0!important}.box-fill-button{background:var(--defaultGradiantButton)!important;color:#fff!important}.box-fill-button-white{background:var(--whiteGradiantButton)!important;color:#000!important}.box-fill-button-red{background:var(--redGradiantButton)!important;color:#fff!important}.box-fill-button-orange{background:linear-gradient(#ff730c,#dd3210)!important;color:#fff!important}.box-fill-button-green{background:linear-gradient(#84D91C,#149D25)!important;color:#fff!important}.box-fill-button,.box-fill-button-green,.box-fill-button-outline,.box-fill-button-red,.box-fill-button-white,.box-fill-button-orange{font-size:var(--defaultFontSize)!important;font-family:var(--defaultHeadingFontFamily)!important;border-radius:.6rem!important;box-shadow:0 .3rem .5rem #0003;min-width:9rem!important;height:4rem!important;line-height:4rem!important;display:flex!important;align-items:center;justify-content:center;transition:.2s ease;padding:0 1.5rem!important;margin:0 .5rem!important;outline:none!important;border:none;cursor:pointer!important;letter-spacing:.8px!important;font-optical-sizing:none}.assetSelectionArea .box-fill-button{text-transform:uppercase;letter-spacing:.1rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:1.8rem;display:block!important}.preRouteMenu .box-fill-button,.preRouteMenu .box-fill-button-white{width:100%}.cir-outline-button:hover,.cir-fill-button-white:hover,.cir-fill-button-green:hover,.cir-fill-button-orange:hover,.cir-fill-button-blue:hover,.box-fill-button:hover,.box-fill-button-outline:hover,.box-fill-button-red:hover,.box-fill-button-white:hover,.box-fill-button-orange:hover,.box-fill-button-green:hover{opacity:1;transition:.1s ease-in-out;box-shadow:0 .5rem 1rem #0006!important}.cir-outline-button:hover,.cir-fill-button-white:hover,.cir-fill-button-green:hover,.cir-fill-button-orange:hover,.cir-fill-button-blue:hover{transform:scale(1.08)}.box-fill-button:hover,.box-fill-button-outline:hover,.box-fill-button-red:hover,.box-fill-button-white:hover,.box-fill-button-orange:hover,.box-fill-button-green:hover{transform:scale(1.04)}.box-fill-button-outline{background:transparent;box-sizing:border-box;border:.2rem solid #fff!important;color:#fff!important}.yearButton .actionIcon{margin:0!important;padding:0}.scenarioYear input,.scenarioYear .mat-select{margin:0 1rem!important}.actionIcon button:disabled,.actionIcon button:disabled:hover{transform:none!important;transition:none!important;opacity:.2;cursor:default;background:transparent!important}.actionIcon:disabled,.bulkOpsBar .actionIcon.disabled{color:var(--defaultDisabledInput)!important;pointer-events:none}.mat-mini-fab[disabled],.mat-mini-fab[disabled][disabled],.mat-mini-fab[disabled][disabled]:hover,.mat-mini-fab,.mat-primary[disabled],.mat-mini-fab.mat-primary[disabled]:hover,.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-accent[disabled]:hover,.mat-mini-fab.mat-warn[disabled],.mat-mini-fab.mat-warn[disabled]:hover,.mat-fab[disabled],.mat-fab[disabled][disabled],.mat-fab[disabled][disabled]:hover,.mat-fab.mat-primary[disabled],.mat-fab.mat-primary[disabled]:hover,.mat-fab.mat-accent[disabled],.mat-fab.mat-accent[disabled]:hover,.mat-fab.mat-warn[disabled],.mat-fab.mat-warn[disabled]:hover,.mat-flat-button[disabled],.mat-flat-button[disabled][disabled],.mat-flat-button[disabled][disabled]:hover,.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-primary[disabled]:hover,.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-accent[disabled]:hover,.mat-flat-button.mat-warn[disabled],.mat-flat-button.mat-warn[disabled]:hover,.mat-icon-button[disabled],.mat-icon-button[disabled][disabled],.mat-icon-button[disabled][disabled]:hover,.mat-icon-button.mat-primary[disabled],.mat-icon-button.mat-primary[disabled]:hover,.mat-icon-button.mat-accent[disabled],.mat-icon-button.mat-accent[disabled]:hover,.mat-icon-button.mat-warn[disabled],.mat-icon-button.mat-warn[disabled]:hover,.mat-stroked-button[disabled],.mat-stroked-button[disabled][disabled],.mat-stroked-button[disabled][disabled]:hover,.mat-stroked-button.mat-primary[disabled],.mat-stroked-button.mat-primary[disabled]:hover,.mat-stroked-button.mat-accent[disabled],.mat-stroked-button.mat-accent[disabled]:hover,.mat-stroked-button.mat-warn[disabled],.mat-stroked-button.mat-warn[disabled]:hover,.mat-tab-label[disabled],.mat-tab-label[disabled][disabled],.mat-tab-label[disabled][disabled]:hover,.mat-tab-label.mat-primary[disabled],.mat-tab-label.mat-primary[disabled]:hover,.mat-tab-label.mat-accent[disabled],.mat-tab-label.mat-accent[disabled]:hover,.mat-tab-label.mat-warn[disabled],.mat-tab-label.mat-warn[disabled]:hover,.box-fill-button[disabled],.box-fill-button-outline[disabled],.cir-fill-button-blue[disabled],.cir-fill-button-orange[disabled],.cir-fill-button-green[disabled],.box-fill-button-red[disabled],.box-fill-button-white[disabled],.box-fill-button-orange[disabled]{background:var(--disabledButtonActionIcon)!important;height:unset;transform:none!important;transition:none!important;cursor:default!important;opacity:.4!important;color:var(--defaultFontColor)!important;border:.4rem solid var(--disabledButtonActionIcon)!important;box-shadow:0 .3rem .5rem #0003!important}.mat-tab-disabled,.mat-tab-disabled:hover,.mat-tab-label.mat-tab-disabled,.mat-tab-label.mat-tab-disabled:hover,.mat-tab-link.mat-tab-disabled,.mat-tab-link.mat-tab-disabled:hover{color:var(--defaultFontColor)!important;background:var(--disabledButtonActionIcon)!important;transform:none!important;transition:none!important;cursor:default!important;opacity:.4!important;padding:1.8rem!important;border:0}.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border:.2rem solid var(--defaultBorder)!important}.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:var(--defaultBorder)!important}.mat-radio-button.mat-radio-disabled.mat-accent.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled:hover .mat-radio-outer-circle{border:.2rem solid var(--defaultBorder)!important}.mat-button-toggle-button{height:3.4rem;line-height:3.4rem;font-optical-sizing:none}.mat-button-toggle{display:flex;align-items:center;justify-content:center;border:none;transition:2s linear ease-in-out}.mat-button-toggle-group,.mat-button-toggle-standalone{box-shadow:none;border:.3rem solid var(--defaultTabsBorder);border-radius:.6rem;height:4rem;box-sizing:border-box}.cir-fill-button-white{background-image:var(--whiteGradiantButton)!important;color:#000!important}.cir-outline-button.mat-button-disabled{border:.4rem solid var(--disabledButtonActionIcon)!important}.pagination .page button[disabled]{transform:none!important;transition:none!important;cursor:default!important;pointer-events:none;opacity:.4}button:disabled:hover{transform:none!important;transition:none!important;cursor:default!important;color:var(--defaultRowHover);opacity:.4;box-shadow:0 .3rem .5rem #0003}.optimizationButton{background:#44b821;font-size:2.4rem!important;color:#fff;border:none;cursor:pointer;transition:.2s ease-in-out;line-height:3.4rem!important;width:4rem!important;min-width:4.6rem;padding:0;border-radius:.4rem;align-items:center;display:flex;justify-content:center;height:3.2rem}.optimizationButton:hover{background:#0fa035;opacity:1;transform:scale(1.08);transition:.1s ease-in-out}.optimizationButton:disabled{background:var(--defaultDisabledInput)}.optimizationButton:disabled:hover{transition:none;transform:none}.optimizationButton span{color:#fff;margin:0 auto}.iconButton{justify-content:flex-start;padding:0 1.5rem 0 0!important;overflow:hidden}.iconButton .staticIcon,.iconButton .staticIcon2x{height:4rem;z-index:1;align-items:center;justify-content:center;padding:0 1rem!important;margin:0!important;min-width:3rem!important}.iconButton .staticIcon{font-size:3rem!important}.iconButton .title{text-align:center;width:100%;padding-left:1.5rem}.box-fill-button.iconButton .staticIcon,.box-fill-button.iconButton .staticIcon2x{color:#fff}.calenderInput,.timeInput{position:relative}.timeInput:before,.calenderInput:before{color:var(--defaultHeadings);font-size:2.6rem;right:1.2rem;width:2rem;height:2rem;text-align:center;z-index:2;position:absolute;cursor:pointer;background:none;top:0;bottom:0;margin:auto;line-height:2.6rem}.timeInput:before{content:"\e958"!important}.calenderInput:before{content:"\e951"!important}input[type=date]::-webkit-date-and-time-value,input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator{z-index:2;cursor:pointer;background:none;position:absolute;right:.9rem;margin:auto;width:2rem;height:2rem;box-sizing:border-box}input[type=date]::-webkit-date-and-time-value:focus-visible,input[type=date]::-webkit-calendar-picker-indicator:focus-visible,input[type=time]::-webkit-calendar-picker-indicator:focus-visible{height:2.4rem;width:2.4rem;margin-right:.1rem}.mat-checkbox-disabled{opacity:.5}.dropdownList,.searchInput input,.mat-select,input,textArea,.table .tbody tr .input input,.table .tbody tr .input textarea{background:var(--defaultInput);border:.3rem solid var(--defaultFieldsBorder);border-radius:.6rem;box-shadow:none;padding:1.2rem;box-sizing:border-box;color:var(--defaultFontColor);max-width:100%}.dropdownList,.searchInput input,.mat-select,input,.table .tbody tr .input input{line-height:3.4rem}.searchInput input,.mat-select,.table .tbody tr .input input:not(mat-radio-group){height:4rem;line-height:3.4rem;padding:0 .5rem 0 1.2rem;box-sizing:border-box}.dropdownList{line-height:3.4rem;padding:0 1.2rem;box-sizing:border-box}input[type=date]{font-family:var(--defaultFontFamily),"DOT-icon-set-R1_34"!important;font-size:var(--defaultFontSize)!important;padding-right:.5rem!important;position:relative}input[type=date].dot-calender-ico-1:before{content:"\e951";position:absolute;right:.5rem;font-size:3rem;height:3rem;line-height:3.4rem;transition:all .3s}input[type=date].dot-calender-ico-1:hover{transition:all .2s;color:var(--defaultBlueTxt)!important}.searchInput tr td input,.elementHierarchy .elementHeader .mat-select,tr td .mat-select,td input,textArea,tr td input,tr td textarea{margin:0}.searchInput input,.searchInput mat-select{margin:unset}.table .tbody tr .input input:disabled,tr .input .settingsInput:disabled{background-color:var(--defaultDisabledInput);border:.3rem solid var(--defaultDisabledInputBorder)}textArea{min-height:10rem;max-height:10rem;line-height:normal}.table .tbody tr .input input[type=number]{appearance:textfield}.table .tbody tr .input input[type=number]::-webkit-inner-spin-button,.table .tbody tr .input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.labelShort,.labelMedium,.dropdownMedium,.labelXShort,.inputFreeFall{padding-right:1.6rem}.infoPaneSetting{min-width:17rem;max-width:17rem;width:17rem;text-align:left}.inputXShort,.labelXShort{min-width:7rem;max-width:7rem;width:7rem;text-align:left}.inputShort,.labelShort{min-width:10rem;max-width:10rem;width:10rem;text-align:left}.inputXMedium{min-width:15rem;max-width:15rem;width:15rem;text-align:left}.inputMedium,.dropdownMedium,.labelMedium{min-width:24rem;max-width:24rem;width:24rem;text-align:left}.inputLarge,.searchInput input,.searchInput mat-select{max-width:30rem;text-align:left}.searchInput mat-select{min-width:30rem}.inputFreeFall,.inputFreeFall input{min-width:calc(100% - 2rem);max-width:calc(100% - 2rem);width:calc(100% - 2rem);margin-right:2rem}.inputShort-i{min-width:10rem!important;max-width:10rem!important;width:10rem!important;text-align:left!important}.searchInput .input-i{min-width:30rem!important;max-width:30rem!important;width:30rem!important;text-align:left!important}.inputFreeFall .input-i{min-width:100%!important;max-width:100%!important;width:100%!important}input:disabled{cursor:default!important;background-color:var(--defaultDisabledInput);border:.3rem solid var(--defaultDisabledInputBorder)}.inputXL{width:60rem!important;min-width:40rem!important;max-width:60rem!important;display:inline-table}.inputL{width:40rem!important;min-width:20rem!important;max-width:40rem!important;display:inline-block}.inputMS{width:15rem!important;min-width:15rem!important;max-width:15rem!important;display:inline-block}.inputXS{width:8rem!important;min-width:8rem!important;max-width:8rem!important;display:inline-block}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input{height:4rem}input[type=number]{-moz-appearance:textfield;height:4rem}.invalid,.invalid:focus{border:2px solid red!important}.toolbarField.pageNumber{height:unset!important}.padding-1rem{padding:1rem}.padding-2rem{padding:2rem}.padding-t-0-i{padding-top:0!important}.padding-b-0-i{padding-bottom:0!important}.padding-t-1rem{padding-top:1rem}.padding-b-1rem{padding-bottom:1rem}.padding-t-2rem{padding-top:2rem}.padding-b-2rem{padding-bottom:2rem}.padding-r-1rem{padding-right:1rem}.padding-r-2rem{padding-right:2rem}.padding-r-2remi{padding-right:2rem!important}.padding-l-0{padding-left:0}.padding-l-1rem{padding-left:1rem}.padding-l-1rem-i{padding-left:1rem!important}.padding-l-20,.padding-l-2rem{padding-left:2rem}.padding-l-30,.padding-l-3rem{padding-left:3rem}.padding-l-40,.padding-l-4rem{padding-left:4rem}.padding-l-60,.padding-l-6rem{padding-left:6rem}.padding-l-80,.padding-l-8rem{padding-left:8rem}.padding-l-100,.padding-l-10rem{padding-left:10rem}.padding-l-120,.padding-l-12rem{padding-left:12rem}.padding-l-140,.padding-l-14rem{padding-left:14rem}.padding-l-160,.padding-l-16rem{padding-left:16rem}.padding-l-180,.padding-l-18rem{padding-left:18rem}.padding-l-200,.padding-l-20rem{padding-left:20rem}.padding-t-0{padding-top:0!important}.padding-b-0{padding-bottom:0!important}.padding-r-0{padding-right:0!important}.margin-t-0-i{margin-top:0!important}.margin-t-1rem{margin-top:1rem}.margin-t-1rem-i{margin-top:1rem!important}.margin1rem{margin:1rem}.margin-b-05{margin-bottom:.5rem}.margin-b-10,.margin-b-1rem{margin-bottom:1rem}.margin-b-20,.margin-b-2rem{margin-bottom:2rem}.margin-t-2rem{margin-top:2rem}.margin-r-0{margin-right:0}.margin-r-1rem{margin-right:1rem}.margin-r-2rem{margin-right:2rem}.margin-l-0{margin-left:0}.margin-l-1rem{margin-left:1rem}.margin-l-1rem-i{margin-left:1rem!important}.margin-l-2rem{margin-left:2rem}.margin-l-3rem{margin-left:3rem}.margin-2,.margin-2rem{margin:2rem;width:calc(100% - 4rem);height:calc(100% - 4rem)}.noMargin{margin:0!important}.noPadding{padding:0!important}.displayBlock{display:block}.sliderRow{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;border-radius:.4rem;-moz-border-radius:.4rem;-webkit-border-radius:.4rem;background:var(--defaultRowBackground);margin-bottom:.4rem;box-sizing:border-box;padding:0 1.5rem}.sliderRow .end{display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;width:100%;padding-right:2rem}.sliderRow p{width:20%}.sliderRow mat-slider{width:50%}.sliderRow input{margin:.6rem 0 .6rem 2rem!important;min-width:9rem;max-width:100%}.sliderRow mat-select{width:10rem}.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto,Helvetica Neue,sans-serif}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography .mat-h1,.mat-typography .mat-headline,.mat-typography h1{font:400 24px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography .mat-h2,.mat-typography .mat-title,.mat-typography h2{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography .mat-h3,.mat-typography .mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography .mat-h4,.mat-typography .mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 11.62px/20px Roboto,Helvetica Neue,sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 9.38px/20px Roboto,Helvetica Neue,sans-serif;margin:0 0 12px}.mat-body-strong,.mat-body-2,.mat-typography .mat-body-strong,.mat-typography .mat-body-2{font:500 14px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-body,.mat-body-1,.mat-typography .mat-body,.mat-typography .mat-body-1,.mat-typography{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-body p,.mat-body-1 p,.mat-typography .mat-body p,.mat-typography .mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 12px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto,Helvetica Neue,sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto,Helvetica Neue,sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto,Helvetica Neue,sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-button-toggle,.mat-card{font-family:Roboto,Helvetica Neue,sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox{font-family:Roboto,Helvetica Neue,sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-table{font-family:Roboto,Helvetica Neue,sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar{font-family:Roboto,Helvetica Neue,sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-expansion-panel-header{font-family:Roboto,Helvetica Neue,sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid rgba(0,0,0,0)}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{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 .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59374em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(.75);width:133.3333433333%}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-.0625em}.mat-menu-item{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px}.mat-radio-button,.mat-select{font-family:Roboto,Helvetica Neue,sans-serif}.mat-select-trigger{height:1.125em}.mat-slide-toggle-content{font-family:Roboto,Helvetica Neue,sans-serif}.mat-slider-thumb-label-text{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px;font-weight:500}.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto,Helvetica Neue,sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:400}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-group{font-family:Roboto,Helvetica Neue,sans-serif}.mat-tab-label,.mat-tab-link{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0}.mat-tooltip{font-family:Roboto,Helvetica Neue,sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item,.mat-list-option{font-family:Roboto,Helvetica Neue,sans-serif}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px;font-weight:500}.mat-option{font-family:Roboto,Helvetica Neue,sans-serif;font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-simple-snackbar{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree{font-family:Roboto,Helvetica Neue,sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale3d(0,0,0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{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;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0!important;box-sizing:content-box!important;height:auto!important;overflow:hidden!important}textarea.cdk-textarea-autosize-measuring-firefox{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:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-ripple-element{background-color:#0000001a}.mat-option{color:#000000de}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active{background:rgba(0,0,0,.04);color:#000000de}.mat-option.mat-option-disabled{color:#00000061}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#3f51b5}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.mat-optgroup-label{color:#0000008a}.mat-optgroup-disabled .mat-optgroup-label{color:#00000061}.mat-pseudo-checkbox{color:#0000008a}.mat-pseudo-checkbox:after{color:#fafafa}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#3f51b5}.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#ff4081}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-app-background{background-color:#fafafa;color:#000000de}.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#fff;color:#000000de}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#000000de}.mat-badge{position:relative}.mat-badge.mat-badge{overflow:visible}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-content{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 .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-badge-content{color:#fff;background:#3f51b5}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-accent .mat-badge-content{background:#ff4081;color:#fff}.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:#00000061}.mat-bottom-sheet-container{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;background:#fff;color:#000000de}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:rgba(0,0,0,0)}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#3f51b5}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ff4081}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:#00000042}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#3f51b5}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ff4081}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:#0000}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:#000}.mat-stroked-button:not(.mat-button-disabled){border-color:#0000001f}.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:#000000de;background-color:#fff}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary,.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent,.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:#00000042}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#3f51b5}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#ff4081}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#f44336}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:#0000001f}.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element,.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element,.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:#ffffff1a}.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-raised-button: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:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab: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:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-button-toggle-standalone:not([class*=mat-elevation-z]),.mat-button-toggle-group:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}.mat-button-toggle{color:#00000061}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:#0000001f}.mat-button-toggle-appearance-standard{color:#000000de;background:#fff}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px #e0e0e0}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px #e0e0e0}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px #e0e0e0}.mat-button-toggle-checked{background-color:#e0e0e0;color:#0000008a}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#000000de}.mat-button-toggle-disabled{color:#00000042;background-color:#eee}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px #e0e0e0}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}.mat-card{background:#fff;color:#000000de}.mat-card: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:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-card-subtitle{color:#0000008a}.mat-checkbox-frame{border-color:#0000008a}.mat-checkbox-checkmark{fill:#fafafa}.mat-checkbox-checkmark-path{stroke:#fafafa!important}.mat-checkbox-mixedmark{background-color:#fafafa}.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#3f51b5}.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#ff4081}.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:#00000061}.mat-checkbox .mat-ripple-element{background-color:#000}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#3f51b5}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ff4081}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:#000000de}.mat-chip.mat-standard-chip .mat-chip-remove{color:#000000de;opacity:.4}.mat-chip.mat-standard-chip: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:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip:after{background:#000}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#3f51b5;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ff4081;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:#ffffff1a}.mat-table{background:#fff}.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:#0000001f}.mat-header-cell{color:#0000008a}.mat-cell,.mat-footer-cell{color:#000000de}.mat-calendar-arrow{fill:#0000008a}.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:#0000008a}.mat-calendar-table-header-divider:after{background:rgba(0,0,0,.12)}.mat-calendar-table-header,.mat-calendar-body-label{color:#0000008a}.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:#000000de;border-color:#0000}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:#00000061}.mat-form-field-disabled .mat-date-range-input-separator{color:#00000061}.mat-calendar-body-in-preview{color:#0000003d}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#00000061}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#0000002e}.mat-calendar-body-in-range:before{background:rgba(63,81,181,.2)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.mat-calendar-body-comparison-bridge-start:before,[dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(63,81,181,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-comparison-bridge-end:before,[dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(63,81,181,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-calendar-body-selected{background-color:#3f51b5;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#3f51b566}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#3f51b54d}@media (hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#3f51b54d}}.mat-datepicker-content{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 .mat-calendar-body-in-range:before{background:rgba(255,64,129,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(255,64,129,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(255,64,129,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ff4081;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#ff408166}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#ff40814d}@media (hover: hover){.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#ff40814d}}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before{background:rgba(244,67,54,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#f4433666}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}@media (hover: hover){.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}}.mat-datepicker-content-touch{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-datepicker-toggle-active{color:#3f51b5}.mat-datepicker-toggle-active.mat-accent{color:#ff4081}.mat-datepicker-toggle-active.mat-warn{color:#f44336}.mat-date-range-input-inner[disabled]{color:#00000061}.mat-dialog-container{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:#fff;color:#000000de}.mat-divider{border-top-color:#0000001f}.mat-divider-vertical{border-right-color:#0000001f}.mat-expansion-panel{background:#fff;color:#000000de}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-action-row{border-top-color:#0000001f}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}@media (hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}.mat-expansion-panel-header-title{color:#000000de}.mat-expansion-panel-header-description,.mat-expansion-indicator:after{color:#0000008a}.mat-expansion-panel-header[aria-disabled=true]{color:#00000042}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-expansion-panel-header{height:48px}.mat-expansion-panel-header.mat-expanded{height:64px}.mat-form-field-label,.mat-hint{color:#0009}.mat-form-field.mat-focused .mat-form-field-label{color:#3f51b5}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ff4081}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.mat-focused .mat-form-field-required-marker{color:#ff4081}.mat-form-field-ripple{background-color:#000000de}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#3f51b5}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ff4081}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:#3f51b5}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:#ff4081}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label,.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.mat-error{color:#f44336}.mat-form-field-appearance-legacy .mat-form-field-label,.mat-form-field-appearance-legacy .mat-hint{color:#0000008a}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:#0000006b}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{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 .mat-form-field-underline{background-color:#0000006b}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{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 .mat-form-field-flex{background-color:#0000000a}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:#00000005}.mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:#0000006b}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:#00000061}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:#0000}.mat-form-field-appearance-outline .mat-form-field-outline{color:#0000001f}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#000000de}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#3f51b5}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ff4081}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:#00000061}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:#0000000f}.mat-icon.mat-primary{color:#3f51b5}.mat-icon.mat-accent{color:#ff4081}.mat-icon.mat-warn{color:#f44336}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:#0000008a}.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after{color:#00000061}.mat-input-element{caret-color:#3f51b5}.mat-input-element::placeholder{color:#0000006b}.mat-input-element::-moz-placeholder{color:#0000006b}.mat-input-element::-webkit-input-placeholder{color:#0000006b}.mat-input-element:-ms-input-placeholder{color:#0000006b}.mat-form-field.mat-accent .mat-input-element{caret-color:#ff4081}.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#f44336}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:#f44336}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{color:#000000de}.mat-list-base .mat-subheader{color:#0000008a}.mat-list-base .mat-list-item-disabled{background-color:#eee;color:#00000061}.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(0,0,0,.04)}.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(0,0,0,.12)}.mat-menu-panel{background:#fff}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-menu-item{background:rgba(0,0,0,0);color:#000000de}.mat-menu-item[disabled],.mat-menu-item[disabled] .mat-menu-submenu-icon,.mat-menu-item[disabled] .mat-icon-no-color{color:#00000061}.mat-menu-item .mat-icon-no-color,.mat-menu-submenu-icon{color:#0000008a}.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}.mat-paginator{background:#fff}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:#0000008a}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:#00000061}.mat-paginator-container{min-height:56px}.mat-progress-bar-background{fill:#cbd0e9}.mat-progress-bar-buffer{background-color:#cbd0e9}.mat-progress-bar-fill:after{background-color:#3f51b5}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#fbccdc}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#fbccdc}.mat-progress-bar.mat-accent .mat-progress-bar-fill:after{background-color:#ff4081}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#f9ccc9}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#f9ccc9}.mat-progress-bar.mat-warn .mat-progress-bar-fill:after{background-color:#f44336}.mat-progress-spinner circle,.mat-spinner circle{stroke:#3f51b5}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ff4081}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}.mat-radio-outer-circle{border-color:#0000008a}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#3f51b5}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#3f51b5}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ff4081}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ff4081}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:#00000061}.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:#00000061}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:#00000061}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-select-value{color:#000000de}.mat-select-placeholder{color:#0000006b}.mat-select-disabled .mat-select-value{color:#00000061}.mat-select-arrow{color:#0000008a}.mat-select-panel{background:#fff}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#3f51b5}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ff4081}.mat-form-field.mat-focused.mat-warn .mat-select-arrow,.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:#00000061}.mat-drawer-container{background-color:#fafafa;color:#000000de}.mat-drawer{background-color:#fff;color:#000000de}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end,[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:#0009}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ff4081}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:#ff40818a}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ff4081}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#3f51b5}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:#3f51b58a}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#3f51b5}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:#f443368a}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;background-color:#fafafa}.mat-slide-toggle-bar{background-color:#00000061}.mat-slider-track-background{background-color:#00000042}.mat-slider.mat-primary .mat-slider-track-fill,.mat-slider.mat-primary .mat-slider-thumb,.mat-slider.mat-primary .mat-slider-thumb-label{background-color:#3f51b5}.mat-slider.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-primary .mat-slider-focus-ring{background-color:#3f51b533}.mat-slider.mat-accent .mat-slider-track-fill,.mat-slider.mat-accent .mat-slider-thumb,.mat-slider.mat-accent .mat-slider-thumb-label{background-color:#ff4081}.mat-slider.mat-accent .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-accent .mat-slider-focus-ring{background-color:#ff408133}.mat-slider.mat-warn .mat-slider-track-fill,.mat-slider.mat-warn .mat-slider-thumb,.mat-slider.mat-warn .mat-slider-thumb-label{background-color:#f44336}.mat-slider.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-warn .mat-slider-focus-ring{background-color:#f4433633}.mat-slider:hover .mat-slider-track-background,.mat-slider.cdk-focused .mat-slider-track-background{background-color:#00000061}.mat-slider.mat-slider-disabled .mat-slider-track-background,.mat-slider.mat-slider-disabled .mat-slider-track-fill,.mat-slider.mat-slider-disabled .mat-slider-thumb,.mat-slider.mat-slider-disabled:hover .mat-slider-track-background{background-color:#00000042}.mat-slider.mat-slider-min-value .mat-slider-focus-ring{background-color:#0000001f}.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#000000de}.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:#00000042}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:#00000042;background-color:#0000}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:#00000061}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:#00000042}.mat-slider-has-ticks .mat-slider-wrapper:after{border-color:#000000b3}.mat-slider-horizontal .mat-slider-ticks{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 .mat-slider-ticks{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,.mat-step-header.cdk-program-focused,.mat-step-header:hover:not([aria-disabled]),.mat-step-header:hover[aria-disabled=false]{background-color:#0000000a}.mat-step-header:hover[aria-disabled=true]{cursor:default}@media (hover: none){.mat-step-header:hover{background:none}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:#0000008a}.mat-step-header .mat-step-icon{background-color:#0000008a;color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#3f51b5;color:#fff}.mat-step-header.mat-accent .mat-step-icon{color:#fff}.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#ff4081;color:#fff}.mat-step-header.mat-warn .mat-step-icon{color:#fff}.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:#0000;color:#f44336}.mat-step-header .mat-step-label.mat-step-label-active{color:#000000de}.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line:before{border-left-color:#0000001f}.mat-horizontal-stepper-header:before,.mat-horizontal-stepper-header:after,.mat-stepper-horizontal-line{border-top-color:#0000001f}.mat-horizontal-stepper-header{height:72px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px}.mat-stepper-vertical-line:before{top:-16px;bottom:-16px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before{top:36px}.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}.mat-sort-header-arrow{color:#757575}.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:#000000de}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:#00000061}.mat-tab-header-pagination-chevron{border-color:#000000de}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#00000061}.mat-tab-group[class*=mat-background-]>.mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#c5cae94d}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#3f51b5}.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ff80ab4d}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ff4081}.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffcdd24d}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#c5cae94d}.mat-tab-group.mat-background-primary>.mat-tab-header,.mat-tab-group.mat-background-primary>.mat-tab-link-container,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#3f51b5}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ff80ab4d}.mat-tab-group.mat-background-accent>.mat-tab-header,.mat-tab-group.mat-background-accent>.mat-tab-link-container,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#ff4081}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffcdd24d}.mat-tab-group.mat-background-warn>.mat-tab-header,.mat-tab-group.mat-background-warn>.mat-tab-link-container,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#f44336}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-toolbar{background:#f5f5f5;color:#000000de}.mat-toolbar.mat-primary{background:#3f51b5;color:#fff}.mat-toolbar.mat-accent{background:#ff4081;color:#fff}.mat-toolbar.mat-warn{background:#f44336;color:#fff}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar-multiple-rows{min-height:64px}.mat-toolbar-row,.mat-toolbar-single-row{height:64px}@media (max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}.mat-tooltip{background:rgba(97,97,97,.9)}.mat-tree{background:#fff}.mat-tree-node,.mat-nested-tree-node{color:#000000de}.mat-tree-node{min-height:48px}.mat-snack-bar-container{color:#ffffffb3;background:#323232;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-simple-snackbar-action{color:#ff4081}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style: none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ps{overflow:auto!important}}.filter-pane{position:absolute;top:0;bottom:0;left:0;z-index:2;animation:slideGISx .9s forwards}.disableInteraction{opacity:.5;pointer-events:none;touch-action:none}#editorModeButtons{display:none}.esri-ui-corner .esri-component.esri-widget--panel{width:unset!important}.esri-heatmap-slider{min-width:unset!important}.esri-heatmap-slider__slider-container{height:100%!important}.heatmapSlider>div>div{background:transparent!important;color:#fff!important}.esri-heatmap-slider .esri-slider .esri-slider__content{height:unset!important}a,a:link,a:visited{color:var(--defaultHeadings)}a.k-link{color:#003f59}.excellent .mat-progress-bar-fill:after{background-color:#20ac65}.good .mat-progress-bar-fill:after{background-color:#70c94b}.fair .mat-progress-bar-fill:after{background-color:#fbbf21}.poor .mat-progress-bar-fill:after{background-color:#c40a3b}.noSelection{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.iconContainer{cursor:pointer;display:contents;font-size:2.2rem;height:100%}.tableRowDivStyle{display:flex;align-items:center;background:var(--defaultRowBackground);width:calc(100% - 4rem);padding:2rem;flex-direction:row;border-radius:.4rem;margin:2rem 0}.importBox .progressArea{box-sizing:border-box;align-items:center;position:absolute;left:2rem;right:2rem;top:1rem}.dashboard .mainArea .menuCollapse.menu,.preRouteMenu.menuCollapse{width:9rem;min-width:auto}.hideMenu{display:none!important}.menuCollapse.menu .menuItem .menuItemArea,.menuCollapse.menu .subMenuItem .menuItemArea{width:unset!important}:root{--defaultHeadings: #fff;--defaultFontFamily: "Blinker-Regular,sans-serif";--defaultHeadingFontFamily: "Blinker-SemiBold,sans-serif";--defaultFontWeight: 500;--defaultFontColor: #e6ebf1;--defaultMenuFontColor: #b5c3d7;--defaultMenuIconColor: #b1bfd3;--defaultInvertedFontColor: #000;--defaultSelectedFontColor: #e6ebf1;--defaultTableTitleColor: #F8FCFB;--defaultBodyBackground: #343E4D;--defaultBackground: #343E4D;--defaultBackgroundRGBA: #343E4D;--tableBackground1: #262e3a;--tableBackground2: #343E4D;--tableBackground3: #262e3a;--defaultRowBackground: #3B4759;--defaultRowHover: #4b5c75;--defaultFieldsBorder: #455267;--defaultCardBorder: #414E62;--defaultBorder: #414E62;--defaultInput: #262e3a;--popupBackground: #262e3a;--defaultMenuBackground: #1C222B;--defaultMenuItemBackground: #181C24;--defaultSelectedMenuItem: #152771;--defaultSelectedMenuItemBorder: #325ae4;--defaultFixedBackground: #1C222B;--defaultLogo: url(/assets/ImageAssets/dot-logo-wht-1-2.svg);--defaultSandboxLogo: url(/assets/ImageAssets/dot-logo-sandbox-wht-1-2.svg);--defaultBackgroundImage: url(/assets/ImageAssets/dark-background.jpg);--defaultLegendBackground: rgba(28, 35, 45, .88);--defaultInfoPaneBackground: #2d3542;--defaultNotificationBackground: #141925;--defaultNotificationBorder: #86EE35;--defaultNotificationBorderError: #F21825;--defaultNotificationBoarderWarning: #f9bb02;--defaultNotificationSpinnerGreen: #86EE35;--defaultNotificationSpinnerRed: #F21825;--defaultNotificationBoardError: #4D0624;--defaultNotificationBoardWarning: #5b3e11;--CriticalityUnitBoxHeight: 4rem;--baseSegmentColour: #9aa0b1;--defaultBoxShadow: 0 .5rem 1.2rem rgb(0, 0, 0, .3);--defaultComImptgray1: #3a4658;--defaultComImptgray2: #3e4b5f;--defaultComImptgray3: #445267;--defaultComImptgray4: #4a596f;--defaultComImptgray5: #51627b;--defaultDisabledInput: #46556b;--defaultDisabledInputBorder: #374252;--defaultActionButtonIconUnActiveColor: #989eaf;--defaultActionButtonIconActiveColor: #fff;--defaultRadio: #627188;--defaultRadioCheck: #627188;--defaultRadioChecked: #fff;--defaultScrollBarSlider: #4e5c71;--defaultLegendSlider: #78869c;--defaultGradiantButton: linear-gradient(#3d6ffd, #1028d4);--defaultGradiantButtonHorizontal: linear-gradient(-90deg, #3d6ffd, #1028d4);--whiteGradiantButton: linear-gradient(#CDD8EF, #808A9E);--redGradiantButton: linear-gradient(#F93260, #850E34);--defaultAttributeButton: linear-gradient(#272e3a, #14181f);--defaultBlue: #325ae4;--defaultTabsBorder: #405067;--defaultHeaderIconColor: #fff;--defaultBlueTxt: #379ff8;--disabledButtonActionIcon: linear-gradient(#828e9e, #4e5765);--infoCardColor1: linear-gradient(#4597ee, #2042b6);--infoCardColor2: linear-gradient(#3c5de0, #332792);--infoCardColor3: linear-gradient(#4d32d0, #38157c);--calcite-font-size--3: 1.25rem;--calcite-font-size--2: 1.5rem;--calcite-font-size--1: 1.75rem;--calcite-font-size-0: 2rem;--calcite-font-size-1: 2.25rem;--calcite-font-size-2: 2.5rem;--calcite-font-size-3: 3.25rem;--calcite-font-size-4: 4rem;--calcite-font-size-5: 5rem;--calcite-font-size-6: 6rem;--calcite-font-size-7: 7rem;--calcite-font-size-8: 8rem;--calcite-ui-foreground-1: transparent !important;--calcite-ui-foreground-2: transparent !important;--calcite-ui-foreground-3: transparent !important;--colorSeaGreen1: #1aa4a5;--colorSeaGreen2: #169091;--colorBlue1: #325ae4;--colorBlue2: #379ff8;--colorGreen1: #44b821;--colorGreen2: #1b5e07;--colorYellow1: #f9bb02;--colorPurple1: #C110FF;--colorRed1: #F21F3F;--orangeGradiant: linear-gradient(#E1623A, #C63142);--yellowGradiant: linear-gradient(#F5BD2B, #CE7E06);--pinkGradiant: linear-gradient(#D437EE, #A7136C);--purpleGradiant: linear-gradient(#7842ED, #4B21A5)}html,body{background:var(--defaultBodyBackground);background-image:var(--defaultBackgroundImage);background-size:cover;margin:0;height:100%;min-height:100%;width:100%;min-width:100%;overflow:hidden;color:var(--defaultFontColor);font-optical-sizing:none;-webkit-font-smoothing:antialiased}#root{height:100vh;width:100dvw;display:inline-block}.noShadow{box-shadow:none!important}*:focus-visible,mat-checkbox.cdk-keyboard-focused .mat-checkbox-inner-container,mat-radio-button.cdk-keyboard-focused .mat-radio-container,input[type=date]::-webkit-date-and-time-value:focus-visible,input[type=date]::-webkit-calendar-picker-indicator:focus-visible,input[type=time]::-webkit-calendar-picker-indicator:focus-visible{outline:.3rem solid #ff520f!important;box-sizing:border-box;z-index:1}input:focus-visible,textarea:focus-visible,.mat-select:focus-visible{outline:.3rem solid var(--defaultBlue)!important}:focus-visible{outline-offset:-.3rem;-moz-outline-radius:.4rem}mat-checkbox.cdk-keyboard-focused .mat-checkbox-inner-container{-moz-outline-radius:.4rem;border-radius:.4rem}.mat-checkbox-inner-container,.mat-checkbox-inner-container-no-side-margin{margin:.3rem!important;width:2rem!important;height:2rem!important}mat-radio-button.cdk-keyboard-focused .mat-radio-container{-moz-outline-radius:50%;border-radius:50%}header[role=banner]{grid-area:header}main[role=main]{grid-area:main}aside[role=complementary]{grid-area:aside}footer[role=contentinfo]{grid-area:footer}.redText{color:#f21825;font-size:var(--defaultFontSize)}body,label,p,tr td,tr th button,td,input,table td,textArea,select,.rangeDialog .actionArea button,.fileSelect button,.dropdownList,.mat-select,.mat-tab-group,.mat-radio-button,.mat-select-panel .mat-option,.mat-select-content,.mat-select-panel-done-animating,.mat-select-value,.select{font-family:var(--defaultFontFamily)!important;font-size:var(--defaultFontSize)!important;font-weight:var(--defaultFontWeight)!important}tr th,th,mat-button-toggle-checked,.mat-button-toggle-button,.mat-tab-label,.mat-button-toggle,.reportButton label{font-family:var(--defaultHeadingFontFamily)!important;font-size:var(--defaultFontSize)!important;font-weight:var(--defaultFontWeight)}.autoHeight{height:auto!important}.body{background-color:unset;background-image:unset}label{font-size:var(--defaultFontSize)}.card-shadow{box-shadow:var(--defaultBoxShadow)!important}svg>g>g:last-child{pointer-events:none}.largeGroupBox{inset:0;position:fixed;overflow:hidden;display:flex;width:100%;height:100%;align-items:center;flex-direction:column;justify-content:center;animation:fadeIn .2s ease-in-out;transition:.2s ease-in-out;z-index:100}.groupBox{background:var(--defaultBackground);border:.2rem solid var(--defaultCardBorder);border-radius:.6rem;min-width:40%;max-width:40%;width:40%;height:auto;max-height:100%;animation:fadeIn .5s ease-in-out;box-shadow:0 1rem 3rem #00000080;display:flex;flex-direction:column;transition:.2s ease-in-out;overflow:hidden;position:relative;margin:6rem;padding:2rem 3rem 3rem;box-sizing:border-box}.groupBox.viewBox{width:60%;max-width:60%}.groupBox.disabled{opacity:.5;pointer-events:none;touch-action:none}.groupBox .contentBodyBox{height:calc(100% - 6rem)}.groupBox .groupBoxRow1 .bodyArea{border-radius:.6rem .6rem 0 0}.groupBox .groupBoxRow2 .bodyArea,.groupBox .groupBoxRow3 .bodyArea,.groupBox .groupBoxRow4 .bodyArea{border-radius:.6rem}.groupBox .groupBoxRow1{height:60%}.groupBox .groupBoxRow2{height:40%}.groupBox .groupBoxRow3{height:100%}.groupBox .groupBoxRow4{height:auto}.groupBox .groupBoxRow3 .tableArea1{height:calc(100% - 7.2rem)!important}.reqTxtBox,.groupBox .contentBodyBox,.groupBox .groupBoxRow1,.groupBox .groupBoxRow2,.groupBox .groupBoxRow3,.groupBox .groupBoxRow4{display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden}.groupBox .headerArea .titleArea .staticIcon{font-size:4.5rem!important;line-height:4.5rem!important;margin-left:-.4rem}.groupBox .headerArea .titleArea{display:inline-flex;align-items:center}.reqTxtBox{align-items:center;justify-content:center}.groupBox .headerArea{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.groupBox.viewBox .headerArea{flex-direction:column;align-items:flex-start;justify-content:flex-start}.groupBox .headerArea h2{padding:0;height:2rem;margin-bottom:2rem}.groupBox .header em,.groupBox .header i{color:var(--defaultFontColor)}.groupBox .bodyArea .mat-progress-spinner{width:2rem;height:2rem}.groupBox .bodyArea{border:.2rem solid var(--defaultBorder);overflow:hidden}.groupBox .buttonArea{width:100%;display:flex;justify-content:center;padding-top:2rem}.groupBox .footerArea .degradationCurvePerfAttRow{border-radius:0 0 .6rem .6rem}.groupBox .degradationCurvePerfAttRow{border-radius:.6rem;padding:0 1.5rem}.groupBox .degradationCurvePerfAttRow mat-select{margin:.6rem 0}.groupBox .tableArea1 .overflowTableArea,.groupBox .tableArea2 .overflowTableArea,.groupBox .tableArea3 .overflowTableArea{border:none}.space1{height:1rem;max-height:1rem;min-height:1rem;display:block}.space2{height:2rem;max-height:2rem;min-height:2rem;display:block}.center{display:flex;align-items:center!important;justify-content:center!important}input,.mat-tab-label,.mat-tab-link,select{color:unset}.mat-input-element:disabled,.mat-select-disabled,mat-select:disabled{color:var(--defaultFontColor)!important;opacity:.6!important;background:var(--defaultDisabledInput)!important;border:.3rem solid var(--defaultDisabledInputBorder)!important}.mat-select-disabled .mat-select-value{color:var(--defaultFontColor)}.mat-option.mat-option-disabled{background:var(--defaultDisabledInput)}.elementHierarchy .body .elementBody .attribute mat-select{width:13rem;background:#1c2871;border:.2rem solid #3360f4}.elementHierarchy .body .elementBody .attribute .mat-select-value{color:#fff!important}.elementHierarchy .body .elementBody .attribute .mat-select-arrow{color:#fff!important;background-color:#fff!important}input::-webkit-inner-spin-button{-webkit-appearance:none;display:none}.aupDialogParent{position:fixed;display:none;top:0;bottom:0;align-items:center;justify-content:center;width:100%;z-index:999}.assetSelectBox{position:fixed;display:none;top:0;bottom:0;align-items:center;justify-content:center;width:100%;z-index:999;background:var(--popupBackground)}::placeholder{color:var(--defaultFontColor);opacity:.4}.mat-select-placeholder{color:var(--defaultFontColor);opacity:.4}#notificationBox{position:absolute;right:3rem;bottom:0;border-radius:.8rem;box-shadow:0 1rem 3rem #0000004d}#notificationBox h1 h2{color:#fff}.color-picker{background-color:var(--defaultBackground)!important;box-shadow:1px 2rem 1.4rem #0000004d!important;border-radius:.6rem!important;padding:1rem;border:.2rem solid var(--defaultBorder)!important}.color-picker *{border:none}.color-picker .preset-area .preset-label{display:none}.color-picker .rgba-text{display:none!important}.color-picker .hex-text:nth-child(1) input{color:var(--defaultFontColor)!important}.color-picker .saturation-lightness{height:10rem!important;border-radius:.4rem;box-sizing:border-box;display:flex}.cp-preset-colors-class{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr;width:100%!important;height:100%!important;align-items:center;text-align:center;justify-content:center;border:none;outline:none;margin-top:1rem!important;grid-gap:1rem}.color-picker .preset-area .preset-color{margin:0!important;border:.2rem solid transparent!important;border-radius:.2rem!important;width:100%!important;height:2rem!important;transition:.2s ease}.color-picker .preset-area .preset-color.selectedColour,.color-picker .preset-area .preset-color:focus,.color-picker .preset-area .preset-color:hover,.color-picker .preset-area .preset-color:active{border:.2rem solid #ffffff!important;box-sizing:border-box}.color-picker .preset-area{padding:0!important}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:1!important}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{width:1rem!important;background-color:var(--defaultScrollBarSlider)}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{height:1rem!important;background-color:var(--defaultScrollBarSlider)}.ps__rail-x{opacity:1;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;position:absolute;cursor:pointer;bottom:0;align-items:center;display:none;z-index:12}.ps__thumb-y,.ps__thumb-x{border:.2rem}.ps__rail-y{opacity:1;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;right:0;position:absolute;cursor:pointer;display:none;z-index:10}.ps--active-y>.ps__rail-y,.ps--active-x>.ps__rail-x{display:flex;box-sizing:border-box;background-color:transparent}.overflowTableArea.ps--active-y>.ps__rail-y,.overflowTableArea.ps--active-x>.ps__rail-x{background-color:var(--defaultBackground)}.ps--active-y>.ps__rail-y{width:2rem;right:-.1rem}.ps--active-x>.ps__rail-x{height:2rem;bottom:-.1rem}.ps__thumb-x{background-color:var(--defaultScrollBarSlider)!important;height:.8rem;margin:auto 0;justify-content:center;align-items:center;position:relative;bottom:0;top:0}.ps__thumb-y{background-color:var(--defaultScrollBarSlider)!important;width:.8rem;margin:0 auto;justify-content:center;align-items:center;position:relative;right:0}div[id*=legendDiv] .ps__thumb-y{background-color:var(--defaultLegendSlider)}div[id*=legendDiv] .ps__rail-y:hover>.ps__thumb-y,div[id*=legendDiv] .ps__rail-y:focus>.ps__thumb-y,div[id*=legendDiv] .ps__rail-y.ps--clicking .ps__thumb-y{background-color:var(--defaultLegendSlider)}.overflowTableArea .tableWrapper .tableBodyArea .unpinned .ps__rail-x{right:unset!important;left:unset!important;bottom:5.4rem!important;position:fixed}.tableArea .ps__rail-x,.overflowTableArea .ps__rail-x{height:2rem;border-right:2rem;border-left:.6rem;border-style:solid;bottom:0;z-index:10;box-sizing:border-box;margin:0;width:100%}.table .ps__rail-y,.tableArea .ps__rail-y,.overflowTableArea .ps__rail-y,.elementHierarchy .body .elementBody .elementScrollBody .ps__rail-y,.criticalityBody .ps__rail-y,.reportListBody .ps__rail-y,.videoListBody .ps__rail-y,.moduleGrid .ps__rail-y,.assetSelect .body .module .selector .ps__rail-y,.groupBox .bodyArea .ps__rail-y{width:2rem;margin:0;right:0;z-index:12;border-style:solid;box-sizing:border-box}.overflowTableArea .ps__rail-y,.overflowTableArea .ps__rail-x,.overflowTableAreaAbsolute .ps__rail-y,.overflowTableAreaAbsolute .ps__rail-x,.sliderArea .ps__rail-y,.sliderArea .ps__rail-x,.resultSelectionBox .bodyArea .ps__rail-y,.resultSelectionBox .bodyArea .ps__rail-x,.accordionContainer .bodyArea .ps__rail-y,.accordionContainer .bodyArea .ps__rail-x{background-color:var(--defaultInput)!important;border-color:var(--defaultInput)}.ps__rail-y,.ps__rail-x{background-color:transparent!important;border-color:transparent!important}.legendDiv .ps__rail-y,.board .ps__rail-y,.groupBox .bodyArea .ps__rail-y,.resultSelectionBox .bodyArea .ps__rail-y{border-top:.6rem;border-bottom:2rem;border-style:solid}.preRouteMenu{width:20%;max-width:20%;height:100%;background:var(--defaultMenuBackground);box-shadow:0 0 3rem #0003;transition:.6s all}.dashboard .mainArea .menu{width:20%;min-width:20%;height:100%;background:var(--defaultMenuBackground);box-shadow:0 0 5rem #0003}.dashboard .mainArea .dash{width:100%;overflow:hidden;height:auto}.dashboard .mainArea .dash .board{padding:0 3rem 3rem;overflow:hidden}.dashboard .mainArea .dash .board.removeBackground{background:transparent!important}.dashboard .mainArea .dash .board .assetPane,.dashboard .mainArea .dash .gisBoard,.dashboard .info ul li,.assetSettings,.assetEdit,.scenarioEdit{box-shadow:var(--defaultBoxShadow)}.dashboard .mainArea .dash .board .scrollArea .card .chartCard .cardTable{inset:0;margin:0;width:calc(100% + -0rem);height:calc(100% + -0rem)}.dashboard .mainArea .dash .board .scrollArea .card .chartCard .cardTable .table.noPadding{padding:0 2rem 2rem 0}.dashboard .mainArea .dash .board .scrollArea .card .chartCard .cardTable .table .thead tr th{padding-right:1.5rem!important}.defaultAddButton:hover{opacity:1;transform:scale(1.09);transition:.1s ease-in-out;box-shadow:0 5rem 1rem #0006}.opacity1{opacity:1!important}.mat-select-trigger{line-height:normal!important}.mat-mini-fab .mat-button-wrapper{line-height:initial!important;display:unset!important;padding:unset!important}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay,.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:transparent!important}.yearButton{padding:0!important}.mat-button,.mat-flat-button,.mat-icon-button,.mat-stroked-button{padding:inherit;min-height:2.3rem;line-height:2.3rem!important;outline:none;border:none;min-width:auto!important}.action-button,.dot-end-ico-1,.dot-previous-ico-1,.dot-next-ico-1,.dot-start-ico-1,.headerIcon,.dot-esri-ico-1,.dot-excel-ico-1,.dot-info-ico-1{display:inline-flex!important}.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:inherit}.mat-button-focus-overlay{background-color:transparent!important}.mat-button-toggle{display:flex;align-items:center;justify-content:center;border:none;transition:2s linear ease-in-out;background:var(--defaultBackground);color:var(--defaultHeadings)}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:unset!important;padding:0 2rem!important;color:var(--defaultHeadings);font-optical-sizing:none}.mat-button-toggle-checked .mat-button-toggle-label-content{color:#fff}.mat-button-toggle-group,.mat-button-toggle-standalone{box-shadow:none;border:.3rem solid var(--defaultTabsBorder);border-radius:.6rem!important;height:4rem;line-height:3.4rem;box-sizing:border-box;margin:0 0 1rem}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border:none}.mat-button-toggle-checked{background-image:var(--defaultGradiantButton);display:flex;align-items:center;justify-content:center;color:#fff}@media{.mat-mini-fab .mat-button-wrapper{padding:0!important}}.mat-tab-header-pagination-disabled,.mat-tab-header-pagination-chevron,.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-header{border:none}.mat-tab-label{border:.3rem solid var(--defaultTabsBorder);border-radius:.6rem;margin-right:1rem;height:4rem!important;min-width:13rem!important;opacity:1!important;color:var(--defaultHeadings);padding:0 1.5rem!important;background:transparent;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:var(--defaultFontSize)}.mat-tab-label:last-child{margin-right:0}.mat-tab-label .mat-tab-label-content{line-height:3.4rem}.mat-tab-label-container{padding:2rem 0 1rem}.wide-tab{width:22rem}.mat-tab-label-active{color:#fff}.mat-tab-label-active,.mat-tab-label:hover,.mat-tab-link-active,.mat-tab-link:hover{padding:0 1.8rem!important;background-image:var(--defaultGradiantButton);opacity:1!important;box-sizing:border-box;box-shadow:0 .3rem .5rem #0003;border:0;color:#fff}.mat-tab-label:first-child,.mat-tab-labels:first-child{margin-left:0;padding-left:0;padding-right:0}.mat-tab-body{display:flex!important;flex-direction:column!important}.mat-tab-body-content{justify-content:flex-start!important;overflow:hidden!important;padding-top:1rem}.mat-tab-body-wrapper{height:100%}.mat-ink-bar{display:none}.mat-tab-body-active{overflow:hidden!important}.dashboard .mainArea .dash .board .assetPerf1 mat-tab-header{padding:0 0 1rem}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex;padding:2rem 0 1rem}.statBox{font-family:var(--defaultHeadingFontFamily);border-radius:.6rem;box-shadow:0 .3rem .5rem #0003;width:100%;text-align:center;display:flex;align-items:center;justify-content:center;transition:.2s ease;padding:1.5rem;outline:none;border:none;font-optical-sizing:none;box-sizing:border-box;overflow:hidden}.statBox h2{height:auto;padding:0;margin:0;justify-content:center}.statBox .info.info-capitalPlan h1,.statBox .info.info-capitalPlan h2{color:#fff}.statBox .info h1,.statBox .info h2{color:var(--defaultHeadings)}.statBox .colourBar{width:calc(100% + 3rem);margin:1rem -1.5rem -1.5rem}.infoColorLightBlue{background:linear-gradient(#4297f1,#2348c5)}.infoColorBlue{background:linear-gradient(#496aec,#4735d6)}.infoColorPurple{background:linear-gradient(#6c70e8,#3425ad)}.infoColorGreen1{background:linear-gradient(#84D91C,#149D25)}.infoColorGreen2{background:linear-gradient(#06783A,#045A31)}.infoSettings{display:flex;flex-direction:row;width:100%;gap:2rem;box-sizing:border-box}.infoSettings .section1,.infoSettings .section2{background:var(--defaultRowBackground);display:flex;align-items:flex-start;border-radius:.6rem;width:50%;padding:1.5rem 2rem;gap:4rem;position:relative}.infoSettings label{display:flex;flex-direction:column}input:focus{border:.3rem solid var(--defaultBlue);outline:0}input:invalid{border:.3rem solid var(--defaultNotificationSpinnerRed)!important}.invalid-input{border:.3rem solid var(--defaultNotificationSpinnerRed)!important}.mat-ripple{overflow:hidden;position:relative;display:none}.mat-option-text{color:unset}.mat-select-content{color:#fff}.select,select{background:var(--defaultInput);height:4rem;border-radius:.6rem;border:.3rem solid var(--defaultFieldsBorder);cursor:pointer;min-width:7rem;text-align-last:center;margin:0 1rem}.mat-select:focus{border:.3rem solid var(--defaultBlue)}.mat-select-arrow,.mat-select-arrow-wrapper{color:var(--defaultHeadings)}.mat-select-value{color:var(--defaultFontColor)}.mat-select-panel:not([class*=mat-elevation-z]),.mat-select-panel{box-shadow:var(--defaultBoxShadow);background:var(--defaultBackground);border-radius:.4rem;box-sizing:border-box}.mat-select-content,.mat-select-panel-done-animating{margin-left:-.2rem}.mat-optgroup-label{color:var(--defaultBlue);font-family:var(--defaultFontFamily)!important;font-size:var(--defaultFontSize)!important}.mat-select-panel .mat-optgroup-label,.mat-select-panel .mat-option{font-size:var(--defaultFontSize)!important;line-height:4rem!important;height:4rem!important;color:var(--defaultFontColor);transition:.2s ease-in-out;background:var(--defaultBackground);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:0 1.5rem}.mat-select-panel .mat-optgroup-label{background:var(--defaultBorder);position:relative;display:flex;align-items:center;font-weight:700;letter-spacing:.1rem;transform:translateZ(0)!important;backface-visibility:hidden}.mat-option.mat-active,.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.mat-option:focus:not(.mat-option-disabled),.mat-option:hover:not(.mat-option-disabled){background:var(--defaultBlue);color:#fff}.mat-option:hover,.mat-option:hover:not(.mat-option-disabled){padding-left:2rem}input:-internal-autofill-selected{background-color:var(--defaultInput)!important;background-image:none!important;color:var(--defaultFontColor)!important}.mat-optgroup .mat-option:not(.mat-option-multiple){padding:0 1.5rem 0 2.5rem!important}.mat-optgroup .mat-option:not(.mat-option-multiple):hover{padding-left:3.5rem!important}.mat-optgroup .mat-option.mat-selected.mat-active:hover{padding-left:2.5rem!important}.mat-slider{position:relative}.mat-slider.mat-slider-horizontal .mat-slider-wrapper{top:0;bottom:0;margin:auto;vertical-align:middle;text-align:center;display:flex;align-items:center;height:.8rem!important;left:1rem;right:1rem}.mat-slider-horizontal{height:unset!important}.mat-slider-horizontal .mat-slider-ticks-container{height:.8rem!important}.mat-slider-ticks-container{position:absolute;overflow:hidden}.mat-slider.mat-slider-horizontal .mat-slider-track-wrapper{height:.8rem;border-radius:.8rem}.mat-slider.mat-slider-horizontal .mat-slider-track-background,.mat-slider.mat-slider-horizontal .mat-slider-track-fill{height:100%}.mat-slider.mat-slider-horizontal .mat-slider-track-fill{background-color:#2ea6f5!important}.mat-accent .mat-slider-thumb{height:2.4rem;width:2.4rem;box-shadow:0 .3rem .5rem #0000004d;top:0!important;bottom:0!important;position:absolute;margin:auto;transform:scale(1)}.mat-slider-disabled .mat-slider-thumb{background-color:var(--defaultFieldsBorder)!important;border:0!important;transform:none!important;width:2.4rem;height:2.4rem}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:var(--defaultBlue);background-color:var(--defaultBlue)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb,.mat-slider:not(.mat-slider-disabled) .mat-slider-thumb,.mat-slider:not(.mat-slider-disabled) .mat-slider-thumb-label{background-color:var(--defaultBlue);border:solid .3rem var(--defaultBlue)}.mat-slide-toggle-thumb{background-color:var(--defaultDisabledInputBorder)}.mat-slide-toggle-bar{background:#232a32}.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar,.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:var(--defaultBlue)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{border:.2rem var(--defaultDisabledInputBorder);box-sizing:border-box}.mat-radio{padding-left:5px}.mat-radio-container{margin-left:.3rem}.mat-radio-outer-circle{border-color:var(--defaultRadio)}.mat-radio-container:hover,.mat-radio-outer-circle:hover,.mat-radio-button .mat-radio-container:hover,.mat-radio-button .mat-radio-outer-circle:hover,.mat-radio-checked .mat-radio-inner-circle,.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:var(--defaultRadioChecked)!important}.mat-radio-button.mat-accent .mat-radio-inner-circle{background-color:var(--defaultRadioChecked)}.mat-radio-container,.mat-radio-outer-circle,.mat-radio-inner-circle{width:2rem!important;min-width:2rem!important;min-height:2rem!important;height:2rem!important;border-width:.2rem!important}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:var(--defaultFontColor)}.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#000!important}.mat-checkbox-frame,.mat-pseudo-checkbox{background-color:var(--defaultInput)!important;border-color:var(--defaultRadioCheck)!important;border-radius:.4rem!important}.mat-checkbox-background,.mat-checkbox-frame,.mat-pseudo-checkbox{border-radius:.4rem}.mat-checkbox-inner-container,.mat-pseudo-checkbox{width:2.4rem!important;height:2.4rem!important}.mat-checkbox-checked.mat-accent .mat-checkbox-background,.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-pseudo-checkbox.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox.mat-pseudo-checkbox-indeterminate{background-image:linear-gradient(#84D91C,#149D25);border-radius:.4rem!important}.mat-checkbox{border-color:var(--defaultRadioCheck)}.mat-checkbox .mat-checkbox-frame{border-color:var(--defaultRadioCheck);border-radius:.4rem}.mat-checkbox-checked .mat-checkbox-background{background-color:#6b7c8e!important}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:var(--defaultRadioCheck)}.mat-checkbox-disabled .mat-checkbox-label{color:var(--defaultFontColor)}.mat-checkbox-layout .mat-checkbox-label{font-family:var(--defaultFontFamily);line-height:2.4rem;margin-left:.5rem}.mat-checkbox-layout{align-items:center!important}.mat-pseudo-checkbox-checked:after{top:.4rem!important;left:.3rem!important;width:1rem!important;height:.5rem!important;border-left:3px solid currentColor!important}.mat-pseudo-checkbox:after{border-bottom:3px solid currentColor!important}.mat-radio-button{height:2.8rem}.mat-radio-label{width:auto;flex-flow:row}.mat-radio-input{width:2rem!important;height:2rem!important}.checkBoxHeader,.queryBody .checkBoxHeader{padding-left:.7rem;height:4rem;line-height:4rem;display:flex;align-items:center;width:100%;box-sizing:border-box;background:var(--defaultRowBackground);border-radius:.6rem .6rem 0 0}.mat-select-arrow{width:1.8rem!important;height:1.6rem!important;border-left:0 solid transparent!important;border-right:0 solid transparent!important;margin:0 0 0 1rem!important;background-color:var(--defaultFontColor);-webkit-mask-image:url(dropdown-arrow.svg);mask-image:url(dropdown-arrow.svg);-webkit-mask-repeat:no-repeat;background-repeat:no-repeat;-webkit-mask-size:contain;border-top:0!important}.genericTextarea{resize:none;border-radius:.6rem;background:var(--defaultInput);outline:none;text-decoration:none;padding:1rem 1.5rem;width:100%;box-sizing:border-box;height:100%}.mat-progress-spinner{display:inline-flex!important;position:relative;align-items:center;justify-content:center;vertical-align:middle;opacity:1;width:4rem!important;height:auto!important;min-height:4rem;transition:.2s ease}button .mat-progress-spinner{width:auto!important}.table .tbody tr td .mat-progress-spinner{width:2.3rem!important;min-height:auto!important;animation:none;margin:0 .5rem 0 0}.table .tbody tr td .actionIcon .mat-progress-spinner{margin:auto}.optimizationButton .mat-progress-spinner{margin:auto!important}.mat-progress-spinner svg{width:1.6rem!important;height:1.6rem!important;min-width:1.6rem!important;position:relative!important;padding:.2rem!important}.mat-spinner circle{align-content:center;align-items:center}.optimizationButton .mat-progress-spinner circle,.optimizationButton .mat-spinner circle,.loginButton .mat-progress-spinner circle,.loginButton .mat-spinner circle,.scenarioHeader .mat-progress-spinner circle,.scenarioHeader .mat-spinner circle,.crumbHeader .mat-progress-spinner circle,.crumbHeader .mat-spinner circle,.mat-progress-spinner circle,.mat-spinner circle{stroke:var(--defaultHeadings);stroke-width:1.8rem!important}.mat-progress-spinner circle.cir-fill-button-green,.mat-progress-spinner circle.cir-fill-button-blue,.crumbHeader .box-fill-button .mat-progress-spinner circle,.cir-fill-button-green .mat-progress-spinner circle,.cir-fill-button-orange .mat-progress-spinner circle,.cir-fill-button-blue .mat-progress-spinner circle,.optimizationButton .mat-progress-spinner circle{stroke:#fff!important}.mat-progress-spinner.printer-spinner circle{stroke-width:1.8rem!important;stroke:#262e3a}.green.mat-progress-spinner circle{stroke:var(--defaultNotificationSpinnerGreen);stroke-width:1.8rem!important}.red.mat-progress-spinner circle{stroke:var(--defaultNotificationSpinnerRed);stroke-width:1.8rem!important}.importBox{display:none;z-index:200}.importBox .importBarBackground{position:relative;background:var(--defaultRowBackground);padding:3rem;border-radius:.4rem;max-height:70rem}.importBox h2{margin-left:2rem;text-align:center;justify-content:center}.importBox .importBar{border-radius:.6rem;-moz-border-radius:.6rem;-webkit-border-radius:.6rem;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;padding-left:2rem;padding-right:2rem}.importBox .importBar .progressArea{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%}.importBox .importBar .progressArea button{margin-right:2rem}.importBox .importBar .progressArea mat-progress-bar{width:calc(100% - 2rem);max-width:calc(100% - 2rem);height:1rem;position:absolute;top:5rem;margin-left:1rem}.importBox .importBar .importMessageArea{border:.2rem solid var(--defaultBorder);border-radius:.6rem;box-sizing:border-box;margin-top:2rem;padding:2rem;width:calc(100% - 4rem);position:absolute;top:10rem;bottom:2rem}.importBox .importBarColumn{flex-direction:column;align-items:flex-start;justify-content:flex-start}.progressBarBox{display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;position:relative;overflow:hidden;align-items:center}.progressBarBox .progressArea{width:100%;padding:2rem;background:var(--defaultRowBackground);border-radius:.6rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.hiddenHeader thead{margin-top:-4.5rem;visibility:hidden}@font-face{font-family:Blinker-Regular;src:url(Blinker-Corrected-Regular.ttf) format("truetype")}@font-face{font-family:Blinker-SemiBold;src:url(Blinker-SemiBold.ttf) format("truetype")}@font-face{font-family:SFCD-Regular;src:url(SFCompactDisplay-Regular.ttf) format("truetype")}@font-face{font-family:SFCD-Medium;src:url(SFCompactDisplay-Medium.ttf) format("truetype")}@font-face{font-family:SFCD-SemiBold;src:url(SFCompactDisplay-SemiBold.ttf) format("truetype")}@font-face{font-family:Cairo;src:url(Cairo.ttf) format("truetype")}.source-code-pro{font-family:Source Code Pro,monospace!important;font-optical-sizing:auto;font-style:normal}h1,h2,.swal-title,.statBox app-card h2:last-child{color:var(--defaultHeadings);font-family:var(--defaultHeadingFontFamily);text-overflow:ellipsis;overflow:hidden;font-weight:var(--defaultFontWeight);letter-spacing:.05rem}h1{margin-block-start:0;margin-block-end:0}h2{padding:1rem 0;margin:0;margin-block-start:0;margin-block-end:0;background:unset;display:flex;align-items:center}h3{padding-top:0;margin-top:0}p,label{margin-block-start:0;margin-block-end:0}.mat-fab,.mat-flat-button,.mat-raised-button,.mat-button-toggle,.mat-fab.mat-accent,.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-mini-fab{color:unset}[class^=dot-],[class*=" dot-"]{font-family:DOT-icon-set-R1_34,DOT-gis-icon-set-R1_7,sans-serif!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;display:block;vertical-align:middle;margin:auto 0;outline:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),.mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:none}.icon-span{padding:1.5em 0;display:block}.icon-2x{font-size:2.5em!important;margin-right:-.05em}.dashboard .mainArea .dash .board .mat-progress-bar,.mat-progress-bar{margin:auto 0;max-width:30rem;border-radius:10rem;box-sizing:border-box;height:1.8rem;border:.2rem solid var(--defaultBorder)}.dialogProgressBar{margin-left:2rem;margin-right:2rem;width:calc(100% - 4rem);max-width:calc(100% - 4rem);height:1.8rem!important}.completionProgressBar{max-width:20vh!important;margin-right:.5rem!important}.cdk-focused .mat-slider-track-background,.mat-slider:hover .mat-slider-track-background,.mat-progress-bar-background{fill:var(--defaultScrollBarSlider)!important}.mat-progress-bar .mat-progress-bar-background{width:calc(100% + -0rem)!important}.mat-progress-bar-buffer{background-color:var(--defaultScrollBarSlider)!important}.mat-progress-bar-fill:after{background-color:#44b821}.mat-slider-track-background{background-color:var(--defaultScrollBarSlider)!important}.dashboard .mainArea .dash .board.projectReportBoard{background:var(--defaultBackground);margin:2rem!important;height:calc(100% - 10rem)!important}.dashboard .mainArea .dash .projectReportBoard .projectReportArea{position:relative;box-sizing:border-box;height:100%}#reportViewerID{position:absolute;inset:2rem;height:unset!important;width:unset!important}kendo-popup{position:absolute}.trv-pages-pane .trv-notification{position:relative!important;display:flex!important;justify-content:center!important}kendo-numerictextbox.k-input{width:5rem!important}.button{padding-top:0!important;padding-bottom:0!important}.text-container{height:100%!important;margin:auto!important;padding-top:1.25rem!important}.esri-view{width:100%;position:absolute}.gisMap .esri-view{height:calc(100% - 6rem)!important}.gisMap.workplan .esri-view{height:100%!important}.alignmentMap .esri-view,.capitalPlanMap .esri-view,.performanceMap .esri-view,.segment .esri-view{height:100%!important;width:100%!important}.gisMap.infoPaneOpen .esri-view-surface{border-radius:.6rem 0 0!important}.esri-ui-corner-container{inset:2rem!important}h2.esri-widget__heading{color:var(--defaultHeadings)!important;margin:0;padding:0 1.5rem 0 0;height:4rem;display:flex!important}.esri-widget *:focus-visible,.esri-widget *:focus{outline:0!important}[class*=esri-icon]{font-size:inherit}.esri-popup__icon,.esri-icon-dock-right:before,.esri-icon-close:before,.esri-icon-zoom-in-magnifying-glass:before,.esri-icon-minimize:before{font-family:DOT-icon-set-R1_34,serif!important;color:var(--defaultHeaderIconColor)!important}.esri-icon-dock-right:before{content:"\e93d"!important}.esri-icon-close:before{content:"\e913"!important}.esri-icon-zoom-in-magnifying-glass:before{content:"\e96c"!important}.esri-icon-minimize:before{content:"\e959"!important}.esri-zoom,.esri-expand,.customPrintButton,.esri-expand__panel{border-radius:.4rem!important;overflow:hidden}.esri-sketch__section{gap:1rem}.esri-widget{background:transparent}[class*=" esri-icon-"]:before,[class*=esri-icon]:before,.esri-ui-top-right .esri-component .esri-widget--button,.esri-sketch__section .button{font-family:DOT-icon-set-R1_34,serif!important;font-size:1.8rem!important}.esri-widget--button:hover{color:var(--defaultBlue)}.esri-icon-basemap:before{content:"\e96e"!important;color:inherit}.esri-icon-collapse:before{content:"\e90f"!important;color:inherit}.esri-icon-plus:before{content:"\e96c"!important;color:inherit}.esri-icon-minus:before{content:"\e96d"!important;color:inherit}.esri-icon-printer:before{content:"\e96b"!important;color:inherit}.esri-zoom .esri-widget--button:last-child{border:none!important}.esri-widget--button,.esri-sketch__panel{background:#fff linear-gradient(#ECEEF2,#C5C8CE)}.esri-attribution{background-color:var(--defaultBackground)!important}.esri-attribution__sources,.esri-attribution__powered-by{font-family:var(--defaultFontFamily)!important;color:var(--defaultFontColor)}.esri-print__exported-file,.esri-print__exported-file-link-title{color:#000}.esri-ui-top-right .esri-widget--button,.esri-ui-top-right .esri-expand{width:2.8rem!important;min-width:2.8rem!important;height:2.8rem!important;min-height:2.8rem!important}.esri-ui-corner .esri-sketch__panel,.esri-ui-corner .esri-component{border-radius:.4rem}.esri-selection-toolbar{background:transparent!important}calcite-action{position:relative;width:2rem;height:2rem;background:transparent;transition:.3s all;color:#6e6e6e;outline:none!important;box-shadow:none!important;font-family:DOT-icon-set-R1_34;font-size:1.8rem;min-width:2rem;min-height:2rem;box-sizing:border-box}calcite-action:hover,calcite-action:focus{background:transparent;color:var(--defaultBlue)}calcite-action[active]{color:var(--defaultBlue)}calcite-action:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}calcite-action calcite-icon{display:none}calcite-action::part(button){background:transparent}calcite-action[title="Select feature"]:before{content:"\e971"}calcite-action[title="Select by lasso"]:before{content:"\e984"}calcite-action[title="Draw a polygon"]:before{content:"\e972"}calcite-action[title="Draw a rectangle"]:before{content:"\e974"}calcite-action[title="Draw a circle"]:before{content:"\e973"}.placeholder-loading:before{content:"";display:block;position:absolute;left:-15rem;top:0;height:100%;width:15rem;background:linear-gradient(to right,transparent 0%,var(--defaultRowHover) 50%,transparent 100%);animation:loadie 1s cubic-bezier(.4,0,.2,1)}@keyframes loadie{0%{left:-15rem}to{left:100%}}#loading,.loading{-webkit-animation:clock 1s infinite linear;z-index:2}.alertTxt{font-family:var(--defaultFontFamily);font-style:italic;color:var(--defaultNotificationSpinnerRed);padding:2rem 2rem 0}strong,.strong{font-family:var(--defaultHeadingFontFamily);font-weight:var(--defaultFontWeight);font-optical-sizing:none}path[d^=M]{cursor:pointer!important}@media only screen and (max-width: 2400px){html{font-size:62.7%}h1,.swal-title,.swal2-title{font-size:30px!important}h2{font-size:20px;height:40px}:root{--defaultFontSize: 15px}}@media only screen and (max-width: 1920px){html{font-size:62.7%}h1,.swal-title,.swal2-title{font-size:30px!important}h2{font-size:20px;height:40px}:root{--defaultFontSize: 15px}}@media only screen and (max-width: 1800px){html{font-size:62.7%}h1,.swal-title,.swal2-title{font-size:23px!important}h2{font-size:16px;height:30px}:root{--defaultFontSize: 14px}}@media only screen and (max-width: 1680px){html{font-size:49.7%}h1,.swal-title,.swal2-title{font-size:20px!important}h2{font-size:16px;height:30px}:root{--defaultFontSize: 13px}}@media only screen and (max-width: 1440px){html{font-size:42.7%}h1,.swal-title,.swal2-title{font-size:19px!important}h2{font-size:14px;height:30px}:root{--defaultFontSize: 12px}}@media only screen and (max-width: 1366px){html{font-size:39.7%}.loginBodyContainer{width:90%!important}h1,.swal2-title{font-size:17px!important}h2{font-size:14px;height:30px}:root{--defaultFontSize: 11px}.assetPane .gaugeArea .subGauge .gauge div{min-width:80%!important;width:80%!important}}@media only screen and (max-width: 1280px){html{font-size:31.7%}}@media only screen and (max-width: 1024px){.loginBodyContainer{width:90%!important;flex-direction:column!important;align-items:center}.loginTextArea h1,.loginTextArea p{text-align:center!important}.loginTextArea br{display:none}.loginTextArea{width:90%!important}.loginPage .loginBox{width:100%!important}}@media only screen and (max-width: 768px){html{font-size:39.7%}.loginArea{width:60%!important}.loginBodyContainer{width:75%!important;flex-direction:column!important}}::placeholder,::-ms-input-placeholder,:-ms-input-placeholder{color:var(--defaultFontColor);opacity:.7}p,label,body{letter-spacing:.05rem;will-change:unset;font-weight:var(--defaultFontWeight)!important}.mat-tab-label .mat-tab-label-content,.box-fill-button,.box-fill-button-red,.box-fill-button-white,.box-fill-button-orange,.mat-button-toggle-button,.menuItem label,.mat-tab-label{letter-spacing:.5px;will-change:unset}.box-fill-button,.box-fill-button-red,.box-fill-button-white,.box-fill-button-orange,.mat-button-toggle-button,.table .thead tr th,.mat-button-toggle-appearance-standard .mat-button-toggle-label-content,.mat-tab-label .mat-tab-label-content,.menuItem label{font-weight:var(--defaultFontWeight)!important;font-optical-sizing:none;will-change:unset}.chart-config-permission-area{max-height:35rem;width:50rem}.chart-config-permission-area .selectionBox{border:.2rem solid var(--defaultRowHover);border-radius:.6rem;box-sizing:border-box;width:100%;height:28rem;margin-bottom:2rem;position:relative;overflow:hidden}.chart-config-permission-area .selectionBox .userArea{position:relative;height:calc(100% - 5rem);width:100%;background:var(--defaultBackground)}.chart-config-permission-area .selectionBox .userArea.large{height:100%!important}.chart-config-permission-area .selectionArea{width:100%;margin-bottom:1rem}.dashboard .mainArea .dash .headerArea{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-top:-1rem;min-height:2rem;padding:1rem 0}.dashboard .mainArea .dash .headerArea h2{padding:0}.dashboard .mainArea .dash .headerArea mat-button-toggle-group>button,.dashboard .mainArea .dash .headerArea mat-button-toggle-group~button,.dashboard .mainArea .dash .headerArea button:last-child{margin-right:0}.dashboard .mainArea .dash .headerArea .mat-button-toggle-group{margin-bottom:0}.dashboard .mainArea .dash .secondary-tab-group .headerArea .buttonArea{display:flex;align-items:center;justify-content:flex-start}.warningMessage{min-height:3rem;background:var(--colorRed1);color:var(--defaultHeadings);width:100%;padding:1rem 1.5rem;box-sizing:border-box}.rotate90{transform:rotate(-90deg)}.projectAlignmentTable .pagination{margin:0 0 2rem!important}.projectAlignmentTable .pagination .page{padding-right:0!important}.swal2-popup.swal2-toast{flex-direction:column;align-items:stretch;padding:1.25em;overflow-y:hidden;background:#19191a;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row;padding:0}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;margin:0 .625em;padding:0;font-size:1em;text-align:initial}.swal2-html-container{font-family:var(--defaultFontFamily)!important;text-align:center!important;color:var(--defaultFontColor)!important;font-size:var(--defaultFontSize)!important;padding:2rem!important;background:var(--defaultRowBackground)!important;border-radius:.6rem!important;margin:0!important;font-optical-sizing:none!important;font-weight:var(--defaultFontWeight)!important}.swal2-popup.swal2-toast .swal2-html-container{padding:.625em 0 0}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{flex:1;flex-basis:auto!important;align-self:stretch;width:auto;height:auto;margin:.3125em .3125em 0;padding:0}.swal2-popup.swal2-toast .swal2-styled{margin:.125em .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}.swal2-container{display:flex;position:fixed;z-index:1060;inset:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(25,25,26,.75)}.swal2-container.swal2-backdrop-hide{background:transparent!important}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-start,.swal2-container.swal2-top-left{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-start,.swal2-container.swal2-center-left{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-start,.swal2-container.swal2-bottom-left{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-right>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-top,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-bottom{align-items:center}.swal2-container.swal2-grow-column.swal2-top-start,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-bottom-left{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-top-right,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-bottom-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-no-transition{transition:none!important}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.swal2-container .swal2-modal{margin:0!important}}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;border-radius:5px;background:#19191a;background:var(--defaultBackground)!important;border:.2rem solid var(--defaultCardBorder)!important;box-shadow:0 1.2rem 4rem #000000b3!important;padding:2.4rem 3rem 3rem!important;font-family:unset!important;font-size:unset!important;width:478px!important}.swal2-popup:focus{outline:none}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:flex;flex-direction:column;align-items:center;padding:0 1.8em}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;text-align:center;text-transform:none;word-wrap:break-word;font-family:var(--defaultHeadingFontFamily)!important;padding:0 0 1.5rem!important;color:var(--defaultHeadings)!important;text-overflow:ellipsis;overflow:hidden;font-weight:var(--defaultFontWeight);letter-spacing:.05rem}.swal2-actions{display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:1.25em auto 0;padding:0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus{box-shadow:none!important}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-loader{display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 transparent #2778c4 transparent}.swal2-styled{margin:.3125em;padding:.625em 1.1em;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{font-size:var(--defaultFontSize)!important;font-family:var(--defaultHeadingFontFamily)!important;border-radius:.6rem!important;box-shadow:0 .3rem .5rem #0003;min-width:9rem!important;height:4rem!important;line-height:4rem!important;transition:.2s ease;padding:0 1.5rem!important;margin:0 .5rem!important;outline:none!important;border:none!important;cursor:pointer!important;letter-spacing:.8px!important;font-optical-sizing:none;background:var(--defaultGradiantButton)!important;color:#fff!important}.swal2-styled.swal2-confirm:focus-visible{outline:.3rem solid #ff520f!important;box-sizing:border-box;box-shadow:0 .5rem 1rem #0006;z-index:1}.swal2-styled.swal2-deny{border:0;border-radius:.25em;background:#d14529;color:#fff;font-size:1em}.swal2-styled.swal2-cancel{font-size:var(--defaultFontSize)!important;font-family:var(--defaultHeadingFontFamily)!important;border-radius:.6rem!important;box-shadow:0 .3rem .5rem #0003;min-width:9rem!important;height:4rem!important;line-height:4rem!important;transition:.2s ease;padding:0 1.5rem!important;margin:0 .5rem!important;outline:none!important;border:none;cursor:pointer!important;letter-spacing:.8px!important;font-optical-sizing:none;background:var(--whiteGradiantButton)!important;color:#000!important}.swal2-styled.swal2-cancel:focus{outline:.3rem solid #ff520f!important;box-sizing:border-box;box-shadow:0 .5rem 1rem #0006;z-index:1}.swal2-styled:focus{outline:none;box-shadow:0 0 0 1px #19191a,0 0 0 3px #8ab0d580}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #555;color:#bbb;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;height:.25em;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(225,225,225,.6)}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;z-index:2;top:0;right:0;align-items:center;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:5px;background:transparent;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{transform:none;background:transparent;color:#f27474}.swal2-close:focus{outline:none;box-shadow:inset 0 0 0 3px #6496c880}.swal2-close::-moz-focus-inner{border:0}.swal2-content{z-index:1;justify-content:center;margin:0;padding:0 1.6em;color:#e1e1e1;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word}.swal2-input,.swal2-file,.swal2-textarea,.swal2-select,.swal2-radio,.swal2-checkbox{margin:1em auto}.swal2-input,.swal2-file,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:#323234;box-shadow:inset 0 1px 1px #0000000f;color:#e1e1e1;font-size:1.125em}.swal2-input.swal2-inputerror,.swal2-file.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-input:focus,.swal2-file:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:none;box-shadow:0 0 0 3px #6496c880}.swal2-input::-moz-placeholder,.swal2-file::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-input:-ms-input-placeholder,.swal2-file:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-input::placeholder,.swal2-file::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:#19191a}.swal2-range input{width:80%}.swal2-range output{width:20%;color:#e1e1e1;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:#323234;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:#323234;color:#e1e1e1;font-size:1.125em}.swal2-radio,.swal2-checkbox{align-items:center;justify-content:center;background:#19191a;color:#e1e1e1}.swal2-radio label,.swal2-checkbox label{margin:0 .6em;font-size:1.125em}.swal2-radio input,.swal2-checkbox input{margin:0 .4em}.swal2-input-label{display:flex;justify-content:center;margin:1em auto}.swal2-validation-message{align-items:center;justify-content:center;margin:0 -2.7em;padding:.625em;overflow:hidden;background:#323234;color:#e1e1e1;font-size:1em;font-weight:300}.swal2-validation-message:before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid #000;border-radius:50%;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;user-select:none}.swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#58585b;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#58585b}.swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{animation:swal2-show .3s}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@supports (-ms-accelerator: true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{inset:auto;max-width:calc(100% - 1.25em);background-color:transparent!important}body.swal2-no-backdrop .swal2-container>.swal2-modal{box-shadow:0 0 10px #19191abf}body.swal2-no-backdrop .swal2-container.swal2-top{top:0;left:50%;transform:translate(-50%)}body.swal2-no-backdrop .swal2-container.swal2-top-start,body.swal2-no-backdrop .swal2-container.swal2-top-left{top:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-top-end,body.swal2-no-backdrop .swal2-container.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-container.swal2-center{top:50%;left:50%;transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-start,body.swal2-no-backdrop .swal2-container.swal2-center-left{top:50%;left:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-end,body.swal2-no-backdrop .swal2-container.swal2-center-right{top:50%;right:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom{bottom:0;left:50%;transform:translate(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom-start,body.swal2-no-backdrop .swal2-container.swal2-bottom-left{bottom:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-bottom-end,body.swal2-no-backdrop .swal2-container.swal2-bottom-right{right:0;bottom:0}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}.primary-tab-group{height:100%;width:100%;box-sizing:border-box}.headerPadding30{width:3rem;margin-left:.5rem;margin-right:1rem;display:flex;align-items:center}.overflowTableArea{border:.2rem solid var(--defaultBorder);background:var(--tableBackground1);border-radius:.6rem;width:100%;height:100%;display:inline-block;box-sizing:border-box;position:relative;overflow:hidden}.overflowTableAreaAbsolute{border:.2rem solid var(--defaultBorder);background:var(--defaultInput);border-radius:.6rem;display:inline-block;box-sizing:border-box;height:auto;position:absolute;overflow:hidden;inset:0}.tablePagination~.overflowTableAreaAbsolute{top:7rem}.noStick table tr th{position:unset;top:unset;z-index:unset}.noBorder{border:none!important}.align-text-right,.align-text-right button{text-align:right!important}.workOrderCount{display:inline-flex;line-height:4rem;justify-content:center;transition:.3s all;margin:-.5rem 0;min-width:8rem;background:var(--defaultRowHover);text-align:center}.workOrderCount.disabled{opacity:.7;cursor:auto}.workOrderCount a{background:var(--colorSeaGreen2);cursor:pointer;text-decoration:underline;width:100%;color:#fff;transition:.3s all}.workOrderCount a:hover{background:var(--colorSeaGreen1)}th{position:sticky;top:0;z-index:2;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}th.noStick{position:unset}thead{box-sizing:border-box;background:var(--defaultGradiantButton);border:0;border-radius:.4rem}.decisionBody .table tr th,.conditionIndex .table tr th{position:unset;top:unset;z-index:unset}.table{border-spacing:0 .4rem;border-collapse:separate;box-sizing:border-box;border-radius:.6rem;width:100%;padding:1.6rem 2rem;margin:0;table-layout:fixed}.table.noBorderSpacing{border-spacing:0!important}table{border-spacing:0}table tbody label{overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.table .thead tr{color:#fff;border-radius:.4rem;width:100%;min-width:100%;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;z-index:1;height:auto;transition:.2s ease;background:transparent}.hiddenHeader{height:0;border:0;padding:0;visibility:hidden}tr:hover td:first-child{border-top-left-radius:.4rem;border-bottom-left-radius:.4rem}tr:hover td:last-child{border-top-right-radius:.4rem;border-bottom-right-radius:.4rem}.table .thead tr th{vertical-align:middle;align-items:center;background:var(--defaultGradiantButton);height:4rem;font-optical-sizing:none}.table .thead tr th.actionHeader{padding-right:1.6rem!important;text-align:right;width:12rem!important;min-width:12rem!important}.table .thead tr th.actionHeader.singleAction{width:4rem!important;min-width:4rem!important}.table .thead tr th.actionHeader.alignment{width:unset!important;min-width:unset!important;max-width:8rem!important}tr{overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;border-radius:.4rem;white-space:normal;transition:.2s ease-in;background:var(--defaultRowBackground);margin-bottom:.4rem}tr:last-child,tr:only-child{margin-bottom:0}tr:hover{background:var(--defaultRowHover);transition:.1s ease-in}tr.noHover:hover,.noHover tr:hover{background:var(--defaultRowBackground)}td{text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:26px;vertical-align:middle;padding:.6rem 0 .6rem 1.5rem!important;box-sizing:border-box}td div{overflow:hidden;text-overflow:ellipsis}tr td.wrapText{white-space:initial;text-overflow:initial;overflow:initial;overflow-wrap:break-word}tr th:first-child:only-child,tr td:first-child:only-child{border-radius:.4rem;-moz-border-radius:.4rem;-webkit-border-radius:.4rem}tr th:first-child,tr td:first-child{border-radius:.4rem 0 0 .4rem;-moz-border-radius:.4rem 0 0 .4rem;-webkit-border-radius:.4rem 0 0 .4rem}tr th:last-child,tr td:last-child{border-radius:0 .4rem .4rem 0;-moz-border-radius:0 .4rem .4rem 0;-webkit-border-radius:0 .4rem .4rem 0;padding-right:.6rem!important}tr th{padding-left:1.5rem!important;box-sizing:border-box}tr.trowInput{width:100%}.notFixed{table-layout:unset}.fixed{table-layout:fixed}.fullWidth{width:100%}.singleTableRow tr{background:var(--defaultRowBackground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;border-radius:.4rem;transition:.1s ease;width:100%;border-spacing:0;border-collapse:unset}.table.singleTableRow{padding:0;border-spacing:0 .2rem}.singleTableRow label{padding-right:1rem}.row-all-radius{border-radius:.4rem!important;position:relative!important;display:inline-table!important;margin:.2rem 0!important}.scenarioEdit .childScenarioEdit .mat-button-toggle-group,.mat-button-toggle-standalone{margin:0!important}tr .actionColumn{text-align:end;padding-right:.6rem!important;justify-content:flex-end}.table .tbody .svgArea{display:inline-block;color:var(--defaultRadioCheck)}.table .tbody .svgArea i{color:var(--defaultDisabledInput)}.table .tbody .svgArea2{display:inline-block}.table .tbody .svgArea2 p{margin:0}.table .tbody tr td .svgRow{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.table .tbody tr td .svgRow img{padding-top:2rem}.table .tbody tr td mat-radio-button{padding-left:2rem}.borderRadius6{border-radius:.6rem;border:.2rem solid var(--defaultBorder)}.permission-area .table .tbody tr td mat-checkbox label,.chart-config-permission-area .table .tbody tr td mat-checkbox label{padding-right:0}.table .tbody tr.highlightRow{background:var(--defaultBlue)}.table .tbody tr.trowInput .label{white-space:normal}.table .tbody tr.trowBoxInput{vertical-align:top;width:100%}.table .tbody tr.trowBoxInput td{white-space:normal}.table .tbody tr.trowBoxInput .label{white-space:normal;padding:.6rem 0}.table .tbody tr .label{width:18rem;text-align:left}.table .tbody tr .input{text-align:left;padding-right:1.5rem}.columnSeparator{width:2rem;background:var(--defaultBackground)}.rowAlign{position:relative;display:inline-flex;justify-content:center;align-items:center}.overflowTableArea .tableWrapper{height:100%;box-sizing:border-box;position:relative;padding:0 2rem 2rem}.overflowTableArea .tableWrapper.alignment{position:relative;box-sizing:border-box}.overflowTableArea .tableWrapper .tableBodyArea{grid-template-columns:repeat(12,1fr);grid-row:auto / auto;box-sizing:border-box;display:grid}.overflowTableArea .tableWrapper .tableBodyArea.alignment{grid-template-columns:repeat(15,1fr)}.overflowTableArea .tableWrapper .tableBodyArea.disabled,.overflowTableArea.disabled,.overflowTableAreaAbsolute.disabled{pointer-events:none;opacity:.5}.overflowTableArea .tableWrapper .tableBodyArea .table{padding:0;margin:0}.overflowTableArea .tableWrapper .tableBodyArea .pinned{grid-column:auto / span 3;box-sizing:border-box;margin-right:-.2rem}.overflowTableArea .tableWrapper .tableBodyArea .pinned.alignment{grid-column:auto / span 1}.overflowTableArea .tableWrapper .tableBodyArea .unpinned{grid-column:auto / span 8;box-sizing:border-box;overflow-y:hidden;overflow-x:hidden;position:relative;width:inherit}.overflowTableArea .tableWrapper .tableBodyArea .unpinned.noPinned{grid-column:auto / span 11}.overflowTableArea .tableWrapper .tableBodyArea .unpinned.alignment{grid-column:auto / span 13}.overflowTableArea .tableWrapper .tableBodyArea .action{grid-column:auto / span 1;box-sizing:border-box}.noBackground,.noHover.noBackground{background:transparent!important}.fixedButtonHeader{position:absolute;right:0;top:0}.radius-all-6{border-radius:.6rem!important}.radius-all-4{border-radius:.4rem!important}.radius-r-4{border-radius:0 .4rem .4rem 0!important}.radius-l-4{border-radius:.4rem 0 0 .4rem!important}.radius-r-6{border-radius:0 .6rem .6rem 0!important}.radius-l-6{border-radius:.6rem 0 0 .6rem!important}.noRadius{border-radius:0!important}.table.pinned.notFixed tr th:first-child,.table.pinned.notFixed tr td:first-child{border-radius:.4rem 0 0 .4rem!important}.table.pinned.notFixed tr th:last-child,.table.pinned.notFixed tr td:last-child{border-radius:0}.containTextFlow{text-overflow:ellipsis;overflow:hidden;width:100%;padding-right:1rem;display:flex}.assetSettings .inventoryTable .overflowTableArea{background:var(--defaultBackground);border:.2rem solid var(--defaultCardBorder)}.filterIcons{color:#fff;font-size:1.8rem;text-decoration:none;opacity:1!important;text-align:center}th .titleArea{display:flex}.repairTableArea .overflowTableArea{margin-bottom:2rem}.noWidth{width:unset!important}.width5p{min-width:5%;max-width:5%;width:5%}.width5pi{min-width:5%!important;max-width:5%!important;width:5%!important}.width7_5p{min-width:7.5%;max-width:7.5%;width:7.5%}.width7_5pi{min-width:7.5%!important;max-width:7.5%!important;width:7.5%!important}.width10p{min-width:10%;max-width:10%;width:10%}.width10pi{min-width:10%!important;max-width:10%!important;width:10%!important}.width15p{min-width:15%;max-width:15%;width:15%}.width15pi{min-width:15%!important;max-width:15%!important;width:15%!important}.width17p{min-width:17%;max-width:17%;width:17%}.width20p{min-width:20%;max-width:20%;width:20%}.width20pi{min-width:20%!important;max-width:20%!important;width:20%!important}.width25p{min-width:25%;max-width:25%;width:25%}.width25pi{min-width:25%!important;max-width:25%!important;width:25%!important}.width30p{min-width:30%;max-width:30%;width:30%}.width35p{min-width:35%;max-width:35%;width:35%}.width35pi{min-width:35%!important;max-width:35%!important;width:35%!important}.width40p{min-width:40%;max-width:40%;width:40%}.width40pi{min-width:40%!important;max-width:40%!important;width:40%!important}.width45p{min-width:45%;max-width:45%;width:45%}.width50p-1rem{min-width:calc(50% - 1rem);max-width:calc(50% - 1rem);width:calc(50% - 1rem)}.width50p{min-width:50%;max-width:50%;width:50%}.width60p{min-width:60%;max-width:60%;width:60%}.width65p{min-width:65%;max-width:65%;width:65%}.width70p{min-width:70%;max-width:70%;width:70%}.width70pi{min-width:70%!important;max-width:70%!important;width:70%!important}.width75p{min-width:75%;max-width:75%;width:75%}.width85p{min-width:85%;max-width:85%;width:85%}.width90p{min-width:90%;max-width:90%;width:90%}.width90pi{min-width:90%!important;max-width:90%!important;width:90%!important}.width92_5pi{min-width:92.5%!important;max-width:92.5%!important;width:92.5%!important}.width100p{min-width:100%;max-width:100%;width:100%}.width100p-2rem{min-width:calc(100% - 2rem);max-width:calc(100% - 2rem);width:calc(100% - 2rem)}.width4rem{width:4rem;max-width:4rem;min-width:4rem}.width5remi{width:5rem!important;max-width:5rem!important;min-width:5rem!important}.width8rem{width:8rem;max-width:8rem;min-width:8rem}.width9rem{width:9rem;max-width:9rem;min-width:9rem}.width10rem{width:10rem;max-width:10rem;min-width:10rem}.width10remi{width:10rem!important;max-width:10rem!important;min-width:10rem!important}.width11rem{width:11rem;max-width:11rem;min-width:11rem}.width13rem{width:13rem;max-width:13rem;min-width:13rem}.width15rem{width:15rem;max-width:15rem;min-width:15rem}.width20rem{width:20rem;max-width:20rem;min-width:20rem}.width25rem{width:25rem;max-width:25rem;min-width:25rem}.width30rem{width:30rem;max-width:30rem;min-width:30rem}.width30remi{width:30rem!important;max-width:30rem!important;min-width:30rem!important}.width40rem{width:40rem;max-width:40rem;min-width:40rem}.width40remi{width:40rem!important;max-width:40rem!important;min-width:40rem!important}.width45rem{width:45rem;max-width:45rem;min-width:45rem}@font-face{font-family:DOT-gis-icon-set-R1_7;src:url(DOT-gis-icon-set-R1_7.eot?5k8ij6);src:url(DOT-gis-icon-set-R1_7.eot?5k8ij6#iefix) format("embedded-opentype"),url(DOT-gis-icon-set-R1_7.ttf?5k8ij6) format("truetype"),url(DOT-gis-icon-set-R1_7.woff?5k8ij6) format("woff"),url(DOT-gis-icon-set-R1_7.svg?5k8ij6#DOT-gis-icon-set-R1_7) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=dot-],[class*=" dot-"]{font-family:DOT-gis-icon-set-R1_7,serif!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dot-Equipments-GIS-ico-1:before{content:"\e737"}.dot-Land-Improvement-GIS-ico-1:before{content:"\e738"}.dot-Bus-Shelter-GIS-ico-1:before{content:"\e739"}.dot-Bus-Terminal-GIS-ico-1:before{content:"\e73a"}.dot-Public-Parking-GIS-ico-1:before{content:"\e73b"}.dot-Subway-Streetcar-GIS-ico-1:before{content:"\e73c"}.dot-Ball-Fields-Diamonds-GIS-ico-1:before{content:"\e73d"}.dot-Bench-GIS-ico-1:before{content:"\e73e"}.dot-Bleachers-GIS-ico-1:before{content:"\e73f"}.dot-Cycle-Stand-GIS-ico-1:before{content:"\e740"}.dot-Grass-Path-GIS-ico-1:before{content:"\e741"}.dot-Paved-Path-GIS-ico-1:before{content:"\e742"}.dot-Playgrounds-GIS-ico-1:before{content:"\e743"}.dot-Recreational-Facilities-GIS-ico-1:before{content:"\e744"}.dot-Trees-GIS-ico-1:before{content:"\e745"}.dot-Vehicles-GIS-ico-1:before{content:"\e746"}.dot-Building-GIS-ico-1:before{content:"\e747"}.dot-Community-Centre-GIS-ico-1:before{content:"\e748"}.dot-Fire-Stations-GIS-ico-1:before{content:"\e749"}.dot-Garage-GIS-ico-1:before{content:"\e74a"}.dot-Hospitals-GIS-ico-1:before{content:"\e74b"}.dot-Museum-GIS-ico-1:before{content:"\e74c"}.dot-Police-Department-GIS-ico-1:before{content:"\e74d"}.dot-Public-Parking-GIS-ico-11:before{content:"\e74e"}.dot-Recreational-Facilities-GIS-ico-11:before{content:"\e74f"}.dot-Salt-Dome-GIS-ico-1:before{content:"\e750"}.dot-Storage-GIS-ico-1:before{content:"\e751"}.dot-Town-City-Hall-GIS-ico-1:before{content:"\e752"}.dot-Waste-Facilities-GIS-ico-1:before{content:"\e753"}.dot-Bridges-GIS-ico-1:before{content:"\e754"}.dot-Culverts-GIS-ico-1:before{content:"\e755"}.dot-Retaining-Walls-GIS-ico-1:before{content:"\e756"}.dot-Tunnels-GIS-ico-1:before{content:"\e757"}.dot-Casing-GIS-ico-1:before{content:"\e758"}.dot-Catchbasin-Lead-GIS-ico-1:before{content:"\e759"}.dot-Catch-Basins-GIS-ico-1:before{content:"\e75a"}.dot-Cleanout-GIS-ico-1:before{content:"\e75b"}.dot-Detention-Ponds-GIS-ico-1:before{content:"\e75c"}.dot-Headwall-GIS-ico-1:before{content:"\e75d"}.dot-Outfall-GIS-ico-1:before{content:"\e75e"}.dot-Ponds-GIS-ico-1:before{content:"\e75f"}.dot-Casing-GIS-ico-11:before{content:"\e760"}.dot-Hydrants-GIS-ico-1:before{content:"\e761"}.dot-Inland-Water-GIS-ico-1:before{content:"\e762"}.dot-Water-Chamber-GIS-ico-1:before{content:"\e763"}.dot-Water-Chambers-GIS-ico-1:before{content:"\e764"}.dot-Watercourse-GIS-ico-1:before{content:"\e765"}.dot-Water-Devices-GIS-ico-1:before{content:"\e766"}.dot-Water-Meters-GIS-ico-1:before{content:"\e767"}.dot-Water-Reservoirs-GIS-ico-1:before{content:"\e768"}.dot-Water-Tank-GIS-ico-1:before{content:"\e769"}.dot-Manholes-GIS-ico-1:before{content:"\e76a"}.dot-Pumping-Station-GIS-ico-1:before{content:"\e76b"}.dot-Treatment-Plants-GIS-ico-1:before{content:"\e76c"}.dot-Valves-GIS-ico-1:before{content:"\e76d"}.dot-Signal-Control-Box-GIS-ico-1:before{content:"\e76e"}.dot-Signs-GIS-ico-1:before{content:"\e76f"}.dot-Street-Lighting-System-GIS-ico-1:before{content:"\e770"}.dot-Traffic-Signal-System-GIS-ico-1:before{content:"\e771"}.dot-line-5px-GIS-ico-1:before{content:"\e772"}.dot-line-3px-GIS-ico-1:before{content:"\e773"}.dot-line-2px-GIS-ico-1:before{content:"\e774"}.dot-dotted-4px-GIS-ico-1:before{content:"\e775"}.dot-dotted-2px-GIS-ico-1:before{content:"\e776"}.dot-Hydrant-Lead-GIS-ico-1:before{content:"\e700"}.dot-Cells-GIS-ico-1:before{content:"\e777"}.dot-Channels-GIS-ico-1:before{content:"\e778"}.dot-LID-GIS-ico-1:before{content:"\e779"}.dot-OGS-GIS-ico-1:before{content:"\e780"}.dot-Inlet-Outlet-GIS-ico-1:before{content:"\e781"}.dot-Others-GIS-ico-1:before{content:"\e900"}.dot-Shape-GIS-ico-1:before{content:"\e701"}.dot-Guiderails-Fence-GIS-ico-active-1:before{content:"\e901"}.dot-Pedestrian-Crossing-GIS-ico-active-1:before{content:"\e702"}.dot-Traffic-Calming-GIS-ico-active-1:before{content:"\e703"}.dot-Bulk-Water-Station-GIS-ico-active-1:before{content:"\e704"}.dot-Sampling-Station-GIS-ico-active-1:before{content:"\e705"}.dot-Autoflasher-GIS-ico-active-1:before{content:"\e711"}@font-face{font-family:DOT-icon-set-R1_34;src:url(DOT-icon-set-R1_34.eot?ecn851);src:url(DOT-icon-set-R1_34.eot?ecn851#iefix) format("embedded-opentype"),url(DOT-icon-set-R1_34.ttf?ecn851) format("truetype"),url(DOT-icon-set-R1_34.woff?ecn851) format("woff"),url(DOT-icon-set-R1_34.svg?ecn851#DOT-icon-set-R1_34) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=dot-],[class*=" dot-"]{font-family:DOT-icon-set-R1_34!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dot-bullet-ico-1:before{content:"\e900"}.dot-bullet-ico-2:before{content:"\e901"}.dot-warning-ico-1:before{content:"\e902"}.dot-edit-ico-1:before{content:"\e903"}.dot-delete-ico-1:before{content:"\e904"}.dot-duplicate-ico-1:before{content:"\e905"}.dot-esri-ico-1:before{content:"\e906"}.dot-excel-ico-1:before{content:"\e907"}.dot-import-ico-1:before{content:"\e908"}.dot-decrease-ico-1:before{content:"\e909"}.dot-increase-ico-1:before{content:"\e90a"}.dot-open-ico-1:before{content:"\e90b"}.dot-previous-ico-1:before{content:"\e90c"}.dot-next-ico-1:before{content:"\e90d"}.dot-start-ico-1:before{content:"\e90e"}.dot-end-ico-1:before{content:"\e90f"}.dot-descending-ico-1:before{content:"\e910"}.dot-ascending-ico-1:before{content:"\e911"}.dot-refresh-ico-1:before{content:"\e912"}.dot-close-ico-1:before{content:"\e913"}.dot-tick-ico-1:before{content:"\e914"}.dot-description-ico-1:before{content:"\e915"}.dot-transportation-ico-1:before{content:"\e916"}.dot-structure-ico-1:before{content:"\e917"}.dot-waste-water-ico-1:before{content:"\e918"}.dot-water-ico-1:before{content:"\e919"}.dot-network-ico-1:before{content:"\e91a"}.dot-gis-view-ico-1:before{content:"\e91b"}.dot-inventory-ico-1:before{content:"\e91c"}.dot-assets-ico-1:before{content:"\e91d"}.dot-reports-ico-1:before{content:"\e91e"}.dot-settings-ico-1:before{content:"\e91f"}.dot-admin-ico-1:before{content:"\e920"}.dot-news-ico-1:before{content:"\e921"}.dot-preference-ico-1:before{content:"\e922"}.dot-help-ico-1:before{content:"\e923"}.dot-full-screen-ico-1:before{content:"\e924"}.dot-add-ico-1:before{content:"\e925"}.dot-description-enabled-ico-1:before{content:"\e926"}.dot-filter-ico-1:before{content:"\e927"}.dot-history-ico-1:before{content:"\e928"}.dot-history-ico-enabled-1:before{content:"\e92b"}.dot-notes-ico-1:before{content:"\e929"}.dot-notes-enabled-ico-1:before{content:"\e92a"}.dot-stormwater-ico-1:before{content:"\e92c"}.dot-facilities-ico-1:before{content:"\e92d"}.dot-fleet-ico-1:before{content:"\e92e"}.dot-parks-ico-1:before{content:"\e92f"}.dot-public-transit-ico-1:before{content:"\e930"}.dot-others-ico-1:before{content:"\e931"}.dot-reset-ico-1:before{content:"\e932"}.dot-play-ico-1:before{content:"\e933"}.dot-info-ico-1:before{content:"\e934";color:#325ae4}.dot-expand-view-ico-1:before{content:"\e935"}.dot-default-view-ico-1:before{content:"\e936"}.dot-notification-ico-1:before{content:"\e937"}.dot-table-ico-1:before{content:"\e938"}.dot-map-ico-1:before{content:"\e939"}.dot-save-ico-1:before{content:"\e93a"}.dot-order-ico-1:before{content:"\e93b"}.dot-collapsed-ico-1:before{content:"\e93c"}.dot-expanded-ico-1:before{content:"\e93d"}.dot-transportation-s-ico-1:before{content:"\e93e"}.dot-waste-water-s-ico-1:before{content:"\e93f"}.dot-water-s-ico-1:before{content:"\e940"}.dot-stormwater-s-ico-1:before{content:"\e941"}.dot-structure-s-ico-1:before{content:"\e942"}.dot-facilities-s-ico-1:before{content:"\e943"}.dot-fleet-s-ico-1:before{content:"\e944"}.dot-parks-s-ico-1:before{content:"\e945"}.dot-public-transit-s-ico-1:before{content:"\e946"}.dot-others-s-ico-1:before{content:"\e947"}.dot-workplan-ico-1:before{content:"\e948"}.dot-acc-collapse-ico-1:before{content:"\e949"}.dot-grid-ico-1:before{content:"\e94a"}.dot-doc-ico-1:before{content:"\e94b";color:#385daf}.dot-excel-ico-2:before{content:"\e94c";color:#1bab6d}.dot-pdf-ico-1:before{content:"\e94d";color:#ea164d}.dot-photo-ico-1:before{content:"\e94e";color:#7a20e9}.dot-video-ico-1:before{content:"\e94f";color:#be234b}.dot-less-ico-1:before{content:"\e950"}.dot-calender-ico-1:before{content:"\e951"}.dot-greater-ico-1:before{content:"\e952"}.dot-side-by-side-ico-1:before{content:"\e955"}.dot-upload-ico-1:before{content:"\e956"}.dot-download-ico-1:before{content:"\e957"}.dot-assets-filter-ico-1:before{content:"\e954"}.dot-assets-filter-ico-6:before{content:"\e953"}.dot-assets-filter-ico-7:before{content:"\e958"}.dot-undock-ico-1:before{content:"\e959"}.dot-zoom-in-ico-1:before{content:"\e95a"}.dot-acc-close-ico-1:before{content:"\e95b"}.dot-railtrack-ico-1:before{content:"\e95c"}.dot-org-ico-1:before{content:"\e95d"}.dot-lock-ico-1:before{content:"\e95e"}.dot-custom-ico-1:before{content:"\e95f"}.dot-arcgis-publish-ico-1:before{content:"\e96a"}.dot-print-ico-1:before{content:"\e96b"}.dot-zoom-in-ico-2:before{content:"\e96c"}.dot-zoom-out-ico-1:before{content:"\e96d"}.dot-basemap-ico-1:before{content:"\e96e"}.dot-warning-ico-2:before{content:"\e96f"}.dot-folder-closed-ico-1:before{content:"\e960"}.dot-folder-open-ico-1:before{content:"\e961"}.dot-invert-select-ico-1:before{content:"\e962"}.dot-only-selected-ico-1:before{content:"\e963"}.dot-repair-history-ico-1:before{content:"\e964"}.dot-workorder-ico-1:before{content:"\e965"}.dot-workplan-ico-4:before{content:"\e966"}.dot-workplan-ico-5:before{content:"\e967"}.dot-settings-ico-3:before{content:"\e968"}.dot-view-ico-1:before{content:"\e969"}.dot-selection-free-ico-1:before{content:"\e970"}.dot-selection-default-ico-1:before{content:"\e971"}.dot-selection-abstract-ico-1:before{content:"\e972"}.dot-selection-circle-ico-1:before{content:"\e973"}.dot-selection-square-ico-1:before{content:"\e974"}.dot-apps-ico-1:before{content:"\e975"}.dot-cw-ico-1:before{content:"\e976"}.dot-cw-ico-2:before{content:"\e977"}.dot-close-proj-ico-1:before{content:"\e978"}.dot-credentials-ico-1:before{content:"\e979"}.dot-mapping-ico-1:before{content:"\e97a"}.dot-arcgis-sso-ico-1:before{content:"\e97b"}.dot-arcgis-api-ico-1:before{content:"\e97c"}.dot-power-bi-ico-1:before{content:"\e97d"}.dot-hierarchy-ico-1:before{content:"\e97e"}.dot-query-filter-ico-1:before{content:"\e97f"}.dot-pop-pointer-ico-1:before{content:"\e980"}.dot-pop-pointer-ico-2:before{content:"\e981"}.dot-tick-ico-2:before{content:"\e982"}.dot-close-ico-2:before{content:"\e983"}.dot-selection-lasso-ico-1:before{content:"\e984"}.dot-project-alignment-ico-1:before{content:"\e985"}.dot-sso-login-ico-1:before{content:"\e986"}
