.form-container{padding:1.5rem;max-width:1200px;margin:0 auto;animation:fadeIn .3s ease-in-out}.form-card{border-radius:12px;box-shadow:0 2px 12px #00000014;transition:all .3s ease}.form-card:hover{box-shadow:0 4px 16px #0000001a}.form-card .card-header{padding:1.5rem 1.5rem 0;border-bottom:1px solid #e0e0e0}.form-card .card-title{font-size:1.25rem;font-weight:600;color:#17285c;display:flex;align-items:center;gap:.5rem}.form-card .card-subtitle{color:#666;margin-top:.5rem;margin-bottom:1rem}.form-card .card-body{padding:1.5rem}.form-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem;align-items:start}.form-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e0e0e0;margin-top:1rem}.col-span-12{grid-column:auto/span 12}.col-span-8{grid-column:auto/span 8}.col-span-6{grid-column:auto/span 6}.col-span-4{grid-column:auto/span 4}.btn-submit{display:flex;align-items:center;gap:.5rem}@media(max-width:767px){.form-container{padding:1rem}.form-grid{grid-template-columns:1fr;gap:1rem}.col-span-12,.col-span-8,.col-span-6,.col-span-4{grid-column:1/-1}.form-actions{flex-direction:column;gap:.75rem}.form-actions button,.form-actions .btn{width:100%;min-height:44px}.form-card .card-header{padding:1rem 1rem 0}.form-card .card-body{padding:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.title-section{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.title-section h1{margin:0 0 8px;font-size:1.5rem;font-weight:500}.title-section .subtitle{margin:0;color:var(--text-secondary, rgba(0, 0, 0, .6));font-size:.9rem}.title-section nav{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap;font-size:.9rem;color:var(--text-secondary, #666)}.title-section nav mat-icon{font-size:18px;width:18px;height:18px;margin:0 4px}.filter-grid{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center;margin-bottom:1.5rem}.filter-grid .one-third{width:100%}.filter-grid button{height:fit-content}.table-container{position:relative;min-height:200px}.table-container table{width:100%}.table-container .action-buttons{display:flex;gap:.25rem;align-items:center}.table-container .loading-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.table-container .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:#666}.table-container .empty-state mat-icon{font-size:48px;width:48px;height:48px;margin-bottom:1rem;opacity:.5}.table-container .empty-state h3{margin:0 0 .5rem;font-weight:500}.table-container .empty-state p{margin:0;opacity:.7}.list-container .card-view{display:flex;flex-direction:column;gap:12px}.list-container .card-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--mat-sys-outline-variant, #e0e0e0)}.list-container .card-row:last-child{border-bottom:none}.list-container .card-row .card-value{margin-left:auto;text-align:right;padding-left:1rem}.list-container .mat-card{border:1px solid var(--mat-sys-outline-variant, #e0e0e0);border-radius:.5rem;box-shadow:0 2px 4px #0000000d}.cards-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;padding:1rem 0}.cards-container .card-item{transition:transform .2s ease-in-out}.cards-container .card-item:hover{transform:translateY(-2px)}.cards-container .card-item mat-card-header{padding-bottom:1rem}.cards-container .card-item mat-card-header mat-card-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.cards-container .card-item mat-card-header mat-card-subtitle{color:#666;font-size:.9rem}.cards-container .card-item .card-info{display:flex;flex-direction:column;gap:.75rem}.cards-container .card-item .card-info .info-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.cards-container .card-item .card-info .info-item mat-icon{font-size:1.2rem;width:1.2rem;height:1.2rem;color:#666}.cards-container .card-item mat-card-actions{display:flex;gap:.5rem;flex-wrap:wrap;padding:1rem}.cards-container .card-item mat-card-actions button,.cards-container .card-item mat-card-actions a{flex:1;min-width:80px;font-size:.85rem}.cards-container .card-item mat-card-actions button mat-icon,.cards-container .card-item mat-card-actions a mat-icon{margin-right:.25rem;font-size:1rem;width:1rem;height:1rem}.cards-container .loading-container{grid-column:1/-1;display:flex;justify-content:center;padding:2rem}.cards-container .empty-state{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:#666}.cards-container .empty-state mat-icon{font-size:48px;width:48px;height:48px;margin-bottom:1rem;opacity:.5}.cards-container .empty-state h3{margin:0 0 .5rem;font-weight:500}.cards-container .empty-state p{margin:0;opacity:.7}.mat-mdc-paginator{background-color:transparent}.mat-mdc-icon-button{--mat-mdc-button-persistent-ripple-color: transparent}.actions-header,.actions-cell{text-align:right!important;justify-content:flex-end!important}.actions-header .mat-mdc-cell,.actions-header .mat-mdc-header-cell,.actions-cell .mat-mdc-cell,.actions-cell .mat-mdc-header-cell{text-align:right!important}.action-button{margin-left:.5rem;font-size:.875rem}.action-button mat-icon{font-size:1rem;margin-right:.25rem}.desktop-view{display:block}.mobile-view{display:none}.text-muted{color:#666;font-style:italic}@media(max-width:767px){.title-section{flex-direction:column;align-items:flex-start}.filter-grid{grid-template-columns:1fr}.desktop-view{display:none}.mobile-view{display:block}.cards-container{grid-template-columns:1fr;gap:.75rem}.cards-container .card-item mat-card-actions button,.cards-container .card-item mat-card-actions a{font-size:.75rem;min-width:70px;min-height:44px}}.list-page-container{padding:1.5rem}.list-page-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.list-page-title{color:var(--mat-sys-primary);margin:0 0 8px;font-size:1.5rem;font-weight:500}.list-page-breadcrumbs{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap;color:var(--text-secondary, rgba(0, 0, 0, .6));font-size:.875rem}.list-page-breadcrumbs a{color:var(--mat-sys-primary, #1976d2);text-decoration:none}.list-page-breadcrumbs a:hover{text-decoration:underline}.list-page-breadcrumbs .breadcrumb-separator{font-size:18px;width:18px;height:18px;margin:0 4px;color:var(--text-hint, rgba(0, 0, 0, .38));-webkit-user-select:none;user-select:none}.list-page-breadcrumbs .breadcrumb-current{color:var(--text-primary, rgba(0, 0, 0, .87));font-weight:500}.list-page-actions{margin-left:auto}.filter-card .mat-card-content{padding-top:1rem}.filter-container{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start}.filter-container .mat-form-field{flex-grow:1;min-width:200px}@media(max-width:1023px){.list-page-container{padding:.75rem}.filter-card{border-radius:0;margin-left:-.75rem;margin-right:-.75rem;border-left:none;border-right:none}.list-page-header{flex-direction:column;align-items:flex-start}.list-page-breadcrumbs{display:none}.list-page-actions{margin-left:0;width:100%}.list-page-actions button{min-height:44px}.filter-container{flex-direction:column}.filter-container .mat-form-field{min-width:unset;width:100%}}.mat-primary{--mat-stepper-container-color: #f8f9ff;--mat-stepper-header-done-state-icon-background-color: #205db2;--mat-stepper-header-done-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #205db2;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;--mat-stepper-header-error-state-label-text-color: #ba1a1a;--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #001c37 12%, transparent);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #001c37 8%, transparent);--mat-stepper-header-icon-background-color: #44474e;--mat-stepper-header-icon-foreground-color: #f8f9ff;--mat-stepper-header-label-text-color: #44474e;--mat-stepper-header-optional-label-text-color: #44474e;--mat-stepper-header-selected-state-icon-background-color: #205db2;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-selected-state-label-text-color: #44474e;--mat-stepper-line-color: #74777f}.mat-primary.mat-icon{--mat-icon-color: #205db2}.mat-primary.mat-mdc-tab-group,.mat-primary.mat-mdc-tab-nav-bar{--mat-tab-active-focus-indicator-color: #205db2;--mat-tab-active-focus-label-text-color: #001c37;--mat-tab-active-hover-indicator-color: #205db2;--mat-tab-active-hover-label-text-color: #001c37;--mat-tab-active-indicator-color: #205db2;--mat-tab-active-label-text-color: #001c37;--mat-tab-active-ripple-color: #001c37;--mat-tab-divider-color: #e0e2ec;--mat-tab-inactive-focus-label-text-color: #001c37;--mat-tab-inactive-hover-label-text-color: #001c37;--mat-tab-inactive-label-text-color: #001c37;--mat-tab-inactive-ripple-color: #001c37;--mat-tab-pagination-icon-color: #001c37;--mat-tab-disabled-ripple-color: #44474e}.mat-primary.mat-mdc-slide-toggle{--mat-slide-toggle-disabled-label-text-color: #001c37;--mat-slide-toggle-disabled-selected-handle-color: #f8f9ff;--mat-slide-toggle-disabled-selected-icon-color: #001c37;--mat-slide-toggle-disabled-selected-track-color: #001c37;--mat-slide-toggle-disabled-unselected-handle-color: #001c37;--mat-slide-toggle-disabled-unselected-icon-color: #e0e2ec;--mat-slide-toggle-disabled-unselected-track-color: #e0e2ec;--mat-slide-toggle-disabled-unselected-track-outline-color: #001c37;--mat-slide-toggle-label-text-color: #001c37;--mat-slide-toggle-selected-focus-handle-color: #d7e2ff;--mat-slide-toggle-selected-focus-state-layer-color: #205db2;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-focus-track-color: #205db2;--mat-slide-toggle-selected-handle-color: #ffffff;--mat-slide-toggle-selected-hover-handle-color: #d7e2ff;--mat-slide-toggle-selected-hover-state-layer-color: #205db2;--mat-slide-toggle-selected-hover-state-layer-opacity: .08;--mat-slide-toggle-selected-hover-track-color: #205db2;--mat-slide-toggle-selected-icon-color: #004591;--mat-slide-toggle-selected-pressed-handle-color: #d7e2ff;--mat-slide-toggle-selected-pressed-state-layer-color: #205db2;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-pressed-track-color: #205db2;--mat-slide-toggle-selected-track-color: #205db2;--mat-slide-toggle-track-outline-color: #74777f;--mat-slide-toggle-unselected-focus-handle-color: #44474e;--mat-slide-toggle-unselected-focus-state-layer-color: #001c37;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-focus-track-color: #e0e2ec;--mat-slide-toggle-unselected-handle-color: #74777f;--mat-slide-toggle-unselected-hover-handle-color: #44474e;--mat-slide-toggle-unselected-hover-state-layer-color: #001c37;--mat-slide-toggle-unselected-hover-state-layer-opacity: .08;--mat-slide-toggle-unselected-hover-track-color: #e0e2ec;--mat-slide-toggle-unselected-icon-color: #e0e2ec;--mat-slide-toggle-unselected-pressed-handle-color: #44474e;--mat-slide-toggle-unselected-pressed-state-layer-color: #001c37;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .12;--mat-slide-toggle-unselected-pressed-track-color: #e0e2ec;--mat-slide-toggle-unselected-track-color: #e0e2ec}.mat-primary.mat-datepicker-content{--mat-datepicker-calendar-body-label-text-color: #001c37;--mat-datepicker-calendar-container-background-color: #dce9ff;--mat-datepicker-calendar-container-text-color: #001c37;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #001c37 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #001c37 8%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #c0e8ff;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #4150ce;--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #dfe0ff;--mat-datepicker-calendar-date-in-range-state-background-color: #d7e2ff;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-preview-state-outline-color: #205db2;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-calendar-date-selected-state-background-color: #205db2;--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-text-color: #001c37;--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-calendar-date-today-outline-color: #205db2;--mat-datepicker-calendar-date-today-selected-state-outline-color: #205db2;--mat-datepicker-calendar-header-divider-color: transparent;--mat-datepicker-calendar-header-text-color: #44474e;--mat-datepicker-calendar-navigation-button-icon-color: #44474e;--mat-datepicker-calendar-period-button-icon-color: #44474e;--mat-datepicker-calendar-period-button-text-color: #44474e;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-range-input-separator-color: #001c37;--mat-datepicker-toggle-active-state-icon-color: #205db2;--mat-datepicker-toggle-icon-color: #44474e}.mat-primary.mat-mdc-button-base{--mat-icon-button-disabled-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-icon-button-disabled-state-layer-color: #205db2;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-icon-color: #205db2;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, #205db2 12%, transparent);--mat-icon-button-state-layer-color: #205db2}.mat-badge{--mat-badge-background-color: #205db2;--mat-badge-disabled-state-background-color: color-mix(in srgb, #205db2 38%, transparent);--mat-badge-disabled-state-text-color: #ffffff;--mat-badge-text-color: #ffffff}.mat-accent{--mat-option-focus-state-layer-color: color-mix(in srgb, #001c37 12%, transparent);--mat-option-hover-state-layer-color: color-mix(in srgb, #001c37 8%, transparent);--mat-option-label-text-color: #001c37;--mat-option-selected-state-label-text-color: #004d66;--mat-option-selected-state-layer-color: #c0e8ff}.mat-accent{--mat-progress-spinner-active-indicator-color: #006686}.mat-accent{--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #f8f9ff;--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;--mat-pseudo-checkbox-full-selected-icon-color: #006686;--mat-pseudo-checkbox-full-unselected-icon-color: #44474e;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #001c37 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #006686}.mat-accent{--mat-stepper-container-color: #f8f9ff;--mat-stepper-header-done-state-icon-background-color: #006686;--mat-stepper-header-done-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #006686;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;--mat-stepper-header-error-state-label-text-color: #ba1a1a;--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #001c37 12%, transparent);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #001c37 8%, transparent);--mat-stepper-header-icon-background-color: #44474e;--mat-stepper-header-icon-foreground-color: #f8f9ff;--mat-stepper-header-label-text-color: #44474e;--mat-stepper-header-optional-label-text-color: #44474e;--mat-stepper-header-selected-state-icon-background-color: #006686;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-selected-state-label-text-color: #44474e;--mat-stepper-line-color: #74777f}.mat-accent.mat-icon{--mat-icon-color: #006686}.mat-accent.mat-mdc-checkbox{--mat-checkbox-disabled-label-color: color-mix(in srgb, #001c37 38%, transparent);--mat-checkbox-disabled-selected-checkmark-color: #f8f9ff;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-checkbox-label-text-color: #001c37;--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #006686;--mat-checkbox-selected-focus-state-layer-color: #006686;--mat-checkbox-selected-hover-icon-color: #006686;--mat-checkbox-selected-hover-state-layer-color: #006686;--mat-checkbox-selected-icon-color: #006686;--mat-checkbox-selected-pressed-icon-color: #006686;--mat-checkbox-selected-pressed-state-layer-color: #001c37;--mat-checkbox-unselected-focus-icon-color: #001c37;--mat-checkbox-unselected-focus-state-layer-color: #001c37;--mat-checkbox-unselected-hover-icon-color: #001c37;--mat-checkbox-unselected-hover-state-layer-color: #001c37;--mat-checkbox-unselected-icon-color: #44474e;--mat-checkbox-unselected-pressed-state-layer-color: #006686}.mat-accent.mat-mdc-slider{--mat-slider-active-track-color: #006686;--mat-slider-active-track-shape: 9999px;--mat-slider-disabled-active-track-color: #001c37;--mat-slider-disabled-handle-color: #001c37;--mat-slider-disabled-inactive-track-color: #001c37;--mat-slider-focus-handle-color: #006686;--mat-slider-focus-state-layer-color: color-mix(in srgb, #006686 20%, transparent);--mat-slider-handle-color: #006686;--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-shape: 9999px;--mat-slider-hover-handle-color: #006686;--mat-slider-hover-state-layer-color: color-mix(in srgb, #006686 5%, transparent);--mat-slider-inactive-track-color: #e0e2ec;--mat-slider-inactive-track-shape: 9999px;--mat-slider-label-container-color: #006686;--mat-slider-label-label-text-color: #ffffff;--mat-slider-ripple-color: #006686;--mat-slider-with-overlap-handle-outline-color: #ffffff;--mat-slider-with-tick-marks-active-container-color: #ffffff;--mat-slider-with-tick-marks-container-shape: 9999px;--mat-slider-with-tick-marks-disabled-container-color: #001c37;--mat-slider-with-tick-marks-inactive-container-color: #44474e}.mat-accent.mat-mdc-tab-group,.mat-accent.mat-mdc-tab-nav-bar{--mat-tab-active-focus-indicator-color: #006686;--mat-tab-active-focus-label-text-color: #001c37;--mat-tab-active-hover-indicator-color: #006686;--mat-tab-active-hover-label-text-color: #001c37;--mat-tab-active-indicator-color: #006686;--mat-tab-active-label-text-color: #001c37;--mat-tab-active-ripple-color: #001c37;--mat-tab-divider-color: #e0e2ec;--mat-tab-inactive-focus-label-text-color: #001c37;--mat-tab-inactive-hover-label-text-color: #001c37;--mat-tab-inactive-label-text-color: #001c37;--mat-tab-inactive-ripple-color: #001c37;--mat-tab-pagination-icon-color: #001c37;--mat-tab-disabled-ripple-color: #44474e}.mat-accent.mat-mdc-slide-toggle{--mat-slide-toggle-disabled-label-text-color: #001c37;--mat-slide-toggle-disabled-selected-handle-color: #f8f9ff;--mat-slide-toggle-disabled-selected-icon-color: #001c37;--mat-slide-toggle-disabled-selected-track-color: #001c37;--mat-slide-toggle-disabled-unselected-handle-color: #001c37;--mat-slide-toggle-disabled-unselected-icon-color: #e0e2ec;--mat-slide-toggle-disabled-unselected-track-color: #e0e2ec;--mat-slide-toggle-disabled-unselected-track-outline-color: #001c37;--mat-slide-toggle-label-text-color: #001c37;--mat-slide-toggle-selected-focus-handle-color: #c0e8ff;--mat-slide-toggle-selected-focus-state-layer-color: #006686;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-focus-track-color: #006686;--mat-slide-toggle-selected-handle-color: #ffffff;--mat-slide-toggle-selected-hover-handle-color: #c0e8ff;--mat-slide-toggle-selected-hover-state-layer-color: #006686;--mat-slide-toggle-selected-hover-state-layer-opacity: .08;--mat-slide-toggle-selected-hover-track-color: #006686;--mat-slide-toggle-selected-icon-color: #004d66;--mat-slide-toggle-selected-pressed-handle-color: #c0e8ff;--mat-slide-toggle-selected-pressed-state-layer-color: #006686;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-pressed-track-color: #006686;--mat-slide-toggle-selected-track-color: #006686;--mat-slide-toggle-track-outline-color: #74777f;--mat-slide-toggle-unselected-focus-handle-color: #44474e;--mat-slide-toggle-unselected-focus-state-layer-color: #001c37;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-focus-track-color: #e0e2ec;--mat-slide-toggle-unselected-handle-color: #74777f;--mat-slide-toggle-unselected-hover-handle-color: #44474e;--mat-slide-toggle-unselected-hover-state-layer-color: #001c37;--mat-slide-toggle-unselected-hover-state-layer-opacity: .08;--mat-slide-toggle-unselected-hover-track-color: #e0e2ec;--mat-slide-toggle-unselected-icon-color: #e0e2ec;--mat-slide-toggle-unselected-pressed-handle-color: #44474e;--mat-slide-toggle-unselected-pressed-state-layer-color: #001c37;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .12;--mat-slide-toggle-unselected-pressed-track-color: #e0e2ec;--mat-slide-toggle-unselected-track-color: #e0e2ec}.mat-accent.mat-mdc-form-field{--mat-select-panel-background-color: #e5eeff;--mat-select-enabled-trigger-text-color: #001c37;--mat-select-disabled-trigger-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-select-placeholder-text-color: #44474e;--mat-select-enabled-arrow-color: #44474e;--mat-select-disabled-arrow-color: color-mix(in srgb, #001c37 38%, transparent);--mat-select-focused-arrow-color: #006686;--mat-select-invalid-arrow-color: #ba1a1a}.mat-accent.mat-mdc-radio-button{--mat-radio-checked-ripple-color: #006686;--mat-radio-disabled-label-color: color-mix(in srgb, #001c37 38%, transparent);--mat-radio-disabled-selected-icon-color: #001c37;--mat-radio-disabled-unselected-icon-color: #001c37;--mat-radio-label-text-color: #001c37;--mat-radio-ripple-color: #001c37;--mat-radio-selected-focus-icon-color: #006686;--mat-radio-selected-hover-icon-color: #006686;--mat-radio-selected-icon-color: #006686;--mat-radio-selected-pressed-icon-color: #006686;--mat-radio-unselected-focus-icon-color: #001c37;--mat-radio-unselected-hover-icon-color: #001c37;--mat-radio-unselected-pressed-icon-color: #001c37}.mat-accent.mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #006686;--mat-progress-bar-track-color: #e0e2ec}.mat-accent.mat-mdc-form-field{--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-enabled-select-arrow-color: #44474e;--mat-form-field-error-focus-trailing-icon-color: #ba1a1a;--mat-form-field-error-hover-trailing-icon-color: #93000a;--mat-form-field-error-text-color: #ba1a1a;--mat-form-field-error-trailing-icon-color: #ba1a1a;--mat-form-field-filled-active-indicator-color: #44474e;--mat-form-field-filled-caret-color: #006686;--mat-form-field-filled-container-color: #e0e2ec;--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-filled-disabled-container-color: color-mix(in srgb, #001c37 4%, transparent);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-filled-error-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-caret-color: #ba1a1a;--mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-focus-label-text-color: #ba1a1a;--mat-form-field-filled-error-hover-active-indicator-color: #93000a;--mat-form-field-filled-error-hover-label-text-color: #93000a;--mat-form-field-filled-error-label-text-color: #ba1a1a;--mat-form-field-filled-focus-active-indicator-color: #006686;--mat-form-field-filled-focus-label-text-color: #006686;--mat-form-field-filled-hover-active-indicator-color: #001c37;--mat-form-field-filled-hover-label-text-color: #44474e;--mat-form-field-filled-input-text-color: #001c37;--mat-form-field-filled-input-text-placeholder-color: #44474e;--mat-form-field-filled-label-text-color: #44474e;--mat-form-field-focus-select-arrow-color: #006686;--mat-form-field-focus-state-layer-opacity: 0;--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-leading-icon-color: #44474e;--mat-form-field-outlined-caret-color: #006686;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #001c37 12%, transparent);--mat-form-field-outlined-error-caret-color: #ba1a1a;--mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;--mat-form-field-outlined-error-focus-outline-color: #ba1a1a;--mat-form-field-outlined-error-hover-label-text-color: #93000a;--mat-form-field-outlined-error-hover-outline-color: #93000a;--mat-form-field-outlined-error-label-text-color: #ba1a1a;--mat-form-field-outlined-error-outline-color: #ba1a1a;--mat-form-field-outlined-focus-label-text-color: #006686;--mat-form-field-outlined-focus-outline-color: #006686;--mat-form-field-outlined-hover-label-text-color: #001c37;--mat-form-field-outlined-hover-outline-color: #001c37;--mat-form-field-outlined-input-text-color: #001c37;--mat-form-field-outlined-input-text-placeholder-color: #44474e;--mat-form-field-outlined-label-text-color: #44474e;--mat-form-field-outlined-outline-color: #74777f;--mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-select-option-text-color: #001c37;--mat-form-field-state-layer-color: #001c37;--mat-form-field-trailing-icon-color: #44474e}.mat-accent.mat-datepicker-content{--mat-datepicker-calendar-body-label-text-color: #001c37;--mat-datepicker-calendar-container-background-color: #dce9ff;--mat-datepicker-calendar-container-text-color: #001c37;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #001c37 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #001c37 8%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #c0e8ff;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #4150ce;--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #dfe0ff;--mat-datepicker-calendar-date-in-range-state-background-color: #c0e8ff;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-preview-state-outline-color: #006686;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-calendar-date-selected-state-background-color: #006686;--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-text-color: #001c37;--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-calendar-date-today-outline-color: #006686;--mat-datepicker-calendar-date-today-selected-state-outline-color: #006686;--mat-datepicker-calendar-header-divider-color: transparent;--mat-datepicker-calendar-header-text-color: #44474e;--mat-datepicker-calendar-navigation-button-icon-color: #44474e;--mat-datepicker-calendar-period-button-icon-color: #44474e;--mat-datepicker-calendar-period-button-text-color: #44474e;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-range-input-separator-color: #001c37;--mat-datepicker-toggle-active-state-icon-color: #006686;--mat-datepicker-toggle-icon-color: #44474e}.mat-accent.mat-mdc-button-base{--mat-button-filled-container-color: #006686;--mat-button-filled-disabled-container-color: color-mix(in srgb, #001c37 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-button-filled-disabled-state-layer-color: #44474e;--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .08;--mat-button-filled-label-text-color: #ffffff;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-filled-state-layer-color: #ffffff;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-button-outlined-disabled-outline-color: color-mix(in srgb, #001c37 12%, transparent);--mat-button-outlined-disabled-state-layer-color: #44474e;--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .08;--mat-button-outlined-label-text-color: #006686;--mat-button-outlined-outline-color: #74777f;--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, #006686 12%, transparent);--mat-button-outlined-state-layer-color: #006686;--mat-button-protected-container-color: #f8f9ff;--mat-button-protected-container-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-button-protected-disabled-container-color: color-mix(in srgb, #001c37 12%, transparent);--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-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-button-protected-disabled-state-layer-color: #44474e;--mat-button-protected-focus-container-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-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-container-elevation-shadow: 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-button-protected-hover-state-layer-opacity: .08;--mat-button-protected-label-text-color: #006686;--mat-button-protected-pressed-container-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-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, #006686 12%, transparent);--mat-button-protected-state-layer-color: #006686;--mat-button-text-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-button-text-disabled-state-layer-color: #44474e;--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .08;--mat-button-text-label-text-color: #006686;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, #006686 12%, transparent);--mat-button-text-state-layer-color: #006686;--mat-button-tonal-container-color: #c0e8ff;--mat-button-tonal-disabled-container-color: color-mix(in srgb, #001c37 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-button-tonal-disabled-state-layer-color: #44474e;--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .08;--mat-button-tonal-label-text-color: #004d66;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, #004d66 12%, transparent);--mat-button-tonal-state-layer-color: #004d66;--mat-icon-button-disabled-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-icon-button-disabled-state-layer-color: #006686;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-icon-color: #006686;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, #006686 12%, transparent);--mat-icon-button-state-layer-color: #006686}.mat-accent.mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-chip-disabled-outline-color: color-mix(in srgb, #001c37 12%, transparent);--mat-chip-elevated-selected-container-color: #c0e8ff;--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #001c37 12%, transparent);--mat-chip-focus-outline-color: #44474e;--mat-chip-focus-state-layer-color: #44474e;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: #44474e;--mat-chip-hover-state-layer-opacity: .08;--mat-chip-label-text-color: #44474e;--mat-chip-outline-color: #74777f;--mat-chip-selected-disabled-trailing-icon-color: #001c37;--mat-chip-selected-focus-state-layer-color: #004d66;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: #004d66;--mat-chip-selected-hover-state-layer-opacity: .08;--mat-chip-selected-label-text-color: #004d66;--mat-chip-selected-trailing-action-state-layer-color: #004d66;--mat-chip-selected-trailing-icon-color: #004d66;--mat-chip-trailing-action-focus-state-layer-opacity: .12;--mat-chip-trailing-action-hover-state-layer-opacity: .08;--mat-chip-trailing-action-state-layer-color: #44474e;--mat-chip-with-icon-disabled-icon-color: #001c37;--mat-chip-with-icon-icon-color: #44474e;--mat-chip-with-icon-selected-icon-color: #004d66;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #001c37;--mat-chip-with-trailing-icon-trailing-icon-color: #44474e}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mat-checkbox-disabled-label-color: color-mix(in srgb, #001c37 38%, transparent);--mat-checkbox-disabled-selected-checkmark-color: #f8f9ff;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-checkbox-label-text-color: #001c37;--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #006686;--mat-checkbox-selected-focus-state-layer-color: #006686;--mat-checkbox-selected-hover-icon-color: #006686;--mat-checkbox-selected-hover-state-layer-color: #006686;--mat-checkbox-selected-icon-color: #006686;--mat-checkbox-selected-pressed-icon-color: #006686;--mat-checkbox-selected-pressed-state-layer-color: #001c37;--mat-checkbox-unselected-focus-icon-color: #001c37;--mat-checkbox-unselected-focus-state-layer-color: #001c37;--mat-checkbox-unselected-hover-icon-color: #001c37;--mat-checkbox-unselected-hover-state-layer-color: #001c37;--mat-checkbox-unselected-icon-color: #44474e;--mat-checkbox-unselected-pressed-state-layer-color: #006686;--mat-radio-checked-ripple-color: #006686;--mat-radio-disabled-label-color: color-mix(in srgb, #001c37 38%, transparent);--mat-radio-disabled-selected-icon-color: #001c37;--mat-radio-disabled-unselected-icon-color: #001c37;--mat-radio-label-text-color: #001c37;--mat-radio-ripple-color: #001c37;--mat-radio-selected-focus-icon-color: #006686;--mat-radio-selected-hover-icon-color: #006686;--mat-radio-selected-icon-color: #006686;--mat-radio-selected-pressed-icon-color: #006686;--mat-radio-unselected-focus-icon-color: #001c37;--mat-radio-unselected-hover-icon-color: #001c37;--mat-radio-unselected-pressed-icon-color: #001c37}.mat-accent.mat-mdc-fab,.mat-accent.mat-mdc-mini-fab{--mat-fab-container-color: #c0e8ff;--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-disabled-state-container-color: color-mix(in srgb, #001c37 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, #001c37 38%, transparent);--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-focus-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-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: 6;--mat-fab-focus-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-focus-state-layer-opacity: .12;--mat-fab-foreground-color: #004d66;--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-hover-state-layer-opacity: .08;--mat-fab-pressed-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-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, #004d66 12%, transparent);--mat-fab-small-container-color: #c0e8ff;--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-disabled-state-container-color: color-mix(in srgb, #001c37 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #001c37 38%, transparent);--mat-fab-small-focus-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-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: #004d66;--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-hover-state-layer-opacity: .08;--mat-fab-small-pressed-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-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, #004d66 12%, transparent);--mat-fab-small-state-layer-color: #004d66;--mat-fab-state-layer-color: #004d66}.mat-badge-accent{--mat-badge-background-color: #006686;--mat-badge-disabled-state-background-color: color-mix(in srgb, #006686 38%, transparent);--mat-badge-disabled-state-text-color: #ffffff;--mat-badge-text-color: #ffffff}.mat-warn{--mat-option-focus-state-layer-color: color-mix(in srgb, #001c37 12%, transparent);--mat-option-hover-state-layer-color: color-mix(in srgb, #001c37 8%, transparent);--mat-option-label-text-color: #001c37;--mat-option-selected-state-label-text-color: #93000a;--mat-option-selected-state-layer-color: #ffdad6}.mat-warn{--mat-progress-spinner-active-indicator-color: #ba1a1a}.mat-warn{--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #f8f9ff;--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;--mat-pseudo-checkbox-full-selected-icon-color: #ba1a1a;--mat-pseudo-checkbox-full-unselected-icon-color: #44474e;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #001c37 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #ba1a1a}.mat-warn{--mat-stepper-container-color: #f8f9ff;--mat-stepper-header-done-state-icon-background-color: #ba1a1a;--mat-stepper-header-done-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #ba1a1a;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;--mat-stepper-header-error-state-label-text-color: #ba1a1a;--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #001c37 12%, transparent);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #001c37 8%, transparent);--mat-stepper-header-icon-background-color: #44474e;--mat-stepper-header-icon-foreground-color: #f8f9ff;--mat-stepper-header-label-text-color: #44474e;--mat-stepper-header-optional-label-text-color: #44474e;--mat-stepper-header-selected-state-icon-background-color: #ba1a1a;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-selected-state-label-text-color: #44474e;--mat-stepper-line-color: #74777f}.mat-warn.mat-icon{--mat-icon-color: #ba1a1a}.mat-warn.mat-mdc-checkbox{--mat-checkbox-disabled-label-color: color-mix(in srgb, #001c37 38%, transparent);--mat-checkbox-disabled-selected-checkmark-color: #f8f9ff;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-checkbox-label-text-color: #001c37;--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #ba1a1a;--mat-checkbox-selected-focus-state-layer-color: #ba1a1a;--mat-checkbox-selected-hover-icon-color: #ba1a1a;--mat-checkbox-selected-hover-state-layer-color: #ba1a1a;--mat-checkbox-selected-icon-color: #ba1a1a;--mat-checkbox-selected-pressed-icon-color: #ba1a1a;--mat-checkbox-selected-pressed-state-layer-color: #001c37;--mat-checkbox-unselected-focus-icon-color: #001c37;--mat-checkbox-unselected-focus-state-layer-color: #001c37;--mat-checkbox-unselected-hover-icon-color: #001c37;--mat-checkbox-unselected-hover-state-layer-color: #001c37;--mat-checkbox-unselected-icon-color: #44474e;--mat-checkbox-unselected-pressed-state-layer-color: #ba1a1a}.mat-warn.mat-mdc-slider{--mat-slider-active-track-color: #ba1a1a;--mat-slider-active-track-shape: 9999px;--mat-slider-disabled-active-track-color: #001c37;--mat-slider-disabled-handle-color: #001c37;--mat-slider-disabled-inactive-track-color: #001c37;--mat-slider-focus-handle-color: #ba1a1a;--mat-slider-focus-state-layer-color: color-mix(in srgb, #ba1a1a 20%, transparent);--mat-slider-handle-color: #ba1a1a;--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-shape: 9999px;--mat-slider-hover-handle-color: #ba1a1a;--mat-slider-hover-state-layer-color: color-mix(in srgb, #ba1a1a 5%, transparent);--mat-slider-inactive-track-color: #e0e2ec;--mat-slider-inactive-track-shape: 9999px;--mat-slider-label-container-color: #ba1a1a;--mat-slider-label-label-text-color: #ffffff;--mat-slider-ripple-color: #ba1a1a;--mat-slider-with-overlap-handle-outline-color: #ffffff;--mat-slider-with-tick-marks-active-container-color: #ffffff;--mat-slider-with-tick-marks-container-shape: 9999px;--mat-slider-with-tick-marks-disabled-container-color: #001c37;--mat-slider-with-tick-marks-inactive-container-color: #44474e}.mat-warn.mat-mdc-tab-group,.mat-warn.mat-mdc-tab-nav-bar{--mat-tab-active-focus-indicator-color: #ba1a1a;--mat-tab-active-focus-label-text-color: #001c37;--mat-tab-active-hover-indicator-color: #ba1a1a;--mat-tab-active-hover-label-text-color: #001c37;--mat-tab-active-indicator-color: #ba1a1a;--mat-tab-active-label-text-color: #001c37;--mat-tab-active-ripple-color: #001c37;--mat-tab-divider-color: #e0e2ec;--mat-tab-inactive-focus-label-text-color: #001c37;--mat-tab-inactive-hover-label-text-color: #001c37;--mat-tab-inactive-label-text-color: #001c37;--mat-tab-inactive-ripple-color: #001c37;--mat-tab-pagination-icon-color: #001c37;--mat-tab-disabled-ripple-color: #44474e}.mat-warn.mat-mdc-slide-toggle{--mat-slide-toggle-disabled-label-text-color: #001c37;--mat-slide-toggle-disabled-selected-handle-color: #f8f9ff;--mat-slide-toggle-disabled-selected-icon-color: #001c37;--mat-slide-toggle-disabled-selected-track-color: #001c37;--mat-slide-toggle-disabled-unselected-handle-color: #001c37;--mat-slide-toggle-disabled-unselected-icon-color: #e0e2ec;--mat-slide-toggle-disabled-unselected-track-color: #e0e2ec;--mat-slide-toggle-disabled-unselected-track-outline-color: #001c37;--mat-slide-toggle-label-text-color: #001c37;--mat-slide-toggle-selected-focus-handle-color: #ffdad6;--mat-slide-toggle-selected-focus-state-layer-color: #ba1a1a;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-focus-track-color: #ba1a1a;--mat-slide-toggle-selected-handle-color: #ffffff;--mat-slide-toggle-selected-hover-handle-color: #ffdad6;--mat-slide-toggle-selected-hover-state-layer-color: #ba1a1a;--mat-slide-toggle-selected-hover-state-layer-opacity: .08;--mat-slide-toggle-selected-hover-track-color: #ba1a1a;--mat-slide-toggle-selected-icon-color: #93000a;--mat-slide-toggle-selected-pressed-handle-color: #ffdad6;--mat-slide-toggle-selected-pressed-state-layer-color: #ba1a1a;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-pressed-track-color: #ba1a1a;--mat-slide-toggle-selected-track-color: #ba1a1a;--mat-slide-toggle-track-outline-color: #74777f;--mat-slide-toggle-unselected-focus-handle-color: #44474e;--mat-slide-toggle-unselected-focus-state-layer-color: #001c37;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-focus-track-color: #e0e2ec;--mat-slide-toggle-unselected-handle-color: #74777f;--mat-slide-toggle-unselected-hover-handle-color: #44474e;--mat-slide-toggle-unselected-hover-state-layer-color: #001c37;--mat-slide-toggle-unselected-hover-state-layer-opacity: .08;--mat-slide-toggle-unselected-hover-track-color: #e0e2ec;--mat-slide-toggle-unselected-icon-color: #e0e2ec;--mat-slide-toggle-unselected-pressed-handle-color: #44474e;--mat-slide-toggle-unselected-pressed-state-layer-color: #001c37;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .12;--mat-slide-toggle-unselected-pressed-track-color: #e0e2ec;--mat-slide-toggle-unselected-track-color: #e0e2ec}.mat-warn.mat-mdc-form-field{--mat-select-panel-background-color: #e5eeff;--mat-select-enabled-trigger-text-color: #001c37;--mat-select-disabled-trigger-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-select-placeholder-text-color: #44474e;--mat-select-enabled-arrow-color: #44474e;--mat-select-disabled-arrow-color: color-mix(in srgb, #001c37 38%, transparent);--mat-select-focused-arrow-color: #ba1a1a;--mat-select-invalid-arrow-color: #ba1a1a}.mat-warn.mat-mdc-radio-button{--mat-radio-checked-ripple-color: #ba1a1a;--mat-radio-disabled-label-color: color-mix(in srgb, #001c37 38%, transparent);--mat-radio-disabled-selected-icon-color: #001c37;--mat-radio-disabled-unselected-icon-color: #001c37;--mat-radio-label-text-color: #001c37;--mat-radio-ripple-color: #001c37;--mat-radio-selected-focus-icon-color: #ba1a1a;--mat-radio-selected-hover-icon-color: #ba1a1a;--mat-radio-selected-icon-color: #ba1a1a;--mat-radio-selected-pressed-icon-color: #ba1a1a;--mat-radio-unselected-focus-icon-color: #001c37;--mat-radio-unselected-hover-icon-color: #001c37;--mat-radio-unselected-pressed-icon-color: #001c37}.mat-warn.mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #ba1a1a;--mat-progress-bar-track-color: #e0e2ec}.mat-warn.mat-mdc-form-field{--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-enabled-select-arrow-color: #44474e;--mat-form-field-error-focus-trailing-icon-color: #ba1a1a;--mat-form-field-error-hover-trailing-icon-color: #93000a;--mat-form-field-error-text-color: #ba1a1a;--mat-form-field-error-trailing-icon-color: #ba1a1a;--mat-form-field-filled-active-indicator-color: #44474e;--mat-form-field-filled-caret-color: #ba1a1a;--mat-form-field-filled-container-color: #e0e2ec;--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-filled-disabled-container-color: color-mix(in srgb, #001c37 4%, transparent);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-filled-error-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-caret-color: #ba1a1a;--mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-focus-label-text-color: #ba1a1a;--mat-form-field-filled-error-hover-active-indicator-color: #93000a;--mat-form-field-filled-error-hover-label-text-color: #93000a;--mat-form-field-filled-error-label-text-color: #ba1a1a;--mat-form-field-filled-focus-active-indicator-color: #ba1a1a;--mat-form-field-filled-focus-label-text-color: #ba1a1a;--mat-form-field-filled-hover-active-indicator-color: #001c37;--mat-form-field-filled-hover-label-text-color: #44474e;--mat-form-field-filled-input-text-color: #001c37;--mat-form-field-filled-input-text-placeholder-color: #44474e;--mat-form-field-filled-label-text-color: #44474e;--mat-form-field-focus-select-arrow-color: #ba1a1a;--mat-form-field-focus-state-layer-opacity: 0;--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-leading-icon-color: #44474e;--mat-form-field-outlined-caret-color: #ba1a1a;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #001c37 12%, transparent);--mat-form-field-outlined-error-caret-color: #ba1a1a;--mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;--mat-form-field-outlined-error-focus-outline-color: #ba1a1a;--mat-form-field-outlined-error-hover-label-text-color: #93000a;--mat-form-field-outlined-error-hover-outline-color: #93000a;--mat-form-field-outlined-error-label-text-color: #ba1a1a;--mat-form-field-outlined-error-outline-color: #ba1a1a;--mat-form-field-outlined-focus-label-text-color: #ba1a1a;--mat-form-field-outlined-focus-outline-color: #ba1a1a;--mat-form-field-outlined-hover-label-text-color: #001c37;--mat-form-field-outlined-hover-outline-color: #001c37;--mat-form-field-outlined-input-text-color: #001c37;--mat-form-field-outlined-input-text-placeholder-color: #44474e;--mat-form-field-outlined-label-text-color: #44474e;--mat-form-field-outlined-outline-color: #74777f;--mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-select-option-text-color: #001c37;--mat-form-field-state-layer-color: #001c37;--mat-form-field-trailing-icon-color: #44474e}.mat-warn.mat-datepicker-content{--mat-datepicker-calendar-body-label-text-color: #001c37;--mat-datepicker-calendar-container-background-color: #dce9ff;--mat-datepicker-calendar-container-text-color: #001c37;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #001c37 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #001c37 8%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #c0e8ff;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #4150ce;--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #dfe0ff;--mat-datepicker-calendar-date-in-range-state-background-color: #ffdad6;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-preview-state-outline-color: #ba1a1a;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-calendar-date-selected-state-background-color: #ba1a1a;--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-text-color: #001c37;--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-calendar-date-today-outline-color: #ba1a1a;--mat-datepicker-calendar-date-today-selected-state-outline-color: #ba1a1a;--mat-datepicker-calendar-header-divider-color: transparent;--mat-datepicker-calendar-header-text-color: #44474e;--mat-datepicker-calendar-navigation-button-icon-color: #44474e;--mat-datepicker-calendar-period-button-icon-color: #44474e;--mat-datepicker-calendar-period-button-text-color: #44474e;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-range-input-separator-color: #001c37;--mat-datepicker-toggle-active-state-icon-color: #ba1a1a;--mat-datepicker-toggle-icon-color: #44474e}.mat-warn.mat-mdc-button-base{--mat-button-filled-container-color: #ba1a1a;--mat-button-filled-disabled-container-color: color-mix(in srgb, #001c37 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-button-filled-disabled-state-layer-color: #44474e;--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .08;--mat-button-filled-label-text-color: #ffffff;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-filled-state-layer-color: #ffffff;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-button-outlined-disabled-outline-color: color-mix(in srgb, #001c37 12%, transparent);--mat-button-outlined-disabled-state-layer-color: #44474e;--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .08;--mat-button-outlined-label-text-color: #ba1a1a;--mat-button-outlined-outline-color: #74777f;--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, #ba1a1a 12%, transparent);--mat-button-outlined-state-layer-color: #ba1a1a;--mat-button-protected-container-color: #f8f9ff;--mat-button-protected-container-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-button-protected-disabled-container-color: color-mix(in srgb, #001c37 12%, transparent);--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-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-button-protected-disabled-state-layer-color: #44474e;--mat-button-protected-focus-container-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-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-container-elevation-shadow: 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-button-protected-hover-state-layer-opacity: .08;--mat-button-protected-label-text-color: #ba1a1a;--mat-button-protected-pressed-container-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-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, #ba1a1a 12%, transparent);--mat-button-protected-state-layer-color: #ba1a1a;--mat-button-text-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-button-text-disabled-state-layer-color: #44474e;--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .08;--mat-button-text-label-text-color: #ba1a1a;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, #ba1a1a 12%, transparent);--mat-button-text-state-layer-color: #ba1a1a;--mat-button-tonal-container-color: #ffdad6;--mat-button-tonal-disabled-container-color: color-mix(in srgb, #001c37 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-button-tonal-disabled-state-layer-color: #44474e;--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .08;--mat-button-tonal-label-text-color: #93000a;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, #93000a 12%, transparent);--mat-button-tonal-state-layer-color: #93000a;--mat-icon-button-disabled-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-icon-button-disabled-state-layer-color: #ba1a1a;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-icon-color: #ba1a1a;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, #ba1a1a 12%, transparent);--mat-icon-button-state-layer-color: #ba1a1a}.mat-warn.mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-chip-disabled-outline-color: color-mix(in srgb, #001c37 12%, transparent);--mat-chip-elevated-selected-container-color: #ffdad6;--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #001c37 12%, transparent);--mat-chip-focus-outline-color: #44474e;--mat-chip-focus-state-layer-color: #44474e;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: #44474e;--mat-chip-hover-state-layer-opacity: .08;--mat-chip-label-text-color: #44474e;--mat-chip-outline-color: #74777f;--mat-chip-selected-disabled-trailing-icon-color: #001c37;--mat-chip-selected-focus-state-layer-color: #93000a;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: #93000a;--mat-chip-selected-hover-state-layer-opacity: .08;--mat-chip-selected-label-text-color: #93000a;--mat-chip-selected-trailing-action-state-layer-color: #93000a;--mat-chip-selected-trailing-icon-color: #93000a;--mat-chip-trailing-action-focus-state-layer-opacity: .12;--mat-chip-trailing-action-hover-state-layer-opacity: .08;--mat-chip-trailing-action-state-layer-color: #44474e;--mat-chip-with-icon-disabled-icon-color: #001c37;--mat-chip-with-icon-icon-color: #44474e;--mat-chip-with-icon-selected-icon-color: #93000a;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #001c37;--mat-chip-with-trailing-icon-trailing-icon-color: #44474e}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mat-checkbox-disabled-label-color: color-mix(in srgb, #001c37 38%, transparent);--mat-checkbox-disabled-selected-checkmark-color: #f8f9ff;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-checkbox-label-text-color: #001c37;--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #ba1a1a;--mat-checkbox-selected-focus-state-layer-color: #ba1a1a;--mat-checkbox-selected-hover-icon-color: #ba1a1a;--mat-checkbox-selected-hover-state-layer-color: #ba1a1a;--mat-checkbox-selected-icon-color: #ba1a1a;--mat-checkbox-selected-pressed-icon-color: #ba1a1a;--mat-checkbox-selected-pressed-state-layer-color: #001c37;--mat-checkbox-unselected-focus-icon-color: #001c37;--mat-checkbox-unselected-focus-state-layer-color: #001c37;--mat-checkbox-unselected-hover-icon-color: #001c37;--mat-checkbox-unselected-hover-state-layer-color: #001c37;--mat-checkbox-unselected-icon-color: #44474e;--mat-checkbox-unselected-pressed-state-layer-color: #ba1a1a;--mat-radio-checked-ripple-color: #ba1a1a;--mat-radio-disabled-label-color: color-mix(in srgb, #001c37 38%, transparent);--mat-radio-disabled-selected-icon-color: #001c37;--mat-radio-disabled-unselected-icon-color: #001c37;--mat-radio-label-text-color: #001c37;--mat-radio-ripple-color: #001c37;--mat-radio-selected-focus-icon-color: #ba1a1a;--mat-radio-selected-hover-icon-color: #ba1a1a;--mat-radio-selected-icon-color: #ba1a1a;--mat-radio-selected-pressed-icon-color: #ba1a1a;--mat-radio-unselected-focus-icon-color: #001c37;--mat-radio-unselected-hover-icon-color: #001c37;--mat-radio-unselected-pressed-icon-color: #001c37}.mat-badge-warn{--mat-badge-background-color: #ba1a1a;--mat-badge-disabled-state-background-color: color-mix(in srgb, #ba1a1a 38%, transparent);--mat-badge-disabled-state-text-color: #ffffff;--mat-badge-text-color: #ffffff}html{--mat-app-background-color: #f8f9ff;--mat-app-text-color: #001c37;--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, #001c37 10%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, #001c37 12%, transparent);--mat-option-hover-state-layer-color: color-mix(in srgb, #001c37 8%, transparent);--mat-option-label-text-color: #001c37;--mat-option-selected-state-label-text-color: #2634b6;--mat-option-selected-state-layer-color: #dfe0ff;--mat-optgroup-label-text-color: #44474e;--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #f8f9ff;--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;--mat-pseudo-checkbox-full-selected-icon-color: #205db2;--mat-pseudo-checkbox-full-unselected-icon-color: #44474e;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #001c37 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #205db2;--mat-option-label-text-size: 1rem;--mat-option-label-text-weight: 400;--mat-option-label-text-font: Roboto, sans-serif;--mat-option-label-text-line-height: 1.25rem;--mat-option-label-text-tracking: .006rem;--mat-optgroup-label-text-font: Roboto, sans-serif;--mat-optgroup-label-text-line-height: 1.25rem;--mat-optgroup-label-text-size: .875rem;--mat-optgroup-label-text-tracking: .006rem;--mat-optgroup-label-text-weight: 500;--mat-card-elevated-container-shape: 12px;--mat-card-filled-container-shape: 12px;--mat-card-outlined-container-shape: 12px;--mat-card-outlined-outline-width: 1px;--mat-card-elevated-container-color: #eff4ff;--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-filled-container-color: #d2e4ff;--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);--mat-card-outlined-container-color: #f8f9ff;--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: #c4c6d0;--mat-card-subtitle-text-color: #001c37;--mat-card-subtitle-text-font: Roboto, sans-serif;--mat-card-subtitle-text-line-height: 1.5rem;--mat-card-subtitle-text-size: 1rem;--mat-card-subtitle-text-tracking: .009rem;--mat-card-subtitle-text-weight: 500;--mat-card-title-text-font: Roboto, sans-serif;--mat-card-title-text-line-height: 1.75rem;--mat-card-title-text-size: 1.375rem;--mat-card-title-text-tracking: 0;--mat-card-title-text-weight: 400;--mat-progress-bar-active-indicator-height: 4px;--mat-progress-bar-track-height: 4px;--mat-progress-bar-track-shape: 0;--mat-progress-bar-active-indicator-color: #205db2;--mat-progress-bar-track-color: #e0e2ec;--mat-tooltip-container-color: #00325a;--mat-tooltip-container-shape: 4px;--mat-tooltip-supporting-text-color: #eaf1ff;--mat-tooltip-supporting-text-font: Roboto, sans-serif;--mat-tooltip-supporting-text-line-height: 1rem;--mat-tooltip-supporting-text-size: .75rem;--mat-tooltip-supporting-text-tracking: .025rem;--mat-tooltip-supporting-text-weight: 400;--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;--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-enabled-select-arrow-color: #44474e;--mat-form-field-error-focus-trailing-icon-color: #ba1a1a;--mat-form-field-error-hover-trailing-icon-color: #93000a;--mat-form-field-error-text-color: #ba1a1a;--mat-form-field-error-trailing-icon-color: #ba1a1a;--mat-form-field-filled-active-indicator-color: #44474e;--mat-form-field-filled-caret-color: #205db2;--mat-form-field-filled-container-color: #e0e2ec;--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-filled-disabled-container-color: color-mix(in srgb, #001c37 4%, transparent);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-filled-error-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-caret-color: #ba1a1a;--mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-focus-label-text-color: #ba1a1a;--mat-form-field-filled-error-hover-active-indicator-color: #93000a;--mat-form-field-filled-error-hover-label-text-color: #93000a;--mat-form-field-filled-error-label-text-color: #ba1a1a;--mat-form-field-filled-focus-active-indicator-color: #205db2;--mat-form-field-filled-focus-label-text-color: #205db2;--mat-form-field-filled-hover-active-indicator-color: #001c37;--mat-form-field-filled-hover-label-text-color: #44474e;--mat-form-field-filled-input-text-color: #001c37;--mat-form-field-filled-input-text-placeholder-color: #44474e;--mat-form-field-filled-label-text-color: #44474e;--mat-form-field-focus-select-arrow-color: #205db2;--mat-form-field-focus-state-layer-opacity: 0;--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-leading-icon-color: #44474e;--mat-form-field-outlined-caret-color: #205db2;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #001c37 12%, transparent);--mat-form-field-outlined-error-caret-color: #ba1a1a;--mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;--mat-form-field-outlined-error-focus-outline-color: #ba1a1a;--mat-form-field-outlined-error-hover-label-text-color: #93000a;--mat-form-field-outlined-error-hover-outline-color: #93000a;--mat-form-field-outlined-error-label-text-color: #ba1a1a;--mat-form-field-outlined-error-outline-color: #ba1a1a;--mat-form-field-outlined-focus-label-text-color: #205db2;--mat-form-field-outlined-focus-outline-color: #205db2;--mat-form-field-outlined-hover-label-text-color: #001c37;--mat-form-field-outlined-hover-outline-color: #001c37;--mat-form-field-outlined-input-text-color: #001c37;--mat-form-field-outlined-input-text-placeholder-color: #44474e;--mat-form-field-outlined-label-text-color: #44474e;--mat-form-field-outlined-outline-color: #74777f;--mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-form-field-select-option-text-color: #001c37;--mat-form-field-state-layer-color: #001c37;--mat-form-field-trailing-icon-color: #44474e;--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;--mat-form-field-container-text-font: Roboto, sans-serif;--mat-form-field-container-text-line-height: 1.5rem;--mat-form-field-container-text-size: 1rem;--mat-form-field-container-text-tracking: .031rem;--mat-form-field-container-text-weight: 400;--mat-form-field-subscript-text-font: Roboto, sans-serif;--mat-form-field-subscript-text-line-height: 1rem;--mat-form-field-subscript-text-size: .75rem;--mat-form-field-subscript-text-tracking: .025rem;--mat-form-field-subscript-text-weight: 400;--mat-form-field-outlined-label-text-font: Roboto, sans-serif;--mat-form-field-outlined-label-text-size: 1rem;--mat-form-field-outlined-label-text-tracking: .031rem;--mat-form-field-outlined-label-text-weight: 400;--mat-form-field-filled-label-text-font: Roboto, sans-serif;--mat-form-field-filled-label-text-size: 1rem;--mat-form-field-filled-label-text-tracking: .031rem;--mat-form-field-filled-label-text-weight: 400;--mat-select-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-select-panel-background-color: #e5eeff;--mat-select-enabled-trigger-text-color: #001c37;--mat-select-disabled-trigger-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-select-placeholder-text-color: #44474e;--mat-select-enabled-arrow-color: #44474e;--mat-select-disabled-arrow-color: color-mix(in srgb, #001c37 38%, transparent);--mat-select-focused-arrow-color: #205db2;--mat-select-invalid-arrow-color: #ba1a1a;--mat-select-arrow-transform: translateY(-8px);--mat-select-trigger-text-font: Roboto, sans-serif;--mat-select-trigger-text-line-height: 1.5rem;--mat-select-trigger-text-size: 1rem;--mat-select-trigger-text-tracking: .031rem;--mat-select-trigger-text-weight: 400;--mat-autocomplete-container-shape: 4px;--mat-autocomplete-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-autocomplete-background-color: #e5eeff;--mat-dialog-actions-alignment: flex-end;--mat-dialog-actions-padding: 16px 24px;--mat-dialog-container-elevation-shadow: none;--mat-dialog-container-max-width: 560px;--mat-dialog-container-min-width: 280px;--mat-dialog-container-shape: 28px;--mat-dialog-container-small-max-width: calc(100vw - 32px) ;--mat-dialog-content-padding: 20px 24px;--mat-dialog-headline-padding: 6px 24px 13px;--mat-dialog-with-actions-content-padding: 20px 24px 0;--mat-dialog-container-color: #f8f9ff;--mat-dialog-subhead-color: #001c37;--mat-dialog-supporting-text-color: #44474e;--mat-dialog-subhead-font: Roboto, sans-serif;--mat-dialog-subhead-line-height: 2rem;--mat-dialog-subhead-size: 1.5rem;--mat-dialog-subhead-tracking: 0;--mat-dialog-subhead-weight: 400;--mat-dialog-supporting-text-font: Roboto, sans-serif;--mat-dialog-supporting-text-line-height: 1.25rem;--mat-dialog-supporting-text-size: .875rem;--mat-dialog-supporting-text-tracking: .016rem;--mat-dialog-supporting-text-weight: 400;--mat-chip-container-shape-radius: 8px;--mat-chip-disabled-container-opacity: 1;--mat-chip-elevated-container-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-outline-width: 1px;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-opacity: 1;--mat-chip-with-avatar-avatar-shape-radius: 24px;--mat-chip-with-avatar-avatar-size: 24px;--mat-chip-with-avatar-disabled-avatar-opacity: .38;--mat-chip-with-icon-disabled-icon-opacity: .38;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: .38;--mat-chip-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-chip-disabled-outline-color: color-mix(in srgb, #001c37 12%, transparent);--mat-chip-elevated-selected-container-color: #dfe0ff;--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #001c37 12%, transparent);--mat-chip-focus-outline-color: #44474e;--mat-chip-focus-state-layer-color: #44474e;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: #44474e;--mat-chip-hover-state-layer-opacity: .08;--mat-chip-label-text-color: #44474e;--mat-chip-outline-color: #74777f;--mat-chip-selected-disabled-trailing-icon-color: #001c37;--mat-chip-selected-focus-state-layer-color: #2634b6;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: #2634b6;--mat-chip-selected-hover-state-layer-opacity: .08;--mat-chip-selected-label-text-color: #2634b6;--mat-chip-selected-trailing-action-state-layer-color: #2634b6;--mat-chip-selected-trailing-icon-color: #2634b6;--mat-chip-trailing-action-focus-state-layer-opacity: .12;--mat-chip-trailing-action-hover-state-layer-opacity: .08;--mat-chip-trailing-action-state-layer-color: #44474e;--mat-chip-with-icon-disabled-icon-color: #001c37;--mat-chip-with-icon-icon-color: #44474e;--mat-chip-with-icon-selected-icon-color: #2634b6;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #001c37;--mat-chip-with-trailing-icon-trailing-icon-color: #44474e;--mat-chip-container-height: 32px;--mat-chip-label-text-font: Roboto, sans-serif;--mat-chip-label-text-line-height: 1.25rem;--mat-chip-label-text-size: .875rem;--mat-chip-label-text-tracking: .006rem;--mat-chip-label-text-weight: 500;--mat-slide-toggle-disabled-selected-handle-opacity: 1;--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-width: 2px;--mat-slide-toggle-handle-shape: 9999px;--mat-slide-toggle-hidden-track-opacity: 0;--mat-slide-toggle-hidden-track-transition: opacity 75ms;--mat-slide-toggle-pressed-handle-size: 28px;--mat-slide-toggle-selected-handle-horizontal-margin: 0 24px;--mat-slide-toggle-selected-handle-size: 24px;--mat-slide-toggle-selected-icon-size: 16px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0 22px;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 2px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0 24px;--mat-slide-toggle-state-layer-size: 40px;--mat-slide-toggle-track-height: 32px;--mat-slide-toggle-track-outline-width: 2px;--mat-slide-toggle-track-shape: 9999px;--mat-slide-toggle-track-width: 52px;--mat-slide-toggle-unselected-handle-horizontal-margin: 0 8px;--mat-slide-toggle-unselected-handle-size: 16px;--mat-slide-toggle-unselected-icon-size: 16px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0 2px;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0 4px;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: opacity 75ms;--mat-slide-toggle-with-icon-handle-size: 24px;--mat-slide-toggle-touch-target-size: 48px;--mat-slide-toggle-disabled-label-text-color: #001c37;--mat-slide-toggle-disabled-selected-handle-color: #f8f9ff;--mat-slide-toggle-disabled-selected-icon-color: #001c37;--mat-slide-toggle-disabled-selected-track-color: #001c37;--mat-slide-toggle-disabled-unselected-handle-color: #001c37;--mat-slide-toggle-disabled-unselected-icon-color: #e0e2ec;--mat-slide-toggle-disabled-unselected-track-color: #e0e2ec;--mat-slide-toggle-disabled-unselected-track-outline-color: #001c37;--mat-slide-toggle-label-text-color: #001c37;--mat-slide-toggle-selected-focus-handle-color: #d7e2ff;--mat-slide-toggle-selected-focus-state-layer-color: #205db2;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-focus-track-color: #205db2;--mat-slide-toggle-selected-handle-color: #ffffff;--mat-slide-toggle-selected-hover-handle-color: #d7e2ff;--mat-slide-toggle-selected-hover-state-layer-color: #205db2;--mat-slide-toggle-selected-hover-state-layer-opacity: .08;--mat-slide-toggle-selected-hover-track-color: #205db2;--mat-slide-toggle-selected-icon-color: #004591;--mat-slide-toggle-selected-pressed-handle-color: #d7e2ff;--mat-slide-toggle-selected-pressed-state-layer-color: #205db2;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-pressed-track-color: #205db2;--mat-slide-toggle-selected-track-color: #205db2;--mat-slide-toggle-track-outline-color: #74777f;--mat-slide-toggle-unselected-focus-handle-color: #44474e;--mat-slide-toggle-unselected-focus-state-layer-color: #001c37;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-focus-track-color: #e0e2ec;--mat-slide-toggle-unselected-handle-color: #74777f;--mat-slide-toggle-unselected-hover-handle-color: #44474e;--mat-slide-toggle-unselected-hover-state-layer-color: #001c37;--mat-slide-toggle-unselected-hover-state-layer-opacity: .08;--mat-slide-toggle-unselected-hover-track-color: #e0e2ec;--mat-slide-toggle-unselected-icon-color: #e0e2ec;--mat-slide-toggle-unselected-pressed-handle-color: #44474e;--mat-slide-toggle-unselected-pressed-state-layer-color: #001c37;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .12;--mat-slide-toggle-unselected-pressed-track-color: #e0e2ec;--mat-slide-toggle-unselected-track-color: #e0e2ec;--mat-slide-toggle-touch-target-display: block;--mat-slide-toggle-label-text-font: Roboto, sans-serif;--mat-slide-toggle-label-text-line-height: 1.25rem;--mat-slide-toggle-label-text-size: .875rem;--mat-slide-toggle-label-text-tracking: .016rem;--mat-slide-toggle-label-text-weight: 400;--mat-radio-disabled-unselected-icon-opacity: .38;--mat-radio-disabled-selected-icon-opacity: .38;--mat-radio-touch-target-size: 48px;--mat-radio-checked-ripple-color: #205db2;--mat-radio-disabled-label-color: color-mix(in srgb, #001c37 38%, transparent);--mat-radio-disabled-selected-icon-color: #001c37;--mat-radio-disabled-unselected-icon-color: #001c37;--mat-radio-label-text-color: #001c37;--mat-radio-ripple-color: #001c37;--mat-radio-selected-focus-icon-color: #205db2;--mat-radio-selected-hover-icon-color: #205db2;--mat-radio-selected-icon-color: #205db2;--mat-radio-selected-pressed-icon-color: #205db2;--mat-radio-unselected-focus-icon-color: #001c37;--mat-radio-unselected-hover-icon-color: #001c37;--mat-radio-unselected-icon-color: #44474e;--mat-radio-unselected-pressed-icon-color: #001c37;--mat-radio-touch-target-display: block;--mat-radio-state-layer-size: 40px;--mat-radio-label-text-font: Roboto, sans-serif;--mat-radio-label-text-line-height: 1.25rem;--mat-radio-label-text-size: .875rem;--mat-radio-label-text-tracking: .016rem;--mat-radio-label-text-weight: 400;--mat-slider-value-indicator-opacity: 1;--mat-slider-value-indicator-padding: 0;--mat-slider-value-indicator-width: 28px;--mat-slider-value-indicator-height: 28px;--mat-slider-value-indicator-caret-display: none;--mat-slider-value-indicator-border-radius: 50% 50% 50% 0;--mat-slider-value-indicator-text-transform: rotate(45deg);--mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);--mat-slider-active-track-height: 4px;--mat-slider-handle-height: 20px;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: .38;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: .38;--mat-slider-value-indicator-transform-origin: 0 28px;--mat-slider-active-track-color: #205db2;--mat-slider-active-track-shape: 9999px;--mat-slider-disabled-active-track-color: #001c37;--mat-slider-disabled-handle-color: #001c37;--mat-slider-disabled-inactive-track-color: #001c37;--mat-slider-focus-handle-color: #205db2;--mat-slider-focus-state-layer-color: color-mix(in srgb, #205db2 20%, transparent);--mat-slider-handle-color: #205db2;--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-shape: 9999px;--mat-slider-hover-handle-color: #205db2;--mat-slider-hover-state-layer-color: color-mix(in srgb, #205db2 5%, transparent);--mat-slider-inactive-track-color: #e0e2ec;--mat-slider-inactive-track-shape: 9999px;--mat-slider-label-container-color: #205db2;--mat-slider-label-label-text-color: #ffffff;--mat-slider-ripple-color: #205db2;--mat-slider-with-overlap-handle-outline-color: #ffffff;--mat-slider-with-tick-marks-active-container-color: #ffffff;--mat-slider-with-tick-marks-container-shape: 9999px;--mat-slider-with-tick-marks-disabled-container-color: #001c37;--mat-slider-with-tick-marks-inactive-container-color: #44474e;--mat-slider-label-label-text-font: Roboto, sans-serif;--mat-slider-label-label-text-line-height: 1rem;--mat-slider-label-label-text-size: .75rem;--mat-slider-label-label-text-tracking: .031rem;--mat-slider-label-label-text-weight: 500;--mat-menu-divider-bottom-spacing: 8px;--mat-menu-divider-top-spacing: 8px;--mat-menu-item-icon-size: 24px;--mat-menu-item-spacing: 12px;--mat-menu-item-leading-spacing: 12px;--mat-menu-item-trailing-spacing: 12px;--mat-menu-item-with-icon-leading-spacing: 12px;--mat-menu-item-with-icon-trailing-spacing: 12px;--mat-menu-container-shape: 4px;--mat-menu-divider-color: #e0e2ec;--mat-menu-item-label-text-color: #001c37;--mat-menu-item-icon-color: #44474e;--mat-menu-item-hover-state-layer-color: color-mix(in srgb, #001c37 8%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, #001c37 12%, transparent);--mat-menu-container-color: #e5eeff;--mat-menu-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-menu-item-label-text-font: Roboto, sans-serif;--mat-menu-item-label-text-line-height: 1.25rem;--mat-menu-item-label-text-size: .875rem;--mat-menu-item-label-text-tracking: .006rem;--mat-menu-item-label-text-weight: 500;--mat-list-active-indicator-color: #dfe0ff;--mat-list-active-indicator-shape: 9999px;--mat-list-list-item-container-color: transparent;--mat-list-list-item-container-shape: 0;--mat-list-list-item-disabled-label-text-color: #001c37;--mat-list-list-item-disabled-label-text-opacity: .3;--mat-list-list-item-disabled-leading-icon-color: #001c37;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-state-layer-color: #001c37;--mat-list-list-item-disabled-state-layer-opacity: .12;--mat-list-list-item-disabled-trailing-icon-color: #001c37;--mat-list-list-item-disabled-trailing-icon-opacity: .38;--mat-list-list-item-focus-label-text-color: #001c37;--mat-list-list-item-focus-state-layer-color: #001c37;--mat-list-list-item-focus-state-layer-opacity: .12;--mat-list-list-item-hover-label-text-color: #001c37;--mat-list-list-item-hover-state-layer-color: #001c37;--mat-list-list-item-hover-state-layer-opacity: .08;--mat-list-list-item-label-text-color: #001c37;--mat-list-list-item-leading-avatar-color: #d7e2ff;--mat-list-list-item-leading-avatar-shape: 9999px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-leading-icon-color: #44474e;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-selected-trailing-icon-color: #205db2;--mat-list-list-item-supporting-text-color: #44474e;--mat-list-list-item-trailing-icon-color: #44474e;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-trailing-supporting-text-color: #44474e;--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 16px;--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;--mat-list-list-item-label-text-font: Roboto, sans-serif;--mat-list-list-item-label-text-line-height: 1.5rem;--mat-list-list-item-label-text-size: 1rem;--mat-list-list-item-label-text-tracking: .031rem;--mat-list-list-item-label-text-weight: 400;--mat-list-list-item-supporting-text-font: Roboto, sans-serif;--mat-list-list-item-supporting-text-line-height: 1.25rem;--mat-list-list-item-supporting-text-size: .875rem;--mat-list-list-item-supporting-text-tracking: .016rem;--mat-list-list-item-supporting-text-weight: 400;--mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;--mat-list-list-item-trailing-supporting-text-line-height: 1rem;--mat-list-list-item-trailing-supporting-text-size: .688rem;--mat-list-list-item-trailing-supporting-text-tracking: .031rem;--mat-list-list-item-trailing-supporting-text-weight: 500;--mat-paginator-page-size-select-width: 84px;--mat-paginator-page-size-select-touch-target-height: 48px;--mat-paginator-container-text-color: #001c37;--mat-paginator-container-background-color: #f8f9ff;--mat-paginator-disabled-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-paginator-enabled-icon-color: #44474e;--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;--mat-paginator-container-text-font: Roboto, sans-serif;--mat-paginator-container-text-line-height: 1rem;--mat-paginator-container-text-size: .75rem;--mat-paginator-container-text-tracking: .025rem;--mat-paginator-container-text-weight: 400;--mat-paginator-select-trigger-text-size: .75rem;--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0;--mat-tab-divider-height: 1px;--mat-tab-active-focus-indicator-color: #205db2;--mat-tab-active-focus-label-text-color: #001c37;--mat-tab-active-hover-indicator-color: #205db2;--mat-tab-active-hover-label-text-color: #001c37;--mat-tab-active-indicator-color: #205db2;--mat-tab-active-label-text-color: #001c37;--mat-tab-active-ripple-color: #001c37;--mat-tab-divider-color: #e0e2ec;--mat-tab-inactive-focus-label-text-color: #001c37;--mat-tab-inactive-hover-label-text-color: #001c37;--mat-tab-inactive-label-text-color: #001c37;--mat-tab-inactive-ripple-color: #001c37;--mat-tab-pagination-icon-color: #001c37;--mat-tab-disabled-ripple-color: #44474e;--mat-tab-container-height: 48px;--mat-tab-label-text-font: Roboto, sans-serif;--mat-tab-label-text-line-height: 1.25rem;--mat-tab-label-text-size: .875rem;--mat-tab-label-text-tracking: .006rem;--mat-tab-label-text-weight: 500;--mat-checkbox-selected-focus-state-layer-opacity: .12;--mat-checkbox-selected-hover-state-layer-opacity: .08;--mat-checkbox-selected-pressed-state-layer-opacity: .12;--mat-checkbox-unselected-focus-state-layer-opacity: .12;--mat-checkbox-unselected-hover-state-layer-opacity: .08;--mat-checkbox-unselected-pressed-state-layer-opacity: .12;--mat-checkbox-touch-target-size: 48px;--mat-checkbox-disabled-label-color: color-mix(in srgb, #001c37 38%, transparent);--mat-checkbox-disabled-selected-checkmark-color: #f8f9ff;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-checkbox-label-text-color: #001c37;--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #205db2;--mat-checkbox-selected-focus-state-layer-color: #205db2;--mat-checkbox-selected-hover-icon-color: #205db2;--mat-checkbox-selected-hover-state-layer-color: #205db2;--mat-checkbox-selected-icon-color: #205db2;--mat-checkbox-selected-pressed-icon-color: #205db2;--mat-checkbox-selected-pressed-state-layer-color: #001c37;--mat-checkbox-unselected-focus-icon-color: #001c37;--mat-checkbox-unselected-focus-state-layer-color: #001c37;--mat-checkbox-unselected-hover-icon-color: #001c37;--mat-checkbox-unselected-hover-state-layer-color: #001c37;--mat-checkbox-unselected-icon-color: #44474e;--mat-checkbox-unselected-pressed-state-layer-color: #205db2;--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px;--mat-checkbox-label-text-font: Roboto, sans-serif;--mat-checkbox-label-text-line-height: 1.25rem;--mat-checkbox-label-text-size: .875rem;--mat-checkbox-label-text-tracking: .016rem;--mat-checkbox-label-text-weight: 400;--mat-button-filled-container-shape: 9999px;--mat-button-filled-horizontal-padding: 24px;--mat-button-filled-icon-offset: -8px;--mat-button-filled-icon-spacing: 8px;--mat-button-filled-touch-target-size: 48px;--mat-button-outlined-container-shape: 9999px;--mat-button-outlined-horizontal-padding: 24px;--mat-button-outlined-icon-offset: -8px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-outline-width: 1px;--mat-button-outlined-touch-target-size: 48px;--mat-button-protected-container-shape: 9999px;--mat-button-protected-horizontal-padding: 24px;--mat-button-protected-icon-offset: -8px;--mat-button-protected-icon-spacing: 8px;--mat-button-protected-touch-target-size: 48px;--mat-button-text-container-shape: 9999px;--mat-button-text-horizontal-padding: 12px;--mat-button-text-icon-offset: -4px;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 16px;--mat-button-text-touch-target-size: 48px;--mat-button-tonal-container-shape: 9999px;--mat-button-tonal-horizontal-padding: 24px;--mat-button-tonal-icon-offset: -8px;--mat-button-tonal-icon-spacing: 8px;--mat-button-tonal-touch-target-size: 48px;--mat-button-filled-container-color: #205db2;--mat-button-filled-disabled-container-color: color-mix(in srgb, #001c37 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-button-filled-disabled-state-layer-color: #44474e;--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .08;--mat-button-filled-label-text-color: #ffffff;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-filled-state-layer-color: #ffffff;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-button-outlined-disabled-outline-color: color-mix(in srgb, #001c37 12%, transparent);--mat-button-outlined-disabled-state-layer-color: #44474e;--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .08;--mat-button-outlined-label-text-color: #205db2;--mat-button-outlined-outline-color: #74777f;--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, #205db2 12%, transparent);--mat-button-outlined-state-layer-color: #205db2;--mat-button-protected-container-color: #f8f9ff;--mat-button-protected-container-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-button-protected-disabled-container-color: color-mix(in srgb, #001c37 12%, transparent);--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-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-button-protected-disabled-state-layer-color: #44474e;--mat-button-protected-focus-container-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-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-container-elevation-shadow: 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-button-protected-hover-state-layer-opacity: .08;--mat-button-protected-label-text-color: #205db2;--mat-button-protected-pressed-container-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-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, #205db2 12%, transparent);--mat-button-protected-state-layer-color: #205db2;--mat-button-text-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-button-text-disabled-state-layer-color: #44474e;--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .08;--mat-button-text-label-text-color: #205db2;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, #205db2 12%, transparent);--mat-button-text-state-layer-color: #205db2;--mat-button-tonal-container-color: #dfe0ff;--mat-button-tonal-disabled-container-color: color-mix(in srgb, #001c37 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-button-tonal-disabled-state-layer-color: #44474e;--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .08;--mat-button-tonal-label-text-color: #2634b6;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, #2634b6 12%, transparent);--mat-button-tonal-state-layer-color: #2634b6;--mat-button-filled-touch-target-display: block;--mat-button-filled-container-height: 40px;--mat-button-outlined-container-height: 40px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-touch-target-display: block;--mat-button-protected-container-height: 40px;--mat-button-text-touch-target-display: block;--mat-button-text-container-height: 40px;--mat-button-tonal-container-height: 40px;--mat-button-tonal-touch-target-display: block;--mat-button-filled-label-text-font: Roboto, sans-serif;--mat-button-filled-label-text-size: .875rem;--mat-button-filled-label-text-tracking: .006rem;--mat-button-filled-label-text-weight: 500;--mat-button-outlined-label-text-font: Roboto, sans-serif;--mat-button-outlined-label-text-size: .875rem;--mat-button-outlined-label-text-tracking: .006rem;--mat-button-outlined-label-text-weight: 500;--mat-button-protected-label-text-font: Roboto, sans-serif;--mat-button-protected-label-text-size: .875rem;--mat-button-protected-label-text-tracking: .006rem;--mat-button-protected-label-text-weight: 500;--mat-button-text-label-text-font: Roboto, sans-serif;--mat-button-text-label-text-size: .875rem;--mat-button-text-label-text-tracking: .006rem;--mat-button-text-label-text-weight: 500;--mat-button-tonal-label-text-font: Roboto, sans-serif;--mat-button-tonal-label-text-size: .875rem;--mat-button-tonal-label-text-tracking: .006rem;--mat-button-tonal-label-text-weight: 500;--mat-icon-button-icon-size: 24px;--mat-icon-button-container-shape: 9999px;--mat-icon-button-touch-target-size: 48px;--mat-icon-button-disabled-icon-color: color-mix(in srgb, #001c37 38%, transparent);--mat-icon-button-disabled-state-layer-color: #44474e;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-icon-color: #44474e;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, #44474e 12%, transparent);--mat-icon-button-state-layer-color: #44474e;--mat-icon-button-touch-target-display: block;--mat-icon-button-state-layer-size: 40px;--mat-fab-container-shape: 16px;--mat-fab-extended-container-height: 56px;--mat-fab-extended-container-shape: 16px;--mat-fab-small-container-shape: 12px;--mat-fab-touch-target-size: 48px;--mat-fab-small-touch-target-size: 48px;--mat-fab-container-color: #d7e2ff;--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-disabled-state-container-color: color-mix(in srgb, #001c37 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, #001c37 38%, transparent);--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-focus-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-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: 6;--mat-fab-focus-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-focus-state-layer-opacity: .12;--mat-fab-foreground-color: #004591;--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-hover-state-layer-opacity: .08;--mat-fab-pressed-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-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, #004591 12%, transparent);--mat-fab-small-container-color: #d7e2ff;--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-disabled-state-container-color: color-mix(in srgb, #001c37 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #001c37 38%, transparent);--mat-fab-small-focus-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-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: #004591;--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-hover-state-layer-opacity: .08;--mat-fab-small-pressed-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-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, #004591 12%, transparent);--mat-fab-small-state-layer-color: #004591;--mat-fab-state-layer-color: #004591;--mat-fab-touch-target-display: block;--mat-fab-extended-label-text-font: Roboto, sans-serif;--mat-fab-extended-label-text-size: .875rem;--mat-fab-extended-label-text-tracking: .006rem;--mat-fab-extended-label-text-weight: 500;--mat-snack-bar-container-shape: 4px;--mat-snack-bar-button-color: #acc7ff;--mat-snack-bar-container-color: #00325a;--mat-snack-bar-supporting-text-color: #eaf1ff;--mat-snack-bar-supporting-text-font: Roboto, sans-serif;--mat-snack-bar-supporting-text-line-height: 1.25rem;--mat-snack-bar-supporting-text-size: .875rem;--mat-snack-bar-supporting-text-weight: 400;--mat-table-row-item-outline-width: 1px;--mat-table-background-color: #f8f9ff;--mat-table-header-headline-color: #001c37;--mat-table-row-item-label-text-color: #001c37;--mat-table-row-item-outline-color: #74777f;--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px;--mat-table-header-headline-font: Roboto, sans-serif;--mat-table-header-headline-line-height: 1.25rem;--mat-table-header-headline-size: .875rem;--mat-table-header-headline-tracking: .006rem;--mat-table-header-headline-weight: 500;--mat-table-row-item-label-text-font: Roboto, sans-serif;--mat-table-row-item-label-text-line-height: 1.25rem;--mat-table-row-item-label-text-size: .875rem;--mat-table-row-item-label-text-tracking: .016rem;--mat-table-row-item-label-text-weight: 400;--mat-table-footer-supporting-text-font: Roboto, sans-serif;--mat-table-footer-supporting-text-line-height: 1.25rem;--mat-table-footer-supporting-text-size: .875rem;--mat-table-footer-supporting-text-tracking: .016rem;--mat-table-footer-supporting-text-weight: 400;--mat-progress-spinner-size: 48px;--mat-progress-spinner-active-indicator-width: 4px;--mat-progress-spinner-active-indicator-color: #205db2;--mat-badge-container-offset: -12px 0;--mat-badge-container-overlap-offset: -12px;--mat-badge-container-padding: 0 4px;--mat-badge-container-shape: 9999px;--mat-badge-container-size: 16px;--mat-badge-large-size-container-offset: -12px 0;--mat-badge-large-size-container-overlap-offset: -12px;--mat-badge-large-size-container-padding: 0 4px;--mat-badge-large-size-container-size: 16px;--mat-badge-legacy-container-size: unset;--mat-badge-legacy-large-size-container-size: unset;--mat-badge-legacy-small-size-container-size: unset;--mat-badge-small-size-container-offset: -6px 0;--mat-badge-small-size-container-overlap-offset: -6px;--mat-badge-small-size-container-padding: 0;--mat-badge-small-size-container-size: 6px;--mat-badge-background-color: #ba1a1a;--mat-badge-disabled-state-background-color: color-mix(in srgb, #ba1a1a 38%, transparent);--mat-badge-disabled-state-text-color: #ffffff;--mat-badge-text-color: #ffffff;--mat-badge-large-size-line-height: 16px;--mat-badge-large-size-text-size: .688rem;--mat-badge-line-height: 16px;--mat-badge-small-size-line-height: 6px;--mat-badge-small-size-text-size: 0;--mat-badge-text-font: Roboto, sans-serif;--mat-badge-text-size: .688rem;--mat-badge-text-weight: 500;--mat-bottom-sheet-container-shape: 28px;--mat-bottom-sheet-container-text-color: #001c37;--mat-bottom-sheet-container-background-color: #eff4ff;--mat-bottom-sheet-container-text-font: Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height: 1.5rem;--mat-bottom-sheet-container-text-size: 1rem;--mat-bottom-sheet-container-text-tracking: .031rem;--mat-bottom-sheet-container-text-weight: 400;--mat-button-toggle-focus-state-layer-opacity: .12;--mat-button-toggle-hover-state-layer-opacity: .08;--mat-button-toggle-shape: 28px;--mat-button-toggle-background-color: transparent;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #001c37 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-button-toggle-disabled-state-background-color: transparent;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-button-toggle-divider-color: #74777f;--mat-button-toggle-selected-state-background-color: #dfe0ff;--mat-button-toggle-selected-state-text-color: #2634b6;--mat-button-toggle-state-layer-color: #001c37;--mat-button-toggle-text-color: #001c37;--mat-button-toggle-height: 40px;--mat-button-toggle-label-text-font: Roboto, sans-serif;--mat-button-toggle-label-text-line-height: 1.25rem;--mat-button-toggle-label-text-size: .875rem;--mat-button-toggle-label-text-tracking: .006rem;--mat-button-toggle-label-text-weight: 500;--mat-datepicker-calendar-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-datepicker-calendar-container-shape: 16px;--mat-datepicker-calendar-container-touch-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-datepicker-calendar-container-touch-shape: 28px;--mat-datepicker-calendar-body-label-text-color: #001c37;--mat-datepicker-calendar-container-background-color: #dce9ff;--mat-datepicker-calendar-container-text-color: #001c37;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #001c37 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #001c37 8%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #c0e8ff;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #4150ce;--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #dfe0ff;--mat-datepicker-calendar-date-in-range-state-background-color: #d7e2ff;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-preview-state-outline-color: #205db2;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-calendar-date-selected-state-background-color: #205db2;--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-text-color: #001c37;--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-calendar-date-today-outline-color: #205db2;--mat-datepicker-calendar-date-today-selected-state-outline-color: #205db2;--mat-datepicker-calendar-header-divider-color: transparent;--mat-datepicker-calendar-header-text-color: #44474e;--mat-datepicker-calendar-navigation-button-icon-color: #44474e;--mat-datepicker-calendar-period-button-icon-color: #44474e;--mat-datepicker-calendar-period-button-text-color: #44474e;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-datepicker-range-input-separator-color: #001c37;--mat-datepicker-toggle-active-state-icon-color: #205db2;--mat-datepicker-toggle-icon-color: #44474e;--mat-datepicker-calendar-body-label-text-size: .875rem;--mat-datepicker-calendar-body-label-text-weight: 500;--mat-datepicker-calendar-header-text-size: .875rem;--mat-datepicker-calendar-header-text-weight: 500;--mat-datepicker-calendar-period-button-text-size: .875rem;--mat-datepicker-calendar-period-button-text-weight: 500;--mat-datepicker-calendar-text-font: Roboto, sans-serif;--mat-datepicker-calendar-text-size: .875rem;--mat-divider-width: 1px;--mat-divider-color: #c4c6d0;--mat-expansion-container-shape: 12px;--mat-expansion-header-indicator-display: inline-block;--mat-expansion-legacy-header-indicator-display: none;--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-actions-divider-color: #74777f;--mat-expansion-container-background-color: #f8f9ff;--mat-expansion-container-text-color: #001c37;--mat-expansion-header-description-color: #44474e;--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #001c37 38%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #001c37 12%, transparent);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #001c37 8%, transparent);--mat-expansion-header-indicator-color: #44474e;--mat-expansion-header-text-color: #001c37;--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px;--mat-expansion-container-text-font: Roboto, sans-serif;--mat-expansion-container-text-line-height: 1.5rem;--mat-expansion-container-text-size: 1rem;--mat-expansion-container-text-tracking: .031rem;--mat-expansion-container-text-weight: 400;--mat-expansion-header-text-font: Roboto, sans-serif;--mat-expansion-header-text-line-height: 1.5rem;--mat-expansion-header-text-size: 1rem;--mat-expansion-header-text-tracking: .009rem;--mat-expansion-header-text-weight: 500;--mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;--mat-grid-list-tile-header-secondary-text-size: 400 .875rem / 1.25rem Roboto, sans-serif;--mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;--mat-grid-list-tile-footer-secondary-text-size: 400 .875rem / 1.25rem Roboto, sans-serif;--mat-icon-color: inherit;--mat-sidenav-container-shape: 16px;--mat-sidenav-container-elevation-shadow: none;--mat-sidenav-container-width: 360px;--mat-sidenav-container-divider-color: transparent;--mat-sidenav-container-background-color: #f8f9ff;--mat-sidenav-container-text-color: #44474e;--mat-sidenav-content-background-color: #f8f9ff;--mat-sidenav-content-text-color: #001c37;--mat-sidenav-scrim-color: color-mix(in srgb, #2d3038 40%, transparent);--mat-stepper-header-error-state-icon-background-color: transparent;--mat-stepper-header-focus-state-layer-shape: 12px;--mat-stepper-header-hover-state-layer-shape: 12px;--mat-stepper-container-color: #f8f9ff;--mat-stepper-header-done-state-icon-background-color: #205db2;--mat-stepper-header-done-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #205db2;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;--mat-stepper-header-error-state-label-text-color: #ba1a1a;--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #001c37 12%, transparent);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #001c37 8%, transparent);--mat-stepper-header-icon-background-color: #44474e;--mat-stepper-header-icon-foreground-color: #f8f9ff;--mat-stepper-header-label-text-color: #44474e;--mat-stepper-header-optional-label-text-color: #44474e;--mat-stepper-header-selected-state-icon-background-color: #205db2;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-selected-state-label-text-color: #44474e;--mat-stepper-line-color: #74777f;--mat-stepper-container-text-font: Roboto, sans-serif;--mat-stepper-header-label-text-font: Roboto, sans-serif;--mat-stepper-header-label-text-size: .875rem;--mat-stepper-header-label-text-weight: 500;--mat-stepper-header-error-state-label-text-size: .875rem;--mat-stepper-header-selected-state-label-text-size: .875rem;--mat-stepper-header-selected-state-label-text-weight: 500;--mat-stepper-header-height: 72px;--mat-sort-arrow-color: #001c37;--mat-toolbar-container-background-color: #f8f9ff;--mat-toolbar-container-text-color: #001c37;--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px;--mat-toolbar-title-text-font: Roboto, sans-serif;--mat-toolbar-title-text-line-height: 1.75rem;--mat-toolbar-title-text-size: 1.375rem;--mat-toolbar-title-text-tracking: 0;--mat-toolbar-title-text-weight: 400;--mat-tree-container-background-color: #f8f9ff;--mat-tree-node-text-color: #001c37;--mat-tree-node-min-height: 48px;--mat-tree-node-text-font: Roboto, sans-serif;--mat-tree-node-text-size: 1rem;--mat-tree-node-text-weight: 400;--mat-timepicker-container-shape: 4px;--mat-timepicker-container-background-color: #e5eeff;--mat-timepicker-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)}:root{--color-success: #4caf50;--color-success-light: #e8f5e8;--color-success-dark: #388e3c;--color-success-border: #a5d6a7;--color-warning: #ff9800;--color-warning-light: #fff3e0;--color-warning-dark: #f57c00;--color-warning-border: #ffcc80;--color-error: #f44336;--color-error-light: #ffebee;--color-error-dark: #d32f2f;--color-error-border: #ffcdd2;--color-info: #2196f3;--color-info-light: #e3f2fd;--color-info-dark: #1976d2;--color-info-border: #90caf9;--color-purple: #9c27b0;--color-purple-light: #f3e5f5;--color-purple-dark: #7b1fa2;--color-purple-border: #ce93d8;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .1);--text-primary: rgba(0, 0, 0, .87);--text-secondary: rgba(0, 0, 0, .6);--text-hint: rgba(0, 0, 0, .38);--background-overlay: rgba(0, 0, 0, .04);--background-light: #f5f5f5;--spacing-xs: 8px;--spacing-sm: 16px;--spacing-md: 24px;--spacing-lg: 32px;--spacing-xl: 48px;--container-width: 1200px;--container-padding: var(--spacing-md)}html,body{height:100%;margin:0;font-family:Comfortaa,Helvetica Neue,sans-serif}mat-form-field{margin-top:.2rem;width:100%}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:var(--border-radius-sm);font-size:.75rem;font-weight:500;border:1px solid transparent;white-space:nowrap}.badge--success,.badge--activo,.badge--aprobado{background-color:var(--color-success-light);color:var(--color-success-dark);border-color:var(--color-success-border)}.badge--error,.badge--inactivo,.badge--rechazado,.badge--anulado{background-color:var(--color-error-light);color:var(--color-error-dark);border-color:var(--color-error-border)}.badge--warning,.badge--pendiente{background-color:var(--color-warning-light);color:var(--color-warning-dark);border-color:var(--color-warning-border)}.badge--info{background-color:var(--color-info-light);color:var(--color-info-dark);border-color:var(--color-info-border)}.badge--purple{background-color:var(--color-purple-light);color:var(--color-purple-dark);border-color:var(--color-purple-border)}.badge--neutral{background-color:#f5f5f5;color:#616161;border-color:#e0e0e0}.breadcrumbs{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--text-secondary)}.breadcrumbs a{color:var(--mat-sys-primary, #1976d2);text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .breadcrumbs__separator{font-size:1rem;width:1rem;height:1rem;color:var(--text-hint);-webkit-user-select:none;user-select:none}.breadcrumbs .breadcrumbs__current{color:var(--text-primary);font-weight:500}.table-container{overflow-x:auto}.table-container mat-table{width:100%}.table-container mat-table .mat-mdc-header-row{background-color:var(--background-light)}.table-container mat-table .mat-mdc-row:hover{background-color:var(--background-overlay)}.table-actions{display:flex;gap:.5rem;justify-content:flex-end}.table-cell-secondary{color:var(--text-secondary);font-size:.75rem}.table-cell-number{text-align:right;font-variant-numeric:tabular-nums}.card--filter{margin-bottom:var(--spacing-md)}.card--form{max-width:var(--container-width)}.page-container{padding:var(--spacing-md);max-width:var(--container-width);margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--spacing-md);flex-wrap:wrap;gap:var(--spacing-sm)}.page-title{margin:0;font-size:1.5rem;font-weight:500}.page-actions{display:flex;gap:var(--spacing-xs)}.mat-mdc-mini-fab.mat-warn,.mat-mdc-mini-fab.mat-primary,.mat-mdc-mini-fab.mat-accent,.mat-toolbar.mat-primary{background-color:var(--mdc-filled-button-container-color);color:var(--mdc-filled-button-label-text-color)}.mat-toolbar.mat-primary mat-icon,.mat-toolbar.mat-primary button{color:var(--mdc-filled-button-label-text-color)}.mat-toolbar.mat-accent{background-color:var(--mdc-filled-button-container-color);color:var(--mdc-filled-button-label-text-color)}.mat-toolbar.mat-accent mat-icon,.mat-toolbar.mat-accent button{color:var(--mdc-filled-button-label-text-color)}.action-buttons{display:flex;gap:.25rem;justify-content:end;padding:.5rem}.responsive-table{width:100%}.mat-column-acciones{text-align:end!important}.title-section{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem}.title-section .back-button{margin-right:12px}.title-section>div{display:flex;flex-direction:column;flex:1}.title-section h1{margin:0 0 8px}.title-section .subtitle{margin:0;color:var(--text-secondary);font-size:.9rem}.title-section nav{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.form-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem}.form-grid .full-width{grid-column:1/-1}.form-grid .three-quarters{grid-column:auto/span 9}.form-grid .two-thirds{grid-column:auto/span 8}.form-grid .half-width{grid-column:auto/span 6}.form-grid .one-third{grid-column:auto/span 4}.form-grid .quarter-width{grid-column:auto/span 3}.form-grid h5{margin:0 0 8px}.form-actions{display:flex;gap:.5rem;justify-content:flex-end}.container-principal{padding:var(--container-padding);max-width:var(--container-width);margin:0 auto}.loading-container{display:flex;flex-direction:column;align-items:center;padding:var(--spacing-xl);gap:var(--spacing-sm)}.loading-container p{margin:0;color:var(--text-secondary)}.empty-state{display:flex;flex-direction:column;align-items:center;padding:var(--spacing-xl);color:var(--text-secondary)}.empty-state .empty-icon{font-size:48px;width:48px;height:48px;margin-bottom:var(--spacing-sm);opacity:.5}.empty-state h3{margin:0 0 var(--spacing-xs) 0;font-weight:500}.empty-state p{margin:0;font-size:.875rem}.header-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--spacing-md)}.header-section .title-section h1{margin:0 0 var(--spacing-xs) 0;font-size:2rem;font-weight:500}.header-section .title-section .subtitle{margin:0;color:var(--text-secondary);font-size:.875rem}.header-section .action-section{display:flex;gap:var(--spacing-xs)}.header-section .action-section button mat-icon{margin-right:var(--spacing-xs)}.form-row{display:flex;gap:var(--spacing-sm);margin-bottom:var(--spacing-sm)}.form-row mat-form-field{flex:1}.form-row mat-form-field.full-width{flex:1 1 100%}.status-success,.status-active{background-color:var(--color-success-light);color:var(--color-success-dark)}.status-warning{background-color:var(--color-warning-light);color:var(--color-warning-dark)}.status-error,.status-inactive{background-color:var(--color-error-light);color:var(--color-error-dark)}.status-info{background-color:var(--color-info-light);color:var(--color-info-dark)}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-secondary{color:var(--text-secondary)}.text-hint{color:var(--text-hint)}.vista-lista .card-principal{margin-top:var(--spacing-md)}.vista-lista .card-principal .table-container{overflow-x:auto}.vista-detalle .detalle-cards{display:grid;grid-template-columns:1fr;gap:var(--spacing-md);margin-top:var(--spacing-md)}.vista-detalle .detalle-cards.grid-dos-columnas{grid-template-columns:1fr 1fr}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.spacer{flex:1 1 auto}@media(max-width:767px){.title-section{flex-direction:column}.title-section nav{display:none}h1{font-size:1.5rem}.form-grid .three-quarters,.form-grid .two-thirds,.form-grid .half-width,.form-grid .one-third,.form-grid .quarter-width{grid-column:1/-1}.form-actions,.action-buttons{flex-direction:column;justify-content:center}.container-principal{padding:8px}.loading-container{height:auto;padding:60px 20px}.responsive-table{border:0;vertical-align:middle}.responsive-table caption{font-size:1em}.responsive-table .mat-mdc-header-row{display:none}.responsive-table .mat-mdc-row{border-bottom:3px solid var(--mat-sys-outline-variant, #d9dae1);margin-bottom:.5rem}.responsive-table .mat-mdc-cell{padding-top:.25rem;padding-bottom:.12rem;border-bottom:1px solid var(--mat-sys-outline-variant, #d9dae1);display:block;font-size:.9em;text-align:right!important}.responsive-table .mat-mdc-cell:before{content:attr(data-label);float:left;font-weight:700;text-transform:uppercase}.responsive-table .mat-mdc-cell:last-child{border-bottom:3px solid var(--mat-sys-outline-variant, #d9dae1)}.responsive-table .mat-mdc-cell:first-child{margin-top:2%}.hide-mobile{display:none!important}.stack-mobile{flex-direction:column!important;align-items:stretch!important}.cdk-overlay-pane.mat-mdc-dialog-panel{max-width:100vw!important;width:100vw!important}.mat-mdc-dialog-content{min-width:unset!important}.mat-mdc-icon-button,.mat-mdc-paginator-navigation-previous,.mat-mdc-paginator-navigation-next,.mat-mdc-paginator-navigation-first,.mat-mdc-paginator-navigation-last{min-width:44px;min-height:44px}}@media(min-width:768px){.hide-desktop{display:none!important}}@media(min-width:768px)and (max-width:1024px){.hide-tablet{display:none!important}}@media(max-width:480px){h2{font-size:20px}}
