:root{--color-brand-50: #EEF3FA;--color-brand-100: #D6E1F0;--color-brand-200: #AEC3E1;--color-brand-300: #7896C5;--color-brand-400: #456CA8;--color-brand-500: #1F4B8E;--color-brand-600: #163B73;--color-brand-700: #102D59;--color-brand-800: #0B2144;--color-brand-900: #07162E;--color-accent-50: #E6F4F3;--color-accent-100: #C4E4E1;--color-accent-300: #6FBEB8;--color-accent-500: #2E8F87;--color-accent-600: #1F6F69;--surface-base: #FFFFFF;--surface-soft: #F7F9FC;--surface-warm: #FBFAF6;--text-1: #0E1B2E;--text-2: #3A4556;--text-3: #6B7487;--text-4: #A7ADBA;--border-default: #E6EAF2;--border-strong: #CED5E2;--status-success: #16A34A;--status-success-bg: #DCFCE7;--status-success-soft: #E9F9EF;--status-warning: #D97706;--status-warning-bg: #FEF3C7;--status-warning-soft: #FEF7E0;--status-danger: #DC2626;--status-danger-bg: #FEE2E2;--status-danger-soft: #FEECEC;--status-info: #0284C7;--status-info-bg: #DBEAFE;--status-info-soft: #E6F1FE;--kpi-navy-bg: #D6E1F0;--kpi-navy-fg: #1F4B8E;--kpi-mint-bg: #D9F7EC;--kpi-mint-fg: #0E9E6E;--kpi-rose-bg: #FFE1EC;--kpi-rose-fg: #DB2777;--kpi-amber-bg: #FFEDCC;--kpi-amber-fg: #C2730B;--kpi-sky-bg: #D6ECFF;--kpi-sky-fg: #0369A1;--kpi-teal-bg: #CCF1EF;--kpi-teal-fg: #0F766E;--sidebar-width: 260px;--header-height: 64px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 22px;--shadow-sm: 0 1px 2px rgba(14, 27, 46, .04), 0 1px 1px rgba(14, 27, 46, .03);--shadow-md: 0 4px 14px rgba(14, 27, 46, .06), 0 2px 4px rgba(14, 27, 46, .04);--shadow-lg: 0 12px 32px rgba(14, 27, 46, .1), 0 4px 8px rgba(14, 27, 46, .06);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-primary: #1F4B8E;--color-primary-dark: #102D59;--color-primary-light: #7896C5;--color-accent: #2E8F87;--color-warn: #DC2626;--text-primary: #0E1B2E;--text-secondary: #6B7487;--bg-body: #F7F9FC;--bg-card: #FFFFFF;--border-color: #E6EAF2;--portal-cli-h-start: #0C2244;--portal-cli-h-mid: #163B73;--portal-cli-h-end: #2756A6;--portal-cli-footer: #091A37;--portal-prov-h-start: #092E2D;--portal-prov-h-mid: #1A6560;--portal-prov-h-end: #2A8C84;--portal-prov-footer: #062322;--t-fast: .15s ease;--t-base: .2s ease;--t-slow: .3s ease;--sidebar-active-indicator: var(--color-accent-300)}.dark{color-scheme:dark;--color-brand-50: #192338;--color-brand-100: #1E2D47;--surface-base: #1C2333;--surface-soft: #131927;--surface-warm: #1A2230;--text-1: #E8EDF5;--text-2: #B0BACA;--text-3: #7A8698;--text-4: #4A5568;--border-default: #2A3447;--border-strong: #374255;--status-success-bg: rgba(22, 163, 74, .18);--status-success-soft: rgba(22, 163, 74, .12);--status-warning-bg: rgba(217, 119, 6, .18);--status-warning-soft: rgba(217, 119, 6, .12);--status-danger-bg: rgba(220, 38, 38, .18);--status-danger-soft: rgba(220, 38, 38, .12);--status-info-bg: rgba(2, 132, 199, .18);--status-info-soft: rgba(2, 132, 199, .12);--kpi-navy-bg: rgba(31, 75, 142, .22);--kpi-navy-fg: #7896C5;--kpi-mint-bg: rgba(14, 158, 110, .2);--kpi-mint-fg: #4ade80;--kpi-rose-bg: rgba(219, 39, 119, .2);--kpi-rose-fg: #f472b6;--kpi-amber-bg: rgba(194, 115, 11, .2);--kpi-amber-fg: #fbbf24;--kpi-sky-bg: rgba(3, 105, 161, .2);--kpi-sky-fg: #38bdf8;--kpi-teal-bg: rgba(15, 118, 110, .2);--kpi-teal-fg: #2dd4bf;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .2), 0 1px 1px rgba(0, 0, 0, .16);--shadow-md: 0 4px 14px rgba(0, 0, 0, .35), 0 2px 4px rgba(0, 0, 0, .2);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .5), 0 4px 8px rgba(0, 0, 0, .3);--bg-body: #0F1624;--bg-card: #1C2333;--text-primary: #E8EDF5;--text-secondary: #7A8698;--border-color: #2A3447}.erp-form-container{display:flex;flex-direction:column;gap:var(--space-4, 16px);padding:var(--space-6, 24px);max-width:900px;margin:0 auto}.erp-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-4, 16px);align-items:start}.erp-form-field{width:100%}.erp-form-field .mat-mdc-form-field-subscript-wrapper{min-height:1.5rem}.erp-form-section{display:flex;flex-direction:column;gap:var(--space-3, 12px)}.erp-form-section .section-title{font-size:var(--font-size-sm, 12px);font-weight:600;color:var(--text-secondary, #666);text-transform:uppercase;letter-spacing:.05em;padding-bottom:var(--space-2, 8px);border-bottom:1px solid var(--border-default, #e0e0e0)}.erp-form-actions{display:flex;justify-content:flex-end;gap:var(--space-3, 12px);padding-top:var(--space-4, 16px);border-top:1px solid var(--border-default, #e0e0e0);margin-top:var(--space-2, 8px)}@media(max-width:599px){.erp-form-actions{flex-direction:column-reverse}.erp-form-actions button{width:100%}}html{--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87);--mat-app-elevation-shadow-level-0: 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-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}html{--mat-option-selected-state-label-text-color: #1F4B8E;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.mat-accent{--mat-option-selected-state-label-text-color: #2E8F87;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.mat-warn{--mat-option-selected-state-label-text-color: #d32f2f;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}html{--mat-optgroup-label-text-color: rgba(0, 0, 0, .87)}html{--mat-pseudo-checkbox-full-selected-icon-color: #2E8F87;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #2E8F87;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #1F4B8E;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #1F4B8E;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #2E8F87;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #2E8F87;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #d32f2f;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #d32f2f;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}html{--mat-option-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-option-label-text-line-height: 24px;--mat-option-label-text-size: 16px;--mat-option-label-text-tracking: .03125em;--mat-option-label-text-weight: 400}html{--mat-optgroup-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-optgroup-label-text-line-height: 24px;--mat-optgroup-label-text-size: 16px;--mat-optgroup-label-text-tracking: .03125em;--mat-optgroup-label-text-weight: 400}html{--mat-card-elevated-container-shape: 4px;--mat-card-outlined-container-shape: 4px;--mat-card-filled-container-shape: 4px;--mat-card-outlined-outline-width: 1px}html{--mat-card-elevated-container-color: white;--mat-card-elevated-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);--mat-card-outlined-container-color: white;--mat-card-outlined-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-outlined-outline-color: rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mat-card-filled-container-color: white;--mat-card-filled-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)}html{--mat-card-title-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-card-title-text-line-height: 32px;--mat-card-title-text-size: 20px;--mat-card-title-text-tracking: .0125em;--mat-card-title-text-weight: 500;--mat-card-subtitle-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-card-subtitle-text-line-height: 22px;--mat-card-subtitle-text-size: 14px;--mat-card-subtitle-text-tracking: .0071428571em;--mat-card-subtitle-text-weight: 500}html{--mat-progress-bar-active-indicator-height: 4px;--mat-progress-bar-track-height: 4px;--mat-progress-bar-track-shape: 0}.mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #1F4B8E;--mat-progress-bar-track-color: rgba(31, 75, 142, .25)}.mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #2E8F87;--mat-progress-bar-track-color: rgba(46, 143, 135, .25)}.mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #d32f2f;--mat-progress-bar-track-color: rgba(211, 47, 47, .25)}html{--mat-tooltip-container-shape: 4px;--mat-tooltip-supporting-text-line-height: 16px}html{--mat-tooltip-container-color: #424242;--mat-tooltip-supporting-text-color: white}html{--mat-tooltip-supporting-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-tooltip-supporting-text-size: 12px;--mat-tooltip-supporting-text-weight: 400;--mat-tooltip-supporting-text-tracking: .0333333333em}html{--mat-form-field-filled-active-indicator-height: 1px;--mat-form-field-filled-focus-active-indicator-height: 2px;--mat-form-field-filled-container-shape: 4px;--mat-form-field-outlined-outline-width: 1px;--mat-form-field-outlined-focus-outline-width: 2px;--mat-form-field-outlined-container-shape: 4px}html{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #1F4B8E 87%, transparent);--mat-form-field-filled-caret-color: #1F4B8E;--mat-form-field-filled-focus-active-indicator-color: #1F4B8E;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #1F4B8E 87%, transparent);--mat-form-field-outlined-caret-color: #1F4B8E;--mat-form-field-outlined-focus-outline-color: #1F4B8E;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #1F4B8E 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #d32f2f;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #f6f6f6;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-form-field-filled-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-filled-error-hover-label-text-color: #d32f2f;--mat-form-field-filled-error-focus-label-text-color: #d32f2f;--mat-form-field-filled-error-label-text-color: #d32f2f;--mat-form-field-filled-error-caret-color: #d32f2f;--mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, .87);--mat-form-field-filled-error-active-indicator-color: #d32f2f;--mat-form-field-filled-error-focus-active-indicator-color: #d32f2f;--mat-form-field-filled-error-hover-active-indicator-color: #d32f2f;--mat-form-field-outlined-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-error-caret-color: #d32f2f;--mat-form-field-outlined-error-focus-label-text-color: #d32f2f;--mat-form-field-outlined-error-label-text-color: #d32f2f;--mat-form-field-outlined-error-hover-label-text-color: #d32f2f;--mat-form-field-outlined-outline-color: rgba(0, 0, 0, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-error-focus-outline-color: #d32f2f;--mat-form-field-outlined-error-hover-outline-color: #d32f2f;--mat-form-field-outlined-error-outline-color: #d32f2f}.mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #2E8F87 87%, transparent);--mat-form-field-filled-caret-color: #2E8F87;--mat-form-field-filled-focus-active-indicator-color: #2E8F87;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #2E8F87 87%, transparent);--mat-form-field-outlined-caret-color: #2E8F87;--mat-form-field-outlined-focus-outline-color: #2E8F87;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #2E8F87 87%, transparent)}.mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #d32f2f 87%, transparent);--mat-form-field-filled-caret-color: #d32f2f;--mat-form-field-filled-focus-active-indicator-color: #d32f2f;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #d32f2f 87%, transparent);--mat-form-field-outlined-caret-color: #d32f2f;--mat-form-field-outlined-focus-outline-color: #d32f2f;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #d32f2f 87%, transparent)}html{--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}html{--mat-form-field-container-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-form-field-container-text-line-height: 24px;--mat-form-field-container-text-size: 16px;--mat-form-field-container-text-tracking: .03125em;--mat-form-field-container-text-weight: 400;--mat-form-field-outlined-label-text-populated-size: 16px;--mat-form-field-subscript-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-form-field-subscript-text-line-height: 20px;--mat-form-field-subscript-text-size: 12px;--mat-form-field-subscript-text-tracking: .0333333333em;--mat-form-field-subscript-text-weight: 400;--mat-form-field-filled-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-form-field-filled-label-text-size: 16px;--mat-form-field-filled-label-text-tracking: .03125em;--mat-form-field-filled-label-text-weight: 400;--mat-form-field-outlined-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-form-field-outlined-label-text-size: 16px;--mat-form-field-outlined-label-text-tracking: .03125em;--mat-form-field-outlined-label-text-weight: 400}html{--mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #1F4B8E;--mat-select-invalid-arrow-color: #d32f2f}.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: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #2E8F87;--mat-select-invalid-arrow-color: #d32f2f}.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: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #d32f2f;--mat-select-invalid-arrow-color: #d32f2f}html{--mat-select-arrow-transform: translateY(-8px)}html{--mat-select-trigger-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-select-trigger-text-line-height: 24px;--mat-select-trigger-text-size: 16px;--mat-select-trigger-text-tracking: .03125em;--mat-select-trigger-text-weight: 400}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-autocomplete-background-color: white}html{--mat-dialog-container-shape: 4px;--mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-dialog-container-max-width: 80vw;--mat-dialog-container-small-max-width: 80vw;--mat-dialog-container-min-width: 0;--mat-dialog-actions-alignment: start;--mat-dialog-actions-padding: 8px;--mat-dialog-content-padding: 20px 24px;--mat-dialog-with-actions-content-padding: 20px 24px;--mat-dialog-headline-padding: 0 24px 9px}html{--mat-dialog-container-color: white;--mat-dialog-subhead-color: rgba(0, 0, 0, .87);--mat-dialog-supporting-text-color: rgba(0, 0, 0, .54)}html{--mat-dialog-subhead-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-dialog-subhead-line-height: 32px;--mat-dialog-subhead-size: 20px;--mat-dialog-subhead-weight: 500;--mat-dialog-subhead-tracking: .0125em;--mat-dialog-supporting-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-dialog-supporting-text-line-height: 24px;--mat-dialog-supporting-text-size: 16px;--mat-dialog-supporting-text-weight: 400;--mat-dialog-supporting-text-tracking: .03125em}.mat-mdc-standard-chip{--mat-chip-container-shape-radius: 16px;--mat-chip-disabled-container-opacity: .4;--mat-chip-disabled-outline-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-focus-outline-color: transparent;--mat-chip-hover-state-layer-opacity: .04;--mat-chip-outline-color: transparent;--mat-chip-outline-width: 0;--mat-chip-selected-hover-state-layer-opacity: .04;--mat-chip-selected-trailing-action-state-layer-color: transparent;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-focus-state-layer-opacity: 0;--mat-chip-trailing-action-hover-state-layer-opacity: 0;--mat-chip-trailing-action-opacity: .54;--mat-chip-trailing-action-state-layer-color: transparent;--mat-chip-with-avatar-avatar-shape-radius: 14px;--mat-chip-with-avatar-avatar-size: 28px;--mat-chip-with-avatar-disabled-avatar-opacity: 1;--mat-chip-with-icon-disabled-icon-opacity: 1;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1}.mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #1F4B8E;--mat-chip-elevated-disabled-container-color: #1F4B8E;--mat-chip-elevated-selected-container-color: #1F4B8E;--mat-chip-flat-disabled-selected-container-color: #1F4B8E;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #2E8F87;--mat-chip-elevated-disabled-container-color: #2E8F87;--mat-chip-elevated-selected-container-color: #2E8F87;--mat-chip-flat-disabled-selected-container-color: #2E8F87;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #d32f2f;--mat-chip-elevated-disabled-container-color: #d32f2f;--mat-chip-elevated-selected-container-color: #d32f2f;--mat-chip-flat-disabled-selected-container-color: #d32f2f;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-chip.mat-mdc-standard-chip{--mat-chip-container-height: 32px}.mat-mdc-standard-chip{--mat-chip-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-chip-label-text-line-height: 20px;--mat-chip-label-text-size: 14px;--mat-chip-label-text-tracking: .0178571429em;--mat-chip-label-text-weight: 400}html{--mat-slide-toggle-disabled-handle-opacity: .38;--mat-slide-toggle-disabled-selected-handle-opacity: .38;--mat-slide-toggle-disabled-selected-icon-opacity: .38;--mat-slide-toggle-disabled-track-opacity: .12;--mat-slide-toggle-disabled-unselected-handle-opacity: .38;--mat-slide-toggle-disabled-unselected-icon-opacity: .38;--mat-slide-toggle-disabled-unselected-track-outline-color: transparent;--mat-slide-toggle-disabled-unselected-track-outline-width: 1px;--mat-slide-toggle-handle-height: 20px;--mat-slide-toggle-handle-shape: 10px;--mat-slide-toggle-handle-width: 20px;--mat-slide-toggle-hidden-track-opacity: 1;--mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(.4, 0, .6, 1);--mat-slide-toggle-pressed-handle-size: 20px;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-handle-horizontal-margin: 0;--mat-slide-toggle-selected-handle-size: 20px;--mat-slide-toggle-selected-hover-state-layer-opacity: .04;--mat-slide-toggle-selected-icon-size: 18px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 1px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-track-height: 14px;--mat-slide-toggle-track-outline-color: transparent;--mat-slide-toggle-track-outline-width: 1px;--mat-slide-toggle-track-shape: 7px;--mat-slide-toggle-track-width: 36px;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-handle-size: 20px;--mat-slide-toggle-unselected-hover-state-layer-opacity: .12;--mat-slide-toggle-unselected-icon-size: 18px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .1;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, .2, 1);--mat-slide-toggle-with-icon-handle-size: 20px;--mat-slide-toggle-touch-target-size: 48px}html{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #1F4B8E;--mat-slide-toggle-selected-handle-color: #1F4B8E;--mat-slide-toggle-selected-hover-state-layer-color: #1F4B8E;--mat-slide-toggle-selected-pressed-state-layer-color: #1F4B8E;--mat-slide-toggle-selected-focus-handle-color: #1F4B8E;--mat-slide-toggle-selected-hover-handle-color: #1F4B8E;--mat-slide-toggle-selected-pressed-handle-color: #1F4B8E;--mat-slide-toggle-selected-focus-track-color: #7896C5;--mat-slide-toggle-selected-hover-track-color: #7896C5;--mat-slide-toggle-selected-pressed-track-color: #7896C5;--mat-slide-toggle-selected-track-color: #7896C5;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-slide-toggle-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);--mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;--mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-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);--mat-slide-toggle-handle-surface-color: white;--mat-slide-toggle-label-text-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-handle-color: #424242;--mat-slide-toggle-unselected-focus-handle-color: #424242;--mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-icon-color: #f6f6f6;--mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, .54);--mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-handle-color: #424242;--mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, .12)}.mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #2E8F87;--mat-slide-toggle-selected-handle-color: #2E8F87;--mat-slide-toggle-selected-hover-state-layer-color: #2E8F87;--mat-slide-toggle-selected-pressed-state-layer-color: #2E8F87;--mat-slide-toggle-selected-focus-handle-color: #2E8F87;--mat-slide-toggle-selected-hover-handle-color: #2E8F87;--mat-slide-toggle-selected-pressed-handle-color: #2E8F87;--mat-slide-toggle-selected-focus-track-color: #6FBEB8;--mat-slide-toggle-selected-hover-track-color: #6FBEB8;--mat-slide-toggle-selected-pressed-track-color: #6FBEB8;--mat-slide-toggle-selected-track-color: #6FBEB8}.mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #d32f2f;--mat-slide-toggle-selected-handle-color: #d32f2f;--mat-slide-toggle-selected-hover-state-layer-color: #d32f2f;--mat-slide-toggle-selected-pressed-state-layer-color: #d32f2f;--mat-slide-toggle-selected-focus-handle-color: #d32f2f;--mat-slide-toggle-selected-hover-handle-color: #d32f2f;--mat-slide-toggle-selected-pressed-handle-color: #d32f2f;--mat-slide-toggle-selected-focus-track-color: #e57373;--mat-slide-toggle-selected-hover-track-color: #e57373;--mat-slide-toggle-selected-pressed-track-color: #e57373;--mat-slide-toggle-selected-track-color: #e57373}html{--mat-slide-toggle-state-layer-size: 40px;--mat-slide-toggle-touch-target-display: block}html,html .mat-mdc-slide-toggle{--mat-slide-toggle-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-slide-toggle-label-text-line-height: 20px;--mat-slide-toggle-label-text-size: 14px;--mat-slide-toggle-label-text-tracking: .0178571429em;--mat-slide-toggle-label-text-weight: 400}html{--mat-radio-disabled-selected-icon-opacity: .38;--mat-radio-disabled-unselected-icon-opacity: .38;--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-size: 48px}.mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #1F4B8E;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #1F4B8E;--mat-radio-selected-hover-icon-color: #1F4B8E;--mat-radio-selected-icon-color: #1F4B8E;--mat-radio-selected-pressed-icon-color: #1F4B8E;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #2E8F87;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #2E8F87;--mat-radio-selected-hover-icon-color: #2E8F87;--mat-radio-selected-icon-color: #2E8F87;--mat-radio-selected-pressed-icon-color: #2E8F87;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #d32f2f;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #d32f2f;--mat-radio-selected-hover-icon-color: #d32f2f;--mat-radio-selected-icon-color: #d32f2f;--mat-radio-selected-pressed-icon-color: #d32f2f;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}html{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}html{--mat-radio-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-radio-label-text-line-height: 20px;--mat-radio-label-text-size: 14px;--mat-radio-label-text-tracking: .0178571429em;--mat-radio-label-text-weight: 400}html{--mat-slider-active-track-height: 6px;--mat-slider-active-track-shape: 9999px;--mat-slider-handle-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);--mat-slider-handle-height: 20px;--mat-slider-handle-shape: 50%;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-inactive-track-shape: 9999px;--mat-slider-value-indicator-border-radius: 4px;--mat-slider-value-indicator-caret-display: block;--mat-slider-value-indicator-container-transform: translateX(-50%);--mat-slider-value-indicator-height: 32px;--mat-slider-value-indicator-padding: 0 12px;--mat-slider-value-indicator-text-transform: none;--mat-slider-value-indicator-width: auto;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: .6;--mat-slider-with-tick-marks-container-shape: 50%;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: .6;--mat-slider-value-indicator-transform-origin: bottom}html{--mat-slider-active-track-color: #1F4B8E;--mat-slider-focus-handle-color: #1F4B8E;--mat-slider-handle-color: #1F4B8E;--mat-slider-hover-handle-color: #1F4B8E;--mat-slider-focus-state-layer-color: color-mix(in srgb, #1F4B8E 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #1F4B8E 4%, transparent);--mat-slider-inactive-track-color: #1F4B8E;--mat-slider-ripple-color: #1F4B8E;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #1F4B8E;--mat-slider-disabled-active-track-color: rgba(0, 0, 0, .87);--mat-slider-disabled-handle-color: rgba(0, 0, 0, .87);--mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, .87);--mat-slider-label-container-color: #424242;--mat-slider-label-label-text-color: white;--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, .87);--mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, .87)}.mat-accent{--mat-slider-active-track-color: #2E8F87;--mat-slider-focus-handle-color: #2E8F87;--mat-slider-handle-color: #2E8F87;--mat-slider-hover-handle-color: #2E8F87;--mat-slider-focus-state-layer-color: color-mix(in srgb, #2E8F87 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #2E8F87 4%, transparent);--mat-slider-inactive-track-color: #2E8F87;--mat-slider-ripple-color: #2E8F87;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #2E8F87}.mat-warn{--mat-slider-active-track-color: #d32f2f;--mat-slider-focus-handle-color: #d32f2f;--mat-slider-handle-color: #d32f2f;--mat-slider-hover-handle-color: #d32f2f;--mat-slider-focus-state-layer-color: color-mix(in srgb, #d32f2f 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #d32f2f 4%, transparent);--mat-slider-inactive-track-color: #d32f2f;--mat-slider-ripple-color: #d32f2f;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #d32f2f}html{--mat-slider-label-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-slider-label-label-text-size: 14px;--mat-slider-label-label-text-line-height: 22px;--mat-slider-label-label-text-tracking: .0071428571em;--mat-slider-label-label-text-weight: 500}html{--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px;--mat-menu-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}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: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12)}html{--mat-menu-item-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-menu-item-label-text-size: 16px;--mat-menu-item-label-text-tracking: .03125em;--mat-menu-item-label-text-line-height: 24px;--mat-menu-item-label-text-weight: 400}html{--mat-list-active-indicator-color: transparent;--mat-list-active-indicator-shape: 4px;--mat-list-list-item-container-shape: 0;--mat-list-list-item-leading-avatar-shape: 50%;--mat-list-list-item-container-color: transparent;--mat-list-list-item-selected-container-color: transparent;--mat-list-list-item-leading-avatar-color: transparent;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-disabled-state-layer-color: transparent;--mat-list-list-item-disabled-state-layer-opacity: 0;--mat-list-list-item-disabled-label-text-opacity: .38;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-trailing-icon-opacity: .38}html{--mat-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-opacity: .12}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-checked-ripple-color: #1F4B8E;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #1F4B8E;--mat-radio-selected-hover-icon-color: #1F4B8E;--mat-radio-selected-icon-color: #1F4B8E;--mat-radio-selected-pressed-icon-color: #1F4B8E;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #2E8F87;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #2E8F87;--mat-radio-selected-hover-icon-color: #2E8F87;--mat-radio-selected-icon-color: #2E8F87;--mat-radio-selected-pressed-icon-color: #2E8F87;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #d32f2f;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #d32f2f;--mat-radio-selected-hover-icon-color: #d32f2f;--mat-radio-selected-icon-color: #d32f2f;--mat-radio-selected-pressed-icon-color: #d32f2f;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #1F4B8E;--mat-checkbox-selected-hover-icon-color: #1F4B8E;--mat-checkbox-selected-icon-color: #1F4B8E;--mat-checkbox-selected-pressed-icon-color: #1F4B8E;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #1F4B8E;--mat-checkbox-selected-hover-state-layer-color: #1F4B8E;--mat-checkbox-selected-pressed-state-layer-color: #1F4B8E;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #2E8F87;--mat-checkbox-selected-hover-icon-color: #2E8F87;--mat-checkbox-selected-icon-color: #2E8F87;--mat-checkbox-selected-pressed-icon-color: #2E8F87;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #2E8F87;--mat-checkbox-selected-hover-state-layer-color: #2E8F87;--mat-checkbox-selected-pressed-state-layer-color: #2E8F87;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #d32f2f;--mat-checkbox-selected-hover-icon-color: #d32f2f;--mat-checkbox-selected-icon-color: #d32f2f;--mat-checkbox-selected-pressed-icon-color: #d32f2f;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #d32f2f;--mat-checkbox-selected-hover-state-layer-color: #d32f2f;--mat-checkbox-selected-pressed-state-layer-color: #d32f2f;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#1f4b8e}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px;--mat-list-list-item-one-line-container-height: 48px;--mat-list-list-item-two-line-container-height: 64px;--mat-list-list-item-three-line-container-height: 88px}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-list-list-item-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-list-list-item-label-text-line-height: 24px;--mat-list-list-item-label-text-size: 16px;--mat-list-list-item-label-text-tracking: .03125em;--mat-list-list-item-label-text-weight: 400;--mat-list-list-item-supporting-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-list-list-item-supporting-text-line-height: 20px;--mat-list-list-item-supporting-text-size: 14px;--mat-list-list-item-supporting-text-tracking: .0178571429em;--mat-list-list-item-supporting-text-weight: 400;--mat-list-list-item-trailing-supporting-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-list-list-item-trailing-supporting-text-line-height: 20px;--mat-list-list-item-trailing-supporting-text-size: 12px;--mat-list-list-item-trailing-supporting-text-tracking: .0333333333em;--mat-list-list-item-trailing-supporting-text-weight: 400}.mdc-list-group__subheader{font:400 16px/28px Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.009375em}html{--mat-paginator-page-size-select-width: 84px;--mat-paginator-page-size-select-touch-target-height: 48px}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: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}html{--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block}html{--mat-paginator-container-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-paginator-container-text-line-height: 20px;--mat-paginator-container-text-size: 12px;--mat-paginator-container-text-tracking: .0333333333em;--mat-paginator-container-text-weight: 400;--mat-paginator-select-trigger-text-size: 12px}html{--mat-tab-container-height: 48px;--mat-tab-divider-color: transparent;--mat-tab-divider-height: 0;--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #1F4B8E;--mat-tab-active-ripple-color: #1F4B8E;--mat-tab-inactive-ripple-color: #1F4B8E;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #1F4B8E;--mat-tab-active-hover-label-text-color: #1F4B8E;--mat-tab-active-focus-indicator-color: #1F4B8E;--mat-tab-active-hover-indicator-color: #1F4B8E;--mat-tab-active-indicator-color: #1F4B8E}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #2E8F87;--mat-tab-active-ripple-color: #2E8F87;--mat-tab-inactive-ripple-color: #2E8F87;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #2E8F87;--mat-tab-active-hover-label-text-color: #2E8F87;--mat-tab-active-focus-indicator-color: #2E8F87;--mat-tab-active-hover-indicator-color: #2E8F87;--mat-tab-active-indicator-color: #2E8F87}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #d32f2f;--mat-tab-active-ripple-color: #d32f2f;--mat-tab-inactive-ripple-color: #d32f2f;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #d32f2f;--mat-tab-active-hover-label-text-color: #d32f2f;--mat-tab-active-focus-indicator-color: #d32f2f;--mat-tab-active-hover-indicator-color: #d32f2f;--mat-tab-active-indicator-color: #d32f2f}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #1F4B8E;--mat-tab-foreground-color: white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #2E8F87;--mat-tab-foreground-color: white}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #d32f2f;--mat-tab-foreground-color: white}.mat-mdc-tab-header{--mat-tab-container-height: 48px}.mat-mdc-tab-header{--mat-tab-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-tab-label-text-size: 14px;--mat-tab-label-text-tracking: .0892857143em;--mat-tab-label-text-line-height: 36px;--mat-tab-label-text-weight: 500}html{--mat-checkbox-disabled-selected-checkmark-color: white;--mat-checkbox-selected-focus-state-layer-opacity: .12;--mat-checkbox-selected-hover-state-layer-opacity: .04;--mat-checkbox-selected-pressed-state-layer-opacity: .12;--mat-checkbox-unselected-focus-state-layer-opacity: .12;--mat-checkbox-unselected-hover-state-layer-opacity: .04;--mat-checkbox-unselected-pressed-state-layer-opacity: .12;--mat-checkbox-touch-target-size: 48px}html{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #2E8F87;--mat-checkbox-selected-hover-icon-color: #2E8F87;--mat-checkbox-selected-icon-color: #2E8F87;--mat-checkbox-selected-pressed-icon-color: #2E8F87;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #2E8F87;--mat-checkbox-selected-hover-state-layer-color: #2E8F87;--mat-checkbox-selected-pressed-state-layer-color: #2E8F87;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #1F4B8E;--mat-checkbox-selected-hover-icon-color: #1F4B8E;--mat-checkbox-selected-icon-color: #1F4B8E;--mat-checkbox-selected-pressed-icon-color: #1F4B8E;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #1F4B8E;--mat-checkbox-selected-hover-state-layer-color: #1F4B8E;--mat-checkbox-selected-pressed-state-layer-color: #1F4B8E;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #d32f2f;--mat-checkbox-selected-hover-icon-color: #d32f2f;--mat-checkbox-selected-icon-color: #d32f2f;--mat-checkbox-selected-pressed-icon-color: #d32f2f;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #d32f2f;--mat-checkbox-selected-hover-state-layer-color: #d32f2f;--mat-checkbox-selected-pressed-state-layer-color: #d32f2f;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}html{--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px}html{--mat-checkbox-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-checkbox-label-text-line-height: 20px;--mat-checkbox-label-text-size: 14px;--mat-checkbox-label-text-tracking: .0178571429em;--mat-checkbox-label-text-weight: 400}html{--mat-button-filled-container-shape: 4px;--mat-button-filled-horizontal-padding: 16px;--mat-button-filled-icon-offset: -4px;--mat-button-filled-icon-spacing: 8px;--mat-button-filled-touch-target-size: 48px;--mat-button-outlined-container-shape: 4px;--mat-button-outlined-horizontal-padding: 15px;--mat-button-outlined-icon-offset: -4px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-keep-touch-target: false;--mat-button-outlined-outline-width: 1px;--mat-button-outlined-touch-target-size: 48px;--mat-button-protected-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-button-protected-container-shape: 4px;--mat-button-protected-disabled-container-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);--mat-button-protected-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-horizontal-padding: 16px;--mat-button-protected-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-icon-offset: -4px;--mat-button-protected-icon-spacing: 8px;--mat-button-protected-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-button-protected-touch-target-size: 48px;--mat-button-text-container-shape: 4px;--mat-button-text-horizontal-padding: 8px;--mat-button-text-icon-offset: 0;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 8px;--mat-button-text-touch-target-size: 48px;--mat-button-tonal-container-shape: 4px;--mat-button-tonal-horizontal-padding: 16px;--mat-button-tonal-icon-offset: -4px;--mat-button-tonal-icon-spacing: 8px;--mat-button-tonal-touch-target-size: 48px}html{--mat-button-filled-container-color: white;--mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: rgba(0, 0, 0, .87);--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(0, 0, 0, .87);--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: rgba(0, 0, 0, .87);--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-outlined-state-layer-color: rgba(0, 0, 0, .87);--mat-button-protected-container-color: white;--mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: rgba(0, 0, 0, .87);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(0, 0, 0, .87);--mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: rgba(0, 0, 0, .87);--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-text-state-layer-color: rgba(0, 0, 0, .87);--mat-button-tonal-container-color: white;--mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: rgba(0, 0, 0, .87);--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-raised-button.mat-primary,.mat-mdc-outlined-button.mat-primary,.mat-tonal-button.mat-primary{--mat-button-filled-container-color: #1F4B8E;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #1F4B8E;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #1F4B8E 12%, transparent);--mat-button-outlined-state-layer-color: #1F4B8E;--mat-button-protected-container-color: #1F4B8E;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #1F4B8E;--mat-button-text-ripple-color: color-mix(in srgb, #1F4B8E 12%, transparent);--mat-button-text-state-layer-color: #1F4B8E;--mat-button-tonal-container-color: #1F4B8E;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-accent,.mat-mdc-unelevated-button.mat-accent,.mat-mdc-raised-button.mat-accent,.mat-mdc-outlined-button.mat-accent,.mat-tonal-button.mat-accent{--mat-button-filled-container-color: #2E8F87;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #2E8F87;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #2E8F87 12%, transparent);--mat-button-outlined-state-layer-color: #2E8F87;--mat-button-protected-container-color: #2E8F87;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #2E8F87;--mat-button-text-ripple-color: color-mix(in srgb, #2E8F87 12%, transparent);--mat-button-text-state-layer-color: #2E8F87;--mat-button-tonal-container-color: #2E8F87;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-warn,.mat-mdc-unelevated-button.mat-warn,.mat-mdc-raised-button.mat-warn,.mat-mdc-outlined-button.mat-warn,.mat-tonal-button.mat-warn{--mat-button-filled-container-color: #d32f2f;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #d32f2f;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #d32f2f 12%, transparent);--mat-button-outlined-state-layer-color: #d32f2f;--mat-button-protected-container-color: #d32f2f;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #d32f2f;--mat-button-text-ripple-color: color-mix(in srgb, #d32f2f 12%, transparent);--mat-button-text-state-layer-color: #d32f2f;--mat-button-tonal-container-color: #d32f2f;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}html{--mat-button-filled-container-height: 36px;--mat-button-filled-touch-target-display: block;--mat-button-outlined-container-height: 36px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-container-height: 36px;--mat-button-protected-touch-target-display: block;--mat-button-text-container-height: 36px;--mat-button-text-touch-target-display: block;--mat-button-tonal-container-height: 36px;--mat-button-tonal-touch-target-display: block}html{--mat-button-filled-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-button-filled-label-text-size: 14px;--mat-button-filled-label-text-tracking: .0892857143em;--mat-button-filled-label-text-transform: none;--mat-button-filled-label-text-weight: 500;--mat-button-outlined-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-button-outlined-label-text-size: 14px;--mat-button-outlined-label-text-tracking: .0892857143em;--mat-button-outlined-label-text-transform: none;--mat-button-outlined-label-text-weight: 500;--mat-button-protected-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-button-protected-label-text-size: 14px;--mat-button-protected-label-text-tracking: .0892857143em;--mat-button-protected-label-text-transform: none;--mat-button-protected-label-text-weight: 500;--mat-button-text-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-button-text-label-text-size: 14px;--mat-button-text-label-text-tracking: .0892857143em;--mat-button-text-label-text-transform: none;--mat-button-text-label-text-weight: 500;--mat-button-tonal-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-button-tonal-label-text-size: 14px;--mat-button-tonal-label-text-tracking: .0892857143em;--mat-button-tonal-label-text-transform: none;--mat-button-tonal-label-text-weight: 500}html{--mat-icon-button-icon-size: 24px;--mat-icon-button-container-shape: 50%;--mat-icon-button-touch-target-size: 48px}html{--mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-icon-button-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #1F4B8E;--mat-icon-button-state-layer-color: #1F4B8E;--mat-icon-button-ripple-color: color-mix(in srgb, #1F4B8E 12%, transparent)}.mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #2E8F87;--mat-icon-button-state-layer-color: #2E8F87;--mat-icon-button-ripple-color: color-mix(in srgb, #2E8F87 12%, transparent)}.mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #d32f2f;--mat-icon-button-state-layer-color: #d32f2f;--mat-icon-button-ripple-color: color-mix(in srgb, #d32f2f 12%, transparent)}html{--mat-icon-button-touch-target-display: block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;--mat-icon-button-state-layer-size: 48px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:12px}html{--mat-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-container-shape: 50%;--mat-fab-touch-target-size: 48px;--mat-fab-extended-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-container-height: 48px;--mat-fab-extended-container-shape: 24px;--mat-fab-extended-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-container-shape: 50%;--mat-fab-small-touch-target-size: 48px;--mat-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12)}html{--mat-fab-container-color: white;--mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: rgba(0, 0, 0, .87);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-container-color: white;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: rgba(0, 0, 0, .87);--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #1F4B8E;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #1F4B8E 12%, transparent);--mat-fab-small-container-color: #1F4B8E;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #2E8F87;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #2E8F87 12%, transparent);--mat-fab-small-container-color: #2E8F87;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #d32f2f;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #d32f2f 12%, transparent);--mat-fab-small-container-color: #d32f2f;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html{--mat-fab-small-touch-target-display: block;--mat-fab-touch-target-display: block}html{--mat-fab-extended-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-fab-extended-label-text-size: 14px;--mat-fab-extended-label-text-tracking: .0892857143em;--mat-fab-extended-label-text-weight: 500}html{--mat-snack-bar-container-shape: 4px}html{--mat-snack-bar-container-color: #424242;--mat-snack-bar-supporting-text-color: white;--mat-snack-bar-button-color: #7896C5}html{--mat-snack-bar-supporting-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-snack-bar-supporting-text-line-height: 20px;--mat-snack-bar-supporting-text-size: 14px;--mat-snack-bar-supporting-text-weight: 400}html{--mat-table-row-item-outline-width: 1px}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)}html{--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px}html{--mat-table-header-headline-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-table-header-headline-line-height: 22px;--mat-table-header-headline-size: 14px;--mat-table-header-headline-weight: 500;--mat-table-header-headline-tracking: .0071428571em;--mat-table-row-item-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-table-row-item-label-text-line-height: 20px;--mat-table-row-item-label-text-size: 14px;--mat-table-row-item-label-text-weight: 400;--mat-table-row-item-label-text-tracking: .0178571429em;--mat-table-footer-supporting-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-table-footer-supporting-text-line-height: 20px;--mat-table-footer-supporting-text-size: 14px;--mat-table-footer-supporting-text-weight: 400;--mat-table-footer-supporting-text-tracking: .0178571429em}html{--mat-progress-spinner-active-indicator-width: 4px;--mat-progress-spinner-size: 48px}html{--mat-progress-spinner-active-indicator-color: #1F4B8E}.mat-accent{--mat-progress-spinner-active-indicator-color: #2E8F87}.mat-warn{--mat-progress-spinner-active-indicator-color: #d32f2f}html{--mat-badge-container-shape: 50%;--mat-badge-container-size: unset;--mat-badge-small-size-container-size: unset;--mat-badge-large-size-container-size: unset;--mat-badge-legacy-container-size: 22px;--mat-badge-legacy-small-size-container-size: 16px;--mat-badge-legacy-large-size-container-size: 28px;--mat-badge-container-offset: -11px 0;--mat-badge-small-size-container-offset: -8px 0;--mat-badge-large-size-container-offset: -14px 0;--mat-badge-container-overlap-offset: -11px;--mat-badge-small-size-container-overlap-offset: -8px;--mat-badge-large-size-container-overlap-offset: -14px;--mat-badge-container-padding: 0;--mat-badge-small-size-container-padding: 0;--mat-badge-large-size-container-padding: 0}html{--mat-badge-background-color: #1F4B8E;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-badge-accent{--mat-badge-background-color: #2E8F87;--mat-badge-text-color: white}.mat-badge-warn{--mat-badge-background-color: #d32f2f;--mat-badge-text-color: white}html{--mat-badge-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-badge-line-height: 22px;--mat-badge-text-size: 12px;--mat-badge-text-weight: 600;--mat-badge-small-size-text-size: 9px;--mat-badge-small-size-line-height: 16px;--mat-badge-large-size-text-size: 24px;--mat-badge-large-size-line-height: 28px}html{--mat-bottom-sheet-container-shape: 4px}html{--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white}html{--mat-bottom-sheet-container-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-bottom-sheet-container-text-line-height: 20px;--mat-bottom-sheet-container-text-size: 14px;--mat-bottom-sheet-container-text-tracking: .0178571429em;--mat-bottom-sheet-container-text-weight: 400}html{--mat-button-toggle-focus-state-layer-opacity: .12;--mat-button-toggle-hover-state-layer-opacity: .04;--mat-button-toggle-legacy-focus-state-layer-opacity: 1;--mat-button-toggle-legacy-height: 36px;--mat-button-toggle-legacy-shape: 2px;--mat-button-toggle-shape: 4px}html{--mat-button-toggle-background-color: white;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-disabled-state-background-color: white;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-divider-color: rgba(0, 0, 0, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: white;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-state-layer-color: rgba(0, 0, 0, .87);--mat-button-toggle-text-color: rgba(0, 0, 0, .87)}html{--mat-button-toggle-height: 48px}html{--mat-button-toggle-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-button-toggle-label-text-line-height: 24px;--mat-button-toggle-label-text-size: 16px;--mat-button-toggle-label-text-tracking: .03125em;--mat-button-toggle-label-text-weight: 400;--mat-button-toggle-legacy-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-button-toggle-legacy-label-text-line-height: 24px;--mat-button-toggle-legacy-label-text-size: 16px;--mat-button-toggle-legacy-label-text-tracking: .03125em;--mat-button-toggle-legacy-label-text-weight: 400}html{--mat-datepicker-calendar-container-shape: 4px;--mat-datepicker-calendar-container-touch-shape: 4px;--mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #1F4B8E 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #2E8F87 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #1F4B8E;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1F4B8E 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1F4B8E 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1F4B8E 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #1F4B8E;--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-text-color: rgba(0, 0, 0, .87);--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, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--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: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-accent,.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #2E8F87 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #2E8F87 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #2E8F87;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #2E8F87 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #2E8F87 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #2E8F87 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #2E8F87;--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-text-color: rgba(0, 0, 0, .87);--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, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--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: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-warn,.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #d32f2f 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #2E8F87 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #d32f2f;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #d32f2f 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #d32f2f 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #d32f2f 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #d32f2f;--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-text-color: rgba(0, 0, 0, .87);--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, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--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: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-calendar-controls{--mat-icon-button-touch-target-display: none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;--mat-icon-button-state-layer-size: 40px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:8px}html{--mat-datepicker-calendar-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-datepicker-calendar-text-size: 13px;--mat-datepicker-calendar-body-label-text-size: 14px;--mat-datepicker-calendar-body-label-text-weight: 500;--mat-datepicker-calendar-period-button-text-size: 14px;--mat-datepicker-calendar-period-button-text-weight: 500;--mat-datepicker-calendar-header-text-size: 11px;--mat-datepicker-calendar-header-text-weight: 400}html{--mat-divider-width: 1px}html{--mat-divider-color: rgba(0, 0, 0, .12)}html{--mat-expansion-container-shape: 4px;--mat-expansion-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none}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: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--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-expansion-header-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-expansion-header-text-size: 14px;--mat-expansion-header-text-weight: 500;--mat-expansion-header-text-line-height: inherit;--mat-expansion-header-text-tracking: inherit;--mat-expansion-container-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-expansion-container-text-line-height: 20px;--mat-expansion-container-text-size: 14px;--mat-expansion-container-text-tracking: .0178571429em;--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-icon-color: inherit}.mat-icon.mat-primary{--mat-icon-color: #1F4B8E}.mat-icon.mat-accent{--mat-icon-color: #2E8F87}.mat-icon.mat-warn{--mat-icon-color: #d32f2f}html{--mat-sidenav-container-shape: 0;--mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-sidenav-container-width: auto}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-focus-state-layer-shape: 0;--mat-stepper-header-hover-state-layer-shape: 0}html{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #1F4B8E;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #1F4B8E;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #1F4B8E;--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: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--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: #d32f2f;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #d32f2f;--mat-stepper-header-error-state-icon-background-color: transparent}.mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #2E8F87;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #2E8F87;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #2E8F87;--mat-stepper-header-edit-state-icon-foreground-color: white}.mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #d32f2f;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #d32f2f;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #d32f2f;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 72px}html{--mat-stepper-container-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-stepper-header-label-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-stepper-header-label-text-size: 14px;--mat-stepper-header-label-text-weight: 400;--mat-stepper-header-error-state-label-text-size: 16px;--mat-stepper-header-selected-state-label-text-size: 16px;--mat-stepper-header-selected-state-label-text-weight: 400}html{--mat-sort-arrow-color: rgba(0, 0, 0, .87)}html{--mat-toolbar-container-background-color: white;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #1F4B8E;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #2E8F87;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #d32f2f;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-toolbar-title-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-toolbar-title-text-line-height: 32px;--mat-toolbar-title-text-size: 20px;--mat-toolbar-title-text-tracking: .0125em;--mat-toolbar-title-text-weight: 500}html{--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}html{--mat-tree-node-min-height: 48px}html{--mat-tree-node-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mat-tree-node-text-size: 14px;--mat-tree-node-text-weight: 400}html{--mat-timepicker-container-shape: 4px;--mat-timepicker-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-timepicker-container-background-color: white}.material-symbols-rounded{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{font-family:var(--font-family);background:var(--bg-body);color:var(--text-primary);font-size:14px;line-height:1.5;transition:background-color .25s ease,color .25s ease}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;color:var(--text-primary)}.mat-mdc-raised-button.mat-primary,.mat-mdc-unelevated-button.mat-primary{background:linear-gradient(135deg,var(--color-brand-500),var(--color-brand-600))!important;box-shadow:0 2px 8px #1f4b8e4d!important;transition:transform .15s ease,box-shadow .15s ease}.mat-mdc-raised-button.mat-primary:not([disabled]):hover,.mat-mdc-unelevated-button.mat-primary:not([disabled]):hover{transform:translateY(-1px);box-shadow:0 4px 14px #1f4b8e66!important}.btn-success{background:linear-gradient(135deg,var(--status-success),#15803D)!important;color:#fff!important;box-shadow:0 2px 8px #16a34a4d!important}.btn-success:not([disabled]):hover{transform:translateY(-1px);box-shadow:0 4px 14px #16a34a66!important}.btn-action{background:linear-gradient(135deg,var(--color-accent-500),var(--color-accent-600))!important;color:#fff!important;box-shadow:0 2px 8px #2e8f8747!important;transition:transform var(--t-fast),box-shadow var(--t-fast)}.btn-action:not([disabled]):hover{transform:translateY(-1px);box-shadow:0 4px 14px #2e8f876b!important}.btn-danger{background:linear-gradient(135deg,#EF4444,var(--status-danger))!important;color:#fff!important;box-shadow:0 2px 8px #dc262647!important;transition:transform var(--t-fast),box-shadow var(--t-fast)}.btn-danger:not([disabled]):hover{transform:translateY(-1px);box-shadow:0 4px 14px #dc26266b!important}.btn-secondary{background:var(--surface-soft)!important;color:var(--text-2)!important;border:1px solid var(--border-strong)!important;box-shadow:none!important}.btn-secondary:not([disabled]):hover{background:var(--color-brand-50)!important;border-color:var(--color-brand-200)!important;color:var(--color-brand-600)!important}.btn-sm{height:32px!important;font-size:12px!important;padding:0 12px!important}.btn-sm mat-icon{font-size:16px!important;width:16px!important;height:16px!important}.btn-xs.mat-mdc-icon-button{width:30px!important;height:30px!important;font-size:18px;line-height:30px}.btn-xs.mat-mdc-icon-button .mat-mdc-button-touch-target{width:30px!important;height:30px!important}app-root{display:block;height:100%}.erp-shell{height:100vh}.erp-shell .mat-drawer-content{min-width:0}.erp-sidebar{width:var(--sidebar-width);height:100%;background:linear-gradient(180deg,var(--color-brand-900) 0%,var(--color-brand-700) 55%,var(--color-brand-600) 100%);display:flex;flex-direction:column;overflow:hidden}.erp-sidebar .sidebar-logo{padding:0 20px;height:var(--header-height);border-bottom:1px solid rgba(255,255,255,.12);display:flex;align-items:center;gap:12px}.erp-sidebar .sidebar-logo .logo-icon{width:40px;height:40px;background:#ffffff26;box-shadow:0 0 0 1px #ffffff24,inset 0 1px #ffffff1f;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.erp-sidebar .sidebar-logo .logo-icon .logo-img{width:26px;height:26px;object-fit:contain}.erp-sidebar .sidebar-logo .logo-text .company{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#ffffff8c;line-height:1.2}.erp-sidebar .sidebar-logo .logo-text .app-name{font-size:14px;font-weight:700;color:#fff;line-height:1.2}.erp-sidebar .sidebar-nav{flex:1;overflow-y:auto;padding:8px 0}.erp-sidebar .sidebar-nav::-webkit-scrollbar{width:3px}.erp-sidebar .sidebar-nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.erp-sidebar .nav-section-header{display:flex;align-items:center;gap:9px;width:100%;padding:9px 14px;margin:2px 0;border:none;background:none;cursor:pointer;color:#ffffff80;text-align:left;border-radius:var(--radius-md);transition:background var(--t-base),color var(--t-base)}.erp-sidebar .nav-section-header:hover{background:#ffffff12;color:#fffc}.erp-sidebar .nav-section-header .nsh-icon{font-size:17px;width:17px;height:17px;flex-shrink:0}.erp-sidebar .nav-section-header .nsh-title{flex:1;font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.erp-sidebar .nav-section-header .nsh-chevron{font-size:16px;width:16px;height:16px;flex-shrink:0;transition:transform .22s ease}.erp-sidebar .nav-section-header .nsh-chevron.nsh-chevron--open{transform:rotate(90deg)}.erp-sidebar .nav-section-items{overflow:hidden;max-height:0;transition:max-height .24s ease}.erp-sidebar .nav-section-items.nav-section-items--open{max-height:600px}.erp-sidebar .nav-item{display:flex;align-items:center;gap:12px;padding:10px 20px 10px 17px;margin:1px 10px;border-radius:var(--radius-md);border-left:3px solid transparent;cursor:pointer;color:#ffffffbf;text-decoration:none;transition:background var(--t-base),color var(--t-base),border-color var(--t-base);font-size:13px;font-weight:500}.erp-sidebar .nav-item mat-icon{font-size:20px;width:20px;height:20px;flex-shrink:0}.erp-sidebar .nav-item .nav-badge{margin-left:auto;background:var(--status-danger);color:#fff;font-size:10px;font-weight:700;padding:1px 6px;border-radius:10px;min-width:18px;text-align:center;animation:badge-pulso 2s ease-in-out infinite}.erp-sidebar .nav-item:hover{background:#ffffff1a;color:#fff;border-left-color:#fff3}.erp-sidebar .nav-item.active{border-left-color:var(--sidebar-active-indicator);background:#ffffff29;color:#fff;font-weight:600}.erp-sidebar .sidebar-footer{padding:10px 12px;border-top:1px solid rgba(255,255,255,.12)}.erp-sidebar .sidebar-footer .user-info{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--radius-md);cursor:pointer;transition:background .2s}.erp-sidebar .sidebar-footer .user-info:hover{background:#ffffff1a}.erp-sidebar .sidebar-footer .user-info .avatar{width:34px;height:34px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0;overflow:hidden}.erp-sidebar .sidebar-footer .user-info .avatar .avatar-photo{width:100%;height:100%;object-fit:cover;border-radius:50%}.erp-sidebar .sidebar-footer .user-info .user-name{font-size:13px;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.erp-sidebar .sidebar-footer .user-info .user-role{font-size:11px;color:#ffffff80}.erp-sidebar .sidebar-footer .user-info mat-icon{margin-left:auto;color:#ffffff80;font-size:18px;flex-shrink:0}@keyframes badge-pulso{0%,to{transform:scale(1)}50%{transform:scale(1.18)}}.erp-header{position:sticky;top:0;height:var(--header-height);background:#fffffff5;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border-default);display:flex;align-items:center;padding:0 24px;gap:16px;z-index:50;box-shadow:0 1px 0 var(--border-default),0 4px 20px #0e1b2e0a}.erp-header .page-title{flex:1}.erp-header .page-title h1{font-size:18px;font-weight:600}.erp-header .page-title p{font-size:12px;color:var(--text-secondary);margin:0}.erp-header .header-actions{display:flex;align-items:center;gap:8px}.mat-mdc-menu-panel.notif-menu{min-width:320px!important;max-width:360px!important}.metric-card{background:var(--surface-base);border-radius:var(--radius-md);padding:20px;border:1px solid var(--border-default);box-shadow:var(--shadow-sm);display:flex;align-items:flex-start;gap:16px;transition:box-shadow .2s,transform .2s}.metric-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.metric-card .metric-icon{width:52px;height:52px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.metric-card .metric-icon mat-icon{font-size:26px;width:26px;height:26px;color:#fff}.metric-card .metric-icon.blue{background:linear-gradient(135deg,var(--color-brand-700),var(--color-brand-500))}.metric-card .metric-icon.teal{background:linear-gradient(135deg,var(--color-accent-600),var(--color-accent-500))}.metric-card .metric-icon.orange{background:linear-gradient(135deg,#c05600,#e07000)}.metric-card .metric-icon.purple{background:linear-gradient(135deg,#4527a0,#7b1fa2)}.metric-card .metric-icon.red{background:linear-gradient(135deg,var(--status-danger),#ef4444)}.metric-card .metric-icon.green{background:linear-gradient(135deg,#166534,var(--status-success))}.metric-card .metric-info{flex:1}.metric-card .metric-info .metric-label{font-size:11px;color:var(--text-secondary);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.metric-card .metric-info .metric-value{font-size:26px;font-weight:700;color:var(--text-primary);line-height:1.2;margin-top:4px}.metric-card .metric-info .metric-trend{font-size:12px;margin-top:4px;color:var(--text-secondary)}.erp-table-container{background:var(--surface-base);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-default);overflow:hidden}.erp-table-container .table-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border-default);gap:12px;flex-wrap:wrap}.erp-table-container .table-header .table-title{font-size:13px;font-weight:700;color:var(--text-1)}.erp-table-container .table-header .table-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.erp-table-container .mat-mdc-table{width:100%!important;min-width:100%;table-layout:auto}.erp-table-container .mat-mdc-table th.mat-mdc-header-cell{background:var(--surface-soft);font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-2);padding:11px 14px;border-bottom:2px solid var(--border-strong);white-space:nowrap}.erp-table-container .mat-mdc-table td.mat-mdc-cell{padding:10px 14px;border-bottom:1px solid var(--border-default);font-size:13px;vertical-align:middle;color:var(--text-1)}.erp-table-container .mat-mdc-table tr.mat-mdc-row:nth-child(2n) td{background:var(--color-brand-50)}.erp-table-container .mat-mdc-table tr.mat-mdc-row:hover td{background:var(--color-brand-100)!important}.erp-table-container .mat-mdc-table td.col-acciones,.erp-table-container .mat-mdc-table th.col-acciones{padding-left:4px;padding-right:8px}.erp-table-container .table-paginator{border-top:1px solid var(--border-default)}.estado-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;text-transform:capitalize;letter-spacing:.04em}.estado-chip.pendiente,.estado-chip.borrador{background:var(--status-warning-soft);color:var(--status-warning)}.estado-chip.confirmado,.estado-chip.activo{background:var(--status-success-soft);color:var(--status-success)}.estado-chip.en_preparacion,.estado-chip.emitida{background:var(--status-info-soft);color:var(--status-info)}.estado-chip.completado{background:var(--status-success-soft);color:var(--status-success)}.estado-chip.incompleto{background:var(--status-warning-bg);color:var(--status-warning)}.estado-chip.cancelado,.estado-chip.anulada{background:var(--status-danger-soft);color:var(--status-danger)}.estado-chip.facturado{background:var(--color-brand-100);color:var(--color-brand-600)}.estado-chip.enviada{background:var(--status-info-soft);color:var(--status-info)}.estado-chip.pagada{background:var(--status-success-bg);color:var(--status-success)}.estado-chip.vencida{background:var(--status-danger-bg);color:var(--status-danger)}.estado-chip.inactivo{background:var(--surface-soft);color:var(--text-3)}.estado-chip.vip{background:var(--kpi-amber-bg);color:var(--kpi-amber-fg)}.estado-chip.suspendido{background:var(--status-danger-soft);color:var(--status-danger)}.erp-form{display:flex;flex-direction:column;gap:16px}.erp-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.erp-form .form-full{grid-column:1/-1}.erp-form mat-form-field{width:100%}.mat-mdc-form-field{--mdc-outlined-text-field-outline-color: #D1D5DB;--mdc-outlined-text-field-hover-outline-color: #9CA3AF;--mdc-outlined-text-field-focus-outline-color: var(--color-brand-600, #1F4B8E);--mdc-outlined-text-field-label-text-color: #6B7280;--mdc-outlined-text-field-hover-label-text-color: #4B5563;--mdc-outlined-text-field-focus-label-text-color: var(--color-brand-600, #1F4B8E);--mdc-outlined-text-field-label-text-size: 13.5px;--mdc-outlined-text-field-label-text-weight: 500;--mdc-outlined-text-field-input-text-color: #111827;--mdc-outlined-text-field-input-text-size: 14px;--mdc-outlined-text-field-disabled-outline-color: #F3F4F6;--mdc-outlined-text-field-disabled-label-text-color: #C9D0D8;--mdc-outlined-text-field-disabled-input-text-color: #9CA3AF;--mdc-outlined-text-field-error-outline-color: #DC2626;--mdc-outlined-text-field-error-focus-outline-color: #DC2626;--mdc-outlined-text-field-error-hover-outline-color: #EF4444;--mdc-outlined-text-field-error-label-text-color: #DC2626;--mdc-outlined-text-field-error-focus-label-text-color: #DC2626;--mdc-outlined-text-field-error-hover-label-text-color: #DC2626;--mdc-outlined-text-field-container-shape: 8px;--mat-select-enabled-arrow-color: #9CA3AF;--mat-select-focused-arrow-color: var(--color-brand-600, #1F4B8E);--mat-select-invalid-arrow-color: #DC2626;--mat-select-trigger-text-size: 14px}.mat-mdc-form-field.mat-focused .mdc-notched-outline__leading,.mat-mdc-form-field.mat-focused .mdc-notched-outline__notch,.mat-mdc-form-field.mat-focused .mdc-notched-outline__trailing{border-width:2px}.mat-mdc-text-field-wrapper.mdc-text-field--focused{filter:drop-shadow(0 0 5px rgba(31,75,142,.13))}.mat-mdc-input-element::placeholder{color:#c4c9d4!important}.mat-mdc-form-field-hint{color:#9ca3af!important;font-size:11.5px!important}.mat-mdc-form-field-error{font-size:11.5px!important}.mat-mdc-form-field-icon-prefix mat-icon,.mat-mdc-form-field-icon-suffix mat-icon{color:#9ca3af;transition:color .15s ease;font-size:20px;width:20px;height:20px}.mat-mdc-form-field.mat-focused .mat-mdc-form-field-icon-prefix mat-icon,.mat-mdc-form-field.mat-focused .mat-mdc-form-field-icon-suffix mat-icon{color:var(--color-brand-600, #1F4B8E)}.login-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-brand-50) 0%,var(--color-brand-100) 100%);padding:24px}.login-card{display:flex;width:100%;max-width:900px;max-height:560px;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 20px 60px -15px #07162e4d,0 8px 24px #0000000f}.login-brand{position:relative;flex:0 0 50%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 36px 0;background:linear-gradient(140deg,var(--color-brand-900) 0%,var(--color-brand-700) 60%,var(--color-brand-600) 100%);overflow:hidden}.login-brand__logo{width:140px;height:140px;border-radius:50%;background:#ffffff14;box-shadow:inset 0 0 0 1px #ffffff26;display:flex;align-items:center;justify-content:center;margin-bottom:24px;flex-shrink:0}.login-brand__logo img{width:110px;height:110px;object-fit:contain;border-radius:50%}.login-brand__copy{text-align:center;color:#fff;z-index:1;margin-bottom:16px}.login-brand__copy-title{font-size:22px;font-weight:700;margin:0 0 10px;line-height:1.3}.login-brand__copy-claim{font-size:14px;font-weight:400;opacity:.85;line-height:1.6;max-width:320px;margin:0 auto}.login-brand__waves{position:absolute;bottom:32px;left:0;width:100%;height:100px;z-index:0}.login-brand__waves svg{width:100%;height:100%;display:block}.login-brand__footer{position:absolute;bottom:12px;left:0;width:100%;text-align:center;font-size:12px;color:#ffffffb3;display:flex;align-items:center;justify-content:center;gap:6px;z-index:1}.login-brand__footer-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--color-brand-300);flex-shrink:0}.login-form{flex:0 0 50%;background:var(--surface-base);display:flex;flex-direction:column;justify-content:center;padding:48px 56px;overflow-y:auto}.login-form__header{margin-bottom:32px}.login-form__header h1{font-size:28px;font-weight:700;color:var(--text-primary);margin:0 0 8px}.login-form__header p{font-size:14px;color:var(--text-secondary);margin:0;line-height:1.5}.login-form__field{width:100%;display:block;margin-bottom:12px}.login-form__submit{width:100%;height:48px;font-size:15px;font-weight:600;background:linear-gradient(135deg,var(--color-brand-500),var(--color-brand-600))!important;color:#fff!important;border-radius:var(--radius-md)!important;margin-top:4px;transition:transform .15s ease,box-shadow .15s ease}.login-form__submit:not([disabled]):hover{transform:translateY(-1px);box-shadow:0 8px 20px #1f4b8e66!important}.login-form__btn-inner{display:flex;align-items:center;justify-content:center;gap:10px;width:100%}.login-form__spinner{flex-shrink:0;--mdc-circular-progress-active-indicator-color: white}.login-form__spinner circle{stroke:#fff!important}.login-form__sep{border:none;border-top:1px solid var(--border-default);margin:24px 0}.login-form__footer{font-size:12px;color:var(--text-secondary);text-align:center;margin:0}@media(max-width:959px){.login-shell{padding:32px 16px 16px;align-items:flex-start}.login-card{flex-direction:column;max-height:none;max-width:420px;width:92%;margin:0 auto}.login-brand{flex:none;min-height:260px;padding:32px 24px 0}.login-brand__logo{width:96px;height:96px}.login-brand__logo img{width:74px;height:74px}.login-brand__copy-title{font-size:18px}.login-brand__waves{height:50px;bottom:24px}.login-form{flex:none;padding:32px}}.page-section-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.page-section-header h2{font-size:20px;font-weight:700}.page-section-header p{font-size:13px;color:var(--text-secondary);margin:2px 0 0}.mat-mdc-snack-bar-container.snack-success,.mat-mdc-snack-bar-container.snack-error,.mat-mdc-snack-bar-container.snack-info,.mat-mdc-snack-bar-container.snack-warning{margin:16px 16px 0 0!important}.snack-success .mdc-snackbar__surface,.snack-error .mdc-snackbar__surface,.snack-info .mdc-snackbar__surface,.snack-warning .mdc-snackbar__surface{border-radius:12px!important;box-shadow:0 8px 28px #00000024,0 2px 8px #00000014!important;padding:4px 8px!important;min-width:260px!important;max-width:420px!important}.snack-success .mdc-snackbar__label,.snack-error .mdc-snackbar__label,.snack-info .mdc-snackbar__label,.snack-warning .mdc-snackbar__label{font-size:13.5px!important;font-weight:600!important;letter-spacing:.01em!important;padding:10px 0!important}.snack-success .mdc-snackbar__surface{background:#f0fdf4!important;border-left:4px solid #16a34a!important}.snack-success .mdc-snackbar__label{color:#166534!important}.snack-success .mdc-button .mdc-button__label{color:#15803d!important;font-weight:700!important}.snack-error .mdc-snackbar__surface{background:#fef2f2!important;border-left:4px solid #dc2626!important}.snack-error .mdc-snackbar__label{color:#991b1b!important}.snack-error .mdc-button .mdc-button__label{color:#dc2626!important;font-weight:700!important}.snack-info .mdc-snackbar__surface{background:#eff6ff!important;border-left:4px solid #2563eb!important}.snack-info .mdc-snackbar__label{color:#1e40af!important}.snack-info .mdc-button .mdc-button__label{color:#2563eb!important;font-weight:700!important}.snack-warning .mdc-snackbar__surface{background:#fffbeb!important;border-left:4px solid #d97706!important}.snack-warning .mdc-snackbar__label{color:#92400e!important}.snack-warning .mdc-button .mdc-button__label{color:#d97706!important;font-weight:700!important}.dark .snack-success .mdc-snackbar__surface{background:#052e16!important;border-left-color:#22c55e!important}.dark .snack-success .mdc-snackbar__label{color:#86efac!important}.dark .snack-success .mdc-button .mdc-button__label{color:#22c55e!important}.dark .snack-error .mdc-snackbar__surface{background:#2d0a0a!important;border-left-color:#f87171!important}.dark .snack-error .mdc-snackbar__label{color:#fca5a5!important}.dark .snack-error .mdc-button .mdc-button__label{color:#f87171!important}.dark .snack-info .mdc-snackbar__surface{background:#0c1a35!important;border-left-color:#60a5fa!important}.dark .snack-info .mdc-snackbar__label{color:#93c5fd!important}.dark .snack-info .mdc-button .mdc-button__label{color:#60a5fa!important}.dark .snack-warning .mdc-snackbar__surface{background:#1c1206!important;border-left-color:#fbbf24!important}.dark .snack-warning .mdc-snackbar__label{color:#fde68a!important}.dark .snack-warning .mdc-button .mdc-button__label{color:#fbbf24!important}.stock-bajo{color:var(--status-warning)!important;font-weight:600}.stock-ok{color:var(--status-success)!important}@media(max-width:959px){.erp-header{padding:0 16px}}@media(max-width:599px){input,textarea,select{font-size:16px!important}}.rt-shadow-left,.rt-shadow-right{position:relative}.rt-shadow-left:before,.rt-shadow-right:after{content:"";pointer-events:none;position:absolute;top:0;bottom:0;width:20px;z-index:1}.rt-shadow-left:before{left:0;background:linear-gradient(to right,rgba(0,0,0,.07),transparent)}.rt-shadow-right:after{right:0;background:linear-gradient(to left,rgba(0,0,0,.07),transparent)}.dialog-fullscreen .mat-mdc-dialog-surface{border-radius:0!important}.opt-grupo .mdc-list-item__primary-text{width:100%}.opt-grupo .grupo-opt{display:flex;align-items:center;gap:10px;width:100%}.opt-grupo .grupo-opt-icon{width:34px;height:34px;border-radius:8px;background:#e8eaf6;display:flex;align-items:center;justify-content:center;flex-shrink:0}.opt-grupo .grupo-opt-icon mat-icon{font-size:18px;width:18px;height:18px;line-height:18px;color:#3949ab;display:block}.opt-grupo .grupo-opt-body{flex:1;min-width:0}.opt-grupo .grupo-opt-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.opt-grupo .grupo-opt-badge{font-size:11px;font-weight:700;background:#e8eaf6;color:#3949ab;padding:2px 8px;border-radius:10px;flex-shrink:0}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,var(--color-brand-50) 25%,var(--border-default) 50%,var(--color-brand-50) 75%);background-size:200% 100%;animation:shimmer 1.6s ease-in-out infinite;border-radius:var(--radius-sm);color:transparent!important;pointer-events:none}.skeleton-text{height:13px;border-radius:4px;display:block}.skeleton-title{height:20px;width:45%;border-radius:4px;display:block;margin-bottom:12px}.skeleton-row{height:54px;border-bottom:1px solid var(--border-default)}.skeleton-chip{height:24px;width:72px;border-radius:20px;display:inline-block}:focus-visible{outline:2px solid var(--color-brand-400);outline-offset:2px;border-radius:4px}.mat-mdc-button:focus-visible,.mat-mdc-icon-button:focus-visible,.mat-mdc-raised-button:focus-visible,.mat-mdc-form-field:focus-visible{outline:none}@media print{app-sidebar,app-header,.no-print{display:none!important}.erp-shell,.mat-drawer-container{display:block!important;height:auto!important}.mat-drawer-content{margin-left:0!important}.erp-main-content{padding:0!important;overflow:visible!important}mat-card,.erp-card{box-shadow:none!important;border:1px solid #ccc!important}body{background:#fff!important}}.dark{--mat-app-background-color: #303030;--mat-app-text-color: white;--mat-app-elevation-shadow-level-0: 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-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-label-text-color: #1F4B8E;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}.dark .mat-accent{--mat-option-selected-state-label-text-color: #2E8F87;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}.dark .mat-warn{--mat-option-selected-state-label-text-color: #d32f2f;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}.dark{--mat-optgroup-label-text-color: white;--mat-pseudo-checkbox-full-selected-icon-color: #2E8F87;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #2E8F87;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.dark .mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #1F4B8E;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #1F4B8E;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.dark .mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #2E8F87;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #2E8F87;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.dark .mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #d32f2f;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #d32f2f;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.dark{--mat-card-elevated-container-color: #424242;--mat-card-elevated-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);--mat-card-outlined-container-color: #424242;--mat-card-outlined-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-outlined-outline-color: rgba(255, 255, 255, .12);--mat-card-subtitle-text-color: rgba(255, 255, 255, .7);--mat-card-filled-container-color: #424242;--mat-card-filled-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)}.dark .mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #1F4B8E;--mat-progress-bar-track-color: rgba(31, 75, 142, .25)}.dark .mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #2E8F87;--mat-progress-bar-track-color: rgba(46, 143, 135, .25)}.dark .mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #d32f2f;--mat-progress-bar-track-color: rgba(211, 47, 47, .25)}.dark{--mat-tooltip-container-color: white;--mat-tooltip-supporting-text-color: rgba(0, 0, 0, .87);--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #1F4B8E 87%, transparent);--mat-form-field-filled-caret-color: #1F4B8E;--mat-form-field-filled-focus-active-indicator-color: #1F4B8E;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #1F4B8E 87%, transparent);--mat-form-field-outlined-caret-color: #1F4B8E;--mat-form-field-outlined-focus-outline-color: #1F4B8E;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #1F4B8E 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-state-layer-color: white;--mat-form-field-error-text-color: #d32f2f;--mat-form-field-select-option-text-color: rgba(0, 0, 0, .87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, .38);--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, .7);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #4a4a4a;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, white 4%, transparent);--mat-form-field-filled-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-filled-input-text-color: white;--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, .7);--mat-form-field-filled-error-hover-label-text-color: #d32f2f;--mat-form-field-filled-error-focus-label-text-color: #d32f2f;--mat-form-field-filled-error-label-text-color: #d32f2f;--mat-form-field-filled-error-caret-color: #d32f2f;--mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, .7);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, white 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: white;--mat-form-field-filled-error-active-indicator-color: #d32f2f;--mat-form-field-filled-error-focus-active-indicator-color: #d32f2f;--mat-form-field-filled-error-hover-active-indicator-color: #d32f2f;--mat-form-field-outlined-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-outlined-hover-label-text-color: white;--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-outlined-input-text-color: white;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, .7);--mat-form-field-outlined-error-caret-color: #d32f2f;--mat-form-field-outlined-error-focus-label-text-color: #d32f2f;--mat-form-field-outlined-error-label-text-color: #d32f2f;--mat-form-field-outlined-error-hover-label-text-color: #d32f2f;--mat-form-field-outlined-outline-color: rgba(255, 255, 255, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, white 12%, transparent);--mat-form-field-outlined-hover-outline-color: white;--mat-form-field-outlined-error-focus-outline-color: #d32f2f;--mat-form-field-outlined-error-hover-outline-color: #d32f2f;--mat-form-field-outlined-error-outline-color: #d32f2f}.dark .mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #2E8F87 87%, transparent);--mat-form-field-filled-caret-color: #2E8F87;--mat-form-field-filled-focus-active-indicator-color: #2E8F87;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #2E8F87 87%, transparent);--mat-form-field-outlined-caret-color: #2E8F87;--mat-form-field-outlined-focus-outline-color: #2E8F87;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #2E8F87 87%, transparent)}.dark .mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #d32f2f 87%, transparent);--mat-form-field-filled-caret-color: #d32f2f;--mat-form-field-filled-focus-active-indicator-color: #d32f2f;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #d32f2f 87%, transparent);--mat-form-field-outlined-caret-color: #d32f2f;--mat-form-field-outlined-focus-outline-color: #d32f2f;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #d32f2f 87%, transparent)}.dark{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #1F4B8E;--mat-select-invalid-arrow-color: #d32f2f}.dark .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #2E8F87;--mat-select-invalid-arrow-color: #d32f2f}.dark .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #d32f2f;--mat-select-invalid-arrow-color: #d32f2f}.dark{--mat-autocomplete-background-color: #424242;--mat-dialog-container-color: #424242;--mat-dialog-subhead-color: white;--mat-dialog-supporting-text-color: rgba(255, 255, 255, .7)}.dark .mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #1F4B8E;--mat-chip-elevated-disabled-container-color: #1F4B8E;--mat-chip-elevated-selected-container-color: #1F4B8E;--mat-chip-flat-disabled-selected-container-color: #1F4B8E;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #2E8F87;--mat-chip-elevated-disabled-container-color: #2E8F87;--mat-chip-elevated-selected-container-color: #2E8F87;--mat-chip-flat-disabled-selected-container-color: #2E8F87;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #d32f2f;--mat-chip-elevated-disabled-container-color: #d32f2f;--mat-chip-elevated-selected-container-color: #d32f2f;--mat-chip-flat-disabled-selected-container-color: #d32f2f;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.dark{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #1F4B8E;--mat-slide-toggle-selected-handle-color: #1F4B8E;--mat-slide-toggle-selected-hover-state-layer-color: #1F4B8E;--mat-slide-toggle-selected-pressed-state-layer-color: #1F4B8E;--mat-slide-toggle-selected-focus-handle-color: #1F4B8E;--mat-slide-toggle-selected-hover-handle-color: #1F4B8E;--mat-slide-toggle-selected-pressed-handle-color: #1F4B8E;--mat-slide-toggle-selected-focus-track-color: #163B73;--mat-slide-toggle-selected-hover-track-color: #163B73;--mat-slide-toggle-selected-pressed-track-color: #163B73;--mat-slide-toggle-selected-track-color: #163B73;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-slide-toggle-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);--mat-slide-toggle-disabled-selected-handle-color: white;--mat-slide-toggle-disabled-selected-track-color: white;--mat-slide-toggle-disabled-unselected-handle-color: white;--mat-slide-toggle-disabled-unselected-icon-color: #4a4a4a;--mat-slide-toggle-disabled-unselected-track-color: white;--mat-slide-toggle-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);--mat-slide-toggle-handle-surface-color: #424242;--mat-slide-toggle-label-text-color: white;--mat-slide-toggle-unselected-hover-handle-color: white;--mat-slide-toggle-unselected-focus-handle-color: white;--mat-slide-toggle-unselected-focus-state-layer-color: white;--mat-slide-toggle-unselected-focus-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-icon-color: #4a4a4a;--mat-slide-toggle-unselected-handle-color: rgba(255, 255, 255, .7);--mat-slide-toggle-unselected-hover-state-layer-color: white;--mat-slide-toggle-unselected-hover-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-pressed-handle-color: white;--mat-slide-toggle-unselected-pressed-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: white;--mat-slide-toggle-unselected-track-color: rgba(255, 255, 255, .12)}.dark .mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #2E8F87;--mat-slide-toggle-selected-handle-color: #2E8F87;--mat-slide-toggle-selected-hover-state-layer-color: #2E8F87;--mat-slide-toggle-selected-pressed-state-layer-color: #2E8F87;--mat-slide-toggle-selected-focus-handle-color: #2E8F87;--mat-slide-toggle-selected-hover-handle-color: #2E8F87;--mat-slide-toggle-selected-pressed-handle-color: #2E8F87;--mat-slide-toggle-selected-focus-track-color: #1F6F69;--mat-slide-toggle-selected-hover-track-color: #1F6F69;--mat-slide-toggle-selected-pressed-track-color: #1F6F69;--mat-slide-toggle-selected-track-color: #1F6F69}.dark .mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #d32f2f;--mat-slide-toggle-selected-handle-color: #d32f2f;--mat-slide-toggle-selected-hover-state-layer-color: #d32f2f;--mat-slide-toggle-selected-pressed-state-layer-color: #d32f2f;--mat-slide-toggle-selected-focus-handle-color: #d32f2f;--mat-slide-toggle-selected-hover-handle-color: #d32f2f;--mat-slide-toggle-selected-pressed-handle-color: #d32f2f;--mat-slide-toggle-selected-focus-track-color: #e53935;--mat-slide-toggle-selected-hover-track-color: #e53935;--mat-slide-toggle-selected-pressed-track-color: #e53935;--mat-slide-toggle-selected-track-color: #e53935}.dark .mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #1F4B8E;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #1F4B8E;--mat-radio-selected-hover-icon-color: #1F4B8E;--mat-radio-selected-icon-color: #1F4B8E;--mat-radio-selected-pressed-icon-color: #1F4B8E;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.dark .mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #2E8F87;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #2E8F87;--mat-radio-selected-hover-icon-color: #2E8F87;--mat-radio-selected-icon-color: #2E8F87;--mat-radio-selected-pressed-icon-color: #2E8F87;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.dark .mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #d32f2f;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #d32f2f;--mat-radio-selected-hover-icon-color: #d32f2f;--mat-radio-selected-icon-color: #d32f2f;--mat-radio-selected-pressed-icon-color: #d32f2f;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.dark{--mat-slider-active-track-color: #1F4B8E;--mat-slider-focus-handle-color: #1F4B8E;--mat-slider-handle-color: #1F4B8E;--mat-slider-hover-handle-color: #1F4B8E;--mat-slider-focus-state-layer-color: color-mix(in srgb, #1F4B8E 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #1F4B8E 4%, transparent);--mat-slider-inactive-track-color: #1F4B8E;--mat-slider-ripple-color: #1F4B8E;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #1F4B8E;--mat-slider-disabled-active-track-color: white;--mat-slider-disabled-handle-color: white;--mat-slider-disabled-inactive-track-color: white;--mat-slider-label-container-color: white;--mat-slider-label-label-text-color: rgba(0, 0, 0, .87);--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: white;--mat-slider-with-tick-marks-disabled-container-color: white}.dark .mat-accent{--mat-slider-active-track-color: #2E8F87;--mat-slider-focus-handle-color: #2E8F87;--mat-slider-handle-color: #2E8F87;--mat-slider-hover-handle-color: #2E8F87;--mat-slider-focus-state-layer-color: color-mix(in srgb, #2E8F87 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #2E8F87 4%, transparent);--mat-slider-inactive-track-color: #2E8F87;--mat-slider-ripple-color: #2E8F87;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #2E8F87}.dark .mat-warn{--mat-slider-active-track-color: #d32f2f;--mat-slider-focus-handle-color: #d32f2f;--mat-slider-handle-color: #d32f2f;--mat-slider-hover-handle-color: #d32f2f;--mat-slider-focus-state-layer-color: color-mix(in srgb, #d32f2f 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #d32f2f 4%, transparent);--mat-slider-inactive-track-color: #d32f2f;--mat-slider-ripple-color: #d32f2f;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #d32f2f}.dark{--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-menu-container-color: #424242;--mat-menu-divider-color: rgba(255, 255, 255, .12);--mat-list-list-item-label-text-color: white;--mat-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mat-list-list-item-leading-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .7);--mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-disabled-label-text-color: white;--mat-list-list-item-disabled-leading-icon-color: white;--mat-list-list-item-disabled-trailing-icon-color: white;--mat-list-list-item-hover-label-text-color: white;--mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-hover-state-layer-color: white;--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-focus-label-text-color: white;--mat-list-list-item-focus-state-layer-color: white;--mat-list-list-item-focus-state-layer-opacity: .12}.dark .mdc-list-item__start,.dark .mdc-list-item__end{--mat-radio-checked-ripple-color: #1F4B8E;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #1F4B8E;--mat-radio-selected-hover-icon-color: #1F4B8E;--mat-radio-selected-icon-color: #1F4B8E;--mat-radio-selected-pressed-icon-color: #1F4B8E;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.dark .mat-accent .mdc-list-item__start,.dark .mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #2E8F87;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #2E8F87;--mat-radio-selected-hover-icon-color: #2E8F87;--mat-radio-selected-icon-color: #2E8F87;--mat-radio-selected-pressed-icon-color: #2E8F87;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.dark .mat-warn .mdc-list-item__start,.dark .mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #d32f2f;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #d32f2f;--mat-radio-selected-hover-icon-color: #d32f2f;--mat-radio-selected-icon-color: #d32f2f;--mat-radio-selected-pressed-icon-color: #d32f2f;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.dark .mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #1F4B8E;--mat-checkbox-selected-hover-icon-color: #1F4B8E;--mat-checkbox-selected-icon-color: #1F4B8E;--mat-checkbox-selected-pressed-icon-color: #1F4B8E;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #1F4B8E;--mat-checkbox-selected-hover-state-layer-color: #1F4B8E;--mat-checkbox-selected-pressed-state-layer-color: #1F4B8E;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.dark .mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #2E8F87;--mat-checkbox-selected-hover-icon-color: #2E8F87;--mat-checkbox-selected-icon-color: #2E8F87;--mat-checkbox-selected-pressed-icon-color: #2E8F87;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #2E8F87;--mat-checkbox-selected-hover-state-layer-color: #2E8F87;--mat-checkbox-selected-pressed-state-layer-color: #2E8F87;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.dark .mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #d32f2f;--mat-checkbox-selected-hover-icon-color: #d32f2f;--mat-checkbox-selected-icon-color: #d32f2f;--mat-checkbox-selected-pressed-icon-color: #d32f2f;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #d32f2f;--mat-checkbox-selected-hover-state-layer-color: #d32f2f;--mat-checkbox-selected-pressed-state-layer-color: #d32f2f;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#1f4b8e}.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.dark{--mat-paginator-container-text-color: white;--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, .7);--mat-paginator-disabled-icon-color: color-mix(in srgb, white 38%, transparent)}.dark .mat-mdc-tab-group,.dark .mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #1F4B8E;--mat-tab-active-ripple-color: #1F4B8E;--mat-tab-inactive-ripple-color: #1F4B8E;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #1F4B8E;--mat-tab-active-hover-label-text-color: #1F4B8E;--mat-tab-active-focus-indicator-color: #1F4B8E;--mat-tab-active-hover-indicator-color: #1F4B8E;--mat-tab-active-indicator-color: #1F4B8E}.dark .mat-mdc-tab-group.mat-accent,.dark .mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #2E8F87;--mat-tab-active-ripple-color: #2E8F87;--mat-tab-inactive-ripple-color: #2E8F87;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #2E8F87;--mat-tab-active-hover-label-text-color: #2E8F87;--mat-tab-active-focus-indicator-color: #2E8F87;--mat-tab-active-hover-indicator-color: #2E8F87;--mat-tab-active-indicator-color: #2E8F87}.dark .mat-mdc-tab-group.mat-warn,.dark .mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #d32f2f;--mat-tab-active-ripple-color: #d32f2f;--mat-tab-inactive-ripple-color: #d32f2f;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #d32f2f;--mat-tab-active-hover-label-text-color: #d32f2f;--mat-tab-active-focus-indicator-color: #d32f2f;--mat-tab-active-hover-indicator-color: #d32f2f;--mat-tab-active-indicator-color: #d32f2f}.dark .mat-mdc-tab-group.mat-background-primary,.dark .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #1F4B8E;--mat-tab-foreground-color: white}.dark .mat-mdc-tab-group.mat-background-accent,.dark .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #2E8F87;--mat-tab-foreground-color: white}.dark .mat-mdc-tab-group.mat-background-warn,.dark .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #d32f2f;--mat-tab-foreground-color: white}.dark{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #2E8F87;--mat-checkbox-selected-hover-icon-color: #2E8F87;--mat-checkbox-selected-icon-color: #2E8F87;--mat-checkbox-selected-pressed-icon-color: #2E8F87;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #2E8F87;--mat-checkbox-selected-hover-state-layer-color: #2E8F87;--mat-checkbox-selected-pressed-state-layer-color: #2E8F87;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.dark .mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #1F4B8E;--mat-checkbox-selected-hover-icon-color: #1F4B8E;--mat-checkbox-selected-icon-color: #1F4B8E;--mat-checkbox-selected-pressed-icon-color: #1F4B8E;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #1F4B8E;--mat-checkbox-selected-hover-state-layer-color: #1F4B8E;--mat-checkbox-selected-pressed-state-layer-color: #1F4B8E;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.dark .mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #d32f2f;--mat-checkbox-selected-hover-icon-color: #d32f2f;--mat-checkbox-selected-icon-color: #d32f2f;--mat-checkbox-selected-pressed-icon-color: #d32f2f;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #d32f2f;--mat-checkbox-selected-hover-state-layer-color: #d32f2f;--mat-checkbox-selected-pressed-state-layer-color: #d32f2f;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.dark{--mat-button-filled-container-color: #424242;--mat-button-filled-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: white;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: white;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-outlined-state-layer-color: white;--mat-button-protected-container-color: #424242;--mat-button-protected-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: white;--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: white;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-text-state-layer-color: white;--mat-button-tonal-container-color: #424242;--mat-button-tonal-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: white;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.dark .mat-mdc-button.mat-primary,.dark .mat-mdc-unelevated-button.mat-primary,.dark .mat-mdc-raised-button.mat-primary,.dark .mat-mdc-outlined-button.mat-primary,.dark .mat-tonal-button.mat-primary{--mat-button-filled-container-color: #1F4B8E;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #1F4B8E;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #1F4B8E 12%, transparent);--mat-button-outlined-state-layer-color: #1F4B8E;--mat-button-protected-container-color: #1F4B8E;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #1F4B8E;--mat-button-text-ripple-color: color-mix(in srgb, #1F4B8E 12%, transparent);--mat-button-text-state-layer-color: #1F4B8E;--mat-button-tonal-container-color: #1F4B8E;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.dark .mat-mdc-button.mat-accent,.dark .mat-mdc-unelevated-button.mat-accent,.dark .mat-mdc-raised-button.mat-accent,.dark .mat-mdc-outlined-button.mat-accent,.dark .mat-tonal-button.mat-accent{--mat-button-filled-container-color: #2E8F87;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #2E8F87;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #2E8F87 12%, transparent);--mat-button-outlined-state-layer-color: #2E8F87;--mat-button-protected-container-color: #2E8F87;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #2E8F87;--mat-button-text-ripple-color: color-mix(in srgb, #2E8F87 12%, transparent);--mat-button-text-state-layer-color: #2E8F87;--mat-button-tonal-container-color: #2E8F87;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.dark .mat-mdc-button.mat-warn,.dark .mat-mdc-unelevated-button.mat-warn,.dark .mat-mdc-raised-button.mat-warn,.dark .mat-mdc-outlined-button.mat-warn,.dark .mat-tonal-button.mat-warn{--mat-button-filled-container-color: #d32f2f;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #d32f2f;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #d32f2f 12%, transparent);--mat-button-outlined-state-layer-color: #d32f2f;--mat-button-protected-container-color: #d32f2f;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #d32f2f;--mat-button-text-ripple-color: color-mix(in srgb, #d32f2f 12%, transparent);--mat-button-text-state-layer-color: #d32f2f;--mat-button-tonal-container-color: #d32f2f;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.dark{--mat-icon-button-disabled-icon-color: color-mix(in srgb, white 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-icon-button-state-layer-color: white}.dark .mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #1F4B8E;--mat-icon-button-state-layer-color: #1F4B8E;--mat-icon-button-ripple-color: color-mix(in srgb, #1F4B8E 12%, transparent)}.dark .mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #2E8F87;--mat-icon-button-state-layer-color: #2E8F87;--mat-icon-button-ripple-color: color-mix(in srgb, #2E8F87 12%, transparent)}.dark .mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #d32f2f;--mat-icon-button-state-layer-color: #d32f2f;--mat-icon-button-ripple-color: color-mix(in srgb, #d32f2f 12%, transparent)}.dark{--mat-fab-container-color: #424242;--mat-fab-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: white;--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-container-color: #424242;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: white;--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.dark .mat-mdc-fab.mat-primary,.dark .mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #1F4B8E;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #1F4B8E 12%, transparent);--mat-fab-small-container-color: #1F4B8E;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.dark .mat-mdc-fab.mat-accent,.dark .mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #2E8F87;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #2E8F87 12%, transparent);--mat-fab-small-container-color: #2E8F87;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.dark .mat-mdc-fab.mat-warn,.dark .mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #d32f2f;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #d32f2f 12%, transparent);--mat-fab-small-container-color: #d32f2f;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.dark{--mat-snack-bar-container-color: white;--mat-snack-bar-supporting-text-color: rgba(0, 0, 0, .87);--mat-snack-bar-button-color: #163B73;--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, .12);--mat-progress-spinner-active-indicator-color: #1F4B8E}.dark .mat-accent{--mat-progress-spinner-active-indicator-color: #2E8F87}.dark .mat-warn{--mat-progress-spinner-active-indicator-color: #d32f2f}.dark{--mat-badge-background-color: #1F4B8E;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, white 38%, transparent)}.dark .mat-badge-accent{--mat-badge-background-color: #2E8F87;--mat-badge-text-color: white}.dark .mat-badge-warn{--mat-badge-background-color: #d32f2f;--mat-badge-text-color: white}.dark{--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242;--mat-button-toggle-background-color: #424242;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-disabled-state-background-color: #424242;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-divider-color: rgba(255, 255, 255, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: #424242;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: white;--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-text-color: white;--mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-selected-state-text-color: white;--mat-button-toggle-state-layer-color: white;--mat-button-toggle-text-color: white;--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #1F4B8E 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #2E8F87 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #1F4B8E;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1F4B8E 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1F4B8E 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1F4B8E 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #1F4B8E;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.dark .mat-datepicker-content.mat-accent,.dark .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #2E8F87 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #2E8F87 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #2E8F87;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #2E8F87 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #2E8F87 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #2E8F87 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #2E8F87;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.dark .mat-datepicker-content.mat-warn,.dark .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #d32f2f 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #2E8F87 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #d32f2f;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #d32f2f 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #d32f2f 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #d32f2f 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #d32f2f;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.dark{--mat-divider-color: rgba(255, 255, 255, .12);--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, .7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, .7);--mat-icon-color: inherit}.dark .mat-icon.mat-primary{--mat-icon-color: #1F4B8E}.dark .mat-icon.mat-accent{--mat-icon-color: #2E8F87}.dark .mat-icon.mat-warn{--mat-icon-color: #d32f2f}.dark{--mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(255, 255, 255, .6);--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #1F4B8E;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #1F4B8E;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #1F4B8E;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #d32f2f;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);--mat-stepper-header-error-state-icon-foreground-color: #d32f2f;--mat-stepper-header-error-state-icon-background-color: transparent}.dark .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #2E8F87;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #2E8F87;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #2E8F87;--mat-stepper-header-edit-state-icon-foreground-color: white}.dark .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #d32f2f;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #d32f2f;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #d32f2f;--mat-stepper-header-edit-state-icon-foreground-color: white}.dark{--mat-sort-arrow-color: white;--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white}.dark .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #1F4B8E;--mat-toolbar-container-text-color: white}.dark .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #2E8F87;--mat-toolbar-container-text-color: white}.dark .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #d32f2f;--mat-toolbar-container-text-color: white}.dark{--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white;--mat-timepicker-container-background-color: #424242}.dark .erp-header{background:#0f1624f7;box-shadow:0 1px 0 var(--border-default),0 4px 20px #0000004d}.dark .mat-mdc-form-field{--mdc-outlined-text-field-outline-color: #374255;--mdc-outlined-text-field-hover-outline-color: #4A5568;--mdc-outlined-text-field-focus-outline-color: var(--color-brand-300);--mdc-outlined-text-field-label-text-color: #7A8698;--mdc-outlined-text-field-hover-label-text-color: #B0BACA;--mdc-outlined-text-field-focus-label-text-color: var(--color-brand-300);--mdc-outlined-text-field-input-text-color: #E8EDF5;--mdc-outlined-text-field-disabled-outline-color: #2A3447;--mdc-outlined-text-field-disabled-label-text-color: #4A5568;--mdc-outlined-text-field-disabled-input-text-color: #4A5568;--mat-select-enabled-arrow-color: #7A8698;--mat-select-focused-arrow-color: var(--color-brand-300);--mat-select-trigger-text-size: 14px}.dark .mat-mdc-text-field-wrapper.mdc-text-field--focused{filter:drop-shadow(0 0 5px rgba(120,150,197,.2))}.dark .mat-mdc-input-element::placeholder{color:#374255!important}.dark .mat-mdc-form-field-hint{color:#4a5568!important}.dark .mat-mdc-form-field-icon-prefix mat-icon,.dark .mat-mdc-form-field-icon-suffix mat-icon{color:#4a5568}.dark .mat-focused .mat-mdc-form-field-icon-prefix mat-icon,.dark .mat-focused .mat-mdc-form-field-icon-suffix mat-icon{color:var(--color-brand-300)}.dark .erp-table-container .mat-mdc-table tr.mat-mdc-row:nth-child(2n) td{background:#1f4b8e14}.dark .erp-table-container .mat-mdc-table tr.mat-mdc-row:hover td{background:#1f4b8e26!important}.dark .login-shell{background:linear-gradient(135deg,#0a1422,#111e30)}.dark .skeleton{background:linear-gradient(90deg,#2a3447 25%,#374255,#2a3447 75%);background-size:200% 100%}.dark .mono-code{background:#1f4b8e40;color:var(--color-brand-300)}.dark .ref-chip{background:#1f4b8e33;color:var(--color-brand-200)}.dark .search-box input{color:var(--text-1)}.dark :focus-visible{outline-color:var(--color-brand-300)}.dark .notif-wrap-albaran{background:#6d4c4140!important}.dark .notif-wrap-factura{background:#f59e0b2e!important}.dark .notif-wrap-pedido{background:#1f4b8e40!important}.dark .notif-wrap-info{background:#0284c72e!important}.dark .btn-secondary:hover{color:var(--color-brand-300)!important;border-color:var(--color-brand-700)!important}.dark .opt-grupo .grupo-opt-icon{background:#3949ab33!important}.dark .opt-grupo .grupo-opt-icon mat-icon{color:#9fa8da!important}.dark .opt-grupo .grupo-opt-badge{background:#3949ab33!important;color:#9fa8da!important}.dark .pl-card{background:var(--surface-base)!important;box-shadow:0 24px 64px #0000008c,0 0 0 1px var(--border-default)!important}.dark .pl-card__header h1{color:var(--text-1)!important}.dark .pl-card__header p{color:var(--text-3)!important}.dark .pl-card__badge{background:#2e8f872e!important;color:var(--color-accent-300)!important}.dark .pl-sep{background:var(--border-default)!important}.dark .pl-footer{color:var(--text-4)!important}.dark .pl-contact{color:var(--text-3)!important}.dark .pl-contact a{color:var(--color-accent-300)!important}.dark .pl-card .mat-mdc-checkbox.mat-primary .mdc-checkbox__background{border-color:var(--border-strong)!important}.dark .pl-field .mdc-notched-outline__leading,.dark .pl-field .mdc-notched-outline__notch,.dark .pl-field .mdc-notched-outline__trailing{border-color:var(--border-default)!important}.dark .pl-field:hover .mdc-notched-outline__leading,.dark .pl-field:hover .mdc-notched-outline__notch,.dark .pl-field:hover .mdc-notched-outline__trailing{border-color:var(--border-strong)!important}.dark .pl-field.mat-focused .mdc-notched-outline__leading,.dark .pl-field.mat-focused .mdc-notched-outline__notch,.dark .pl-field.mat-focused .mdc-notched-outline__trailing{border-color:var(--color-accent-500)!important}.dark .pl-field .mat-mdc-floating-label{color:var(--text-3)!important}.dark .pl-field.mat-focused .mat-mdc-floating-label{color:var(--color-accent-500)!important}.dark .pl-field .mat-mdc-form-field-icon-prefix .mat-icon,.dark .pl-field .mat-mdc-form-field-icon-suffix .mat-icon{color:var(--text-4)!important}.dark .pl-field.mat-focused .mat-mdc-form-field-icon-prefix .mat-icon{color:var(--color-accent-500)!important}.dark .pp-card{background:var(--surface-base)!important;box-shadow:0 24px 64px #0000008c,0 0 0 1px var(--border-default)!important}.dark .pp-card__header h1{color:var(--text-1)!important}.dark .pp-card__header p{color:var(--text-3)!important}.dark .pp-card__badge{background:#1f4b8e38!important;color:var(--color-brand-300)!important}.dark .pp-sep{background:var(--border-default)!important}.dark .pp-footer{color:var(--text-4)!important}.dark .pp-contact{color:var(--text-3)!important}.dark .pp-contact a{color:var(--color-accent-300)!important}.dark .pp-error{background:#dc262626!important;border-color:#dc26264d!important;color:#fca5a5!important}.dark .pp-card .mat-mdc-checkbox.mat-primary .mdc-checkbox__background{border-color:var(--border-strong)!important}.dark .pp-field .mdc-notched-outline__leading,.dark .pp-field .mdc-notched-outline__notch,.dark .pp-field .mdc-notched-outline__trailing{border-color:var(--border-default)!important}.dark .pp-field:hover .mdc-notched-outline__leading,.dark .pp-field:hover .mdc-notched-outline__notch,.dark .pp-field:hover .mdc-notched-outline__trailing{border-color:var(--border-strong)!important}.dark .pp-field.mat-focused .mdc-notched-outline__leading,.dark .pp-field.mat-focused .mdc-notched-outline__notch,.dark .pp-field.mat-focused .mdc-notched-outline__trailing{border-color:var(--color-brand-300)!important}.dark .pp-field .mat-mdc-floating-label{color:var(--text-3)!important}.dark .pp-field.mat-focused .mat-mdc-floating-label{color:var(--color-brand-300)!important}.dark .pp-field .mat-mdc-form-field-icon-prefix .mat-icon,.dark .pp-field .mat-mdc-form-field-icon-suffix .mat-icon{color:var(--text-4)!important}.dark .pp-field.mat-focused .mat-mdc-form-field-icon-prefix .mat-icon{color:var(--color-brand-300)!important}.dark h2[mat-dialog-title]{color:var(--text-1)!important}.dark .view-header-sub,.dark .section-label,.dark .field-label,.dark .notas-text,.dark .prod-code,.dark .total-row{color:var(--text-3)!important}.dark .field-value,.dark .prod-name{color:var(--text-1)!important}.dark .total-final{color:var(--color-brand-300)!important}.dark .view-section{border-bottom-color:var(--border-default)!important}.dark .totales{border-top-color:var(--border-default)!important}.dark .origen-chip{background:var(--surface-soft)!important;color:var(--text-2)!important}.dark .detalle-table th,.dark .doc-table th{background:var(--surface-soft)!important;color:var(--text-2)!important;border-bottom-color:var(--border-strong)!important}.dark .detalle-table td,.dark .doc-table td{border-bottom-color:var(--border-default)!important}.dark .doc-chip strong,.dark .doc-type--albaran{color:var(--color-brand-300)!important}.dark .doc-type--factura{color:var(--kpi-rose-fg)!important}.dark .estado-chip.borrador,.dark .estado-chip.pendiente{background:var(--status-warning-soft)!important;color:var(--status-warning)!important}.dark .estado-chip.confirmado{background:var(--status-info-soft)!important;color:var(--status-info)!important}.dark .estado-chip.facturado{background:#1f4b8e33!important;color:var(--color-brand-300)!important}.dark .estado-chip.anulado,.dark .estado-chip.cancelado{background:var(--status-danger-soft)!important;color:var(--status-danger)!important}.dark .estado-chip.emitida,.dark .estado-chip.en_preparacion,.dark .estado-chip.enviada{background:var(--status-info-soft)!important;color:var(--status-info)!important}.dark .estado-chip.pagada,.dark .estado-chip.completado{background:var(--status-success-soft)!important;color:var(--status-success)!important}.dark .estado-chip.vencida{background:var(--status-danger-soft)!important;color:var(--status-danger)!important}.dark .cell-primary,.dark .total-valor,.dark .table-title,.dark .perfil-card .card-title,.dark .perfil-nombre,.dark .dato-val{color:var(--text-1)!important}.dark .dato-row{background:var(--surface-soft)!important}.dark .rol-badge{background:#1f4b8e38!important;color:var(--color-brand-300)!important}.dark .portal-perfil-header h2{color:var(--text-1)!important}.dark .portal-perfil-header p{color:var(--text-3)!important}.dark .pp-nombre,.dark .pp-val{color:var(--text-1)!important}.dark .pp-row{background:var(--surface-soft)!important}.dark .pp-codigo,.dark .pp-card-title{color:var(--color-accent-300)!important}.dark .pp-label,.dark .pp-email{color:var(--text-3)!important}.dark .pp-perfil-header h2{color:var(--color-accent-300)!important}.dark .pp-perfil-header p{color:var(--text-3)!important}.dark .pp-last-login{color:var(--text-4)!important}.dark .rec-title{color:var(--text-1)!important}.dark .rec-sub{color:var(--text-3)!important}.dark .rec-notice{background:#2563eb26!important;border-color:#3b82f640!important;color:var(--color-brand-300)!important}.dark .rec-notice mat-icon{color:var(--color-brand-300)!important}.dark .rec-table-wrap{border-color:var(--border-default)!important}.dark .rec-table th{background:var(--surface-soft)!important;color:var(--text-2)!important;border-bottom-color:var(--border-strong)!important}.dark .rec-table td{border-bottom-color:var(--border-default)!important}.dark .rec-nombre{color:var(--text-1)!important}.dark .rec-qty-orig{color:var(--text-4)!important}.dark .rec-input{background:var(--surface-soft)!important;border-color:var(--border-strong)!important;color:var(--text-1)!important}.dark .rec-input:focus{border-color:var(--color-brand-400)!important;background:var(--surface-base)!important}.dark .rec-modified td{background:#d977061f!important}.dark .rec-modified .rec-nombre{color:var(--status-warning)!important}.dark .rec-total-label{color:var(--text-3)!important}.dark .rec-total-val{color:var(--text-2)!important}.dark .rec-grand{background:var(--surface-soft)!important}.dark .rec-grand-val{color:var(--color-brand-300)!important}.dark .page-header h1{color:var(--text-1)!important}.dark .rol-list{background:var(--surface-base)!important}.dark .rol-btn{color:var(--text-2)!important}.dark .rol-btn mat-icon{color:var(--text-3)!important}.dark .rol-btn.selected{background:#1f4b8e38!important;color:var(--color-brand-300)!important}.dark .rol-btn.selected mat-icon{color:var(--color-brand-300)!important}.dark .rol-count{background:#1f4b8e33!important;color:var(--color-brand-300)!important}.dark .rol-btn.selected .rol-count{background:var(--color-brand-600)!important;color:#fff!important}.dark .rol-dept-code{color:var(--text-4)!important}.dark .rol-btn.selected .rol-dept-code{color:var(--color-brand-300)!important}.dark .rol-tag{background:#1f4b8e2e!important;color:var(--color-brand-300)!important}.dark .permisos-panel{background:var(--surface-base)!important}.dark .permisos-header h2{color:var(--text-1)!important}.dark .info-notice{background:#1f4b8e2e!important;color:var(--color-brand-200)!important}.dark .grupo-card{border-color:var(--border-default)!important}.dark .grupo-title,.dark .fl-label{color:var(--color-brand-300)!important}.dark .gfd-prod-name{color:var(--text-1)!important}.dark .gfd-grand-total strong{color:var(--status-success)!important}.dark .role-chip{color:var(--color-brand-300)!important}.dark .search-box{background:var(--surface-base)!important;border-color:var(--border-default)!important}.dark .ribbon-activo{background:var(--status-success-soft)!important;color:var(--status-success)!important}.dark .ribbon-pendiente{background:var(--status-warning-soft)!important;color:var(--status-warning)!important}.dark .ribbon-suspendido{background:var(--status-danger-soft)!important;color:var(--status-danger)!important}.dark .ribbon-vip{background:var(--kpi-amber-bg)!important;color:var(--kpi-amber-fg)!important}.dark .user-card.card-vip{background:var(--surface-base)!important}.dark .export-btn:not(.export-btn--pdf){background:#16a34a1f!important;border-color:#16a34a40!important}.dark .export-btn.export-btn--pdf{background:#dc26261f!important;border-color:#dc262640!important}.dark .export-btn.export-btn--pdf:hover{background:#dc262633!important}.dark .fp-icon{background:#6d28d92e!important}.dark .fp-icon mat-icon{color:#c084fc!important}.dark .fp-success__icon{background:#0596692e!important}.dark .fp-success__icon mat-icon{color:#4ade80!important}.dark .fp-back-link:hover{color:var(--color-brand-300)!important}.dark .section-title{background:var(--surface-soft)!important;border-left-color:var(--color-brand-500)!important}.dark .linea-card.linea-saved{background:#16a34a1a!important;border-color:#16a34a61!important}.dark .linea-card.linea-parcial{background:#9c27b01a!important;border-left-color:#9c27b08c!important}.dark .badge-sustitucion{background:#ffc1072e!important;border-color:#ffc10752!important;color:#fbbf24!important}.dark .aviso-sin-tarifa{color:#fb923c!important}.dark .panel-sugerida{background:#ffc1071a!important;border-left-color:#ffc1076b!important}.dark .panel-calculo{background:#1f4b8e24!important}.text-right{text-align:right}.text-center{text-align:center}.text-muted{color:var(--text-secondary)}.fw-600{font-weight:600}.fw-700{font-weight:700}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.gap-8{gap:8px}.d-flex{display:flex}.align-center{align-items:center}.justify-between{justify-content:space-between}.w-100{width:100%}.erp-card{background:var(--surface-base);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-default);padding:20px;transition:box-shadow var(--t-base),transform var(--t-base)}.erp-card .card-title{font-size:15px;font-weight:600;margin-bottom:16px}.erp-card:hover{box-shadow:var(--shadow-md)}.kpi-row{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:20px}.kpi-mini{display:flex;align-items:center;gap:12px;background:var(--surface-base);border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:14px 20px;flex:1;min-width:140px;transition:box-shadow var(--t-base),transform var(--t-base),border-color var(--t-base)}.kpi-mini:hover{box-shadow:var(--shadow-md);transform:translateY(-1px);border-color:var(--border-strong)}.kpi-mini mat-icon{font-size:28px;height:28px;width:28px;color:var(--color-brand-500)}.kpi-mini .kpi-val{font-size:22px;font-weight:800;color:var(--text-1)}.kpi-mini .kpi-label{font-size:11px;color:var(--text-4)}.kpi-mini.kpi--teal mat-icon{color:var(--color-accent-500)!important}.kpi-mini.kpi--success mat-icon{color:var(--status-success)!important}.kpi-mini.kpi--warn mat-icon{color:var(--status-warning)!important}.kpi-mini.kpi--danger mat-icon{color:var(--status-danger)!important}.kpi-mini.kpi--info mat-icon{color:var(--status-info)!important}.icon-brand{color:var(--color-brand-500)!important}.icon-success{color:var(--status-success)!important}.icon-warn{color:var(--status-warning)!important}.icon-danger{color:var(--status-danger)!important}.icon-info{color:var(--status-info)!important}.icon-muted{color:var(--text-4)!important}@media(max-width:599px){.kpi-row{flex-direction:column;gap:8px}.kpi-mini{min-width:unset;padding:10px 14px}}.search-box{display:flex;align-items:center;gap:6px;background:var(--surface-base);border:1px solid var(--border-default);border-radius:var(--radius-md);padding:5px 10px;min-width:200px;transition:border-color .15s,box-shadow .15s}.search-box:focus-within{border-color:var(--color-brand-400);box-shadow:0 0 0 3px #1f4b8e14}.search-box mat-icon{font-size:18px;color:var(--text-4);flex-shrink:0}.search-box input{border:none;outline:none;font-size:13px;flex:1;background:transparent;color:var(--text-1)}.search-box input::placeholder{color:var(--text-4)}.export-btn{font-size:12px!important;height:34px!important;padding:0 12px!important;display:inline-flex!important;align-items:center!important;gap:4px!important}.export-btn mat-icon{font-size:16px!important;height:16px!important;width:16px!important}.export-btn:not(.export-btn--pdf){color:var(--status-success)!important;border-color:var(--status-success-bg)!important}.export-btn.export-btn--pdf{color:var(--status-danger)!important;border-color:var(--status-danger-bg)!important}.cell-primary{font-weight:600;font-size:13px;color:var(--text-1);line-height:1.3}.cell-secondary{font-size:11px;color:var(--text-4);margin-top:1px;line-height:1.3}.mono-code{font-family:Courier New,Consolas,monospace;font-weight:700;font-size:12px;color:var(--color-brand-600);background:var(--color-brand-50);padding:2px 6px;border-radius:4px;letter-spacing:.02em;white-space:nowrap}.cell-actions{display:flex;align-items:center;justify-content:flex-end;gap:2px}.btn-pdf{color:var(--status-danger)!important}.btn-print{color:var(--text-3)!important}.loading-center{display:flex;justify-content:center;align-items:center;padding:60px 20px;flex-direction:column;gap:14px;color:var(--text-4);font-size:13px}.empty-row{text-align:center;padding:48px 20px;color:var(--text-3);font-size:13px;display:flex;flex-direction:column;align-items:center;gap:8px}.empty-row mat-icon{font-size:40px;height:40px;width:40px;opacity:.3}.ref-chip{display:inline-block;font-size:11px;font-weight:500;background:var(--color-brand-50);color:var(--color-brand-600);border-radius:4px;padding:2px 6px}.erp-section{background:var(--surface-base);border-radius:var(--radius-md);border:1px solid var(--border-default);box-shadow:var(--shadow-sm);overflow:hidden;margin-bottom:20px}.erp-section .section-header{padding:12px 20px;border-bottom:1px solid var(--border-default);background:var(--surface-soft);display:flex;align-items:center;gap:10px}.erp-section .section-header .section-title{font-size:13px;font-weight:700;color:var(--text-1);flex:1;display:flex;align-items:center;gap:8px}.erp-section .section-header .section-title mat-icon{font-size:18px;width:18px;height:18px;color:var(--color-brand-500)}.erp-section .section-body{padding:20px}.alert-banner{display:flex;align-items:center;gap:12px;border-radius:var(--radius-md);padding:14px 20px;margin-bottom:20px;font-size:14px}.alert-banner--warn{background:var(--status-warning-soft);border:1px solid var(--status-warning-bg);border-left:4px solid var(--status-warning);color:var(--text-2)}.alert-banner--danger{background:var(--status-danger-soft);border:1px solid var(--status-danger-bg);border-left:4px solid var(--status-danger);color:var(--text-2)}.alert-banner__icon{font-size:22px;width:22px;height:22px;flex-shrink:0}.alert-banner__text{flex:1}.alert-banner__cta{margin-left:auto;flex-shrink:0;font-size:13px}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"\2022"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"\2611"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"\2610"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
