@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:FILL@0..1&display=swap";@charset "UTF-8";:root{--nextech-animation-standard-curve: cubic-bezier(.4, 0, .2, 1);--nextech-animation-decelaration-curve: cubic-bezier(0, 0, .2, 1);--nextech-animation-acceleration-curve: cubic-bezier(.4, 0, 1, 1);--nextech-animation-sharp-curve: cubic-bezier(.4, 0, .6, 1);--nextech-animation-complex-duration: 375ms;--nextech-animation-standard-duration: 225ms;--nextech-animation-fast-duration: 195ms;--nextech-transition-duration: var(--nextech-animation-standard-duration);--nextech-transition-easing: var(--nextech-animation-standard-curve);--nextech-transition-duration-inbetween: calc( var(--nextech-transition-duration) * .8667 );--nextech-transition-easing-inbetween: linear}.nextech-transition{transition-duration:var(--nextech-transition-duration);transition-timing-function:var(--nextech-transition-easing)}.nextech-transition-all{transition-duration:var(--nextech-transition-duration);transition-timing-function:var(--nextech-transition-easing);transition-property:all}.nextech-transition-rotate{transition-duration:var(--nextech-transition-duration);transition-timing-function:var(--nextech-transition-easing);transition-property:transform}.nextech-transition-rotate-90{transform:rotate(90deg)}.nextech-transition-rotate-180{transform:rotate(180deg)}.nextech-expansion-container{transition-duration:var(--nextech-transition-duration);transition-timing-function:var(--nextech-transition-easing);transition-property:grid-template-rows;display:grid;grid-template-columns:100%;grid-template-rows:0fr;overflow:hidden}@supports not (grid-template-columns: 0fr){.nextech-expansion-container{height:0}}.nextech-expansion-container--expanded{grid-template-rows:1fr}@supports not (grid-template-columns: 0fr){.nextech-expansion-container--expanded{height:auto}}.nextech-expansion-content{transition-property:visibility;transition-duration:var(--nextech-transition-duration-inbetween);min-height:0;visibility:hidden}.nextech-expansion-content--expanded{visibility:visible}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale3d(0,0,0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:#00000052}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0!important;box-sizing:content-box!important;height:auto!important;overflow:hidden!important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0!important;box-sizing:content-box!important;height:0!important}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}:root{--nextech-material-version: 16.2.14}html{--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12);--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px;--mat-table-header-headline-font: "Open Sans", sans-serif;--mat-table-header-headline-line-height: 1.5;--mat-table-header-headline-size: 14px;--mat-table-header-headline-weight: 400;--mat-table-header-headline-tracking: .01px;--mat-table-row-item-label-text-font: "Open Sans", sans-serif;--mat-table-row-item-label-text-line-height: 1.5;--mat-table-row-item-label-text-size: 14px;--mat-table-row-item-label-text-weight: 400;--mat-table-row-item-label-text-tracking: .1px;--mat-table-footer-supporting-text-font: "Open Sans", sans-serif;--mat-table-footer-supporting-text-line-height: 1.5;--mat-table-footer-supporting-text-size: 14px;--mat-table-footer-supporting-text-weight: 400;--mat-table-footer-supporting-text-tracking: .1px;color-scheme:light;--spacing-0-5: 2px;--spacing-1: 4px;--spacing-2: 8px;--spacing-3: 12px;--spacing-4: 16px;--spacing-6: 24px;--spacing-8: 32px;--spacing-10: 40px;--spacing-12: 48px;--spacing-14: 56px;--spacing-16: 64px;--spacing-18: 72px;--spacing-20: 80px;--spacing-22: 88px;--spacing-24: 96px;--spacing-28: 112px;--spacing-32: 128px;--spacing-36: 144px;--spacing-40: 160px;--spacing-44: 176px;--spacing-48: 192px;--spacing-52: 208px;--spacing-56: 224px;--spacing-60: 240px;--spacing-64: 256px;--spacing-72: 288px;--spacing-80: 320px;--spacing-96: 384px;--shape-full: 999px;--shape-large: 16px;--shape-medium: 8px;--shape-small: 4px;--shape-x-large: 24px;--background: #ffffff;--background-secondary: #e6f2ed;--background-secondary-variant: #cee5db;--primary: #155fc0;--on-primary: #ffffff;--on-primary-rgb: 255 255 255;--primary-container: #ecf7ff;--on-primary-container: #090c33;--secondary: #176e42;--on-secondary: #ffffff;--on-secondary-rgb: 255 255 255;--secondary-container: #e1f5e9;--on-secondary-container: #091f14;--surface: #ffffff;--on-surface: #1b1b1f;--on-surface-rgb: 27 31 27;--surface-container: #ededf2;--surface-container-high: #e7e8ed;--surface-container-highest: #e1e2e8;--surface-container-low: #f4f5f9;--surface-container-lowest: #ffffff;--on-surface-variant: #46464a;--outline: #727784;--outline-variant: #c2c6d4;--caution: #e06a00;--caution-bright: #fda02a;--caution-container: #ffdcbd;--on-caution: #000000;--on-caution-bright: #000000;--on-caution-container: #000000;--error: #ba1a1a;--error-bright: #ba1a1a;--error-container: #ffdad6;--on-error: #ffffff;--on-error-rgb: 255 255 255;--on-error-bright: #ffffff;--on-error-container: #410002;--info: #155fc0;--info-container: #ecf7ff;--on-info: #ffffff;--on-info-container: #090c33;--success: #176e42;--success-container: #e1f5e9;--on-success: #ffffff;--on-success-container: #091f14;--disabled-surface: rgba(27, 27, 31, .12);--on-disabled-surface: rgba(27, 27, 31, .38);--disabled-surface-variant: rgba(27, 27, 31, .04);--inverse-primary: #b5e3ff;--inverse-surface: #2f3033;--on-inverse-surface: #f2f0f4;--inverse-surface-variant: #5e5e62;--gradient-avatar-end: #103a92;--gradient-avatar-start: #1e88e5;--gradient-banner-end: #ecf7ff;--gradient-banner-start: #e1f5e9;--scrim: rgba(0, 0, 0, .4);--error-dragged: rgba(186, 26, 26, .16);--error-focused: rgba(186, 26, 26, .12);--error-hovered: rgba(186, 26, 26, .08);--error-pressed: rgba(186, 26, 26, .12);--error-ripple: rgba(186, 26, 26, .16);--error-selected: rgba(186, 26, 26, .12);--on-error-dragged: rgba(255, 255, 255, .16);--on-error-focused: rgba(255, 255, 255, .12);--on-error-hovered: rgba(255, 255, 255, .08);--on-error-pressed: rgba(255, 255, 255, .12);--on-error-ripple: rgba(255, 255, 255, .16);--on-error-selected: rgba(255, 255, 255, .12);--on-primary-dragged: rgba(255, 255, 255, .16);--on-primary-focused: rgba(255, 255, 255, .12);--on-primary-hovered: rgba(255, 255, 255, .08);--on-primary-pressed: rgba(255, 255, 255, .12);--on-primary-ripple: rgba(255, 255, 255, .16);--on-primary-selected: rgba(255, 255, 255, .12);--on-primary-container-dragged: rgba(9, 12, 51, .16);--on-primary-container-focused: rgba(9, 12, 51, .12);--on-primary-container-hovered: rgba(9, 12, 51, .08);--on-primary-container-pressed: rgba(9, 12, 51, .12);--on-primary-container-ripple: rgba(9, 12, 51, .16);--on-primary-container-selected: rgba(9, 12, 51, .12);--on-secondary-dragged: rgba(255, 255, 255, .16);--on-secondary-focused: rgba(255, 255, 255, .12);--on-secondary-hovered: rgba(255, 255, 255, .08);--on-secondary-pressed: rgba(255, 255, 255, .12);--on-secondary-ripple: rgba(249, 249, 252, .16);--on-secondary-selected: rgba(255, 255, 255, .12);--on-secondary-container-dragged: rgba(9, 31, 20, .16);--on-secondary-container-focused: rgba(9, 31, 20, .12);--on-secondary-container-hovered: rgba(9, 31, 20, .08);--on-secondary-container-pressed: rgba(9, 31, 20, .12);--on-secondary-container-ripple: rgba(9, 31, 20, .16);--on-secondary-container-selected: rgba(9, 31, 20, .12);--on-surface-dragged: rgba(27, 27, 31, .16);--on-surface-focused: rgba(27, 27, 31, .12);--on-surface-hovered: rgba(27, 27, 31, .08);--on-surface-pressed: rgba(27, 27, 31, .12);--on-surface-ripple: rgba(27, 27, 31, .16);--on-surface-selected: rgba(27, 27, 31, .12);--primary-dragged: rgba(21, 95, 192, .16);--primary-focused: rgba(21, 95, 192, .12);--primary-hovered: rgba(21, 95, 192, .08);--primary-pressed: rgba(21, 95, 192, .12);--primary-ripple: rgba(21, 95, 192, .16);--primary-selected: rgba(21, 95, 192, .12);--secondary-dragged: rgba(23, 110, 66, .16);--secondary-focused: rgba(23, 110, 66, .12);--secondary-hovered: rgba(23, 110, 66, .08);--secondary-pressed: rgba(23, 110, 66, .12);--secondary-ripple: rgba(23, 110, 66, .16);--state-hovered: .08;--state-focused: .12;--state-pressed: .12;--state-selected: .12;--state-dragged: .16;--state-ripple: .16;--nav-qap-link: #103a92;--navigation-container: light-dark( #ffffff, #0c0e14 );--navigation-container-active: light-dark( rgba(121, 198, 255, .12), rgba(121, 198, 255, .12) );--navigation-container-active-mix: color-mix( in srgb, var(--navigation-container), var(--on-navigation-container-active) 12% );--on-navigation-container: light-dark( #46464a, #c7c6ca );--on-navigation-container-hovered: light-dark( #000000, #ffffff );--on-navigation-container-active: light-dark( #103a92, #79c6ff );--on-navigation-container-disabled: light-dark( rgba(27, 27, 31, .38), rgba(242, 240, 244, .38) );--navigation-badge-success: light-dark( #176e42, #a0debb );--navigation-on-badge-success: light-dark( #ffffff, #091f14 );--navigation-badge-info: light-dark( #155fc0, #b5e3ff );--navigation-on-badge-info: light-dark( #ffffff, #090c33 );--navigation-badge-caution: light-dark( #e06a00, #fbb974 );--navigation-on-badge-caution: light-dark( #000000, #000000 );--navigation-badge-error: light-dark( #ba1a1a, #ffb4ab );--navigation-on-badge-error: light-dark( #ffffff, #410002 );--typography-body-large-font-size: 16px;--typography-body-large-font-weight: 400;--typography-body-large-letter-spacing: .15px;--typography-body-large-line-height: 24px;--typography-body-large-prominent-font-size: 16px;--typography-body-large-prominent-font-weight: 600;--typography-body-large-prominent-letter-spacing: .15px;--typography-body-large-prominent-line-height: 24px;--typography-body-medium-font-size: 14px;--typography-body-medium-font-weight: 400;--typography-body-medium-letter-spacing: .15px;--typography-body-medium-line-height: 20px;--typography-body-medium-prominent-font-size: 14px;--typography-body-medium-prominent-font-weight: 600;--typography-body-medium-prominent-letter-spacing: .15px;--typography-body-medium-prominent-line-height: 20px;--typography-display-small-font-size: 36px;--typography-display-small-font-weight: 400;--typography-display-small-letter-spacing: 0px;--typography-display-small-line-height: 44px;--typography-font-family: Open Sans, sans-serif;--typography-headline-large-font-size: 32px;--typography-headline-large-font-weight: 400;--typography-headline-large-letter-spacing: 0px;--typography-headline-large-line-height: 40px;--typography-headline-medium-font-size: 28px;--typography-headline-medium-font-weight: 400;--typography-headline-medium-letter-spacing: 0px;--typography-headline-medium-line-height: 36px;--typography-headline-small-font-size: 24px;--typography-headline-small-font-weight: 400;--typography-headline-small-letter-spacing: 0px;--typography-headline-small-line-height: 32px;--typography-label-large-font-size: 14px;--typography-label-large-font-weight: 400;--typography-label-large-letter-spacing: .1px;--typography-label-large-line-height: 20px;--typography-label-large-prominent-font-size: 14px;--typography-label-large-prominent-font-weight: 600;--typography-label-large-prominent-letter-spacing: .1px;--typography-label-large-prominent-line-height: 20px;--typography-label-medium-font-size: 12px;--typography-label-medium-font-weight: 400;--typography-label-medium-letter-spacing: .1px;--typography-label-medium-line-height: 16px;--typography-label-medium-prominent-font-size: 12px;--typography-label-medium-prominent-font-weight: 600;--typography-label-medium-prominent-letter-spacing: .1px;--typography-label-medium-prominent-line-height: 16px;--typography-label-small-font-size: 11px;--typography-label-small-font-weight: 400;--typography-label-small-letter-spacing: .15px;--typography-label-small-line-height: 16px;--typography-title-large-font-size: 22px;--typography-title-large-font-weight: 400;--typography-title-large-letter-spacing: 0px;--typography-title-large-line-height: 28px;--typography-title-large-prominent-font-size: 22px;--typography-title-large-prominent-font-weight: 600;--typography-title-large-prominent-letter-spacing: 0px;--typography-title-large-prominent-line-height: 28px;--typography-title-medium-font-size: 16px;--typography-title-medium-font-weight: 400;--typography-title-medium-letter-spacing: .1px;--typography-title-medium-line-height: 24px;--typography-title-medium-prominent-font-size: 16px;--typography-title-medium-prominent-font-weight: 600;--typography-title-medium-prominent-letter-spacing: .1px;--typography-title-medium-prominent-line-height: 24px;--typography-title-small-font-size: 14px;--typography-title-small-font-weight: 400;--typography-title-small-letter-spacing: .1px;--typography-title-small-line-height: 20px;--typography-title-small-prominent-font-size: 14px;--typography-title-small-prominent-font-weight: 600;--typography-title-small-prominent-letter-spacing: .1px;--typography-title-small-prominent-line-height: 20px;--nextech-mdc-version: 16.2.14;--mat-sys-on-surface: var(--on-surface);--mdc-theme-primary: var(--primary);--mdc-theme-surface: var(--surface);--mdc-theme-on-surface: var(--on-surface);--mdc-theme-text-primary-on-background: var(--on-surface);--mat-sys-label-large-font: var( --typography-font-family );--mat-sys-label-large-line-height: var(--typography-label-large-line-height);--mat-sys-label-large-size: var(--typography-label-large-font-size);--mat-sys-label-large-tracking: var(--typography-label-large-letter-spacing);--mat-sys-label-large-weight: var(--typography-label-large-font-weight);--nextech-outlined-button-outline-width: 2px;--nextech-button-container-height: 40px;--mdc-elevated-card-container-color: var(--surface);--mdc-elevated-card-container-shape: var(--shape-large);--mdc-outlined-card-container-color: var(--surface);--mdc-outlined-card-container-shape: var(--shape-large);--mdc-outlined-card-outline-color: var(--outline-variant);--mat-card-subtitle-text-color: var(--on-surface-variant);--mat-pseudo-checkbox-full-unselected-icon-color: var(--on-surface-variant);--nextech-chip-text-color: var(--on-surface);--mdc-chip-with-avatar-avatar-size: 18px;--nextech-datepicker-calendar-date-in-range-state-text-color: var( --on-primary-container );--mat-datepicker-calendar-date-today-outline-color: var(--primary);--mat-datepicker-calendar-date-in-range-state-background-color: var( --primary-container );--mat-datepicker-calendar-date-hover-state-background-color: var( --on-surface-hovered );--nextech-dialog-spacing: 24px;--nextech-dialog-width: 100%;--mat-dialog-actions-alignment: flex-end;--mat-dialog-headline-padding: var(--nextech-dialog-spacing) var(--nextech-dialog-spacing) var(--spacing-4);--mat-dialog-actions-padding: var(--nextech-dialog-spacing);--mat-dialog-content-padding: var(--nextech-dialog-spacing);--mat-dialog-with-actions-content-padding: var(--nextech-dialog-spacing) var(--nextech-dialog-spacing) 0;--mat-divider-width: 1px;--mat-divider-color: var(--outline-variant);--icon-font-variation-fill: 0;--icon-size: 24px;--icon-font-weight: normal;--nextech-icon-button-outline-color: var(--outline);--nextech-icon-button-outline-width: 2px;--nextech-icon-button-container-shape: var(--shape-medium);--mdc-icon-button-icon-color: var(--on-surface-variant);--mdc-list-list-item-disabled-label-text-color: var(--on-disabled-surface);--mdc-list-list-item-disabled-label-text-opacity: 1;--mdc-list-list-item-focus-state-layer-color: var(--on-primary-container);--mdc-list-list-item-focus-state-layer-opacity: var(--state-focused);--mdc-list-list-item-hover-state-layer-color: var(--on-primary-container);--mdc-list-list-item-hover-state-layer-opacity: var(--state-hovered);--nextech-progress-bar-shape: var(--shape-small);--nextech-table-header-background-color: var(--surface-container);--mat-table-background-color: var(--surface);--mat-table-header-headline-color: var(--on-surface);--mat-table-header-headline-size: var( --typography-label-medium-prominent-font-size );--mat-table-header-headline-weight: var( --typography-label-medium-prominent-font-weight );--mat-table-row-item-label-text-color: var(--on-surface);--mat-table-row-item-outline-color: var(--outline-variant);--mat-tab-header-divider-height: 1px;--mat-tab-header-divider-color: var(--outline-variant);--nextech-text-editor-min-height: calc(var(--mat-form-field-container-text-line-height) * var(--mat-form-field-container-text-size));--nextech-text-editor-max-height: 250px}html .mat-ripple-element{background-color:#0000001a}html{--mat-option-selected-state-label-text-color: #155fc0;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}html .mat-accent{--mat-option-selected-state-label-text-color: #176e42}html .mat-warn{--mat-option-selected-state-label-text-color: #ba1a1a}html{--mat-optgroup-label-text-color: rgba(0, 0, 0, .87)}html .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,html .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#176e42}html .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,html .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#176e42}html .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,html .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#176e42}html .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,html .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#176e42}html .mat-app-background,html.mat-app-background{background-color:#fafafa;color:#000000de}html .mat-elevation-z0,html .mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}html .mat-elevation-z1,html .mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}html .mat-elevation-z2,html .mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}html .mat-elevation-z3,html .mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}html .mat-elevation-z4,html .mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}html .mat-elevation-z5,html .mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}html .mat-elevation-z6,html .mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}html .mat-elevation-z7,html .mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}html .mat-elevation-z8,html .mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}html .mat-elevation-z9,html .mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}html .mat-elevation-z10,html .mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}html .mat-elevation-z11,html .mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}html .mat-elevation-z12,html .mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}html .mat-elevation-z13,html .mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}html .mat-elevation-z14,html .mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}html .mat-elevation-z15,html .mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}html .mat-elevation-z16,html .mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}html .mat-elevation-z17,html .mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}html .mat-elevation-z18,html .mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}html .mat-elevation-z19,html .mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}html .mat-elevation-z20,html .mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}html .mat-elevation-z21,html .mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}html .mat-elevation-z22,html .mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}html .mat-elevation-z23,html .mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}html .mat-elevation-z24,html .mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-theme-loaded-marker{display:none}html .mat-mdc-card{--mdc-elevated-card-container-color: white;--mdc-elevated-card-container-elevation: 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);--mdc-outlined-card-container-color: white;--mdc-outlined-card-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-card-container-elevation: 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-card-subtitle-text-color: rgba(0, 0, 0, .54)}html .mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #155fc0;--mdc-linear-progress-track-color: rgba(21, 95, 192, .25)}html .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:#155fc040;background-color:var(--mdc-linear-progress-track-color, rgba(21, 95, 192, .25))}@media (forced-colors: active){html .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){html .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(21, 95, 192, 0.25)'/%3E%3C/svg%3E")}}html .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#155fc040;background-color:var(--mdc-linear-progress-track-color, rgba(21, 95, 192, .25))}html .mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #176e42;--mdc-linear-progress-track-color: rgba(23, 110, 66, .25)}html .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:#176e4240;background-color:var(--mdc-linear-progress-track-color, rgba(23, 110, 66, .25))}@media (forced-colors: active){html .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){html .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(23, 110, 66, 0.25)'/%3E%3C/svg%3E")}}html .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#176e4240;background-color:var(--mdc-linear-progress-track-color, rgba(23, 110, 66, .25))}html .mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #ba1a1a;--mdc-linear-progress-track-color: rgba(186, 26, 26, .25)}@keyframes mdc-linear-progress-buffering{}html .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:#ba1a1a40;background-color:var(--mdc-linear-progress-track-color, rgba(186, 26, 26, .25))}@media (forced-colors: active){html .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){html .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(186, 26, 26, 0.25)'/%3E%3C/svg%3E")}}html .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#ba1a1a40;background-color:var(--mdc-linear-progress-track-color, rgba(186, 26, 26, .25))}html .mat-mdc-tooltip{--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff}html{--mdc-filled-text-field-caret-color: #155fc0;--mdc-filled-text-field-focus-active-indicator-color: #155fc0;--mdc-filled-text-field-focus-label-text-color: rgba(21, 95, 192, .87);--mdc-filled-text-field-container-color: whitesmoke;--mdc-filled-text-field-disabled-container-color: #fafafa;--mdc-filled-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-error-focus-label-text-color: #ba1a1a;--mdc-filled-text-field-error-label-text-color: #ba1a1a;--mdc-filled-text-field-error-caret-color: #ba1a1a;--mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-error-active-indicator-color: #ba1a1a;--mdc-filled-text-field-error-focus-active-indicator-color: #ba1a1a;--mdc-filled-text-field-error-hover-active-indicator-color: #ba1a1a;--mdc-outlined-text-field-caret-color: #155fc0;--mdc-outlined-text-field-focus-outline-color: #155fc0;--mdc-outlined-text-field-focus-label-text-color: rgba(21, 95, 192, .87);--mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-error-caret-color: #ba1a1a;--mdc-outlined-text-field-error-focus-label-text-color: #ba1a1a;--mdc-outlined-text-field-error-label-text-color: #ba1a1a;--mdc-outlined-text-field-outline-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, .06);--mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-error-focus-outline-color: #ba1a1a;--mdc-outlined-text-field-error-hover-outline-color: #ba1a1a;--mdc-outlined-text-field-error-outline-color: #ba1a1a;--mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, .38)}html .mat-mdc-form-field-error{color:var(--mdc-theme-error, #ba1a1a)}html .mat-mdc-form-field-subscript-wrapper,html .mat-mdc-form-field-bottom-align:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-form-field-subscript-text-font);line-height:var(--mat-form-field-subscript-text-line-height);font-size:var(--mat-form-field-subscript-text-size);letter-spacing:var(--mat-form-field-subscript-text-tracking);font-weight:var(--mat-form-field-subscript-text-weight)}html .mat-mdc-form-field-focus-overlay{background-color:#000000de}html .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay{opacity:.04}html .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:.12}html .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix:after{color:#0000008a}html .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix:after{color:#155fc0de}html .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix:after{color:#176e42de}html .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix:after{color:#ba1a1ade}html .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix:after{color:#00000061}html .mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #176e42;--mdc-filled-text-field-focus-active-indicator-color: #176e42;--mdc-filled-text-field-focus-label-text-color: rgba(23, 110, 66, .87);--mdc-outlined-text-field-caret-color: #176e42;--mdc-outlined-text-field-focus-outline-color: #176e42;--mdc-outlined-text-field-focus-label-text-color: rgba(23, 110, 66, .87)}html .mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #ba1a1a;--mdc-filled-text-field-focus-active-indicator-color: #ba1a1a;--mdc-filled-text-field-focus-label-text-color: rgba(186, 26, 26, .87);--mdc-outlined-text-field-caret-color: #ba1a1a;--mdc-outlined-text-field-focus-outline-color: #ba1a1a;--mdc-outlined-text-field-focus-label-text-color: rgba(186, 26, 26, .87)}html .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:1px solid transparent}html [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:none;border-right:1px solid transparent}html .mat-mdc-form-field-infix{min-height:56px}html .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:28px}html .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY( -34.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));transform:var(--mat-mdc-form-field-label-transform)}html .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}html .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:24px;padding-bottom:8px}html .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}html{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(21, 95, 192, .87);--mat-select-invalid-arrow-color: rgba(186, 26, 26, .87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(23, 110, 66, .87);--mat-select-invalid-arrow-color: rgba(186, 26, 26, .87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(186, 26, 26, .87);--mat-select-invalid-arrow-color: rgba(186, 26, 26, .87)}html{--mat-autocomplete-background-color: white}html .mat-mdc-dialog-container{--mdc-dialog-container-color: white;--mdc-dialog-subhead-color: rgba(0, 0, 0, .87);--mdc-dialog-supporting-text-color: rgba(0, 0, 0, .6)}html .mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #212121;--mdc-chip-elevated-container-color: #e0e0e0;--mdc-chip-elevated-disabled-container-color: #e0e0e0;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #212121;--mdc-chip-with-icon-icon-color: #212121;--mdc-chip-with-icon-disabled-icon-color: #212121;--mdc-chip-with-icon-selected-icon-color: #212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;--mdc-chip-with-trailing-icon-trailing-icon-color: #212121}html .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,html .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #155fc0;--mdc-chip-elevated-disabled-container-color: #155fc0;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}html .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,html .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #176e42;--mdc-chip-elevated-disabled-container-color: #176e42;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}html .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,html .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #ba1a1a;--mdc-chip-elevated-disabled-container-color: #ba1a1a;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}html .mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height: 32px}html .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #176e42;--mdc-switch-selected-handle-color: #176e42;--mdc-switch-selected-hover-state-layer-color: #176e42;--mdc-switch-selected-pressed-state-layer-color: #176e42;--mdc-switch-selected-focus-handle-color: #091f14;--mdc-switch-selected-hover-handle-color: #091f14;--mdc-switch-selected-pressed-handle-color: #091f14;--mdc-switch-selected-focus-track-color: #65c190;--mdc-switch-selected-hover-track-color: #65c190;--mdc-switch-selected-pressed-track-color: #65c190;--mdc-switch-selected-track-color: #65c190}html .mat-mdc-slide-toggle{--mdc-switch-state-layer-size: 48px}html .mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #155fc0;--mdc-radio-selected-hover-icon-color: #155fc0;--mdc-radio-selected-icon-color: #155fc0;--mdc-radio-selected-pressed-icon-color: #155fc0;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #155fc0;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}html .mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #176e42;--mdc-radio-selected-hover-icon-color: #176e42;--mdc-radio-selected-icon-color: #176e42;--mdc-radio-selected-pressed-icon-color: #176e42;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #176e42;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}html .mat-mdc-radio-button .mdc-radio{--mdc-radio-state-layer-size: 40px}html .mat-mdc-slider{--mdc-slider-label-container-color: black;--mdc-slider-label-label-text-color: white;--mdc-slider-disabled-handle-color: #000;--mdc-slider-disabled-active-track-color: #000;--mdc-slider-disabled-inactive-track-color: #000;--mdc-slider-with-tick-marks-disabled-container-color: #000;--mat-mdc-slider-value-indicator-opacity: .6}html .mat-mdc-slider.mat-primary{--mdc-slider-handle-color: #155fc0;--mdc-slider-focus-handle-color: #155fc0;--mdc-slider-hover-handle-color: #155fc0;--mdc-slider-active-track-color: #155fc0;--mdc-slider-inactive-track-color: #155fc0;--mdc-slider-with-tick-marks-active-container-color: #fff;--mdc-slider-with-tick-marks-inactive-container-color: #155fc0;--mat-mdc-slider-ripple-color: #155fc0;--mat-mdc-slider-hover-ripple-color: rgba(21, 95, 192, .05);--mat-mdc-slider-focus-ripple-color: rgba(21, 95, 192, .2)}html .mat-mdc-slider.mat-accent{--mdc-slider-handle-color: #176e42;--mdc-slider-focus-handle-color: #176e42;--mdc-slider-hover-handle-color: #176e42;--mdc-slider-active-track-color: #176e42;--mdc-slider-inactive-track-color: #176e42;--mdc-slider-with-tick-marks-active-container-color: #fff;--mdc-slider-with-tick-marks-inactive-container-color: #176e42;--mat-mdc-slider-ripple-color: #176e42;--mat-mdc-slider-hover-ripple-color: rgba(23, 110, 66, .05);--mat-mdc-slider-focus-ripple-color: rgba(23, 110, 66, .2)}html .mat-mdc-slider.mat-warn{--mdc-slider-handle-color: #ba1a1a;--mdc-slider-focus-handle-color: #ba1a1a;--mdc-slider-hover-handle-color: #ba1a1a;--mdc-slider-active-track-color: #ba1a1a;--mdc-slider-inactive-track-color: #ba1a1a;--mdc-slider-with-tick-marks-active-container-color: #fff;--mdc-slider-with-tick-marks-inactive-container-color: #ba1a1a;--mat-mdc-slider-ripple-color: #ba1a1a;--mat-mdc-slider-hover-ripple-color: rgba(186, 26, 26, .05);--mat-mdc-slider-focus-ripple-color: rgba(186, 26, 26, .2)}html{--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-container-color: white}html .mdc-list-item__start,html .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #155fc0;--mdc-radio-selected-hover-icon-color: #155fc0;--mdc-radio-selected-icon-color: #155fc0;--mdc-radio-selected-pressed-icon-color: #155fc0}html .mat-accent .mdc-list-item__start,html .mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #176e42;--mdc-radio-selected-hover-icon-color: #176e42;--mdc-radio-selected-icon-color: #176e42;--mdc-radio-selected-pressed-icon-color: #176e42}html .mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #155fc0;--mdc-checkbox-selected-hover-icon-color: #155fc0;--mdc-checkbox-selected-icon-color: #155fc0;--mdc-checkbox-selected-pressed-icon-color: #155fc0;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #155fc0;--mdc-checkbox-selected-hover-state-layer-color: #155fc0;--mdc-checkbox-selected-pressed-state-layer-color: #155fc0;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}html .mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #176e42;--mdc-checkbox-selected-hover-icon-color: #176e42;--mdc-checkbox-selected-icon-color: #176e42;--mdc-checkbox-selected-pressed-icon-color: #176e42;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #176e42;--mdc-checkbox-selected-hover-state-layer-color: #176e42;--mdc-checkbox-selected-pressed-state-layer-color: #176e42;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}html .mat-mdc-list-base{--mdc-list-list-item-one-line-container-height: 48px;--mdc-list-list-item-two-line-container-height: 64px;--mdc-list-list-item-three-line-container-height: 88px}html .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,html .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,html .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}html .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,html .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,html .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: rgba(0, 0, 0, .12)}html{--mat-paginator-container-size: 56px}html .mat-mdc-tab-group,html .mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #155fc0;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #155fc0;--mat-tab-header-active-ripple-color: #155fc0;--mat-tab-header-inactive-ripple-color: #155fc0;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #155fc0;--mat-tab-header-active-hover-label-text-color: #155fc0;--mat-tab-header-active-focus-indicator-color: #155fc0;--mat-tab-header-active-hover-indicator-color: #155fc0}html .mat-mdc-tab-group.mat-accent,html .mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #176e42;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #176e42;--mat-tab-header-active-ripple-color: #176e42;--mat-tab-header-inactive-ripple-color: #176e42;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #176e42;--mat-tab-header-active-hover-label-text-color: #176e42;--mat-tab-header-active-focus-indicator-color: #176e42;--mat-tab-header-active-hover-indicator-color: #176e42}html .mat-mdc-tab-group.mat-warn,html .mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #ba1a1a;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #ba1a1a;--mat-tab-header-active-ripple-color: #ba1a1a;--mat-tab-header-inactive-ripple-color: #ba1a1a;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #ba1a1a;--mat-tab-header-active-hover-label-text-color: #ba1a1a;--mat-tab-header-active-focus-indicator-color: #ba1a1a;--mat-tab-header-active-hover-indicator-color: #ba1a1a}html .mat-mdc-tab-group.mat-background-primary,html .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #155fc0;--mat-tab-header-with-background-foreground-color: white}html .mat-mdc-tab-group.mat-background-accent,html .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #176e42;--mat-tab-header-with-background-foreground-color: white}html .mat-mdc-tab-group.mat-background-warn,html .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #ba1a1a;--mat-tab-header-with-background-foreground-color: white}html .mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height: 48px}html{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #176e42;--mdc-checkbox-selected-hover-icon-color: #176e42;--mdc-checkbox-selected-icon-color: #176e42;--mdc-checkbox-selected-pressed-icon-color: #176e42;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #176e42;--mdc-checkbox-selected-hover-state-layer-color: #176e42;--mdc-checkbox-selected-pressed-state-layer-color: #176e42;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}html .mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #155fc0;--mdc-checkbox-selected-hover-icon-color: #155fc0;--mdc-checkbox-selected-icon-color: #155fc0;--mdc-checkbox-selected-pressed-icon-color: #155fc0;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #155fc0;--mdc-checkbox-selected-hover-state-layer-color: #155fc0;--mdc-checkbox-selected-pressed-state-layer-color: #155fc0;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}html{--mdc-checkbox-state-layer-size: 40px}html .mat-mdc-button.mat-unthemed{--mdc-text-button-label-text-color: #000}html .mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #155fc0}html .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #176e42}html .mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #ba1a1a}html .mat-mdc-button[disabled][disabled]{--mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-text-button-label-text-color: rgba(0, 0, 0, .38)}html .mat-mdc-unelevated-button.mat-unthemed{--mdc-filled-button-container-color: #fff;--mdc-filled-button-label-text-color: #000}html .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #155fc0;--mdc-filled-button-label-text-color: #fff}html .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #176e42;--mdc-filled-button-label-text-color: #fff}html .mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #ba1a1a;--mdc-filled-button-label-text-color: #fff}html .mat-mdc-unelevated-button[disabled][disabled]{--mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-filled-button-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-label-text-color: rgba(0, 0, 0, .38)}html .mat-mdc-raised-button.mat-unthemed{--mdc-protected-button-container-color: #fff;--mdc-protected-button-label-text-color: #000}html .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #155fc0;--mdc-protected-button-label-text-color: #fff}html .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #176e42;--mdc-protected-button-label-text-color: #fff}html .mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #ba1a1a;--mdc-protected-button-label-text-color: #fff}html .mat-mdc-raised-button[disabled][disabled]{--mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-protected-button-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-label-text-color: rgba(0, 0, 0, .38);--mdc-protected-button-container-elevation: 0}html .mat-mdc-outlined-button{--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12)}html .mat-mdc-outlined-button.mat-unthemed{--mdc-outlined-button-label-text-color: #000}html .mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #155fc0}html .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #176e42}html .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #ba1a1a}html .mat-mdc-outlined-button[disabled][disabled]{--mdc-outlined-button-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12)}html .mat-mdc-button,html .mat-mdc-outlined-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}html .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,html .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}html .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,html .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,html .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,html .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}html .mat-mdc-button:active .mat-mdc-button-persistent-ripple:before,html .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}html .mat-mdc-button.mat-primary,html .mat-mdc-outlined-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #155fc0;--mat-mdc-button-ripple-color: rgba(21, 95, 192, .1)}html .mat-mdc-button.mat-accent,html .mat-mdc-outlined-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #176e42;--mat-mdc-button-ripple-color: rgba(23, 110, 66, .1)}html .mat-mdc-button.mat-warn,html .mat-mdc-outlined-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #ba1a1a;--mat-mdc-button-ripple-color: rgba(186, 26, 26, .1)}html .mat-mdc-raised-button,html .mat-mdc-unelevated-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}html .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple:before,html .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}html .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,html .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,html .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,html .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}html .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple:before,html .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}html .mat-mdc-raised-button.mat-primary,html .mat-mdc-unelevated-button.mat-primary,html .mat-mdc-raised-button.mat-accent,html .mat-mdc-unelevated-button.mat-accent,html .mat-mdc-raised-button.mat-warn,html .mat-mdc-unelevated-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-button.mat-mdc-button-base,html .mat-mdc-raised-button.mat-mdc-button-base,html .mat-mdc-unelevated-button.mat-mdc-button-base,html .mat-mdc-outlined-button.mat-mdc-button-base{height:36px}html .mdc-button{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "Open Sans", sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 1.5);font-weight:var(--mdc-typography-button-font-weight, 600);letter-spacing:var(--mdc-typography-button-letter-spacing, .1px);-webkit-text-decoration:var(--mdc-typography-button-text-decoration, none);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}html .mat-mdc-icon-button{--mdc-icon-button-icon-color: inherit;--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}html .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}html .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,html .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}html .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}html .mat-mdc-icon-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #6200ee;--mat-mdc-button-ripple-color: rgba(98, 0, 238, .1)}html .mat-mdc-icon-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #018786;--mat-mdc-button-ripple-color: rgba(1, 135, 134, .1)}html .mat-mdc-icon-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #b00020;--mat-mdc-button-ripple-color: rgba(176, 0, 32, .1)}html .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #155fc0;--mat-mdc-button-persistent-ripple-color: #155fc0;--mat-mdc-button-ripple-color: rgba(21, 95, 192, .1)}html .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #176e42;--mat-mdc-button-persistent-ripple-color: #176e42;--mat-mdc-button-ripple-color: rgba(23, 110, 66, .1)}html .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #ba1a1a;--mat-mdc-button-persistent-ripple-color: #ba1a1a;--mat-mdc-button-ripple-color: rgba(186, 26, 26, .1)}html .mat-mdc-icon-button[disabled][disabled]{--mdc-icon-button-icon-color: rgba(0, 0, 0, .38);--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38)}html .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}html .mat-mdc-fab,html .mat-mdc-mini-fab{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}html .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple:before,html .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}html .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,html .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,html .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,html .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}html .mat-mdc-fab:active .mat-mdc-button-persistent-ripple:before,html .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple:before{opacity:.12}html .mat-mdc-fab.mat-primary,html .mat-mdc-mini-fab.mat-primary,html .mat-mdc-fab.mat-accent,html .mat-mdc-mini-fab.mat-accent,html .mat-mdc-fab.mat-warn,html .mat-mdc-mini-fab.mat-warn{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-fab[disabled][disabled],html .mat-mdc-mini-fab[disabled][disabled]{--mdc-fab-container-color: rgba(0, 0, 0, .12);--mdc-fab-icon-color: rgba(0, 0, 0, .38);--mat-mdc-fab-color: rgba(0, 0, 0, .38)}html .mat-mdc-fab.mat-unthemed,html .mat-mdc-mini-fab.mat-unthemed{--mdc-fab-container-color: white;--mdc-fab-icon-color: black;--mat-mdc-fab-color: #000}html .mat-mdc-fab.mat-primary,html .mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color: #155fc0;--mdc-fab-icon-color: white;--mat-mdc-fab-color: #fff}html .mat-mdc-fab.mat-accent,html .mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color: #176e42;--mdc-fab-icon-color: white;--mat-mdc-fab-color: #fff}html .mat-mdc-fab.mat-warn,html .mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color: #ba1a1a;--mdc-fab-icon-color: white;--mat-mdc-fab-color: #fff}html .mdc-fab--extended{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "Open Sans", sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 1.5);font-weight:var(--mdc-typography-button-font-weight, 600);letter-spacing:var(--mdc-typography-button-letter-spacing, .1px);-webkit-text-decoration:var(--mdc-typography-button-text-decoration, none);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}html .mat-mdc-snack-bar-container{--mdc-snackbar-container-color: #333333;--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87);--mat-snack-bar-button-color: #176e42}html .mat-mdc-progress-spinner{--mdc-circular-progress-active-indicator-color: #155fc0}html .mat-mdc-progress-spinner.mat-accent{--mdc-circular-progress-active-indicator-color: #176e42}html .mat-mdc-progress-spinner.mat-warn{--mdc-circular-progress-active-indicator-color: #ba1a1a}html .mat-badge{position:relative}html .mat-badge.mat-badge{overflow:visible}html .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;background-color:var(--mat-badge-background-color);color:var(--mat-badge-text-color);font-family:Roboto,sans-serif;font-family:var(--mat-badge-text-font, Roboto, sans-serif);font-size:12px;font-size:var(--mat-badge-text-size, 12px);font-weight:600;font-weight:var(--mat-badge-text-weight, 600)}.cdk-high-contrast-active html .mat-badge-content{outline:solid 1px;border-radius:0}html .mat-badge-disabled .mat-badge-content{background-color:var(--mat-badge-disabled-state-background-color);color:var(--mat-badge-disabled-state-text-color)}html .mat-badge-hidden .mat-badge-content{display:none}html .ng-animate-disabled .mat-badge-content,html .mat-badge-content._mat-animation-noopable{transition:none}html .mat-badge-content.mat-badge-active{transform:none}html .mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px;font-size:9px;font-size:var(--mat-badge-small-size-text-size, 9px)}html .mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}html .mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}html .mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] html .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}html .mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] html .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}html .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] html .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}html .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] html .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}html .mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}html .mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}html .mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}html .mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] html .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}html .mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] html .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}html .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] html .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}html .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] html .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}html .mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px;font-size:24px;font-size:var(--mat-badge-large-size-text-size, 24px)}html .mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}html .mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}html .mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] html .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}html .mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] html .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}html .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] html .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}html .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] html .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}html{--mat-badge-background-color: #155fc0;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #b9b9b9;--mat-badge-disabled-state-text-color: rgba(0, 0, 0, .38)}html .mat-badge-accent{--mat-badge-background-color: #176e42;--mat-badge-text-color: white}html .mat-badge-warn{--mat-badge-background-color: #ba1a1a;--mat-badge-text-color: white}html{--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white}html{--mat-legacy-button-toggle-text-color: rgba(0, 0, 0, .38);--mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, .54);--mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-background-color: white;--mat-standard-button-toggle-state-layer-color: black;--mat-standard-button-toggle-selected-state-background-color: #e0e0e0;--mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-standard-button-toggle-disabled-state-background-color: white;--mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-divider-color: #e0e0e0}html{--mat-standard-button-toggle-height: 48px}html{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #155fc0;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(21, 95, 192, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(21, 95, 192, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(21, 95, 192, .3);--mat-datepicker-toggle-active-state-icon-color: #155fc0;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(21, 95, 192, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, .18);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .24);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, .38);--mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}html .mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #176e42;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(23, 110, 66, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(23, 110, 66, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(23, 110, 66, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(23, 110, 66, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}html .mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #ba1a1a;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(186, 26, 26, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(186, 26, 26, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(186, 26, 26, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(186, 26, 26, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}html .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #176e42}html .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #ba1a1a}html .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}html .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target{display:none}html{--mat-divider-color: rgba(0, 0, 0, .12)}html{--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54)}html{--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px}html{--mat-icon-color: inherit}html .mat-icon.mat-primary{--mat-icon-color: #155fc0}html .mat-icon.mat-accent{--mat-icon-color: #176e42}html .mat-icon.mat-warn{--mat-icon-color: #ba1a1a}html{--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6)}html{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #155fc0;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #155fc0;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #155fc0;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #ba1a1a;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;--mat-stepper-header-error-state-icon-background-color: transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #176e42;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #176e42;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #176e42;--mat-stepper-header-edit-state-icon-foreground-color: white}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #ba1a1a;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #ba1a1a;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #ba1a1a;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 72px}html .mat-sort-header-arrow{color:#757575}html{--mat-toolbar-container-background-color: whitesmoke;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}html .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #155fc0;--mat-toolbar-container-text-color: white}html .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #176e42;--mat-toolbar-container-text-color: white}html .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #ba1a1a;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html .mat-tree{background:#fff}html .mat-tree-node,html .mat-nested-tree-node{color:#000000de}html .mat-tree-node{min-height:48px}html,html .mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #155fc0;--mdc-checkbox-selected-hover-icon-color: #155fc0;--mdc-checkbox-selected-icon-color: #155fc0;--mdc-checkbox-selected-pressed-icon-color: #155fc0;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #155fc0;--mdc-checkbox-selected-hover-state-layer-color: #155fc0;--mdc-checkbox-selected-pressed-state-layer-color: #155fc0;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}html .mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #ba1a1a;--mdc-checkbox-selected-hover-icon-color: #ba1a1a;--mdc-checkbox-selected-icon-color: #ba1a1a;--mdc-checkbox-selected-pressed-icon-color: #ba1a1a;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #ba1a1a;--mdc-checkbox-selected-hover-state-layer-color: #ba1a1a;--mdc-checkbox-selected-pressed-state-layer-color: #ba1a1a;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}html .mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}html .mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:#00000061}html .mat-pseudo-checkbox-full{color:#0000008a}html .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#b0b0b0}html .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,html .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#155fc0}html .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,html .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#155fc0}html .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,html .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}html .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,html .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#155fc0}html .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,html .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#155fc0}html .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,html .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}html .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,html .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#155fc0}html .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,html .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#155fc0}html .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,html .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}html .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,html .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#ba1a1a}html .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,html .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#ba1a1a}html .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,html .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}html .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,html .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#b0b0b0}html .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,html .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b0b0b0}html .mat-mdc-list-base{--mdc-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-disabled-label-text-color: black;--mdc-list-list-item-disabled-leading-icon-color: black;--mdc-list-list-item-disabled-trailing-icon-color: black;--mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-state-layer-color: black;--mdc-list-list-item-hover-state-layer-opacity: .04;--mdc-list-list-item-focus-state-layer-color: black;--mdc-list-list-item-focus-state-layer-opacity: .12}html .mdc-list-item__start,html .mdc-list-item__end,html .mat-accent .mdc-list-item__start,html .mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #155fc0;--mdc-radio-selected-hover-icon-color: #155fc0;--mdc-radio-selected-icon-color: #155fc0;--mdc-radio-selected-pressed-icon-color: #155fc0}html .mat-warn .mdc-list-item__start,html .mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #ba1a1a;--mdc-radio-selected-hover-icon-color: #ba1a1a;--mdc-radio-selected-icon-color: #ba1a1a;--mdc-radio-selected-pressed-icon-color: #ba1a1a}html .mat-mdc-list-option,html .mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #155fc0;--mdc-checkbox-selected-hover-icon-color: #155fc0;--mdc-checkbox-selected-icon-color: #155fc0;--mdc-checkbox-selected-pressed-icon-color: #155fc0;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #155fc0;--mdc-checkbox-selected-hover-state-layer-color: #155fc0;--mdc-checkbox-selected-pressed-state-layer-color: #155fc0;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}html .mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #ba1a1a;--mdc-checkbox-selected-hover-icon-color: #ba1a1a;--mdc-checkbox-selected-icon-color: #ba1a1a;--mdc-checkbox-selected-pressed-icon-color: #ba1a1a;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #ba1a1a;--mdc-checkbox-selected-hover-state-layer-color: #ba1a1a;--mdc-checkbox-selected-pressed-state-layer-color: #ba1a1a;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}html .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,html .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,html .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,html .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#155fc0}html .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,html .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,html .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html .mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}html .mat-mdc-radio-button.mat-primary,html .mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #155fc0;--mdc-radio-selected-hover-icon-color: #155fc0;--mdc-radio-selected-icon-color: #155fc0;--mdc-radio-selected-pressed-icon-color: #155fc0;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #155fc0;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}html .mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #ba1a1a;--mdc-radio-selected-hover-icon-color: #ba1a1a;--mdc-radio-selected-icon-color: #ba1a1a;--mdc-radio-selected-pressed-icon-color: #ba1a1a;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #ba1a1a;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}html .mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color: #155fc0;--mdc-switch-selected-handle-color: #155fc0;--mdc-switch-selected-hover-state-layer-color: #155fc0;--mdc-switch-selected-pressed-state-layer-color: #155fc0;--mdc-switch-selected-focus-handle-color: #090c33;--mdc-switch-selected-hover-handle-color: #090c33;--mdc-switch-selected-pressed-handle-color: #090c33;--mdc-switch-selected-focus-track-color: #79c6ff;--mdc-switch-selected-hover-track-color: #79c6ff;--mdc-switch-selected-pressed-track-color: #79c6ff;--mdc-switch-selected-track-color: #79c6ff;--mdc-switch-disabled-selected-handle-color: #424242;--mdc-switch-disabled-selected-icon-color: #fff;--mdc-switch-disabled-selected-track-color: #424242;--mdc-switch-disabled-unselected-handle-color: #424242;--mdc-switch-disabled-unselected-icon-color: #fff;--mdc-switch-disabled-unselected-track-color: #424242;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow: 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);--mdc-switch-handle-shadow-color: black;--mdc-switch-disabled-handle-elevation-shadow: 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);--mdc-switch-selected-icon-color: #fff;--mdc-switch-unselected-focus-handle-color: #212121;--mdc-switch-unselected-focus-state-layer-color: #424242;--mdc-switch-unselected-focus-track-color: #e0e0e0;--mdc-switch-unselected-handle-color: #616161;--mdc-switch-unselected-hover-handle-color: #212121;--mdc-switch-unselected-hover-state-layer-color: #424242;--mdc-switch-unselected-hover-track-color: #e0e0e0;--mdc-switch-unselected-icon-color: #fff;--mdc-switch-unselected-pressed-handle-color: #212121;--mdc-switch-unselected-pressed-state-layer-color: #424242;--mdc-switch-unselected-pressed-track-color: #e0e0e0;--mdc-switch-unselected-track-color: #e0e0e0}html .mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}html .mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#00000061}html .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #155fc0;--mdc-switch-selected-handle-color: #155fc0;--mdc-switch-selected-hover-state-layer-color: #155fc0;--mdc-switch-selected-pressed-state-layer-color: #155fc0;--mdc-switch-selected-focus-handle-color: #090c33;--mdc-switch-selected-hover-handle-color: #090c33;--mdc-switch-selected-pressed-handle-color: #090c33;--mdc-switch-selected-focus-track-color: #79c6ff;--mdc-switch-selected-hover-track-color: #79c6ff;--mdc-switch-selected-pressed-track-color: #79c6ff;--mdc-switch-selected-track-color: #79c6ff}html .mat-mdc-snack-bar-container{--mdc-snackbar-container-color: #333333;--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87);--mat-snack-bar-button-color: #155fc0}html{--mat-badge-text-font: "Open Sans", sans-serif;--mat-badge-text-size: 12px;--mat-badge-text-weight: 600;--mat-badge-small-size-text-size: 9px;--mat-badge-large-size-text-size: 24px}html .mat-h1,html .mat-headline-5,html .mat-typography .mat-h1,html .mat-typography .mat-headline-5,html .mat-typography h1{font-size:22px;font-weight:400;line-height:1.3;font-family:Open Sans,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-size:22px;font-weight:600;line-height:1.3;font-family:Open Sans,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-size:16px;font-weight:400;line-height:1.5;font-family:Open Sans,sans-serif;letter-spacing:.01px;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-size:14px;font-weight:400;line-height:1.5;font-family:Open Sans,sans-serif;letter-spacing:.1px;margin:0 0 16px}html .mat-h5,html .mat-typography .mat-h5,html .mat-typography h5{font:400 11.62px/1.5 Open Sans,sans-serif;margin:0 0 12px}html .mat-h6,html .mat-typography .mat-h6,html .mat-typography h6{font:400 9.38px/1.5 Open Sans,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-size:14px;font-weight:400;line-height:1.5;font-family:Open Sans,sans-serif;letter-spacing:.01px}html .mat-body,html .mat-body-2,html .mat-typography .mat-body,html .mat-typography .mat-body-2,html .mat-typography{font-size:14px;font-weight:400;line-height:1.5;font-family:Open Sans,sans-serif;letter-spacing:.1px}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-size:12px;font-weight:400;line-height:1.4;font-family:Open Sans,sans-serif;letter-spacing:.1px}html .mat-headline-1,html .mat-typography .mat-headline-1{font-size:36px;font-weight:400;line-height:1.2;font-family:Open Sans,sans-serif;letter-spacing:normal;margin:0 0 56px}html .mat-headline-2,html .mat-typography .mat-headline-2{font-size:32px;font-weight:400;line-height:1.25;font-family:Open Sans,sans-serif;letter-spacing:normal;margin:0 0 64px}html .mat-headline-3,html .mat-typography .mat-headline-3{font-size:28px;font-weight:400;line-height:1.3;font-family:Open Sans,sans-serif;letter-spacing:normal;margin:0 0 64px}html .mat-headline-4,html .mat-typography .mat-headline-4{font-size:24px;font-weight:400;line-height:1.35;font-family:Open Sans,sans-serif;letter-spacing:normal;margin:0 0 64px}html{--mat-bottom-sheet-container-text-font: "Open Sans", sans-serif;--mat-bottom-sheet-container-text-line-height: 1.5;--mat-bottom-sheet-container-text-size: 14px;--mat-bottom-sheet-container-text-tracking: .1px;--mat-bottom-sheet-container-text-weight: 400}html{--mat-legacy-button-toggle-text-font: "Open Sans", sans-serif;--mat-standard-button-toggle-text-font: "Open Sans", sans-serif}html{--mat-datepicker-calendar-text-font: "Open Sans", sans-serif;--mat-datepicker-calendar-text-size: 13px;--mat-datepicker-calendar-body-label-text-size: 14px;--mat-datepicker-calendar-body-label-text-weight: 600;--mat-datepicker-calendar-period-button-text-size: 14px;--mat-datepicker-calendar-period-button-text-weight: 600;--mat-datepicker-calendar-header-text-size: 11px;--mat-datepicker-calendar-header-text-weight: 400}html{--mat-expansion-header-text-font: "Open Sans", sans-serif;--mat-expansion-header-text-size: 14px;--mat-expansion-header-text-weight: 400;--mat-expansion-header-text-line-height: inherit;--mat-expansion-header-text-tracking: inherit;--mat-expansion-container-text-font: "Open Sans", sans-serif;--mat-expansion-container-text-line-height: 1.5;--mat-expansion-container-text-size: 14px;--mat-expansion-container-text-tracking: .1px;--mat-expansion-container-text-weight: 400}html{--mat-grid-list-tile-header-primary-text-size: 14px;--mat-grid-list-tile-header-secondary-text-size: 12px;--mat-grid-list-tile-footer-primary-text-size: 14px;--mat-grid-list-tile-footer-secondary-text-size: 12px}html{--mat-stepper-container-text-font: "Open Sans", sans-serif;--mat-stepper-header-label-text-font: "Open Sans", sans-serif;--mat-stepper-header-label-text-size: 14px;--mat-stepper-header-label-text-weight: 400;--mat-stepper-header-error-state-label-text-size: 14px;--mat-stepper-header-selected-state-label-text-size: 14px;--mat-stepper-header-selected-state-label-text-weight: 400}html{--mat-toolbar-title-text-font: "Open Sans", sans-serif;--mat-toolbar-title-text-line-height: 1.3;--mat-toolbar-title-text-size: 22px;--mat-toolbar-title-text-tracking: normal;--mat-toolbar-title-text-weight: 600}html .mat-tree{font-family:Open Sans,sans-serif}html .mat-tree-node,html .mat-nested-tree-node{font-weight:400;font-size:14px}html{--mat-option-label-text-font: "Open Sans", sans-serif;--mat-option-label-text-line-height: 1.5;--mat-option-label-text-size: 14px;--mat-option-label-text-tracking: .1px;--mat-option-label-text-weight: 400}html{--mat-optgroup-label-text-font: "Open Sans", sans-serif;--mat-optgroup-label-text-line-height: 1.5;--mat-optgroup-label-text-size: 14px;--mat-optgroup-label-text-tracking: .1px;--mat-optgroup-label-text-weight: 400}html .mat-mdc-card{--mat-card-title-text-font: "Open Sans", sans-serif;--mat-card-title-text-line-height: 1.3;--mat-card-title-text-size: 22px;--mat-card-title-text-tracking: normal;--mat-card-title-text-weight: 600;--mat-card-subtitle-text-font: "Open Sans", sans-serif;--mat-card-subtitle-text-line-height: 1.5;--mat-card-subtitle-text-size: 14px;--mat-card-subtitle-text-tracking: .01px;--mat-card-subtitle-text-weight: 400}html .mat-mdc-tooltip{--mdc-plain-tooltip-supporting-text-font: "Open Sans", sans-serif;--mdc-plain-tooltip-supporting-text-size: 12px;--mdc-plain-tooltip-supporting-text-weight: 400;--mdc-plain-tooltip-supporting-text-tracking: .1px}html{--mdc-filled-text-field-label-text-font: "Open Sans", sans-serif;--mdc-filled-text-field-label-text-size: 14px;--mdc-filled-text-field-label-text-tracking: .1px;--mdc-filled-text-field-label-text-weight: 400;--mdc-outlined-text-field-label-text-font: "Open Sans", sans-serif;--mdc-outlined-text-field-label-text-size: 14px;--mdc-outlined-text-field-label-text-tracking: .1px;--mdc-outlined-text-field-label-text-weight: 400;--mat-form-field-container-text-font: "Open Sans", sans-serif;--mat-form-field-container-text-line-height: 1.5;--mat-form-field-container-text-size: 14px;--mat-form-field-container-text-tracking: .1px;--mat-form-field-container-text-weight: 400;--mat-form-field-outlined-label-text-populated-size: 14px;--mat-form-field-subscript-text-font: "Open Sans", sans-serif;--mat-form-field-subscript-text-line-height: 1.4;--mat-form-field-subscript-text-size: 12px;--mat-form-field-subscript-text-tracking: .1px;--mat-form-field-subscript-text-weight: 400}html{--mat-select-trigger-text-font: "Open Sans", sans-serif;--mat-select-trigger-text-line-height: 1.5;--mat-select-trigger-text-size: 14px;--mat-select-trigger-text-tracking: .1px;--mat-select-trigger-text-weight: 400}html .mat-mdc-dialog-container{--mdc-dialog-subhead-font: "Open Sans", sans-serif;--mdc-dialog-subhead-line-height: 1.3;--mdc-dialog-subhead-size: 22px;--mdc-dialog-subhead-weight: 600;--mdc-dialog-subhead-tracking: normal;--mdc-dialog-supporting-text-font: "Open Sans", sans-serif;--mdc-dialog-supporting-text-line-height: 1.5;--mdc-dialog-supporting-text-size: 14px;--mdc-dialog-supporting-text-weight: 400;--mdc-dialog-supporting-text-tracking: .1px}html .mat-mdc-standard-chip{--mdc-chip-label-text-font: "Open Sans", sans-serif;--mdc-chip-label-text-line-height: 1.5;--mdc-chip-label-text-size: 14px;--mdc-chip-label-text-tracking: .1px;--mdc-chip-label-text-weight: 400}html .mat-mdc-slide-toggle{--mat-slide-toggle-label-text-font: "Open Sans", sans-serif;--mat-slide-toggle-label-text-size: 14px;--mat-slide-toggle-label-text-tracking: .1px;--mat-slide-toggle-label-text-line-height: 1.5;--mat-slide-toggle-label-text-weight: 400}html .mat-mdc-slide-toggle .mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size, .875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, .0178571429em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform, inherit)}html .mat-mdc-radio-button .mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Open Sans", sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 1.5);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, .1px);-webkit-text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}html .mat-mdc-slider{--mdc-slider-label-label-text-font: "Open Sans", sans-serif;--mdc-slider-label-label-text-size: 14px;--mdc-slider-label-label-text-line-height: 1.5;--mdc-slider-label-label-text-tracking: .01px;--mdc-slider-label-label-text-weight: 400}html{--mat-menu-item-label-text-font: "Open Sans", sans-serif;--mat-menu-item-label-text-size: 14px;--mat-menu-item-label-text-tracking: .1px;--mat-menu-item-label-text-line-height: 1.5;--mat-menu-item-label-text-weight: 400}html .mat-mdc-list-base{--mdc-list-list-item-label-text-font: "Open Sans", sans-serif;--mdc-list-list-item-label-text-line-height: 1.5;--mdc-list-list-item-label-text-size: 14px;--mdc-list-list-item-label-text-tracking: .1px;--mdc-list-list-item-label-text-weight: 400;--mdc-list-list-item-supporting-text-font: "Open Sans", sans-serif;--mdc-list-list-item-supporting-text-line-height: 1.5;--mdc-list-list-item-supporting-text-size: 14px;--mdc-list-list-item-supporting-text-tracking: .1px;--mdc-list-list-item-supporting-text-weight: 400;--mdc-list-list-item-trailing-supporting-text-font: "Open Sans", sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height: 1.4;--mdc-list-list-item-trailing-supporting-text-size: 12px;--mdc-list-list-item-trailing-supporting-text-tracking: .1px;--mdc-list-list-item-trailing-supporting-text-weight: 400}html .mdc-list-group__subheader{font-size:16px;font-weight:400;line-height:1.5;font-family:Open Sans,sans-serif;letter-spacing:.01px}html{--mat-paginator-container-text-font: "Open Sans", sans-serif;--mat-paginator-container-text-line-height: 1.4;--mat-paginator-container-text-size: 12px;--mat-paginator-container-text-tracking: .1px;--mat-paginator-container-text-weight: 400;--mat-paginator-select-trigger-text-size: 12px}html .mat-mdc-tab-header{--mat-tab-header-label-text-font: "Open Sans", sans-serif;--mat-tab-header-label-text-size: 14px;--mat-tab-header-label-text-tracking: .1px;--mat-tab-header-label-text-line-height: 1.5;--mat-tab-header-label-text-weight: 600}html .mat-mdc-checkbox .mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Open Sans", sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 1.5);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, .1px);-webkit-text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}html .mdc-button,html .mdc-fab--extended{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "Open Sans", sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 1.5);font-weight:var(--mdc-typography-button-font-weight, 600);letter-spacing:var(--mdc-typography-button-letter-spacing, .1px);-webkit-text-decoration:var(--mdc-typography-button-text-decoration, none);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}html .mat-mdc-extended-fab{--mdc-extended-fab-label-text-font: "Open Sans", sans-serif;--mdc-extended-fab-label-text-size: 14px;--mdc-extended-fab-label-text-tracking: .1px;--mdc-extended-fab-label-text-weight: 600}html .mat-mdc-snack-bar-container{--mdc-snackbar-supporting-text-font: "Open Sans", sans-serif;--mdc-snackbar-supporting-text-line-height: 1.5;--mdc-snackbar-supporting-text-size: 14px;--mdc-snackbar-supporting-text-weight: 400}html body,html.mat-app-background,html .mat-app-background{background-color:var(--background);color:var(--on-surface)}html body{font:400 14px/1.5 Open Sans,sans-serif;letter-spacing:.1px}html h1{font:400 22px/1.3 Open Sans,sans-serif;letter-spacing:normal}html h2{font:600 22px/1.3 Open Sans,sans-serif;letter-spacing:normal}html h3{font:400 16px/1.5 Open Sans,sans-serif;letter-spacing:.01px}html h4{font:400 14px/1.5 Open Sans,sans-serif;letter-spacing:.01px}html .mat-typography .prominent,html .prominent{font-weight:600}html .mat-typography .mat-body-1,html .mat-body-1{font-size:16px;letter-spacing:.15px}html .mat-badge:not(.mat-badge-primary,.mat-badge-warn,.mat-badge-accent),html .mat-badge.nextech-badge--success{--mat-badge-background-color: var(--success);--mat-badge-text-color: var(--on-success)}html .mat-badge.nextech-badge--info{--mat-badge-background-color: var(--info);--mat-badge-text-color: var(--on-info)}html .mat-badge.nextech-badge--caution{--mat-badge-background-color: var(--caution);--mat-badge-text-color: var(--on-caution)}html .mat-badge.nextech-badge--error{--mat-badge-background-color: var(--error);--mat-badge-text-color: var(--on-error)}html .mat-badge.mat-badge-small .mat-badge-content,html .mat-badge.mat-badge-medium .mat-badge-content,html .mat-badge.mat-badge-large .mat-badge-content{border-radius:var(--shape-full);box-sizing:border-box;margin:calc(var(--nextech-badge-overlap-LR) * -1) 0;text-align:center}html .mat-badge.mat-badge-small.mat-badge-above .mat-badge-content,html .mat-badge.mat-badge-medium.mat-badge-above .mat-badge-content,html .mat-badge.mat-badge-large.mat-badge-above .mat-badge-content{top:unset}html .mat-badge.mat-badge-small.mat-badge-below .mat-badge-content,html .mat-badge.mat-badge-medium.mat-badge-below .mat-badge-content,html .mat-badge.mat-badge-large.mat-badge-below .mat-badge-content{bottom:unset}html .mat-badge.mat-badge-small.mat-badge-before .mat-badge-content,html .mat-badge.mat-badge-medium.mat-badge-before .mat-badge-content,html .mat-badge.mat-badge-large.mat-badge-before .mat-badge-content{right:calc(100% - var(--nextech-badge-overlap-LR, 0px));left:unset}html .mat-badge.mat-badge-small.mat-badge-after .mat-badge-content,html .mat-badge.mat-badge-medium.mat-badge-after .mat-badge-content,html .mat-badge.mat-badge-large.mat-badge-after .mat-badge-content{left:calc(100% - var(--nextech-badge-overlap-LR, 0px));right:unset}html .mat-badge.mat-badge-small .mat-badge-content{width:8px;height:8px;font-size:0px;padding:0}html .mat-badge.mat-badge-small.mat-badge-overlap .mat-badge-content{--nextech-badge-overlap-LR: 8px}html .mat-badge.mat-badge-medium .mat-badge-content,html .mat-badge.mat-badge-large .mat-badge-content{--mat-badge-large-size-text-size: var( --typography-label-small-font-size );--mat-badge-text-font: var(--typography-font-family);--mat-badge-text-size: var(--typography-label-small-font-size);--mat-badge-text-weight: var(--typography-label-small-font-weight);height:unset;letter-spacing:var(--typography-headline-small-letter-spacing);line-height:var(--typography-label-small-line-height);margin:-14px 0;min-height:var(--typography-label-small-line-height);min-width:16px;padding:0 4px;width:unset}html .mat-badge.mat-badge-medium.mat-badge-overlap .mat-badge-content,html .mat-badge.mat-badge-large.mat-badge-overlap .mat-badge-content{--nextech-badge-overlap-LR: 12px}html .mat-badge-small.mat-badge-overlap{--nextech-badge-overlap-TB: 8px}html .mat-badge-medium,html .mat-badge-large{--nextech-badge-overlap-TB: 14px}html .mat-badge.mat-badge-above .mat-badge-content{bottom:calc(100% - var(--nextech-badge-overlap-TB, 0px));margin:0}html .mat-badge.mat-badge-below .mat-badge-content{top:calc(100% - var(--nextech-badge-overlap-TB, 0px));margin:0}html .nextech-navbar-item .mat-badge,html .nextech-navbar-item .mat-badge.nextech-badge--success{--mat-badge-background-color: var(--navigation-badge-success);--mat-badge-text-color: var(--navigation-on-badge-success)}html .nextech-navbar-item .mat-badge.nextech-badge--info{--mat-badge-background-color: var(--navigation-badge-info);--mat-badge-text-color: var(--navigation-on-badge-info)}html .nextech-navbar-item .mat-badge.nextech-badge--caution{--mat-badge-background-color: var(--navigation-badge-caution);--mat-badge-text-color: var(--navigation-on-badge-caution)}html .nextech-navbar-item .mat-badge.nextech-badge--error{--mat-badge-background-color: var(--navigation-badge-error);--mat-badge-text-color: var(--navigation-on-badge-error)}html .mdc-button{--mdc-filled-button-container-shape: var(--shape-medium);--mdc-outlined-button-container-shape: var(--shape-medium);--mdc-outlined-button-outline-width: var( --nextech-outlined-button-outline-width );--mdc-protected-button-container-shape: var(--shape-medium);--mdc-text-button-container-shape: var(--shape-medium);--mat-outlined-button-hover-state-layer-opacity: var(--state-hovered);--mdc-filled-button-label-text-size: var(--nextech-button-text-size);--mdc-outlined-button-label-text-size: var(--nextech-button-text-size);--mdc-protected-button-label-text-size: var(--nextech-button-text-size);--mdc-text-button-label-text-size: var(--nextech-button-text-size);--mdc-filled-button-container-height: var( --nextech-button-container-height );--mdc-outlined-button-container-height: var( --nextech-button-container-height );--mdc-protected-button-container-height: var( --nextech-button-container-height );--mdc-text-button-container-height: var( --nextech-button-container-height );--mdc-typography-button-font-size: var(--nextech-button-text-size)}html .mdc-button .mat-icon{font-size:var(--nextech-button-icon-size, 18px)}html .mdc-button[mat-button],html .mdc-button[matButton]{padding:0 var(--spacing-3)}html .mdc-button[mat-button] .mdc-button__ripple+.mat-icon,html .mdc-button[matButton] .mdc-button__ripple+.mat-icon{margin-left:-4px}html .mdc-button[mat-button] .mdc-button__label+.mat-icon,html .mdc-button[matButton] .mdc-button__label+.mat-icon{margin-right:-4px}html .mdc-button.mat-mdc-outlined-button{padding:0 calc(var(--spacing-4) - var(--nextech-outlined-button-outline-width));--mdc-outlined-button-outline-color: currentColor}html .mdc-button.mat-mdc-unelevated-button{--mdc-filled-button-container-color: var(--surface);--mdc-filled-button-label-text-color: var(--on-surface)}html .mdc-button.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: var(--primary);--mdc-filled-button-label-text-color: var(--on-primary)}html .mdc-button.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: var(--secondary);--mdc-filled-button-label-text-color: var(--on-secondary)}html .mdc-button.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: var(--error);--mdc-filled-button-label-text-color: var(--on-error)}html .mat-mdc-outlined-button .mat-mdc-button-ripple,html .mat-mdc-outlined-button .mdc-button__ripple{top:calc(0px - var(--nextech-outlined-button-outline-width));right:calc(0px - var(--nextech-outlined-button-outline-width));bottom:calc(0px - var(--nextech-outlined-button-outline-width));left:calc(0px - var(--nextech-outlined-button-outline-width))}html .mat-mdc-unelevated-button.mat-mdc-button-base,html .mat-mdc-outlined-button.mat-mdc-button-base,html .mat-mdc-raised-button.mat-mdc-button-base,html .mat-mdc-button.mat-mdc-button-base{height:var(--nextech-button-container-height, 40px)}html .mat-mdc-unelevated-button.mat-mdc-button-base .mat-ripple-element,html .mat-mdc-outlined-button.mat-mdc-button-base .mat-ripple-element,html .mat-mdc-raised-button.mat-mdc-button-base .mat-ripple-element,html .mat-mdc-button.mat-mdc-button-base .mat-ripple-element{background-color:currentColor;opacity:var(--state-ripple)}html .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple:before{opacity:var(--mat-outlined-button-hover-state-layer-opacity)}html .nextech-button--lg,html .nextech-button--large{--nextech-button-text-size: var( --typography-body-large-prominent-font-size );--nextech-button-icon-size: 24px;--nextech-button-container-height: 48px}html .nextech-button--sm,html .nextech-button--small{--nextech-button-text-size: var( --typography-label-medium-prominent-font-size );--nextech-button-icon-size: 16px;--nextech-button-container-height: 32px}html .mdc-button[size=lg],html .mdc-button[size=large]{--nextech-button-text-size: var( --typography-body-large-prominent-font-size );--nextech-button-icon-size: 24px;--nextech-button-container-height: 48px}html .mdc-button[size=sm],html .mdc-button[size=small]{--nextech-button-text-size: var( --typography-label-medium-prominent-font-size );--nextech-button-icon-size: 16px;--nextech-button-container-height: 32px}html{--mat-standard-button-toggle-height: 40px}html .mat-button-toggle-group{--mat-standard-button-toggle-background-color: var(--surface);--mat-standard-button-toggle-disabled-selected-state-background-color: var( --disabled-surface );--mat-standard-button-toggle-disabled-selected-state-text-color: var( --on-disabled-surface );--mat-standard-button-toggle-disabled-state-background-color: var( --surface );--mat-standard-button-toggle-disabled-state-text-color: var( --on-disabled-surface );--mat-standard-button-toggle-divider-color: var(--outline);--mat-standard-button-toggle-label-text-weight: 600;--mat-standard-button-toggle-selected-state-background-color: var( --inverse-primary );--mat-standard-button-toggle-selected-state-text-color: var( --on-primary-container );-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}html .mat-button-toggle{font-weight:var(--mat-standard-button-toggle-label-text-weight)}html .nextech-button-toggle--icon .mat-button-toggle-label-content{padding:0 var(--spacing-2)}html .nextech-button-toggle--icon .mat-button-toggle-label-content .mat-icon{margin-top:-2px}html .nextech-button-toggle--icon .mat-pseudo-checkbox,html .nextech-button-toggle--icon .mat-button-toggle-checkbox-wrapper{display:none}html .nextech-button-toggle--icon .mat-button-toggle-checked .mat-button-toggle-button:has(.mat-button-toggle-checkbox-wrapper){padding-left:0}html .nextech-button-toggle--icon[showSelectionIndicator]:not([showSelectionIndicator=false]) .mat-pseudo-checkbox,html .nextech-button-toggle--icon[showSelectionIndicator]:not([showSelectionIndicator=false]) .mat-button-toggle-checkbox-wrapper,html .nextech-button-toggle--icon.nextech-button-toggle--show-check .mat-pseudo-checkbox,html .nextech-button-toggle--icon.nextech-button-toggle--show-check .mat-button-toggle-checkbox-wrapper{display:inline-block}html .nextech-button-toggle--icon[showSelectionIndicator]:not([showSelectionIndicator=false]) .mat-button-toggle-checked .mat-button-toggle-button:has(.mat-button-toggle-checkbox-wrapper),html .nextech-button-toggle--icon.nextech-button-toggle--show-check .mat-button-toggle-checked .mat-button-toggle-button:has(.mat-button-toggle-checkbox-wrapper){padding-left:36px}html .nextech-button-toggle--primary{--mat-standard-button-toggle-selected-state-background-color: var( --primary );--mat-standard-button-toggle-selected-state-text-color: var(--on-primary)}html .nextech-button-toggle--lg,html .nextech-button-toggle--large{--mat-standard-button-toggle-height: 48px}html .nextech-button-toggle--lg.nextech-button-toggle--icon .mat-button-toggle-label-content,html .nextech-button-toggle--large.nextech-button-toggle--icon .mat-button-toggle-label-content{padding:0 var(--spacing-3)}html .nextech-button-toggle--sm,html .nextech-button-toggle--small{--mat-standard-button-toggle-height: 32px}html .nextech-button-toggle--sm.nextech-button-toggle--icon .mat-button-toggle-label-content,html .nextech-button-toggle--small.nextech-button-toggle--icon .mat-button-toggle-label-content{padding:0 var(--spacing-1)}html .mat-calendar{--mat-datepicker-calendar-body-label-text-color: #0000;--mat-datepicker-calendar-body-label-text-size: 0;height:auto}html .mat-calendar .mat-calendar-body-label[colspan="7"],html .mat-calendar .mat-calendar-table-header tr:last-child{display:none}html .mat-calendar mat-year-view .mat-calendar-body tr[aria-hidden=true]{display:none}html .mat-mdc-card{--mdc-elevated-card-container-shape: inherit;--mdc-outlined-card-container-shape: inherit;--mdc-elevated-card-container-color: inherit;--mdc-outlined-card-container-color: inherit;--mdc-outlined-card-outline-color: inherit;--mat-card-subtitle-text-color: inherit}html .mat-mdc-card{color:var(--on-surface);overflow:hidden}html .mat-mdc-card.nextech-card--primary,html .mat-mdc-card.nextech-card--secondary,html .mat-mdc-card.nextech-card--variant,html .mat-mdc-card.nextech-card--variant-lighter{--mdc-outlined-card-outline-color: transparent;box-shadow:none}html .mat-mdc-card.nextech-card--primary .mat-mdc-form-field,html .mat-mdc-card.nextech-card--secondary .mat-mdc-form-field,html .mat-mdc-card.nextech-card--variant .mat-mdc-form-field,html .mat-mdc-card.nextech-card--variant-lighter .mat-mdc-form-field{--mdc-filled-text-field-container-color: var( --surface-container-lowest )}html .mat-mdc-card.nextech-card--primary{--mdc-elevated-card-container-color: var(--primary-container);--mdc-outlined-card-container-color: var(--primary-container);color:var(--on-primary-container)}html .mat-mdc-card.nextech-card--secondary{--mdc-elevated-card-container-color: var(--secondary-container);--mdc-outlined-card-container-color: var(--secondary-container);color:var(--on-secondary-container)}html .mat-mdc-card.nextech-card--variant,html .mat-mdc-card.nextech-card--variant-lighter{--mdc-elevated-card-container-color: var(--surface-container-low);--mdc-outlined-card-container-color: var(--surface-container-low)}html .mat-mdc-card-avatar{background-color:var(--primary);background-image:radial-gradient(circle at -25% -25%,var(--gradient-avatar-start),var(--gradient-avatar-end));color:var(--on-primary);display:grid;font-size:var(--typography-title-small-prominent-font-size);font-weight:var(--typography-title-small-prominent-font-weight);place-items:center;margin-bottom:0;-webkit-font-smoothing:antialiased}html .mat-mdc-card-content{padding:var(--spacing-4)}html .mat-mdc-card-header{align-items:center;padding-bottom:var(--spacing-4)}html .mat-mdc-card-header-text{flex-grow:1}html .mdc-card__actions{gap:var(--spacing-2);padding:var(--spacing-4)}html .mdc-card__media{position:static;width:100%}html .mat-mdc-card.mat-ripple:not(:has(.mat-mdc-card-actions)),html .nextech-card--interactive:not(:has(.mat-mdc-card-actions)){cursor:pointer;-webkit-user-select:none;user-select:none}html .mat-mdc-card.mat-ripple:not(:has(.mat-mdc-card-actions)):after,html .nextech-card--interactive:not(:has(.mat-mdc-card-actions)):after{content:"";position:absolute;inset:0;background-color:currentColor;opacity:0}html .mat-mdc-card.mat-ripple:not(:has(.mat-mdc-card-actions)):hover:after,html .nextech-card--interactive:not(:has(.mat-mdc-card-actions)):hover:after{opacity:var(--state-hovered)}html .mat-mdc-card.mat-ripple:not(:has(.mat-mdc-card-actions)):focus,html .nextech-card--interactive:not(:has(.mat-mdc-card-actions)):focus{outline:none}html .mat-mdc-card.mat-ripple:not(:has(.mat-mdc-card-actions)):focus:after,html .nextech-card--interactive:not(:has(.mat-mdc-card-actions)):focus:after{opacity:var(--state-focused)}html .mat-mdc-card.mat-ripple:not(:has(.mat-mdc-card-actions)):active:after,html .nextech-card--interactive:not(:has(.mat-mdc-card-actions)):active:after{opacity:var(--state-pressed)}html .mat-mdc-card.mat-ripple:not(:has(.mat-mdc-card-actions)):has(.mat-ripple-element) .mat-mdc-card-content,html .nextech-card--interactive:not(:has(.mat-mdc-card-actions)):has(.mat-ripple-element) .mat-mdc-card-content{padding-bottom:var(--spacing-4)}html a:has(.mat-mdc-card.mat-ripple),html a:has(.nextech-card--interactive){--nextech-hyperlink-focused-state-color: transparent;color:currentColor}html a:has(.mat-mdc-card.mat-ripple):focus-within .mat-mdc-card.mat-ripple:after,html a:has(.nextech-card--interactive):focus-within .nextech-card--interactive:after{opacity:var(--state-focused)}html .mdc-checkbox{--mat-checkbox-disabled-label-color: var(--on-disabled-surface);--mdc-checkbox-disabled-unselected-icon-color: var(--on-disabled-surface);--mdc-checkbox-disabled-selected-checkmark-color: var(--on-primary);--mdc-checkbox-unselected-icon-color: var(--on-surface-variant)}html .mat-mdc-checkbox-disabled label{color:var(--on-disabled-surface)}html .mat-pseudo-checkbox-full{color:var(--on-surface-variant)}html .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:var(--on-disabled-surface)}html button[mat-chip]{border-width:0}html .mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-label-text-line-height: var( --typography-label-large-line-height );--mdc-chip-label-text-size: var(--typography-label-large-font-size);--mdc-chip-label-text-tracking: var( --typography-label-large-letter-spacing );--mdc-chip-label-text-weight: var(--typography-label-large-font-weight)}html .mat-mdc-chip.mat-mdc-standard-chip,html .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-highlighted,html .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected{--mdc-chip-focus-state-layer-color: var(--nextech-chip-text-color)}html .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-highlighted,html .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected{--mdc-chip-flat-disabled-selected-container-color: var( --disabled-surface-variant );--mdc-chip-with-icon-icon-color: var(--nextech-chip-text-color);--mdc-chip-with-icon-selected-icon-color: var( --mdc-chip-label-text-color );--mdc-chip-with-trailing-icon-trailing-icon-color: var( --mdc-chip-label-text-color );--mat-chip-selected-trailing-icon-color: var( --mdc-chip-selected-label-text-color )}html .mat-mdc-chip{--icon-size: var(--mdc-chip-with-icon-icon-size, 18px);--mat-chip-disabled-container-opacity: 1;--mdc-chip-elevated-container-color: var(--surface-container-high);--mdc-chip-label-text-color: var(--nextech-chip-text-color);--mdc-chip-with-icon-icon-color: var(--on-surface-variant);--mdc-chip-with-trailing-icon-trailing-icon-color: var( --on-surface-variant );--mat-chip-trailing-action-opacity: 1}html .mat-mdc-chip:hover .mat-mdc-chip-focus-overlay{--mdc-chip-focus-state-layer-opacity: var(--state-hovered)}html .mat-mdc-chip.mat-mdc-chip-highlighted.mat-primary,html .mat-mdc-chip.mat-mdc-chip-selected.mat-primary{--mdc-chip-elevated-container-color: var(--primary-container);--mdc-chip-elevated-selected-container-color: var(--primary-container);--mdc-chip-label-text-color: var(--on-primary-container);--mdc-chip-hover-state-layer-color: var(--on-primary-container);--mdc-chip-selected-hover-state-layer-color: var( --on-primary-container );--mdc-chip-selected-label-text-color: var(--on-primary-container)}html .mat-mdc-chip.mat-mdc-chip-highlighted.mat-accent,html .mat-mdc-chip.mat-mdc-chip-selected.mat-accent{--mdc-chip-elevated-container-color: var(--secondary-container);--mdc-chip-elevated-selected-container-color: var(--secondary-container);--mdc-chip-label-text-color: var(--on-secondary-container);--mdc-chip-hover-state-layer-color: var(--on-secondary-container);--mdc-chip-selected-hover-state-layer-color: var( --on-secondary-container );--mdc-chip-selected-label-text-color: var(--on-secondary-container)}html .mat-mdc-chip.mat-mdc-chip-highlighted.mat-warn,html .mat-mdc-chip.mat-mdc-chip-selected.mat-warn{--mdc-chip-elevated-container-color: var(--error-container);--mdc-chip-elevated-selected-container-color: var(--error-container);--mdc-chip-label-text-color: var(--on-error-container);--mdc-chip-hover-state-layer-color: var(--on-error-container);--mdc-chip-selected-hover-state-layer-color: var( --on-error-container );--mdc-chip-selected-label-text-color: var(--on-error-container)}html .mat-mdc-chip.mdc-evolution-chip--disabled,html .mat-mdc-chip.mdc-evolution-chip--disabled.mat-mdc-chip-highlighted,html .mat-mdc-chip.mdc-evolution-chip--disabled.mat-mdc-chip-selected{--mdc-chip-disabled-label-text-color: var(--on-disabled-surface);--mdc-chip-elevated-disabled-container-color: var( --disabled-surface-variant );--mdc-chip-with-icon-disabled-icon-color: var( --mdc-chip-disabled-label-text-color );--mdc-chip-with-icon-selected-icon-color: var( --mdc-chip-disabled-label-text-color );--mat-chip-selected-disabled-trailing-icon-color: var( --mdc-chip-disabled-label-text-color );--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: var( --mdc-chip-disabled-label-text-color )}html .mat-mdc-standard-chip{--_chip-spacing: 16px;--mdc-chip-with-avatar-avatar-size: inherit}html .mat-mdc-standard-chip:not(.mdc-evolution-chip--with-trailing-action) .mdc-evolution-chip__action--primary{padding-right:var(--_chip-spacing)}html .mat-mdc-standard-chip .mdc-evolution-chip__action--primary,html .mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:var(--_chip-spacing)}html .mat-mdc-standard-chip .mdc-evolution-chip__action--primary:has(.mdc-evolution-chip__graphic),html .mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary:has(.mdc-evolution-chip__graphic){padding-left:0}html .mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic,html .mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic,html .mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing,html .mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--trailing{padding:0 calc(var(--_chip-spacing) / 2)}html .mat-mdc-chip-remove{opacity:var(--mat-chip-trailing-action-opacity)}html .mat-mdc-standard-chip.mdc-evolution-chip--disabled{opacity:var(--mat-chip-disabled-container-opacity)}html .mat-mdc-standard-chip:hover .mat-mdc-chip-focus-overlay{opacity:var(--mdc-chip-focus-state-layer-opacity)}html .nextech-chip--outlined{--nextech-chip-border-color: var(--outline)}html .nextech-chip--outlined .mat-mdc-chip,html .nextech-chip--outlined.mat-mdc-chip{--mdc-chip-elevated-container-color: transparent;box-shadow:inset 0 0 0 1px var(--nextech-chip-border-color)}html .nextech-chip--outlined .mat-mdc-chip.mat-mdc-chip-highlighted,html .nextech-chip--outlined .mat-mdc-chip.mat-mdc-chip-selected,html .nextech-chip--outlined.mat-mdc-chip.mat-mdc-chip-highlighted,html .nextech-chip--outlined.mat-mdc-chip.mat-mdc-chip-selected{--nextech-chip-border-color: var(--nextech-chip-text-color)}html .nextech-chip--outlined .mat-mdc-chip.mdc-evolution-chip--disabled,html .nextech-chip--outlined.mat-mdc-chip.mdc-evolution-chip--disabled{--nextech-chip-border-color: var(--disabled-surface)}html .nextech-chip--small .mat-mdc-chip.mat-mdc-standard-chip,html .nextech-chip--sm .mat-mdc-chip.mat-mdc-standard-chip,html .mdc-evolution-chip-set[size=sm] .mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height: 24px}html .nextech-chip--small .mat-mdc-standard-chip,html .nextech-chip--sm .mat-mdc-standard-chip,html .mdc-evolution-chip-set[size=sm] .mat-mdc-standard-chip{--mdc-chip-label-text-line-height: var( --typography-label-medium-line-height );--mdc-chip-label-text-size: var(--typography-label-medium-font-size);--mdc-chip-label-text-tracking: var( --typography-label-medium-letter-spacing );--mdc-chip-label-text-weight: var(--typography-label-medium-font-weight);--_chip-spacing: 8px}html .nextech-chip--small.mat-mdc-chip,html .nextech-chip--sm.mat-mdc-chip,html .mdc-evolution-chip-set[size=sm].mat-mdc-chip{--_chip-spacing: 8px;--mdc-chip-container-height: 24px}html .nextech-info-chip{--mdc-chip-elevated-container-color: var( --nextech-info-chip-container-color );--mdc-chip-label-text-color: var(--nextech-info-chip-text-color);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}html .nextech-info-chip .mat-mdc-chip-focus-overlay,html .nextech-info-chip .mat-mdc-chip-ripple{display:none}html .nextech-info-chip .mdc-evolution-chip__text-label{display:inline-flex;align-items:center;gap:8px}html .nextech-info-chip .mdc-evolution-chip__text-label:before{font-family:Material Symbols Outlined,Material Icons,sans-serif;font-variation-settings:"FILL" 1;font-size:var(--icon-size);margin-left:-8px}html .nextech-info-chip.nextech-chip--small,html .nextech-info-chip.nextech-chip--sm,html .nextech-info-chip[size=sm]{--mdc-chip-label-text-line-height: var( --typography-label-medium-line-height );--mdc-chip-label-text-size: var(--typography-label-medium-font-size);--mdc-chip-label-text-tracking: var( --typography-label-medium-letter-spacing );--mdc-chip-label-text-weight: var(--typography-label-medium-font-weight)}html .nextech-info-chip.nextech-chip--small .mdc-evolution-chip__text-label,html .nextech-info-chip.nextech-chip--sm .mdc-evolution-chip__text-label,html .nextech-info-chip[size=sm] .mdc-evolution-chip__text-label{gap:4px}html .nextech-info-chip.nextech-chip--small .mdc-evolution-chip__text-label:before,html .nextech-info-chip.nextech-chip--sm .mdc-evolution-chip__text-label:before,html .nextech-info-chip[size=sm] .mdc-evolution-chip__text-label:before{margin-left:-4px}html .nextech-info-chip.nextech-info-chip--info{--nextech-info-chip-container-color: var(--info-container);--nextech-info-chip-text-color: var(--on-info-container)}html .nextech-info-chip.nextech-info-chip--info:not(.nextech-info-chip--no-icon) .mdc-evolution-chip__text-label:before{content:"info"}html .nextech-info-chip.nextech-info-chip--info.nextech-chip--filled{--nextech-info-chip-container-color: var(--info);--nextech-info-chip-text-color: var(--on-info)}html .nextech-info-chip.nextech-info-chip--info.nextech-chip--outlined{--nextech-info-chip-container-color: transparent;--nextech-chip-border-color: var(--info);--nextech-info-chip-text-color: var(--info)}html .nextech-info-chip.nextech-info-chip--success{--nextech-info-chip-container-color: var(--success-container);--nextech-info-chip-text-color: var(--on-success-container)}html .nextech-info-chip.nextech-info-chip--success:not(.nextech-info-chip--no-icon) .mdc-evolution-chip__text-label:before{content:"check_circle"}html .nextech-info-chip.nextech-info-chip--success.nextech-chip--filled{--nextech-info-chip-container-color: var(--success);--nextech-info-chip-text-color: var(--on-success)}html .nextech-info-chip.nextech-info-chip--success.nextech-chip--outlined{--nextech-info-chip-container-color: transparent;--nextech-chip-border-color: var(--success);--nextech-info-chip-text-color: var(--success)}html .nextech-info-chip.nextech-info-chip--caution{--nextech-info-chip-container-color: var(--caution-container);--nextech-info-chip-text-color: var(--on-caution-container)}html .nextech-info-chip.nextech-info-chip--caution:not(.nextech-info-chip--no-icon) .mdc-evolution-chip__text-label:before{content:"warning"}html .nextech-info-chip.nextech-info-chip--caution.nextech-chip--filled{--nextech-info-chip-container-color: var(--caution);--nextech-info-chip-text-color: var(--on-caution)}html .nextech-info-chip.nextech-info-chip--caution.nextech-chip--outlined{--nextech-info-chip-container-color: transparent;--nextech-chip-border-color: var(--caution);--nextech-info-chip-text-color: var(--caution)}html .nextech-info-chip.nextech-info-chip--error{--nextech-info-chip-container-color: var(--error-container);--nextech-info-chip-text-color: var(--on-error-container)}html .nextech-info-chip.nextech-info-chip--error:not(.nextech-info-chip--no-icon) .mdc-evolution-chip__text-label:before{content:"error"}html .nextech-info-chip.nextech-info-chip--error.nextech-chip--filled{--nextech-info-chip-container-color: var(--error);--nextech-info-chip-text-color: var(--on-error)}html .nextech-info-chip.nextech-info-chip--error.nextech-chip--outlined{--nextech-info-chip-container-color: transparent;--nextech-chip-border-color: var(--error);--nextech-info-chip-text-color: var(--error)}html .nextech-info-chip.nextech-info-chip--pending{--nextech-info-chip-container-color: var(--surface-container);--nextech-info-chip-text-color: var(--on-surface-variant)}html .nextech-info-chip.nextech-info-chip--pending:not(.nextech-info-chip--no-icon) .mdc-evolution-chip__text-label:before{content:"pending"}html .nextech-info-chip.nextech-info-chip--pending.nextech-chip--filled{--nextech-info-chip-container-color: var(--inverse-surface-variant);--nextech-info-chip-text-color: var(--on-inverse-surface)}html .nextech-info-chip.nextech-info-chip--pending.nextech-chip--outlined{--nextech-info-chip-container-color: transparent;--nextech-chip-border-color: var(--on-surface-variant);--nextech-info-chip-text-color: var(--on-surface-variant)}html .nextech-info-chip.nextech-info-chip--outlined{--nextech-info-chip-container-color: transparent}html .mat-mdc-chip.nextech-badge-chip{--mdc-chip-label-text-line-height: var( --typography-label-small-line-height );--mdc-chip-label-text-size: var(--typography-label-small-font-size);--mdc-chip-label-text-tracking: var( --typography-label-small-letter-spacing );--mdc-chip-label-text-weight: var(--typography-label-small-font-weight);--_chip-spacing: 4px;--mdc-chip-container-shape-radius: var(--shape-full);--mdc-chip-elevated-container-color: var(--success);--mdc-chip-label-text-color: var(--on-success);height:16px;min-width:16px;max-width:-moz-fit-content;max-width:fit-content}html .mat-mdc-chip.nextech-badge-chip .mdc-evolution-chip__text-label{text-align:center;display:inline-block;max-width:100%}html .mat-mdc-chip.nextech-badge-chip .mdc-evolution-chip__action--primary{width:100%}html .mat-mdc-chip.nextech-badge-chip .mat-mdc-chip-focus-overlay,html .mat-mdc-chip.nextech-badge-chip .mat-mdc-chip-ripple{display:none}html .mat-mdc-chip.nextech-badge-chip.nextech-badge-chip--success{--mdc-chip-elevated-container-color: var(--success);--mdc-chip-label-text-color: var(--on-success)}html .mat-mdc-chip.nextech-badge-chip.nextech-badge-chip--info{--mdc-chip-elevated-container-color: var(--info);--mdc-chip-label-text-color: var(--on-info)}html .mat-mdc-chip.nextech-badge-chip.nextech-badge-chip--caution{--mdc-chip-elevated-container-color: var(--caution);--mdc-chip-label-text-color: var(--on-caution)}html .mat-mdc-chip.nextech-badge-chip.nextech-badge-chip--error{--mdc-chip-elevated-container-color: var(--error);--mdc-chip-label-text-color: var(--on-error)}html .mat-mdc-chip.nextech-badge-chip.nextech-badge-chip--sm{min-width:8px;max-width:8px;max-height:8px;width:8px;height:8px;padding:0}html .mat-mdc-chip.nextech-badge-chip.nextech-badge-chip--sm .mdc-evolution-chip__text-label{display:none}html .nextech-mobile-navbar .mat-mdc-chip.nextech-badge-chip{--mdc-chip-elevated-container-color: var(--navigation-badge-success);--mdc-chip-label-text-color: var(--navigation-on-badge-success)}html .nextech-mobile-navbar .mat-mdc-chip.nextech-badge-chip.nextech-badge-chip--success{--mdc-chip-elevated-container-color: var( --navigation-badge-success );--mdc-chip-label-text-color: var(--navigation-on-badge-success)}html .nextech-mobile-navbar .mat-mdc-chip.nextech-badge-chip.nextech-badge-chip--info{--mdc-chip-elevated-container-color: var( --navigation-badge-info );--mdc-chip-label-text-color: var(--navigation-on-badge-info)}html .nextech-mobile-navbar .mat-mdc-chip.nextech-badge-chip.nextech-badge-chip--caution{--mdc-chip-elevated-container-color: var( --navigation-badge-caution );--mdc-chip-label-text-color: var(--navigation-on-badge-caution)}html .nextech-mobile-navbar .mat-mdc-chip.nextech-badge-chip.nextech-badge-chip--error{--mdc-chip-elevated-container-color: var( --navigation-badge-error );--mdc-chip-label-text-color: var(--navigation-on-badge-error)}html .mat-datepicker-content{background-color:var(--surface)}html .mat-calendar-body-in-range .mat-calendar-body-cell-content{--mat-datepicker-calendar-date-text-color: var( --nextech-datepicker-calendar-date-in-range-state-text-color )}html body{--mat-datepicker-calendar-date-today-outline-color: var(--primary);--mat-datepicker-calendar-date-in-range-state-background-color: var( --primary-container );--mat-datepicker-calendar-date-hover-state-background-color: var( --on-surface-hovered )}html .mat-datepicker-content .mat-datepicker-content-container .mat-calendar{height:min-content}@media (max-width: 599.98px) and (orientation: portrait),(max-width: 959.98px) and (orientation: landscape){html .mat-datepicker-content:has(.nextech-relative-date-suggestion-list).mat-datepicker-content-touch,html .mat-datepicker-content:has(.nextech-relative-date-range-suggestion-list).mat-datepicker-content-touch{height:-moz-fit-content;height:fit-content;max-height:100vh}html .mat-datepicker-content:has(.nextech-relative-date-suggestion-list).mat-datepicker-content-touch .mat-datepicker-content-container,html .mat-datepicker-content:has(.nextech-relative-date-range-suggestion-list).mat-datepicker-content-touch .mat-datepicker-content-container{height:100%}}html .mat-datepicker-content:has(.nextech-relative-date-suggestion-list) .mat-datepicker-content-container.mat-datepicker-content-container-with-actions,html .mat-datepicker-content:has(.nextech-relative-date-range-suggestion-list) .mat-datepicker-content-container.mat-datepicker-content-container-with-actions{box-sizing:border-box;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto;grid-template-areas:"suggestions" "calendar" "footer"}html .mat-datepicker-content:has(.nextech-relative-date-suggestion-list) .mat-datepicker-content-container.mat-datepicker-content-container-with-actions .mat-datepicker-actions,html .mat-datepicker-content:has(.nextech-relative-date-range-suggestion-list) .mat-datepicker-content-container.mat-datepicker-content-container-with-actions .mat-datepicker-actions{display:contents}html .mat-datepicker-content:has(.nextech-relative-date-suggestion-list) .mat-datepicker-content-container.mat-datepicker-content-container-with-actions .mat-calendar,html .mat-datepicker-content:has(.nextech-relative-date-range-suggestion-list) .mat-datepicker-content-container.mat-datepicker-content-container-with-actions .mat-calendar{grid-area:calendar}html .mat-datepicker-content:has(.nextech-relative-date-suggestion-list) .mat-datepicker-content-container.mat-datepicker-content-container-with-actions .nextech-relative-date-suggestion-list,html .mat-datepicker-content:has(.nextech-relative-date-suggestion-list) .mat-datepicker-content-container.mat-datepicker-content-container-with-actions .nextech-relative-date-range-suggestion-list,html .mat-datepicker-content:has(.nextech-relative-date-range-suggestion-list) .mat-datepicker-content-container.mat-datepicker-content-container-with-actions .nextech-relative-date-suggestion-list,html .mat-datepicker-content:has(.nextech-relative-date-range-suggestion-list) .mat-datepicker-content-container.mat-datepicker-content-container-with-actions .nextech-relative-date-range-suggestion-list{grid-area:suggestions}html .mat-datepicker-content:has(.nextech-relative-date-suggestion-list) .mat-datepicker-content-container.mat-datepicker-content-container-with-actions .nextech-datepicker-footer,html .mat-datepicker-content:has(.nextech-relative-date-range-suggestion-list) .mat-datepicker-content-container.mat-datepicker-content-container-with-actions .nextech-datepicker-footer{grid-area:footer;display:flex;justify-content:flex-end;align-items:flex-end;padding:var(--spacing-2) var(--spacing-4) var(--spacing-4) var(--spacing-4)}@media (min-width: 600px) and (orientation: portrait),(min-width: 960px) and (orientation: landscape){html .mat-datepicker-content:has(.nextech-relative-date-suggestion-list) .mat-datepicker-content-container.mat-datepicker-content-container-with-actions,html .mat-datepicker-content:has(.nextech-relative-date-range-suggestion-list) .mat-datepicker-content-container.mat-datepicker-content-container-with-actions{grid-template-columns:135px 1fr;grid-template-rows:min-content auto;grid-template-areas:"suggestions calendar" "suggestions footer"}html .mat-datepicker-content:has(.nextech-relative-date-suggestion-list) .mat-datepicker-content-container.mat-datepicker-content-container-with-actions .nextech-relative-date-suggestion-list,html .mat-datepicker-content:has(.nextech-relative-date-suggestion-list) .mat-datepicker-content-container.mat-datepicker-content-container-with-actions .nextech-relative-date-range-suggestion-list,html .mat-datepicker-content:has(.nextech-relative-date-range-suggestion-list) .mat-datepicker-content-container.mat-datepicker-content-container-with-actions .nextech-relative-date-suggestion-list,html .mat-datepicker-content:has(.nextech-relative-date-range-suggestion-list) .mat-datepicker-content-container.mat-datepicker-content-container-with-actions .nextech-relative-date-range-suggestion-list{grid-area:calendar;position:absolute;max-height:100%;height:100%}}html .mat-mdc-dialog-container{--mdc-dialog-container-color: var(--surface);--mdc-dialog-container-elevation-shadow: 0px 4px 8px 3px rgba(0, 0, 0, .15), 0px 1px 3px rgba(0, 0, 0, .3);--mdc-dialog-container-shape: var(--shape-medium);--mdc-dialog-subhead-color: var(--on-surface);--mdc-dialog-subhead-line-height: var( --typography-headline-small-line-height );--mdc-dialog-subhead-size: var(--typography-headline-small-font-size);--mdc-dialog-subhead-weight: var(--typography-headline-small-font-weight);--mdc-dialog-subhead-tracking: var( --typography-headline-small-letter-spacing );--mdc-dialog-supporting-text-color: var(--on-surface-variant);--mdc-dialog-supporting-text-line-height: var( --typography-body-medium-line-height );--mdc-dialog-supporting-text-size: var( --typography-body-medium-font-size );--mdc-dialog-supporting-text-weight: var( --typography-body-medium-font-weight );--mdc-dialog-supporting-text-tracking: var( --typography-body-medium-letter-spacing )}html .mat-mdc-dialog-container .mdc-dialog__actions{border-top-width:0;min-height:-moz-fit-content;min-height:fit-content;gap:8px}html .mat-mdc-dialog-container .mdc-dialog__actions .mat-button-base+.mat-button-base,html .mat-mdc-dialog-container .mdc-dialog__actions .mat-mdc-button-base+.mat-mdc-button-base{margin:0}html .mat-mdc-dialog-container .mdc-dialog__surface{width:min(var(--nextech-dialog-width),80vw)}html .mat-mdc-dialog-container .mdc-dialog__title{margin:0}html .mat-mdc-dialog-container .mdc-dialog__title:before{content:none}html .nextech-dialog--sm{--nextech-dialog-width: 280px}html .nextech-dialog--md{--nextech-dialog-width: 560px}html .nextech-dialog--lg{--nextech-dialog-width: 840px}html .mdc-dialog__title.nextech-dialog-title--flush{--mat-dialog-headline-padding: var(--spacing-4) var(--nextech-dialog-spacing);margin-bottom:var(--spacing-2)}html .mat-mdc-dialog-container .mdc-dialog__actions{justify-content:var(--mat-dialog-actions-alignment, flex-end);padding:var(--mat-dialog-actions-padding, var(--nextech-dialog-spacing))}html .mat-mdc-dialog-container .mdc-dialog__actions[align=start]{--mat-dialog-actions-alignment: flex-start}html .mat-mdc-dialog-container .mdc-dialog__actions[align=center]{--mat-dialog-actions-alignment: center}html .mat-mdc-dialog-container .mdc-dialog__actions[align=end]{--mat-dialog-actions-alignment: flex-end}html .mat-mdc-dialog-container .mdc-dialog__content{padding:var(--mat-dialog-content-padding)}html .mat-mdc-dialog-container .mdc-dialog__title{font-weight:var(--typography-headline-small-font-weight);padding:var(--mat-dialog-headline-padding)}html .mat-mdc-dialog-container .mdc-dialog__title+.mdc-dialog__content{padding-top:0}html .mat-mdc-dialog-container:has(.mdc-dialog__actions) .mdc-dialog__content{padding-bottom:0}html .mat-divider{--mat-divider-width: inherit}html span.nextech-error--align{display:inline-flex;width:100%}html span.nextech-error--align>[align=end]{text-align:end;flex-grow:1}html .mat-mdc-form-field{--_form-field-input-width: 180px;--mdc-typography-subtitle1-font-size: 14px;--mdc-filled-text-field-active-indicator-color: var(--on-surface-variant);--mdc-filled-text-field-container-color: var(--surface-container-low);--mdc-filled-text-field-disabled-active-indicator-color: var( --on-disabled-surface );--mdc-filled-text-field-disabled-container-color: var( --disabled-surface-variant );--mdc-filled-text-field-disabled-input-text-color: var( --on-disabled-surface );--mdc-filled-text-field-disabled-label-text-color: var( --on-disabled-surface );--mdc-filled-text-field-label-text-color: var(--on-surface-variant);--mat-form-field-focus-state-layer-opacity: 0;--mat-form-field-hover-state-layer-opacity: 0;--mdc-outlined-text-field-disabled-input-text-color: var( --on-disabled-surface );--mdc-outlined-text-field-disabled-label-text-color: var( --on-disabled-surface );--mdc-outlined-text-field-disabled-outline-color: var(--disabled-surface);--mdc-outlined-text-field-hover-label-text-color: var(--on-surface);--mdc-outlined-text-field-hover-outline-color: var(--on-surface);--mdc-outlined-text-field-label-text-color: var(--on-surface-variant);--mdc-outlined-text-field-outline-color: var(--outline)}html .mat-mdc-form-field .mat-mdc-form-field-infix{min-height:56px}html .mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:28px}html .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY( -34.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));transform:var(--mat-mdc-form-field-label-transform)}html .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}html .mat-mdc-form-field .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:24px;padding-bottom:8px}html .mat-mdc-form-field .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}html .mat-form-field-disabled,html .mat-form-field-disabled .mat-mdc-form-field-hint{color:var(--on-disabled-surface)}html .mat-mdc-form-field-hint{color:var(--on-surface-variant)}html .mat-mdc-form-field-infix{width:var(--_form-field-input-width, 180px)}html .mat-mdc-form-field-required-marker{color:var(--error)}html .mat-mdc-form-field-icon-prefix>.mat-icon,html .mat-mdc-form-field-icon-suffix>.mat-icon{padding:0 8px}html .mat-mdc-form-field-subscript-wrapper:not(:has(.mat-mdc-form-field-hint)):not(:has(.mat-mdc-form-field-error)){display:grid}html .mdc-form-field:not(:has(.mdc-switch))>label{padding-left:0}html .nextech-form-field--contrast{--mdc-filled-text-field-container-color: var(--surface-container-lowest)}html .nextech-form-field--lg .mat-mdc-form-field-infix,html .mat-mdc-form-field[size=lg] .mat-mdc-form-field-infix{min-height:56px}html .nextech-form-field--lg .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label,html .mat-mdc-form-field[size=lg] .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:28px}html .nextech-form-field--lg .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,html .mat-mdc-form-field[size=lg] .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY( -34.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));transform:var(--mat-mdc-form-field-label-transform)}html .nextech-form-field--lg .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix,html .mat-mdc-form-field[size=lg] .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}html .nextech-form-field--lg .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix,html .mat-mdc-form-field[size=lg] .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:24px;padding-bottom:8px}html .nextech-form-field--lg .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix,html .mat-mdc-form-field[size=lg] .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}html .nextech-form-field--sm .mat-mdc-form-field-infix,html .mat-mdc-form-field[size=sm] .mat-mdc-form-field-infix{min-height:40px}html .nextech-form-field--sm .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label,html .mat-mdc-form-field[size=sm] .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:20px}html .nextech-form-field--sm .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,html .mat-mdc-form-field[size=sm] .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY( -26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));transform:var(--mat-mdc-form-field-label-transform)}html .nextech-form-field--sm .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix,html .mat-mdc-form-field[size=sm] .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}html .nextech-form-field--sm .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix,html .mat-mdc-form-field[size=sm] .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}html .nextech-form-field--sm .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix,html .mat-mdc-form-field[size=sm] .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}html .nextech-form-field--sm .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label,html .mat-mdc-form-field[size=sm] .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label{display:none}html .nextech-form-field--sm .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix,html .mat-mdc-form-field[size=sm] .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:0}html .nextech-form-field--sm .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix .mat-mdc-floating-label,html .mat-mdc-form-field[size=sm] .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix .mat-mdc-floating-label{display:block}html .nextech-form-field--w-full{--_form-field-input-width: 0;width:100%}html .mdc-text-field--filled.mdc-text-field--focused .mat-mdc-form-field-focus-overlay{opacity:var(--mat-form-field-focus-state-layer-opacity)}html .nextech-html-viewer blockquote{border-left:4px solid var(--outline);margin-left:0;padding-left:1rem}html .nextech-html-viewer blockquote,html .nextech-html-viewer li,html .nextech-html-viewer p{white-space:pre-wrap}html .nextech-html-viewer li{list-style-type:none}html .nextech-html-viewer ol,html .nextech-html-viewer ul{counter-reset:count 1}html .nextech-html-viewer ol>li.bullet:first-child,html .nextech-html-viewer ul>li.bullet:first-child{counter-increment:count -1}html .nextech-html-viewer ol>li.ordered:not(.indent):not(:first-child),html .nextech-html-viewer ul>li.ordered:not(.indent):not(:first-child){counter-increment:count 1}html .nextech-html-viewer ol>li.ordered:not(.indent)::marker,html .nextech-html-viewer ul>li.ordered:not(.indent)::marker{content:counter(count,decimal) ". "}html .nextech-html-viewer ol>li li.indent,html .nextech-html-viewer ul>li li.indent{counter-increment:count -1}html .nextech-html-viewer ol>li>ol>li.ordered:not(.indent)::marker,html .nextech-html-viewer ol>li li li li>ol>li.ordered:not(.indent)::marker,html .nextech-html-viewer ol>li li li li li li li>ol>li.ordered:not(.indent)::marker,html .nextech-html-viewer ul>li>ol>li.ordered:not(.indent)::marker,html .nextech-html-viewer ul>li li li li>ol>li.ordered:not(.indent)::marker,html .nextech-html-viewer ul>li li li li li li li>ol>li.ordered:not(.indent)::marker{content:counter(count,lower-alpha) ". "}html .nextech-html-viewer ol>li li>ol>li.ordered:not(.indent)::marker,html .nextech-html-viewer ol>li li li li li>ol>li.ordered:not(.indent)::marker,html .nextech-html-viewer ol>li li li li li li li li>ol>li.ordered:not(.indent)::marker,html .nextech-html-viewer ul>li li>ol>li.ordered:not(.indent)::marker,html .nextech-html-viewer ul>li li li li li>ol>li.ordered:not(.indent)::marker,html .nextech-html-viewer ul>li li li li li li li li>ol>li.ordered:not(.indent)::marker{content:counter(count,lower-roman) ". "}html .nextech-html-viewer ol>li li li>ol>li.ordered:not(.indent)::marker,html .nextech-html-viewer ol>li li li li li li>ol>li.ordered:not(.indent)::marker,html .nextech-html-viewer ol>li li li li li li li li li>ol>li.ordered:not(.indent)::marker,html .nextech-html-viewer ul>li li li>ol>li.ordered:not(.indent)::marker,html .nextech-html-viewer ul>li li li li li li>ol>li.ordered:not(.indent)::marker,html .nextech-html-viewer ul>li li li li li li li li li>ol>li.ordered:not(.indent)::marker{content:counter(count,decimal) ". "}html .nextech-html-viewer ol:has(+ol),html .nextech-html-viewer ol:has(+ul),html .nextech-html-viewer ol+ol,html .nextech-html-viewer ol+ul,html .nextech-html-viewer ul:has(+ol),html .nextech-html-viewer ul:has(+ul),html .nextech-html-viewer ul+ol,html .nextech-html-viewer ul+ul{margin:0}html .nextech-html-viewer ol li.bullet:not(.indent)::marker,html .nextech-html-viewer ul li:not(.indent)::marker{content:"\2022   "}html .nextech-html-viewer .ql-indent-1{padding-left:3em}html .nextech-html-viewer .ql-indent-2{padding-left:6em}html .nextech-html-viewer .ql-indent-3{padding-left:9em}html .nextech-html-viewer .ql-indent-4{padding-left:12em}html .nextech-html-viewer .ql-indent-5{padding-left:15em}html .nextech-html-viewer .ql-indent-6{padding-left:18em}html .nextech-html-viewer .ql-indent-7{padding-left:21em}html .nextech-html-viewer .ql-indent-8{padding-left:24em}html a{color:var(--nextech-hyperlink-color, var(--primary));text-decoration-color:var(--nextech-hyperlink-underline-color, transparent);text-decoration-line:underline;text-decoration-thickness:var(--nextech-hyperlink-underline-width, 1px);text-underline-offset:.125em}html a:focus-visible{background-color:var(--nextech-hyperlink-focused-state-color, var(--primary-focused));outline:none}html .mat-icon{font-family:Material Symbols Outlined,Material Icons,sans-serif;-webkit-font-smoothing:antialiased;direction:ltr;font-size:var(--icon-size);font-variation-settings:"FILL" var(--icon-font-variation-fill);font-weight:var(--icon-font-weight);height:var(--icon-size);line-height:1;white-space:nowrap;width:var(--icon-size);word-wrap:normal}html .mat-icon:not([svgicon]){height:1em;width:1em}html .mat-icon[filled]:not([filled=false]),html .mat-icon.nextech-icon--filled{--icon-font-variation-fill: 1}html .mat-icon[outlined]:not([outlined=false]),html .mat-icon.nextech-icon--outlined{--icon-font-variation-fill: 0}html .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}html .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target{display:none}html .mdc-icon-button{--icon-size: var( --mat-icon-button-icon-size, var(--mdc-icon-button-icon-size) )}html .mdc-icon-button,html .mdc-icon-button .mat-mdc-button-persistent-ripple{border-radius:var(--nextech-icon-button-container-shape)}html .mdc-icon-button[disabled]:disabled{--mdc-icon-button-disabled-icon-color: var(--on-disabled-surface)}html .mdc-icon-button.nextech-icon-button--lg,html .mdc-icon-button.nextech-icon-button--large{--mdc-icon-button-icon-size: 32px;--mdc-icon-button-state-layer-size: 48px}html .mdc-icon-button.nextech-icon-button--sm,html .mdc-icon-button.nextech-icon-button--small{--mdc-icon-button-icon-size: 24px;--mdc-icon-button-state-layer-size: 32px;padding:var(--spacing-1)}html .mdc-icon-button.nextech-icon-button--xs,html .mdc-icon-button.nextech-icon-button--xsmall{--mdc-icon-button-icon-size: 20px;--mdc-icon-button-state-layer-size: 28px;padding:var(--spacing-1)}html .mdc-icon-button[size=lg],html .mdc-icon-button[size=large]{--mdc-icon-button-icon-size: 32px;--mdc-icon-button-state-layer-size: 48px}html .mdc-icon-button[size=sm],html .mdc-icon-button[size=small]{--mdc-icon-button-icon-size: 24px;--mdc-icon-button-state-layer-size: 32px;padding:var(--spacing-1)}html .mdc-icon-button[size=xs],html .mdc-icon-button[size=xsmall]{--mdc-icon-button-icon-size: 20px;--mdc-icon-button-state-layer-size: 28px;padding:var(--spacing-1)}html .nextech-icon-button--outlined,html .mdc-icon-button[appearance=outlined]{box-shadow:inset 0 0 0 var(--nextech-icon-button-outline-width) var(--nextech-icon-button-outline-color)}html .nextech-icon-button--outlined[disabled]:disabled,html .mdc-icon-button[appearance=outlined][disabled]:disabled{--nextech-icon-button-outline-color: var(--disabled-surface)}html .nextech-icon-button--outlined.mat-primary,html .nextech-icon-button--outlined.mat-accent,html .nextech-icon-button--outlined.mat-warn,html .mdc-icon-button[appearance=outlined].mat-primary,html .mdc-icon-button[appearance=outlined].mat-accent,html .mdc-icon-button[appearance=outlined].mat-warn{--nextech-icon-button-outline-color: var( --mat-icon-button-icon-color, var(--mdc-icon-button-icon-color) )}html .nextech-icon-button--filled,html .mdc-icon-button[appearance=filled]{--nextech-icon-button-icon-color: var( --mat-icon-button-icon-color, var(--mdc-icon-button-icon-color) );background-color:var(--nextech-icon-button-icon-color);--mat-icon-button-state-layer-color: var(--on-surface);--mat-icon-button-ripple-color: rgba( var(--on-surface-rgb) / var(--state-ripple) )}html .nextech-icon-button--filled[disabled]:disabled,html .mdc-icon-button[appearance=filled][disabled]:disabled{--nextech-icon-button-icon-color: var(--disabled-surface)}html .nextech-icon-button--filled[disabled]:disabled .mat-icon,html .mdc-icon-button[appearance=filled][disabled]:disabled .mat-icon{--mat-icon-color: var(--on-disabled-surface)}html .nextech-icon-button--filled.mat-mdc-icon-button .mat-ripple-element,html .mdc-icon-button[appearance=filled].mat-mdc-icon-button .mat-ripple-element{background-color:var(--mat-icon-button-ripple-color)}html .nextech-icon-button--filled.mat-unthemed,html .mdc-icon-button[appearance=filled].mat-unthemed{--nextech-icon-button-icon-color: var(--surface)}html .nextech-icon-button--filled.mat-unthemed .mat-icon,html .mdc-icon-button[appearance=filled].mat-unthemed .mat-icon{--mat-icon-color: var(--on-surface)}html .nextech-icon-button--filled.mat-primary,html .mdc-icon-button[appearance=filled].mat-primary{--mat-icon-button-state-layer-color: var(--on-primary);--mat-icon-button-ripple-color: rgba( var(--on-primary-rgb) / var(--state-ripple) );--mat-mdc-button-persistent-ripple-color: var(--on-primary)}html .nextech-icon-button--filled.mat-primary .mat-icon,html .mdc-icon-button[appearance=filled].mat-primary .mat-icon{--mat-icon-color: var(--on-primary)}html .nextech-icon-button--filled.mat-accent,html .mdc-icon-button[appearance=filled].mat-accent{--mat-icon-button-state-layer-color: var(--on-secondary);--mat-icon-button-ripple-color: rgba( var(--on-secondary-rgb) / var(--state-ripple) );--mat-mdc-button-persistent-ripple-color: var(--on-secondary)}html .nextech-icon-button--filled.mat-accent .mat-icon,html .mdc-icon-button[appearance=filled].mat-accent .mat-icon{--mat-icon-color: var(--on-secondary)}html .nextech-icon-button--filled.mat-warn,html .mdc-icon-button[appearance=filled].mat-warn{--mat-icon-button-state-layer-color: var(--on-error);--mat-icon-button-ripple-color: rgba( var(--on-error-rgb) / var(--state-ripple) );--mat-mdc-button-persistent-ripple-color: var(--on-error)}html .nextech-icon-button--filled.mat-warn .mat-icon,html .mdc-icon-button[appearance=filled].mat-warn .mat-icon{--mat-icon-color: var(--on-error)}html .mat-mdc-list-base{--mdc-list-list-item-disabled-label-text-color: var( --on-disabled-surface );--mdc-list-list-item-disabled-label-text-opacity: 1}html .mat-mdc-menu-panel{--mat-menu-container-color: var(--surface)}html .mat-mdc-menu-panel.nextech-subnav-menu{background-color:var(--navigation-container);color-scheme:dark;margin-left:84px;width:280px}html .mat-mdc-menu-panel.nextech-subnav-menu.nextech-subnav-menu--dark{color-scheme:dark}html .mat-mdc-menu-panel.nextech-subnav-menu.nextech-subnav-menu--light{color-scheme:light}html .mat-mdc-menu-panel.nextech-subnav-menu.mat-menu-above{margin-bottom:-64px}html .mat-mdc-menu-panel.nextech-subnav-menu .mat-mdc-menu-item-text{color:var(--on-navigation-container)}html .mat-mdc-menu-panel.nextech-subnav-menu .mat-mdc-menu-item{background-color:var(--navigation-container)}html .mat-mdc-menu-panel.nextech-subnav-menu .mat-mdc-menu-item:hover,html .mat-mdc-menu-panel.nextech-subnav-menu .mat-mdc-menu-item.cdk-keyboard-focused,html .mat-mdc-menu-panel.nextech-subnav-menu .mat-mdc-menu-item.nextech-subnav-menu-item--active{background-color:var(--navigation-container-active);color:var(--on-navigation-container-active)}html .mat-mdc-menu-panel.nextech-subnav-menu .mat-mdc-menu-item:hover .mat-mdc-menu-item-text,html .mat-mdc-menu-panel.nextech-subnav-menu .mat-mdc-menu-item.cdk-keyboard-focused .mat-mdc-menu-item-text,html .mat-mdc-menu-panel.nextech-subnav-menu .mat-mdc-menu-item.nextech-subnav-menu-item--active .mat-mdc-menu-item-text{color:var(--on-navigation-container-hovered)}html .mat-mdc-menu-panel.nextech-subnav-menu .mat-mdc-menu-item.nextech-subnav-menu-item--active{border-width:0px 0px 0px 2px;border-style:solid;border-color:var(--on-navigation-container-active)}html .mat-mdc-menu-panel.nextech-subnav-menu .mat-mdc-menu-item.nextech-subnav-menu-item--active .mat-mdc-menu-item-text{color:var(--on-navigation-container-active)}html .mat-mdc-option{--mat-option-focus-state-layer-color: var(--on-surface-focused);--mat-option-hover-state-layer-color: var(--on-surface-hovered);--mat-option-label-text-color: var(--on-surface);--mat-option-selected-state-label-text-color: var(--on-primary-container);--mat-option-selected-state-layer-color: var(--primary-container);--mat-minimal-pseudo-checkbox-selected-checkmark-color: var( --on-primary-container );--mat-pseudo-checkbox-full-unselected-icon-color: var( --on-primary-container )}html .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):hover{--mat-option-selected-state-layer-color: color-mix(in srgb, var(--primary-container), var(--on-primary-container) calc(var(--state-hovered) * 100%))}html body{--mat-option-selected-state-layer-color: var(--primary-container);--mat-option-selected-state-label-text-color: var(--on-primary-container)}html body .mat-mdc-option .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked:after{color:var(--mat-minimal-pseudo-checkbox-selected-checkmark-color)}html .cdk-overlay-dark-backdrop{background:var(--scrim)}html .mat-mdc-paginator{--mat-paginator-container-background-color: var(--surface);--mat-paginator-container-text-color: var(--on-surface)}html .mat-mdc-paginator .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 28px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:2px}html .mat-mdc-paginator .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target{display:none}html .mat-mdc-paginator .mat-mdc-form-field-infix{min-height:40px}html .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:20px}html .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY( -26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));transform:var(--mat-mdc-form-field-label-transform)}html .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}html .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}html .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}html .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label{display:none}html .mat-mdc-paginator .mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align{display:none}html .mat-mdc-paginator-page-size{align-items:center}html .mat-mdc-paginator-range-actions{gap:var(--spacing-2)}html .mat-mdc-progress-bar{--mdc-linear-progress-track-shape: var(--nextech-progress-bar-shape);--mdc-linear-progress-track-color: var(--surface-container-highest);border-radius:var(--nextech-progress-bar-shape)}html .mat-mdc-radio-button{--mdc-radio-disabled-selected-icon-opacity: 1;--mdc-radio-disabled-unselected-icon-opacity: 1}html .mat-mdc-radio-button.mat-accent,html .mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: var(--on-disabled-surface);--mdc-radio-disabled-unselected-icon-color: var(--on-disabled-surface);--mdc-radio-unselected-icon-color: var(--on-surface-variant)}html .mat-mdc-select-panel{--mat-select-panel-background-color: var(--surface)}html .mdc-snackbar__surface{--mat-snack-bar-button-color: var( --nextech-snackbar-button-color, var(--inverse-primary) );--mdc-snackbar-container-color: var( --nextech-snackbar-container-color, var(--inverse-surface) );--mdc-snackbar-container-shape: var( --nextech-snackbar-container-shape, var(--shape-small) );--mdc-snackbar-supporting-text-color: var( --nextech-snackbar-text-color, var(--on-inverse-surface) )}html .mdc-snackbar__surface:has([class*=nextech-snackbar--]){--nextech-snackbar-container-color: var(--surface);--nextech-snackbar-text-color: var(--on-surface);--nextech-snackbar-button-color: var(--primary)}html .mat-mdc-snack-bar-container{margin:40px}html .mdc-snackbar__surface:has(.nextech-snackbar){padding-right:0}html [class*=nextech-snackbar--] .mdc-snackbar__surface{--nextech-snackbar-container-color: var(--surface);--nextech-snackbar-text-color: var(--on-surface);--nextech-snackbar-button-color: var(--primary);background-image:linear-gradient(to right,var(--nextech-snackbar-severity-color) 0,var(--nextech-snackbar-severity-color) 56px,transparent 56px);min-height:56px}html [class*=nextech-snackbar--] .mdc-snackbar__surface:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;color:var(--nextech-snackbar-on-severity-color);content:var(--nextech-snackbar-icon);display:flex;font:24px/1 Material Symbols Outlined,Material Icons,sans-serif;font-variation-settings:"FILL" 1;height:100%;justify-content:center;position:static;width:56px}html [class*=nextech-snackbar--] .mat-mdc-simple-snack-bar .mat-mdc-snack-bar-label{display:flex;align-items:center;padding-bottom:var(--spacing-2);padding-top:var(--spacing-2)}html [class*=nextech-snackbar--] .mat-mdc-simple-snack-bar .mat-mdc-snack-bar-actions{padding:var(--spacing-2) 0}html .nextech-snackbar__dismiss{--mdc-icon-button-icon-color: var( --nextech-snackbar-text-color, var(--on-inverse-surface) );--mat-mdc-button-persistent-ripple-color: var( --nextech-snackbar-text-color, var(--on-inverse-surface) )}html .nextech-snackbar--success{--nextech-snackbar-severity-color: var(--success);--nextech-snackbar-on-severity-color: var(--on-success);--nextech-snackbar-icon: "check_circle"}html .nextech-snackbar--caution{--nextech-snackbar-severity-color: var(--caution);--nextech-snackbar-on-severity-color: var(--on-caution);--nextech-snackbar-icon: "warning"}html .nextech-snackbar--info{--nextech-snackbar-severity-color: var(--info);--nextech-snackbar-on-severity-color: var(--on-info);--nextech-snackbar-icon: "info"}html .nextech-snackbar--error,html .nextech-snackbar--warn{--nextech-snackbar-severity-color: var(--error);--nextech-snackbar-on-severity-color: var(--on-error);--nextech-snackbar-icon: "error"}html .mat-mdc-slide-toggle .mdc-switch{--mat-switch-disabled-selected-handle-opacity: 1;--mat-switch-disabled-unselected-handle-opacity: 1;--mdc-switch-disabled-handle-elevation-shadow: 0px 1px 3px rgba(0, 0, 0, .15), 0px 1px 2px rgba(0, 0, 0, .3);--mdc-switch-disabled-handle-opacity: 1;--mdc-switch-disabled-selected-handle-color: var(--disabled-surface);--mdc-switch-disabled-selected-icon-color: var(--on-disabled-surface);--mdc-switch-disabled-selected-icon-opacity: 1;--mdc-switch-disabled-selected-track-color: var(--disabled-surface);--mdc-switch-disabled-track-opacity: 1;--mdc-switch-disabled-unselected-handle-color: var(--disabled-surface);--mdc-switch-disabled-unselected-handle-opacity: 1;--mdc-switch-disabled-unselected-icon-color: var(--on-disabled-surface);--mdc-switch-disabled-unselected-icon-opacity: 1;--mdc-switch-disabled-unselected-track-color: var(--disabled-surface);--mdc-switch-handle-surface-color: var(--surface);--mdc-switch-unselected-focus-track-color: var(--surface-container-highest);--mdc-switch-unselected-hover-track-color: var(--surface-container-highest);--mdc-switch-unselected-pressed-track-color: var(--surface-container-highest);--mdc-switch-unselected-track-color: var(--surface-container-highest)}html .mat-mdc-slide-toggle:not(.nextech-switch--m2) .mdc-form-field{gap:var(--spacing-1)}html .mat-mdc-slide-toggle:not(.nextech-switch--m2) .mdc-switch{--mat-switch-track-outline-width: var( --nextech-switch-track-outline-width, 2px );--mat-switch-track-outline-color: var( --nextech-switch-track-outline-color, var(--outline) );--mat-switch-with-icon-handle-size: var(--mdc-switch-handle-height);--mat-switch-pressed-handle-size: calc( var(--mat-switch-with-icon-handle-size) + 4px );--mdc-switch-handle-height: var(--nextech-switch-handle-size, 24px);--mdc-switch-handle-shape: var(--shape-full);--mdc-switch-handle-width: var(--mdc-switch-handle-height);--mdc-switch-track-height: var(--nextech-switch-track-height, 32px);--mdc-switch-track-shape: var(--shape-full);--mdc-switch-track-width: var(--nextech-switch-track-width, 52px);--mdc-switch-handle-surface-color: transparent;--mdc-switch-handle-elevation-shadow: none;--mdc-switch-state-layer-size: var( --nextech-switch-state-layer-size, 40px );--mdc-switch-unselected-handle-color: var( --nextech-switch-unselected-handle-color, var(--outline) );--mdc-switch-unselected-hover-handle-color: var( --nextech-switch-unselected-state-handle-color, var(--on-surface-variant) );--mdc-switch-unselected-focus-handle-color: var( --nextech-switch-unselected-state-handle-color, var(--on-surface-variant) );--mdc-switch-unselected-pressed-handle-color: var( --nextech-switch-unselected-state-handle-color, var(--on-surface-variant) );--mdc-switch-unselected-hover-state-layer-color: var( --on-surface-hovered );--mdc-switch-unselected-focus-state-layer-color: var( --on-surface-focused );--mdc-switch-unselected-pressed-state-layer-color: var( --on-surface-pressed );--mdc-switch-unselected-pressed-state-layer-opacity: 1;--mdc-switch-unselected-track-color: var( --nextech-switch-unselected-track-color, var(--surface-container-highest) );--mdc-switch-unselected-hover-track-color: var( --mdc-switch-unselected-track-color );--mdc-switch-unselected-pressed-track-color: var( --mdc-switch-unselected-track-color );--mdc-switch-unselected-focus-track-color: var( --mdc-switch-unselected-track-color );--mdc-switch-unselected-icon-color: var( --mdc-switch-unselected-track-color );--mdc-switch-unselected-icon-size: var(--nextech-switch-icon-size, 16px);--mdc-switch-selected-handle-color: var( --nextech-switch-selected-handle-color, var(--on-primary) );--mdc-switch-selected-hover-handle-color: var( --nextech-switch-selected-state-handle-color, var(--primary-container) );--mdc-switch-selected-focus-handle-color: var( --nextech-switch-selected-state-handle-color, var(--primary-container) );--mdc-switch-selected-pressed-handle-color: var( --nextech-switch-selected-state-handle-color, var(--primary-container) );--mdc-switch-selected-hover-state-layer-color: var(--primary-hovered);--mdc-switch-selected-focus-state-layer-color: var(--primary-focused);--mdc-switch-selected-pressed-state-layer-color: var(--primary-pressed);--mdc-switch-selected-pressed-state-layer-opacity: 1;--mdc-switch-selected-track-color: var( --nextech-switch-selected-track-color, var(--primary) );--mdc-switch-selected-hover-track-color: var( --mdc-switch-selected-track-color );--mdc-switch-selected-focus-track-color: var( --mdc-switch-selected-track-color );--mdc-switch-selected-pressed-track-color: var( --mdc-switch-selected-track-color );--mdc-switch-selected-icon-color: var( --nextech-switch-selected-icon-color, var(--on-primary-container) );--mdc-switch-selected-icon-size: var(--nextech-switch-icon-size, 16px);--mdc-switch-disabled-handle-elevation-shadow: none;--mdc-switch-disabled-handle-opacity: 1;--mdc-switch-disabled-track-opacity: 1;--mat-switch-disabled-unselected-handle-opacity: 1;--mat-switch-disabled-unselected-track-outline-width: var( --mat-switch-track-outline-width );--mdc-switch-disabled-unselected-handle-color: var(--on-disabled-surface);--mdc-switch-disabled-unselected-track-color: var(--disabled-surface);--mat-switch-disabled-unselected-track-outline-color: var( --disabled-surface );--mdc-switch-disabled-unselected-icon-color: var( --surface-container-highest );--mdc-switch-disabled-unselected-icon-opacity: 1;--mat-switch-disabled-selected-handle-opacity: 1;--mat-switch-disabled-selected-track-outline-color: transparent;--mdc-switch-disabled-selected-handle-color: var(--surface);--mdc-switch-disabled-selected-track-color: var(--disabled-surface);--mdc-switch-disabled-selected-icon-color: var(--on-disabled-surface);--mdc-switch-disabled-selected-icon-opacity: 1}html .mat-mdc-slide-toggle:not(.nextech-switch--m2) .mdc-switch__handle-track{left:4px;transition-property:transform,left,width,height,color,border-color,background-color}html .mat-mdc-slide-toggle:not(.nextech-switch--m2) .mdc-switch__ripple{z-index:1}html .mat-mdc-slide-toggle:not(.nextech-switch--m2) .mdc-switch--disabled.mdc-switch--selected{--mat-switch-track-outline-color: transparent;--mat-switch-disabled-unselected-track-outline-color: transparent}html .mat-mdc-slide-toggle:not(.nextech-switch--m2) .mdc-switch:active .mdc-switch__handle-track{left:2px}html .mat-mdc-slide-toggle:not(.nextech-switch--m2) .mdc-switch--selected .mdc-switch__handle-track{left:-4px}html .mat-mdc-slide-toggle:not(.nextech-switch--m2) .mdc-switch--selected:active .mdc-switch__handle-track{left:-6px}html .mat-mdc-slide-toggle:not(.nextech-switch--m2) .mdc-switch--selected:not(html .mat-mdc-slide-toggle:not(.nextech-switch--m2) .mdc-switch--disabled){--mat-switch-track-outline-color: var( --mdc-switch-selected-track-color )}html .mat-mdc-slide-toggle:not(.nextech-switch--m2) .mdc-switch:not(html .mat-mdc-slide-toggle:not(.nextech-switch--m2) .mdc-switch--selected) .mdc-switch__icons .mdc-switch__icon--off{display:none}html .mat-mdc-slide-toggle:not(.nextech-switch--m2) .mdc-switch:not(html .mat-mdc-slide-toggle:not(.nextech-switch--m2) .mdc-switch--selected) .mdc-switch__icons:after{color:var(--mat-slide-toggle-unselected-icon-color, var(--mdc-switch-unselected-icon-color));content:"close";display:grid;font-family:Material Symbols Outlined,Material Icons,sans-serif;font-size:var(--mat-slide-toggle-unselected-icon-size, var(--mdc-switch-unselected-icon-size));inset:0;line-height:1;place-items:center;position:absolute}html .mat-mdc-slide-toggle:not(.nextech-switch--m2) .mdc-switch .mdc-switch__ripple:after,html .mat-mdc-slide-toggle:not(.nextech-switch--m2).mat-mdc-slide-toggle-focused .mdc-switch .mdc-switch__ripple:after{opacity:1}html .mat-mdc-slide-toggle .mdc-switch:active .mdc-switch__handle{height:var(--mat-switch-pressed-handle-size);transition:width 75ms cubic-bezier(.4,0,.2,1),height 75ms cubic-bezier(.4,0,.2,1);width:var(--mat-switch-pressed-handle-size)}html .mat-mdc-slide-toggle .mdc-switch__track:after,html .mat-mdc-slide-toggle .mdc-switch__track:before{border:var(--mat-switch-track-outline-width) solid var(--mat-switch-track-outline-color)}html .mat-mdc-slide-toggle .mdc-switch--disabled .mdc-switch__track:after,html .mat-mdc-slide-toggle .mdc-switch--disabled .mdc-switch__track:before{border-color:var(--mat-switch-disabled-unselected-track-outline-color)}html .mat-mdc-slide-toggle .mdc-switch--disabled.mdc-switch--selected{--mat-switch-disabled-unselected-track-outline-color: transparent}html .mat-stepper-horizontal,html .mat-stepper-vertical{--icon-size: 16px;--mat-stepper-container-color: var(--surface);--mat-stepper-header-done-state-icon-background-color: var(--success);--mat-stepper-header-done-state-icon-foreground-color: var(--on-success);--mat-stepper-header-hover-state-layer-color: var(--on-surface-hovered);--mat-stepper-header-icon-background-color: var( --inverse-surface-variant );--mat-stepper-header-icon-foreground-color: var(--on-inverse-surface);--mat-stepper-header-label-text-size: var( --typography-label-large-prominent-font-size );--mat-stepper-header-label-text-weight: var( --typography-label-large-prominent-font-weight );--mat-stepper-header-optional-label-text-color: var(--on-surface-variant);--mat-stepper-header-selected-state-label-text-color: var(--on-surface);--mat-stepper-header-selected-state-label-text-size: var( --mat-stepper-header-label-text-size );--mat-stepper-header-selected-state-label-text-weight: var( --mat-stepper-header-label-text-weight );--mat-stepper-line-color: var(--outline-variant);border-radius:var(--nextech-stepper-container-shape, var(--shape-large))}html .mat-stepper-horizontal .mat-step-icon-state-error .mat-icon,html .mat-stepper-vertical .mat-step-icon-state-error .mat-icon{--icon-size: 28px}html .mat-stepper-horizontal .mat-step-icon-state-error .mat-icon:before,html .mat-stepper-vertical .mat-step-icon-state-error .mat-icon:before{content:"error"}html .mat-stepper-horizontal .mat-step-label,html .mat-stepper-vertical .mat-step-label{letter-spacing:var(--typography-label-large-letter-spacing);line-height:var(--typography-label-large-line-height)}html .mat-stepper-horizontal .mat-step-optional,html .mat-stepper-horizontal .mat-step-sub-label-error,html .mat-stepper-vertical .mat-step-optional,html .mat-stepper-vertical .mat-step-sub-label-error{letter-spacing:var(--typography-label-medium-letter-spacing);line-height:var(--typography-label-medium-line-height);font-size:var(--typography-label-medium-font-size);font-weight:var(--typography-label-medium-font-weight)}html .mat-stepper-horizontal:not(.mat-stepper-header-position-bottom) .mat-horizontal-stepper-header:first-child{border-top-left-radius:var(--nextech-stepper-header-shape, var(--shape-large))}html .mat-stepper-horizontal:not(.mat-stepper-header-position-bottom) .mat-horizontal-stepper-header:last-child{border-top-right-radius:var(--nextech-stepper-header-shape, var(--shape-large))}html .mat-stepper-horizontal.mat-stepper-header-position-bottom .mat-horizontal-stepper-header:first-child{border-bottom-left-radius:var(--nextech-stepper-header-shape, var(--shape-large))}html .mat-stepper-horizontal.mat-stepper-header-position-bottom .mat-horizontal-stepper-header:last-child{border-bottom-right-radius:var(--nextech-stepper-header-shape, var(--shape-large))}html .mat-step:first-child .mat-vertical-stepper-header{border-top-left-radius:var(--nextech-stepper-header-shape, var(--shape-large));border-top-right-radius:var(--nextech-stepper-header-shape, var(--shape-large))}html .mat-step:last-child .mat-vertical-stepper-header{border-bottom-left-radius:var(--nextech-stepper-header-shape, var(--shape-large));border-bottom-right-radius:var(--nextech-stepper-header-shape, var(--shape-large))}html .mat-stepper-label-position-bottom .mat-step-label{padding-top:8px}html mat-row,html mat-footer-row{min-height:var(--mat-table-row-item-container-height)}html mat-header-row{min-height:var(--mat-table-header-container-height)}html mat-cell:first-of-type,html mat-header-cell:first-of-type,html mat-footer-cell:first-of-type{padding-left:var(--spacing-4)}html mat-cell:last-of-type,html mat-header-cell:last-of-type,html mat-footer-cell:last-of-type{padding-right:var(--spacing-4)}html [alignRight]:not([alignRight=false]).mat-mdc-header-cell,html [alignRight]:not([alignRight=false]).mat-mdc-cell,html .nextech-table-cell--align-right.mat-mdc-header-cell,html .nextech-table-cell--align-right.mat-mdc-cell,html .nextech-table-cell--right.mat-mdc-header-cell,html .nextech-table-cell--right.mat-mdc-cell{justify-content:end;text-align:right}html [alignRight]:not([alignRight=false]) .mat-sort-header-container,html .nextech-table-cell--align-right .mat-sort-header-container,html .nextech-table-cell--right .mat-sort-header-container{justify-content:end;flex-direction:row-reverse;gap:6px}html th[column-fit],html .nextech-table-column-fit{width:1px}html .mat-mdc-header-row{background-color:var(--nextech-table-header-background-color)}html .mat-mdc-table:not(:has(nextech-empty-state)){--nextech-button-container-height: 32px;--mdc-typography-button-font-size: var( --typography-label-medium-prominent-font-size )}html .mat-mdc-table .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 28px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:2px}html .mat-mdc-table .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target{display:none}html .mat-mdc-table .mat-mdc-form-field-infix{min-height:40px}html .mat-mdc-table .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:20px}html .mat-mdc-table .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY( -26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));transform:var(--mat-mdc-form-field-label-transform)}html .mat-mdc-table .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}html .mat-mdc-table .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}html .mat-mdc-table .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}html .mat-mdc-table .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label{display:none}html .mat-mdc-table[dense]:not([dense=false]),html .mat-mdc-table.nextech-table--dense{--mat-table-header-container-height: 44px;--mat-table-footer-container-height: 40px;--mat-table-row-item-container-height: 40px}html .mat-sort-header-arrow{color:var(--on-surface-variant)}html .mat-sort-header-container{letter-spacing:inherit}html .mat-mdc-footer-cell{border-top:var(--mat-table-row-item-outline-width) solid var(--mat-table-row-item-outline-color)}html .mat-mdc-tab-group,html .mat-mdc-tab-nav-bar{--mat-tab-header-inactive-ripple-color: var(--on-surface)}html .mat-mdc-tab,html .mat-mdc-tab-link{--mat-tab-header-inactive-label-text-color: var(--on-surface-variant)}html .mat-mdc-tab:hover .mdc-tab__ripple:before,html .mat-mdc-tab-link:hover .mdc-tab__ripple:before{opacity:var(--state-hovered)}html .mat-mdc-tab:not(.mdc-tab--active),html .mat-mdc-tab-link:not(.mdc-tab--active){--mdc-tab-indicator-active-indicator-color: var(--outline-variant);--mdc-tab-indicator-active-indicator-height: 0}html .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab-indicator__content--underline,html .mat-mdc-tab-link:not(.mdc-tab--active) .mdc-tab-indicator__content--underline{opacity:1}html .mat-mdc-tab.mat-mdc-tab-disabled,html .mat-mdc-tab-link.mat-mdc-tab-disabled{--mat-tab-header-active-label-text-color: var(--on-disabled-surface);--mat-tab-header-inactive-label-text-color: var(--on-disabled-surface);--mdc-tab-indicator-active-indicator-color: var( --disabled-surface-variant );opacity:1}html .mat-mdc-tab.mat-mdc-tab-disabled.mdc-tab--active,html .mat-mdc-tab-link.mat-mdc-tab-disabled.mdc-tab--active{--mdc-tab-indicator-active-indicator-color: var( --on-disabled-surface )}html .mat-mdc-tab-label-container,html .mat-mdc-tab-link-container{border-bottom-style:solid;border-bottom-width:var(--mat-tab-header-divider-height, 1px);border-bottom-color:var(--mat-tab-header-divider-color, var(--outline-variant))}html .mat-mdc-tab-label-container:has(.mat-mdc-tab-labels:empty),html .mat-mdc-tab-link-container:has(.mat-mdc-tab-labels:empty){--mat-tab-header-divider-height: 0}html .nextech-tabs--prominent.mat-primary{--mat-tab-header-active-focus-label-text-color: var(--on-primary);--mat-tab-header-active-hover-label-text-color: var(--on-primary);--mat-tab-header-active-label-text-color: var(--on-primary)}html .nextech-tabs--prominent.mat-accent{--mat-tab-header-active-focus-label-text-color: var(--on-secondary);--mat-tab-header-active-hover-label-text-color: var(--on-secondary);--mat-tab-header-active-label-text-color: var(--on-secondary)}html .nextech-tabs--prominent.mat-warn{--mat-tab-header-active-focus-label-text-color: var(--on-error);--mat-tab-header-active-hover-label-text-color: var(--on-error);--mat-tab-header-active-label-text-color: var(--on-error)}html .nextech-tabs--prominent .mdc-tab--active{background-color:var(--mat-tab-active-indicator-color, var(--mdc-tab-indicator-active-indicator-color));transition:.15s background-color .1s linear}html .nextech-tabs--prominent .mdc-tab--active.mat-mdc-tab-disabled{--mdc-tab-indicator-active-indicator-color: var(--disabled-surface);--mdc-tab-indicator-active-indicator-height: 0;--mat-tab-header-active-label-text-color: var(--on-secondary)}html .nextech-tab--prominent.mdc-tab--active{background-color:var(--mat-tab-active-indicator-color, var(--mdc-tab-indicator-active-indicator-color));transition:.15s background-color .1s linear}html .nextech-tab--prominent.mdc-tab--active.mat-mdc-tab-disabled{--mdc-tab-indicator-active-indicator-color: var(--disabled-surface);--mdc-tab-indicator-active-indicator-height: 0}html .mat-primary .nextech-tab--prominent{--mat-tab-header-active-focus-label-text-color: var(--on-primary);--mat-tab-header-active-hover-label-text-color: var(--on-primary);--mat-tab-header-active-label-text-color: var(--on-primary)}html .mat-accent .nextech-tab--prominent{--mat-tab-header-active-focus-label-text-color: var(--on-secondary);--mat-tab-header-active-hover-label-text-color: var(--on-secondary);--mat-tab-header-active-label-text-color: var(--on-secondary)}html .mat-warn .nextech-tab--prominent{--mat-tab-header-active-focus-label-text-color: var(--on-error);--mat-tab-header-active-hover-label-text-color: var(--on-error);--mat-tab-header-active-label-text-color: var(--on-error)}html nextech-text-editor :has(.nextech-text-editor--focused) .nextech-text-editor__toolbar-container,html nextech-text-editor.nextech-text-editor--force-focus .nextech-text-editor__toolbar-container{display:block}html nextech-text-editor .nextech-text-editor__toolbar-container{display:none}html nextech-text-editor.nextech-text-editor--always-show-toolbar .nextech-text-editor__toolbar-container{display:block}html nextech-text-editor .ql-snow.ql-toolbar button,html nextech-text-editor .ql-snow .ql-toolbar button{width:unset}html nextech-text-editor .ql-editor{padding:0;min-height:var(--nextech-text-editor-min-height);height:100%}html nextech-text-editor .ql-editor p,html nextech-text-editor .ql-editor li,html nextech-text-editor .ql-editor ol,html nextech-text-editor .ql-editor s{font-family:var(--mat-form-field-container-text-font);line-height:var(--mat-form-field-container-text-line-height);font-size:var(--mat-form-field-container-text-size);letter-spacing:var(--mat-form-field-container-text-tracking);font-weight:var(--mat-form-field-container-text-weight);margin:0!important}html nextech-text-editor .mat-form-field-hide-placeholder .ql-editor.ql-blank:before{display:none}html nextech-text-editor .ql-editor.ql-blank:before{display:block;left:0;font-style:normal;font-family:var(--mat-form-field-container-text-font);line-height:var(--mat-form-field-container-text-line-height);font-size:var(--mat-form-field-container-text-size);letter-spacing:var(--mat-form-field-container-text-tracking);font-weight:var(--mat-form-field-container-text-weight);color:var(--on-surface-variant)}html nextech-text-editor .ql-disabled .ql-editor.ql-blank:before{color:var(--on-disabled-surface)}html nextech-text-editor .nextech-text-editor-input__editor-container.ql-container{border:none}html nextech-text-editor .nextech-text-editor-input__editor-container.ql-container .ql-editor{padding:0}html .mat-mdc-tooltip{--mdc-plain-tooltip-container-color: var(--inverse-surface);--mdc-plain-tooltip-supporting-text-color: var(--on-inverse-surface)}html .nextech-gradient--avatar{background-image:radial-gradient(circle at -25% -25%,var(--gradient-avatar-start),var(--gradient-avatar-end))}html .nextech-gradient--banner{background-image:linear-gradient(to right,var(--gradient-banner-end) 25%,var(--gradient-banner-start))}html .nextech-navigation--background{background-color:var(--navigation-container)}body{font-family:Open Sans,sans-serif}.user-options .mat-mdc-checkbox .mdc-label{color:var(--on-surface, #1B1B1F);font-family:var(--typography-font-family, "Open Sans");font-size:var(--typography-label-large-font-size, 14px);font-style:normal;font-weight:400;line-height:var(--typography-label-large-line-height, 20px);letter-spacing:var(--typography-label-large-letter-spacing, .1px)}.user-options .mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background,.user-options .mdc-checkbox__ripple{background-color:#155fc0!important;border-color:#155fc0!important}.user-options .mdc-checkbox .mdc-checkbox__native-control{width:18px;height:18px}.user-options .mdc-checkbox .mat-mdc-checkbox-touch-target{width:28px;height:28px}.setting-avatar-menu .mat-icon{font-size:14px!important;height:auto;margin-right:0!important;width:auto;padding-right:5px}.setting-avatar-menu .mat-mdc-menu-item{min-height:26px}.setting-avatar-menu .mat-mdc-menu-item-text{font-size:14px!important}button.mat-mdc-outlined-button.mat-primary:disabled,button.mat-mdc-outlined-button.mat-primary[disabled]{color:#999!important;border-color:#ccc!important;background-color:#f5f5f5!important;cursor:not-allowed!important;opacity:1!important}.step1-container .mat-mdc-form-field-subscript-wrapper{display:none!important;height:0!important;margin:0!important;padding:0!important}.step1-container .mat-mdc-select-value-text{font-family:Open Sans,sans-serif;color:#1b1b1f;font-size:14px;font-weight:400;line-height:var(--typography-body-medium-line-height, 20px);letter-spacing:var(--typography-body-medium-letter-spacing, .15px)}.step1-container .mat-mdc-select-arrow-wrapper{display:none}.step1-container .mat-icon{color:var(--on-surface-variant, #46464A);text-align:center;font-family:Material Symbols Outlined,sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:24px}.step1-container .mat-mdc-form-field.open-outline .mdc-notched-outline,.step1-container .mat-mdc-form-field.open-outline .mdc-notched-outline__leading,.step1-container .mat-mdc-form-field.open-outline .mdc-notched-outline__trailing,.step1-container .mat-mdc-form-field.open-outline .mdc-notched-outline__notch{border-color:#155fc0!important}.custom-org-select-panel .mat-mdc-option{color:var(--on-primary-container, #090C33);font-family:var(--typography-font-family, "Open Sans");font-size:var(--typography-label-large-font-size, 14px);font-style:normal;font-weight:400;line-height:var(--typography-label-large-line-height, 20px);letter-spacing:var(--typography-label-large-letter-spacing, .1px)}.custom-org-select-panel .mat-mdc-option.mat-label{color:var(--primary, #155FC0)}.custom-org-select-panel .mat-pseudo-checkbox{width:24px;height:24px;color:var(--on-primary-container, #090C33);text-align:center;font-family:Material Symbols Outlined,sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:24px}.custom-org-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:var(--on-primary-container, #090C33)}.step2-container .mat-mdc-card-header{display:inline;padding-bottom:0}.step2-container .mat-mdc-card-title{font-size:16px;line-height:24px;letter-spacing:.1px}.step2-container .mat-mdc-card-subtitle{line-height:20px;letter-spacing:.15px}.step2-container .mat-mdc-card-content{display:flex;flex-direction:column;gap:20px}.login-pref-ask .radio-group{display:flex;flex-direction:column}.login-pref-ask .radio-group mat-radio-button{margin-bottom:0}.login-pref-ask .radio-group .mdc-radio{padding:6px}.mat-mdc-table .mat-mdc-header-cell,.mat-mdc-table .mat-mdc-row{font-family:Open Sans,sans-serif}.nextech-rich-tooltip:has(.dark-mode-tooltip){background:#2f3033!important}.dark-mode-tooltip{font-weight:400;font-size:12px;color:#f2f0f4}.org-policies-table .mat-sort-header-content{text-align:left!important}
