@charset "UTF-8";@keyframes hotToastEnter{0%{transform:scale(0)}to{transform:scale(1)}}.hot-toast-animated-icon{animation:var(--hot-toast-animated-icon-animation, hotToastEnter .3s ease-in-out forwards);position:var(--hot-toast-animated-icon-position, relative);transform:var(--hot-toast-animated-icon-transform, scale(0))}@media (prefers-reduced-motion: reduce){.hot-toast-animated-icon{animation-duration:var(--hot-toast-animated-icon-reduced-motion-animation-duration, none);opacity:var(--hot-toast-animated-icon-reduced-motion-opacity, 1);transform:var(--hot-toast-animated-icon-reduced-motion-transform, scale(1))}}@keyframes hotToastCircleAnimation{0%{opacity:0;transform:scale(0) rotate(45deg)}to{opacity:1;transform:scale(1) rotate(45deg)}}@keyframes hotToastCheckmarkAnimation{0%{height:0;opacity:0;width:0}40%{height:0;opacity:1;width:6px}to{height:10px;opacity:1}}.hot-toast-checkmark-icon{animation:var(--hot-toast-checkmark-icon-animation, hotToastCircleAnimation .3s cubic-bezier(.175, .885, .32, 1.275) forwards);animation-delay:var(--hot-toast-checkmark-icon-animation-delay, .1s);background-color:var(--hot-toast-checkmark-icon-background-color, var(--check-primary, #61d345));border-radius:var(--hot-toast-checkmark-icon-border-radius, 10px);height:var(--hot-toast-checkmark-icon-height, 20px);opacity:var(--hot-toast-checkmark-icon-opacity, 0);position:var(--hot-toast-checkmark-icon-position, relative);transform:var(--hot-toast-checkmark-icon-transform, rotate(45deg));width:var(--hot-toast-checkmark-icon-width, 20px)}@media (prefers-reduced-motion: reduce){.hot-toast-checkmark-icon{animation-duration:var(--hot-toast-checkmark-icon-reduced-motion-animation-duration, 0ms)}}.hot-toast-checkmark-icon:after{animation:var(--hot-toast-checkmark-icon-after-animation, hotToastCheckmarkAnimation .2s ease-out forwards);animation-delay:var(--hot-toast-checkmark-icon-after-animation-delay, .2s);border-bottom-style:solid;border-bottom-width:var(--hot-toast-checkmark-icon-after-border-bottom, 2px);border-color:var(--hot-toast-checkmark-icon-after-border-color, var(--check-secondary, #fff));border-right-style:solid;border-right-width:var(--hot-toast-checkmark-icon-after-border-right, 2px);bottom:var(--hot-toast-checkmark-icon-after-bottom, 6px);box-sizing:var(--hot-toast-checkmark-icon-after-box-sizing, border-box);content:var(--hot-toast-checkmark-icon-after-content, "");height:var(--hot-toast-checkmark-icon-after-height, 10px);left:var(--hot-toast-checkmark-icon-after-left, 6px);opacity:var(--hot-toast-checkmark-icon-after-opacity, 0);position:var(--hot-toast-checkmark-icon-after-position, absolute);width:var(--hot-toast-checkmark-icon-after-width, 6px)}@media (prefers-reduced-motion: reduce){.hot-toast-checkmark-icon:after{animation-duration:var(--hot-toast-checkmark-icon-after-reduced-motion-animation-duration, 0ms)}}@keyframes hotToastErrorCircleAnimation{0%{opacity:0;transform:scale(0) rotate(45deg)}to{opacity:1;transform:scale(1) rotate(45deg)}}@keyframes hotToastFirstLineAnimation{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes hotToastSecondLineAnimation{0%{opacity:0;transform:scale(0) rotate(90deg)}to{opacity:1;transform:scale(1) rotate(90deg)}}.hot-toast-error-icon{animation:var(--hot-toast-error-icon-animation, hotToastErrorCircleAnimation .3s cubic-bezier(.175, .885, .32, 1.275) forwards);animation-delay:var(--hot-toast-error-icon-animation-delay, .1s);background:var(--hot-toast-error-icon-background, var(--error-primary, #ff4b4b));border-radius:var(--hot-toast-error-icon-border-radius, 10px);height:var(--hot-toast-error-icon-height, 20px);opacity:var(--hot-toast-error-icon-opacity, 0);position:var(--hot-toast-error-icon-position, relative);transform:var(--hot-toast-error-icon-transform, rotate(45deg));width:var(--hot-toast-error-icon-width, 20px)}@media (prefers-reduced-motion: reduce){.hot-toast-error-icon{animation-duration:var(--hot-toast-error-icon-reduced-motion-animation-duration, 0ms)}}.hot-toast-error-icon:after,.hot-toast-error-icon:before{animation:var(--hot-toast-error-icon-after-before-animation, hotToastFirstLineAnimation .15s ease-out forwards);animation-delay:var(--hot-toast-error-icon-after-before-animation-delay, .15s);background:var(--hot-toast-error-icon-after-before-background, var(--error-secondary, #fff));border-radius:var(--hot-toast-error-icon-after-before-border-radius, 3px);bottom:var(--hot-toast-error-icon-after-before-bottom, 9px);content:var(--hot-toast-error-icon-after-before-content, "");height:var(--hot-toast-error-icon-after-before-height, 2px);left:var(--hot-toast-error-icon-after-before-left, 4px);opacity:var(--hot-toast-error-icon-after-before-opacity, 0);position:var(--hot-toast-error-icon-after-before-position, absolute);width:var(--hot-toast-error-icon-after-before-width, 12px)}@media (prefers-reduced-motion: reduce){.hot-toast-error-icon:after,.hot-toast-error-icon:before{animation-duration:var(--hot-toast-error-icon-after-before-reduced-motion-animation-duration, 0ms)}}.hot-toast-error-icon:before{animation:var(--hot-toast-error-icon-before-animation, hotToastSecondLineAnimation .15s ease-out forwards);animation-delay:var(--hot-toast-error-icon-before-animation-delay, .18s);transform:var(--hot-toast-error-icon-before-transform, rotate(90deg))}@media (prefers-reduced-motion: reduce){.hot-toast-error-icon:before{animation-duration:var(--hot-toast-error-icon-before-reduced-motion-animation-duration, 0ms)}}.hot-toast-bar-base{align-items:var(--hot-toast-align-items, center);background-color:var(--hot-toast-bg, #fff);border-radius:var(--hot-toast-border-radius, 4px);box-shadow:var(--hot-toast-shadow, 0 3px 10px rgba(0, 0, 0, .1), 0 3px 3px rgba(0, 0, 0, .05));color:var(--hot-toast-color, #363636);display:var(--hot-toast-display, flex);line-height:var(--hot-toast-line, 1.3);margin:var(--hot-toast-margin, 16px);max-width:var(--hot-toast-max-width, 350px);padding:var(--hot-toast-padding, 8px 10px);pointer-events:var(--hot-toast-pointer-events, auto);width:var(--hot-toast-width, fit-content);transition-property:border-bottom-left-radius,border-bottom-right-radius;transition-duration:.23s;transition-timing-function:ease-out}.hot-toast-bar-base:hover,.hot-toast-bar-base:focus{animation-play-state:var(--hot-toast-animation-state, paused)!important}@media (prefers-reduced-motion: reduce){.hot-toast-bar-base{animation-duration:var(--hot-toast-reduced-motion-animation-duration, 10ms)!important}}.expanded .hot-toast-bar-base{border-bottom-left-radius:0;border-bottom-right-radius:0}.hot-toast-message{color:var(--hot-toast-message-color, inherit);display:var(--hot-toast-message-display, flex);flex:var(--hot-toast-message-flex, 1);justify-content:var(--hot-toast-message-justify-content, center);margin:var(--hot-toast-message-margin, 4px 10px)}.hot-toast-bar-base-container{display:var(--hot-toast-container-display, flex);pointer-events:var(--hot-toast-container-pointer-events, none);position:var(--hot-toast-container-position, absolute);transition:var(--hot-toast-container-transition, transform .23s cubic-bezier(.21, 1.02, .73, 1))}@media (prefers-reduced-motion: reduce){.hot-toast-bar-base-container{transition-duration:var(--hot-toast-container-reduced-motion-transition-duration, 10ms)!important}}.hot-toast-bar-base-container.hot-toast-theme-snackbar .hot-toast-bar-base{background:var(--hot-toast-snackbar-bg, #323232);box-shadow:var(--hot-toast-snackbar-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));color:var(--hot-toast-snackbar-color, rgb(255, 255, 255))}.hot-toast-bar-base-container.hot-toast-theme-snackbar .hot-toast-close-btn{filter:var(--hot-toast-snackbar-close-btn-filter, invert(1) grayscale(100%) brightness(200%))}.hot-toast-close-btn{align-self:var(--hot-toast-close-btn-align-self, flex-start);background-color:var(--hot-toast-close-btn-background-color, transparent);background-image:var(--hot-toast-close-btn-background-image, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e"));background-position:var(--hot-toast-close-btn-background-position, center);background-repeat:var(--hot-toast-close-btn-background-repeat, no-repeat);background-size:var(--hot-toast-close-btn-background-size, .75em);border:var(--hot-toast-close-btn-border, 0);border-radius:var(--hot-toast-close-btn-border-radius, .25rem);box-sizing:var(--hot-toast-close-btn-box-sizing, content-box);display:var(--hot-toast-close-btn-display, flex);height:var(--hot-toast-close-btn-height, .8em);margin-top:var(--hot-toast-close-btn-margin-top, .25em);opacity:var(--hot-toast-close-btn-opacity, .5);padding:var(--hot-toast-close-btn-padding, .25em);width:var(--hot-toast-close-btn-width, .8em)}.hot-toast-close-btn:focus{box-shadow:var(--hot-toast-close-btn-box-shadow, 0 0 0 .125rem rgba(13, 110, 253, .25));outline:var(--hot-toast-close-btn-outline, none)}.hot-toast-close-btn:hover,.hot-toast-close-btn:focus{opacity:var(--hot-toast-close-btn-opacity, .75)}.hot-toast-group-btn{align-self:var(--hot-toast-group-btn-align-self, flex-start);background-color:var(--hot-toast-group-btn-background-color, transparent);background-image:var(--hot-toast-group-btn-background-image, url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75745 10.5858L9.17166 9.17154L12.0001 12L14.8285 9.17157L16.2427 10.5858L12.0001 14.8284L7.75745 10.5858Z' fill='currentColor' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z' fill='currentColor' /%3E%3C/svg%3E"));background-position:var(--hot-toast-group-btn-background-position, center);background-repeat:var(--hot-toast-group-btn-background-repeat, no-repeat);background-size:var(--hot-toast-group-btn-background-size, 1.3em);border:var(--hot-toast-group-btn-border, 0);border-radius:var(--hot-toast-group-btn-border-radius, .25rem);box-sizing:var(--hot-toast-group-btn-box-sizing, content-box);display:var(--hot-toast-group-btn-display, flex);height:var(--hot-toast-group-btn-height, .8em);margin-top:var(--hot-toast-group-btn-margin-top, .25em);opacity:var(--hot-toast-group-btn-opacity, .5);padding:var(--hot-toast-group-btn-padding, .25em);width:var(--hot-toast-group-btn-width, .8em);will-change:var(--hot-toast-group-btn-will-change, transform);transition:var(--hot-toast-group-btn-transition, transform .23s cubic-bezier(.21, 1.02, .73, 1))}.hot-toast-group-btn:focus{box-shadow:var(--hot-toast-group-btn-box-shadow, 0 0 0 .125rem rgba(13, 110, 253, .25));outline:var(--hot-toast-group-btn-outline, none)}.hot-toast-group-btn:hover,.hot-toast-group-btn:focus{opacity:var(--hot-toast-group-btn-opacity, .75)}.expanded .hot-toast-group-btn{transform:rotate(var(--hot-toast-group-btn-expanded-rotate, 180deg))}.hot-toast-icon{align-self:var(--hot-toast-icon-align-self, flex-start);padding-top:var(--hot-toast-icon-padding-top, .25em)}.hot-toast-bar-base-wrapper{pointer-events:all}.hot-toast-bar-base-group{--hot-toast-shadow: none;background-color:var(--hot-toast-group-bg, #fff);margin:var(--hot-toast-margin, 16px);margin-top:calc(-1 * var(--hot-toast-margin, 16px));border-bottom-left-radius:var(--hot-toast-border-radius, 4px);border-bottom-right-radius:var(--hot-toast-border-radius, 4px);height:0;overflow:hidden;transition-property:height;transition-duration:.23s;transition-timing-function:ease-in-out;position:relative;box-shadow:var(--hot-toast-group-after-shadow, 0 3px 10px rgba(0, 0, 0, .1), 0 3px 3px rgba(0, 0, 0, .05))}.expanded .hot-toast-bar-base-group{height:var(--hot-toast-group-height)}.hot-toast-bar-base-group .hot-toast-bar-base{margin:0}@keyframes hotToastEnterAnimationNegative{0%{opacity:.5;transform:translate3d(0,-80px,0) scale(.6)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes hotToastEnterAnimationPositive{0%{opacity:.5;transform:translate3d(0,80px,0) scale(.6)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes hotToastExitAnimationPositive{0%{opacity:1;transform:translateZ(-1px) scale(1)}to{opacity:0;transform:translate3d(0,var(--hot-toast-exit-positive-y, 130px),-1px) scale(.5)}}@keyframes hotToastExitAnimationNegative{0%{opacity:1;transform:translateZ(-1px) scale(1)}to{opacity:0;transform:translate3d(0,var(--hot-toast-exit-negative-y, -130px),-1px) scale(.5)}}@keyframes hotToastEnterSoftAnimationNegative{0%{opacity:.5;transform:translate3d(0,-14px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes hotToastEnterSoftAnimationPositive{0%{opacity:.5;transform:translate3d(0,14px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes hotToastExitSoftAnimationPositive{0%{opacity:1;transform:translateZ(-1px)}to{opacity:0;transform:translate3d(0,14px,-1px)}}@keyframes hotToastExitSoftAnimationNegative{0%{opacity:1;transform:translateZ(-1px)}to{opacity:0;transform:translate3d(0,-14px,-1px)}}.hot-toast-indicator-wrapper{align-items:var(--hot-toast-indicator-wrapper-align-items, center);display:var(--hot-toast-indicator-wrapper-display, flex);justify-content:var(--hot-toast-indicator-wrapper-justify-content, center);min-height:var(--hot-toast-indicator-wrapper-min-height, 20px);min-width:var(--hot-toast-indicator-wrapper-min-width, 20px);position:var(--hot-toast-indicator-wrapper-position, relative)}.hot-toast-status-wrapper{position:var(--hot-toast-status-wrapper-position, absolute)}@keyframes animate-info-background{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes animate-info-line{0%{height:0;opacity:0}40%{height:4.8px;opacity:1}to{height:8px;opacity:1}}.hot-toast-info-icon{animation:var(--hot-toast-info-icon-animation, animate-info-background .3s cubic-bezier(.175, .885, .32, 1.275) forwards);animation-delay:var(--hot-toast-info-icon-animation-delay, .1s);background-color:var(--hot-toast-info-icon-background-color, var(--info-primary, #0d6efd));border-radius:var(--hot-toast-info-icon-border-radius, 50%);display:var(--hot-toast-info-icon-display, block);height:var(--hot-toast-info-icon-height, 20px);opacity:var(--hot-toast-info-icon-opacity, 0);position:var(--hot-toast-info-icon-position, relative);transform:var(--hot-toast-info-icon-transform, scale(0));width:var(--hot-toast-info-icon-width, 20px)}.hot-toast-info-icon:after,.hot-toast-info-icon:before{background-color:var(--hot-toast-info-icon-after-before-background-color, var(--info-secondary, #fff));border-radius:var(--hot-toast-info-icon-after-before-border-radius, 3px);box-sizing:var(--hot-toast-info-icon-after-before-box-sizing, border-box);content:var(--hot-toast-info-icon-after-before-content, "");display:var(--hot-toast-info-icon-after-before-display, block);left:var(--hot-toast-info-icon-after-before-left, 8.5px);position:var(--hot-toast-info-icon-after-before-position, absolute);width:var(--hot-toast-info-icon-after-before-width, 2.5px)}.hot-toast-info-icon:after{animation:var(--hot-toast-info-icon-after-animation, animate-info-line .2s ease-out forwards);animation-delay:var(--hot-toast-info-icon-after-animation-delay, .2s);height:var(--hot-toast-info-icon-after-height, 0);opacity:var(--hot-toast-info-icon-after-opacity, 0);top:var(--hot-toast-info-icon-after-bottom, 8px)}.hot-toast-info-icon:before{height:var(--hot-toast-info-icon-before-height, 2px);top:var(--hot-toast-info-icon-before-top, 4px)}@keyframes hotToastRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hot-toast-loader-icon{animation:var(--hot-toast-loader-icon-animation, hotToastRotate 1s linear infinite);border:var(--hot-toast-loader-icon-border, 2px solid);border-bottom-color:var(--hot-toast-loader-icon-border-color, #e0e0e0);border-left-color:var(--hot-toast-loader-icon-border-color, #e0e0e0);border-radius:var(--hot-toast-loader-icon-border-radius, 100%);border-right-color:var(--hot-toast-loader-icon-border-right-color, #616161);border-top-color:var(--hot-toast-loader-icon-border-color, #e0e0e0);box-sizing:var(--hot-toast-loader-icon-box-sizing, border-box);height:var(--hot-toast-loader-icon-height, 18px);padding-top:var(--hot-toast-loader-icon-padding-top, 2px);width:var(--hot-toast-loader-icon-width, 18px)}@media (prefers-reduced-motion: reduce){.hot-toast-loader-icon{animation-duration:var(--hot-toast-loader-icon-reduced-motion-animation-duration, 5s)}}@keyframes animate-warn-background{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes animate-warn-line{0%{height:0;opacity:0}40%{height:4.8px;opacity:1}to{height:8px;opacity:1}}.hot-toast-warning-icon{animation:var(--hot-toast-warning-icon-animation, animate-warn-background .3s cubic-bezier(.175, .885, .32, 1.275) forwards);animation-delay:var(--hot-toast-warning-icon-animation-delay, .1s);background-color:var(--hot-toast-warning-icon-background-color, var(--warn-primary, #ffab00));border-radius:var(--hot-toast-warning-icon-border-radius, 50%);display:var(--hot-toast-warning-icon-display, block);height:var(--hot-toast-warning-icon-height, 20px);opacity:var(--hot-toast-warning-icon-opacity, 0);position:var(--hot-toast-warning-icon-position, relative);transform:var(--hot-toast-warning-icon-transform, scale(0));width:var(--hot-toast-warning-icon-width, 20px)}.hot-toast-warning-icon:after,.hot-toast-warning-icon:before{background-color:var(--hot-toast-warning-icon-after-before-background-color, var(--warn-secondary, #fff));border-radius:var(--hot-toast-warning-icon-after-before-border-radius, 3px);box-sizing:var(--hot-toast-warning-icon-after-before-box-sizing, border-box);content:var(--hot-toast-warning-icon-after-before-content, "");display:var(--hot-toast-warning-icon-after-before-display, block);left:var(--hot-toast-warning-icon-after-before-left, 8.5px);position:var(--hot-toast-warning-icon-after-before-position, absolute);width:var(--hot-toast-warning-icon-after-before-width, 2.5px)}.hot-toast-warning-icon:after{animation:var(--hot-toast-warning-icon-after-animation, animate-warn-line .2s ease-out forwards);animation-delay:var(--hot-toast-warning-icon-after-animation-delay, .2s);height:var(--hot-toast-warning-icon-after-height, 0);opacity:var(--hot-toast-warning-icon-after-opacity, 0);top:var(--hot-toast-warning-icon-after-top, 4px)}.hot-toast-warning-icon:before{bottom:var(--hot-toast-warning-icon-before-bottom, 4px);height:var(--hot-toast-warning-icon-before-height, 2px)}.ngx-datatable{display:block;overflow:hidden;justify-content:center;position:relative;transform:translateZ(0)}.ngx-datatable [hidden]{display:none!important}.ngx-datatable *,.ngx-datatable *:before,.ngx-datatable *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.ngx-datatable.scroll-vertical .datatable-body{overflow-y:auto}.ngx-datatable.scroll-vertical.virtualized .datatable-body .datatable-row-wrapper{position:absolute}.ngx-datatable.scroll-horz .datatable-body{overflow-x:auto;-webkit-overflow-scrolling:touch}.ngx-datatable.fixed-header .datatable-header .datatable-header-inner{white-space:nowrap}.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ngx-datatable.fixed-row .datatable-scroll,.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row{white-space:nowrap}.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell,.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-group-cell{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ngx-datatable .datatable-body-row,.ngx-datatable .datatable-row-center,.ngx-datatable .datatable-header-inner{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;-webkit-flex-flow:row;-moz-flex-flow:row;-ms-flex-flow:row;-o-flex-flow:row;flex-flow:row}.ngx-datatable .datatable-body-cell,.ngx-datatable .datatable-header-cell{overflow-x:hidden;vertical-align:top;display:inline-block;line-height:1.625}.ngx-datatable .datatable-body-cell:focus,.ngx-datatable .datatable-header-cell:focus{outline:none}.ngx-datatable .datatable-row-left,.ngx-datatable .datatable-row-right,.ngx-datatable .datatable-group-header{z-index:9;position:sticky!important}.ngx-datatable .datatable-row-left,.ngx-datatable .datatable-group-header{left:0}.ngx-datatable .datatable-row-right{right:0}.ngx-datatable .datatable-row-center,.ngx-datatable .datatable-row-group{position:relative}.ngx-datatable .datatable-header{display:block;overflow:hidden}.ngx-datatable .datatable-header .datatable-header-inner{align-items:stretch;-webkit-align-items:stretch}.ngx-datatable .datatable-header .datatable-header-cell{position:relative;display:inline-block}.ngx-datatable .datatable-header .datatable-header-cell.sortable .datatable-header-cell-wrapper{cursor:pointer}.ngx-datatable .datatable-header .datatable-header-cell.longpress .datatable-header-cell-wrapper{cursor:move}.ngx-datatable .datatable-header .datatable-header-cell .sort-btn{line-height:100%;vertical-align:middle;display:inline-block;cursor:pointer}.ngx-datatable .datatable-header .datatable-header-cell .resize-handle,.ngx-datatable .datatable-header .datatable-header-cell .resize-handle--not-resizable{display:inline-block;position:absolute;right:0;top:0;bottom:0;width:5px;padding:0 4px;visibility:hidden}.ngx-datatable .datatable-header .datatable-header-cell .resize-handle{cursor:ew-resize}.ngx-datatable .datatable-header .datatable-header-cell.resizeable:hover .resize-handle,.ngx-datatable .datatable-header .datatable-header-cell:hover .resize-handle--not-resizable{visibility:visible}.ngx-datatable .datatable-header .datatable-header-cell .targetMarker{position:absolute;top:0;bottom:0}.ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromLeft{right:0}.ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromRight{left:0}.ngx-datatable .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap{height:inherit}.ngx-datatable .datatable-body{position:relative;z-index:10;display:block;overflow:hidden}.ngx-datatable .datatable-body .datatable-scroll{display:inline-block}.ngx-datatable .datatable-body .datatable-row-detail{overflow-y:hidden}.ngx-datatable .datatable-body .datatable-row-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ngx-datatable .datatable-body .datatable-body-row{outline:none}.ngx-datatable .datatable-body .datatable-body-row>div{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.ngx-datatable .datatable-footer{display:block;width:100%;overflow:auto}.ngx-datatable .datatable-footer .datatable-footer-inner{display:flex;align-items:center;width:100%}.ngx-datatable .datatable-footer .selected-count .page-count{flex:1 1 40%}.ngx-datatable .datatable-footer .selected-count .datatable-pager{flex:1 1 60%}.ngx-datatable .datatable-footer .page-count{flex:1 1 20%}.ngx-datatable .datatable-footer .datatable-pager{flex:1 1 80%;text-align:right}.ngx-datatable .datatable-footer .datatable-pager .pager,.ngx-datatable .datatable-footer .datatable-pager .pager li{padding:0;margin:0;display:inline-block;list-style:none}.ngx-datatable .datatable-footer .datatable-pager .pager li,.ngx-datatable .datatable-footer .datatable-pager .pager li a{outline:none}.ngx-datatable .datatable-footer .datatable-pager .pager li a{cursor:pointer;display:inline-block}.ngx-datatable .datatable-footer .datatable-pager .pager li.disabled a{cursor:not-allowed}.ghost-cell-container{background:#fff}.ghost-cell-strip{background:#dee2e5;background-image:linear-gradient(to right,#dee2e5 0%,#dee2e5 10%,#f0f2f5,transparent);border-radius:4px;animation-duration:10s}.ngx-datatable .row-disabled,.ngx-datatable .row-disabled .datatable-body-cell-label{color:#83888e}.ngx-datatable .datatable-row-wrapper .datatable-body-row.row-disabled:hover,.ngx-datatable .datatable-row-wrapper .datatable-body-row.row-disabled:hover .datatable-row-group{background-color:inherit;transition:none}.ngx-datatable.material{background:#fff;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.ngx-datatable.material.striped .datatable-row-odd{background:#eee}.ngx-datatable.material.single-selection .datatable-body-row.active,.ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group,.ngx-datatable.material.multi-selection .datatable-body-row.active,.ngx-datatable.material.multi-selection .datatable-body-row.active .datatable-row-group,.ngx-datatable.material.multi-click-selection .datatable-body-row.active,.ngx-datatable.material.multi-click-selection .datatable-body-row.active .datatable-row-group{background-color:#304ffe;color:#fff}.ngx-datatable.material.single-selection .datatable-body-row.active:hover,.ngx-datatable.material.single-selection .datatable-body-row.active:hover .datatable-row-group,.ngx-datatable.material.multi-selection .datatable-body-row.active:hover,.ngx-datatable.material.multi-selection .datatable-body-row.active:hover .datatable-row-group,.ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover,.ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover .datatable-row-group{background-color:#193ae4;color:#fff}.ngx-datatable.material.single-selection .datatable-body-row.active:focus,.ngx-datatable.material.single-selection .datatable-body-row.active:focus .datatable-row-group,.ngx-datatable.material.multi-selection .datatable-body-row.active:focus,.ngx-datatable.material.multi-selection .datatable-body-row.active:focus .datatable-row-group,.ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus,.ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus .datatable-row-group{background-color:#2041ef;color:#fff}.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group{background-color:#eee;transition-property:background;transition-duration:.3s;transition-timing-function:linear}.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus,.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus .datatable-row-group{background-color:#ddd}.ngx-datatable.material.cell-selection .datatable-body-cell:hover:not(.row-disabled),.ngx-datatable.material.cell-selection .datatable-body-cell:hover:not(.row-disabled) .datatable-row-group{background-color:#eee;transition-property:background;transition-duration:.3s;transition-timing-function:linear}.ngx-datatable.material.cell-selection .datatable-body-cell:focus:not(.row-disabled),.ngx-datatable.material.cell-selection .datatable-body-cell:focus:not(.row-disabled) .datatable-row-group{background-color:#ddd}.ngx-datatable.material.cell-selection .datatable-body-cell.active:not(.row-disabled),.ngx-datatable.material.cell-selection .datatable-body-cell.active:not(.row-disabled) .datatable-row-group{background-color:#304ffe;color:#fff}.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover:not(.row-disabled),.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover:not(.row-disabled) .datatable-row-group{background-color:#193ae4;color:#fff}.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus:not(.row-disabled),.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus:not(.row-disabled) .datatable-row-group{background-color:#2041ef;color:#fff}.ngx-datatable.material .empty-row{height:50px;text-align:left;padding:.5rem 1.2rem;vertical-align:top;border-top:0}.ngx-datatable.material .loading-row{text-align:left;padding:.5rem 1.2rem;vertical-align:top;border-top:0}.ngx-datatable.material .datatable-header .datatable-row-left,.ngx-datatable.material .datatable-body .datatable-row-left{background-color:#fff;background-position:100% 0;background-repeat:repeat-y;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==)}.ngx-datatable.material .datatable-header .datatable-row-right,.ngx-datatable.material .datatable-body .datatable-row-right{background-position:0 0;background-color:#fff;background-repeat:repeat-y;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQI12PQkNdi1VTQ5gbSwkAsDQARLAIGtOSFUAAAAABJRU5ErkJggg==)}.ngx-datatable.material .datatable-header{border-bottom:1px solid rgba(0,0,0,.12)}.ngx-datatable.material .datatable-header .datatable-header-cell{flex-shrink:0;text-align:left;padding:.9rem 1.2rem;font-weight:400;background-color:#fff;color:#0000008a;vertical-align:bottom;font-size:12px;font-weight:500}.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-header-cell-wrapper{position:relative}.ngx-datatable.material .datatable-header .datatable-header-cell.longpress .draggable:after{transition:transform .4s ease,opacity .4s ease;opacity:.5;transform:scale(1)}.ngx-datatable.material .datatable-header .datatable-header-cell .draggable:after{content:" ";position:absolute;top:50%;left:50%;margin:-30px 0 0 -30px;height:60px;width:60px;background:#eee;border-radius:100%;opacity:1;filter:none;transform:scale(0);z-index:9999;pointer-events:none}.ngx-datatable.material .datatable-header .datatable-header-cell.dragging .resize-handle{border-right:none}.ngx-datatable.material .datatable-header .resize-handle{border-right:solid 1px #eee}.ngx-datatable.material .datatable-body{position:relative}.ngx-datatable.material .datatable-body .datatable-row-detail{background:#f5f5f5;padding:10px}.ngx-datatable.material .datatable-body .datatable-group-header{background:#f5f5f5;border-bottom:solid 1px #d9d8d9;border-top:solid 1px #d9d8d9}.ngx-datatable.material .datatable-body .datatable-group-header .datatable-group-cell{padding-inline-start:1.2rem;display:flex}.ngx-datatable.material .datatable-body datatable-row-def{background-color:#fff}.ngx-datatable.material .datatable-body .datatable-body-row{border-bottom:1px solid #d9d8d9}.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell{flex-shrink:0;text-align:left;padding:.9rem 1.2rem;vertical-align:top;border-top:0;color:#000000de;transition:width .3s ease;font-size:14px;font-weight:400}.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-group-cell{text-align:left;padding:.9rem 1.2rem;vertical-align:top;border-top:0;color:#000000de;transition:width .3s ease;font-size:14px;font-weight:400}.ngx-datatable.material .datatable-body .progress-linear{display:block;position:sticky;width:100%;height:0;z-index:999;padding:0;margin:0;top:0}.ngx-datatable.material .datatable-body .progress-linear .container{display:block;position:relative;overflow:hidden;width:100%;height:5px;-webkit-transform:translate(0,0) scale(1,1);transform:translate(0) scale(1);background-color:#aad1f9}.ngx-datatable.material .datatable-body .progress-linear .container .bar{transition:all .2s linear;-webkit-animation:query .8s infinite cubic-bezier(.39,.575,.565,1);animation:query .8s infinite cubic-bezier(.39,.575,.565,1);transition:-webkit-transform .2s linear;transition:transform .2s linear;background-color:#106cc8;position:absolute;left:0;top:0;bottom:0;width:100%;height:5px}.ngx-datatable.material .datatable-body .custom-loading-indicator-wrapper{position:sticky;top:0;height:0;z-index:999}.ngx-datatable.material .datatable-body .custom-loading-indicator-wrapper .custom-loading-content{width:100%;background-color:#fff}.ngx-datatable.material .datatable-footer{border-top:1px solid rgba(0,0,0,.12);font-size:12px;font-weight:400;color:#0000008a}.ngx-datatable.material .datatable-footer .page-count{line-height:50px;height:50px;padding:0 1.2rem}.ngx-datatable.material .datatable-footer .datatable-pager{margin:0 10px}.ngx-datatable.material .datatable-footer .datatable-pager li{vertical-align:middle}.ngx-datatable.material .datatable-footer .datatable-pager li.disabled a{color:#00000042!important;background-color:transparent!important}.ngx-datatable.material .datatable-footer .datatable-pager li.active a{background-color:#9e9e9e33;font-weight:700}.ngx-datatable.material .datatable-footer .datatable-pager a{height:22px;min-width:24px;line-height:22px;padding:0 6px;border-radius:3px;margin:6px 3px;text-align:center;vertical-align:top;color:#0000008a;text-decoration:none;vertical-align:bottom}.ngx-datatable.material .datatable-footer .datatable-pager a:hover{color:#000000bf;background-color:#9e9e9e33}.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-left,.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-skip,.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-right,.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-prev{font-size:20px;line-height:20px;padding:0 3px}.ngx-datatable.material .datatable-summary-row .datatable-body-row,.ngx-datatable.material .datatable-summary-row .datatable-body-row:hover{background-color:#ddd}.ngx-datatable.material .datatable-summary-row .datatable-body-row .datatable-body-cell{font-weight:700}.ngx-datatable.material .datatable-checkbox___{position:relative;margin:0;cursor:pointer;vertical-align:middle;display:inline-block;box-sizing:border-box;padding:0}.ngx-datatable.material .datatable-checkbox___ input[type=checkbox]{position:relative;margin:0 1rem 0 0;cursor:pointer;outline:none}.ngx-datatable.material .datatable-checkbox___ input[type=checkbox]:before{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;content:"";position:absolute;left:0;z-index:1;width:1rem;height:1rem;border:2px solid #f2f2f2}.ngx-datatable.material .datatable-checkbox___ input[type=checkbox]:checked:before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);height:.5rem;border-color:#009688;border-top-style:none;border-right-style:none}.ngx-datatable.material .datatable-checkbox___ input[type=checkbox]:after{content:"";position:absolute;top:0;left:0;width:1rem;height:1rem;background:#fff;cursor:pointer}@keyframes query{0%{opacity:1;transform:translate(35%) scaleX(.3)}to{opacity:0;transform:translate(-50%) scaleX(0)}}@font-face{font-family:data-table;src:url("./media/data-table-DGQ4LQQR.eot");src:url("./media/data-table-DGQ4LQQR.eot?#iefix") format("embedded-opentype"),url("./media/data-table-2IZ2Q4SK.woff") format("woff"),url("./media/data-table-J6MZE774.ttf") format("truetype"),url("./media/data-table-AKMZFM4M.svg#data-table") format("svg");font-weight:400;font-style:normal}[data-icon]:before{font-family:data-table!important;content:attr(data-icon);font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^=datatable-icon-]:before,[class*=" datatable-icon-"]:before{font-family:data-table!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.datatable-icon-filter:before{content:"b"}.datatable-icon-collapse:before{content:"a"}.datatable-icon-expand:before{content:"c"}.datatable-icon-close:before{content:"d"}.datatable-icon-up:before{content:"e"}.datatable-icon-down:before{content:"f"}.datatable-icon-sort-unset:before{content:"c";opacity:.5}.datatable-icon-sort:before{content:"g"}.datatable-icon-done:before{content:"h"}.datatable-icon-done-all:before{content:"i"}.datatable-icon-search:before{content:"j"}.datatable-icon-pin:before{content:"k"}.datatable-icon-add:before{content:"m"}.datatable-icon-left:before{content:"o"}.datatable-icon-right:before{content:"p"}.datatable-icon-skip:before{content:"q"}.datatable-icon-prev:before{content:"r"}*{box-sizing:border-box}html{--mat-badge-text-font: Lato, sans-serif;--mat-badge-line-height: 22px;--mat-badge-text-size: 12px;--mat-badge-text-weight: 600;--mat-badge-small-size-text-size: 9px;--mat-badge-small-size-line-height: 16px;--mat-badge-large-size-text-size: 24px;--mat-badge-large-size-line-height: 28px;--mat-bottom-sheet-container-text-font: Lato, sans-serif;--mat-bottom-sheet-container-text-line-height: 20px;--mat-bottom-sheet-container-text-size: 1.125rem;--mat-bottom-sheet-container-text-tracking: normal;--mat-bottom-sheet-container-text-weight: 400;--mat-button-toggle-label-text-font: Lato, sans-serif;--mat-button-toggle-label-text-line-height: 24px;--mat-button-toggle-label-text-size: 1.125rem;--mat-button-toggle-label-text-tracking: normal;--mat-button-toggle-label-text-weight: 400;--mat-button-toggle-legacy-label-text-font: Lato, sans-serif;--mat-button-toggle-legacy-label-text-line-height: 24px;--mat-button-toggle-legacy-label-text-size: 1.125rem;--mat-button-toggle-legacy-label-text-tracking: normal;--mat-button-toggle-legacy-label-text-weight: 400;--mat-datepicker-calendar-text-font: Lato, sans-serif;--mat-datepicker-calendar-text-size: 13px;--mat-datepicker-calendar-body-label-text-size: 1.125rem;--mat-datepicker-calendar-body-label-text-weight: 500;--mat-datepicker-calendar-period-button-text-size: 1.125rem;--mat-datepicker-calendar-period-button-text-weight: 500;--mat-datepicker-calendar-header-text-size: 11px;--mat-datepicker-calendar-header-text-weight: 400;--mat-expansion-header-text-font: Lato, sans-serif;--mat-expansion-header-text-size: 14px;--mat-expansion-header-text-weight: 500;--mat-expansion-header-text-line-height: inherit;--mat-expansion-header-text-tracking: inherit;--mat-expansion-container-text-font: Lato, sans-serif;--mat-expansion-container-text-line-height: 20px;--mat-expansion-container-text-size: 1.125rem;--mat-expansion-container-text-tracking: normal;--mat-expansion-container-text-weight: 400;--mat-grid-list-tile-header-primary-text-size: 1.125rem;--mat-grid-list-tile-header-secondary-text-size: 12px;--mat-grid-list-tile-footer-primary-text-size: 1.125rem;--mat-grid-list-tile-footer-secondary-text-size: 12px;--mat-stepper-container-text-font: Lato, sans-serif;--mat-stepper-header-label-text-font: Lato, sans-serif;--mat-stepper-header-label-text-size: 1.125rem;--mat-stepper-header-label-text-weight: 400;--mat-stepper-header-error-state-label-text-size: 1.125rem;--mat-stepper-header-selected-state-label-text-size: 1.125rem;--mat-stepper-header-selected-state-label-text-weight: 400;--mat-toolbar-title-text-font: Lato, sans-serif;--mat-toolbar-title-text-line-height: 32px;--mat-toolbar-title-text-size: 1.875rem;--mat-toolbar-title-text-tracking: normal;--mat-toolbar-title-text-weight: 700;--mat-tree-node-text-font: Lato, sans-serif;--mat-tree-node-text-size: 1.125rem;--mat-tree-node-text-weight: 400;--mat-option-label-text-font: Lato, sans-serif;--mat-option-label-text-line-height: 24px;--mat-option-label-text-size: 1.125rem;--mat-option-label-text-tracking: normal;--mat-option-label-text-weight: 400;--mat-optgroup-label-text-font: Lato, sans-serif;--mat-optgroup-label-text-line-height: 24px;--mat-optgroup-label-text-size: 1.125rem;--mat-optgroup-label-text-tracking: normal;--mat-optgroup-label-text-weight: 400;--mat-card-title-text-font: Lato, sans-serif;--mat-card-title-text-line-height: 32px;--mat-card-title-text-size: 1.875rem;--mat-card-title-text-tracking: normal;--mat-card-title-text-weight: 700;--mat-card-subtitle-text-font: Lato, sans-serif;--mat-card-subtitle-text-line-height: 22px;--mat-card-subtitle-text-size: 14px;--mat-card-subtitle-text-tracking: .0071428571em;--mat-card-subtitle-text-weight: 500;--mat-tooltip-supporting-text-font: Lato, sans-serif;--mat-tooltip-supporting-text-size: 12px;--mat-tooltip-supporting-text-weight: 400;--mat-tooltip-supporting-text-tracking: .0333333333em;--mat-form-field-container-text-font: Lato, sans-serif;--mat-form-field-container-text-line-height: 24px;--mat-form-field-container-text-size: 1.125rem;--mat-form-field-container-text-tracking: normal;--mat-form-field-container-text-weight: 400;--mat-form-field-outlined-label-text-populated-size: 1.125rem;--mat-form-field-subscript-text-font: Lato, sans-serif;--mat-form-field-subscript-text-line-height: 20px;--mat-form-field-subscript-text-size: 12px;--mat-form-field-subscript-text-tracking: .0333333333em;--mat-form-field-subscript-text-weight: 400;--mat-form-field-filled-label-text-font: Lato, sans-serif;--mat-form-field-filled-label-text-size: 1.125rem;--mat-form-field-filled-label-text-tracking: normal;--mat-form-field-filled-label-text-weight: 400;--mat-form-field-outlined-label-text-font: Lato, sans-serif;--mat-form-field-outlined-label-text-size: 1.125rem;--mat-form-field-outlined-label-text-tracking: normal;--mat-form-field-outlined-label-text-weight: 400;--mat-select-trigger-text-font: Lato, sans-serif;--mat-select-trigger-text-line-height: 24px;--mat-select-trigger-text-size: 1.125rem;--mat-select-trigger-text-tracking: normal;--mat-select-trigger-text-weight: 400;--mat-dialog-subhead-font: Lato, sans-serif;--mat-dialog-subhead-line-height: 32px;--mat-dialog-subhead-size: 1.875rem;--mat-dialog-subhead-weight: 700;--mat-dialog-subhead-tracking: normal;--mat-dialog-supporting-text-font: Lato, sans-serif;--mat-dialog-supporting-text-line-height: 24px;--mat-dialog-supporting-text-size: 1.125rem;--mat-dialog-supporting-text-weight: 400;--mat-dialog-supporting-text-tracking: normal;--mat-slide-toggle-label-text-font: Lato, sans-serif;--mat-slide-toggle-label-text-line-height: 20px;--mat-slide-toggle-label-text-size: 1.125rem;--mat-slide-toggle-label-text-tracking: normal;--mat-slide-toggle-label-text-weight: 400;--mat-radio-label-text-font: Lato, sans-serif;--mat-radio-label-text-line-height: 20px;--mat-radio-label-text-size: 1.125rem;--mat-radio-label-text-tracking: normal;--mat-radio-label-text-weight: 400;--mat-slider-label-label-text-font: Lato, sans-serif;--mat-slider-label-label-text-size: 14px;--mat-slider-label-label-text-line-height: 22px;--mat-slider-label-label-text-tracking: .0071428571em;--mat-slider-label-label-text-weight: 500;--mat-menu-item-label-text-font: Lato, sans-serif;--mat-menu-item-label-text-size: 1.125rem;--mat-menu-item-label-text-tracking: normal;--mat-menu-item-label-text-line-height: 24px;--mat-menu-item-label-text-weight: 400;--mat-list-list-item-label-text-font: Lato, sans-serif;--mat-list-list-item-label-text-line-height: 24px;--mat-list-list-item-label-text-size: 1.125rem;--mat-list-list-item-label-text-tracking: normal;--mat-list-list-item-label-text-weight: 400;--mat-list-list-item-supporting-text-font: Lato, sans-serif;--mat-list-list-item-supporting-text-line-height: 20px;--mat-list-list-item-supporting-text-size: 1.125rem;--mat-list-list-item-supporting-text-tracking: normal;--mat-list-list-item-supporting-text-weight: 400;--mat-list-list-item-trailing-supporting-text-font: Lato, sans-serif;--mat-list-list-item-trailing-supporting-text-line-height: 20px;--mat-list-list-item-trailing-supporting-text-size: 12px;--mat-list-list-item-trailing-supporting-text-tracking: .0333333333em;--mat-list-list-item-trailing-supporting-text-weight: 400;--mat-paginator-container-text-font: Lato, sans-serif;--mat-paginator-container-text-line-height: 20px;--mat-paginator-container-text-size: 12px;--mat-paginator-container-text-tracking: .0333333333em;--mat-paginator-container-text-weight: 400;--mat-paginator-select-trigger-text-size: 12px;--mat-checkbox-label-text-font: Lato, sans-serif;--mat-checkbox-label-text-line-height: 20px;--mat-checkbox-label-text-size: 1.125rem;--mat-checkbox-label-text-tracking: normal;--mat-checkbox-label-text-weight: 400;--mat-button-filled-label-text-font: Lato, sans-serif;--mat-button-filled-label-text-size: 1.125rem;--mat-button-filled-label-text-tracking: normal;--mat-button-filled-label-text-transform: none;--mat-button-filled-label-text-weight: 500;--mat-button-outlined-label-text-font: Lato, sans-serif;--mat-button-outlined-label-text-size: 1.125rem;--mat-button-outlined-label-text-tracking: normal;--mat-button-outlined-label-text-transform: none;--mat-button-outlined-label-text-weight: 500;--mat-button-protected-label-text-font: Lato, sans-serif;--mat-button-protected-label-text-size: 1.125rem;--mat-button-protected-label-text-tracking: normal;--mat-button-protected-label-text-transform: none;--mat-button-protected-label-text-weight: 500;--mat-button-text-label-text-font: Lato, sans-serif;--mat-button-text-label-text-size: 1.125rem;--mat-button-text-label-text-tracking: normal;--mat-button-text-label-text-transform: none;--mat-button-text-label-text-weight: 500;--mat-button-tonal-label-text-font: Lato, sans-serif;--mat-button-tonal-label-text-size: 1.125rem;--mat-button-tonal-label-text-tracking: normal;--mat-button-tonal-label-text-transform: none;--mat-button-tonal-label-text-weight: 500;--mat-fab-extended-label-text-font: Lato, sans-serif;--mat-fab-extended-label-text-size: 1.125rem;--mat-fab-extended-label-text-tracking: normal;--mat-fab-extended-label-text-weight: 500;--mat-snack-bar-supporting-text-font: Lato, sans-serif;--mat-snack-bar-supporting-text-line-height: 20px;--mat-snack-bar-supporting-text-size: 1.125rem;--mat-snack-bar-supporting-text-weight: 400;--mat-table-header-headline-font: Lato, sans-serif;--mat-table-header-headline-line-height: 22px;--mat-table-header-headline-size: 14px;--mat-table-header-headline-weight: 500;--mat-table-header-headline-tracking: .0071428571em;--mat-table-row-item-label-text-font: Lato, sans-serif;--mat-table-row-item-label-text-line-height: 20px;--mat-table-row-item-label-text-size: 1.125rem;--mat-table-row-item-label-text-weight: 400;--mat-table-row-item-label-text-tracking: normal;--mat-table-footer-supporting-text-font: Lato, sans-serif;--mat-table-footer-supporting-text-line-height: 20px;--mat-table-footer-supporting-text-size: 1.125rem;--mat-table-footer-supporting-text-weight: 400;--mat-table-footer-supporting-text-tracking: normal;--mat-sys-background: #ffffff;--mat-sys-error: #d60006;--mat-sys-error-container: #fdf0f0;--mat-sys-inverse-on-surface: #d5f6ff;--mat-sys-inverse-primary: #87d2e5;--mat-sys-inverse-surface: #00363f;--mat-sys-on-background: #001f25;--mat-sys-on-error: #ffffff;--mat-sys-on-error-container: #93000a;--mat-sys-on-primary: #ffffff;--mat-sys-on-primary-container: #004e5c;--mat-sys-on-primary-fixed: #001f26;--mat-sys-on-primary-fixed-variant: #004e5c;--mat-sys-on-secondary: #ffffff;--mat-sys-on-secondary-container: #2d4b53;--mat-sys-on-secondary-fixed: #001f26;--mat-sys-on-secondary-fixed-variant: #2d4b53;--mat-sys-on-surface: #001f25;--mat-sys-on-surface-variant: #3f484b;--mat-sys-on-tertiary: #ffffff;--mat-sys-on-tertiary-container: #3b494d;--mat-sys-on-tertiary-fixed: #101e21;--mat-sys-on-tertiary-fixed-variant: #3b494d;--mat-sys-outline: #308092;--mat-sys-outline-variant: #bec8cb;--mat-sys-primary: #00596b;--mat-sys-primary-container: #abedff;--mat-sys-primary-fixed: #abedff;--mat-sys-primary-fixed-dim: #87d2e5;--mat-sys-scrim: #000000;--mat-sys-secondary: #45636b;--mat-sys-secondary-container: #c7e8f1;--mat-sys-secondary-fixed: #c7e8f1;--mat-sys-secondary-fixed-dim: #acccd5;--mat-sys-shadow: #000000;--mat-sys-surface: #ffffff;--mat-sys-surface-bright: #ffffff;--mat-sys-surface-container: #ffffff;--mat-sys-surface-container-high: #baf1ff;--mat-sys-surface-container-highest: #b3ecfa;--mat-sys-surface-container-low: #def8ff;--mat-sys-surface-container-lowest: #ffffff;--mat-sys-surface-dim: #aae3f1;--mat-sys-surface-tint: #00596b;--mat-sys-surface-variant: #dae4e7;--mat-sys-tertiary: #536165;--mat-sys-tertiary-container: #d6e5ea;--mat-sys-tertiary-fixed: #d6e5ea;--mat-sys-tertiary-fixed-dim: #bac9ce;--mat-sys-neutral-variant20: #293235;--mat-sys-neutral10: #001f25;--mat-sys-level0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-sys-level1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-sys-level2: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-sys-level3: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-sys-level4: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-sys-level5: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-sys-corner-extra-large: 28px;--mat-sys-corner-extra-large-top: 28px 28px 0 0;--mat-sys-corner-extra-small: 4px;--mat-sys-corner-extra-small-top: 4px 4px 0 0;--mat-sys-corner-full: 9999px;--mat-sys-corner-large: 16px;--mat-sys-corner-large-end: 0 16px 16px 0;--mat-sys-corner-large-start: 16px 0 0 16px;--mat-sys-corner-large-top: 16px 16px 0 0;--mat-sys-corner-medium: 12px;--mat-sys-corner-none: 0;--mat-sys-corner-small: 8px;--mat-sys-dragged-state-layer-opacity: .16;--mat-sys-focus-state-layer-opacity: .12;--mat-sys-hover-state-layer-opacity: .08;--mat-sys-pressed-state-layer-opacity: .12}html .mat-h1,html .mat-headline-5,html .mat-typography .mat-h1,html .mat-typography .mat-headline-5,html .mat-typography h1{font:900 2.25rem/48px Lato,sans-serif;letter-spacing:normal;margin:0 0 16px}html .mat-h2,html .mat-headline-6,html .mat-typography .mat-h2,html .mat-typography .mat-headline-6,html .mat-typography h2{font:700 1.875rem/32px Lato,sans-serif;letter-spacing:normal;margin:0 0 16px}html .mat-h3,html .mat-subtitle-1,html .mat-typography .mat-h3,html .mat-typography .mat-subtitle-1,html .mat-typography h3{font:700 1.5rem/48px Lato,sans-serif;letter-spacing:normal;margin:0 0 16px}html .mat-h4,html .mat-body-1,html .mat-typography .mat-h4,html .mat-typography .mat-body-1,html .mat-typography h4{font:400 1.125rem/24px Lato,sans-serif;letter-spacing:normal;margin:0 0 16px}html .mat-h5,html .mat-typography .mat-h5,html .mat-typography h5{font:400 .93375rem/20px Lato,sans-serif;margin:0 0 12px}html .mat-h6,html .mat-typography .mat-h6,html .mat-typography h6{font:400 .75375rem/20px Lato,sans-serif;margin:0 0 12px}html .mat-body-strong,html .mat-subtitle-2,html .mat-typography .mat-body-strong,html .mat-typography .mat-subtitle-2{font:500 14px/22px Lato,sans-serif;letter-spacing:.0071428571em}html .mat-body,html .mat-body-2,html .mat-typography .mat-body,html .mat-typography .mat-body-2,html .mat-typography{font:400 1.125rem/20px Lato,sans-serif;letter-spacing:normal}html .mat-body p,html .mat-body-2 p,html .mat-typography .mat-body p,html .mat-typography .mat-body-2 p,html .mat-typography p{margin:0 0 12px}html .mat-small,html .mat-caption,html .mat-typography .mat-small,html .mat-typography .mat-caption{font:400 12px/20px Lato,sans-serif;letter-spacing:.0333333333em}html .mat-headline-1,html .mat-typography .mat-headline-1{font:300 96px/96px Lato,sans-serif;letter-spacing:-.015625em;margin:0 0 56px}html .mat-headline-2,html .mat-typography .mat-headline-2{font:300 60px/60px Lato,sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}html .mat-headline-3,html .mat-typography .mat-headline-3{font:400 48px/50px Lato,sans-serif;letter-spacing:normal;margin:0 0 64px}html .mat-headline-4,html .mat-typography .mat-headline-4{font:400 34px/40px Lato,sans-serif;letter-spacing:.0073529412em;margin:0 0 64px}html .mat-mdc-standard-chip{--mat-chip-label-text-font: Lato, sans-serif;--mat-chip-label-text-line-height: 20px;--mat-chip-label-text-size: 1.125rem;--mat-chip-label-text-tracking: normal;--mat-chip-label-text-weight: 400}html .mat-mdc-slide-toggle{--mat-slide-toggle-label-text-font: Lato, sans-serif;--mat-slide-toggle-label-text-line-height: 20px;--mat-slide-toggle-label-text-size: 1.125rem;--mat-slide-toggle-label-text-tracking: normal;--mat-slide-toggle-label-text-weight: 400}html .mdc-list-group__subheader{font:700 1.5rem/48px Lato,sans-serif;letter-spacing:normal}html .mat-mdc-tab-header{--mat-tab-label-text-font: Lato, sans-serif;--mat-tab-label-text-size: 1.125rem;--mat-tab-label-text-tracking: normal;--mat-tab-label-text-line-height: 20px;--mat-tab-label-text-weight: 500}html,body{height:100%;margin:0;padding:0}body{font-family:Lato,sans-serif;min-height:100vh;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main,.main{margin:0 var(--main-margin-x);padding-bottom:var(--main-padding-bottom)}.main-container{padding-inline:var(--main-padding-bottom)}h1,h2{font-weight:600}h1{font-size:var(--title-font-size)}h2{font-size:1.25rem}h1,h2,h3,h4,h5{color:var(--mat-sys-primary);background-color:#fff}label{font-size:var(--text-font-size)}.icon-danger{color:var(--warning-red-color)}del{background-color:var(--diff-old-color)}ins{background-color:var(--diff-new-color)}highcharts-chart{display:block}[data-employer-status=WaitingForVerification]{color:#ff5722}[data-employer-status=UnderVerification]{color:#000}[data-employer-status=Uncompleted]{color:var(--warning-red-color)}[data-employer-status=Verified]{color:var(--statistics-value-green-color)}.page-title{margin:3.9375rem 0!important}.back-btn{padding:0 .875rem 0 0!important}.back-btn mat-icon.mat-icon{font-size:2.125rem;height:2.125rem;width:2.125rem}@media screen and (max-width: 960px){.back-btn{padding:0!important}}form{max-width:1300px}.mat-mdc-form-field.lib-field-input-diff .mat-mdc-form-field-infix{display:flex}.mat-mdc-form-field.lib-field-input-diff .mat-mdc-form-field-infix:before{content:var(--old-value);background-color:var(--diff-old-color);text-decoration:line-through}.mat-mdc-form-field.lib-field-input-diff .mat-mdc-form-field-infix lib-input-diff{background-color:var(--diff-old-color);text-decoration:line-through}.mat-mdc-form-field.lib-field-input-diff.has-difference input{background-color:var(--diff-new-color);width:var(--input-width)}textarea.has-difference{visibility:hidden}.filters{min-width:22rem}.filters mat-hint{font-size:.9rem}.placeholder-row{margin-top:1rem;color:var(--mat-sys-on-surface);background-color:#fff}:root{--teal-primary-color: #00596b;--teal-color-04: #308092;--teal-color-03: #6aa2af;--teal-color-02: #a6c6cf;--teal-color-01: #d7e6eb;--main-margin-x: 3rem;--main-padding-bottom: 3rem;--nav-sys-primary: #006175;--title-font-size: 2.25rem;--text-font-size: 1.125rem;--table-text-size: 1.125rem;--warning-red-color: #d60006;--text-black-color: #000000;--pub-current-company-name-color: #348037;--pub-employer-reports-page-bg-color: #d7e6eb;--user-online-status-color: #4caf50;--user-offline-status-color: #888888;--statistics-value-green-color: #348037;--report-status-new-color: #689f38;--report-status-verification-color: #d67c1c;--report-status-rejected-color: #c20e1a;--employer-status-verified-color: #689f38;--employer-status-verification-color: #d67c1c;--employer-status-uncompleted-color: #c20e1a;--employer-status-deactivated-color: #c20e1a;--diff-old-color: rgba(214, 0, 6, .28);--diff-new-color: rgba(52, 128, 55, .24);--logo-height: 5.4375rem;--header-padding-y: .375rem;--header-height: calc(var(--logo-height) + var(--header-padding-y) * 2);--hover-table-row-bg-color: #e8edef;--hot-toast-margin: 6.5rem 1rem 1rem 1rem}@media (max-width: 768px){:root{--main-margin-x: 1rem;--main-padding-bottom: 1rem}}@media screen and (max-width: 960px){html .mat-typography h1{font-size:clamp(1.125rem,4vw,2rem)!important;padding-top:1rem}}@media screen and (max-width: 960px){html .mat-typography h3{font-size:clamp(1.125rem,2vw,1.5rem)!important}}:root{--button-height: 3rem;--button-min-width: 11rem;--danger-button-color: #d60006;--success-button-color: #348037;--mat-button-filled-container-shape: 0;--mat-button-filled-label-text-size: var(--text-font-size);--mat-button-outlined-label-text-size: var(--text-font-size);--mat-button-text-label-text-size: var(--text-font-size);--mat-button-outlined-container-shape: 0;--mat-button-outlined-outline-width: 2px;--mat-button-text-label-text-weight: 700;--mat-button-filled-label-text-weight: 700;--mat-button-outlined-label-text-weight: 700;--mat-button-filled-container-height: var(--button-height);--mat-button-outlined-container-height: var(--button-height)}:root button[mat-stroked-button],:root button[mat-flat-button],:root a[mat-stroked-button],:root a[mat-flat-button]{min-width:var(--button-min-width);min-height:var(--button-height)}@media screen and (max-width: 960px){:root button[mat-stroked-button],:root button[mat-flat-button],:root a[mat-stroked-button],:root a[mat-flat-button]{min-width:8rem;min-height:2rem}}.mdc-button{border-radius:8px}button[mat-stroked-button]{background:#fff}button[mat-stroked-button].mat-mdc-button-disabled{background:transparent}button[mat-flat-button].mat-mdc-button-disabled{background:color-mix(in srgb,var(--mat-sys-on-surface) 12%,transparent)}button.danger-btn{--mat-button-filled-container-color: var(--danger-button-color);--mat-button-outlined-outline-color: var(--danger-button-color);--mat-button-outlined-label-text-color: var(--danger-button-color);--mat-button-outlined-hover-state-layer-opacity: var(white)}button.success-btn{--mat-button-filled-container-color: var(--success-button-color);--mat-button-outlined-outline-color: var(--success-button-color);--mat-button-outlined-label-text-color: var(--success-button-color);--mat-button-outlined-hover-state-layer-opacity: var(white)}@media screen and (max-width: 960px){.mdc-button__label{font-size:clamp(1rem,2vw,1.125rem)!important}}:root{--mat-checkbox-state-layer-size: 40px}mat-checkbox .mdc-label{display:flex;align-items:center;background-color:#fff}:root{--mat-form-field-container-vertical-padding: 16px;--mat-form-field-outlined-input-text-placeholder-color: rgba(0, 77, 89, .5019607843)}.mat-mdc-form-field:has(.mdc-floating-label--required){position:relative}.mat-mdc-form-field:has(.mdc-floating-label--required) .mdc-floating-label--required{display:none}.mat-mdc-form-field:has(.mdc-floating-label--required):not(.mat-form-field-disabled):after{content:"*";color:var(--mat-sys-error);display:block;position:absolute;right:-15px}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled){background-color:var(--mat-sys-error-container)}.mdc-text-field--outlined.mdc-text-field--disabled{background-color:transparent;border-bottom:2px var(--mat-sys-primary) solid}.mdc-text-field--outlined.mdc-text-field--disabled .mat-mdc-notch-piece{border-color:transparent}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input{color:var(--mat-sys-primary)}.employer-reports-wrapper{--mat-form-field-filled-container-color: var(--pub-employer-reports-page-bg-color)}.mat-mdc-radio-button{--mat-radio-unselected-icon-color: var(--mat-sys-primary);--mat-radio-unselected-hover-icon-color: var(--mat-sys-primary);--mat-radio-selected-hover-icon-color: var(--mat-sys-primary);--mat-radio-hover-state-layer-color: var(--mat-sys-primary);--mat-radio-disabled-label-color: var(--mat-sys-primary);--mat-radio-disabled-selected-icon-color: var(--mat-sys-primary);--mat-radio-disabled-selected-icon-opacity: 1;--mat-radio-disabled-unselected-icon-color: var(--mat-sys-primary);--mat-radio-disabled-unselected-icon-opacity: 1}.clean-outline{--mat-form-field-outlined-container-shape: 8px;--mat-form-field-outlined-outline-color: #005e74;--mat-form-field-outlined-hover-outline-color: #005e74;--mat-form-field-outlined-focus-outline-color: #77b72a;--mat-form-field-outlined-input-text-placeholder-color: #575756;--mat-select-placeholder-text-color: #575756;--mat-form-field-outlined-outline-width: 2px;--mat-form-field-outlined-focus-outline-width: 3px}.clean-outline .mat-mdc-form-field-subscript-wrapper{margin:0}.clean-outline .mat-mdc-text-field-wrapper{background-color:#fff!important;border-radius:8px!important}.clean-outline .mat-mdc-text-field{border-radius:8px!important}.clean-outline .mat-mdc-form-field-label{display:none}.clean-outline input.mat-input-element\431  textarea.mat-mdc-text-field-input{line-height:1.5;padding:0}.clean-outline .mat-mdc-select{padding:0!important;line-height:normal;display:flex;align-items:center}.clean-outline .mat-mdc-select-arrow{color:#0f596d}.clean-outline .mdc-notched-outline__notch{border-right:none}.mat-mdc-select-panel{--mat-option-selected-state-layer-color: #469cdd;--mat-option-selected-state-label-text-color: white;border:2px #005e74 solid;border-radius:8px!important;margin:5px 0;height:fit-content!important;max-height:300px!important;overflow-y:auto!important}.mat-mdc-select-panel .mat-mdc-option{min-height:26px}.mat-mdc-select-panel .mat-pseudo-checkbox{width:0;margin:0;padding:0;visibility:hidden}.mat-mdc-select-panel .mat-mdc-option.mdc-list-item--selected{background-color:#469cdd!important;color:#fff}.mat-mdc-select-panel::-webkit-scrollbar{width:12px}.mat-mdc-select-panel::-webkit-scrollbar-track{background:transparent}.mat-mdc-select-panel::-webkit-scrollbar-thumb{background-color:#888;border-radius:6px;border:3px solid transparent;background-clip:content-box}:root{--inactive-label-text-color: #6ba1ad;--mat-tab-header-active-hover-label-text-color: var(--mat-sys-primary);--mat-tab-header-active-focus-label-text-color: var(--mat-sys-primary);--mat-tab-header-inactive-hover-label-text-color: var(--mat-sys-primary);--mat-tab-header-inactive-focus-label-text-color: var(--mat-sys-primary);--mat-menu-item-label-text-size: 1rem}:root .page-navigation{width:fit-content;margin-bottom:3.75rem;--mat-tab-container-height: 1.75rem;--mat-tab-label-text-size: 1.25rem;--mat-tab-inactive-label-text-color: var(--inactive-label-text-color);--mat-tab-active-label-text-color: var(--mat-sys-primary)}:root .page-navigation .mat-mdc-tab-links{gap:1rem}:root .page-navigation a[mat-tab-link]{padding:0 0rem;margin-bottom:.6rem}.mdc-tab{min-width:0}.mdc-tab--active .mdc-tab-indicator__content{opacity:1;border-top-width:2px}.mdc-tab--active .mdc-tab-indicator__content{opacity:1}.mat-mdc-tab-link .mdc-tab-indicator__content--underline{border-top-width:2px}.mdc-tab-indicator__content{opacity:.5}.mat-mdc-tab-link-container{border-bottom-width:0}.mat-badge-content{z-index:11}.mat-mdc-tab-link .mdc-tab__text-label{font-size:1.25rem}@media screen and (max-width: 960px){.mat-mdc-tab-link .mdc-tab__text-label{font-size:clamp(.9rem,1.5vw,1.25rem)}}:root{--mat-table-background-color: white;--mat-table-header-headline-color: var(--mat-sys-primary);--mat-table-header-container-height: 1.875rem;--mat-table-row-item-label-text-size: var(--table-text-size);--mat-table-header-headline-size: 1rem;--mat-table-row-item-label-text-color: var(--text-black-color);--mat-table-row-item-outline-color: var(--teal-color-04);--mat-table-row-item-container-height: 3.25rem}.table-container{position:relative}.table-container mat-spinner{position:absolute;top:40%;left:calc(50% - 50px)}.table-container.loading-overlay{opacity:.5;pointer-events:none}table[mat-table]{border-spacing:0 .625rem}table[mat-table] tr[mat-row][tabindex]:hover,table[mat-table] tr[mat-row][tabindex]:focus{background-color:var(--hover-table-row-bg-color);cursor:pointer}table[mat-table] tr[mat-row]:last-child td{border-bottom:1px solid var(--teal-color-04)}table[mat-table] td:first-child{border-left:1px solid var(--teal-color-04)}table[mat-table] td:last-child{border-right:1px solid var(--teal-color-04)}table[mat-table] td{border-top:1px solid var(--teal-color-04);max-width:10rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media screen and (max-width: 500px){table[mat-table] td{max-width:8rem}}table[mat-table] .mat-column-actions{width:3rem}table[mat-table] .mat-column-actions mat-icon{height:1.25rem;color:var(--teal-color-04)}table[mat-table] td.mat-cell-load,table[mat-table] td.mat-cell-no-data{border:1px solid white;text-align:center}table[mat-table] .progress-spinner-container{display:flex;justify-content:center;margin-top:1.1875rem}table[mat-table] .mat-sort-header-container.mat-sort-header-sorted .mat-sort-header-arrow{opacity:1}table[mat-table] .mat-sort-header-container .mat-sort-header-arrow{margin-left:10px;opacity:.5}table[mat-table] .mat-sort-header-container:hover .mat-sort-header-arrow{opacity:.8}:root{--mat-paginator-enabled-icon-color: var(--mat-sys-primary)}@media screen and (max-width: 960px){.mat-mdc-paginator-container{flex-direction:row;justify-content:center;align-items:center}}.mat-mdc-paginator-container .mat-mdc-paginator-page-size-label,.mat-mdc-paginator-container .mat-mdc-paginator-range-label{font-size:14px}@media screen and (max-width: 960px){.mat-mdc-paginator-container .mat-mdc-paginator-range-label{margin:0}}.mat-mdc-paginator-container .mat-mdc-select-value-text{font-size:14px;font-weight:700}mat-snack-bar-container.mdc-snackbar{margin-top:var(--snackbar-position-top)}mat-tooltip-component .mat-mdc-tooltip-surface{max-width:280px;overflow:auto;white-space:break-spaces}:root{--dialog-action-buttons-gap: 1.625rem;--dialog-icon-size: 2.375rem;--mat-dialog-container-shape: 0;--mat-dialog-actions-alignment: center;--mat-dialog-with-actions-content-padding: 0 3.125rem;--mat-dialog-actions-padding: 3.125rem;--mat-dialog-headline-padding: 0 .625rem 0 1.25rem;--mat-dialog-container-max-width: 85rem;--mat-dialog-subhead-size: 1.875rem;--mat-dialog-subhead-weight: 700;--mat-dialog-subhead-color: var(--mat-sys-primary)}:root .dialog-container{display:block;white-space:break-spaces;border:2px solid var(--mat-sys-primary)}:root .dialog-container h2{color:var(--text-black-color)}:root .dialog-container p{font-size:1rem;color:var(--text-black-color)}:root .dialog-container .close-icon-btn{position:absolute;right:.25rem;top:.25rem}:root .dialog-container .dialog-icon{height:var(--dialog-icon-size);width:var(--dialog-icon-size);font-size:var(--dialog-icon-size)}:root .dialog-container mat-dialog-content{text-align:center}:root .dialog-container mat-dialog-actions{gap:var(--dialog-action-buttons-gap)}:root{--mat-chip-label-text-color: black;--mat-chip-elevated-container-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: var(--mat-sys-primary)}:root{--mat-expansion-header-text-size: 15px;--mat-expansion-header-text-weight: 900;--mat-expansion-container-text-size: 14px;--mat-expansion-header-text-color: var(--mat-sys-primary);--mat-expansion-header-indicator-color: var(--mat-sys-primary)}:root .comment-expansion-panel{--mat-expansion-header-text-size: 14px;--mat-expansion-header-text-weight: 900;--mat-expansion-container-text-size: 14px;--mat-expansion-header-text-color: var(--mat-sys-primary);--mat-expansion-header-indicator-color: var(--mat-sys-primary)}:root .comment-expansion-panel.mat-expansion-panel{box-shadow:none}:root .comment-expansion-panel mat-expansion-panel-header{width:5.5rem;padding:0 8px;height:2rem}:root .comment-expansion-panel mat-expansion-panel-header mat-panel-title{text-decoration:underline}:root .comment-expansion-panel .mat-expansion-panel-body{padding:0}:root .filters .mat-expansion-panel{box-shadow:none;border-bottom:1px solid var(--mat-sys-primary);border-radius:0!important}:root .filters .mat-expansion-panel-body{margin-bottom:1rem}:root .filters .mat-expansion-panel-spacing{margin:0}.read-only{--mat-form-field-filled-container-color: white;--mat-form-field-filled-disabled-container-color: white;--mat-form-field-filled-input-text-color: var(--text-black-color);--mat-form-field-filled-disabled-input-text-color: var(--text-black-color);--mat-form-field-filled-label-text-color: var(--mat-sys-on-surface);--mat-form-field-filled-disabled-label-text-color: var(--mat-sys-on-surface);--mat-select-disabled-trigger-text-color: var(--text-black-color)}.read-only input{cursor:default}.read-only textarea,.read-only input{pointer-events:none;width:100%}.read-only textarea:hover,.read-only textarea:focus,.read-only textarea:active{pointer-events:auto;cursor:default}.ngx-datatable.material .datatable-header .datatable-header-cell{color:var(--mat-sys-primary)}.datatable-header-cell-template-wrap{display:flex;align-items:center}.datatable-header-cell-wrapper{flex:1;min-width:0}.datatable-header-cell-label{display:block;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 960px){.mat-expansion-panel-body{padding:0 0 10px!important}.ngx-datatable.material{border:1px solid #d9d9d9;box-shadow:none}.ngx-datatable .datatable-header-cell,.ngx-datatable .datatable-body-cell{border-right:1px solid #d9d9d9;font-size:12px!important;padding:.6rem!important}}.hot-toast-bar-base-wrapper{pointer-events:none}.toast-system{white-space:nowrap;max-width:none;width:auto;--hot-toast-bg: var(--mat-sys-inverse-surface);--hot-toast-message-color: var(--mat-sys-inverse-on-surface)}.toast-system .hot-toast-close-btn{background-color:var(--mat-sys-inverse-on-surface);background-image:none;-webkit-mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")}.toast-notification{max-width:90vw;--hot-toast-bg: var(--teal-color-02);--hot-toast-width: 40rem;--hot-toast-max-width: var(--hot-toast-width);--hot-toast-message-justify-content: flex-start;--hot-toast-border-color: var(--teal-color-04);--hot-toast-border-radius: 0;--hot-toast-padding: .9375rem 1.25rem;--hot-toast-message-margin: 0;--hot-toast-message-color: var(--mat-sys-primary);border:var(--hot-toast-border-color) 1px solid}@media screen and (max-width: 960px){.toast-notification{font-size:1rem!important}}@media screen and (max-width: 960px){.toast-notification h4{font-size:1rem!important}}.toast-notification .hot-toast-close-btn{background-color:var(--mat-sys-primary);background-image:none;-webkit-mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")}*[tabindex="0"]:focus-visible,a:focus-visible,.cdk-keyboard-focused,button.cdk-keyboard-focused,button[mat-button]:focus-visible,button[mat-icon-button]:focus-visible,button[maticonbutton]:focus-visible,button[mat-flat-button]:focus-visible,button[mat-stroked-button]:focus-visible,button[mat-fab]:focus-visible,button.mat-mdc-menu-trigger:focus-visible,tr:focus-visible{outline:#fd0 solid 6px!important}.mat-mdc-select:focus-visible{outline:none!important;position:relative}.mat-mdc-select:focus-visible:after{content:"";position:absolute;inset:-8px -16px;border:2px solid #005e74;border-radius:4px;pointer-events:none;box-sizing:border-box}button.highcharts-a11y-proxy-element:focus-visible{opacity:1!important;outline:#fd0 solid 3px!important;outline-offset:2px!important}th.cdk-keyboard-focused{outline:none!important}
