:root{--sk-size:40px;--sk-color:#333}.sk-center{margin:auto}.sk-plane{width:var(--sk-size);height:var(--sk-size);background-color:var(--sk-color);animation:sk-plane 1.2s ease-in-out infinite}@keyframes sk-plane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}to{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-chase{width:var(--sk-size);height:var(--sk-size);position:relative;animation:sk-chase 2.5s linear infinite both}.sk-chase-dot{width:100%;height:100%;position:absolute;left:0;top:0;animation:sk-chase-dot 2s ease-in-out infinite both}.sk-chase-dot:before{content:"";display:block;width:25%;height:25%;background-color:var(--sk-color);border-radius:100%;animation:sk-chase-dot-before 2s ease-in-out infinite both}.sk-chase-dot:first-child{animation-delay:-1.1s}.sk-chase-dot:nth-child(2){animation-delay:-1s}.sk-chase-dot:nth-child(3){animation-delay:-.9s}.sk-chase-dot:nth-child(4){animation-delay:-.8s}.sk-chase-dot:nth-child(5){animation-delay:-.7s}.sk-chase-dot:nth-child(6){animation-delay:-.6s}.sk-chase-dot:first-child:before{animation-delay:-1.1s}.sk-chase-dot:nth-child(2):before{animation-delay:-1s}.sk-chase-dot:nth-child(3):before{animation-delay:-.9s}.sk-chase-dot:nth-child(4):before{animation-delay:-.8s}.sk-chase-dot:nth-child(5):before{animation-delay:-.7s}.sk-chase-dot:nth-child(6):before{animation-delay:-.6s}@keyframes sk-chase{to{transform:rotate(1turn)}}@keyframes sk-chase-dot{80%,to{transform:rotate(1turn)}}@keyframes sk-chase-dot-before{50%{transform:scale(.4)}0%,to{transform:scale(1)}}.sk-bounce{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-bounce-dot{width:100%;height:100%;border-radius:50%;background-color:var(--sk-color);opacity:.6;position:absolute;top:0;left:0;animation:sk-bounce 2s cubic-bezier(.455,.03,.515,.955) infinite}.sk-bounce-dot:nth-child(2){animation-delay:-1s}@keyframes sk-bounce{0%,to{transform:scale(0)}45%,55%{transform:scale(1)}}.sk-wave{width:var(--sk-size);height:var(--sk-size);display:flex;justify-content:space-between}.sk-wave-rect{background-color:var(--sk-color);height:100%;width:15%;animation:sk-wave 1.2s ease-in-out infinite}.sk-wave-rect:first-child{animation-delay:-1.2s}.sk-wave-rect:nth-child(2){animation-delay:-1.1s}.sk-wave-rect:nth-child(3){animation-delay:-1s}.sk-wave-rect:nth-child(4){animation-delay:-.9s}.sk-wave-rect:nth-child(5){animation-delay:-.8s}@keyframes sk-wave{0%,40%,to{transform:scaleY(.4)}20%{transform:scaleY(1)}}.sk-pulse{width:var(--sk-size);height:var(--sk-size);background-color:var(--sk-color);border-radius:100%;animation:sk-pulse 1.2s cubic-bezier(.455,.03,.515,.955) infinite}@keyframes sk-pulse{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}.sk-flow{width:calc(var(--sk-size) * 1.3);height:calc(var(--sk-size) * 1.3);display:flex;justify-content:space-between}.sk-flow-dot{width:25%;height:25%;background-color:var(--sk-color);border-radius:50%;animation:sk-flow 1.4s cubic-bezier(.455,.03,.515,.955) 0s infinite both}.sk-flow-dot:first-child{animation-delay:-.3s}.sk-flow-dot:nth-child(2){animation-delay:-.15s}@keyframes sk-flow{0%,80%,to{transform:scale(.3)}40%{transform:scale(1)}}.sk-swing{width:var(--sk-size);height:var(--sk-size);position:relative;animation:sk-swing 1.8s linear infinite}.sk-swing-dot{width:45%;height:45%;position:absolute;top:0;left:0;right:0;margin:auto;background-color:var(--sk-color);border-radius:100%;animation:sk-swing-dot 2s ease-in-out infinite}.sk-swing-dot:nth-child(2){top:auto;bottom:0;animation-delay:-1s}@keyframes sk-swing{to{transform:rotate(1turn)}}@keyframes sk-swing-dot{0%,to{transform:scale(.2)}50%{transform:scale(1)}}.sk-circle{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-circle-dot{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle-dot:before{content:"";display:block;width:15%;height:15%;background-color:var(--sk-color);border-radius:100%;animation:sk-circle 1.2s ease-in-out infinite both}.sk-circle-dot:first-child{transform:rotate(30deg)}.sk-circle-dot:nth-child(2){transform:rotate(60deg)}.sk-circle-dot:nth-child(3){transform:rotate(90deg)}.sk-circle-dot:nth-child(4){transform:rotate(120deg)}.sk-circle-dot:nth-child(5){transform:rotate(150deg)}.sk-circle-dot:nth-child(6){transform:rotate(180deg)}.sk-circle-dot:nth-child(7){transform:rotate(210deg)}.sk-circle-dot:nth-child(8){transform:rotate(240deg)}.sk-circle-dot:nth-child(9){transform:rotate(270deg)}.sk-circle-dot:nth-child(10){transform:rotate(300deg)}.sk-circle-dot:nth-child(11){transform:rotate(330deg)}.sk-circle-dot:first-child:before{animation-delay:-1.1s}.sk-circle-dot:nth-child(2):before{animation-delay:-1s}.sk-circle-dot:nth-child(3):before{animation-delay:-.9s}.sk-circle-dot:nth-child(4):before{animation-delay:-.8s}.sk-circle-dot:nth-child(5):before{animation-delay:-.7s}.sk-circle-dot:nth-child(6):before{animation-delay:-.6s}.sk-circle-dot:nth-child(7):before{animation-delay:-.5s}.sk-circle-dot:nth-child(8):before{animation-delay:-.4s}.sk-circle-dot:nth-child(9):before{animation-delay:-.3s}.sk-circle-dot:nth-child(10):before{animation-delay:-.2s}.sk-circle-dot:nth-child(11):before{animation-delay:-.1s}@keyframes sk-circle{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.sk-circle-fade{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-circle-fade-dot{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle-fade-dot:before{content:"";display:block;width:15%;height:15%;background-color:var(--sk-color);border-radius:100%;animation:sk-circle-fade 1.2s ease-in-out infinite both}.sk-circle-fade-dot:first-child{transform:rotate(30deg)}.sk-circle-fade-dot:nth-child(2){transform:rotate(60deg)}.sk-circle-fade-dot:nth-child(3){transform:rotate(90deg)}.sk-circle-fade-dot:nth-child(4){transform:rotate(120deg)}.sk-circle-fade-dot:nth-child(5){transform:rotate(150deg)}.sk-circle-fade-dot:nth-child(6){transform:rotate(180deg)}.sk-circle-fade-dot:nth-child(7){transform:rotate(210deg)}.sk-circle-fade-dot:nth-child(8){transform:rotate(240deg)}.sk-circle-fade-dot:nth-child(9){transform:rotate(270deg)}.sk-circle-fade-dot:nth-child(10){transform:rotate(300deg)}.sk-circle-fade-dot:nth-child(11){transform:rotate(330deg)}.sk-circle-fade-dot:first-child:before{animation-delay:-1.1s}.sk-circle-fade-dot:nth-child(2):before{animation-delay:-1s}.sk-circle-fade-dot:nth-child(3):before{animation-delay:-.9s}.sk-circle-fade-dot:nth-child(4):before{animation-delay:-.8s}.sk-circle-fade-dot:nth-child(5):before{animation-delay:-.7s}.sk-circle-fade-dot:nth-child(6):before{animation-delay:-.6s}.sk-circle-fade-dot:nth-child(7):before{animation-delay:-.5s}.sk-circle-fade-dot:nth-child(8):before{animation-delay:-.4s}.sk-circle-fade-dot:nth-child(9):before{animation-delay:-.3s}.sk-circle-fade-dot:nth-child(10):before{animation-delay:-.2s}.sk-circle-fade-dot:nth-child(11):before{animation-delay:-.1s}@keyframes sk-circle-fade{0%,39%,to{opacity:0;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.sk-grid{width:var(--sk-size);height:var(--sk-size)}.sk-grid-cube{width:33.33%;height:33.33%;background-color:var(--sk-color);float:left;animation:sk-grid 1.3s ease-in-out infinite}.sk-grid-cube:first-child{animation-delay:.2s}.sk-grid-cube:nth-child(2){animation-delay:.3s}.sk-grid-cube:nth-child(3){animation-delay:.4s}.sk-grid-cube:nth-child(4){animation-delay:.1s}.sk-grid-cube:nth-child(5){animation-delay:.2s}.sk-grid-cube:nth-child(6){animation-delay:.3s}.sk-grid-cube:nth-child(7){animation-delay:0s}.sk-grid-cube:nth-child(8){animation-delay:.1s}.sk-grid-cube:nth-child(9){animation-delay:.2s}@keyframes sk-grid{0%,70%,to{transform:scaleX(1)}35%{transform:scale3D(0,0,1)}}.sk-fold{width:var(--sk-size);height:var(--sk-size);position:relative;transform:rotate(45deg)}.sk-fold-cube{float:left;width:50%;height:50%;position:relative;transform:scale(1.1)}.sk-fold-cube:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--sk-color);animation:sk-fold 2.4s linear infinite both;transform-origin:100% 100%}.sk-fold-cube:nth-child(2){transform:scale(1.1) rotate(90deg)}.sk-fold-cube:nth-child(4){transform:scale(1.1) rotate(180deg)}.sk-fold-cube:nth-child(3){transform:scale(1.1) rotate(270deg)}.sk-fold-cube:nth-child(2):before{animation-delay:.3s}.sk-fold-cube:nth-child(4):before{animation-delay:.6s}.sk-fold-cube:nth-child(3):before{animation-delay:.9s}@keyframes sk-fold{0%,10%{transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{transform:perspective(140px) rotateX(0);opacity:1}90%,to{transform:perspective(140px) rotateY(180deg);opacity:0}}.sk-wander{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-wander-cube{background-color:var(--sk-color);width:20%;height:20%;position:absolute;top:0;left:0;--sk-wander-distance:calc(var(--sk-size) * 0.75);animation:sk-wander 2s ease-in-out -2s infinite both}.sk-wander-cube:nth-child(2){animation-delay:-.5s}.sk-wander-cube:nth-child(3){animation-delay:-1s}@keyframes sk-wander{0%{transform:rotate(0)}25%{transform:translateX(var(--sk-wander-distance)) rotate(-90deg) scale(.6)}50%{transform:translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg)}50.1%{transform:translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg)}75%{transform:translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(.6)}to{transform:rotate(-1turn)}}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial}code,kbd,pre,samp{font-family:monospace,monospace}code,kbd,samp{font-size:1em}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}details{display:block}template{display:none}
/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */html{-webkit-text-size-adjust:100%;word-break:normal;tab-size:4}*,:after,:before{background-repeat:no-repeat}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0}details,main{display:block}summary{display:list-item}small{font-size:80%}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}a{background-color:initial}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer;color:inherit}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:initial;border-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:initial}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 3px rgba(0,126,255,.1)}.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}.ng-select .ng-has-value .ng-placeholder{display:none}.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,.06)}.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}[dir=rtl] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}.ng-select.ng-select-single .ng-select-container{height:36px}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;background-color:#ebf5ff;border-radius:2px;margin-right:5px}[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon,.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}.ng-select .ng-clear-wrapper{color:#999}.ng-select .ng-clear-wrapper:hover .ng-clear{color:#d0021b}.ng-select .ng-spinner-zone{padding:5px 5px 0 0}[dir=rtl] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}[dir=rtl] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.06);left:0}.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,.54);cursor:pointer}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{background-color:#ebf5ff;font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,.87);padding:8px 10px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}[dir=rtl] .ng-dropdown-panel{direction:rtl;text-align:right}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{height:15px;bottom:0}.ps__rail-x,.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;position:absolute}.ps__rail-y{width:15px;right:0}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:initial}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{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}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{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}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:Open-Sans-Regular;src:url(/preventon-common-assets/fonts/open-sans/OpenSans-Regular.eot?#iefix) format("embedded-opentype"),url(/preventon-common-assets/fonts/open-sans/OpenSans-Regular.eot) format("embedded-opentype"),url(/preventon-common-assets/fonts/open-sans/OpenSans-Regular.woff2) format("woff2"),url(/preventon-common-assets/fonts/open-sans/OpenSans-Regular.woff) format("woff"),url(/preventon-common-assets/fonts/open-sans/OpenSans-Regular.ttf) format("truetype"),url(/preventon-common-assets/fonts/open-sans/OpenSans-Regular.otf) format("opentype")}@font-face{font-family:Open-Sans-Bold;src:url(/preventon-common-assets/fonts/open-sans/OpenSans-Bold.eot) format("embedded-opentype"),url(/preventon-common-assets/fonts/open-sans/OpenSans-Bold.eot?#iefix) format("embedded-opentype"),url(/preventon-common-assets/fonts/open-sans/OpenSans-Bold.woff2) format("woff2"),url(/preventon-common-assets/fonts/open-sans/OpenSans-Bold.woff) format("woff"),url(/preventon-common-assets/fonts/open-sans/OpenSans-Bold.ttf) format("truetype"),url(/preventon-common-assets/fonts/open-sans/OpenSans-Bold.otf) format("opentype")}:root{--pon-image-wrapper__border-color:#fff;--pon-active-state--active--background-color:#8dbe22;--pon-active-state--inactive--background-color:#d60036;--pon-meta-header--color:#333;--pon-meta-header--background-color:#8dbe22;--pon-meta-header--height:50px;--pon-meta-header__icon-button--background-color:transparent;--pon-meta-header__icon-button--hover-background-color:#c1dc86;--pon-meta-header__icon-button--active-background-color:#fff;--pon-meta-header__icon--color:#333;--pon-meta-header__pon-active-state--border-color:#fff;--pon-page-container__mat-drawer-backdrop--background-color:rgba(0,0,0,0.4);--pon-page-container__navigation-close--z-index:1400;--pon-page-container__navigation-close--background-color:#fff;--pon-main-navigation__header--height:80px;--pon-main-navigation__header--width:270px;--pon-main-navigation__link--color:#333;--pon-main-navigation__link-hover--color:#333;--pon-main-navigation__link-active--background-color:#f2f9e5;--pon-main-navigation__link-before--background-color:#8dbe22;--pon-footer--background-color:#333;--pon-footer--color:#fff;--pon-footer--min-height:70px;--pon-card--background-color:#fff;--pon-card--border-radius:4px;--pon-detail-info-list__container--border-bottom-color:#e0e0e0;--pon-detail-info-list__value--color:#333;--pon-wizard-container__mat-sidenav-content--background-color:#e7ecf0;--pon-wizard-header--height:60px;--pon-wizard-header--color:#fff;--pon-wizard-header--background-color:#11486d;--pon-wizard-header--z-index:1500;--pon-wizard-mobile-header--height:50px;--pon-wizard-mobile-header--background-color:#fff;--pon-wizard-mobile-header__step-svg--selected--fill:var(--pon-wizard-sidebar__li-svg--selected--fill);--pon-wizard-mobile-header__step-svg--is-upfront--color:var(--pon-wizard-sidebar__step--is-upfront--color);--pon-wizard-mobile-header__line--background-color:#8dbe22;--pon-wizard-mobile-header--z-index:1400;--pon-wizard-sidebar__step--background-color--is-checked:#e8f7c6;--pon-wizard-sidebar__step__icon--color--is-checked:#8dbe22;--pon-wizard-sidebar--background-color:#11486d;--pon-wizard-sidebar__li-svg--fill:#e0e0e0;--pon-wizard-sidebar__li-svg--selected--fill:#8dbe22;--pon-wizard-sidebar__step--is-upfront--color:#bdbdbd;--pon-wizard-stepper--background-color:#fff;--pon-cpc-radio-button--color:#333;--pon-cpc-radio-button--border:#828282;--pon-cpc-radio-button--hover:#8dbe22;--pon-cpc-radio-button--selected:#8dbe22;--pon-cpc-radio-button--disabled:#828282;--pon-cpc-radio-button--error:#d60036;--pon-cpc-radio-button--disabled-checked-bg:#e9e9e9;--pon-floating-button--size:60px;--pon-floating-button--right:30px;--pon-floating-button--bottom:30px;--cropper-overlay-color:#fff;--cropper-outline-color:rgba(0,0,0,0.5);--sk-color:#8dbe22;--sk-size:97px;--pon-grid-min-width:966px;--pon-grid-max-width:1218px;--pon-grid-offset:30px;--pon-grid-offset--mobile:20px;--pon-icon-color:#8dbe22}.toast-container.toast-top-right{top:30px;right:30px}.toast-container.toast-top-right .cpc-toaster .toaster-status{margin:0 30px 0 15px}.toast-container.toast-top-right .cpc-toaster .toaster-status svg{height:24px!important;width:24px!important}.toast-container.toast-top-right .cpc-toaster .toaster-content{padding-right:45px}.toast-container.toast-top-right .cpc-toaster .toaster-content span{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-size:1.1428571429rem;line-height:1.25}.toast-container.toast-top-right .cpc-toaster .toaster-content p{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-size:1rem;line-height:1.2857142857;margin-top:10px}.toast-container.toast-top-right .cpc-toaster .close-toaster{right:20px;top:50%;transform:translateY(-50%);color:#333}.toast-container.toast-top-right .cpc-toaster .close-toaster:active,.toast-container.toast-top-right .cpc-toaster .close-toaster:focus,.toast-container.toast-top-right .cpc-toaster .close-toaster:hover{color:#828282}.mat-drawer-container,.mat-drawer-content{z-index:auto!important}.mat-drawer{z-index:2000!important}.mat-drawer-backdrop{z-index:1300!important}.cdk-overlay-container{z-index:3000!important}[mat-table]{width:100%}[mat-table] button{justify-content:start}[mat-table] .mat-column-actions{min-width:110px}[mat-table] [mat-header-cell]{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-size:1rem;line-height:1.2857142857;z-index:2!important}[mat-table] [mat-cell]{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-size:1rem;line-height:1.2857142857}[mat-table] [mat-cell] a:not(:disabled):not(.disabled){color:#333}[mat-table] [mat-cell],[mat-table] [mat-header-cell]{vertical-align:middle}[mat-table] [mat-cell]:not(.mat-column-actions),[mat-table] [mat-header-cell]:not(.mat-column-actions){padding-right:30px;word-break:break-word;min-width:200px}[mat-table] button:disabled,[mat-table] button:hover,mat-paginator button:disabled,mat-paginator button:hover{background-color:initial}mat-paginator{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-size:1rem;line-height:1.2857142857;border-top:1px solid #e8f7c6}mat-paginator .mat-paginator-page-size-label{color:#333!important}body.pon-app .cpc-more-actions--disabled>*{pointer-events:none}body.pon-app .cpc-more-actions--disabled>* svg{fill:#828282}body.pon-app .cpc-dropdown:not(.cpc-dropdown--searchable) .ng-select .ng-select-container .ng-value-container .ng-placeholder{overflow:hidden;text-overflow:ellipsis}body.pon-app .cpc-dropdown:not(.cpc-dropdown--searchable) .ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option-marked{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-size:.8571428571rem;line-height:1.3333333333}body.pon-app cpc-checkbox .cpc-checkbox:hover .label-container:not(.label-container--disabled) label{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-size:1rem;line-height:1.2857142857;color:#333}body.pon-app .cpc-radio-button-tile.input--checked{box-shadow:0 0 8px 0 rgba(0,0,0,.2);border:none!important;background-color:#e8f7c6}body.pon-app cpc-icon-button:hover,body.pon-app cpc-upload-button button{color:#333}body.pon-app cpc-radio-button .cpc-radio-button .input-container,body.pon-app cpc-radio-button .cpc-radio-button .input-container .input,body.pon-app cpc-radio-button .cpc-radio-button .input-container input{width:24px!important;height:24px!important}body.pon-app cpc-radio-button .cpc-radio-button .input-container .input{border:1px solid #828282}body.pon-app cpc-radio-button .cpc-radio-button .input-container .input--checked{border:7px solid #8dbe22!important}body.pon-app cpc-radio-button .cpc-radio-button .label-container label{color:#333}body.pon-app cpc-radio-button .cpc-radio-button:hover .input-container .input{border-color:#8dbe22}body.pon-app cpc-radio-button .cpc-radio-button:hover .label-container:not(.disabled) label{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-size:1rem;line-height:1.2857142857;color:#333;font-weight:400}a{outline:none}.pon-container,.pon-container-fluid{width:100%;min-width:var(--pon-grid-min-width);max-width:var(--pon-grid-max-width);margin:0 auto;padding-right:var(--pon-grid-offset);padding-left:var(--pon-grid-offset)}.pon-container-fluid{min-width:auto}@media (max-width:1023.98px){.pon-container-fluid{padding-left:var(--pon-grid-offset--mobile);padding-right:var(--pon-grid-offset--mobile)}}.pon-form cpc-checkbox,.pon-form cpc-dropdown,.pon-form cpc-input-field,.pon-form cpc-radio-button{margin-bottom:30px}.pon-form cpc-checkbox{display:block}.pon-form cpc-required-mark,.pon-form label{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-size:.8571428571rem;line-height:1.3333333333}.pon-form label{display:inline-block;margin-bottom:4px;color:#333}.pon-form cpc-required-mark{margin-left:5px}.pon-disc-list{list-style:disc;padding-left:18px}.pon-disc-list li{list-style-type:disc}.pon-icon svg{fill:var(--pon-icon-color)}body,html{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-size:1rem;line-height:1.2857142857}.pon-link:hover{text-decoration:underline}.pon-headline1,h1{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-size:2rem;line-height:1.2142857143}.pon-headline2,h2{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif}.pon-headline2,.pon-headline2-b,h2{font-size:1.5714285714rem;line-height:1.2727272727}.pon-headline2-b{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif}.pon-headline3,h3{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif}.pon-headline3,.pon-headline3-b,h3{font-size:1.2857142857rem;line-height:1.3333333333}.pon-headline3-b{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif}.pon-headline4,h4{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif}.pon-headline4,.pon-headline4-b,h4{font-size:1.1428571429rem;line-height:1.25}.pon-headline4-b,.pon-headline5-b,h5{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif}.pon-headline5-b,h5{font-size:1rem;line-height:1.1428571429}.pon-copy1{font-size:1.1428571429rem;line-height:1.25}.pon-copy1,.pon-copy2{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif}.pon-copy2{font-size:1rem;line-height:1.2857142857}.pon-copy3{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-size:.8571428571rem;line-height:1.3333333333}.pon-copy1-b{font-size:1.1428571429rem;line-height:1.25}.pon-copy1-b,.pon-copy2-b{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif}.pon-copy2-b{font-size:1rem;line-height:1.2857142857}.pon-copy3-b{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-size:.8571428571rem;line-height:1.3333333333}.pon-color-1{color:#8dbe22!important}.pon-color-bg-1{background-color:#8dbe22!important}.pon-color-2{color:#c1dc86!important}.pon-color-bg-2{background-color:#c1dc86!important}.pon-color-3{color:#e8f7c6!important}.pon-color-bg-3{background-color:#e8f7c6!important}.pon-color-4{color:#11486d!important}.pon-color-bg-4{background-color:#11486d!important}.pon-color-5{color:#f2f2f2!important}.pon-color-bg-5{background-color:#f2f2f2!important}.pon-color-6{color:#333!important}.pon-color-bg-6{background-color:#333!important}.pon-color-7{color:#4f4f4f!important}.pon-color-bg-7{background-color:#4f4f4f!important}.pon-color-8{color:#828282!important}.pon-color-bg-8{background-color:#828282!important}.pon-color-9{color:#bdbdbd!important}.pon-color-bg-9{background-color:#bdbdbd!important}.pon-color-10{color:#e0e0e0!important}.pon-color-bg-10{background-color:#e0e0e0!important}.pon-color-11{color:#ffe2e9!important}.pon-color-bg-11{background-color:#ffe2e9!important}.pon-color-12{color:#e9e9e9!important}.pon-color-bg-12{background-color:#e9e9e9!important}.pon-color-13{color:#f2f9e5!important}.pon-color-bg-13{background-color:#f2f9e5!important}.pon-color-14{color:#416e93!important}.pon-color-bg-14{background-color:#416e93!important}.pon-color-15{color:#6f9b00!important}.pon-color-bg-15{background-color:#6f9b00!important}.pon-color-16{color:#7197b5!important}.pon-color-bg-16{background-color:#7197b5!important}.pon-color-17{color:#e7ecf0!important}.pon-color-bg-17{background-color:#e7ecf0!important}.pon-color-18{color:#d60036!important}.pon-color-bg-18{background-color:#d60036!important}.pon-color-19{color:#f7c708!important}.pon-color-bg-19{background-color:#f7c708!important}.pon-color-20{color:#fff!important}.pon-color-bg-20{background-color:#fff!important}.pon-color-21{color:#000!important}.pon-color-bg-21{background-color:#000!important}.pon-color-22{color:#296acb!important}.pon-color-bg-22{background-color:#296acb!important}.pon-color-23{color:#d2ddee!important}.pon-color-bg-23{background-color:#d2ddee!important}.pon-color-error{color:#d60036!important}.pon-color-bg-error{background-color:#d60036!important}.pon-color-warning{color:#f7c708!important}.pon-color-bg-warning{background-color:#f7c708!important}.pon-color-success{color:#8dbe22!important}.pon-color-bg-success{background-color:#8dbe22!important}.pon-color-copy{color:#333!important}.pon-color-bg-copy{background-color:#333!important}.pon-color-input{color:#bdbdbd!important}.pon-color-bg-input{background-color:#bdbdbd!important}.pon-color-disabled{color:#e0e0e0!important}.pon-color-bg-disabled{background-color:#e0e0e0!important}.pon-color-hover{color:#6f9b00!important}.pon-color-bg-hover{background-color:#6f9b00!important}.pon-color-more-actions-hover{color:#e8f7c6!important}.pon-color-bg-more-actions-hover{background-color:#e8f7c6!important}.pon-text-center{text-align:center}.pon-text-right{text-align:right}.pon-text-left{text-align:left}.pon-white-space--pre-wrap{white-space:pre-wrap}.mat-badge-content{font-family:Roboto,Helvetica Neue,sans-serif}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto,Helvetica Neue,sans-serif}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto,Helvetica Neue,sans-serif}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto,Helvetica Neue,sans-serif}.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto,Helvetica Neue,sans-serif}.mat-h5,.mat-typography h5{font:400 calc(14px * .83)/20px Roboto,Helvetica Neue,sans-serif}.mat-h6,.mat-typography h6{font:400 calc(14px * .67)/20px Roboto,Helvetica Neue,sans-serif}.mat-body-2,.mat-body-strong{font:500 14px/24px Roboto,Helvetica Neue,sans-serif}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto,Helvetica Neue,sans-serif}.mat-caption,.mat-small{font:400 12px/20px Roboto,Helvetica Neue,sans-serif}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto,Helvetica Neue,sans-serif}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto,Helvetica Neue,sans-serif}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto,Helvetica Neue,sans-serif}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto,Helvetica Neue,sans-serif}.mat-bottom-sheet-container{font:400 14px/20px Roboto,Helvetica Neue,sans-serif}.mat-button,.mat-button-toggle,.mat-calendar,.mat-card,.mat-checkbox,.mat-fab,.mat-flat-button,.mat-icon-button,.mat-mini-fab,.mat-raised-button,.mat-stroked-button,.mat-table{font-family:Roboto,Helvetica Neue,sans-serif}.mat-dialog-title{font:500 20px/32px Roboto,Helvetica Neue,sans-serif}.mat-expansion-panel-header{font-family:Roboto,Helvetica Neue,sans-serif}.mat-expansion-panel-content{font:400 14px/20px Roboto,Helvetica Neue,sans-serif}.mat-form-field{font-family:Roboto,Helvetica Neue,sans-serif}.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-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);-ms-transform:translateY(-1.28125em) scale(.75);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);-ms-transform:translateY(-1.28124em) scale(.75);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);-ms-transform:translateY(-1.28123em) scale(.75);width:133.3333533333%}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .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-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-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-menu-item,.mat-paginator,.mat-paginator-page-size .mat-select-trigger,.mat-radio-button,.mat-select,.mat-slide-toggle-content,.mat-slider-thumb-label-text,.mat-stepper-horizontal,.mat-stepper-vertical,.mat-tab-group,.mat-tab-label,.mat-tab-link{font-family:Roboto,Helvetica Neue,sans-serif}.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}.mat-list-base .mat-subheader,.mat-list-base[dense] .mat-subheader,.mat-list-item,.mat-list-option,.mat-option,.mat-tooltip{font-family:Roboto,Helvetica Neue,sans-serif}.mat-optgroup-label{font:500 14px/24px Roboto,Helvetica Neue,sans-serif}.mat-simple-snackbar,.mat-tree{font-family:Roboto,Helvetica Neue,sans-serif}.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:scale(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;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-global-overlay-wrapper,.cdk-overlay-container{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,.cdk-overlay-pane{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{pointer-events:auto;box-sizing:border-box;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}@media screen and (-ms-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,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.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}.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}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0!important;box-sizing:initial!important;height:auto!important;overflow:hidden!important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0!important;box-sizing:initial!important;height:0!important}.mat-focus-indicator,.mat-mdc-focus-indicator{position:relative}.mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-option{color:rgba(0,0,0,.87)}.mat-option.mat-active,.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled),.mat-option:hover:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active{color:rgba(0,0,0,.87)}.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}.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:rgba(0,0,0,.54)}.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}.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-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate,.mat-pseudo-checkbox-checked,.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:rgba(0,0,0,.87)}.mat-elevation-z0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-elevation-z1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-elevation-z2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-elevation-z3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-elevation-z4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-elevation-z5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mat-elevation-z6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-elevation-z7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mat-elevation-z8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-elevation-z9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mat-elevation-z10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mat-elevation-z11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mat-elevation-z12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-elevation-z13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mat-elevation-z14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mat-elevation-z15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mat-elevation-z16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-elevation-z17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mat-elevation-z18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mat-elevation-z19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mat-elevation-z20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mat-elevation-z21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mat-elevation-z22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mat-elevation-z23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mat-elevation-z24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.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:rgba(0,0,0,.87)}.mat-badge-content{color:#fff;background:#3f51b5}.cdk-high-contrast-active .mat-badge-content{outline:1px solid;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{position:relative}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:rgba(0,0,0,.38)}.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}.mat-badge-content._mat-animation-noopable,.ng-animate-disabled .mat-badge-content{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-bottom-sheet-container{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#fff;color:rgba(0,0,0,.87)}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}.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-accent.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled{color:rgba(0,0,0,.26)}.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:initial}.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:rgba(0,0,0,.12)}.mat-fab,.mat-flat-button,.mat-mini-fab,.mat-raised-button{color:rgba(0,0,0,.87);background-color:#fff}.mat-fab.mat-accent,.mat-fab.mat-primary,.mat-fab.mat-warn,.mat-flat-button.mat-accent,.mat-flat-button.mat-primary,.mat-flat-button.mat-warn,.mat-mini-fab.mat-accent,.mat-mini-fab.mat-primary,.mat-mini-fab.mat-warn,.mat-raised-button.mat-accent,.mat-raised-button.mat-primary,.mat-raised-button.mat-warn{color:#fff}.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled{color:rgba(0,0,0,.26)}.mat-fab.mat-primary,.mat-flat-button.mat-primary,.mat-mini-fab.mat-primary,.mat-raised-button.mat-primary{background-color:#3f51b5}.mat-fab.mat-accent,.mat-flat-button.mat-accent,.mat-mini-fab.mat-accent,.mat-raised-button.mat-accent{background-color:#ff4081}.mat-fab.mat-warn,.mat-flat-button.mat-warn,.mat-mini-fab.mat-warn,.mat-raised-button.mat-warn{background-color:#f44336}.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled{background-color:rgba(0,0,0,.12)}.mat-fab.mat-accent .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-flat-button.mat-accent .mat-ripple-element,.mat-flat-button.mat-primary .mat-ripple-element,.mat-flat-button.mat-warn .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element{background-color:hsla(0,0%,100%,.1)}.mat-flat-button:not([class*=mat-elevation-z]),.mat-stroked-button:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.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 rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.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 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-button-toggle-group,.mat-button-toggle-standalone{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard,.mat-button-toggle-standalone.mat-button-toggle-appearance-standard{box-shadow:none}.mat-button-toggle{color:rgba(0,0,0,.38)}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);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:1px solid rgba(0,0,0,.12)}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:1px solid rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:1px solid rgba(0,0,0,.12)}.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}.mat-button-toggle-disabled{color:rgba(0,0,0,.26);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-group-appearance-standard,.mat-button-toggle-standalone.mat-button-toggle-appearance-standard{border:1px solid rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}.mat-card{background:#fff;color:rgba(0,0,0,.87)}.mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-card-subtitle{color:rgba(0,0,0,.54)}.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}.mat-checkbox-checkmark{fill:#fafafa}.mat-checkbox-checkmark-path{stroke:#fafafa!important}.mat-checkbox-mixedmark{background-color:#fafafa}.mat-checkbox-checked.mat-primary .mat-checkbox-background,.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background{background-color:#3f51b5}.mat-checkbox-checked.mat-accent .mat-checkbox-background,.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background{background-color:#ff4081}.mat-checkbox-checked.mat-warn .mat-checkbox-background,.mat-checkbox-indeterminate.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:rgba(0,0,0,.54)}.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:rgba(0,0,0,.87)}.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.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:hsla(0,0%,100%,.1)}.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:hsla(0,0%,100%,.1)}.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:hsla(0,0%,100%,.1)}.mat-table{background:#fff}.mat-table-sticky,.mat-table tbody,.mat-table tfoot,.mat-table thead,[mat-footer-row],[mat-header-row],[mat-row],mat-footer-row,mat-header-row,mat-row{background:inherit}mat-footer-row,mat-header-row,mat-row,td.mat-cell,td.mat-footer-cell,th.mat-header-cell{border-bottom-color:rgba(0,0,0,.12)}.mat-header-cell{color:rgba(0,0,0,.54)}.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button,.mat-datepicker-toggle{color:rgba(0,0,0,.54)}.mat-calendar-table-header{color:rgba(0,0,0,.38)}.mat-calendar-table-header-divider:after{background:rgba(0,0,0,.12)}.mat-calendar-body-label{color:rgba(0,0,0,.54)}.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:rgba(0,0,0,.87);border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-form-field-disabled .mat-date-range-input-separator{color:rgba(0,0,0,.38)}.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),.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:rgba(0,0,0,.04)}.mat-calendar-body-in-preview{color:rgba(0,0,0,.24)}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.38)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.18)}.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(90deg,rgba(63,81,181,.2) 50%,rgba(249,171,0,.2) 0)}.mat-calendar-body-comparison-bridge-end:before,[dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(270deg,rgba(63,81,181,.2) 50%,rgba(249,171,0,.2) 0)}.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical{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}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(63,81,181,.4)}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#fff;color:rgba(0,0,0,.87)}.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(90deg,rgba(255,64,129,.2) 50%,rgba(249,171,0,.2) 0)}.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(270deg,rgba(255,64,129,.2) 50%,rgba(249,171,0,.2) 0)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical{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:rgba(255,64,129,.4)}.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-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(90deg,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 0)}.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(270deg,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 0)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical{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:rgba(244,67,54,.4)}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.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:rgba(0,0,0,.38)}.mat-dialog-container{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#fff;color:rgba(0,0,0,.87)}.mat-divider{border-top-color:rgba(0,0,0,.12)}.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-action-row{border-top-color:rgba(0,0,0,.12)}.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:rgba(0,0,0,.87)}.mat-expansion-indicator:after,.mat-expansion-panel-header-description{color:rgba(0,0,0,.54)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title{color:inherit}.mat-expansion-panel-header{height:48px}.mat-expansion-panel-header.mat-expanded{height:64px}.mat-form-field-label,.mat-hint{color:rgba(0,0,0,.6)}.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:rgba(0,0,0,.87)}.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,.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:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(90deg,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:rgba(0,0,0,.42)}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(90deg,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:rgba(0,0,0,.04)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}.mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:initial}.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}.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:rgba(0,0,0,.38)}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}.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:rgba(0,0,0,.54)}.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after,.mat-input-element:disabled{color:rgba(0,0,0,.38)}.mat-input-element{caret-color:#3f51b5}.mat-input-element::placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-form-field.mat-accent .mat-input-element{caret-color:#ff4081}.mat-form-field-invalid .mat-input-element,.mat-form-field.mat-warn .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:rgba(0,0,0,.87)}.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}.mat-list-item-disabled{background-color:#eee}.mat-action-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-list-option:focus,.mat-list-option:hover,.mat-nav-list .mat-list-item:focus,.mat-nav-list .mat-list-item:hover{background:rgba(0,0,0,.04)}.mat-list-single-selected-option,.mat-list-single-selected-option:focus,.mat-list-single-selected-option:hover{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 rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-menu-item{background:transparent;color:rgba(0,0,0,.87)}.mat-menu-item[disabled],.mat-menu-item[disabled]:after{color:rgba(0,0,0,.38)}.mat-menu-item-submenu-trigger:after,.mat-menu-item .mat-icon-no-color{color:rgba(0,0,0,.54)}.mat-menu-item-highlighted:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item:hover:not([disabled]){background:rgba(0,0,0,.04)}.mat-paginator{background:#fff}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}.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-first,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}.mat-paginator-container{min-height:56px}.mat-progress-bar-background{fill:#c5cae9}.mat-progress-bar-buffer{background-color:#c5cae9}.mat-progress-bar-fill:after{background-color:#3f51b5}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#ff80ab}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#ff80ab}.mat-progress-bar.mat-accent .mat-progress-bar-fill:after{background-color:#ff4081}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffcdd2}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffcdd2}.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:rgba(0,0,0,.54)}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#3f51b5}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.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: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-checked .mat-radio-persistent-ripple,.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: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-checked .mat-radio-persistent-ripple,.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: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:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element{background-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-select-value{color:rgba(0,0,0,.87)}.mat-select-placeholder{color:rgba(0,0,0,.42)}.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}.mat-select-arrow{color:rgba(0,0,0,.54)}.mat-select-panel{background:#fff}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.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:rgba(0,0,0,.38)}.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-drawer{color:rgba(0,0,0,.87)}.mat-drawer,.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-drawer-side{border-right:1px solid rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end,[dir=rtl] .mat-drawer-side{border-left:1px solid rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:1px solid rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ff4081}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,64,129,.54)}.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:rgba(63,81,181,.54)}.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:rgba(244,67,54,.54)}.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 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#fafafa}.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}.mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label,.mat-primary .mat-slider-track-fill{background-color:#3f51b5}.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-primary .mat-slider-focus-ring{background-color:rgba(63,81,181,.2)}.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label,.mat-accent .mat-slider-track-fill{background-color:#ff4081}.mat-accent .mat-slider-thumb-label-text{color:#fff}.mat-accent .mat-slider-focus-ring{background-color:rgba(255,64,129,.2)}.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label,.mat-warn .mat-slider-track-fill{background-color:#f44336}.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-warn .mat-slider-focus-ring{background-color:rgba(244,67,54,.2)}.cdk-focused .mat-slider-track-background,.mat-slider:hover .mat-slider-track-background{background-color:rgba(0,0,0,.38)}.mat-slider-disabled .mat-slider-thumb,.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:initial}.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb{border-color:rgba(0,0,0,.38)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}.mat-slider-has-ticks .mat-slider-wrapper:after{border-color:rgba(0,0,0,.7)}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(90deg,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(180deg,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{background-color:rgba(0,0,0,.04)}@media (hover:none){.mat-step-header:hover{background:none}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);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-step-icon-state-error{background-color:initial;color:#f44336}.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}.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:rgba(0,0,0,.12)}.mat-horizontal-stepper-header:after,.mat-horizontal-stepper-header:before,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}.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,.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}.mat-sort-header-arrow{color:#757575}.mat-tab-header,.mat-tab-nav-bar{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-header,.mat-tab-group-inverted-header .mat-tab-nav-bar{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}.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:rgba(197,202,233,.3)}.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-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .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:rgba(255,128,171,.3)}.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-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .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:rgba(255,205,210,.3)}.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-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .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:rgba(197,202,233,.3)}.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-header-pagination,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary .mat-tab-links{background-color:#3f51b5}.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:hsla(0,0%,100%,.4)}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}.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-pagination-disabled .mat-tab-header-pagination-chevron{border-color:hsla(0,0%,100%,.4)}.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:hsla(0,0%,100%,.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:rgba(255,128,171,.3)}.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-header-pagination,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent .mat-tab-links{background-color:#ff4081}.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#fff}.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:hsla(0,0%,100%,.4)}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#fff}.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-pagination-disabled .mat-tab-header-pagination-chevron{border-color:hsla(0,0%,100%,.4)}.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:hsla(0,0%,100%,.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:rgba(255,205,210,.3)}.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-header-pagination,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn .mat-tab-links{background-color:#f44336}.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:hsla(0,0%,100%,.4)}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}.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-pagination-disabled .mat-tab-header-pagination-chevron{border-color:hsla(0,0%,100%,.4)}.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:hsla(0,0%,100%,.12)}.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}.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-focused .mat-form-field-ripple,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-form-field-underline{background-color:currentColor}.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-select-value{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-nested-tree-node,.mat-tree-node{color:rgba(0,0,0,.87)}.mat-tree-node{min-height:48px}.mat-snack-bar-container{color:hsla(0,0%,100%,.7);background:#323232;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-simple-snackbar-action{color:#ff4081}.mat-badge-content{font-weight:600;font-size:12px;font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,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 h1{font:400 24px/32px Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 calc(14px * .83)/20px Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 calc(14px * .67)/20px Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;margin:0 0 12px}.mat-body-2,.mat-body-strong{font:500 14px/24px Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;letter-spacing:normal}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;letter-spacing:normal}.mat-body-1 p,.mat-body p,.mat-typography p{margin:0 0 12px}.mat-caption,.mat-small{font:400 12px/20px Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;letter-spacing:normal}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;letter-spacing:normal}.mat-button,.mat-fab,.mat-flat-button,.mat-icon-button,.mat-mini-fab,.mat-raised-button,.mat-stroked-button{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-size:14px;font-weight:500}.mat-button-toggle,.mat-card{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-content,.mat-card-subtitle{font-size:14px}.mat-checkbox{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-remove.mat-icon,.mat-chip .mat-chip-trailing-icon.mat-icon{font-size:18px}.mat-table{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,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 Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;letter-spacing:normal}.mat-expansion-panel-header{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;letter-spacing:normal}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,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 transparent}.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.34373em) scale(.75);width:133.3333533333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34372em) scale(.75);width:133.3333633333%}.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(.00106px);-ms-transform:translateY(-1.28119em) scale(.75);width:133.3333933333%}.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(.00107px);-ms-transform:translateY(-1.28118em) scale(.75);width:133.3334033333%}.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(.00108px);-ms-transform:translateY(-1.28117em) scale(.75);width:133.3334133333%}.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.28116em) 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.28115em) 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.28114em) 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(-.59373em) scale(.75);width:133.3333533333%}.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(-.59372em) scale(.75);width:133.3333633333%}.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.59373em) scale(.75);width:133.3333533333%}.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.59372em) scale(.75);width:133.3333633333%}.mat-grid-tile-footer,.mat-grid-tile-header{font-size:14px}.mat-grid-tile-footer .mat-line,.mat-grid-tile-header .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer .mat-line:nth-child(n+2),.mat-grid-tile-header .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-.0625em}.mat-menu-item{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-size:12px}.mat-paginator,.mat-paginator-page-size .mat-select-trigger,.mat-radio-button,.mat-select{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif}.mat-select-trigger{height:1.125em}.mat-slide-toggle-content,.mat-slider-thumb-label-text{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif}.mat-slider-thumb-label-text{font-size:12px;font-weight:500}.mat-stepper-horizontal,.mat-stepper-vertical{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,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,.mat-tab-label,.mat-tab-link{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif}.mat-tab-label,.mat-tab-link{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 Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;letter-spacing:normal;margin:0}.mat-tooltip{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,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:Open-Sans-Regular,Helvetica,Arial,Verdana,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:Open-Sans-Regular,Helvetica,Arial,Verdana,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),.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-size:12px;font-weight:500}.mat-list-base[dense] .mat-subheader,.mat-option{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif}.mat-option{font-size:16px}.mat-optgroup-label{font:500 14px/24px Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;letter-spacing:normal}.mat-simple-snackbar{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,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:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif}.mat-nested-tree-node,.mat-tree-node{font-weight:400;font-size:14px}@font-face{font-family:Open-Sans-Regular;src:url(/asc-assets/fonts/open-sans/OpenSans-Regular.eot?#iefix) format("embedded-opentype"),url(/asc-assets/fonts/open-sans/OpenSans-Regular.eot) format("embedded-opentype"),url(/asc-assets/fonts/open-sans/OpenSans-Regular.woff2) format("woff2"),url(/asc-assets/fonts/open-sans/OpenSans-Regular.woff) format("woff"),url(/asc-assets/fonts/open-sans/OpenSans-Regular.ttf) format("truetype"),url(/asc-assets/fonts/open-sans/OpenSans-Regular.otf) format("opentype")}@font-face{font-family:Open-Sans-Bold;src:url(/asc-assets/fonts/open-sans/OpenSans-Bold.eot) format("embedded-opentype"),url(/asc-assets/fonts/open-sans/OpenSans-Bold.eot?#iefix) format("embedded-opentype"),url(/asc-assets/fonts/open-sans/OpenSans-Bold.woff2) format("woff2"),url(/asc-assets/fonts/open-sans/OpenSans-Bold.woff) format("woff"),url(/asc-assets/fonts/open-sans/OpenSans-Bold.ttf) format("truetype"),url(/asc-assets/fonts/open-sans/OpenSans-Bold.otf) format("opentype")}:root{--asc-answer-radio-buttons--error--border-color:#d60036;--asc-answer-radio-buttons__label--error--color:#d60036;--asc-answer-checkbox__checkbox--color:#c1dc86;--asc-answer-checkbox__checkbox--error--border-color:#d60036;--asc-answer-checkbox__checkbox-label--error--color:#d60036;--asc-answer-checkbox__error-message--color:#d60036;--asc-answer-slider--background-color:#bdbdbd;--asc-answer-slider--selected--background-color:#8dbe22;--asc-markdown__marker--color:#11486d}.markdown-content ol,.markdown-content ul{text-align:left;list-style-position:inside}.markdown-content ol ::marker,.markdown-content ul ::marker{color:var(--asc-markdown__marker--color);font-size:18px}.markdown-content ul li{list-style-type:disc;padding-top:6px}.markdown-content ul li>ul{margin-left:18px}.markdown-content ol ::marker{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-size:1rem;line-height:1.2857142857;content:counters(item,".") ". "}.markdown-content ol li{list-style-type:decimal;padding-top:10px}.markdown-content ol li>ol{margin-left:18px}.markdown-content ol>li{counter-increment:item}.markdown-content ol>li:first-child{counter-reset:item}.markdown-content strong{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-size:1rem;line-height:1.2857142857}body,html{height:100%;min-height:0!important}body{transition:background-color .3s cubic-bezier(.4,0,.2,1)}.asc-overlay--disable-close .close{display:none}.asc-full-background{position:relative}.asc-full-background:before{content:"";z-index:-1;position:absolute;top:0;left:50%;width:100vw;height:100%;transform:translateX(-50vw)}.asc-full-background--color-1,.asc-full-background--color-1:before{background-color:#c1dc86}.asc-full-background--header,.asc-full-background--header:before{background-color:#11486d}.asc-full-background--footer,.asc-full-background--footer:before{background-color:#fff}.asc-full-background--border-top:before{background-color:#c1dc86;border-top:1px solid transparent}@media screen and (max-width:1024px){.asc-full-background:before{transform:none;left:-30px;width:calc((30px * 2) + 100%)}}body,html{font-size:14px;line-height:18px;color:#333}a,body,button,html,p{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif}a,button,p{font-size:1rem;line-height:1.2857142857}a{-webkit-tap-highlight-color:rgba(0,0,0,0);color:#333}.asc-headline1,h1{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-size:2rem;line-height:1.2142857143}.asc-headline2,h2{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif}.asc-headline2,.asc-headline2-b,h2{font-size:1.5714285714rem;line-height:1.2727272727}.asc-headline2-b{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif}.asc-headline3,h3{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif}.asc-headline3,.asc-headline3-b,h3{font-size:1.2857142857rem;line-height:1.3333333333}.asc-headline3-b{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif}.asc-headline4,h4{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif}.asc-headline4,.asc-headline4-b,h4{font-size:1.1428571429rem;line-height:1.25}.asc-headline4-b,.asc-headline5-b,h5{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif}.asc-headline5-b,h5{font-size:1rem;line-height:1.1428571429}.asc-copy1{font-size:1.1428571429rem;line-height:1.25}.asc-copy1,.asc-copy2{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif}.asc-copy2{font-size:1rem;line-height:1.2857142857}.asc-copy3{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-size:.8571428571rem;line-height:1.3333333333}.asc-copy1-b{font-size:1.1428571429rem;line-height:1.25}.asc-copy1-b,.asc-copy2-b{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif}.asc-copy2-b{font-size:1rem;line-height:1.2857142857}.asc-copy3-b{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-size:.8571428571rem;line-height:1.3333333333}.asc-color-1{color:#8dbe22!important}.asc-color-bg-1{background-color:#8dbe22!important}.asc-color-2{color:#c1dc86!important}.asc-color-bg-2{background-color:#c1dc86!important}.asc-color-3{color:#e8f7c6!important}.asc-color-bg-3{background-color:#e8f7c6!important}.asc-color-4{color:#11486d!important}.asc-color-bg-4{background-color:#11486d!important}.asc-color-5{color:#f2f2f2!important}.asc-color-bg-5{background-color:#f2f2f2!important}.asc-color-6{color:#333!important}.asc-color-bg-6{background-color:#333!important}.asc-color-7{color:#4f4f4f!important}.asc-color-bg-7{background-color:#4f4f4f!important}.asc-color-8{color:#828282!important}.asc-color-bg-8{background-color:#828282!important}.asc-color-9{color:#bdbdbd!important}.asc-color-bg-9{background-color:#bdbdbd!important}.asc-color-10{color:#e0e0e0!important}.asc-color-bg-10{background-color:#e0e0e0!important}.asc-color-11{color:#ffe2e9!important}.asc-color-bg-11{background-color:#ffe2e9!important}.asc-color-12{color:#e9e9e9!important}.asc-color-bg-12{background-color:#e9e9e9!important}.asc-color-13{color:#f2f9e5!important}.asc-color-bg-13{background-color:#f2f9e5!important}.asc-color-14{color:#416e93!important}.asc-color-bg-14{background-color:#416e93!important}.asc-color-15{color:#6f9b00!important}.asc-color-bg-15{background-color:#6f9b00!important}.asc-color-16{color:#7197b5!important}.asc-color-bg-16{background-color:#7197b5!important}.asc-color-17{color:#e7ecf0!important}.asc-color-bg-17{background-color:#e7ecf0!important}.asc-color-18{color:#d60036!important}.asc-color-bg-18{background-color:#d60036!important}.asc-color-19{color:#f7c708!important}.asc-color-bg-19{background-color:#f7c708!important}.asc-color-20{color:#fff!important}.asc-color-bg-20{background-color:#fff!important}.asc-color-21{color:#000!important}.asc-color-bg-21{background-color:#000!important}.asc-color-22{color:#296acb!important}.asc-color-bg-22{background-color:#296acb!important}.asc-color-23{color:#d2ddee!important}.asc-color-bg-23{background-color:#d2ddee!important}.asc-color-error{color:#d60036!important}.asc-color-bg-error{background-color:#d60036!important}.asc-color-warning{color:#f7c708!important}.asc-color-bg-warning{background-color:#f7c708!important}.asc-color-success{color:#8dbe22!important}.asc-color-bg-success{background-color:#8dbe22!important}.asc-color-copy{color:#333!important}.asc-color-bg-copy{background-color:#333!important}.asc-color-input{color:#bdbdbd!important}.asc-color-bg-input{background-color:#bdbdbd!important}.asc-color-disabled{color:#e0e0e0!important}.asc-color-bg-disabled{background-color:#e0e0e0!important}.asc-color-hover{color:#6f9b00!important}.asc-color-bg-hover{background-color:#6f9b00!important}@font-face{font-family:Quicksand;src:url(/caseplus-core-assets/fonts/quicksand/quicksand-regular.eot);src:url(/caseplus-core-assets/fonts/quicksand/quicksand-regular.eot?#iefix) format("embedded-opentype"),url(/caseplus-core-assets/fonts/quicksand/quicksand-regular.ttf) format("truetype"),url(/caseplus-core-assets/fonts/quicksand/quicksand-regular.woff2) format("woff2"),url(/caseplus-core-assets/fonts/quicksand/quicksand-regular.woff) format("woff");font-style:normal;font-weight:400}@font-face{font-family:Quicksand-Medium;src:url(/caseplus-core-assets/fonts/quicksand/quicksand-medium.eot);src:url(/caseplus-core-assets/fonts/quicksand/quicksand-medium.eot?#iefix) format("embedded-opentype"),url(/caseplus-core-assets/fonts/quicksand/quicksand-medium.ttf) format("truetype"),url(/caseplus-core-assets/fonts/quicksand/quicksand-medium.woff2) format("woff2"),url(/caseplus-core-assets/fonts/quicksand/quicksand-medium.woff) format("woff");font-style:normal;font-weight:500}@font-face{font-family:Quicksand-Bold;src:url(/caseplus-core-assets/fonts/quicksand/quicksand-bold.eot);src:url(/caseplus-core-assets/fonts/quicksand/quicksand-bold.eot?#iefix) format("embedded-opentype"),url(/caseplus-core-assets/fonts/quicksand/quicksand-bold.ttf) format("truetype"),url(/caseplus-core-assets/fonts/quicksand/quicksand-bold.woff2) format("woff2"),url(/caseplus-core-assets/fonts/quicksand/quicksand-bold.woff) format("woff");font-style:normal;font-weight:700}button{-webkit-user-select:none;user-select:none;cursor:pointer;display:flex;align-items:center;place-content:center;box-sizing:border-box;border:2px solid transparent;transition:.1s ease;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;height:40px}button:focus,button:focus-within{outline:none}button cpc-icon{margin:0 8px}button cpc-icon:first-child{margin-left:0}button cpc-icon:last-child{margin-right:0}button{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px;background-color:#8dbe22;color:#fff;padding:0 20px;border-radius:4px;min-width:100px}button:hover{background-color:#6f9b00}button:active{background-color:#8dbe22}button.disabled,button:disabled{background-color:#e0e0e0}button.secondary{background-color:initial;border-color:#8dbe22;color:#8dbe22}button.secondary:hover{border-color:#6f9b00;color:#6f9b00}button.secondary:active{border-color:#8dbe22;color:#8dbe22}button.secondary.disabled,button.secondary:disabled{border-color:#e0e0e0;color:#e0e0e0}cpc-filter-button a{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-icon-button{background-color:#8dbe22;color:#fff}cpc-icon-button:hover{background-color:#6f9b00}cpc-icon-button:active{background-color:#8dbe22}cpc-icon-button.disabled,cpc-icon-button:disabled{background-color:#e0e0e0}cpc-icon-button.secondary{background-color:initial;border-color:#8dbe22;color:#8dbe22}cpc-icon-button.secondary:hover{border-color:#6f9b00;color:#6f9b00}cpc-icon-button.secondary:active{border-color:#8dbe22;color:#8dbe22}cpc-icon-button.secondary.disabled,cpc-icon-button.secondary:disabled{border-color:#e0e0e0;color:#e0e0e0}cpc-icon-button cpc-icon svg{fill:currentColor}cpc-more-actions{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-more-actions cpc-icon-button{background-color:initial;color:#8dbe22}cpc-more-actions cpc-icon-button:hover{color:#fff;background-color:#e8f7c6}.more-actions-menu button{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px;color:#8dbe22}.more-actions-menu button:focus{background-color:initial}cpc-case-file-header{font-weight:500;background-color:#8dbe22}cpc-case-file-header,cpc-case-file-header .group div>span{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-case-file-header .group div>span{font-weight:400;color:#fff}cpc-case-file-header .close-case-file span,cpc-case-file-header .group div>span.bold{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-case-file-status-header{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px;background-color:#8dbe22;color:#fff}cpc-case-file-status-header .patient-data span:first-of-type{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-case-file-status-header .completed-status{background-color:#fff;color:#8dbe22}cpc-case-file-status-header .current-status{background-color:#38a9e1;color:#8dbe22}cpc-case-file-status-header .upcoming-status{border:2px solid #6f9b00}cpc-case-file-status-header .line{border-top:2px solid #6f9b00}cpc-case-file-status-header .line.completed{border-color:#fff}cpc-case-file-status-header .close-case-file span{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-checkbox .cpc-checkbox .input-container .input{background-color:#fff;border:1px solid #828282}cpc-checkbox .cpc-checkbox .input-container .input--checked{background-color:#8dbe22;border:2px solid #8dbe22}cpc-checkbox .cpc-checkbox .input-container .input--checked cpc-icon{color:#fff}cpc-checkbox .cpc-checkbox .input-container .input--disabled{border:1px solid #828282}cpc-checkbox .cpc-checkbox .input-container .input--disabled.input--checked{background-color:#828282}cpc-checkbox .cpc-checkbox .input-container .input--disabled.input--checked cpc-icon{color:#e9e9e9}cpc-checkbox .cpc-checkbox .label-container label{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:.25px;color:#333}cpc-checkbox .cpc-checkbox .label-container label:after{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-checkbox .cpc-checkbox .label-container--disabled label{color:#828282}cpc-checkbox .cpc-checkbox:hover .input-container .input:not(.input--disabled):not(.input--checked){border:2px solid #8dbe22}cpc-checkbox .cpc-checkbox:hover .label-container:not(.label-container--disabled) label{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px;color:#8dbe22}cpc-checkbox.ng-invalid.ng-dirty .cpc-checkbox .input-container .input{border:2px solid #d60036!important}cpc-checkbox.ng-invalid.ng-dirty .cpc-checkbox .label-container label{color:#d60036}.columns-configurator-menu header{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:.25px;color:#fff;background-color:#8dbe22}.columns-configurator-menu .content .column-option{background-color:#fff;border-bottom:1px solid #e5e5e5}.columns-configurator-menu .content .column-option cpc-checkbox label{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px;color:#8dbe22}.columns-configurator-menu .content .column-option cpc-checkbox .label-container.label-container--disabled label{color:#ccc}.columns-configurator-menu .content .column-option cpc-checkbox .cpc-checkbox:hover label{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}.columns-configurator-menu .content .column-option cpc-icon{color:#ccc}.columns-configurator-menu .footer{background-color:#e8f7c6}.columns-configurator-menu .footer a:first-of-type{border-right:1px solid #c1dc86}cpc-combobox input[aria-expanded=true]{box-shadow:0 0 8px 0 rgba(0,0,0,.2)}.cpc-combobox-autocomplete{max-height:176px!important;border:1px solid #999;border-top:none}.cpc-combobox-autocomplete mat-option{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px;height:35px;padding:8px 10px}.cpc-combobox-autocomplete mat-option.mat-active,.cpc-combobox-autocomplete mat-option:focus:not(.mat-option-disabled),.cpc-combobox-autocomplete mat-option:hover:not(.mat-option-disabled){font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px;color:#8dbe22;background:#f2f2f2}.cpc-combobox-autocomplete:not([class*=mat-elevation-z]){box-shadow:0 0 8px 0 rgba(0,0,0,.2)}.mat-autocomplete-panel-above .cpc-combobox-autocomplete{border-bottom:none;border-top:1px solid #999}cpc-contact-tile{background-color:#ebf6fc;border-top:1px solid #fff}cpc-contact-tile cpc-icon.profile-picture{color:#8dbe22}cpc-contact-tile span{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400}cpc-contact-tile span,cpc-contact-tile span.name{font-size:14px;line-height:18px;letter-spacing:.25px}cpc-contact-tile span.name{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700}cpc-contact-tile section.phone cpc-icon{color:#666}cpc-datatable-row .row-container .row{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:.25px;color:#4c4c4c;border-bottom:1px solid #ccc}cpc-datatable-row.is-wizard .row-container .row{border-color:#fff}cpc-datatable-row.is-wizard .row-container.selected{background-color:#b0ddf3}cpc-drop-area+cpc-datatable-row .row-container:first-child .row{border-top:1px solid #ccc}cpc-drop-area+cpc-datatable-row.is-wizard .row-container:first-child .row{border-top:1px solid #fff}cpc-datatable-header .header-container{border-bottom:1px solid #ccc;border-top:1px solid #ccc}cpc-datatable-header .header-container .table-header{color:#8dbe22}cpc-datatable-header .header-container .table-header span{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-datatable-header .header-container .indeterminate{background-color:#8dbe22;color:#fff}cpc-datatable-header .header-container .indeterminate .square{background-color:#fff}cpc-datatable-header.is-wizard .header-container{border-color:#fff}.cdk-overlay-pane .datetimepicker-menu .mat-calendar-table-header th,.cdk-overlay-pane.mat-datepicker-popup .mat-datepicker-content .mat-calendar-table-header th{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:.25px;color:#4c4c4c}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:#d8eef9}.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:#fff!important}.mat-calendar-body-cell-content{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px;color:#4c4c4c}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:#b2b2b2}.mat-calendar-body-today:not(.mat-calendar-body-selected){color:#8dbe22}.mat-calendar-body-selected,.mat-calendar-body-today:not(.mat-calendar-body-selected){font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}.mat-calendar-body-selected{color:#fff;background-color:#8dbe22}cpc-datepicker cpc-input-field:not(.error) input:read-only:not(:disabled),cpc-datetimepicker cpc-input-field:not(.error) input:read-only:not(:disabled){border-color:#999}.cpc-datepicker-header{border-bottom:1px solid #b2b2b2}.cpc-datepicker-header .double-arrow-left:hover cpc-icon,.cpc-datepicker-header .double-arrow-right:hover cpc-icon,.cpc-datepicker-header .single-arrow-left:hover cpc-icon,.cpc-datepicker-header .single-arrow-right:hover cpc-icon{color:#6f9b00}.cpc-datepicker-header span.period-label{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px}.cpc-datetimepicker input.error{color:#ed5276}.cpc-datetimepicker .disabled,.cpc-datetimepicker .disabled input{color:#e0e0e0}.datetimepicker-buttons-container{border-top:1px solid #b2b2b2}.datetimepicker-menu .mat-menu-content .mat-calendar{border-right:1px solid #b2b2b2}.cpc-timepicker input{font-weight:400;font-size:16px;line-height:20px}.cpc-timepicker input,.cpc-timepicker span{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;letter-spacing:.25px}.cpc-timepicker span{font-weight:500;font-size:14px;line-height:18px}.cpc-timepicker-field{border:1px solid #999;background-color:#fff}.cpc-timepicker-field input{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px}.cpc-timepicker-field cpc-icon{color:#8dbe22}.cpc-timepicker-field--focused{border:2px solid #8dbe22}.cpc-timepicker-field--error{border:2px solid #ed5276;color:#ed5276}.cpc-timepicker-field--error input{color:#ed5276;font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:.25px}.cpc-timepicker-field--disabled{border-color:#e0e0e0;color:#e0e0e0}.cpc-timepicker-field--disabled cpc-icon{color:#e0e0e0}.basic-dialog{color:#4c4c4c}cpc-confirmation-dialog header{font-size:16px;line-height:20px;letter-spacing:0}cpc-confirmation-dialog .content,cpc-confirmation-dialog header{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500}cpc-confirmation-dialog .content{font-size:14px;line-height:18px;letter-spacing:.25px}cpc-dropdown .cpc-dropdown.cpc-error .ng-select:not(.ng-select-disabled):hover~cpc-icon,cpc-dropdown .cpc-dropdown.cpc-error cpc-icon:not(.hint-icon){color:#d60036}cpc-dropdown .cpc-dropdown .dropdown-icon{color:#828282;cursor:pointer}cpc-dropdown .cpc-dropdown .ng-select:not(.ng-select-disabled):hover~cpc-icon{color:#333}cpc-dropdown .cpc-dropdown .ng-select-focused .ng-select-container,cpc-dropdown .cpc-dropdown .ng-select-focused:not(.ng-select-opened) .ng-select-container{border:1px solid #4f4f4f}cpc-dropdown .cpc-dropdown .ng-select-container{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:.25px;border:1px solid #4f4f4f;color:#4c4c4c;background-color:#fff;cursor:pointer}cpc-dropdown .cpc-dropdown .ng-select-container .ng-placeholder{color:#828282}cpc-dropdown .cpc-dropdown .ng-select-container:hover{background-color:#fff}cpc-dropdown .cpc-dropdown .ng-select-container:hover .ng-placeholder,cpc-dropdown .cpc-dropdown .ng-select-container:hover .ng-value{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px;color:#333}cpc-dropdown .cpc-dropdown .ng-select.ng-select-opened>.ng-select-container{border:1px solid #4f4f4f}cpc-dropdown .cpc-dropdown .ng-dropdown-panel{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px;border:1px solid #4f4f4f}cpc-dropdown .cpc-dropdown .ng-dropdown-panel .ng-option{color:#4c4c4c}cpc-dropdown .cpc-dropdown .ng-dropdown-panel .ng-option-marked{color:#333!important;background-color:#e8f7c6!important}cpc-dropdown .cpc-dropdown .ng-dropdown-panel .ng-option-marked,cpc-dropdown .cpc-dropdown .ng-dropdown-panel .ng-option-selected{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-dropdown .cpc-dropdown .ng-dropdown-panel .ng-option-selected{color:#e8f7c6!important;background-color:#8dbe22!important}cpc-dropdown .cpc-dropdown .ng-dropdown-panel .ng-option-selected cpc-icon{color:#fff}cpc-dropdown .cpc-dropdown .ng-dropdown-panel .ps__rail-y .ps__thumb-y{background-color:#333}cpc-dropdown .cpc-dropdown--empty ng-select.ng-select-opened.ng-select-bottom .ng-select-container,cpc-dropdown .cpc-dropdown--empty ng-select.ng-select-opened.ng-select-top .ng-select-container{border:2px solid #4f4f4f!important}cpc-dropdown .cpc-dropdown--small .ng-select-container{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-dropdown .cpc-dropdown--small .ng-select-container:hover .ng-placeholder,cpc-dropdown .cpc-dropdown--small .ng-select-container:hover .ng-value{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-dropdown .cpc-dropdown--small .ng-dropdown-panel{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-dropdown .cpc-dropdown--small .ng-dropdown-panel .ng-option-marked,cpc-dropdown .cpc-dropdown--small .ng-dropdown-panel .ng-option-selected,cpc-dropdown .cpc-dropdown--small .ng-select-opened .ng-select-container .ng-placeholder,cpc-dropdown .cpc-dropdown--small .ng-select-opened .ng-select-container .ng-value{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-dropdown .cpc-dropdown .ng-select-opened .ng-select-container{background-color:#fff}cpc-dropdown .cpc-dropdown .ng-select-opened .ng-placeholder{color:#828282}cpc-dropdown .cpc-dropdown .ng-select-disabled .ng-select-container{border:1px solid #bdbdbd;color:#bdbdbd;background-color:#fff;cursor:default}cpc-dropdown .cpc-dropdown .ng-select-disabled .ng-select-container .ng-placeholder,cpc-dropdown .cpc-dropdown .ng-select-disabled .ng-select-container .ng-value{color:#bdbdbd}cpc-dropdown .cpc-dropdown .ng-select-disabled~.dropdown-icon{color:#bdbdbd;cursor:default}cpc-dropdown .cpc-dropdown--keep-error-state .ng-invalid.ng-touched .ng-select-container,cpc-dropdown .cpc-dropdown .ng-invalid.ng-touched:not(.ng-select-opened) .ng-select-container{border:2px solid #d60036;color:#d60036;background-color:#fff}cpc-dropdown .cpc-dropdown--keep-error-state .ng-invalid.ng-touched .ng-select-container .ng-placeholder,cpc-dropdown .cpc-dropdown .ng-invalid.ng-touched:not(.ng-select-opened) .ng-select-container .ng-placeholder{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px;color:#d60036}cpc-dropdown .cpc-dropdown--searchable .search-icon{color:#828282}cpc-dropdown .cpc-dropdown--searchable .ng-select:not(.ng-select-disabled) .ng-select-container:hover .ng-placeholder{color:#333}cpc-dropdown .cpc-dropdown--searchable .ng-select:not(.ng-select-disabled).ng-select-opened .ng-select-container{border:1px solid #4f4f4f!important}cpc-dropdown .cpc-dropdown--no-borders .ng-select .ng-select-container .ng-value-container .ng-value{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:16px;line-height:20px;letter-spacing:.25px;color:#8dbe22}cpc-dropdown .cpc-dropdown--no-borders .ng-select .ng-select-container:hover{background-color:#fff}cpc-dropdown .cpc-dropdown--no-borders .ng-select .ng-select-container:hover .ng-value{color:#333}.cpc-search-tag{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px;background-color:#8dbe22;color:#fff}.cpc-search-tag cpc-icon{color:#fff}cpc-contact-entry .contact-entry{border:1px solid #e5e5e5}cpc-contact-entry .contact-entry .main-information .top-left{border-right:1px solid #e5e5e5}cpc-contact-entry .contact-entry .expandable .middle-left{border-top:1px solid #e5e5e5;border-right:1px solid #e5e5e5}cpc-contact-entry .contact-entry .comment .bottom,cpc-contact-entry .contact-entry .expandable .middle-right{border-top:1px solid #e5e5e5}cpc-entry .entry-container{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px;border:1px solid #e5e5e5}cpc-entry .entry-container .entry-icon{color:#8dbe22}cpc-entry .entry-container .entry-details .author{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-entry .entry-container .comment{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-entry .entry-container .comment .more-button{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-entry .entry-container .edited{line-height:18px;line-height:20px;color:#999}cpc-empty-state,cpc-entry .entry-container .edited{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;letter-spacing:.25px}cpc-empty-state{line-height:18px}cpc-empty-state cpc-icon{color:#8dbe22}cpc-empty-state .message{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:16px;line-height:20px;letter-spacing:0}cpc-basic-entry .basic-entry-container{font-weight:400;border:1px solid #e5e5e5}cpc-basic-entry .basic-entry-container,cpc-basic-entry .basic-entry-container .title{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-basic-entry .basic-entry-container .title{font-weight:500}cpc-basic-entry .basic-entry-container .comment{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-basic-entry .basic-entry-container .comment .more-button{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-filter-area .cpc-filter-area{background-color:#d8eef9}cpc-filter-area .cpc-filter-area .reset-button-container>span{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-filter-area .filter-area-triangle:after{border-bottom-color:#d8eef9!important}cpc-footer{background-color:#fff;border-top:1px solid #e5e5e5}cpc-footer,cpc-footer .support-container label{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-footer .legal-container a,cpc-footer .support-container a{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-footer .legal-container .version{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-info-tile{background-color:#ebf6fc}cpc-info-tile .header{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;color:#8dbe22}cpc-info-tile .body,cpc-info-tile .header{font-size:14px;line-height:18px;letter-spacing:.25px}cpc-info-tile .body{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400}cpc-info-tile cpc-icon{color:#8dbe22}.selection,input,select,textarea{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:.25px;-webkit-appearance:none;appearance:none;padding:0 12px;box-sizing:border-box;transition:.1s ease-in;background-color:#fff;border:1px solid #828282;caret-color:#333;border-radius:4px;color:#333;height:40px;width:100%}.selection:focus,.selection:focus-within,input:focus,input:focus-within,select:focus,select:focus-within,textarea:focus,textarea:focus-within{outline:none}.selection::placeholder,input::placeholder,select::placeholder,textarea::placeholder{color:#828282}.selection:focus,input:focus,select:focus,textarea:focus{padding:0 11px;border-color:#8dbe22;border-width:2px}.selection.disabled,.selection:disabled,.selection:read-only,input.disabled,input:disabled,input:read-only,select.disabled,select:disabled,select:read-only,textarea.disabled,textarea:disabled,textarea:read-only{border-color:#bdbdbd}.selection.disabled,.selection:disabled,input.disabled,input:disabled,select.disabled,select:disabled,textarea.disabled,textarea:disabled{color:#bdbdbd;pointer-events:none}.error .selection,.error input,.error select,.error textarea,.selection.error,input.error,select.error,textarea.error{color:#d60036;border-color:#d60036;padding:11px;border-width:2px}.error .selection::placeholder,.error input::placeholder,.error select::placeholder,.error textarea::placeholder,.selection.error::placeholder,input.error::placeholder,select.error::placeholder,textarea.error::placeholder{color:#ed5276}.selection.success,.success .selection,.success input,.success select,.success textarea,input.success,select.success,textarea.success{border-width:2px;border-color:#019d7b;padding:11px}textarea{padding:12px}textarea:focus{padding:11px}cpc-input-error,cpc-input-field label{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px}.error cpc-input-error,cpc-input-error.error{color:#d60036}cpc-input-field label{color:#4c4c4c}cpc-input-hint{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px}.error cpc-input-hint,cpc-input-hint.error{color:#d60036}.success cpc-input-hint,cpc-input-hint.success{color:#019d7b}cpc-required-mark{color:#4c4c4c}cpc-involved-actors{background-color:#ebf6fc}cpc-involved-actors span{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px;color:#8dbe22}cpc-involved-actors cpc-icon{color:#8dbe22}cpc-involved-actors .extra-actors{color:#fff;background-color:#8dbe22;border:1px solid #fff}a,cpc-involved-actors .extra-actors{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}a{cursor:pointer;text-decoration:none;display:inline-flex;align-items:center}a,a:focus{color:#8dbe22}a:active,a:hover{color:#6f9b00}a:active cpc-icon-button,a:hover cpc-icon-button{background-color:#6f9b00}a.disabled,a:disabled{color:#e0e0e0;pointer-events:none}a cpc-icon{margin:0 8px}a cpc-icon:first-child{margin-left:0}a cpc-icon:last-child{margin-right:0}a.cpc-link--1{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:16px;line-height:20px;letter-spacing:.25px}a.cpc-link--2,a.cpc-link--4,a.cpc-link--5,a.cpc-link--6{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}a.cpc-link--secondary{color:#fff}a.cpc-link--secondary:active,a.cpc-link--secondary:focus,a.cpc-link--secondary:hover{color:#6f9b00}a.cpc-link--secondary.disabled{color:#e0e0e0}cpc-logout-banner{background-color:#fff}cpc-logout-banner span{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-logout-banner strong span{font-weight:800}cpc-logout-banner cpc-icon{color:#38a9e1}mat-paginator{background:transparent!important;border-top:1px solid #ccc;border-bottom:1px solid #ccc}mat-paginator .mat-paginator-page-size-label{color:#8dbe22}mat-paginator .mat-paginator-page-size-label,mat-paginator .mat-paginator-range-actions .mat-paginator-range-label{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}mat-paginator .mat-paginator-range-actions button{background-color:initial;color:#8dbe22}mat-paginator .mat-paginator-range-actions button:hover{color:#6f9b00}mat-paginator .mat-paginator-range-actions button.mat-icon-button.mat-button-disabled{color:#e0e0e0}mat-paginator .mat-select-value{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px;color:#4c4c4c}mat-paginator .mat-form-field.mat-focused.mat-primary .mat-select-arrow,mat-paginator .mat-select-arrow{color:#4c4c4c}mat-paginator.hidden{display:none}.cpc-mat-table--wizard-table mat-paginator{border-color:#fff}.mat-select-panel-wrap .mat-select-panel .mat-option{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px;height:35px;padding:0 10px}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px;color:#e8f7c6;background-color:#8dbe22!important}.mat-option:focus:not(.mat-option-disabled),.mat-option:hover:not(.mat-option-disabled){font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px;color:#333;background-color:#e8f7c6}.mat-form-field-ripple,.mat-form-field.mat-focused .mat-form-field-ripple{opacity:0!important}cpc-mat-table cpc-filter-area{width:100%;margin-top:20px;margin-bottom:20px}cpc-mat-table [mat-table],cpc-mat-table mat-table{width:100%}cpc-mat-table [mat-table] [mat-cell],cpc-mat-table [mat-table] [mat-footer-cell],cpc-mat-table [mat-table] [mat-header-cell],cpc-mat-table [mat-table] mat-cell,cpc-mat-table [mat-table] mat-footer-cell,cpc-mat-table [mat-table] mat-header-cell,cpc-mat-table mat-table [mat-cell],cpc-mat-table mat-table [mat-footer-cell],cpc-mat-table mat-table [mat-header-cell],cpc-mat-table mat-table mat-cell,cpc-mat-table mat-table mat-footer-cell,cpc-mat-table mat-table mat-header-cell{vertical-align:middle;word-break:break-word;padding-right:30px}cpc-mat-table [mat-table] [mat-cell].mat-column-actions,cpc-mat-table [mat-table] [mat-footer-cell].mat-column-actions,cpc-mat-table [mat-table] [mat-header-cell].mat-column-actions,cpc-mat-table [mat-table] mat-cell.mat-column-actions,cpc-mat-table [mat-table] mat-footer-cell.mat-column-actions,cpc-mat-table [mat-table] mat-header-cell.mat-column-actions,cpc-mat-table mat-table [mat-cell].mat-column-actions,cpc-mat-table mat-table [mat-footer-cell].mat-column-actions,cpc-mat-table mat-table [mat-header-cell].mat-column-actions,cpc-mat-table mat-table mat-cell.mat-column-actions,cpc-mat-table mat-table mat-footer-cell.mat-column-actions,cpc-mat-table mat-table mat-header-cell.mat-column-actions{padding-top:0;padding-bottom:0}cpc-mat-table [mat-table] [mat-cell].mat-column-actions cpc-more-actions,cpc-mat-table [mat-table] [mat-footer-cell].mat-column-actions cpc-more-actions,cpc-mat-table [mat-table] [mat-header-cell].mat-column-actions cpc-more-actions,cpc-mat-table [mat-table] mat-cell.mat-column-actions cpc-more-actions,cpc-mat-table [mat-table] mat-footer-cell.mat-column-actions cpc-more-actions,cpc-mat-table [mat-table] mat-header-cell.mat-column-actions cpc-more-actions,cpc-mat-table mat-table [mat-cell].mat-column-actions cpc-more-actions,cpc-mat-table mat-table [mat-footer-cell].mat-column-actions cpc-more-actions,cpc-mat-table mat-table [mat-header-cell].mat-column-actions cpc-more-actions,cpc-mat-table mat-table mat-cell.mat-column-actions cpc-more-actions,cpc-mat-table mat-table mat-footer-cell.mat-column-actions cpc-more-actions,cpc-mat-table mat-table mat-header-cell.mat-column-actions cpc-more-actions{display:inline-block}cpc-mat-table [mat-table] [mat-cell].mat-column-single-select,cpc-mat-table [mat-table] [mat-footer-cell].mat-column-single-select,cpc-mat-table [mat-table] [mat-header-cell].mat-column-single-select,cpc-mat-table [mat-table] mat-cell.mat-column-single-select,cpc-mat-table [mat-table] mat-footer-cell.mat-column-single-select,cpc-mat-table [mat-table] mat-header-cell.mat-column-single-select,cpc-mat-table mat-table [mat-cell].mat-column-single-select,cpc-mat-table mat-table [mat-footer-cell].mat-column-single-select,cpc-mat-table mat-table [mat-header-cell].mat-column-single-select,cpc-mat-table mat-table mat-cell.mat-column-single-select,cpc-mat-table mat-table mat-footer-cell.mat-column-single-select,cpc-mat-table mat-table mat-header-cell.mat-column-single-select{padding-top:0;padding-bottom:0;padding-right:0}cpc-mat-table [mat-table] [mat-cell].mat-column-single-select cpc-radio-button,cpc-mat-table [mat-table] [mat-footer-cell].mat-column-single-select cpc-radio-button,cpc-mat-table [mat-table] [mat-header-cell].mat-column-single-select cpc-radio-button,cpc-mat-table [mat-table] mat-cell.mat-column-single-select cpc-radio-button,cpc-mat-table [mat-table] mat-footer-cell.mat-column-single-select cpc-radio-button,cpc-mat-table [mat-table] mat-header-cell.mat-column-single-select cpc-radio-button,cpc-mat-table mat-table [mat-cell].mat-column-single-select cpc-radio-button,cpc-mat-table mat-table [mat-footer-cell].mat-column-single-select cpc-radio-button,cpc-mat-table mat-table [mat-header-cell].mat-column-single-select cpc-radio-button,cpc-mat-table mat-table mat-cell.mat-column-single-select cpc-radio-button,cpc-mat-table mat-table mat-footer-cell.mat-column-single-select cpc-radio-button,cpc-mat-table mat-table mat-header-cell.mat-column-single-select cpc-radio-button{display:block;margin:0 auto;max-width:30px}cpc-mat-table [mat-table] [mat-cell].mat-column-single-select cpc-radio-button ::ng-deep label,cpc-mat-table [mat-table] [mat-footer-cell].mat-column-single-select cpc-radio-button ::ng-deep label,cpc-mat-table [mat-table] [mat-header-cell].mat-column-single-select cpc-radio-button ::ng-deep label,cpc-mat-table [mat-table] mat-cell.mat-column-single-select cpc-radio-button ::ng-deep label,cpc-mat-table [mat-table] mat-footer-cell.mat-column-single-select cpc-radio-button ::ng-deep label,cpc-mat-table [mat-table] mat-header-cell.mat-column-single-select cpc-radio-button ::ng-deep label,cpc-mat-table mat-table [mat-cell].mat-column-single-select cpc-radio-button ::ng-deep label,cpc-mat-table mat-table [mat-footer-cell].mat-column-single-select cpc-radio-button ::ng-deep label,cpc-mat-table mat-table [mat-header-cell].mat-column-single-select cpc-radio-button ::ng-deep label,cpc-mat-table mat-table mat-cell.mat-column-single-select cpc-radio-button ::ng-deep label,cpc-mat-table mat-table mat-footer-cell.mat-column-single-select cpc-radio-button ::ng-deep label,cpc-mat-table mat-table mat-header-cell.mat-column-single-select cpc-radio-button ::ng-deep label{padding:0}cpc-mat-table [mat-table] [mat-cell].mat-column-multi-select,cpc-mat-table [mat-table] [mat-footer-cell].mat-column-multi-select,cpc-mat-table [mat-table] [mat-header-cell].mat-column-multi-select,cpc-mat-table [mat-table] mat-cell.mat-column-multi-select,cpc-mat-table [mat-table] mat-footer-cell.mat-column-multi-select,cpc-mat-table [mat-table] mat-header-cell.mat-column-multi-select,cpc-mat-table mat-table [mat-cell].mat-column-multi-select,cpc-mat-table mat-table [mat-footer-cell].mat-column-multi-select,cpc-mat-table mat-table [mat-header-cell].mat-column-multi-select,cpc-mat-table mat-table mat-cell.mat-column-multi-select,cpc-mat-table mat-table mat-footer-cell.mat-column-multi-select,cpc-mat-table mat-table mat-header-cell.mat-column-multi-select{padding-top:0;padding-bottom:0;padding-right:0}cpc-mat-table [mat-table] [mat-cell].mat-column-multi-select .indeterminate-container,cpc-mat-table [mat-table] [mat-footer-cell].mat-column-multi-select .indeterminate-container,cpc-mat-table [mat-table] [mat-header-cell].mat-column-multi-select .indeterminate-container,cpc-mat-table [mat-table] mat-cell.mat-column-multi-select .indeterminate-container,cpc-mat-table [mat-table] mat-footer-cell.mat-column-multi-select .indeterminate-container,cpc-mat-table [mat-table] mat-header-cell.mat-column-multi-select .indeterminate-container,cpc-mat-table mat-table [mat-cell].mat-column-multi-select .indeterminate-container,cpc-mat-table mat-table [mat-footer-cell].mat-column-multi-select .indeterminate-container,cpc-mat-table mat-table [mat-header-cell].mat-column-multi-select .indeterminate-container,cpc-mat-table mat-table mat-cell.mat-column-multi-select .indeterminate-container,cpc-mat-table mat-table mat-footer-cell.mat-column-multi-select .indeterminate-container,cpc-mat-table mat-table mat-header-cell.mat-column-multi-select .indeterminate-container{width:100%}cpc-mat-table [mat-table] [mat-cell].mat-column-multi-select .indeterminate,cpc-mat-table [mat-table] [mat-footer-cell].mat-column-multi-select .indeterminate,cpc-mat-table [mat-table] [mat-header-cell].mat-column-multi-select .indeterminate,cpc-mat-table [mat-table] mat-cell.mat-column-multi-select .indeterminate,cpc-mat-table [mat-table] mat-footer-cell.mat-column-multi-select .indeterminate,cpc-mat-table [mat-table] mat-header-cell.mat-column-multi-select .indeterminate,cpc-mat-table mat-table [mat-cell].mat-column-multi-select .indeterminate,cpc-mat-table mat-table [mat-footer-cell].mat-column-multi-select .indeterminate,cpc-mat-table mat-table [mat-header-cell].mat-column-multi-select .indeterminate,cpc-mat-table mat-table mat-cell.mat-column-multi-select .indeterminate,cpc-mat-table mat-table mat-footer-cell.mat-column-multi-select .indeterminate,cpc-mat-table mat-table mat-header-cell.mat-column-multi-select .indeterminate{max-width:30px;height:30px;margin:0 auto;border-radius:4px;text-align:center;cursor:pointer;background-color:#8dbe22;color:#fff}cpc-mat-table [mat-table] [mat-cell].mat-column-multi-select .indeterminate .square,cpc-mat-table [mat-table] [mat-footer-cell].mat-column-multi-select .indeterminate .square,cpc-mat-table [mat-table] [mat-header-cell].mat-column-multi-select .indeterminate .square,cpc-mat-table [mat-table] mat-cell.mat-column-multi-select .indeterminate .square,cpc-mat-table [mat-table] mat-footer-cell.mat-column-multi-select .indeterminate .square,cpc-mat-table [mat-table] mat-header-cell.mat-column-multi-select .indeterminate .square,cpc-mat-table mat-table [mat-cell].mat-column-multi-select .indeterminate .square,cpc-mat-table mat-table [mat-footer-cell].mat-column-multi-select .indeterminate .square,cpc-mat-table mat-table [mat-header-cell].mat-column-multi-select .indeterminate .square,cpc-mat-table mat-table mat-cell.mat-column-multi-select .indeterminate .square,cpc-mat-table mat-table mat-footer-cell.mat-column-multi-select .indeterminate .square,cpc-mat-table mat-table mat-header-cell.mat-column-multi-select .indeterminate .square{width:15px;height:15px;background-color:#fff}cpc-mat-table [mat-table] [mat-cell].mat-column-multi-select cpc-checkbox,cpc-mat-table [mat-table] [mat-footer-cell].mat-column-multi-select cpc-checkbox,cpc-mat-table [mat-table] [mat-header-cell].mat-column-multi-select cpc-checkbox,cpc-mat-table [mat-table] mat-cell.mat-column-multi-select cpc-checkbox,cpc-mat-table [mat-table] mat-footer-cell.mat-column-multi-select cpc-checkbox,cpc-mat-table [mat-table] mat-header-cell.mat-column-multi-select cpc-checkbox,cpc-mat-table mat-table [mat-cell].mat-column-multi-select cpc-checkbox,cpc-mat-table mat-table [mat-footer-cell].mat-column-multi-select cpc-checkbox,cpc-mat-table mat-table [mat-header-cell].mat-column-multi-select cpc-checkbox,cpc-mat-table mat-table mat-cell.mat-column-multi-select cpc-checkbox,cpc-mat-table mat-table mat-footer-cell.mat-column-multi-select cpc-checkbox,cpc-mat-table mat-table mat-header-cell.mat-column-multi-select cpc-checkbox{display:block;width:30px;margin:0 auto}cpc-mat-table [mat-table] [mat-cell].mat-column-multi-select cpc-checkbox .cpc-checkbox,cpc-mat-table [mat-table] [mat-footer-cell].mat-column-multi-select cpc-checkbox .cpc-checkbox,cpc-mat-table [mat-table] [mat-header-cell].mat-column-multi-select cpc-checkbox .cpc-checkbox,cpc-mat-table [mat-table] mat-cell.mat-column-multi-select cpc-checkbox .cpc-checkbox,cpc-mat-table [mat-table] mat-footer-cell.mat-column-multi-select cpc-checkbox .cpc-checkbox,cpc-mat-table [mat-table] mat-header-cell.mat-column-multi-select cpc-checkbox .cpc-checkbox,cpc-mat-table mat-table [mat-cell].mat-column-multi-select cpc-checkbox .cpc-checkbox,cpc-mat-table mat-table [mat-footer-cell].mat-column-multi-select cpc-checkbox .cpc-checkbox,cpc-mat-table mat-table [mat-header-cell].mat-column-multi-select cpc-checkbox .cpc-checkbox,cpc-mat-table mat-table mat-cell.mat-column-multi-select cpc-checkbox .cpc-checkbox,cpc-mat-table mat-table mat-footer-cell.mat-column-multi-select cpc-checkbox .cpc-checkbox,cpc-mat-table mat-table mat-header-cell.mat-column-multi-select cpc-checkbox .cpc-checkbox{padding:0!important}cpc-mat-table [mat-table] [mat-cell]:first-of-type,cpc-mat-table [mat-table] [mat-footer-cell]:first-of-type,cpc-mat-table [mat-table] [mat-header-cell]:first-of-type,cpc-mat-table [mat-table] mat-cell:first-of-type,cpc-mat-table [mat-table] mat-footer-cell:first-of-type,cpc-mat-table [mat-table] mat-header-cell:first-of-type,cpc-mat-table mat-table [mat-cell]:first-of-type,cpc-mat-table mat-table [mat-footer-cell]:first-of-type,cpc-mat-table mat-table [mat-header-cell]:first-of-type,cpc-mat-table mat-table mat-cell:first-of-type,cpc-mat-table mat-table mat-footer-cell:first-of-type,cpc-mat-table mat-table mat-header-cell:first-of-type{padding-left:0}cpc-mat-table [mat-table] [mat-cell]:last-of-type,cpc-mat-table [mat-table] [mat-footer-cell]:last-of-type,cpc-mat-table [mat-table] [mat-header-cell]:last-of-type,cpc-mat-table [mat-table] mat-cell:last-of-type,cpc-mat-table [mat-table] mat-footer-cell:last-of-type,cpc-mat-table [mat-table] mat-header-cell:last-of-type,cpc-mat-table mat-table [mat-cell]:last-of-type,cpc-mat-table mat-table [mat-footer-cell]:last-of-type,cpc-mat-table mat-table [mat-header-cell]:last-of-type,cpc-mat-table mat-table mat-cell:last-of-type,cpc-mat-table mat-table mat-footer-cell:last-of-type,cpc-mat-table mat-table mat-header-cell:last-of-type{padding-right:0}cpc-mat-table [mat-table] [mat-cell].mat-table-sticky.mat-column-actions,cpc-mat-table [mat-table] [mat-cell].mat-table-sticky.mat-column-multi-select,cpc-mat-table [mat-table] [mat-cell].mat-table-sticky.mat-column-single-select,cpc-mat-table [mat-table] [mat-footer-cell].mat-table-sticky.mat-column-actions,cpc-mat-table [mat-table] [mat-footer-cell].mat-table-sticky.mat-column-multi-select,cpc-mat-table [mat-table] [mat-footer-cell].mat-table-sticky.mat-column-single-select,cpc-mat-table [mat-table] [mat-header-cell].mat-table-sticky.mat-column-actions,cpc-mat-table [mat-table] [mat-header-cell].mat-table-sticky.mat-column-multi-select,cpc-mat-table [mat-table] [mat-header-cell].mat-table-sticky.mat-column-single-select,cpc-mat-table [mat-table] mat-cell.mat-table-sticky.mat-column-actions,cpc-mat-table [mat-table] mat-cell.mat-table-sticky.mat-column-multi-select,cpc-mat-table [mat-table] mat-cell.mat-table-sticky.mat-column-single-select,cpc-mat-table [mat-table] mat-footer-cell.mat-table-sticky.mat-column-actions,cpc-mat-table [mat-table] mat-footer-cell.mat-table-sticky.mat-column-multi-select,cpc-mat-table [mat-table] mat-footer-cell.mat-table-sticky.mat-column-single-select,cpc-mat-table [mat-table] mat-header-cell.mat-table-sticky.mat-column-actions,cpc-mat-table [mat-table] mat-header-cell.mat-table-sticky.mat-column-multi-select,cpc-mat-table [mat-table] mat-header-cell.mat-table-sticky.mat-column-single-select,cpc-mat-table mat-table [mat-cell].mat-table-sticky.mat-column-actions,cpc-mat-table mat-table [mat-cell].mat-table-sticky.mat-column-multi-select,cpc-mat-table mat-table [mat-cell].mat-table-sticky.mat-column-single-select,cpc-mat-table mat-table [mat-footer-cell].mat-table-sticky.mat-column-actions,cpc-mat-table mat-table [mat-footer-cell].mat-table-sticky.mat-column-multi-select,cpc-mat-table mat-table [mat-footer-cell].mat-table-sticky.mat-column-single-select,cpc-mat-table mat-table [mat-header-cell].mat-table-sticky.mat-column-actions,cpc-mat-table mat-table [mat-header-cell].mat-table-sticky.mat-column-multi-select,cpc-mat-table mat-table [mat-header-cell].mat-table-sticky.mat-column-single-select,cpc-mat-table mat-table mat-cell.mat-table-sticky.mat-column-actions,cpc-mat-table mat-table mat-cell.mat-table-sticky.mat-column-multi-select,cpc-mat-table mat-table mat-cell.mat-table-sticky.mat-column-single-select,cpc-mat-table mat-table mat-footer-cell.mat-table-sticky.mat-column-actions,cpc-mat-table mat-table mat-footer-cell.mat-table-sticky.mat-column-multi-select,cpc-mat-table mat-table mat-footer-cell.mat-table-sticky.mat-column-single-select,cpc-mat-table mat-table mat-header-cell.mat-table-sticky.mat-column-actions,cpc-mat-table mat-table mat-header-cell.mat-table-sticky.mat-column-multi-select,cpc-mat-table mat-table mat-header-cell.mat-table-sticky.mat-column-single-select{background-color:#ebf6fc}cpc-mat-table [mat-table] [mat-cell].mat-table-sticky.mat-column-actions+.mat-cell,cpc-mat-table [mat-table] [mat-cell].mat-table-sticky.mat-column-actions+.mat-header-cell,cpc-mat-table [mat-table] [mat-cell].mat-table-sticky.mat-column-multi-select+.mat-cell,cpc-mat-table [mat-table] [mat-cell].mat-table-sticky.mat-column-multi-select+.mat-header-cell,cpc-mat-table [mat-table] [mat-cell].mat-table-sticky.mat-column-single-select+.mat-cell,cpc-mat-table [mat-table] [mat-cell].mat-table-sticky.mat-column-single-select+.mat-header-cell,cpc-mat-table [mat-table] [mat-footer-cell].mat-table-sticky.mat-column-actions+.mat-cell,cpc-mat-table [mat-table] [mat-footer-cell].mat-table-sticky.mat-column-actions+.mat-header-cell,cpc-mat-table [mat-table] [mat-footer-cell].mat-table-sticky.mat-column-multi-select+.mat-cell,cpc-mat-table [mat-table] [mat-footer-cell].mat-table-sticky.mat-column-multi-select+.mat-header-cell,cpc-mat-table [mat-table] [mat-footer-cell].mat-table-sticky.mat-column-single-select+.mat-cell,cpc-mat-table [mat-table] [mat-footer-cell].mat-table-sticky.mat-column-single-select+.mat-header-cell,cpc-mat-table [mat-table] [mat-header-cell].mat-table-sticky.mat-column-actions+.mat-cell,cpc-mat-table [mat-table] [mat-header-cell].mat-table-sticky.mat-column-actions+.mat-header-cell,cpc-mat-table [mat-table] [mat-header-cell].mat-table-sticky.mat-column-multi-select+.mat-cell,cpc-mat-table [mat-table] [mat-header-cell].mat-table-sticky.mat-column-multi-select+.mat-header-cell,cpc-mat-table [mat-table] [mat-header-cell].mat-table-sticky.mat-column-single-select+.mat-cell,cpc-mat-table [mat-table] [mat-header-cell].mat-table-sticky.mat-column-single-select+.mat-header-cell,cpc-mat-table [mat-table] mat-cell.mat-table-sticky.mat-column-actions+.mat-cell,cpc-mat-table [mat-table] mat-cell.mat-table-sticky.mat-column-actions+.mat-header-cell,cpc-mat-table [mat-table] mat-cell.mat-table-sticky.mat-column-multi-select+.mat-cell,cpc-mat-table [mat-table] mat-cell.mat-table-sticky.mat-column-multi-select+.mat-header-cell,cpc-mat-table [mat-table] mat-cell.mat-table-sticky.mat-column-single-select+.mat-cell,cpc-mat-table [mat-table] mat-cell.mat-table-sticky.mat-column-single-select+.mat-header-cell,cpc-mat-table [mat-table] mat-footer-cell.mat-table-sticky.mat-column-actions+.mat-cell,cpc-mat-table [mat-table] mat-footer-cell.mat-table-sticky.mat-column-actions+.mat-header-cell,cpc-mat-table [mat-table] mat-footer-cell.mat-table-sticky.mat-column-multi-select+.mat-cell,cpc-mat-table [mat-table] mat-footer-cell.mat-table-sticky.mat-column-multi-select+.mat-header-cell,cpc-mat-table [mat-table] mat-footer-cell.mat-table-sticky.mat-column-single-select+.mat-cell,cpc-mat-table [mat-table] mat-footer-cell.mat-table-sticky.mat-column-single-select+.mat-header-cell,cpc-mat-table [mat-table] mat-header-cell.mat-table-sticky.mat-column-actions+.mat-cell,cpc-mat-table [mat-table] mat-header-cell.mat-table-sticky.mat-column-actions+.mat-header-cell,cpc-mat-table [mat-table] mat-header-cell.mat-table-sticky.mat-column-multi-select+.mat-cell,cpc-mat-table [mat-table] mat-header-cell.mat-table-sticky.mat-column-multi-select+.mat-header-cell,cpc-mat-table [mat-table] mat-header-cell.mat-table-sticky.mat-column-single-select+.mat-cell,cpc-mat-table [mat-table] mat-header-cell.mat-table-sticky.mat-column-single-select+.mat-header-cell,cpc-mat-table mat-table [mat-cell].mat-table-sticky.mat-column-actions+.mat-cell,cpc-mat-table mat-table [mat-cell].mat-table-sticky.mat-column-actions+.mat-header-cell,cpc-mat-table mat-table [mat-cell].mat-table-sticky.mat-column-multi-select+.mat-cell,cpc-mat-table mat-table [mat-cell].mat-table-sticky.mat-column-multi-select+.mat-header-cell,cpc-mat-table mat-table [mat-cell].mat-table-sticky.mat-column-single-select+.mat-cell,cpc-mat-table mat-table [mat-cell].mat-table-sticky.mat-column-single-select+.mat-header-cell,cpc-mat-table mat-table [mat-footer-cell].mat-table-sticky.mat-column-actions+.mat-cell,cpc-mat-table mat-table [mat-footer-cell].mat-table-sticky.mat-column-actions+.mat-header-cell,cpc-mat-table mat-table [mat-footer-cell].mat-table-sticky.mat-column-multi-select+.mat-cell,cpc-mat-table mat-table [mat-footer-cell].mat-table-sticky.mat-column-multi-select+.mat-header-cell,cpc-mat-table mat-table [mat-footer-cell].mat-table-sticky.mat-column-single-select+.mat-cell,cpc-mat-table mat-table [mat-footer-cell].mat-table-sticky.mat-column-single-select+.mat-header-cell,cpc-mat-table mat-table [mat-header-cell].mat-table-sticky.mat-column-actions+.mat-cell,cpc-mat-table mat-table [mat-header-cell].mat-table-sticky.mat-column-actions+.mat-header-cell,cpc-mat-table mat-table [mat-header-cell].mat-table-sticky.mat-column-multi-select+.mat-cell,cpc-mat-table mat-table [mat-header-cell].mat-table-sticky.mat-column-multi-select+.mat-header-cell,cpc-mat-table mat-table [mat-header-cell].mat-table-sticky.mat-column-single-select+.mat-cell,cpc-mat-table mat-table [mat-header-cell].mat-table-sticky.mat-column-single-select+.mat-header-cell,cpc-mat-table mat-table mat-cell.mat-table-sticky.mat-column-actions+.mat-cell,cpc-mat-table mat-table mat-cell.mat-table-sticky.mat-column-actions+.mat-header-cell,cpc-mat-table mat-table mat-cell.mat-table-sticky.mat-column-multi-select+.mat-cell,cpc-mat-table mat-table mat-cell.mat-table-sticky.mat-column-multi-select+.mat-header-cell,cpc-mat-table mat-table mat-cell.mat-table-sticky.mat-column-single-select+.mat-cell,cpc-mat-table mat-table mat-cell.mat-table-sticky.mat-column-single-select+.mat-header-cell,cpc-mat-table mat-table mat-footer-cell.mat-table-sticky.mat-column-actions+.mat-cell,cpc-mat-table mat-table mat-footer-cell.mat-table-sticky.mat-column-actions+.mat-header-cell,cpc-mat-table mat-table mat-footer-cell.mat-table-sticky.mat-column-multi-select+.mat-cell,cpc-mat-table mat-table mat-footer-cell.mat-table-sticky.mat-column-multi-select+.mat-header-cell,cpc-mat-table mat-table mat-footer-cell.mat-table-sticky.mat-column-single-select+.mat-cell,cpc-mat-table mat-table mat-footer-cell.mat-table-sticky.mat-column-single-select+.mat-header-cell,cpc-mat-table mat-table mat-header-cell.mat-table-sticky.mat-column-actions+.mat-cell,cpc-mat-table mat-table mat-header-cell.mat-table-sticky.mat-column-actions+.mat-header-cell,cpc-mat-table mat-table mat-header-cell.mat-table-sticky.mat-column-multi-select+.mat-cell,cpc-mat-table mat-table mat-header-cell.mat-table-sticky.mat-column-multi-select+.mat-header-cell,cpc-mat-table mat-table mat-header-cell.mat-table-sticky.mat-column-single-select+.mat-cell,cpc-mat-table mat-table mat-header-cell.mat-table-sticky.mat-column-single-select+.mat-header-cell{padding-left:20px}cpc-mat-table [mat-table] [mat-cell].mat-table-sticky.mat-column-multi-select,cpc-mat-table [mat-table] [mat-cell].mat-table-sticky.mat-column-single-select,cpc-mat-table [mat-table] [mat-footer-cell].mat-table-sticky.mat-column-multi-select,cpc-mat-table [mat-table] [mat-footer-cell].mat-table-sticky.mat-column-single-select,cpc-mat-table [mat-table] [mat-header-cell].mat-table-sticky.mat-column-multi-select,cpc-mat-table [mat-table] [mat-header-cell].mat-table-sticky.mat-column-single-select,cpc-mat-table [mat-table] mat-cell.mat-table-sticky.mat-column-multi-select,cpc-mat-table [mat-table] mat-cell.mat-table-sticky.mat-column-single-select,cpc-mat-table [mat-table] mat-footer-cell.mat-table-sticky.mat-column-multi-select,cpc-mat-table [mat-table] mat-footer-cell.mat-table-sticky.mat-column-single-select,cpc-mat-table [mat-table] mat-header-cell.mat-table-sticky.mat-column-multi-select,cpc-mat-table [mat-table] mat-header-cell.mat-table-sticky.mat-column-single-select,cpc-mat-table mat-table [mat-cell].mat-table-sticky.mat-column-multi-select,cpc-mat-table mat-table [mat-cell].mat-table-sticky.mat-column-single-select,cpc-mat-table mat-table [mat-footer-cell].mat-table-sticky.mat-column-multi-select,cpc-mat-table mat-table [mat-footer-cell].mat-table-sticky.mat-column-single-select,cpc-mat-table mat-table [mat-header-cell].mat-table-sticky.mat-column-multi-select,cpc-mat-table mat-table [mat-header-cell].mat-table-sticky.mat-column-single-select,cpc-mat-table mat-table mat-cell.mat-table-sticky.mat-column-multi-select,cpc-mat-table mat-table mat-cell.mat-table-sticky.mat-column-single-select,cpc-mat-table mat-table mat-footer-cell.mat-table-sticky.mat-column-multi-select,cpc-mat-table mat-table mat-footer-cell.mat-table-sticky.mat-column-single-select,cpc-mat-table mat-table mat-header-cell.mat-table-sticky.mat-column-multi-select,cpc-mat-table mat-table mat-header-cell.mat-table-sticky.mat-column-single-select{border-right:1px solid #ccc}cpc-mat-table [mat-table] [mat-cell].mat-table-sticky.mat-column-actions,cpc-mat-table [mat-table] [mat-footer-cell].mat-table-sticky.mat-column-actions,cpc-mat-table [mat-table] [mat-header-cell].mat-table-sticky.mat-column-actions,cpc-mat-table [mat-table] mat-cell.mat-table-sticky.mat-column-actions,cpc-mat-table [mat-table] mat-footer-cell.mat-table-sticky.mat-column-actions,cpc-mat-table [mat-table] mat-header-cell.mat-table-sticky.mat-column-actions,cpc-mat-table mat-table [mat-cell].mat-table-sticky.mat-column-actions,cpc-mat-table mat-table [mat-footer-cell].mat-table-sticky.mat-column-actions,cpc-mat-table mat-table [mat-header-cell].mat-table-sticky.mat-column-actions,cpc-mat-table mat-table mat-cell.mat-table-sticky.mat-column-actions,cpc-mat-table mat-table mat-footer-cell.mat-table-sticky.mat-column-actions,cpc-mat-table mat-table mat-header-cell.mat-table-sticky.mat-column-actions{border-left:1px solid #ccc}cpc-mat-table [mat-table] .mat-header-cell,cpc-mat-table [mat-table] [mat-header-cell],cpc-mat-table mat-table .mat-header-cell,cpc-mat-table mat-table [mat-header-cell]{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px;color:#8dbe22;background-color:#fff;border-top:1px solid #ccc;border-bottom:1px solid #ccc}cpc-mat-table [mat-table] .mat-header-cell .mat-sort-header-arrow,cpc-mat-table [mat-table] [mat-header-cell] .mat-sort-header-arrow,cpc-mat-table mat-table .mat-header-cell .mat-sort-header-arrow,cpc-mat-table mat-table [mat-header-cell] .mat-sort-header-arrow{color:#8dbe22}cpc-mat-table [mat-table] .mat-header-cell.mat-sort-header:hover,cpc-mat-table [mat-table] [mat-header-cell].mat-sort-header:hover,cpc-mat-table mat-table .mat-header-cell.mat-sort-header:hover,cpc-mat-table mat-table [mat-header-cell].mat-sort-header:hover{color:#6f9b00;cursor:pointer}cpc-mat-table [mat-table] .mat-header-cell.mat-sort-header:hover .mat-sort-header-arrow,cpc-mat-table [mat-table] [mat-header-cell].mat-sort-header:hover .mat-sort-header-arrow,cpc-mat-table mat-table .mat-header-cell.mat-sort-header:hover .mat-sort-header-arrow,cpc-mat-table mat-table [mat-header-cell].mat-sort-header:hover .mat-sort-header-arrow{color:#6f9b00}cpc-mat-table [mat-table] .mat-header-cell.mat-sort-header:hover .mat-sort-header-container:not(.mat-sort-header-sorted) .mat-sort-header-arrow,cpc-mat-table [mat-table] [mat-header-cell].mat-sort-header:hover .mat-sort-header-container:not(.mat-sort-header-sorted) .mat-sort-header-arrow,cpc-mat-table mat-table .mat-header-cell.mat-sort-header:hover .mat-sort-header-container:not(.mat-sort-header-sorted) .mat-sort-header-arrow,cpc-mat-table mat-table [mat-header-cell].mat-sort-header:hover .mat-sort-header-container:not(.mat-sort-header-sorted) .mat-sort-header-arrow{color:#8dbe22}cpc-mat-table [mat-table] .mat-cell,cpc-mat-table [mat-table] [mat-cell],cpc-mat-table mat-table .mat-cell,cpc-mat-table mat-table [mat-cell]{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:.25px;color:#4c4c4c;padding-top:16px;padding-bottom:16px;border-bottom:1px solid #ccc}cpc-mat-table [mat-table] .mat-footer-cell,cpc-mat-table [mat-table] mat-footer-row .mat-cell,cpc-mat-table mat-table .mat-footer-cell,cpc-mat-table mat-table mat-footer-row .mat-cell{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px;color:#999;padding-top:16px;padding-bottom:16px;text-align:center;justify-content:center;margin:0 auto;border-bottom:1px solid #ccc}cpc-mat-table [mat-table] tr.mat-header-row,cpc-mat-table mat-table tr.mat-header-row{min-height:50px;height:50px}cpc-mat-table [mat-table] tr.mat-row,cpc-mat-table mat-table tr.mat-row{height:59px}cpc-mat-table [mat-table] tr.mat-footer-row,cpc-mat-table mat-table tr.mat-footer-row{height:0}cpc-mat-table [mat-table] mat-footer-row,cpc-mat-table [mat-table] mat-header-row,cpc-mat-table [mat-table] mat-row,cpc-mat-table mat-table mat-footer-row,cpc-mat-table mat-table mat-header-row,cpc-mat-table mat-table mat-row{align-items:stretch;border:none}cpc-mat-table [mat-table] .mat-row.disabled .mat-cell,cpc-mat-table mat-table .mat-row.disabled .mat-cell{color:#e0e0e0}cpc-mat-table [mat-table] .mat-row.disabled .mat-cell cpc-radio-button,cpc-mat-table mat-table .mat-row.disabled .mat-cell cpc-radio-button{pointer-events:none}cpc-mat-table [mat-table] .mat-row.disabled .mat-cell cpc-radio-button .cpc-radio-button .input-container .input,cpc-mat-table mat-table .mat-row.disabled .mat-cell cpc-radio-button .cpc-radio-button .input-container .input{border:1px solid var(--pon-cpc-radio-button--disabled)!important}cpc-mat-table [mat-table] .mat-row.disabled .mat-cell cpc-checkbox,cpc-mat-table mat-table .mat-row.disabled .mat-cell cpc-checkbox{pointer-events:none}cpc-mat-table [mat-table] .mat-row.disabled .mat-cell cpc-checkbox .cpc-checkbox .input-container .input,cpc-mat-table mat-table .mat-row.disabled .mat-cell cpc-checkbox .cpc-checkbox .input-container .input{background-color:#828282;border:2px solid #828282}cpc-mat-table [mat-table] .mat-row.disabled .mat-cell cpc-checkbox .cpc-checkbox .input-container .input:not(.input--checked),cpc-mat-table mat-table .mat-row.disabled .mat-cell cpc-checkbox .cpc-checkbox .input-container .input:not(.input--checked){background-color:#fff;border:1px solid #828282}cpc-mat-table [mat-table] .mat-row.disabled .mat-cell cpc-more-actions,cpc-mat-table mat-table .mat-row.disabled .mat-cell cpc-more-actions{pointer-events:none}cpc-mat-table [mat-table] .mat-row.disabled .mat-cell cpc-more-actions cpc-icon-button,cpc-mat-table mat-table .mat-row.disabled .mat-cell cpc-more-actions cpc-icon-button{color:#e0e0e0}cpc-mat-table [mat-table] [mat-cell]:not(.mat-column-actions):not(.mat-column-single-select):not(.mat-column-multi-select),cpc-mat-table [mat-table] [mat-footer-cell]:not(.mat-column-actions):not(.mat-column-single-select):not(.mat-column-multi-select),cpc-mat-table [mat-table] [mat-header-cell]:not(.mat-column-actions):not(.mat-column-single-select):not(.mat-column-multi-select){min-width:150px}cpc-mat-table [mat-table] [mat-cell].mat-column-actions,cpc-mat-table [mat-table] [mat-cell].mat-column-multi-select,cpc-mat-table [mat-table] [mat-cell].mat-column-single-select,cpc-mat-table [mat-table] [mat-footer-cell].mat-column-actions,cpc-mat-table [mat-table] [mat-footer-cell].mat-column-multi-select,cpc-mat-table [mat-table] [mat-footer-cell].mat-column-single-select,cpc-mat-table [mat-table] [mat-header-cell].mat-column-actions,cpc-mat-table [mat-table] [mat-header-cell].mat-column-multi-select,cpc-mat-table [mat-table] [mat-header-cell].mat-column-single-select{width:90px;min-width:90px;text-align:center}cpc-mat-table [mat-table] [mat-cell].mat-table-sticky.mat-column-actions+.mat-cell,cpc-mat-table [mat-table] [mat-cell].mat-table-sticky.mat-column-actions+.mat-header-cell,cpc-mat-table [mat-table] [mat-cell].mat-table-sticky.mat-column-multi-select+.mat-cell,cpc-mat-table [mat-table] [mat-cell].mat-table-sticky.mat-column-multi-select+.mat-header-cell,cpc-mat-table [mat-table] [mat-cell].mat-table-sticky.mat-column-single-select+.mat-cell,cpc-mat-table [mat-table] [mat-cell].mat-table-sticky.mat-column-single-select+.mat-header-cell,cpc-mat-table [mat-table] [mat-footer-cell].mat-table-sticky.mat-column-actions+.mat-cell,cpc-mat-table [mat-table] [mat-footer-cell].mat-table-sticky.mat-column-actions+.mat-header-cell,cpc-mat-table [mat-table] [mat-footer-cell].mat-table-sticky.mat-column-multi-select+.mat-cell,cpc-mat-table [mat-table] [mat-footer-cell].mat-table-sticky.mat-column-multi-select+.mat-header-cell,cpc-mat-table [mat-table] [mat-footer-cell].mat-table-sticky.mat-column-single-select+.mat-cell,cpc-mat-table [mat-table] [mat-footer-cell].mat-table-sticky.mat-column-single-select+.mat-header-cell,cpc-mat-table [mat-table] [mat-header-cell].mat-table-sticky.mat-column-actions+.mat-cell,cpc-mat-table [mat-table] [mat-header-cell].mat-table-sticky.mat-column-actions+.mat-header-cell,cpc-mat-table [mat-table] [mat-header-cell].mat-table-sticky.mat-column-multi-select+.mat-cell,cpc-mat-table [mat-table] [mat-header-cell].mat-table-sticky.mat-column-multi-select+.mat-header-cell,cpc-mat-table [mat-table] [mat-header-cell].mat-table-sticky.mat-column-single-select+.mat-cell,cpc-mat-table [mat-table] [mat-header-cell].mat-table-sticky.mat-column-single-select+.mat-header-cell{min-width:170px!important}cpc-mat-table mat-table mat-row{min-height:26px}cpc-mat-table mat-table mat-footer-row{min-height:0}cpc-mat-table mat-table mat-header-row{min-height:48px}cpc-mat-table mat-table mat-cell:not(.mat-column-actions):not(.mat-column-single-select):not(.mat-column-multi-select),cpc-mat-table mat-table mat-footer-cell:not(.mat-column-actions):not(.mat-column-single-select):not(.mat-column-multi-select),cpc-mat-table mat-table mat-header-cell:not(.mat-column-actions):not(.mat-column-single-select):not(.mat-column-multi-select){min-width:120px;box-sizing:initial!important}cpc-mat-table mat-table mat-cell.mat-column-actions,cpc-mat-table mat-table mat-cell.mat-column-multi-select,cpc-mat-table mat-table mat-cell.mat-column-single-select,cpc-mat-table mat-table mat-footer-cell.mat-column-actions,cpc-mat-table mat-table mat-footer-cell.mat-column-multi-select,cpc-mat-table mat-table mat-footer-cell.mat-column-single-select,cpc-mat-table mat-table mat-header-cell.mat-column-actions,cpc-mat-table mat-table mat-header-cell.mat-column-multi-select,cpc-mat-table mat-table mat-header-cell.mat-column-single-select{max-width:90px;min-width:90px;justify-content:center}cpc-mat-table.cpc-mat-table--clickable-row .mat-row{cursor:pointer}cpc-mat-table.cpc-mat-table--paginator-table .mat-footer-cell,cpc-mat-table.cpc-mat-table--paginator-table .mat-row:last-of-type .mat-cell,cpc-mat-table.cpc-mat-table--paginator-table .mat-row:last-of-type [mat-cell],cpc-mat-table.cpc-mat-table--paginator-table mat-footer-row .mat-cell{border-bottom:none}cpc-mat-table.cpc-mat-table--footer-table .mat-row:last-of-type .mat-cell,cpc-mat-table.cpc-mat-table--footer-table .mat-row:last-of-type [mat-cell]{border-bottom:1px solid #ccc}cpc-mat-table.cpc-mat-table--wizard-table .mat-table{background-color:#ebf6fc}cpc-mat-table.cpc-mat-table--wizard-table .mat-table .mat-cell,cpc-mat-table.cpc-mat-table--wizard-table .mat-table .mat-footer-cell,cpc-mat-table.cpc-mat-table--wizard-table .mat-table .mat-header-cell,cpc-mat-table.cpc-mat-table--wizard-table .mat-table [mat-cell],cpc-mat-table.cpc-mat-table--wizard-table .mat-table [mat-header-cell]{border-color:#fff;background-color:#ebf6fc}cpc-mat-table.cpc-mat-table--wizard-table .mat-table .mat-cell.mat-table-sticky.mat-column-actions,cpc-mat-table.cpc-mat-table--wizard-table .mat-table .mat-cell.mat-table-sticky.mat-column-multi-select,cpc-mat-table.cpc-mat-table--wizard-table .mat-table .mat-cell.mat-table-sticky.mat-column-single-select,cpc-mat-table.cpc-mat-table--wizard-table .mat-table .mat-footer-cell.mat-table-sticky.mat-column-actions,cpc-mat-table.cpc-mat-table--wizard-table .mat-table .mat-footer-cell.mat-table-sticky.mat-column-multi-select,cpc-mat-table.cpc-mat-table--wizard-table .mat-table .mat-footer-cell.mat-table-sticky.mat-column-single-select,cpc-mat-table.cpc-mat-table--wizard-table .mat-table .mat-header-cell.mat-table-sticky.mat-column-actions,cpc-mat-table.cpc-mat-table--wizard-table .mat-table .mat-header-cell.mat-table-sticky.mat-column-multi-select,cpc-mat-table.cpc-mat-table--wizard-table .mat-table .mat-header-cell.mat-table-sticky.mat-column-single-select,cpc-mat-table.cpc-mat-table--wizard-table .mat-table [mat-cell].mat-table-sticky.mat-column-actions,cpc-mat-table.cpc-mat-table--wizard-table .mat-table [mat-cell].mat-table-sticky.mat-column-multi-select,cpc-mat-table.cpc-mat-table--wizard-table .mat-table [mat-cell].mat-table-sticky.mat-column-single-select,cpc-mat-table.cpc-mat-table--wizard-table .mat-table [mat-header-cell].mat-table-sticky.mat-column-actions,cpc-mat-table.cpc-mat-table--wizard-table .mat-table [mat-header-cell].mat-table-sticky.mat-column-multi-select,cpc-mat-table.cpc-mat-table--wizard-table .mat-table [mat-header-cell].mat-table-sticky.mat-column-single-select{background-color:#d8eef9;border-color:#fff}cpc-mat-table.cpc-mat-table--wizard-table .mat-table .mat-row:last-of-type .mat-cell,cpc-mat-table.cpc-mat-table--wizard-table .mat-table .mat-row:last-of-type [mat-cell]{border-color:#fff}cpc-mat-table.cpc-mat-table--wizard-table .mat-table .mat-row.selected .mat-cell{background-color:#b0ddf3;border-color:#fff}cpc-mat-table.cpc-mat-table--wizard-table perfect-scrollbar{border-color:#fff}cpc-navigation-bar{background-color:#fff}cpc-navigation-bar footer .logout,cpc-navigation-bar footer nav div[cpc-secondary-entries]>:first-child{border-top:2px solid #e9e9e9}cpc-navigation-bar footer nav a.active,cpc-navigation-bar main nav a.active{background-color:#e8f7c6}cpc-navigation-bar footer nav a.active:before,cpc-navigation-bar main nav a.active:before{background-color:var(--pon-main-navigation__link-before--background-color)}cpc-navigation-hub{color:#fff}cpc-navigation-hub,cpc-navigation-hub .menu{background-color:#303030}cpc-navigation-hub .menu a{border:1px solid #000}cpc-navigation-hub .menu a:hover{background-color:#000}cpc-navigation-hub .menu a cpc-icon,cpc-navigation-hub .menu a p{color:#fff}cpc-navigation-hub .container.active,cpc-navigation-hub:hover{background-color:#000}cpc-no-results cpc-icon{color:#8dbe22}cpc-no-results span{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-quick-action-tile{background-color:#ebf6fc;border:1px solid #e5e5e5}cpc-quick-action-tile .quick-action header{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:14px;line-height:16px;letter-spacing:0}cpc-quick-action-tile .quick-action span{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-quick-action-tile cpc-icon{color:#8dbe22}cpc-radio-button .cpc-radio-button .input-container .input{background-color:#fff;border:1px solid var(--pon-cpc-radio-button--border)}cpc-radio-button .cpc-radio-button .input-container .input--checked{border:9px solid var(--pon-cpc-radio-button--selected)!important}cpc-radio-button .cpc-radio-button .input-container .input--disabled{border:1px solid var(--pon-cpc-radio-button--disabled)!important}cpc-radio-button .cpc-radio-button .input-container .input--disabled.input--checked{background-color:var(--pon-cpc-radio-button--disabled-checked-bg);border:9px solid var(--pon-cpc-radio-button--disabled)!important}cpc-radio-button .cpc-radio-button .input-container .input--invalid{border:2px solid var(--pon-cpc-radio-button--error)!important}cpc-radio-button .cpc-radio-button .label-container label{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:.25px;color:var(--pon-cpc-radio-button--color)}cpc-radio-button .cpc-radio-button .label-container label:after{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-radio-button .cpc-radio-button .label-container.disabled label{color:var(--pon-cpc-radio-button--disabled)}cpc-radio-button .cpc-radio-button .label-container.invalid label{color:var(--pon-cpc-radio-button--error)}cpc-radio-button .cpc-radio-button:hover .input-container .input{border:2px solid var(--pon-cpc-radio-button--hover)}cpc-radio-button .cpc-radio-button:hover .label-container:not(.disabled) label{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-radio-button .cpc-radio-button:hover .label-container:not(.disabled):not(.invalid) label{color:var(--pon-cpc-radio-button--hover)}cpc-radio-button-tile .cpc-radio-button-tile{border:1px solid #e5e5e5;background-color:#fff}cpc-radio-button-tile .cpc-radio-button-tile cpc-icon{color:#8dbe22}cpc-radio-button-tile .cpc-radio-button-tile header{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-radio-button-tile .cpc-radio-button-tile:hover{border-color:transparent}cpc-radio-button-tile .cpc-radio-button-tile:hover cpc-radio-button .input-container .input{border:2px solid var(--pon-cpc-radio-button--hover)}cpc-radio-button-tile .cpc-radio-button-tile.input--checked{border:2px solid var(--pon-cpc-radio-button--selected)}cpc-radio-button-tile .cpc-radio-button-tile.input--invalid{border:2px solid #ed5276}cpc-search .cpc-search .input-container input{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-search .cpc-search .input-container cpc-icon{color:#133174}cpc-tag{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px;background-color:#e5e5e5}.toast-container.toast-bottom-center .cpc-toaster,.toast-container.toast-top-center .cpc-toaster{width:300px;margin-left:auto;margin-right:auto}.toast-container.toast-bottom-full-width .cpc-toaster,.toast-container.toast-top-full-width .cpc-toaster{width:96%;margin-left:auto;margin-right:auto}.cpc-toaster .toaster-content span{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}.cpc-toaster .toaster-content p{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:.25px}.cpc-toaster.toast-info{background-image:none;background-color:#f5fafd}.cpc-toaster.toast-info .toaster-status{color:#38a9e1}.cpc-toaster.toast-info .toast-progress{opacity:1;background-color:#38a9e1}.cpc-toaster.toast-error{background-image:none;background-color:#fff7f9}.cpc-toaster.toast-error .toaster-status{color:#ed5276}.cpc-toaster.toast-error .toast-progress{opacity:1;background-color:#ed5276}.cpc-toaster.toast-success{background-image:none;background-color:#f3fbf9}.cpc-toaster.toast-success .toaster-status{color:#019d7b}.cpc-toaster.toast-success .toast-progress{opacity:1;background-color:#019d7b}.cpc-toaster.toast-warning{background-image:none;background-color:#fdf3ed}.cpc-toaster.toast-warning .toaster-status{color:#ed8c52}.cpc-toaster.toast-warning .toast-progress{opacity:1;background-color:#ed8c52}@media (max-width:240px){.toast-container .cpc-toaster{width:11em}}@media (min-width:241px) and (max-width:480px){.toast-container .cpc-toaster{width:18em}}@media (min-width:481px) and (max-width:768px){.toast-container .cpc-toaster{width:25em}}cpc-toggle .cpc-toggle .toggle-thumb-container{background-color:#7f7f7f;border:2px solid #7f7f7f}cpc-toggle .cpc-toggle .toggle-thumb-container .toggle-thumb{border:2px solid #7f7f7f;background-color:#fff}cpc-toggle .cpc-toggle .toggle-thumb-container--checked{background-color:#8dbe22;border-color:#8dbe22}cpc-toggle .cpc-toggle .toggle-thumb-container--checked .toggle-thumb{border-color:#8dbe22}cpc-toggle .cpc-toggle .toggle-thumb-container--disabled{background-color:#b2b2b2;border-color:#b2b2b2}cpc-toggle .cpc-toggle .toggle-thumb-container--disabled .toggle-thumb{border-color:#b2b2b2}cpc-toggle .cpc-toggle .label-container label{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-toggle .cpc-toggle:hover .label-container:not(.label-container--disabled) label{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-toggle.ng-invalid.ng-dirty .cpc-toggle .toggle-thumb-container,cpc-toggle.ng-invalid.ng-dirty .cpc-toggle .toggle-thumb-container .toggle-thumb{border-color:#d60036!important}cpc-toggle.ng-invalid.ng-dirty .cpc-toggle .label-container label{color:#d60036}cpc-tooltip .cpc-tooltip{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px;background-color:#6f9b00;color:#fff}cpc-tooltip .cpc-tooltip:after{background-color:#6f9b00}cpc-drop-area-large .upload-area,cpc-drop-area-small .upload-area{color:#333;border:1px dashed #e0e0e0;background-color:#7197b5}cpc-drop-area-large .upload-area cpc-icon,cpc-drop-area-small .upload-area cpc-icon{color:#6f9b00}cpc-drop-area-large .hover,cpc-drop-area-small .hover{background-color:#f2f2f2}cpc-drop-area-large .upload-area{font-weight:400}cpc-drop-area-large .upload-area,cpc-drop-area-small .upload-area .upload-text{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-drop-area-small .upload-area .upload-text{font-weight:500}cpc-welcome header{font-size:28px;line-height:34px}cpc-welcome header,cpc-welcome p{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;letter-spacing:0}cpc-welcome p{font-size:16px;line-height:20px}cpc-wizard-header header{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px;background-color:#133174;color:#fff}cpc-wizard-header .progress-bar{background-color:#fff}cpc-wizard-header .progress-bar .progress-bar-content div{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px;color:#e0e0e0;border-top:6px solid #fff}cpc-wizard-header .progress-bar .progress-bar-content div.current-step{color:#38a9e1;border-top:6px solid #38a9e1}cpc-wizard-modal .wizard-modal{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px;background-color:#ebf6fc}cpc-wizard-modal .wizard-modal .hint-container cpc-icon{color:#38a9e1}cpc-wizard-modal .wizard-modal .warning-container,cpc-wizard-modal .wizard-modal .warning-container cpc-icon{color:#ed5276}cpc-wizard-modal .wizard-modal .required-hint{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px}cpc-wizard-navigation{background-color:#fff}html{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px;box-sizing:border-box}html body{background-color:#fff;color:#4c4c4c}*,:after,:before{box-sizing:inherit}body,html{min-height:100vh}li{list-style-type:none}.cpc-color-white{color:#fff!important}.cpc-color-bg-white{background-color:#fff!important}.cpc-color-gray_80{color:#333!important}.cpc-color-bg-gray_80{background-color:#333!important}.cpc-color-gray_70{color:#4c4c4c!important}.cpc-color-bg-gray_70{background-color:#4c4c4c!important}.cpc-color-gray_60{color:#666!important}.cpc-color-bg-gray_60{background-color:#666!important}.cpc-color-gray_50{color:#7f7f7f!important}.cpc-color-bg-gray_50{background-color:#7f7f7f!important}.cpc-color-gray_40{color:#999!important}.cpc-color-bg-gray_40{background-color:#999!important}.cpc-color-gray_30{color:#b2b2b2!important}.cpc-color-bg-gray_30{background-color:#b2b2b2!important}.cpc-color-gray_20{color:#ccc!important}.cpc-color-bg-gray_20{background-color:#ccc!important}.cpc-color-gray_10{color:#e5e5e5!important}.cpc-color-bg-gray_10{background-color:#e5e5e5!important}.cpc-color-gray_05{color:#f2f2f2!important}.cpc-color-bg-gray_05{background-color:#f2f2f2!important}.cpc-color-koamaru_100{color:#133174!important}.cpc-color-bg-koamaru_100{background-color:#133174!important}.cpc-color-koamaru_60{color:#7284ac!important}.cpc-color-bg-koamaru_60{background-color:#7284ac!important}.cpc-color-picton_100{color:#38a9e1!important}.cpc-color-bg-picton_100{background-color:#38a9e1!important}.cpc-color-picton_80{color:#60bbe7!important}.cpc-color-bg-picton_80{background-color:#60bbe7!important}.cpc-color-picton_60{color:#88cced!important}.cpc-color-bg-picton_60{background-color:#88cced!important}.cpc-color-picton_40{color:#b0ddf3!important}.cpc-color-bg-picton_40{background-color:#b0ddf3!important}.cpc-color-picton_20{color:#d8eef9!important}.cpc-color-bg-picton_20{background-color:#d8eef9!important}.cpc-color-picton_10{color:#ebf6fc!important}.cpc-color-bg-picton_10{background-color:#ebf6fc!important}.cpc-color-picton_5{color:#f5fafd!important}.cpc-color-bg-picton_5{background-color:#f5fafd!important}.cpc-color-green_haze{color:#019d7b!important}.cpc-color-bg-green_haze{background-color:#019d7b!important}.cpc-color-green_haze_5{color:#f3fbf9!important}.cpc-color-bg-green_haze_5{background-color:#f3fbf9!important}.cpc-color-mandy{color:#ed5276!important}.cpc-color-bg-mandy{background-color:#ed5276!important}.cpc-color-mandy_5{color:#fff7f9!important}.cpc-color-bg-mandy_5{background-color:#fff7f9!important}.cpc-color-orange_peel{color:#ed8c52!important}.cpc-color-bg-orange_peel{background-color:#ed8c52!important}.cpc-color-orange_peel_5{color:#fdf3ed!important}.cpc-color-bg-orange_peel_5{background-color:#fdf3ed!important}.cpc-col-1{min-width:calc((100% - 330px) * 1 / 12 + 0px)!important;max-width:calc((100% - 330px) * 1 / 12 + 0px)!important;box-sizing:border-box}.cpc-col-2{min-width:calc((100% - 330px) * 2 / 12 + 30px)!important;max-width:calc((100% - 330px) * 2 / 12 + 30px)!important;box-sizing:border-box}.cpc-col-3{min-width:calc((100% - 330px) * 3 / 12 + 60px)!important;max-width:calc((100% - 330px) * 3 / 12 + 60px)!important;box-sizing:border-box}.cpc-col-4{min-width:calc((100% - 330px) * 4 / 12 + 90px)!important;max-width:calc((100% - 330px) * 4 / 12 + 90px)!important;box-sizing:border-box}.cpc-col-5{min-width:calc((100% - 330px) * 5 / 12 + 120px)!important;max-width:calc((100% - 330px) * 5 / 12 + 120px)!important;box-sizing:border-box}.cpc-col-6{min-width:calc((100% - 330px) * 6 / 12 + 150px)!important;max-width:calc((100% - 330px) * 6 / 12 + 150px)!important;box-sizing:border-box}.cpc-col-7{min-width:calc((100% - 330px) * 7 / 12 + 180px)!important;max-width:calc((100% - 330px) * 7 / 12 + 180px)!important;box-sizing:border-box}.cpc-col-8{min-width:calc((100% - 330px) * 8 / 12 + 210px)!important;max-width:calc((100% - 330px) * 8 / 12 + 210px)!important;box-sizing:border-box}.cpc-col-9{min-width:calc((100% - 330px) * 9 / 12 + 240px)!important;max-width:calc((100% - 330px) * 9 / 12 + 240px)!important;box-sizing:border-box}.cpc-col-10{min-width:calc((100% - 330px) * 10 / 12 + 270px)!important;max-width:calc((100% - 330px) * 10 / 12 + 270px)!important;box-sizing:border-box}.cpc-col-11{min-width:calc((100% - 330px) * 11 / 12 + 300px)!important;max-width:calc((100% - 330px) * 11 / 12 + 300px)!important;box-sizing:border-box}.cpc-col-12{min-width:calc((100% - 330px) * 12 / 12 + 330px)!important;max-width:calc((100% - 330px) * 12 / 12 + 330px)!important;box-sizing:border-box}.cpc-headline-1,.cpc-headline-2,h1,h2{font-size:28px;line-height:34px}.cpc-headline-1,.cpc-headline-2,.cpc-headline-3,h1,h2,h3{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;letter-spacing:0}.cpc-headline-3,h3{font-size:22px;line-height:28px}.cpc-headline-4,h4{font-size:18px;line-height:24px}.cpc-headline-4,.cpc-headline-5,h4,h5{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;letter-spacing:0}.cpc-headline-5,h5{font-size:16px;line-height:20px}.cpc-headline-m1,hm1{font-size:22px;line-height:28px}.cpc-headline-m1,.cpc-headline-m2,hm1,hm2{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;letter-spacing:0}.cpc-headline-m2,hm2{font-size:18px;line-height:24px}.cpc-headline-m3,hm3{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:16px;line-height:20px;letter-spacing:0}.cpc-headline-m4,.cpc-headline-m5,hm4,hm5{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:14px;line-height:16px;letter-spacing:0}.cpc-copy-1{font-size:16px;line-height:20px}.cpc-copy-1,.cpc-copy-2{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;letter-spacing:.25px}.cpc-copy-2{font-size:14px;line-height:18px}.cpc-copy-3,.cpc-copy-4,.cpc-copy-5,.cpc-copy-6{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.25px}.cpc-copy-1c{font-size:16px;line-height:20px}.cpc-copy-1c,.cpc-copy-2c{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;letter-spacing:.25px}.cpc-copy-2c{font-size:14px;line-height:18px}.cpc-copy-3c,.cpc-copy-4c,.cpc-copy-5c,.cpc-copy-6c{font-family:Open-Sans-Regular,Helvetica,Arial,Verdana,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:.25px}.cpc-copy-1b{font-size:16px;line-height:20px}.cpc-copy-1b,.cpc-copy-2b{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;letter-spacing:.25px}.cpc-copy-2b{font-size:14px;line-height:18px}.cpc-copy-3b,.cpc-copy-4b,.cpc-copy-5b,.cpc-copy-6b{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.25px}mat-tab-header{position:relative;background-color:#fff;padding:0 var(--pon-grid-offset)}mat-tab-header:before{content:"";z-index:0;position:absolute;top:0;left:50%;width:calc(100vw - (var(--pon-main-navigation__header--width) / 2));height:100%;transform:translateX(-50vw);background-color:#fff}mat-tab-header.mat-tab-header{overflow:visible}mat-tab-header:before{box-shadow:0 0 8px 0 rgba(0,0,0,.2)}.mat-tab-body-content{overflow:hidden;padding:30px var(--pon-grid-offset)}.mat-tab-label{opacity:1}.mat-tab-label .mat-tab-label-content{font-family:Open-Sans-Bold,Helvetica,Arial,Verdana,sans-serif;font-size:1rem;line-height:1.2857142857}.mat-tab-label:not(.mat-tab-disabled) .mat-tab-label-content{color:#333}@media (hover:hover){.mat-tab-label:not(.mat-tab-disabled):hover .mat-tab-label-content{color:#828282}}.mat-tab-label:not(.mat-tab-disabled):active{background-color:#f2f9e5}.mat-tab-label:not(.mat-tab-disabled):active .mat-tab-label-content{color:#333}.mat-tab-header,.mat-tab-nav-bar{border-bottom:none}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#8dbe22;height:4px}.mat-drawer-container{color:#333;background-color:#f2f2f2}@media (max-width:1024.98px){mat-tab-header{box-shadow:0 0 8px 0 rgba(0,0,0,.2)}mat-tab-header:before{content:none}}.toast-center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}.toast-title{font-weight:700}.toast-message{word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;text-shadow:0 1px 0 #fff}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0}.toast-container{pointer-events:none;position:fixed;z-index:999999}.toast-container *{box-sizing:border-box}.toast-container .ngx-toastr{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px 3px 3px 3px;background-position:15px;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff}.toast-container .ngx-toastr:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}.toast-info{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E")}.toast-error{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E")}.toast-success{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E")}.toast-warning{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E")}.toast-container.toast-bottom-center .ngx-toastr,.toast-container.toast-top-center .ngx-toastr{width:300px;margin-left:auto;margin-right:auto}.toast-container.toast-bottom-full-width .ngx-toastr,.toast-container.toast-top-full-width .ngx-toastr{width:96%;margin-left:auto;margin-right:auto}.ngx-toastr{background-color:#030303;pointer-events:auto}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media (max-width:240px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:11em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media (min-width:241px) and (max-width:480px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:18em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media (min-width:481px) and (max-width:768px){.toast-container .ngx-toastr.div{padding:15px 15px 15px 50px;width:25em}}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;src:url(material-icons.0c35d18bf06992036b69.woff2) format("woff2")}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-moz-font-feature-settings:"liga";-moz-osx-font-smoothing:grayscale}@font-face{body.pon-app.try-negate-pon-styles{font-family:Material Icons;font-style:normal;font-weight:400;src:url(material-icons.0c35d18bf06992036b69.woff2) format("woff2")}}body.pon-app.try-negate-pon-styles .material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-moz-font-feature-settings:"liga";-moz-osx-font-smoothing:grayscale}body.pon-app.try-negate-pon-styles .mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto,Helvetica Neue,sans-serif}body.pon-app.try-negate-pon-styles .mat-badge-small .mat-badge-content{font-size:9px}body.pon-app.try-negate-pon-styles .mat-badge-large .mat-badge-content{font-size:24px}body.pon-app.try-negate-pon-styles .mat-h1,body.pon-app.try-negate-pon-styles .mat-headline,body.pon-app.try-negate-pon-styles .mat-typography h1{font:400 24px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}body.pon-app.try-negate-pon-styles .mat-h2,body.pon-app.try-negate-pon-styles .mat-title,body.pon-app.try-negate-pon-styles .mat-typography h2{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}body.pon-app.try-negate-pon-styles .mat-h3,body.pon-app.try-negate-pon-styles .mat-subheading-2,body.pon-app.try-negate-pon-styles .mat-typography h3{font:400 16px/28px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}body.pon-app.try-negate-pon-styles .mat-h4,body.pon-app.try-negate-pon-styles .mat-subheading-1,body.pon-app.try-negate-pon-styles .mat-typography h4{font:400 15px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}body.pon-app.try-negate-pon-styles .mat-h5,body.pon-app.try-negate-pon-styles .mat-typography h5{font:400 calc(14px * .83)/20px Roboto,Helvetica Neue,sans-serif;margin:0 0 12px}body.pon-app.try-negate-pon-styles .mat-h6,body.pon-app.try-negate-pon-styles .mat-typography h6{font:400 calc(14px * .67)/20px Roboto,Helvetica Neue,sans-serif;margin:0 0 12px}body.pon-app.try-negate-pon-styles .mat-body-2,body.pon-app.try-negate-pon-styles .mat-body-strong{font:500 14px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}body.pon-app.try-negate-pon-styles .mat-body,body.pon-app.try-negate-pon-styles .mat-body-1,body.pon-app.try-negate-pon-styles .mat-typography{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}body.pon-app.try-negate-pon-styles .mat-body-1 p,body.pon-app.try-negate-pon-styles .mat-body p,body.pon-app.try-negate-pon-styles .mat-typography p{margin:0 0 12px}body.pon-app.try-negate-pon-styles .mat-caption,body.pon-app.try-negate-pon-styles .mat-small{font:400 12px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}body.pon-app.try-negate-pon-styles .mat-display-4,body.pon-app.try-negate-pon-styles .mat-typography .mat-display-4{font:300 112px/112px Roboto,Helvetica Neue,sans-serif;letter-spacing:-.05em;margin:0 0 56px}body.pon-app.try-negate-pon-styles .mat-display-3,body.pon-app.try-negate-pon-styles .mat-typography .mat-display-3{font:400 56px/56px Roboto,Helvetica Neue,sans-serif;letter-spacing:-.02em;margin:0 0 64px}body.pon-app.try-negate-pon-styles .mat-display-2,body.pon-app.try-negate-pon-styles .mat-typography .mat-display-2{font:400 45px/48px Roboto,Helvetica Neue,sans-serif;letter-spacing:-.005em;margin:0 0 64px}body.pon-app.try-negate-pon-styles .mat-display-1,body.pon-app.try-negate-pon-styles .mat-typography .mat-display-1{font:400 34px/40px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 64px}body.pon-app.try-negate-pon-styles .mat-bottom-sheet-container{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}body.pon-app.try-negate-pon-styles .mat-button,body.pon-app.try-negate-pon-styles .mat-fab,body.pon-app.try-negate-pon-styles .mat-flat-button,body.pon-app.try-negate-pon-styles .mat-icon-button,body.pon-app.try-negate-pon-styles .mat-mini-fab,body.pon-app.try-negate-pon-styles .mat-raised-button,body.pon-app.try-negate-pon-styles .mat-stroked-button{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}body.pon-app.try-negate-pon-styles .mat-button-toggle,body.pon-app.try-negate-pon-styles .mat-card{font-family:Roboto,Helvetica Neue,sans-serif}body.pon-app.try-negate-pon-styles .mat-card-title{font-size:24px;font-weight:500}body.pon-app.try-negate-pon-styles .mat-card-header .mat-card-title{font-size:20px}body.pon-app.try-negate-pon-styles .mat-card-content,body.pon-app.try-negate-pon-styles .mat-card-subtitle{font-size:14px}body.pon-app.try-negate-pon-styles .mat-checkbox{font-family:Roboto,Helvetica Neue,sans-serif}body.pon-app.try-negate-pon-styles .mat-checkbox-layout .mat-checkbox-label{line-height:24px}body.pon-app.try-negate-pon-styles .mat-chip{font-size:14px;font-weight:500}body.pon-app.try-negate-pon-styles .mat-chip .mat-chip-remove.mat-icon,body.pon-app.try-negate-pon-styles .mat-chip .mat-chip-trailing-icon.mat-icon{font-size:18px}body.pon-app.try-negate-pon-styles .mat-table{font-family:Roboto,Helvetica Neue,sans-serif}body.pon-app.try-negate-pon-styles .mat-header-cell{font-size:12px;font-weight:500}body.pon-app.try-negate-pon-styles .mat-cell,body.pon-app.try-negate-pon-styles .mat-footer-cell{font-size:14px}body.pon-app.try-negate-pon-styles .mat-calendar{font-family:Roboto,Helvetica Neue,sans-serif}body.pon-app.try-negate-pon-styles .mat-calendar-body{font-size:13px}body.pon-app.try-negate-pon-styles .mat-calendar-body-label,body.pon-app.try-negate-pon-styles .mat-calendar-period-button{font-size:14px;font-weight:500}body.pon-app.try-negate-pon-styles .mat-calendar-table-header th{font-size:11px;font-weight:400}body.pon-app.try-negate-pon-styles .mat-dialog-title{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}body.pon-app.try-negate-pon-styles .mat-expansion-panel-header{font-family:Roboto,Helvetica Neue,sans-serif;font-size:15px;font-weight:400}body.pon-app.try-negate-pon-styles .mat-expansion-panel-content{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}body.pon-app.try-negate-pon-styles .mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}body.pon-app.try-negate-pon-styles .mat-form-field-wrapper{padding-bottom:1.34375em}body.pon-app.try-negate-pon-styles .mat-form-field-prefix .mat-icon,body.pon-app.try-negate-pon-styles .mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}body.pon-app.try-negate-pon-styles .mat-form-field-prefix .mat-icon-button,body.pon-app.try-negate-pon-styles .mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}body.pon-app.try-negate-pon-styles .mat-form-field-prefix .mat-icon-button .mat-icon,body.pon-app.try-negate-pon-styles .mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}body.pon-app.try-negate-pon-styles .mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}body.pon-app.try-negate-pon-styles .mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,body.pon-app.try-negate-pon-styles .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%}body.pon-app.try-negate-pon-styles .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%}body.pon-app.try-negate-pon-styles .mat-form-field-label-wrapper{top:-.84375em;padding-top:.84375em}body.pon-app.try-negate-pon-styles .mat-form-field-label{top:1.34375em}body.pon-app.try-negate-pon-styles .mat-form-field-underline{bottom:1.34375em}body.pon-app.try-negate-pon-styles .mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,body.pon-app.try-negate-pon-styles .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);-ms-transform:translateY(-1.28125em) scale(.75);width:133.3333333333%}body.pon-app.try-negate-pon-styles .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);-ms-transform:translateY(-1.28124em) scale(.75);width:133.3333433333%}body.pon-app.try-negate-pon-styles .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);-ms-transform:translateY(-1.28123em) scale(.75);width:133.3333533333%}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{body.pon-app.try-negate-pon-styles .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,body.pon-app.try-negate-pon-styles .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)}body.pon-app.try-negate-pon-styles .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)}body.pon-app.try-negate-pon-styles .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)}}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-.5em}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,body.pon-app.try-negate-pon-styles .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%}body.pon-app.try-negate-pon-styles .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%}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-.25em}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,body.pon-app.try-negate-pon-styles .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%}body.pon-app.try-negate-pon-styles .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%}body.pon-app.try-negate-pon-styles .mat-grid-tile-footer,body.pon-app.try-negate-pon-styles .mat-grid-tile-header{font-size:14px}body.pon-app.try-negate-pon-styles .mat-grid-tile-footer .mat-line,body.pon-app.try-negate-pon-styles .mat-grid-tile-header .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}body.pon-app.try-negate-pon-styles .mat-grid-tile-footer .mat-line:nth-child(n+2),body.pon-app.try-negate-pon-styles .mat-grid-tile-header .mat-line:nth-child(n+2){font-size:12px}body.pon-app.try-negate-pon-styles input.mat-input-element{margin-top:-.0625em}body.pon-app.try-negate-pon-styles .mat-menu-item{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:400}body.pon-app.try-negate-pon-styles .mat-paginator,body.pon-app.try-negate-pon-styles .mat-paginator-page-size .mat-select-trigger{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px}body.pon-app.try-negate-pon-styles .mat-radio-button,body.pon-app.try-negate-pon-styles .mat-select{font-family:Roboto,Helvetica Neue,sans-serif}body.pon-app.try-negate-pon-styles .mat-select-trigger{height:1.125em}body.pon-app.try-negate-pon-styles .mat-slide-toggle-content{font-family:Roboto,Helvetica Neue,sans-serif}body.pon-app.try-negate-pon-styles .mat-slider-thumb-label-text{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px;font-weight:500}body.pon-app.try-negate-pon-styles .mat-stepper-horizontal,body.pon-app.try-negate-pon-styles .mat-stepper-vertical{font-family:Roboto,Helvetica Neue,sans-serif}body.pon-app.try-negate-pon-styles .mat-step-label{font-size:14px;font-weight:400}body.pon-app.try-negate-pon-styles .mat-step-sub-label-error{font-weight:400}body.pon-app.try-negate-pon-styles .mat-step-label-error{font-size:14px}body.pon-app.try-negate-pon-styles .mat-step-label-selected{font-size:14px;font-weight:500}body.pon-app.try-negate-pon-styles .mat-tab-group{font-family:Roboto,Helvetica Neue,sans-serif}body.pon-app.try-negate-pon-styles .mat-tab-label,body.pon-app.try-negate-pon-styles .mat-tab-link{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}body.pon-app.try-negate-pon-styles .mat-toolbar,body.pon-app.try-negate-pon-styles .mat-toolbar h1,body.pon-app.try-negate-pon-styles .mat-toolbar h2,body.pon-app.try-negate-pon-styles .mat-toolbar h3,body.pon-app.try-negate-pon-styles .mat-toolbar h4,body.pon-app.try-negate-pon-styles .mat-toolbar h5,body.pon-app.try-negate-pon-styles .mat-toolbar h6{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0}body.pon-app.try-negate-pon-styles .mat-tooltip{font-family:Roboto,Helvetica Neue,sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}body.pon-app.try-negate-pon-styles .mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}body.pon-app.try-negate-pon-styles .mat-list-item,body.pon-app.try-negate-pon-styles .mat-list-option{font-family:Roboto,Helvetica Neue,sans-serif}body.pon-app.try-negate-pon-styles .mat-list-base .mat-list-item{font-size:16px}body.pon-app.try-negate-pon-styles .mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}body.pon-app.try-negate-pon-styles .mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}body.pon-app.try-negate-pon-styles .mat-list-base .mat-list-option{font-size:16px}body.pon-app.try-negate-pon-styles .mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}body.pon-app.try-negate-pon-styles .mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}body.pon-app.try-negate-pon-styles .mat-list-base .mat-subheader{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}body.pon-app.try-negate-pon-styles .mat-list-base[dense] .mat-list-item{font-size:12px}body.pon-app.try-negate-pon-styles .mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}body.pon-app.try-negate-pon-styles .mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2),body.pon-app.try-negate-pon-styles .mat-list-base[dense] .mat-list-option{font-size:12px}body.pon-app.try-negate-pon-styles .mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}body.pon-app.try-negate-pon-styles .mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}body.pon-app.try-negate-pon-styles .mat-list-base[dense] .mat-subheader{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px;font-weight:500}body.pon-app.try-negate-pon-styles .mat-option{font-family:Roboto,Helvetica Neue,sans-serif;font-size:16px}body.pon-app.try-negate-pon-styles .mat-optgroup-label{font:500 14px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}body.pon-app.try-negate-pon-styles .mat-simple-snackbar{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px}body.pon-app.try-negate-pon-styles .mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}body.pon-app.try-negate-pon-styles .mat-tree{font-family:Roboto,Helvetica Neue,sans-serif}body.pon-app.try-negate-pon-styles .mat-nested-tree-node,body.pon-app.try-negate-pon-styles .mat-tree-node{font-weight:400;font-size:14px}body.pon-app.try-negate-pon-styles .mat-ripple{overflow:hidden;position:relative}body.pon-app.try-negate-pon-styles .mat-ripple:not(:empty){transform:translateZ(0)}body.pon-app.try-negate-pon-styles .mat-ripple.mat-ripple-unbounded{overflow:visible}body.pon-app.try-negate-pon-styles .mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale(0)}.cdk-high-contrast-active body.pon-app.try-negate-pon-styles .mat-ripple-element{display:none}body.pon-app.try-negate-pon-styles .cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}body.pon-app.try-negate-pon-styles .cdk-global-overlay-wrapper,body.pon-app.try-negate-pon-styles .cdk-overlay-container{pointer-events:none;top:0;left:0;height:100%;width:100%}body.pon-app.try-negate-pon-styles .cdk-overlay-container{position:fixed;z-index:1000}body.pon-app.try-negate-pon-styles .cdk-overlay-container:empty{display:none}body.pon-app.try-negate-pon-styles .cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}body.pon-app.try-negate-pon-styles .cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}body.pon-app.try-negate-pon-styles .cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}body.pon-app.try-negate-pon-styles .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}@media screen and (-ms-high-contrast:active){body.pon-app.try-negate-pon-styles .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}}body.pon-app.try-negate-pon-styles .cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}body.pon-app.try-negate-pon-styles .cdk-overlay-transparent-backdrop,body.pon-app.try-negate-pon-styles .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}body.pon-app.try-negate-pon-styles .cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}body.pon-app.try-negate-pon-styles .cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}@keyframes cdk-text-field-autofill-start{
  /*!*/}@keyframes cdk-text-field-autofill-end{
  /*!*/}body.pon-app.try-negate-pon-styles .cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}body.pon-app.try-negate-pon-styles .cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}body.pon-app.try-negate-pon-styles textarea.cdk-textarea-autosize{resize:none}body.pon-app.try-negate-pon-styles textarea.cdk-textarea-autosize-measuring{padding:2px 0!important;box-sizing:initial!important;height:auto!important;overflow:hidden!important}body.pon-app.try-negate-pon-styles textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0!important;box-sizing:initial!important;height:0!important}body.pon-app.try-negate-pon-styles .mat-focus-indicator,body.pon-app.try-negate-pon-styles .mat-mdc-focus-indicator{position:relative}body.pon-app.try-negate-pon-styles .mat-ripple-element{background-color:rgba(0,0,0,.1)}body.pon-app.try-negate-pon-styles .mat-option{color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled),body.pon-app.try-negate-pon-styles .mat-option:focus:not(.mat-option-disabled),body.pon-app.try-negate-pon-styles .mat-option:hover:not(.mat-option-disabled){background:rgba(0,0,0,.04)}body.pon-app.try-negate-pon-styles .mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f8233d}body.pon-app.try-negate-pon-styles .mat-optgroup-label{color:rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-pseudo-checkbox{color:rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-pseudo-checkbox:after{color:#fafafa}body.pon-app.try-negate-pon-styles .mat-pseudo-checkbox-disabled{color:#b0b0b0}body.pon-app.try-negate-pon-styles .mat-primary .mat-pseudo-checkbox-checked,body.pon-app.try-negate-pon-styles .mat-primary .mat-pseudo-checkbox-indeterminate{background:#8dbe22}body.pon-app.try-negate-pon-styles .mat-accent .mat-pseudo-checkbox-checked,body.pon-app.try-negate-pon-styles .mat-accent .mat-pseudo-checkbox-indeterminate,body.pon-app.try-negate-pon-styles .mat-pseudo-checkbox-checked,body.pon-app.try-negate-pon-styles .mat-pseudo-checkbox-indeterminate{background:#2c95c1}body.pon-app.try-negate-pon-styles .mat-warn .mat-pseudo-checkbox-checked,body.pon-app.try-negate-pon-styles .mat-warn .mat-pseudo-checkbox-indeterminate{background:#f8233d}body.pon-app.try-negate-pon-styles .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,body.pon-app.try-negate-pon-styles .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}body.pon-app.try-negate-pon-styles.mat-app-background,body.pon-app.try-negate-pon-styles .mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-elevation-z0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-theme-loaded-marker{display:none}body.pon-app.try-negate-pon-styles .mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}body.pon-app.try-negate-pon-styles .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-badge-content{color:#333;background:#8dbe22}.cdk-high-contrast-active body.pon-app.try-negate-pon-styles .mat-badge-content{outline:1px solid;border-radius:0}body.pon-app.try-negate-pon-styles .mat-badge-accent .mat-badge-content{background:#2c95c1;color:#eee}body.pon-app.try-negate-pon-styles .mat-badge-warn .mat-badge-content{color:#eee;background:#f8233d}body.pon-app.try-negate-pon-styles .mat-badge{position:relative}body.pon-app.try-negate-pon-styles .mat-badge-hidden .mat-badge-content{display:none}body.pon-app.try-negate-pon-styles .mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .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}body.pon-app.try-negate-pon-styles .mat-badge-content._mat-animation-noopable,body.pon-app.try-negate-pon-styles .ng-animate-disabled .mat-badge-content{transition:none}body.pon-app.try-negate-pon-styles .mat-badge-content.mat-badge-active{transform:none}body.pon-app.try-negate-pon-styles .mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}body.pon-app.try-negate-pon-styles .mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}body.pon-app.try-negate-pon-styles .mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}body.pon-app.try-negate-pon-styles .mat-bottom-sheet-container{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#fff;color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-button,body.pon-app.try-negate-pon-styles .mat-icon-button,body.pon-app.try-negate-pon-styles .mat-stroked-button{color:inherit;background:transparent}body.pon-app.try-negate-pon-styles .mat-button.mat-primary,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-primary,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-primary{color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-button.mat-accent,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-accent,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-accent{color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-button.mat-warn,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-warn,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-warn{color:#f8233d}body.pon-app.try-negate-pon-styles .mat-button.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-button.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-button.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-button.mat-warn.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-warn.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-warn.mat-button-disabled{color:rgba(0,0,0,.26)}body.pon-app.try-negate-pon-styles .mat-button.mat-primary .mat-button-focus-overlay,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-primary .mat-button-focus-overlay,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-button.mat-accent .mat-button-focus-overlay,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-accent .mat-button-focus-overlay,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-button.mat-warn .mat-button-focus-overlay,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-warn .mat-button-focus-overlay,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-button.mat-button-disabled .mat-button-focus-overlay,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-button-disabled .mat-button-focus-overlay,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:initial}body.pon-app.try-negate-pon-styles .mat-button .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-icon-button .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}body.pon-app.try-negate-pon-styles .mat-button-focus-overlay{background:#000}body.pon-app.try-negate-pon-styles .mat-stroked-button:not(.mat-button-disabled){border-color:rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-fab,body.pon-app.try-negate-pon-styles .mat-flat-button,body.pon-app.try-negate-pon-styles .mat-mini-fab,body.pon-app.try-negate-pon-styles .mat-raised-button{color:rgba(0,0,0,.87);background-color:#fff}body.pon-app.try-negate-pon-styles .mat-fab.mat-primary,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-primary,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-primary,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-primary{color:#333}body.pon-app.try-negate-pon-styles .mat-fab.mat-accent,body.pon-app.try-negate-pon-styles .mat-fab.mat-warn,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-accent,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-warn,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-accent,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-warn,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-accent,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-warn{color:#eee}body.pon-app.try-negate-pon-styles .mat-fab.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-fab.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-fab.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-fab.mat-warn.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-warn.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-warn.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-warn.mat-button-disabled{color:rgba(0,0,0,.26)}body.pon-app.try-negate-pon-styles .mat-fab.mat-primary,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-primary,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-primary,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-primary{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-fab.mat-accent,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-accent,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-accent,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-accent{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-fab.mat-warn,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-warn,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-warn,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-warn{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-fab.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-fab.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-fab.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-fab.mat-warn.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-warn.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-warn.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-warn.mat-button-disabled{background-color:rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-fab.mat-primary .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-primary .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-primary .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-primary .mat-ripple-element{background-color:rgba(51,51,51,.1)}body.pon-app.try-negate-pon-styles .mat-fab.mat-accent .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-fab.mat-warn .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-accent .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-warn .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-accent .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-warn .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-accent .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-warn .mat-ripple-element{background-color:hsla(0,0%,93.3%,.1)}body.pon-app.try-negate-pon-styles .mat-flat-button:not([class*=mat-elevation-z]),body.pon-app.try-negate-pon-styles .mat-stroked-button:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-fab:not([class*=mat-elevation-z]),body.pon-app.try-negate-pon-styles .mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),body.pon-app.try-negate-pon-styles .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-button-toggle-group,body.pon-app.try-negate-pon-styles .mat-button-toggle-standalone{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-button-toggle-group-appearance-standard,body.pon-app.try-negate-pon-styles .mat-button-toggle-standalone.mat-button-toggle-appearance-standard{box-shadow:none}body.pon-app.try-negate-pon-styles .mat-button-toggle{color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}body.pon-app.try-negate-pon-styles .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}body.pon-app.try-negate-pon-styles .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:1px solid rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:1px solid rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:1px solid rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#eee}body.pon-app.try-negate-pon-styles .mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}body.pon-app.try-negate-pon-styles .mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}body.pon-app.try-negate-pon-styles .mat-button-toggle-group-appearance-standard,body.pon-app.try-negate-pon-styles .mat-button-toggle-standalone.mat-button-toggle-appearance-standard{border:1px solid rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}body.pon-app.try-negate-pon-styles .mat-card{background:#fff;color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-card-subtitle{color:rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-checkbox-frame{border-color:rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-checkbox-checkmark{fill:#fafafa}body.pon-app.try-negate-pon-styles .mat-checkbox-checkmark-path{stroke:#fafafa!important}body.pon-app.try-negate-pon-styles .mat-checkbox-mixedmark{background-color:#fafafa}body.pon-app.try-negate-pon-styles .mat-checkbox-checked.mat-primary .mat-checkbox-background,body.pon-app.try-negate-pon-styles .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-checkbox-checked.mat-accent .mat-checkbox-background,body.pon-app.try-negate-pon-styles .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-checkbox-checked.mat-warn .mat-checkbox-background,body.pon-app.try-negate-pon-styles .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,body.pon-app.try-negate-pon-styles .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}body.pon-app.try-negate-pon-styles .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}body.pon-app.try-negate-pon-styles .mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-checkbox .mat-ripple-element{background-color:#000}body.pon-app.try-negate-pon-styles .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#8dbe22}body.pon-app.try-negate-pon-styles .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#2c95c1}body.pon-app.try-negate-pon-styles .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f8233d}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip{background-color:#e0e0e0;color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip:after{background:#000}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#8dbe22;color:#333}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#333;opacity:.4}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(51,51,51,.1)}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f8233d;color:#eee}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#eee;opacity:.4}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:hsla(0,0%,93.3%,.1)}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#2c95c1;color:#eee}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#eee;opacity:.4}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:hsla(0,0%,93.3%,.1)}body.pon-app.try-negate-pon-styles .mat-table{background:#fff}body.pon-app.try-negate-pon-styles .mat-table-sticky,body.pon-app.try-negate-pon-styles .mat-table tbody,body.pon-app.try-negate-pon-styles .mat-table tfoot,body.pon-app.try-negate-pon-styles .mat-table thead,body.pon-app.try-negate-pon-styles [mat-footer-row],body.pon-app.try-negate-pon-styles [mat-header-row],body.pon-app.try-negate-pon-styles [mat-row],body.pon-app.try-negate-pon-styles mat-footer-row,body.pon-app.try-negate-pon-styles mat-header-row,body.pon-app.try-negate-pon-styles mat-row{background:inherit}body.pon-app.try-negate-pon-styles mat-footer-row,body.pon-app.try-negate-pon-styles mat-header-row,body.pon-app.try-negate-pon-styles mat-row,body.pon-app.try-negate-pon-styles td.mat-cell,body.pon-app.try-negate-pon-styles td.mat-footer-cell,body.pon-app.try-negate-pon-styles th.mat-header-cell{border-bottom-color:rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-header-cell{color:rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-cell,body.pon-app.try-negate-pon-styles .mat-footer-cell{color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-datepicker-content .mat-calendar-next-button,body.pon-app.try-negate-pon-styles .mat-datepicker-content .mat-calendar-previous-button,body.pon-app.try-negate-pon-styles .mat-datepicker-toggle{color:rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-calendar-table-header{color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-calendar-table-header-divider:after{background:rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-calendar-body-label{color:rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-calendar-body-cell-content,body.pon-app.try-negate-pon-styles .mat-date-range-input-separator{color:rgba(0,0,0,.87);border-color:transparent}body.pon-app.try-negate-pon-styles .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),body.pon-app.try-negate-pon-styles .mat-form-field-disabled .mat-date-range-input-separator{color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),body.pon-app.try-negate-pon-styles .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),body.pon-app.try-negate-pon-styles .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:rgba(0,0,0,.04)}body.pon-app.try-negate-pon-styles .mat-calendar-body-in-preview{color:rgba(0,0,0,.24)}body.pon-app.try-negate-pon-styles .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.18)}body.pon-app.try-negate-pon-styles .mat-calendar-body-in-range:before{background:rgba(141,190,34,.2)}body.pon-app.try-negate-pon-styles .mat-calendar-body-comparison-identical,body.pon-app.try-negate-pon-styles .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}body.pon-app.try-negate-pon-styles .mat-calendar-body-comparison-bridge-start:before,body.pon-app.try-negate-pon-styles [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(90deg,rgba(141,190,34,.2) 50%,rgba(249,171,0,.2) 0)}body.pon-app.try-negate-pon-styles .mat-calendar-body-comparison-bridge-end:before,body.pon-app.try-negate-pon-styles [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(270deg,rgba(141,190,34,.2) 50%,rgba(249,171,0,.2) 0)}body.pon-app.try-negate-pon-styles .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,body.pon-app.try-negate-pon-styles .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical{background:#a8dab5}body.pon-app.try-negate-pon-styles .mat-calendar-body-comparison-identical.mat-calendar-body-selected,body.pon-app.try-negate-pon-styles .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}body.pon-app.try-negate-pon-styles .mat-calendar-body-selected{background-color:#8dbe22;color:#333}body.pon-app.try-negate-pon-styles .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(141,190,34,.4)}body.pon-app.try-negate-pon-styles .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #333}body.pon-app.try-negate-pon-styles .mat-datepicker-content{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#fff;color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before{background:rgba(44,149,193,.2)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(90deg,rgba(44,149,193,.2) 50%,rgba(249,171,0,.2) 0)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(270deg,rgba(44,149,193,.2) 50%,rgba(249,171,0,.2) 0)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical{background:#a8dab5}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#2c95c1;color:#eee}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(44,149,193,.4)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #eee}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before{background:rgba(248,35,61,.2)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(90deg,rgba(248,35,61,.2) 50%,rgba(249,171,0,.2) 0)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(270deg,rgba(248,35,61,.2) 50%,rgba(249,171,0,.2) 0)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical{background:#a8dab5}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f8233d;color:#eee}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(248,35,61,.4)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #eee}body.pon-app.try-negate-pon-styles .mat-datepicker-content-touch{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-datepicker-toggle-active{color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-datepicker-toggle-active.mat-accent{color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-datepicker-toggle-active.mat-warn{color:#f8233d}body.pon-app.try-negate-pon-styles .mat-date-range-input-inner[disabled]{color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-dialog-container{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#fff;color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-divider{border-top-color:rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-action-row{border-top-color:rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),body.pon-app.try-negate-pon-styles .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),body.pon-app.try-negate-pon-styles .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}@media (hover:none){body.pon-app.try-negate-pon-styles .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}body.pon-app.try-negate-pon-styles .mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-expansion-indicator:after,body.pon-app.try-negate-pon-styles .mat-expansion-panel-header-description{color:rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}body.pon-app.try-negate-pon-styles .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,body.pon-app.try-negate-pon-styles .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title{color:inherit}body.pon-app.try-negate-pon-styles .mat-expansion-panel-header{height:48px}body.pon-app.try-negate-pon-styles .mat-expansion-panel-header.mat-expanded{height:64px}body.pon-app.try-negate-pon-styles .mat-form-field-label,body.pon-app.try-negate-pon-styles .mat-hint{color:rgba(0,0,0,.6)}body.pon-app.try-negate-pon-styles .mat-form-field.mat-focused .mat-form-field-label{color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f8233d}body.pon-app.try-negate-pon-styles .mat-focused .mat-form-field-required-marker{color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-form-field-ripple{background-color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-form-field.mat-focused .mat-form-field-ripple{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after,body.pon-app.try-negate-pon-styles .mat-form-field.mat-form-field-invalid .mat-form-field-label,body.pon-app.try-negate-pon-styles .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,body.pon-app.try-negate-pon-styles .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f8233d}body.pon-app.try-negate-pon-styles .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,body.pon-app.try-negate-pon-styles .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-error{color:#f8233d}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-legacy .mat-form-field-label,body.pon-app.try-negate-pon-styles .mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:rgba(0,0,0,.42)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:initial}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,body.pon-app.try-negate-pon-styles .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f8233d}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}body.pon-app.try-negate-pon-styles .mat-icon.mat-primary{color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-icon.mat-accent{color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-icon.mat-warn{color:#f8233d}body.pon-app.try-negate-pon-styles .mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after,body.pon-app.try-negate-pon-styles .mat-input-element:disabled{color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-input-element{caret-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-input-element::placeholder{color:rgba(0,0,0,.42)}body.pon-app.try-negate-pon-styles .mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}body.pon-app.try-negate-pon-styles .mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}body.pon-app.try-negate-pon-styles .mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}body.pon-app.try-negate-pon-styles .mat-form-field.mat-accent .mat-input-element{caret-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-form-field-invalid .mat-input-element,body.pon-app.try-negate-pon-styles .mat-form-field.mat-warn .mat-input-element{caret-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:#f8233d}body.pon-app.try-negate-pon-styles .mat-list-base .mat-list-item,body.pon-app.try-negate-pon-styles .mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-list-item-disabled{background-color:#eee}body.pon-app.try-negate-pon-styles .mat-action-list .mat-list-item:focus,body.pon-app.try-negate-pon-styles .mat-action-list .mat-list-item:hover,body.pon-app.try-negate-pon-styles .mat-list-option:focus,body.pon-app.try-negate-pon-styles .mat-list-option:hover,body.pon-app.try-negate-pon-styles .mat-nav-list .mat-list-item:focus,body.pon-app.try-negate-pon-styles .mat-nav-list .mat-list-item:hover{background:rgba(0,0,0,.04)}body.pon-app.try-negate-pon-styles .mat-list-single-selected-option,body.pon-app.try-negate-pon-styles .mat-list-single-selected-option:focus,body.pon-app.try-negate-pon-styles .mat-list-single-selected-option:hover{background:rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-menu-panel{background:#fff}body.pon-app.try-negate-pon-styles .mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-menu-item{background:transparent;color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-menu-item[disabled],body.pon-app.try-negate-pon-styles .mat-menu-item[disabled]:after{color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-menu-item-submenu-trigger:after,body.pon-app.try-negate-pon-styles .mat-menu-item .mat-icon-no-color{color:rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-menu-item-highlighted:not([disabled]),body.pon-app.try-negate-pon-styles .mat-menu-item.cdk-keyboard-focused:not([disabled]),body.pon-app.try-negate-pon-styles .mat-menu-item.cdk-program-focused:not([disabled]),body.pon-app.try-negate-pon-styles .mat-menu-item:hover:not([disabled]){background:rgba(0,0,0,.04)}body.pon-app.try-negate-pon-styles .mat-paginator{background:#fff}body.pon-app.try-negate-pon-styles .mat-paginator,body.pon-app.try-negate-pon-styles .mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-paginator-decrement,body.pon-app.try-negate-pon-styles .mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-paginator-first,body.pon-app.try-negate-pon-styles .mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-icon-button[disabled] .mat-paginator-decrement,body.pon-app.try-negate-pon-styles .mat-icon-button[disabled] .mat-paginator-first,body.pon-app.try-negate-pon-styles .mat-icon-button[disabled] .mat-paginator-increment,body.pon-app.try-negate-pon-styles .mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-paginator-container{min-height:56px}body.pon-app.try-negate-pon-styles .mat-progress-bar-background{fill:#deebc0}body.pon-app.try-negate-pon-styles .mat-progress-bar-buffer{background-color:#deebc0}body.pon-app.try-negate-pon-styles .mat-progress-bar-fill:after{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#b1deeb}body.pon-app.try-negate-pon-styles .mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#b1deeb}body.pon-app.try-negate-pon-styles .mat-progress-bar.mat-accent .mat-progress-bar-fill:after{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#fecad4}body.pon-app.try-negate-pon-styles .mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#fecad4}body.pon-app.try-negate-pon-styles .mat-progress-bar.mat-warn .mat-progress-bar-fill:after{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-progress-spinner circle,body.pon-app.try-negate-pon-styles .mat-spinner circle{stroke:#8dbe22}body.pon-app.try-negate-pon-styles .mat-progress-spinner.mat-accent circle,body.pon-app.try-negate-pon-styles .mat-spinner.mat-accent circle{stroke:#2c95c1}body.pon-app.try-negate-pon-styles .mat-progress-spinner.mat-warn circle,body.pon-app.try-negate-pon-styles .mat-spinner.mat-warn circle{stroke:#f8233d}body.pon-app.try-negate-pon-styles .mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,body.pon-app.try-negate-pon-styles .mat-radio-button.mat-primary .mat-radio-inner-circle,body.pon-app.try-negate-pon-styles .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),body.pon-app.try-negate-pon-styles .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,body.pon-app.try-negate-pon-styles .mat-radio-button.mat-accent .mat-radio-inner-circle,body.pon-app.try-negate-pon-styles .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),body.pon-app.try-negate-pon-styles .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,body.pon-app.try-negate-pon-styles .mat-radio-button.mat-warn .mat-radio-inner-circle,body.pon-app.try-negate-pon-styles .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),body.pon-app.try-negate-pon-styles .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,body.pon-app.try-negate-pon-styles .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,body.pon-app.try-negate-pon-styles .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element{background-color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-radio-button .mat-ripple-element{background-color:#000}body.pon-app.try-negate-pon-styles .mat-select-value{color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-select-placeholder{color:rgba(0,0,0,.42)}body.pon-app.try-negate-pon-styles .mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-select-arrow{color:rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-select-panel{background:#fff}body.pon-app.try-negate-pon-styles .mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-form-field.mat-focused.mat-warn .mat-select-arrow,body.pon-app.try-negate-pon-styles .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f8233d}body.pon-app.try-negate-pon-styles .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-drawer.mat-drawer-push{background-color:#fff}body.pon-app.try-negate-pon-styles .mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-drawer-side{border-right:1px solid rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-drawer-side.mat-drawer-end,body.pon-app.try-negate-pon-styles [dir=rtl] .mat-drawer-side{border-left:1px solid rgba(0,0,0,.12);border-right:none}body.pon-app.try-negate-pon-styles [dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:1px solid rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}body.pon-app.try-negate-pon-styles .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(44,149,193,.54)}body.pon-app.try-negate-pon-styles .mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(141,190,34,.54)}body.pon-app.try-negate-pon-styles .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(248,35,61,.54)}body.pon-app.try-negate-pon-styles .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}body.pon-app.try-negate-pon-styles .mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#fafafa}body.pon-app.try-negate-pon-styles .mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-slider-track-background{background-color:rgba(0,0,0,.26)}body.pon-app.try-negate-pon-styles .mat-primary .mat-slider-thumb,body.pon-app.try-negate-pon-styles .mat-primary .mat-slider-thumb-label,body.pon-app.try-negate-pon-styles .mat-primary .mat-slider-track-fill{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-primary .mat-slider-thumb-label-text{color:#333}body.pon-app.try-negate-pon-styles .mat-primary .mat-slider-focus-ring{background-color:rgba(141,190,34,.2)}body.pon-app.try-negate-pon-styles .mat-accent .mat-slider-thumb,body.pon-app.try-negate-pon-styles .mat-accent .mat-slider-thumb-label,body.pon-app.try-negate-pon-styles .mat-accent .mat-slider-track-fill{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-accent .mat-slider-thumb-label-text{color:#eee}body.pon-app.try-negate-pon-styles .mat-accent .mat-slider-focus-ring{background-color:rgba(44,149,193,.2)}body.pon-app.try-negate-pon-styles .mat-warn .mat-slider-thumb,body.pon-app.try-negate-pon-styles .mat-warn .mat-slider-thumb-label,body.pon-app.try-negate-pon-styles .mat-warn .mat-slider-track-fill{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-warn .mat-slider-thumb-label-text{color:#eee}body.pon-app.try-negate-pon-styles .mat-warn .mat-slider-focus-ring{background-color:rgba(248,35,61,.2)}body.pon-app.try-negate-pon-styles .cdk-focused .mat-slider-track-background,body.pon-app.try-negate-pon-styles .mat-slider:hover .mat-slider-track-background{background-color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-slider-disabled .mat-slider-thumb,body.pon-app.try-negate-pon-styles .mat-slider-disabled .mat-slider-track-background,body.pon-app.try-negate-pon-styles .mat-slider-disabled .mat-slider-track-fill,body.pon-app.try-negate-pon-styles .mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}body.pon-app.try-negate-pon-styles .mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,body.pon-app.try-negate-pon-styles .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,body.pon-app.try-negate-pon-styles .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}body.pon-app.try-negate-pon-styles .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:initial}body.pon-app.try-negate-pon-styles .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,body.pon-app.try-negate-pon-styles .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb{border-color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,body.pon-app.try-negate-pon-styles .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}body.pon-app.try-negate-pon-styles .mat-slider-has-ticks .mat-slider-wrapper:after{border-color:rgba(0,0,0,.7)}body.pon-app.try-negate-pon-styles .mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(90deg,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)}body.pon-app.try-negate-pon-styles .mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}body.pon-app.try-negate-pon-styles .mat-step-header.cdk-keyboard-focused,body.pon-app.try-negate-pon-styles .mat-step-header.cdk-program-focused,body.pon-app.try-negate-pon-styles .mat-step-header:hover{background-color:rgba(0,0,0,.04)}@media (hover:none){body.pon-app.try-negate-pon-styles .mat-step-header:hover{background:none}}body.pon-app.try-negate-pon-styles .mat-step-header .mat-step-label,body.pon-app.try-negate-pon-styles .mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}body.pon-app.try-negate-pon-styles .mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#333}body.pon-app.try-negate-pon-styles .mat-step-header .mat-step-icon-selected,body.pon-app.try-negate-pon-styles .mat-step-header .mat-step-icon-state-done,body.pon-app.try-negate-pon-styles .mat-step-header .mat-step-icon-state-edit{background-color:#8dbe22;color:#333}body.pon-app.try-negate-pon-styles .mat-step-header .mat-step-icon-state-error{background-color:initial;color:#f8233d}body.pon-app.try-negate-pon-styles .mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-step-header .mat-step-label.mat-step-label-error{color:#f8233d}body.pon-app.try-negate-pon-styles .mat-stepper-horizontal,body.pon-app.try-negate-pon-styles .mat-stepper-vertical{background-color:#fff}body.pon-app.try-negate-pon-styles .mat-stepper-vertical-line:before{border-left-color:rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-horizontal-stepper-header:after,body.pon-app.try-negate-pon-styles .mat-horizontal-stepper-header:before,body.pon-app.try-negate-pon-styles .mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-horizontal-stepper-header{height:72px}body.pon-app.try-negate-pon-styles .mat-stepper-label-position-bottom .mat-horizontal-stepper-header,body.pon-app.try-negate-pon-styles .mat-vertical-stepper-header{padding:24px}body.pon-app.try-negate-pon-styles .mat-stepper-vertical-line:before{top:-16px;bottom:-16px}body.pon-app.try-negate-pon-styles .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after,body.pon-app.try-negate-pon-styles .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before,body.pon-app.try-negate-pon-styles .mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}body.pon-app.try-negate-pon-styles .mat-sort-header-arrow{color:#757575}body.pon-app.try-negate-pon-styles .mat-tab-header,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar{border-bottom:1px solid rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-tab-group-inverted-header .mat-tab-header,body.pon-app.try-negate-pon-styles .mat-tab-group-inverted-header .mat-tab-nav-bar{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}body.pon-app.try-negate-pon-styles .mat-tab-label,body.pon-app.try-negate-pon-styles .mat-tab-link{color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-tab-label.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}body.pon-app.try-negate-pon-styles .mat-tab-group[class*=mat-background-] .mat-tab-header,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(222,235,192,.3)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-primary .mat-ink-bar,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#333}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(177,222,235,.3)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-accent .mat-ink-bar,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#eee}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(254,202,212,.3)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-warn .mat-ink-bar,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#eee}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(222,235,192,.3)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-header,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-header-pagination,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-links,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-header,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-links{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-label,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-link,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-label,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#333}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(51,51,51,.4)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#333}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(51,51,51,.4)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(51,51,51,.12)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(177,222,235,.3)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-header,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-header-pagination,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-links,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-header,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-links{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-label,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-link,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-label,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#eee}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:hsla(0,0%,93.3%,.4)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#eee}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:hsla(0,0%,93.3%,.4)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:hsla(0,0%,93.3%,.12)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(254,202,212,.3)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-header,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-header-pagination,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-links,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-header,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-links{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-label,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-link,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-label,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#eee}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:hsla(0,0%,93.3%,.4)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#eee}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:hsla(0,0%,93.3%,.4)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:hsla(0,0%,93.3%,.12)}body.pon-app.try-negate-pon-styles .mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-toolbar.mat-primary{background:#8dbe22;color:#333}body.pon-app.try-negate-pon-styles .mat-toolbar.mat-accent{background:#2c95c1;color:#eee}body.pon-app.try-negate-pon-styles .mat-toolbar.mat-warn{background:#f8233d;color:#eee}body.pon-app.try-negate-pon-styles .mat-toolbar .mat-focused .mat-form-field-ripple,body.pon-app.try-negate-pon-styles .mat-toolbar .mat-form-field-ripple,body.pon-app.try-negate-pon-styles .mat-toolbar .mat-form-field-underline{background-color:currentColor}body.pon-app.try-negate-pon-styles .mat-toolbar .mat-focused .mat-form-field-label,body.pon-app.try-negate-pon-styles .mat-toolbar .mat-form-field-label,body.pon-app.try-negate-pon-styles .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,body.pon-app.try-negate-pon-styles .mat-toolbar .mat-select-arrow,body.pon-app.try-negate-pon-styles .mat-toolbar .mat-select-value{color:inherit}body.pon-app.try-negate-pon-styles .mat-toolbar .mat-input-element{caret-color:currentColor}body.pon-app.try-negate-pon-styles .mat-toolbar-multiple-rows{min-height:64px}body.pon-app.try-negate-pon-styles .mat-toolbar-row,body.pon-app.try-negate-pon-styles .mat-toolbar-single-row{height:64px}@media (max-width:599px){body.pon-app.try-negate-pon-styles .mat-toolbar-multiple-rows{min-height:56px}body.pon-app.try-negate-pon-styles .mat-toolbar-row,body.pon-app.try-negate-pon-styles .mat-toolbar-single-row{height:56px}}body.pon-app.try-negate-pon-styles .mat-tooltip{background:rgba(97,97,97,.9)}body.pon-app.try-negate-pon-styles .mat-tree{background:#fff}body.pon-app.try-negate-pon-styles .mat-nested-tree-node,body.pon-app.try-negate-pon-styles .mat-tree-node{color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-tree-node{min-height:48px}body.pon-app.try-negate-pon-styles .mat-snack-bar-container{color:hsla(0,0%,100%,.7);background:#323232;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-simple-snackbar-action{color:#2c95c1}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-ripple-element{background-color:hsla(0,0%,100%,.1)}body.pon-app.try-negate-pon-styles .mat-option{color:#fff}body.pon-app.try-negate-pon-styles .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled),body.pon-app.try-negate-pon-styles .mat-option:focus:not(.mat-option-disabled),body.pon-app.try-negate-pon-styles .mat-option:hover:not(.mat-option-disabled){background:hsla(0,0%,100%,.04)}body.pon-app.try-negate-pon-styles .mat-option.mat-active{background:hsla(0,0%,100%,.04);color:#fff}body.pon-app.try-negate-pon-styles .mat-option.mat-option-disabled{color:hsla(0,0%,100%,.5)}body.pon-app.try-negate-pon-styles .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f8233d}body.pon-app.try-negate-pon-styles .mat-optgroup-label{color:hsla(0,0%,100%,.7)}body.pon-app.try-negate-pon-styles .mat-optgroup-disabled .mat-optgroup-label{color:hsla(0,0%,100%,.5)}body.pon-app.try-negate-pon-styles .mat-pseudo-checkbox{color:hsla(0,0%,100%,.7)}body.pon-app.try-negate-pon-styles .mat-pseudo-checkbox:after{color:#303030}body.pon-app.try-negate-pon-styles .mat-pseudo-checkbox-disabled{color:#686868}body.pon-app.try-negate-pon-styles .mat-primary .mat-pseudo-checkbox-checked,body.pon-app.try-negate-pon-styles .mat-primary .mat-pseudo-checkbox-indeterminate{background:#8dbe22}body.pon-app.try-negate-pon-styles .mat-accent .mat-pseudo-checkbox-checked,body.pon-app.try-negate-pon-styles .mat-accent .mat-pseudo-checkbox-indeterminate,body.pon-app.try-negate-pon-styles .mat-pseudo-checkbox-checked,body.pon-app.try-negate-pon-styles .mat-pseudo-checkbox-indeterminate{background:#2c95c1}body.pon-app.try-negate-pon-styles .mat-warn .mat-pseudo-checkbox-checked,body.pon-app.try-negate-pon-styles .mat-warn .mat-pseudo-checkbox-indeterminate{background:#f8233d}body.pon-app.try-negate-pon-styles .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,body.pon-app.try-negate-pon-styles .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#686868}body.pon-app.try-negate-pon-styles.mat-app-background,body.pon-app.try-negate-pon-styles .mat-app-background{background-color:#303030;color:#fff}body.pon-app.try-negate-pon-styles .mat-elevation-z0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-elevation-z24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-theme-loaded-marker{display:none}body.pon-app.try-negate-pon-styles .mat-autocomplete-panel{background:#424242;color:#fff}body.pon-app.try-negate-pon-styles .mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#424242}body.pon-app.try-negate-pon-styles .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}body.pon-app.try-negate-pon-styles .mat-badge-content{color:#333;background:#8dbe22}.cdk-high-contrast-active body.pon-app.try-negate-pon-styles .mat-badge-content{outline:1px solid;border-radius:0}body.pon-app.try-negate-pon-styles .mat-badge-accent .mat-badge-content{background:#2c95c1;color:#eee}body.pon-app.try-negate-pon-styles .mat-badge-warn .mat-badge-content{color:#eee;background:#f8233d}body.pon-app.try-negate-pon-styles .mat-badge{position:relative}body.pon-app.try-negate-pon-styles .mat-badge-hidden .mat-badge-content{display:none}body.pon-app.try-negate-pon-styles .mat-badge-disabled .mat-badge-content{background:#6e6e6e;color:hsla(0,0%,100%,.5)}body.pon-app.try-negate-pon-styles .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}body.pon-app.try-negate-pon-styles .mat-badge-content._mat-animation-noopable,body.pon-app.try-negate-pon-styles .ng-animate-disabled .mat-badge-content{transition:none}body.pon-app.try-negate-pon-styles .mat-badge-content.mat-badge-active{transform:none}body.pon-app.try-negate-pon-styles .mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}body.pon-app.try-negate-pon-styles .mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}body.pon-app.try-negate-pon-styles .mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] body.pon-app.try-negate-pon-styles .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}body.pon-app.try-negate-pon-styles .mat-bottom-sheet-container{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#424242;color:#fff}body.pon-app.try-negate-pon-styles .mat-button,body.pon-app.try-negate-pon-styles .mat-icon-button,body.pon-app.try-negate-pon-styles .mat-stroked-button{color:inherit;background:transparent}body.pon-app.try-negate-pon-styles .mat-button.mat-primary,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-primary,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-primary{color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-button.mat-accent,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-accent,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-accent{color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-button.mat-warn,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-warn,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-warn{color:#f8233d}body.pon-app.try-negate-pon-styles .mat-button.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-button.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-button.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-button.mat-warn.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-warn.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-warn.mat-button-disabled{color:hsla(0,0%,100%,.3)}body.pon-app.try-negate-pon-styles .mat-button.mat-primary .mat-button-focus-overlay,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-primary .mat-button-focus-overlay,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-button.mat-accent .mat-button-focus-overlay,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-accent .mat-button-focus-overlay,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-button.mat-warn .mat-button-focus-overlay,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-warn .mat-button-focus-overlay,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-button.mat-button-disabled .mat-button-focus-overlay,body.pon-app.try-negate-pon-styles .mat-icon-button.mat-button-disabled .mat-button-focus-overlay,body.pon-app.try-negate-pon-styles .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:initial}body.pon-app.try-negate-pon-styles .mat-button .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-icon-button .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}body.pon-app.try-negate-pon-styles .mat-button-focus-overlay{background:#fff}body.pon-app.try-negate-pon-styles .mat-stroked-button:not(.mat-button-disabled){border-color:hsla(0,0%,100%,.12)}body.pon-app.try-negate-pon-styles .mat-fab,body.pon-app.try-negate-pon-styles .mat-flat-button,body.pon-app.try-negate-pon-styles .mat-mini-fab,body.pon-app.try-negate-pon-styles .mat-raised-button{color:#fff;background-color:#424242}body.pon-app.try-negate-pon-styles .mat-fab.mat-primary,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-primary,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-primary,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-primary{color:#333}body.pon-app.try-negate-pon-styles .mat-fab.mat-accent,body.pon-app.try-negate-pon-styles .mat-fab.mat-warn,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-accent,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-warn,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-accent,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-warn,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-accent,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-warn{color:#eee}body.pon-app.try-negate-pon-styles .mat-fab.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-fab.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-fab.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-fab.mat-warn.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-warn.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-warn.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-warn.mat-button-disabled{color:hsla(0,0%,100%,.3)}body.pon-app.try-negate-pon-styles .mat-fab.mat-primary,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-primary,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-primary,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-primary{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-fab.mat-accent,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-accent,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-accent,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-accent{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-fab.mat-warn,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-warn,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-warn,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-warn{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-fab.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-fab.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-fab.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-fab.mat-warn.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-warn.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-warn.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-accent.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-button-disabled.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-primary.mat-button-disabled,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-warn.mat-button-disabled{background-color:hsla(0,0%,100%,.12)}body.pon-app.try-negate-pon-styles .mat-fab.mat-primary .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-primary .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-primary .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-primary .mat-ripple-element{background-color:rgba(51,51,51,.1)}body.pon-app.try-negate-pon-styles .mat-fab.mat-accent .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-fab.mat-warn .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-accent .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-flat-button.mat-warn .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-accent .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-warn .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-accent .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-raised-button.mat-warn .mat-ripple-element{background-color:hsla(0,0%,93.3%,.1)}body.pon-app.try-negate-pon-styles .mat-flat-button:not([class*=mat-elevation-z]),body.pon-app.try-negate-pon-styles .mat-stroked-button:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-fab:not([class*=mat-elevation-z]),body.pon-app.try-negate-pon-styles .mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),body.pon-app.try-negate-pon-styles .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),body.pon-app.try-negate-pon-styles .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-button-toggle-group,body.pon-app.try-negate-pon-styles .mat-button-toggle-standalone{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-button-toggle-group-appearance-standard,body.pon-app.try-negate-pon-styles .mat-button-toggle-standalone.mat-button-toggle-appearance-standard{box-shadow:none}body.pon-app.try-negate-pon-styles .mat-button-toggle{color:hsla(0,0%,100%,.5)}body.pon-app.try-negate-pon-styles .mat-button-toggle .mat-button-toggle-focus-overlay{background-color:hsla(0,0%,100%,.12)}body.pon-app.try-negate-pon-styles .mat-button-toggle-appearance-standard{color:#fff;background:#424242}body.pon-app.try-negate-pon-styles .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#fff}body.pon-app.try-negate-pon-styles .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:1px solid hsla(0,0%,100%,.12)}body.pon-app.try-negate-pon-styles [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:1px solid hsla(0,0%,100%,.12)}body.pon-app.try-negate-pon-styles .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:1px solid hsla(0,0%,100%,.12)}body.pon-app.try-negate-pon-styles .mat-button-toggle-checked{background-color:#212121;color:hsla(0,0%,100%,.7)}body.pon-app.try-negate-pon-styles .mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#fff}body.pon-app.try-negate-pon-styles .mat-button-toggle-disabled{color:hsla(0,0%,100%,.3);background-color:#000}body.pon-app.try-negate-pon-styles .mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#424242}body.pon-app.try-negate-pon-styles .mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#424242}body.pon-app.try-negate-pon-styles .mat-button-toggle-group-appearance-standard,body.pon-app.try-negate-pon-styles .mat-button-toggle-standalone.mat-button-toggle-appearance-standard{border:1px solid hsla(0,0%,100%,.12)}body.pon-app.try-negate-pon-styles .mat-card{background:#424242;color:#fff}body.pon-app.try-negate-pon-styles .mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-card-subtitle{color:hsla(0,0%,100%,.7)}body.pon-app.try-negate-pon-styles .mat-checkbox-frame{border-color:hsla(0,0%,100%,.7)}body.pon-app.try-negate-pon-styles .mat-checkbox-checkmark{fill:#303030}body.pon-app.try-negate-pon-styles .mat-checkbox-checkmark-path{stroke:#303030!important}body.pon-app.try-negate-pon-styles .mat-checkbox-mixedmark{background-color:#303030}body.pon-app.try-negate-pon-styles .mat-checkbox-checked.mat-primary .mat-checkbox-background,body.pon-app.try-negate-pon-styles .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-checkbox-checked.mat-accent .mat-checkbox-background,body.pon-app.try-negate-pon-styles .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-checkbox-checked.mat-warn .mat-checkbox-background,body.pon-app.try-negate-pon-styles .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,body.pon-app.try-negate-pon-styles .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#686868}body.pon-app.try-negate-pon-styles .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#686868}body.pon-app.try-negate-pon-styles .mat-checkbox-disabled .mat-checkbox-label{color:hsla(0,0%,100%,.7)}body.pon-app.try-negate-pon-styles .mat-checkbox .mat-ripple-element{background-color:#fff}body.pon-app.try-negate-pon-styles .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#8dbe22}body.pon-app.try-negate-pon-styles .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#2c95c1}body.pon-app.try-negate-pon-styles .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f8233d}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip{background-color:#616161;color:#fff}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip .mat-chip-remove{color:#fff;opacity:.4}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip:after{background:#fff}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#8dbe22;color:#333}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#333;opacity:.4}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(51,51,51,.1)}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f8233d;color:#eee}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#eee;opacity:.4}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:hsla(0,0%,93.3%,.1)}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#2c95c1;color:#eee}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#eee;opacity:.4}body.pon-app.try-negate-pon-styles .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:hsla(0,0%,93.3%,.1)}body.pon-app.try-negate-pon-styles .mat-table{background:#424242}body.pon-app.try-negate-pon-styles .mat-table-sticky,body.pon-app.try-negate-pon-styles .mat-table tbody,body.pon-app.try-negate-pon-styles .mat-table tfoot,body.pon-app.try-negate-pon-styles .mat-table thead,body.pon-app.try-negate-pon-styles [mat-footer-row],body.pon-app.try-negate-pon-styles [mat-header-row],body.pon-app.try-negate-pon-styles [mat-row],body.pon-app.try-negate-pon-styles mat-footer-row,body.pon-app.try-negate-pon-styles mat-header-row,body.pon-app.try-negate-pon-styles mat-row{background:inherit}body.pon-app.try-negate-pon-styles mat-footer-row,body.pon-app.try-negate-pon-styles mat-header-row,body.pon-app.try-negate-pon-styles mat-row,body.pon-app.try-negate-pon-styles td.mat-cell,body.pon-app.try-negate-pon-styles td.mat-footer-cell,body.pon-app.try-negate-pon-styles th.mat-header-cell{border-bottom-color:hsla(0,0%,100%,.12)}body.pon-app.try-negate-pon-styles .mat-header-cell{color:hsla(0,0%,100%,.7)}body.pon-app.try-negate-pon-styles .mat-cell,body.pon-app.try-negate-pon-styles .mat-footer-cell{color:#fff}body.pon-app.try-negate-pon-styles .mat-calendar-arrow{border-top-color:#fff}body.pon-app.try-negate-pon-styles .mat-datepicker-content .mat-calendar-next-button,body.pon-app.try-negate-pon-styles .mat-datepicker-content .mat-calendar-previous-button,body.pon-app.try-negate-pon-styles .mat-datepicker-toggle{color:#fff}body.pon-app.try-negate-pon-styles .mat-calendar-table-header{color:hsla(0,0%,100%,.5)}body.pon-app.try-negate-pon-styles .mat-calendar-table-header-divider:after{background:hsla(0,0%,100%,.12)}body.pon-app.try-negate-pon-styles .mat-calendar-body-label{color:hsla(0,0%,100%,.7)}body.pon-app.try-negate-pon-styles .mat-calendar-body-cell-content,body.pon-app.try-negate-pon-styles .mat-date-range-input-separator{color:#fff;border-color:transparent}body.pon-app.try-negate-pon-styles .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),body.pon-app.try-negate-pon-styles .mat-form-field-disabled .mat-date-range-input-separator{color:hsla(0,0%,100%,.5)}body.pon-app.try-negate-pon-styles .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),body.pon-app.try-negate-pon-styles .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),body.pon-app.try-negate-pon-styles .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:hsla(0,0%,100%,.04)}body.pon-app.try-negate-pon-styles .mat-calendar-body-in-preview{color:hsla(0,0%,100%,.24)}body.pon-app.try-negate-pon-styles .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:hsla(0,0%,100%,.5)}body.pon-app.try-negate-pon-styles .mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:hsla(0,0%,100%,.3)}body.pon-app.try-negate-pon-styles .mat-calendar-body-in-range:before{background:rgba(141,190,34,.2)}body.pon-app.try-negate-pon-styles .mat-calendar-body-comparison-identical,body.pon-app.try-negate-pon-styles .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}body.pon-app.try-negate-pon-styles .mat-calendar-body-comparison-bridge-start:before,body.pon-app.try-negate-pon-styles [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(90deg,rgba(141,190,34,.2) 50%,rgba(249,171,0,.2) 0)}body.pon-app.try-negate-pon-styles .mat-calendar-body-comparison-bridge-end:before,body.pon-app.try-negate-pon-styles [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(270deg,rgba(141,190,34,.2) 50%,rgba(249,171,0,.2) 0)}body.pon-app.try-negate-pon-styles .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,body.pon-app.try-negate-pon-styles .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical{background:#a8dab5}body.pon-app.try-negate-pon-styles .mat-calendar-body-comparison-identical.mat-calendar-body-selected,body.pon-app.try-negate-pon-styles .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}body.pon-app.try-negate-pon-styles .mat-calendar-body-selected{background-color:#8dbe22;color:#333}body.pon-app.try-negate-pon-styles .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(141,190,34,.4)}body.pon-app.try-negate-pon-styles .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #333}body.pon-app.try-negate-pon-styles .mat-datepicker-content{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#424242;color:#fff}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before{background:rgba(44,149,193,.2)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(90deg,rgba(44,149,193,.2) 50%,rgba(249,171,0,.2) 0)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(270deg,rgba(44,149,193,.2) 50%,rgba(249,171,0,.2) 0)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical{background:#a8dab5}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#2c95c1;color:#eee}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(44,149,193,.4)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #eee}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before{background:rgba(248,35,61,.2)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(90deg,rgba(248,35,61,.2) 50%,rgba(249,171,0,.2) 0)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(270deg,rgba(248,35,61,.2) 50%,rgba(249,171,0,.2) 0)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical{background:#a8dab5}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f8233d;color:#eee}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(248,35,61,.4)}body.pon-app.try-negate-pon-styles .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #eee}body.pon-app.try-negate-pon-styles .mat-datepicker-content-touch{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-datepicker-toggle-active{color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-datepicker-toggle-active.mat-accent{color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-datepicker-toggle-active.mat-warn{color:#f8233d}body.pon-app.try-negate-pon-styles .mat-date-range-input-inner[disabled]{color:hsla(0,0%,100%,.5)}body.pon-app.try-negate-pon-styles .mat-dialog-container{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#424242;color:#fff}body.pon-app.try-negate-pon-styles .mat-divider{border-top-color:hsla(0,0%,100%,.12)}body.pon-app.try-negate-pon-styles .mat-divider-vertical{border-right-color:hsla(0,0%,100%,.12)}body.pon-app.try-negate-pon-styles .mat-expansion-panel{background:#424242;color:#fff}body.pon-app.try-negate-pon-styles .mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-action-row{border-top-color:hsla(0,0%,100%,.12)}body.pon-app.try-negate-pon-styles .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),body.pon-app.try-negate-pon-styles .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),body.pon-app.try-negate-pon-styles .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:hsla(0,0%,100%,.04)}}@media (prefers-color-scheme:dark) and (hover:none){body.pon-app.try-negate-pon-styles .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#424242}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-expansion-panel-header-title{color:#fff}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-expansion-indicator:after,body.pon-app.try-negate-pon-styles .mat-expansion-panel-header-description{color:hsla(0,0%,100%,.7)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-expansion-panel-header[aria-disabled=true]{color:hsla(0,0%,100%,.3)}body.pon-app.try-negate-pon-styles .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,body.pon-app.try-negate-pon-styles .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title{color:inherit}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-form-field-label,body.pon-app.try-negate-pon-styles .mat-hint{color:hsla(0,0%,100%,.7)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-form-field.mat-focused .mat-form-field-label{color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f8233d}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-focused .mat-form-field-required-marker{color:#2c95c1}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-form-field-ripple{background-color:#fff}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-form-field.mat-focused .mat-form-field-ripple{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f8233d}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:#2c95c1}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after,body.pon-app.try-negate-pon-styles .mat-form-field.mat-form-field-invalid .mat-form-field-label,body.pon-app.try-negate-pon-styles .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,body.pon-app.try-negate-pon-styles .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f8233d}body.pon-app.try-negate-pon-styles .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,body.pon-app.try-negate-pon-styles .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f8233d}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-error{color:#f8233d}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-form-field-appearance-legacy .mat-form-field-label,body.pon-app.try-negate-pon-styles .mat-form-field-appearance-legacy .mat-hint{color:hsla(0,0%,100%,.7)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:hsla(0,0%,100%,.7)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(90deg,hsla(0,0%,100%,.7) 0,hsla(0,0%,100%,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-form-field-appearance-standard .mat-form-field-underline{background-color:hsla(0,0%,100%,.7)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(90deg,hsla(0,0%,100%,.7) 0,hsla(0,0%,100%,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-form-field-appearance-fill .mat-form-field-flex{background-color:hsla(0,0%,100%,.1)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:hsla(0,0%,100%,.05)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:hsla(0,0%,100%,.5)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:hsla(0,0%,100%,.5)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:initial}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-form-field-appearance-outline .mat-form-field-outline{color:hsla(0,0%,100%,.3)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#fff}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,body.pon-app.try-negate-pon-styles .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f8233d}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:hsla(0,0%,100%,.5)}body.pon-app.try-negate-pon-styles .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:hsla(0,0%,100%,.15)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-icon.mat-primary{color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-icon.mat-accent{color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-icon.mat-warn{color:#f8233d}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:hsla(0,0%,100%,.7)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after,body.pon-app.try-negate-pon-styles .mat-input-element:disabled{color:hsla(0,0%,100%,.5)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-input-element{caret-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-input-element::placeholder{color:hsla(0,0%,100%,.5)}body.pon-app.try-negate-pon-styles .mat-input-element::-moz-placeholder{color:hsla(0,0%,100%,.5)}body.pon-app.try-negate-pon-styles .mat-input-element::-webkit-input-placeholder{color:hsla(0,0%,100%,.5)}body.pon-app.try-negate-pon-styles .mat-input-element:-ms-input-placeholder{color:hsla(0,0%,100%,.5)}body.pon-app.try-negate-pon-styles .mat-input-element option{color:rgba(0,0,0,.87)}body.pon-app.try-negate-pon-styles .mat-input-element option:disabled{color:rgba(0,0,0,.38)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-form-field.mat-accent .mat-input-element{caret-color:#2c95c1}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-form-field-invalid .mat-input-element,body.pon-app.try-negate-pon-styles .mat-form-field.mat-warn .mat-input-element{caret-color:#f8233d}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:#f8233d}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-list-base .mat-list-item,body.pon-app.try-negate-pon-styles .mat-list-base .mat-list-option{color:#fff}body.pon-app.try-negate-pon-styles .mat-list-base .mat-subheader{color:hsla(0,0%,100%,.7)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-list-item-disabled{background-color:#000}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-action-list .mat-list-item:focus,body.pon-app.try-negate-pon-styles .mat-action-list .mat-list-item:hover,body.pon-app.try-negate-pon-styles .mat-list-option:focus,body.pon-app.try-negate-pon-styles .mat-list-option:hover,body.pon-app.try-negate-pon-styles .mat-nav-list .mat-list-item:focus,body.pon-app.try-negate-pon-styles .mat-nav-list .mat-list-item:hover{background:hsla(0,0%,100%,.04)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-list-single-selected-option,body.pon-app.try-negate-pon-styles .mat-list-single-selected-option:focus,body.pon-app.try-negate-pon-styles .mat-list-single-selected-option:hover{background:hsla(0,0%,100%,.12)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-menu-panel{background:#424242}body.pon-app.try-negate-pon-styles .mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-menu-item{background:transparent;color:#fff}body.pon-app.try-negate-pon-styles .mat-menu-item[disabled],body.pon-app.try-negate-pon-styles .mat-menu-item[disabled]:after{color:hsla(0,0%,100%,.5)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-menu-item-submenu-trigger:after,body.pon-app.try-negate-pon-styles .mat-menu-item .mat-icon-no-color{color:#fff}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-menu-item-highlighted:not([disabled]),body.pon-app.try-negate-pon-styles .mat-menu-item.cdk-keyboard-focused:not([disabled]),body.pon-app.try-negate-pon-styles .mat-menu-item.cdk-program-focused:not([disabled]),body.pon-app.try-negate-pon-styles .mat-menu-item:hover:not([disabled]){background:hsla(0,0%,100%,.04)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-paginator{background:#424242}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-paginator,body.pon-app.try-negate-pon-styles .mat-paginator-page-size .mat-select-trigger{color:hsla(0,0%,100%,.7)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-paginator-decrement,body.pon-app.try-negate-pon-styles .mat-paginator-increment{border-top:2px solid #fff;border-right:2px solid #fff}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-paginator-first,body.pon-app.try-negate-pon-styles .mat-paginator-last{border-top:2px solid #fff}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-icon-button[disabled] .mat-paginator-decrement,body.pon-app.try-negate-pon-styles .mat-icon-button[disabled] .mat-paginator-first,body.pon-app.try-negate-pon-styles .mat-icon-button[disabled] .mat-paginator-increment,body.pon-app.try-negate-pon-styles .mat-icon-button[disabled] .mat-paginator-last{border-color:hsla(0,0%,100%,.5)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-progress-bar-background{fill:#deebc0}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-progress-bar-buffer{background-color:#deebc0}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-progress-bar-fill:after{background-color:#8dbe22}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#b1deeb}body.pon-app.try-negate-pon-styles .mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#b1deeb}body.pon-app.try-negate-pon-styles .mat-progress-bar.mat-accent .mat-progress-bar-fill:after{background-color:#2c95c1}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#fecad4}body.pon-app.try-negate-pon-styles .mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#fecad4}body.pon-app.try-negate-pon-styles .mat-progress-bar.mat-warn .mat-progress-bar-fill:after{background-color:#f8233d}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-progress-spinner circle,body.pon-app.try-negate-pon-styles .mat-spinner circle{stroke:#8dbe22}body.pon-app.try-negate-pon-styles .mat-progress-spinner.mat-accent circle,body.pon-app.try-negate-pon-styles .mat-spinner.mat-accent circle{stroke:#2c95c1}body.pon-app.try-negate-pon-styles .mat-progress-spinner.mat-warn circle,body.pon-app.try-negate-pon-styles .mat-spinner.mat-warn circle{stroke:#f8233d}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-radio-outer-circle{border-color:hsla(0,0%,100%,.7)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,body.pon-app.try-negate-pon-styles .mat-radio-button.mat-primary .mat-radio-inner-circle,body.pon-app.try-negate-pon-styles .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),body.pon-app.try-negate-pon-styles .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,body.pon-app.try-negate-pon-styles .mat-radio-button.mat-accent .mat-radio-inner-circle,body.pon-app.try-negate-pon-styles .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),body.pon-app.try-negate-pon-styles .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,body.pon-app.try-negate-pon-styles .mat-radio-button.mat-warn .mat-radio-inner-circle,body.pon-app.try-negate-pon-styles .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),body.pon-app.try-negate-pon-styles .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,body.pon-app.try-negate-pon-styles .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:hsla(0,0%,100%,.5)}body.pon-app.try-negate-pon-styles .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,body.pon-app.try-negate-pon-styles .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element{background-color:hsla(0,0%,100%,.5)}body.pon-app.try-negate-pon-styles .mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:hsla(0,0%,100%,.5)}body.pon-app.try-negate-pon-styles .mat-radio-button .mat-ripple-element{background-color:#fff}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-select-value{color:#fff}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-select-disabled .mat-select-value,body.pon-app.try-negate-pon-styles .mat-select-placeholder{color:hsla(0,0%,100%,.5)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-select-arrow{color:hsla(0,0%,100%,.7)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-select-panel{background:#424242}body.pon-app.try-negate-pon-styles .mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}body.pon-app.try-negate-pon-styles .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:hsla(0,0%,100%,.12)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-form-field.mat-focused.mat-warn .mat-select-arrow,body.pon-app.try-negate-pon-styles .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f8233d}body.pon-app.try-negate-pon-styles .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:hsla(0,0%,100%,.5)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-drawer-container{background-color:#303030;color:#fff}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-drawer{background-color:#424242;color:#fff}body.pon-app.try-negate-pon-styles .mat-drawer.mat-drawer-push{background-color:#424242}body.pon-app.try-negate-pon-styles .mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-drawer-side{border-right:1px solid hsla(0,0%,100%,.12)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-drawer-side.mat-drawer-end,body.pon-app.try-negate-pon-styles [dir=rtl] .mat-drawer-side{border-left:1px solid hsla(0,0%,100%,.12);border-right:none}body.pon-app.try-negate-pon-styles [dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:1px solid hsla(0,0%,100%,.12)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-drawer-backdrop.mat-drawer-shown{background-color:hsla(0,0%,74.1%,.6)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(44,149,193,.54)}body.pon-app.try-negate-pon-styles .mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(141,190,34,.54)}body.pon-app.try-negate-pon-styles .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(248,35,61,.54)}body.pon-app.try-negate-pon-styles .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#fff}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#bdbdbd}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-slide-toggle-bar{background-color:hsla(0,0%,100%,.5)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-slider-track-background{background-color:hsla(0,0%,100%,.3)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-primary .mat-slider-thumb,body.pon-app.try-negate-pon-styles .mat-primary .mat-slider-thumb-label,body.pon-app.try-negate-pon-styles .mat-primary .mat-slider-track-fill{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-primary .mat-slider-thumb-label-text{color:#333}body.pon-app.try-negate-pon-styles .mat-primary .mat-slider-focus-ring{background-color:rgba(141,190,34,.2)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-accent .mat-slider-thumb,body.pon-app.try-negate-pon-styles .mat-accent .mat-slider-thumb-label,body.pon-app.try-negate-pon-styles .mat-accent .mat-slider-track-fill{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-accent .mat-slider-thumb-label-text{color:#eee}body.pon-app.try-negate-pon-styles .mat-accent .mat-slider-focus-ring{background-color:rgba(44,149,193,.2)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-warn .mat-slider-thumb,body.pon-app.try-negate-pon-styles .mat-warn .mat-slider-thumb-label,body.pon-app.try-negate-pon-styles .mat-warn .mat-slider-track-fill{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-warn .mat-slider-thumb-label-text{color:#eee}body.pon-app.try-negate-pon-styles .mat-warn .mat-slider-focus-ring{background-color:rgba(248,35,61,.2)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .cdk-focused .mat-slider-track-background,body.pon-app.try-negate-pon-styles .mat-slider-disabled .mat-slider-thumb,body.pon-app.try-negate-pon-styles .mat-slider-disabled .mat-slider-track-background,body.pon-app.try-negate-pon-styles .mat-slider-disabled .mat-slider-track-fill,body.pon-app.try-negate-pon-styles .mat-slider-disabled:hover .mat-slider-track-background,body.pon-app.try-negate-pon-styles .mat-slider:hover .mat-slider-track-background{background-color:hsla(0,0%,100%,.3)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-slider-min-value .mat-slider-focus-ring{background-color:hsla(0,0%,100%,.12)}body.pon-app.try-negate-pon-styles .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,body.pon-app.try-negate-pon-styles .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#fff}body.pon-app.try-negate-pon-styles .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,body.pon-app.try-negate-pon-styles .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:hsla(0,0%,100%,.3)}body.pon-app.try-negate-pon-styles .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:hsla(0,0%,100%,.3);background-color:initial}body.pon-app.try-negate-pon-styles .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,body.pon-app.try-negate-pon-styles .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,body.pon-app.try-negate-pon-styles .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,body.pon-app.try-negate-pon-styles .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb{border-color:hsla(0,0%,100%,.3)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-slider-has-ticks .mat-slider-wrapper:after{border-color:hsla(0,0%,100%,.7)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(90deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,.7) 2px,transparent 0,transparent)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(180deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,.7) 2px,transparent 0,transparent)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-step-header.cdk-keyboard-focused,body.pon-app.try-negate-pon-styles .mat-step-header.cdk-program-focused,body.pon-app.try-negate-pon-styles .mat-step-header:hover{background-color:hsla(0,0%,100%,.04)}}@media (prefers-color-scheme:dark) and (hover:none){body.pon-app.try-negate-pon-styles .mat-step-header:hover{background:none}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-step-header .mat-step-label,body.pon-app.try-negate-pon-styles .mat-step-header .mat-step-optional{color:hsla(0,0%,100%,.7)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-step-header .mat-step-icon{background-color:hsla(0,0%,100%,.7);color:#333}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-step-header .mat-step-icon-selected,body.pon-app.try-negate-pon-styles .mat-step-header .mat-step-icon-state-done,body.pon-app.try-negate-pon-styles .mat-step-header .mat-step-icon-state-edit{background-color:#8dbe22;color:#333}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-step-header .mat-step-icon-state-error{background-color:initial;color:#f8233d}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-step-header .mat-step-label.mat-step-label-active{color:#fff}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-step-header .mat-step-label.mat-step-label-error{color:#f8233d}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-stepper-horizontal,body.pon-app.try-negate-pon-styles .mat-stepper-vertical{background-color:#424242}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-stepper-vertical-line:before{border-left-color:hsla(0,0%,100%,.12)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-horizontal-stepper-header:after,body.pon-app.try-negate-pon-styles .mat-horizontal-stepper-header:before,body.pon-app.try-negate-pon-styles .mat-stepper-horizontal-line{border-top-color:hsla(0,0%,100%,.12)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-sort-header-arrow{color:#c6c6c6}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-tab-header,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar{border-bottom:1px solid hsla(0,0%,100%,.12)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-tab-group-inverted-header .mat-tab-header,body.pon-app.try-negate-pon-styles .mat-tab-group-inverted-header .mat-tab-nav-bar{border-top:1px solid hsla(0,0%,100%,.12);border-bottom:none}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-tab-label,body.pon-app.try-negate-pon-styles .mat-tab-link{color:#fff}body.pon-app.try-negate-pon-styles .mat-tab-label.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-link.mat-tab-disabled{color:hsla(0,0%,100%,.5)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-tab-header-pagination-chevron{border-color:#fff}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:hsla(0,0%,100%,.5)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-tab-group[class*=mat-background-] .mat-tab-header,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(222,235,192,.3)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-primary .mat-ink-bar,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#333}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(177,222,235,.3)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-accent .mat-ink-bar,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#eee}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(254,202,212,.3)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-warn .mat-ink-bar,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#eee}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(222,235,192,.3)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-header,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-header-pagination,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-links,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-header,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-links{background-color:#8dbe22}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-label,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-link,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-label,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#333}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(51,51,51,.4)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#333}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(51,51,51,.4)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-primary .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(51,51,51,.12)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(177,222,235,.3)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-header,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-header-pagination,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-links,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-header,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-links{background-color:#2c95c1}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-label,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-link,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-label,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#eee}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:hsla(0,0%,93.3%,.4)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#eee}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:hsla(0,0%,93.3%,.4)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-accent .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:hsla(0,0%,93.3%,.12)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(254,202,212,.3)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-header,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-header-pagination,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-links,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-header,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-links{background-color:#f8233d}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-label,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-link,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-label,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#eee}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:hsla(0,0%,93.3%,.4)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#eee}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:hsla(0,0%,93.3%,.4)}body.pon-app.try-negate-pon-styles .mat-tab-group.mat-background-warn .mat-ripple-element,body.pon-app.try-negate-pon-styles .mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:hsla(0,0%,93.3%,.12)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-toolbar{background:#212121;color:#fff}body.pon-app.try-negate-pon-styles .mat-toolbar.mat-primary{background:#8dbe22;color:#333}body.pon-app.try-negate-pon-styles .mat-toolbar.mat-accent{background:#2c95c1;color:#eee}body.pon-app.try-negate-pon-styles .mat-toolbar.mat-warn{background:#f8233d;color:#eee}body.pon-app.try-negate-pon-styles .mat-toolbar .mat-focused .mat-form-field-ripple,body.pon-app.try-negate-pon-styles .mat-toolbar .mat-form-field-ripple,body.pon-app.try-negate-pon-styles .mat-toolbar .mat-form-field-underline{background-color:currentColor}body.pon-app.try-negate-pon-styles .mat-toolbar .mat-focused .mat-form-field-label,body.pon-app.try-negate-pon-styles .mat-toolbar .mat-form-field-label,body.pon-app.try-negate-pon-styles .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,body.pon-app.try-negate-pon-styles .mat-toolbar .mat-select-arrow,body.pon-app.try-negate-pon-styles .mat-toolbar .mat-select-value{color:inherit}body.pon-app.try-negate-pon-styles .mat-toolbar .mat-input-element{caret-color:currentColor}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-tooltip{background:rgba(97,97,97,.9)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-tree{background:#424242}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-nested-tree-node,body.pon-app.try-negate-pon-styles .mat-tree-node{color:#fff}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-snack-bar-container{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-simple-snackbar-action{color:inherit}}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .mat-expansion-panel,body.pon-app.try-negate-pon-styles .mat-menu-panel{background-color:#333}}body.pon-app.try-negate-pon-styles .assessment-chapter-menu,body.pon-app.try-negate-pon-styles .assessment-chapter-menu ::ng-deep .mat-menu-content{max-width:none!important}body.pon-app.try-negate-pon-styles .assessment-chapter-menu .mat-icon.done,body.pon-app.try-negate-pon-styles .assessment-chapter-menu .mat-icon.done_all{color:#8dbe22}body.pon-app.try-negate-pon-styles .assessment-chapter-menu .mat-icon.report_problem{color:#b02}@media (prefers-color-scheme:dark){body.pon-app.try-negate-pon-styles .assessment-chapter-menu .mat-icon.report_problem{color:#f8233d}}body.pon-app.try-negate-pon-styles .assessment-chapter-menu .mat-menu-content button:disabled{background-color:unset}