@covalent/core 10.4.0-beta.2 → 11.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/breadcrumbs/index.d.ts +82 -3
- package/common/index.d.ts +388 -3
- package/dialogs/index.d.ts +263 -3
- package/dynamic-menu/index.d.ts +63 -3
- package/fesm2022/covalent-core-breadcrumbs.mjs +1 -1
- package/fesm2022/covalent-core-breadcrumbs.mjs.map +1 -1
- package/fesm2022/covalent-core-common.mjs +2 -2
- package/fesm2022/covalent-core-common.mjs.map +1 -1
- package/fesm2022/covalent-core-dialogs.mjs +3 -5
- package/fesm2022/covalent-core-dialogs.mjs.map +1 -1
- package/fesm2022/covalent-core-dynamic-menu.mjs +4 -6
- package/fesm2022/covalent-core-dynamic-menu.mjs.map +1 -1
- package/fesm2022/covalent-core-file.mjs +2 -2
- package/fesm2022/covalent-core-file.mjs.map +1 -1
- package/fesm2022/covalent-core-json-formatter.mjs +2 -2
- package/fesm2022/covalent-core-json-formatter.mjs.map +1 -1
- package/fesm2022/covalent-core-layout.mjs +1 -1
- package/fesm2022/covalent-core-layout.mjs.map +1 -1
- package/fesm2022/covalent-core-loading.mjs.map +1 -1
- package/fesm2022/covalent-core-menu.mjs.map +1 -1
- package/fesm2022/covalent-core-message.mjs +2 -2
- package/fesm2022/covalent-core-message.mjs.map +1 -1
- package/fesm2022/covalent-core-search.mjs +3 -3
- package/fesm2022/covalent-core-search.mjs.map +1 -1
- package/fesm2022/covalent-core-side-sheet.mjs +7 -5
- package/fesm2022/covalent-core-side-sheet.mjs.map +1 -1
- package/fesm2022/covalent-core-user-profile.mjs +5 -4
- package/fesm2022/covalent-core-user-profile.mjs.map +1 -1
- package/fesm2022/covalent-core.mjs.map +1 -1
- package/file/index.d.ts +282 -3
- package/index.d.ts +2 -5
- package/json-formatter/index.d.ts +89 -3
- package/layout/index.d.ts +555 -3
- package/loading/index.d.ts +341 -3
- package/menu/index.d.ts +16 -3
- package/message/index.d.ts +112 -3
- package/package.json +13 -13
- package/search/index.d.ts +181 -3
- package/side-sheet/index.d.ts +264 -3
- package/theming/_all-theme.scss +10 -1
- package/theming/_teradata-theme.scss +7 -7
- package/theming/prebuilt/all-theme-dark.css +1 -1
- package/theming/prebuilt/all-theme-dark.css.map +1 -1
- package/theming/prebuilt/all-theme-light.css +1 -1
- package/theming/prebuilt/all-theme-light.css.map +1 -1
- package/theming/prebuilt/blue-grey-deep-orange.css +1 -1
- package/theming/prebuilt/blue-grey-deep-orange.css.map +1 -1
- package/theming/prebuilt/blue-orange.css +1 -1
- package/theming/prebuilt/blue-orange.css.map +1 -1
- package/theming/prebuilt/indigo-pink.css +1 -1
- package/theming/prebuilt/indigo-pink.css.map +1 -1
- package/theming/prebuilt/orange-light-blue.css +1 -1
- package/theming/prebuilt/orange-light-blue.css.map +1 -1
- package/theming/prebuilt/teal-orange.css +1 -1
- package/theming/prebuilt/teal-orange.css.map +1 -1
- package/user-profile/index.d.ts +26 -3
- package/breadcrumbs/breadcrumb/breadcrumb.component.d.ts +0 -37
- package/breadcrumbs/breadcrumbs.component.d.ts +0 -36
- package/breadcrumbs/breadcrumbs.module.d.ts +0 -12
- package/breadcrumbs/public_api.d.ts +0 -3
- package/common/animations/bounce/bounce.animation.d.ts +0 -14
- package/common/animations/collapse/collapse.animation.d.ts +0 -20
- package/common/animations/common/interfaces.d.ts +0 -5
- package/common/animations/fade/fadeInOut.animation.d.ts +0 -20
- package/common/animations/flash/flash.animation.d.ts +0 -14
- package/common/animations/headshake/headshake.animation.d.ts +0 -14
- package/common/animations/jello/jello.animation.d.ts +0 -14
- package/common/animations/pulse/pulse.animation.d.ts +0 -14
- package/common/animations/rotate/rotate.animation.d.ts +0 -21
- package/common/behaviors/control-value-accesor.mixin.d.ts +0 -16
- package/common/behaviors/disable-ripple.mixin.d.ts +0 -9
- package/common/behaviors/disabled.mixin.d.ts +0 -9
- package/common/common.module.d.ts +0 -21
- package/common/directives/fullscreen/fullscreen.directive.d.ts +0 -25
- package/common/directives/web-components/form-control.directive.d.ts +0 -21
- package/common/forms/auto-trim/auto-trim.directive.d.ts +0 -12
- package/common/forms/validators/validators.d.ts +0 -8
- package/common/functions/clipboard.d.ts +0 -9
- package/common/functions/convert.d.ts +0 -31
- package/common/functions/download.d.ts +0 -48
- package/common/functions/file.d.ts +0 -7
- package/common/pipes/bytes/bytes.pipe.d.ts +0 -7
- package/common/pipes/decimal-bytes/decimal-bytes.pipe.d.ts +0 -7
- package/common/pipes/digits/digits.pipe.d.ts +0 -10
- package/common/pipes/time-ago/time-ago.pipe.d.ts +0 -7
- package/common/pipes/time-difference/time-difference.pipe.d.ts +0 -7
- package/common/pipes/time-until/time-until.pipe.d.ts +0 -7
- package/common/pipes/truncate/truncate.pipe.d.ts +0 -7
- package/common/public_api.d.ts +0 -39
- package/common/services/icon.service.d.ts +0 -8
- package/common/services/router-path.service.d.ts +0 -10
- package/dialogs/alert-dialog/alert-dialog.component.d.ts +0 -12
- package/dialogs/confirm-dialog/confirm-dialog.component.d.ts +0 -15
- package/dialogs/dialog.component.d.ts +0 -27
- package/dialogs/dialogs.module.d.ts +0 -16
- package/dialogs/prompt-dialog/prompt-dialog.component.d.ts +0 -24
- package/dialogs/public_api.d.ts +0 -9
- package/dialogs/resizable-draggable-dialog/resizable-draggable-dialog.d.ts +0 -21
- package/dialogs/services/dialog.service.d.ts +0 -127
- package/dialogs/status-dialog/status-dialog.component.d.ts +0 -23
- package/dialogs/window-dialog/window-dialog.component.d.ts +0 -16
- package/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.d.ts +0 -12
- package/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.d.ts +0 -10
- package/dynamic-menu/dynamic-menu.component.d.ts +0 -11
- package/dynamic-menu/dynamic-menu.menu.d.ts +0 -22
- package/dynamic-menu/dynamic-menu.module.d.ts +0 -13
- package/dynamic-menu/public_api.d.ts +0 -5
- package/file/directives/file-drop.directive.d.ts +0 -50
- package/file/directives/file-select.directive.d.ts +0 -33
- package/file/file-input/file-input.component.d.ts +0 -67
- package/file/file-upload/file-upload.component.d.ts +0 -91
- package/file/file.module.d.ts +0 -14
- package/file/public_api.d.ts +0 -6
- package/file/services/file.service.d.ts +0 -34
- package/json-formatter/collapse.animation.d.ts +0 -24
- package/json-formatter/json-formatter.component.d.ts +0 -78
- package/json-formatter/json-formatter.module.d.ts +0 -11
- package/json-formatter/public_api.d.ts +0 -2
- package/layout/layout-card-over/layout-card-over.component.d.ts +0 -31
- package/layout/layout-footer/layout-footer.component.d.ts +0 -17
- package/layout/layout-manage-list/layout-manage-list.component.d.ts +0 -66
- package/layout/layout-manage-list/layout-manage-list.directives.d.ts +0 -25
- package/layout/layout-nav/layout-nav.component.d.ts +0 -45
- package/layout/layout-nav-list/layout-nav-list.component.d.ts +0 -104
- package/layout/layout-nav-list/layout-nav-list.directives.d.ts +0 -25
- package/layout/layout-toggle.class.d.ts +0 -40
- package/layout/layout.component.d.ts +0 -66
- package/layout/layout.directives.d.ts +0 -25
- package/layout/layout.module.d.ts +0 -20
- package/layout/navigation-drawer/navigation-drawer.component.d.ts +0 -120
- package/layout/public_api.d.ts +0 -12
- package/loading/directives/loading.directive.d.ts +0 -70
- package/loading/loading.component.d.ts +0 -90
- package/loading/loading.module.d.ts +0 -8
- package/loading/public_api.d.ts +0 -5
- package/loading/services/loading.factory.d.ts +0 -69
- package/loading/services/loading.service.d.ts +0 -118
- package/menu/menu.component.d.ts +0 -5
- package/menu/menu.module.d.ts +0 -11
- package/menu/public_api.d.ts +0 -2
- package/message/collapse.animation.d.ts +0 -24
- package/message/message.component.d.ts +0 -101
- package/message/message.module.d.ts +0 -11
- package/message/public_api.d.ts +0 -2
- package/public_api.d.ts +0 -1
- package/search/public_api.d.ts +0 -3
- package/search/search-box/search-box.component.d.ts +0 -88
- package/search/search-input/search-input.component.d.ts +0 -84
- package/search/search.module.d.ts +0 -12
- package/side-sheet/public_api.d.ts +0 -5
- package/side-sheet/side-sheet-container.d.ts +0 -110
- package/side-sheet/side-sheet-ref.d.ts +0 -12
- package/side-sheet/side-sheet.animation.d.ts +0 -4
- package/side-sheet/side-sheet.config.d.ts +0 -9
- package/side-sheet/side-sheet.content-directives.d.ts +0 -67
- package/side-sheet/side-sheet.d.ts +0 -66
- package/side-sheet/side-sheet.module.d.ts +0 -12
- package/user-profile/public_api.d.ts +0 -3
- package/user-profile/user-profile-menu/user-profile-menu.component.d.ts +0 -8
- package/user-profile/user-profile.component.d.ts +0 -7
- package/user-profile/user-profile.module.d.ts +0 -11
@@ -1 +1 @@
|
|
1
|
-
@-moz-document url-prefix(){[layout-fill]{margin:0;width:100%;min-height:100%;height:100%}}.shepherd-content,.shepherd-arrow::before{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);will-change:box-shadow;box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.shepherd-element:hover .shepherd-content,.shepherd-element:hover .shepherd-arrow::before{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.shepherd-arrow::after{content:"";position:absolute;z-index:9999;box-shadow:none}.shepherd-highlight{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.shepherd-element.shepherd-centered .shepherd-arrow{display:none}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow::after,.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow::after{width:48px;height:24px;left:-16px}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow::after{bottom:8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow::after{top:8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow::after,.shepherd-element[data-popper-placement^=right]>.shepherd-arrow::after{width:16px;height:48px;bottom:-16px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow::after{right:8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow::after{left:8px}.shepherd-button{border:0;border-radius:3px;cursor:pointer;margin-right:.5rem;padding:.5rem 1.5rem}.shepherd-button.material-icons{font-family:"Material Symbols Outlined",sans-serif;font-size:24px;border-radius:50%}.shepherd-button,.shepherd-cancel-icon{transition:all .3s ease}.shepherd-button:disabled{cursor:not-allowed}.shepherd-header{align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;justify-content:flex-end;line-height:2em;padding:.75rem .75rem 0 1rem}.shepherd-footer{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:flex-end;padding:0 .75rem .75rem;flex-direction:row;box-sizing:border-box;align-items:center;align-content:center}.shepherd-progress{margin-left:8px;flex:1;box-sizing:border-box}.shepherd-footer .shepherd-button:last-child{margin-right:0;margin-left:8px}.shepherd-cancel-icon{background:none;font-size:1.6em;font-family:"Material Symbols Outlined",sans-serif;position:relative;border-width:0}.shepherd-cancel-icon span{color:rgba(0,0,0,0)}.shepherd-cancel-icon span::after{content:"close";font-size:20px;position:absolute;right:50%;transform:translate(50%)}.shepherd-title{display:flex;flex:1 0 auto;margin:0;padding:0}.shepherd-text{margin:0 8px 16px;padding:0 8px}.shepherd-text p{margin-top:0}.shepherd-text p:last-child{margin-bottom:0}.shepherd-content{border-radius:5px;outline:none;padding:0}.shepherd-element{border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.2);max-width:400px;min-width:400px;min-height:100px;opacity:0;outline:none;transition:opacity .3s;z-index:9999}.shepherd-enabled.shepherd-element{opacity:1}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0}.shepherd-element,.shepherd-element *,.shepherd-element ::after,.shepherd-element ::before{box-sizing:border-box}.shepherd-arrow,.shepherd-arrow::before{position:absolute;width:16px;height:16px;z-index:9998}.shepherd-arrow::before{content:"";transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-8px}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}.shepherd-modal-overlay-container{filter:progid:dximagetransform.microsoft.gradient.alpha(Opacity=50);filter:alpha(opacity=50);height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0ms .3s,opacity .3s 0ms;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}html{--mat-ripple-color:rgba(0, 35, 60, 0.1)}html{--mat-option-selected-state-label-text-color:#3053f4;--mat-option-label-text-color:#00233c;--mat-option-hover-state-layer-color:rgba(0, 35, 60, 0.04);--mat-option-focus-state-layer-color:rgba(0, 35, 60, 0.04);--mat-option-selected-state-layer-color:rgba(0, 35, 60, 0.04)}.mat-accent{--mat-option-selected-state-label-text-color:#3053f4;--mat-option-label-text-color:#00233c;--mat-option-hover-state-layer-color:rgba(0, 35, 60, 0.04);--mat-option-focus-state-layer-color:rgba(0, 35, 60, 0.04);--mat-option-selected-state-layer-color:rgba(0, 35, 60, 0.04)}.mat-warn{--mat-option-selected-state-label-text-color:#ae1209;--mat-option-label-text-color:#00233c;--mat-option-hover-state-layer-color:rgba(0, 35, 60, 0.04);--mat-option-focus-state-layer-color:rgba(0, 35, 60, 0.04);--mat-option-selected-state-layer-color:rgba(0, 35, 60, 0.04)}html{--mat-optgroup-label-text-color:#00233c}html{--mat-full-pseudo-checkbox-selected-icon-color:#3053f4;--mat-full-pseudo-checkbox-selected-checkmark-color:#f8f9fb;--mat-full-pseudo-checkbox-unselected-icon-color:#59627b;--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#f8f9fb;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0}html{--mat-minimal-pseudo-checkbox-selected-checkmark-color:#3053f4;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-primary{--mat-full-pseudo-checkbox-selected-icon-color:#3053f4;--mat-full-pseudo-checkbox-selected-checkmark-color:#f8f9fb;--mat-full-pseudo-checkbox-unselected-icon-color:#59627b;--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#f8f9fb;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0}.mat-primary{--mat-minimal-pseudo-checkbox-selected-checkmark-color:#3053f4;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-accent{--mat-full-pseudo-checkbox-selected-icon-color:#3053f4;--mat-full-pseudo-checkbox-selected-checkmark-color:#f8f9fb;--mat-full-pseudo-checkbox-unselected-icon-color:#59627b;--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#f8f9fb;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0}.mat-accent{--mat-minimal-pseudo-checkbox-selected-checkmark-color:#3053f4;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-warn{--mat-full-pseudo-checkbox-selected-icon-color:#ae1209;--mat-full-pseudo-checkbox-selected-checkmark-color:#f8f9fb;--mat-full-pseudo-checkbox-unselected-icon-color:#59627b;--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#f8f9fb;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0}.mat-warn{--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ae1209;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}html{--mat-app-background-color:#f8f9fb;--mat-app-text-color:#00233c;--mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-option-label-text-font:Roboto, sans-serif;--mat-option-label-text-line-height:24px;--mat-option-label-text-size:16px;--mat-option-label-text-tracking:0.03125em;--mat-option-label-text-weight:400}html{--mat-optgroup-label-text-font:Roboto, sans-serif;--mat-optgroup-label-text-line-height:24px;--mat-optgroup-label-text-size:16px;--mat-optgroup-label-text-tracking:0.03125em;--mat-optgroup-label-text-weight:400}html{--mat-ripple-color:rgba(0, 35, 60, 0.1)}html{--mat-option-selected-state-label-text-color:#3053f4;--mat-option-label-text-color:#00233c;--mat-option-hover-state-layer-color:rgba(0, 35, 60, 0.04);--mat-option-focus-state-layer-color:rgba(0, 35, 60, 0.04);--mat-option-selected-state-layer-color:rgba(0, 35, 60, 0.04)}.mat-accent{--mat-option-selected-state-label-text-color:#3053f4;--mat-option-label-text-color:#00233c;--mat-option-hover-state-layer-color:rgba(0, 35, 60, 0.04);--mat-option-focus-state-layer-color:rgba(0, 35, 60, 0.04);--mat-option-selected-state-layer-color:rgba(0, 35, 60, 0.04)}.mat-warn{--mat-option-selected-state-label-text-color:#ae1209;--mat-option-label-text-color:#00233c;--mat-option-hover-state-layer-color:rgba(0, 35, 60, 0.04);--mat-option-focus-state-layer-color:rgba(0, 35, 60, 0.04);--mat-option-selected-state-layer-color:rgba(0, 35, 60, 0.04)}html{--mat-optgroup-label-text-color:#00233c}html{--mat-full-pseudo-checkbox-selected-icon-color:#3053f4;--mat-full-pseudo-checkbox-selected-checkmark-color:#f8f9fb;--mat-full-pseudo-checkbox-unselected-icon-color:#59627b;--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#f8f9fb;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0}html{--mat-minimal-pseudo-checkbox-selected-checkmark-color:#3053f4;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-primary{--mat-full-pseudo-checkbox-selected-icon-color:#3053f4;--mat-full-pseudo-checkbox-selected-checkmark-color:#f8f9fb;--mat-full-pseudo-checkbox-unselected-icon-color:#59627b;--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#f8f9fb;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0}.mat-primary{--mat-minimal-pseudo-checkbox-selected-checkmark-color:#3053f4;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-accent{--mat-full-pseudo-checkbox-selected-icon-color:#3053f4;--mat-full-pseudo-checkbox-selected-checkmark-color:#f8f9fb;--mat-full-pseudo-checkbox-unselected-icon-color:#59627b;--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#f8f9fb;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0}.mat-accent{--mat-minimal-pseudo-checkbox-selected-checkmark-color:#3053f4;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-warn{--mat-full-pseudo-checkbox-selected-icon-color:#ae1209;--mat-full-pseudo-checkbox-selected-checkmark-color:#f8f9fb;--mat-full-pseudo-checkbox-unselected-icon-color:#59627b;--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#f8f9fb;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0}.mat-warn{--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ae1209;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}html{--mat-app-background-color:#f8f9fb;--mat-app-text-color:#00233c;--mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-option-label-text-font:Roboto, sans-serif;--mat-option-label-text-line-height:24px;--mat-option-label-text-size:16px;--mat-option-label-text-tracking:0.03125em;--mat-option-label-text-weight:400}html{--mat-optgroup-label-text-font:Roboto, sans-serif;--mat-optgroup-label-text-line-height:24px;--mat-optgroup-label-text-size:16px;--mat-optgroup-label-text-tracking:0.03125em;--mat-optgroup-label-text-weight:400}html{--mdc-elevated-card-container-shape:4px}html{--mdc-outlined-card-container-shape:4px;--mdc-outlined-card-outline-width:1px}html{--mdc-elevated-card-container-color:#eff1f7;--mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)}html{--mdc-outlined-card-container-color:#eff1f7;--mdc-outlined-card-outline-color:rgba(0, 35, 60, 0.12);--mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}html{--mat-card-subtitle-text-color:#59627b}html{--mat-card-title-text-font:Roboto, sans-serif;--mat-card-title-text-line-height:32px;--mat-card-title-text-size:20px;--mat-card-title-text-tracking:0.0125em;--mat-card-title-text-weight:500;--mat-card-subtitle-text-font:Roboto, sans-serif;--mat-card-subtitle-text-line-height:22px;--mat-card-subtitle-text-size:14px;--mat-card-subtitle-text-tracking:0.0071428571em;--mat-card-subtitle-text-weight:500}html{--mdc-linear-progress-active-indicator-height:4px;--mdc-linear-progress-track-height:4px;--mdc-linear-progress-track-shape:0}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color:#3053f4;--mdc-linear-progress-track-color:rgba(48, 83, 244, 0.25)}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color:#3053f4;--mdc-linear-progress-track-color:rgba(48, 83, 244, 0.25)}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color:#ae1209;--mdc-linear-progress-track-color:rgba(174, 18, 9, 0.25)}html{--mdc-plain-tooltip-container-shape:4px;--mdc-plain-tooltip-supporting-text-line-height:16px}html{--mdc-plain-tooltip-container-color:#3e4557;--mdc-plain-tooltip-supporting-text-color:#fff}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}html{--mdc-filled-text-field-active-indicator-height:1px;--mdc-filled-text-field-focus-active-indicator-height:2px;--mdc-filled-text-field-container-shape:4px}html{--mdc-outlined-text-field-outline-width:1px;--mdc-outlined-text-field-focus-outline-width:2px;--mdc-outlined-text-field-container-shape:4px}html{--mdc-filled-text-field-caret-color:#3053f4;--mdc-filled-text-field-focus-active-indicator-color:#3053f4;--mdc-filled-text-field-focus-label-text-color:rgba(48, 83, 244, 0.87);--mdc-filled-text-field-container-color:rgb(229.44, 231.36, 237.12);--mdc-filled-text-field-disabled-container-color:rgb(234.22, 236.18, 242.06);--mdc-filled-text-field-label-text-color:rgba(0, 35, 60, 0.6);--mdc-filled-text-field-hover-label-text-color:rgba(0, 35, 60, 0.6);--mdc-filled-text-field-disabled-label-text-color:rgba(0, 35, 60, 0.38);--mdc-filled-text-field-input-text-color:rgba(0, 35, 60, 0.87);--mdc-filled-text-field-disabled-input-text-color:rgba(0, 35, 60, 0.38);--mdc-filled-text-field-input-text-placeholder-color:rgba(0, 35, 60, 0.6);--mdc-filled-text-field-error-hover-label-text-color:#ae1209;--mdc-filled-text-field-error-focus-label-text-color:#ae1209;--mdc-filled-text-field-error-label-text-color:#ae1209;--mdc-filled-text-field-error-caret-color:#ae1209;--mdc-filled-text-field-active-indicator-color:rgba(209, 213, 231, 0.42);--mdc-filled-text-field-disabled-active-indicator-color:rgba(209, 213, 231, 0.06);--mdc-filled-text-field-hover-active-indicator-color:rgba(209, 213, 231, 0.87);--mdc-filled-text-field-error-active-indicator-color:#ae1209;--mdc-filled-text-field-error-focus-active-indicator-color:#ae1209;--mdc-filled-text-field-error-hover-active-indicator-color:#ae1209}html{--mdc-outlined-text-field-caret-color:#3053f4;--mdc-outlined-text-field-focus-outline-color:#3053f4;--mdc-outlined-text-field-focus-label-text-color:rgba(48, 83, 244, 0.87);--mdc-outlined-text-field-label-text-color:rgba(0, 35, 60, 0.6);--mdc-outlined-text-field-hover-label-text-color:rgba(0, 35, 60, 0.6);--mdc-outlined-text-field-disabled-label-text-color:rgba(0, 35, 60, 0.38);--mdc-outlined-text-field-input-text-color:rgba(0, 35, 60, 0.87);--mdc-outlined-text-field-disabled-input-text-color:rgba(0, 35, 60, 0.38);--mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 35, 60, 0.6);--mdc-outlined-text-field-error-caret-color:#ae1209;--mdc-outlined-text-field-error-focus-label-text-color:#ae1209;--mdc-outlined-text-field-error-label-text-color:#ae1209;--mdc-outlined-text-field-error-hover-label-text-color:#ae1209;--mdc-outlined-text-field-outline-color:rgba(209, 213, 231, 0.38);--mdc-outlined-text-field-disabled-outline-color:rgba(209, 213, 231, 0.06);--mdc-outlined-text-field-hover-outline-color:rgba(209, 213, 231, 0.87);--mdc-outlined-text-field-error-focus-outline-color:#ae1209;--mdc-outlined-text-field-error-hover-outline-color:#ae1209;--mdc-outlined-text-field-error-outline-color:#ae1209}html{--mat-form-field-focus-select-arrow-color:rgba(48, 83, 244, 0.87);--mat-form-field-disabled-input-text-placeholder-color:rgba(89, 98, 123, 0.38);--mat-form-field-state-layer-color:rgba(0, 35, 60, 0.87);--mat-form-field-error-text-color:#ae1209;--mat-form-field-select-option-text-color:inherit;--mat-form-field-select-disabled-option-text-color:GrayText;--mat-form-field-leading-icon-color:unset;--mat-form-field-disabled-leading-icon-color:unset;--mat-form-field-trailing-icon-color:unset;--mat-form-field-disabled-trailing-icon-color:unset;--mat-form-field-error-focus-trailing-icon-color:unset;--mat-form-field-error-hover-trailing-icon-color:unset;--mat-form-field-error-trailing-icon-color:unset;--mat-form-field-enabled-select-arrow-color:rgba(89, 98, 123, 0.54);--mat-form-field-disabled-select-arrow-color:rgba(89, 98, 123, 0.38);--mat-form-field-hover-state-layer-opacity:0.04;--mat-form-field-focus-state-layer-opacity:0.08}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color:#3053f4;--mdc-filled-text-field-focus-active-indicator-color:#3053f4;--mdc-filled-text-field-focus-label-text-color:rgba(48, 83, 244, 0.87)}.mat-mdc-form-field.mat-accent{--mdc-outlined-text-field-caret-color:#3053f4;--mdc-outlined-text-field-focus-outline-color:#3053f4;--mdc-outlined-text-field-focus-label-text-color:rgba(48, 83, 244, 0.87)}.mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color:rgba(48, 83, 244, 0.87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color:#ae1209;--mdc-filled-text-field-focus-active-indicator-color:#ae1209;--mdc-filled-text-field-focus-label-text-color:rgba(174, 18, 9, 0.87)}.mat-mdc-form-field.mat-warn{--mdc-outlined-text-field-caret-color:#ae1209;--mdc-outlined-text-field-focus-outline-color:#ae1209;--mdc-outlined-text-field-focus-label-text-color:rgba(174, 18, 9, 0.87)}.mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color:rgba(174, 18, 9, 0.87)}html{--mat-form-field-container-height:56px;--mat-form-field-filled-label-display:block;--mat-form-field-container-vertical-padding:16px;--mat-form-field-filled-with-label-container-padding-top:24px;--mat-form-field-filled-with-label-container-padding-bottom:8px}html{--mdc-filled-text-field-label-text-font:Roboto, sans-serif;--mdc-filled-text-field-label-text-size:16px;--mdc-filled-text-field-label-text-tracking:0.03125em;--mdc-filled-text-field-label-text-weight:400}html{--mdc-outlined-text-field-label-text-font:Roboto, sans-serif;--mdc-outlined-text-field-label-text-size:16px;--mdc-outlined-text-field-label-text-tracking:0.03125em;--mdc-outlined-text-field-label-text-weight:400}html{--mat-form-field-container-text-font:Roboto, sans-serif;--mat-form-field-container-text-line-height:24px;--mat-form-field-container-text-size:16px;--mat-form-field-container-text-tracking:0.03125em;--mat-form-field-container-text-weight:400;--mat-form-field-outlined-label-text-populated-size:16px;--mat-form-field-subscript-text-font:Roboto, sans-serif;--mat-form-field-subscript-text-line-height:20px;--mat-form-field-subscript-text-size:12px;--mat-form-field-subscript-text-tracking:0.0333333333em;--mat-form-field-subscript-text-weight:400}html{--mat-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-select-panel-background-color:#eff1f7;--mat-select-enabled-trigger-text-color:rgba(0, 35, 60, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 35, 60, 0.38);--mat-select-placeholder-text-color:rgba(0, 35, 60, 0.6);--mat-select-enabled-arrow-color:rgba(209, 213, 231, 0.54);--mat-select-disabled-arrow-color:rgba(0, 35, 60, 0.38);--mat-select-focused-arrow-color:rgba(48, 83, 244, 0.87);--mat-select-invalid-arrow-color:rgba(174, 18, 9, 0.87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color:#eff1f7;--mat-select-enabled-trigger-text-color:rgba(0, 35, 60, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 35, 60, 0.38);--mat-select-placeholder-text-color:rgba(0, 35, 60, 0.6);--mat-select-enabled-arrow-color:rgba(209, 213, 231, 0.54);--mat-select-disabled-arrow-color:rgba(0, 35, 60, 0.38);--mat-select-focused-arrow-color:rgba(48, 83, 244, 0.87);--mat-select-invalid-arrow-color:rgba(174, 18, 9, 0.87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color:#eff1f7;--mat-select-enabled-trigger-text-color:rgba(0, 35, 60, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 35, 60, 0.38);--mat-select-placeholder-text-color:rgba(0, 35, 60, 0.6);--mat-select-enabled-arrow-color:rgba(209, 213, 231, 0.54);--mat-select-disabled-arrow-color:rgba(0, 35, 60, 0.38);--mat-select-focused-arrow-color:rgba(174, 18, 9, 0.87);--mat-select-invalid-arrow-color:rgba(174, 18, 9, 0.87)}html{--mat-select-arrow-transform:translateY(-8px)}html{--mat-select-trigger-text-font:Roboto, sans-serif;--mat-select-trigger-text-line-height:24px;--mat-select-trigger-text-size:16px;--mat-select-trigger-text-tracking:0.03125em;--mat-select-trigger-text-weight:400}html{--mat-autocomplete-container-shape:4px;--mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-autocomplete-background-color:#eff1f7}html{--mdc-dialog-container-shape:4px}html{--mat-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);--mat-dialog-container-max-width:80vw;--mat-dialog-container-small-max-width:80vw;--mat-dialog-container-min-width:0;--mat-dialog-actions-alignment:start;--mat-dialog-actions-padding:8px;--mat-dialog-content-padding:20px 24px;--mat-dialog-with-actions-content-padding:20px 24px;--mat-dialog-headline-padding:0 24px 9px}html{--mdc-dialog-container-color:#ebedf5;--mdc-dialog-subhead-color:rgba(0, 35, 60, 0.87);--mdc-dialog-supporting-text-color:rgba(0, 35, 60, 0.6)}html{--mdc-dialog-subhead-font:Roboto, sans-serif;--mdc-dialog-subhead-line-height:32px;--mdc-dialog-subhead-size:20px;--mdc-dialog-subhead-weight:500;--mdc-dialog-subhead-tracking:0.0125em;--mdc-dialog-supporting-text-font:Roboto, sans-serif;--mdc-dialog-supporting-text-line-height:24px;--mdc-dialog-supporting-text-size:16px;--mdc-dialog-supporting-text-weight:400;--mdc-dialog-supporting-text-tracking:0.03125em}.mat-mdc-standard-chip{--mdc-chip-container-shape-radius:16px;--mdc-chip-with-avatar-avatar-shape-radius:14px;--mdc-chip-with-avatar-avatar-size:28px;--mdc-chip-with-icon-icon-size:18px;--mdc-chip-outline-width:0;--mdc-chip-outline-color:transparent;--mdc-chip-disabled-outline-color:transparent;--mdc-chip-focus-outline-color:transparent;--mdc-chip-hover-state-layer-opacity:0.04;--mdc-chip-with-avatar-disabled-avatar-opacity:1;--mdc-chip-flat-selected-outline-width:0;--mdc-chip-selected-hover-state-layer-opacity:0.04;--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;--mdc-chip-with-icon-disabled-icon-opacity:1}.mat-mdc-standard-chip{--mat-chip-disabled-container-opacity:0.4;--mat-chip-trailing-action-opacity:0.54;--mat-chip-trailing-action-focus-opacity:1;--mat-chip-trailing-action-state-layer-color:transparent;--mat-chip-selected-trailing-action-state-layer-color:transparent;--mat-chip-trailing-action-hover-state-layer-opacity:0;--mat-chip-trailing-action-focus-state-layer-opacity:0}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color:#212121;--mdc-chip-elevated-container-color:rgb(210.32, 216.28, 224.56);--mdc-chip-elevated-selected-container-color:rgb(210.32, 216.28, 224.56);--mdc-chip-elevated-disabled-container-color:rgb(210.32, 216.28, 224.56);--mdc-chip-flat-disabled-selected-container-color:rgb(210.32, 216.28, 224.56);--mdc-chip-focus-state-layer-color:#00233c;--mdc-chip-hover-state-layer-color:#00233c;--mdc-chip-selected-hover-state-layer-color:#00233c;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:#00233c;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:#212121;--mdc-chip-selected-label-text-color:#212121;--mdc-chip-with-icon-icon-color:#212121;--mdc-chip-with-icon-disabled-icon-color:#212121;--mdc-chip-with-icon-selected-icon-color:#212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;--mdc-chip-with-trailing-icon-trailing-icon-color:#212121}.mat-mdc-standard-chip{--mat-chip-selected-disabled-trailing-icon-color:#212121;--mat-chip-selected-trailing-icon-color:#212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#3053f4;--mdc-chip-elevated-selected-container-color:#3053f4;--mdc-chip-elevated-disabled-container-color:#3053f4;--mdc-chip-flat-disabled-selected-container-color:#3053f4;--mdc-chip-focus-state-layer-color:#00233c;--mdc-chip-hover-state-layer-color:#00233c;--mdc-chip-selected-hover-state-layer-color:#00233c;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:#00233c;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#3053f4;--mdc-chip-elevated-selected-container-color:#3053f4;--mdc-chip-elevated-disabled-container-color:#3053f4;--mdc-chip-flat-disabled-selected-container-color:#3053f4;--mdc-chip-focus-state-layer-color:#00233c;--mdc-chip-hover-state-layer-color:#00233c;--mdc-chip-selected-hover-state-layer-color:#00233c;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:#00233c;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#ae1209;--mdc-chip-elevated-selected-container-color:#ae1209;--mdc-chip-elevated-disabled-container-color:#ae1209;--mdc-chip-flat-disabled-selected-container-color:#ae1209;--mdc-chip-focus-state-layer-color:#00233c;--mdc-chip-hover-state-layer-color:#00233c;--mdc-chip-selected-hover-state-layer-color:#00233c;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:#00233c;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height:32px}.mat-mdc-standard-chip{--mdc-chip-label-text-font:Roboto, sans-serif;--mdc-chip-label-text-line-height:20px;--mdc-chip-label-text-size:14px;--mdc-chip-label-text-tracking:0.0178571429em;--mdc-chip-label-text-weight:400}html{--mdc-switch-disabled-selected-icon-opacity:0.38;--mdc-switch-disabled-track-opacity:0.12;--mdc-switch-disabled-unselected-icon-opacity:0.38;--mdc-switch-handle-height:20px;--mdc-switch-handle-shape:10px;--mdc-switch-handle-width:20px;--mdc-switch-selected-icon-size:18px;--mdc-switch-track-height:14px;--mdc-switch-track-shape:7px;--mdc-switch-track-width:36px;--mdc-switch-unselected-icon-size:18px;--mdc-switch-selected-focus-state-layer-opacity:0.12;--mdc-switch-selected-hover-state-layer-opacity:0.04;--mdc-switch-selected-pressed-state-layer-opacity:0.1;--mdc-switch-unselected-focus-state-layer-opacity:0.12;--mdc-switch-unselected-hover-state-layer-opacity:0.04;--mdc-switch-unselected-pressed-state-layer-opacity:0.1}html .mat-mdc-slide-toggle{--mat-switch-disabled-selected-handle-opacity:0.38;--mat-switch-disabled-unselected-handle-opacity:0.38;--mat-switch-unselected-handle-size:20px;--mat-switch-selected-handle-size:20px;--mat-switch-pressed-handle-size:20px;--mat-switch-with-icon-handle-size:20px;--mat-switch-selected-handle-horizontal-margin:0;--mat-switch-selected-with-icon-handle-horizontal-margin:0;--mat-switch-selected-pressed-handle-horizontal-margin:0;--mat-switch-unselected-handle-horizontal-margin:0;--mat-switch-unselected-with-icon-handle-horizontal-margin:0;--mat-switch-unselected-pressed-handle-horizontal-margin:0;--mat-switch-visible-track-opacity:1;--mat-switch-hidden-track-opacity:1;--mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);--mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);--mat-switch-track-outline-width:1px;--mat-switch-track-outline-color:transparent;--mat-switch-selected-track-outline-width:1px;--mat-switch-selected-track-outline-color:transparent;--mat-switch-disabled-unselected-track-outline-width:1px;--mat-switch-disabled-unselected-track-outline-color:transparent}html{--mdc-switch-selected-focus-state-layer-color:#7187ff;--mdc-switch-selected-handle-color:#7187ff;--mdc-switch-selected-hover-state-layer-color:#7187ff;--mdc-switch-selected-pressed-state-layer-color:#7187ff;--mdc-switch-selected-focus-handle-color:#dee0ff;--mdc-switch-selected-hover-handle-color:#dee0ff;--mdc-switch-selected-pressed-handle-color:#dee0ff;--mdc-switch-selected-focus-track-color:#0436d3;--mdc-switch-selected-hover-track-color:#0436d3;--mdc-switch-selected-pressed-track-color:#0436d3;--mdc-switch-selected-track-color:#0436d3;--mdc-switch-disabled-selected-handle-color:#424242;--mdc-switch-disabled-selected-icon-color:#fff;--mdc-switch-disabled-selected-track-color:#424242;--mdc-switch-disabled-unselected-handle-color:#424242;--mdc-switch-disabled-unselected-icon-color:#fff;--mdc-switch-disabled-unselected-track-color:#424242;--mdc-switch-handle-surface-color:#fff;--mdc-switch-selected-icon-color:#fff;--mdc-switch-unselected-focus-handle-color:#212121;--mdc-switch-unselected-focus-state-layer-color:#424242;--mdc-switch-unselected-focus-track-color:#e0e0e0;--mdc-switch-unselected-handle-color:#616161;--mdc-switch-unselected-hover-handle-color:#212121;--mdc-switch-unselected-hover-state-layer-color:#424242;--mdc-switch-unselected-hover-track-color:#e0e0e0;--mdc-switch-unselected-icon-color:#fff;--mdc-switch-unselected-pressed-handle-color:#212121;--mdc-switch-unselected-pressed-state-layer-color:#424242;--mdc-switch-unselected-pressed-track-color:#e0e0e0;--mdc-switch-unselected-track-color:#e0e0e0;--mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}html{--mdc-switch-disabled-label-text-color: rgba(0, 35, 60, 0.38)}html .mat-mdc-slide-toggle{--mat-switch-label-text-color:#00233c}html .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color:#7187ff;--mdc-switch-selected-handle-color:#7187ff;--mdc-switch-selected-hover-state-layer-color:#7187ff;--mdc-switch-selected-pressed-state-layer-color:#7187ff;--mdc-switch-selected-focus-handle-color:#dee0ff;--mdc-switch-selected-hover-handle-color:#dee0ff;--mdc-switch-selected-pressed-handle-color:#dee0ff;--mdc-switch-selected-focus-track-color:#0436d3;--mdc-switch-selected-hover-track-color:#0436d3;--mdc-switch-selected-pressed-track-color:#0436d3;--mdc-switch-selected-track-color:#0436d3}html{--mdc-switch-state-layer-size:40px}html .mat-mdc-slide-toggle{--mat-switch-label-text-font:Roboto, sans-serif;--mat-switch-label-text-line-height:20px;--mat-switch-label-text-size:14px;--mat-switch-label-text-tracking:0.0178571429em;--mat-switch-label-text-weight:400}html{--mdc-radio-disabled-selected-icon-opacity:0.38;--mdc-radio-disabled-unselected-icon-opacity:0.38;--mdc-radio-state-layer-size:40px}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color:#59627b;--mdc-radio-disabled-unselected-icon-color:#59627b;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(89, 98, 123, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(89, 98, 123, 0.54);--mdc-radio-selected-focus-icon-color:#3053f4;--mdc-radio-selected-hover-icon-color:#3053f4;--mdc-radio-selected-icon-color:#3053f4;--mdc-radio-selected-pressed-icon-color:#3053f4}.mat-mdc-radio-button.mat-primary{--mat-radio-ripple-color:#00233c;--mat-radio-checked-ripple-color:#3053f4;--mat-radio-disabled-label-color:rgba(0, 35, 60, 0.38);--mat-radio-label-text-color:#00233c}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color:#59627b;--mdc-radio-disabled-unselected-icon-color:#59627b;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(89, 98, 123, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(89, 98, 123, 0.54);--mdc-radio-selected-focus-icon-color:#3053f4;--mdc-radio-selected-hover-icon-color:#3053f4;--mdc-radio-selected-icon-color:#3053f4;--mdc-radio-selected-pressed-icon-color:#3053f4}.mat-mdc-radio-button.mat-accent{--mat-radio-ripple-color:#00233c;--mat-radio-checked-ripple-color:#3053f4;--mat-radio-disabled-label-color:rgba(0, 35, 60, 0.38);--mat-radio-label-text-color:#00233c}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color:#59627b;--mdc-radio-disabled-unselected-icon-color:#59627b;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(89, 98, 123, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(89, 98, 123, 0.54);--mdc-radio-selected-focus-icon-color:#ae1209;--mdc-radio-selected-hover-icon-color:#ae1209;--mdc-radio-selected-icon-color:#ae1209;--mdc-radio-selected-pressed-icon-color:#ae1209}.mat-mdc-radio-button.mat-warn{--mat-radio-ripple-color:#00233c;--mat-radio-checked-ripple-color:#ae1209;--mat-radio-disabled-label-color:rgba(0, 35, 60, 0.38);--mat-radio-label-text-color:#00233c}html{--mdc-radio-state-layer-size:40px}html{--mat-radio-touch-target-display:block}html{--mat-radio-label-text-font:Roboto, sans-serif;--mat-radio-label-text-line-height:20px;--mat-radio-label-text-size:14px;--mat-radio-label-text-tracking:0.0178571429em;--mat-radio-label-text-weight:400}html{--mdc-slider-active-track-height:6px;--mdc-slider-active-track-shape:9999px;--mdc-slider-handle-height:20px;--mdc-slider-handle-shape:50%;--mdc-slider-handle-width:20px;--mdc-slider-inactive-track-height:4px;--mdc-slider-inactive-track-shape:9999px;--mdc-slider-with-overlap-handle-outline-width:1px;--mdc-slider-with-tick-marks-active-container-opacity:0.6;--mdc-slider-with-tick-marks-container-shape:50%;--mdc-slider-with-tick-marks-container-size:2px;--mdc-slider-with-tick-marks-inactive-container-opacity:0.6;--mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)}html{--mat-slider-value-indicator-width:auto;--mat-slider-value-indicator-height:32px;--mat-slider-value-indicator-caret-display:block;--mat-slider-value-indicator-border-radius:4px;--mat-slider-value-indicator-padding:0 12px;--mat-slider-value-indicator-text-transform:none;--mat-slider-value-indicator-container-transform:translateX(-50%)}html{--mdc-slider-handle-color:#3053f4;--mdc-slider-focus-handle-color:#3053f4;--mdc-slider-hover-handle-color:#3053f4;--mdc-slider-active-track-color:#3053f4;--mdc-slider-inactive-track-color:#3053f4;--mdc-slider-with-tick-marks-inactive-container-color:#3053f4;--mdc-slider-with-tick-marks-active-container-color:white;--mdc-slider-disabled-active-track-color:#000;--mdc-slider-disabled-handle-color:#000;--mdc-slider-disabled-inactive-track-color:#000;--mdc-slider-label-container-color:#000;--mdc-slider-label-label-text-color:#fff;--mdc-slider-with-overlap-handle-outline-color:#fff;--mdc-slider-with-tick-marks-disabled-container-color:#000}html{--mat-slider-ripple-color:#3053f4;--mat-slider-hover-state-layer-color:rgba(48, 83, 244, 0.05);--mat-slider-focus-state-layer-color:rgba(48, 83, 244, 0.2);--mat-slider-value-indicator-opacity:0.6}html .mat-accent{--mdc-slider-handle-color:#3053f4;--mdc-slider-focus-handle-color:#3053f4;--mdc-slider-hover-handle-color:#3053f4;--mdc-slider-active-track-color:#3053f4;--mdc-slider-inactive-track-color:#3053f4;--mdc-slider-with-tick-marks-inactive-container-color:#3053f4;--mdc-slider-with-tick-marks-active-container-color:white}html .mat-accent{--mat-slider-ripple-color:#3053f4;--mat-slider-hover-state-layer-color:rgba(48, 83, 244, 0.05);--mat-slider-focus-state-layer-color:rgba(48, 83, 244, 0.2)}html .mat-warn{--mdc-slider-handle-color:#ae1209;--mdc-slider-focus-handle-color:#ae1209;--mdc-slider-hover-handle-color:#ae1209;--mdc-slider-active-track-color:#ae1209;--mdc-slider-inactive-track-color:#ae1209;--mdc-slider-with-tick-marks-inactive-container-color:#ae1209;--mdc-slider-with-tick-marks-active-container-color:white}html .mat-warn{--mat-slider-ripple-color:#ae1209;--mat-slider-hover-state-layer-color:rgba(174, 18, 9, 0.05);--mat-slider-focus-state-layer-color:rgba(174, 18, 9, 0.2)}html{--mdc-slider-label-label-text-font:Roboto, sans-serif;--mdc-slider-label-label-text-size:14px;--mdc-slider-label-label-text-line-height:22px;--mdc-slider-label-label-text-tracking:0.0071428571em;--mdc-slider-label-label-text-weight:500}html{--mat-menu-container-shape:4px;--mat-menu-divider-bottom-spacing:0;--mat-menu-divider-top-spacing:0;--mat-menu-item-spacing:16px;--mat-menu-item-icon-size:24px;--mat-menu-item-leading-spacing:16px;--mat-menu-item-trailing-spacing:16px;--mat-menu-item-with-icon-leading-spacing:16px;--mat-menu-item-with-icon-trailing-spacing:16px;--mat-menu-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-menu-item-label-text-color:#00233c;--mat-menu-item-icon-color:#00233c;--mat-menu-item-hover-state-layer-color:rgba(0, 35, 60, 0.04);--mat-menu-item-focus-state-layer-color:rgba(0, 35, 60, 0.04);--mat-menu-container-color:#eff1f7;--mat-menu-divider-color:#d1d5e7}html{--mat-menu-item-label-text-font:Roboto, sans-serif;--mat-menu-item-label-text-size:16px;--mat-menu-item-label-text-tracking:0.03125em;--mat-menu-item-label-text-line-height:24px;--mat-menu-item-label-text-weight:400}html{--mdc-list-list-item-container-shape:0;--mdc-list-list-item-leading-avatar-shape:50%;--mdc-list-list-item-container-color:transparent;--mdc-list-list-item-selected-container-color:transparent;--mdc-list-list-item-leading-avatar-color:transparent;--mdc-list-list-item-leading-icon-size:24px;--mdc-list-list-item-leading-avatar-size:40px;--mdc-list-list-item-trailing-icon-size:24px;--mdc-list-list-item-disabled-state-layer-color:transparent;--mdc-list-list-item-disabled-state-layer-opacity:0;--mdc-list-list-item-disabled-label-text-opacity:0.38;--mdc-list-list-item-disabled-leading-icon-opacity:0.38;--mdc-list-list-item-disabled-trailing-icon-opacity:0.38}html{--mat-list-active-indicator-color:transparent;--mat-list-active-indicator-shape:4px}html{--mdc-list-list-item-label-text-color:#00233c;--mdc-list-list-item-supporting-text-color:#59627b;--mdc-list-list-item-leading-icon-color:rgba(0, 35, 60, 0.38);--mdc-list-list-item-trailing-supporting-text-color:#59627b;--mdc-list-list-item-trailing-icon-color:rgba(0, 35, 60, 0.38);--mdc-list-list-item-selected-trailing-icon-color:rgba(0, 35, 60, 0.38);--mdc-list-list-item-disabled-label-text-color:#00233c;--mdc-list-list-item-disabled-leading-icon-color:#00233c;--mdc-list-list-item-disabled-trailing-icon-color:#00233c;--mdc-list-list-item-hover-label-text-color:#00233c;--mdc-list-list-item-hover-leading-icon-color:rgba(0, 35, 60, 0.38);--mdc-list-list-item-hover-trailing-icon-color:rgba(0, 35, 60, 0.38);--mdc-list-list-item-focus-label-text-color:#00233c;--mdc-list-list-item-hover-state-layer-color:#00233c;--mdc-list-list-item-hover-state-layer-opacity:0.04;--mdc-list-list-item-focus-state-layer-color:#00233c;--mdc-list-list-item-focus-state-layer-opacity:0.12}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#59627b;--mdc-radio-disabled-unselected-icon-color:#59627b;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(89, 98, 123, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(89, 98, 123, 0.54);--mdc-radio-selected-focus-icon-color:#3053f4;--mdc-radio-selected-hover-icon-color:#3053f4;--mdc-radio-selected-icon-color:#3053f4;--mdc-radio-selected-pressed-icon-color:#3053f4}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#59627b;--mdc-radio-disabled-unselected-icon-color:#59627b;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(89, 98, 123, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(89, 98, 123, 0.54);--mdc-radio-selected-focus-icon-color:#3053f4;--mdc-radio-selected-hover-icon-color:#3053f4;--mdc-radio-selected-icon-color:#3053f4;--mdc-radio-selected-pressed-icon-color:#3053f4}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#59627b;--mdc-radio-disabled-unselected-icon-color:#59627b;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(89, 98, 123, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(89, 98, 123, 0.54);--mdc-radio-selected-focus-icon-color:#ae1209;--mdc-radio-selected-hover-icon-color:#ae1209;--mdc-radio-selected-icon-color:#ae1209;--mdc-radio-selected-pressed-icon-color:#ae1209}.mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 35, 60, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 35, 60, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#3053f4;--mdc-checkbox-selected-hover-icon-color:#3053f4;--mdc-checkbox-selected-icon-color:#3053f4;--mdc-checkbox-selected-pressed-icon-color:#3053f4;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 35, 60, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#3053f4;--mdc-checkbox-selected-hover-state-layer-color:#3053f4;--mdc-checkbox-selected-pressed-state-layer-color:#3053f4;--mdc-checkbox-unselected-focus-state-layer-color:#00233c;--mdc-checkbox-unselected-hover-state-layer-color:#00233c;--mdc-checkbox-unselected-pressed-state-layer-color:#00233c}.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 35, 60, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 35, 60, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#3053f4;--mdc-checkbox-selected-hover-icon-color:#3053f4;--mdc-checkbox-selected-icon-color:#3053f4;--mdc-checkbox-selected-pressed-icon-color:#3053f4;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 35, 60, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#3053f4;--mdc-checkbox-selected-hover-state-layer-color:#3053f4;--mdc-checkbox-selected-pressed-state-layer-color:#3053f4;--mdc-checkbox-unselected-focus-state-layer-color:#00233c;--mdc-checkbox-unselected-hover-state-layer-color:#00233c;--mdc-checkbox-unselected-pressed-state-layer-color:#00233c}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 35, 60, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 35, 60, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#ae1209;--mdc-checkbox-selected-hover-icon-color:#ae1209;--mdc-checkbox-selected-icon-color:#ae1209;--mdc-checkbox-selected-pressed-icon-color:#ae1209;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 35, 60, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#ae1209;--mdc-checkbox-selected-hover-state-layer-color:#ae1209;--mdc-checkbox-selected-pressed-state-layer-color:#ae1209;--mdc-checkbox-unselected-focus-state-layer-color:#00233c;--mdc-checkbox-unselected-hover-state-layer-color:#00233c;--mdc-checkbox-unselected-pressed-state-layer-color:#00233c}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#3053f4}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mdc-list-list-item-one-line-container-height:48px;--mdc-list-list-item-two-line-container-height:64px;--mdc-list-list-item-three-line-container-height:88px}html{--mat-list-list-item-leading-icon-start-space:16px;--mat-list-list-item-leading-icon-end-space:32px}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-state-layer-size:40px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mdc-list-list-item-label-text-font:Roboto, sans-serif;--mdc-list-list-item-label-text-line-height:24px;--mdc-list-list-item-label-text-size:16px;--mdc-list-list-item-label-text-tracking:0.03125em;--mdc-list-list-item-label-text-weight:400;--mdc-list-list-item-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-supporting-text-line-height:20px;--mdc-list-list-item-supporting-text-size:14px;--mdc-list-list-item-supporting-text-tracking:0.0178571429em;--mdc-list-list-item-supporting-text-weight:400;--mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height:20px;--mdc-list-list-item-trailing-supporting-text-size:12px;--mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;--mdc-list-list-item-trailing-supporting-text-weight:400}.mdc-list-group__subheader{font:400 16px/28px Roboto, sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color:rgba(0, 35, 60, 0.87);--mat-paginator-container-background-color:#eff1f7;--mat-paginator-enabled-icon-color:rgba(0, 35, 60, 0.54);--mat-paginator-disabled-icon-color:rgba(0, 35, 60, 0.12)}html{--mat-paginator-container-size:56px;--mat-paginator-form-field-container-height:40px;--mat-paginator-form-field-container-vertical-padding:8px;--mat-paginator-touch-target-display:block}html{--mat-paginator-container-text-font:Roboto, sans-serif;--mat-paginator-container-text-line-height:20px;--mat-paginator-container-text-size:12px;--mat-paginator-container-text-tracking:0.0333333333em;--mat-paginator-container-text-weight:400;--mat-paginator-select-trigger-text-size:12px}html{--mdc-secondary-navigation-tab-container-height:48px}html{--mdc-tab-indicator-active-indicator-height:2px;--mdc-tab-indicator-active-indicator-shape:0}html{--mat-tab-header-divider-color:transparent;--mat-tab-header-divider-height:0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color:#3053f4}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mat-tab-header-disabled-ripple-color:rgba(0, 35, 60, 0.38);--mat-tab-header-pagination-icon-color:#59627b;--mat-tab-header-inactive-label-text-color:rgba(0, 35, 60, 0.6);--mat-tab-header-active-label-text-color:#3053f4;--mat-tab-header-active-ripple-color:#3053f4;--mat-tab-header-inactive-ripple-color:#3053f4;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 35, 60, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 35, 60, 0.6);--mat-tab-header-active-focus-label-text-color:#3053f4;--mat-tab-header-active-hover-label-text-color:#3053f4;--mat-tab-header-active-focus-indicator-color:#3053f4;--mat-tab-header-active-hover-indicator-color:#3053f4}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color:#3053f4}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mat-tab-header-disabled-ripple-color:rgba(0, 35, 60, 0.38);--mat-tab-header-pagination-icon-color:#59627b;--mat-tab-header-inactive-label-text-color:rgba(0, 35, 60, 0.6);--mat-tab-header-active-label-text-color:#3053f4;--mat-tab-header-active-ripple-color:#3053f4;--mat-tab-header-inactive-ripple-color:#3053f4;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 35, 60, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 35, 60, 0.6);--mat-tab-header-active-focus-label-text-color:#3053f4;--mat-tab-header-active-hover-label-text-color:#3053f4;--mat-tab-header-active-focus-indicator-color:#3053f4;--mat-tab-header-active-hover-indicator-color:#3053f4}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color:#ae1209}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mat-tab-header-disabled-ripple-color:rgba(0, 35, 60, 0.38);--mat-tab-header-pagination-icon-color:#59627b;--mat-tab-header-inactive-label-text-color:rgba(0, 35, 60, 0.6);--mat-tab-header-active-label-text-color:#ae1209;--mat-tab-header-active-ripple-color:#ae1209;--mat-tab-header-inactive-ripple-color:#ae1209;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 35, 60, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 35, 60, 0.6);--mat-tab-header-active-focus-label-text-color:#ae1209;--mat-tab-header-active-hover-label-text-color:#ae1209;--mat-tab-header-active-focus-indicator-color:#ae1209;--mat-tab-header-active-hover-indicator-color:#ae1209}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color:#3053f4;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color:#3053f4;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color:#ae1209;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height:48px}.mat-mdc-tab-header{--mat-tab-header-label-text-font:Roboto, sans-serif;--mat-tab-header-label-text-size:14px;--mat-tab-header-label-text-tracking:normal;--mat-tab-header-label-text-line-height:14px;--mat-tab-header-label-text-weight:400}html{--mdc-checkbox-disabled-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-state-layer-opacity:0.16;--mdc-checkbox-selected-hover-state-layer-opacity:0.04;--mdc-checkbox-selected-pressed-state-layer-opacity:0.16;--mdc-checkbox-unselected-focus-state-layer-opacity:0.16;--mdc-checkbox-unselected-hover-state-layer-opacity:0.04;--mdc-checkbox-unselected-pressed-state-layer-opacity:0.16}html{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 35, 60, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 35, 60, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#3053f4;--mdc-checkbox-selected-hover-icon-color:#3053f4;--mdc-checkbox-selected-icon-color:#3053f4;--mdc-checkbox-selected-pressed-icon-color:#3053f4;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 35, 60, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#3053f4;--mdc-checkbox-selected-hover-state-layer-color:#3053f4;--mdc-checkbox-selected-pressed-state-layer-color:#3053f4;--mdc-checkbox-unselected-focus-state-layer-color:#00233c;--mdc-checkbox-unselected-hover-state-layer-color:#00233c;--mdc-checkbox-unselected-pressed-state-layer-color:#00233c}html{--mat-checkbox-disabled-label-color:rgba(0, 35, 60, 0.38);--mat-checkbox-label-text-color:#00233c}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 35, 60, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 35, 60, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#3053f4;--mdc-checkbox-selected-hover-icon-color:#3053f4;--mdc-checkbox-selected-icon-color:#3053f4;--mdc-checkbox-selected-pressed-icon-color:#3053f4;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 35, 60, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#3053f4;--mdc-checkbox-selected-hover-state-layer-color:#3053f4;--mdc-checkbox-selected-pressed-state-layer-color:#3053f4;--mdc-checkbox-unselected-focus-state-layer-color:#00233c;--mdc-checkbox-unselected-hover-state-layer-color:#00233c;--mdc-checkbox-unselected-pressed-state-layer-color:#00233c}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 35, 60, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 35, 60, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#ae1209;--mdc-checkbox-selected-hover-icon-color:#ae1209;--mdc-checkbox-selected-icon-color:#ae1209;--mdc-checkbox-selected-pressed-icon-color:#ae1209;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 35, 60, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#ae1209;--mdc-checkbox-selected-hover-state-layer-color:#ae1209;--mdc-checkbox-selected-pressed-state-layer-color:#ae1209;--mdc-checkbox-unselected-focus-state-layer-color:#00233c;--mdc-checkbox-unselected-hover-state-layer-color:#00233c;--mdc-checkbox-unselected-pressed-state-layer-color:#00233c}html{--mdc-checkbox-state-layer-size:40px}html{--mat-checkbox-touch-target-display:block}html{--mat-checkbox-label-text-font:Roboto, sans-serif;--mat-checkbox-label-text-line-height:20px;--mat-checkbox-label-text-size:14px;--mat-checkbox-label-text-tracking:0.0178571429em;--mat-checkbox-label-text-weight:400}html{--mdc-text-button-container-shape:4px;--mdc-text-button-keep-touch-target:false}html{--mdc-filled-button-container-shape:4px;--mdc-filled-button-keep-touch-target:false}html{--mdc-protected-button-container-shape:4px;--mdc-protected-button-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mdc-outlined-button-keep-touch-target:false;--mdc-outlined-button-outline-width:1px;--mdc-outlined-button-container-shape:4px}html{--mat-text-button-horizontal-padding:8px;--mat-text-button-with-icon-horizontal-padding:8px;--mat-text-button-icon-spacing:8px;--mat-text-button-icon-offset:0}html{--mat-filled-button-horizontal-padding:16px;--mat-filled-button-icon-spacing:8px;--mat-filled-button-icon-offset:-4px}html{--mat-protected-button-horizontal-padding:16px;--mat-protected-button-icon-spacing:8px;--mat-protected-button-icon-offset:-4px}html{--mat-outlined-button-horizontal-padding:15px;--mat-outlined-button-icon-spacing:8px;--mat-outlined-button-icon-offset:-4px}html{--mdc-text-button-label-text-color:#00233c;--mdc-text-button-disabled-label-text-color:rgba(0, 35, 60, 0.38)}html{--mat-text-button-state-layer-color:#00233c;--mat-text-button-disabled-state-layer-color:#00233c;--mat-text-button-ripple-color:rgba(0, 35, 60, 0.1);--mat-text-button-hover-state-layer-opacity:0.04;--mat-text-button-focus-state-layer-opacity:0.12;--mat-text-button-pressed-state-layer-opacity:0.12}html{--mdc-filled-button-container-color:#eff1f7;--mdc-filled-button-label-text-color:#00233c;--mdc-filled-button-disabled-container-color:rgba(0, 35, 60, 0.12);--mdc-filled-button-disabled-label-text-color:rgba(0, 35, 60, 0.38)}html{--mat-filled-button-state-layer-color:#00233c;--mat-filled-button-disabled-state-layer-color:#00233c;--mat-filled-button-ripple-color:rgba(0, 35, 60, 0.1);--mat-filled-button-hover-state-layer-opacity:0.04;--mat-filled-button-focus-state-layer-opacity:0.12;--mat-filled-button-pressed-state-layer-opacity:0.12}html{--mdc-protected-button-container-color:#eff1f7;--mdc-protected-button-label-text-color:#00233c;--mdc-protected-button-disabled-container-color:rgba(0, 35, 60, 0.12);--mdc-protected-button-disabled-label-text-color:rgba(0, 35, 60, 0.38)}html{--mat-protected-button-state-layer-color:#00233c;--mat-protected-button-disabled-state-layer-color:#00233c;--mat-protected-button-ripple-color:rgba(0, 35, 60, 0.1);--mat-protected-button-hover-state-layer-opacity:0.04;--mat-protected-button-focus-state-layer-opacity:0.12;--mat-protected-button-pressed-state-layer-opacity:0.12}html{--mdc-outlined-button-disabled-outline-color:#d1d5e7;--mdc-outlined-button-disabled-label-text-color:rgba(0, 35, 60, 0.38);--mdc-outlined-button-label-text-color:#00233c;--mdc-outlined-button-outline-color:#d1d5e7}html{--mat-outlined-button-state-layer-color:#00233c;--mat-outlined-button-disabled-state-layer-color:#00233c;--mat-outlined-button-ripple-color:rgba(0, 35, 60, 0.1);--mat-outlined-button-hover-state-layer-opacity:0.04;--mat-outlined-button-focus-state-layer-opacity:0.12;--mat-outlined-button-pressed-state-layer-opacity:0.12}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color:#3053f4}.mat-mdc-button.mat-primary{--mat-text-button-state-layer-color:#3053f4;--mat-text-button-ripple-color:rgba(48, 83, 244, 0.1)}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color:#3053f4}.mat-mdc-button.mat-accent{--mat-text-button-state-layer-color:#3053f4;--mat-text-button-ripple-color:rgba(48, 83, 244, 0.1)}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color:#ae1209}.mat-mdc-button.mat-warn{--mat-text-button-state-layer-color:#ae1209;--mat-text-button-ripple-color:rgba(174, 18, 9, 0.1)}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color:#3053f4;--mdc-filled-button-label-text-color:white}.mat-mdc-unelevated-button.mat-primary{--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color:#3053f4;--mdc-filled-button-label-text-color:white}.mat-mdc-unelevated-button.mat-accent{--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color:#ae1209;--mdc-filled-button-label-text-color:white}.mat-mdc-unelevated-button.mat-warn{--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color:#3053f4;--mdc-protected-button-label-text-color:white}.mat-mdc-raised-button.mat-primary{--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color:#3053f4;--mdc-protected-button-label-text-color:white}.mat-mdc-raised-button.mat-accent{--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color:#ae1209;--mdc-protected-button-label-text-color:white}.mat-mdc-raised-button.mat-warn{--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color:#3053f4;--mdc-outlined-button-outline-color:#d1d5e7}.mat-mdc-outlined-button.mat-primary{--mat-outlined-button-state-layer-color:#3053f4;--mat-outlined-button-ripple-color:rgba(48, 83, 244, 0.1)}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color:#3053f4;--mdc-outlined-button-outline-color:#d1d5e7}.mat-mdc-outlined-button.mat-accent{--mat-outlined-button-state-layer-color:#3053f4;--mat-outlined-button-ripple-color:rgba(48, 83, 244, 0.1)}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color:#ae1209;--mdc-outlined-button-outline-color:#d1d5e7}.mat-mdc-outlined-button.mat-warn{--mat-outlined-button-state-layer-color:#ae1209;--mat-outlined-button-ripple-color:rgba(174, 18, 9, 0.1)}html{--mdc-text-button-container-height:36px}html{--mdc-filled-button-container-height:36px}html{--mdc-protected-button-container-height:36px}html{--mdc-outlined-button-container-height:36px}html{--mat-text-button-touch-target-display:block}html{--mat-filled-button-touch-target-display:block}html{--mat-protected-button-touch-target-display:block}html{--mat-outlined-button-touch-target-display:block}html{--mdc-text-button-label-text-font:Roboto, sans-serif;--mdc-text-button-label-text-size:14px;--mdc-text-button-label-text-tracking:normal;--mdc-text-button-label-text-weight:400;--mdc-text-button-label-text-transform:none}html{--mdc-filled-button-label-text-font:Roboto, sans-serif;--mdc-filled-button-label-text-size:14px;--mdc-filled-button-label-text-tracking:normal;--mdc-filled-button-label-text-weight:400;--mdc-filled-button-label-text-transform:none}html{--mdc-protected-button-label-text-font:Roboto, sans-serif;--mdc-protected-button-label-text-size:14px;--mdc-protected-button-label-text-tracking:normal;--mdc-protected-button-label-text-weight:400;--mdc-protected-button-label-text-transform:none}html{--mdc-outlined-button-label-text-font:Roboto, sans-serif;--mdc-outlined-button-label-text-size:14px;--mdc-outlined-button-label-text-tracking:normal;--mdc-outlined-button-label-text-weight:400;--mdc-outlined-button-label-text-transform:none}html{--mdc-icon-button-icon-size:24px}html{--mdc-icon-button-icon-color:inherit;--mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38)}html{--mat-icon-button-state-layer-color:#00233c;--mat-icon-button-disabled-state-layer-color:#00233c;--mat-icon-button-ripple-color:rgba(0, 35, 60, 0.1);--mat-icon-button-hover-state-layer-opacity:0.04;--mat-icon-button-focus-state-layer-opacity:0.12;--mat-icon-button-pressed-state-layer-opacity:0.12}html .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color:#3053f4}html .mat-mdc-icon-button.mat-primary{--mat-icon-button-state-layer-color:#3053f4;--mat-icon-button-ripple-color:rgba(48, 83, 244, 0.1)}html .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color:#3053f4}html .mat-mdc-icon-button.mat-accent{--mat-icon-button-state-layer-color:#3053f4;--mat-icon-button-ripple-color:rgba(48, 83, 244, 0.1)}html .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color:#ae1209}html .mat-mdc-icon-button.mat-warn{--mat-icon-button-state-layer-color:#ae1209;--mat-icon-button-ripple-color:rgba(174, 18, 9, 0.1)}html{--mat-icon-button-touch-target-display:block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}html{--mdc-fab-container-shape:50%;--mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}html{--mdc-fab-small-container-shape:50%;--mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}html{--mdc-extended-fab-container-height:48px;--mdc-extended-fab-container-shape:24px;--mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}html{--mdc-fab-container-color:#eff1f7}html{--mat-fab-foreground-color:#00233c;--mat-fab-state-layer-color:#00233c;--mat-fab-disabled-state-layer-color:#00233c;--mat-fab-ripple-color:rgba(0, 35, 60, 0.1);--mat-fab-hover-state-layer-opacity:0.04;--mat-fab-focus-state-layer-opacity:0.12;--mat-fab-pressed-state-layer-opacity:0.12;--mat-fab-disabled-state-container-color:rgba(243, 245, 249, 0.12);--mat-fab-disabled-state-foreground-color:rgba(0, 35, 60, 0.38)}html{--mdc-fab-small-container-color:#eff1f7}html{--mat-fab-small-foreground-color:#00233c;--mat-fab-small-state-layer-color:#00233c;--mat-fab-small-disabled-state-layer-color:#00233c;--mat-fab-small-ripple-color:rgba(0, 35, 60, 0.1);--mat-fab-small-hover-state-layer-opacity:0.04;--mat-fab-small-focus-state-layer-opacity:0.12;--mat-fab-small-pressed-state-layer-opacity:0.12;--mat-fab-small-disabled-state-container-color:rgba(243, 245, 249, 0.12);--mat-fab-small-disabled-state-foreground-color:rgba(0, 35, 60, 0.38)}html .mat-mdc-fab.mat-primary{--mdc-fab-container-color:#3053f4}html .mat-mdc-fab.mat-primary{--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-fab.mat-accent{--mdc-fab-container-color:#3053f4}html .mat-mdc-fab.mat-accent{--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-fab.mat-warn{--mdc-fab-container-color:#ae1209}html .mat-mdc-fab.mat-warn{--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-mini-fab.mat-primary{--mdc-fab-small-container-color:#3053f4}html .mat-mdc-mini-fab.mat-primary{--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-mini-fab.mat-accent{--mdc-fab-small-container-color:#3053f4}html .mat-mdc-mini-fab.mat-accent{--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-mini-fab.mat-warn{--mdc-fab-small-container-color:#ae1209}html .mat-mdc-mini-fab.mat-warn{--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1)}html{--mat-fab-touch-target-display:block}html{--mat-fab-small-touch-target-display:block}html{--mdc-extended-fab-label-text-font:Roboto, sans-serif;--mdc-extended-fab-label-text-size:14px;--mdc-extended-fab-label-text-tracking:normal;--mdc-extended-fab-label-text-weight:400}html{--mdc-snackbar-container-shape:4px}html{--mdc-snackbar-container-color:rgb(47.8, 48.2, 49.4);--mdc-snackbar-supporting-text-color:rgba(239, 241, 247, 0.87)}html{--mat-snack-bar-button-color:#3053f4}html{--mdc-snackbar-supporting-text-font:Roboto, sans-serif;--mdc-snackbar-supporting-text-line-height:20px;--mdc-snackbar-supporting-text-size:14px;--mdc-snackbar-supporting-text-weight:400}html{--mat-table-row-item-outline-width:1px}html{--mat-table-background-color:#eff1f7;--mat-table-header-headline-color:#00233c;--mat-table-row-item-label-text-color:#00233c;--mat-table-row-item-outline-color:#d1d5e7}html{--mat-table-header-container-height:56px;--mat-table-footer-container-height:52px;--mat-table-row-item-container-height:52px}html{--mat-table-header-headline-font:Roboto, sans-serif;--mat-table-header-headline-line-height:22px;--mat-table-header-headline-size:14px;--mat-table-header-headline-weight:500;--mat-table-header-headline-tracking:0.0071428571em;--mat-table-row-item-label-text-font:Roboto, sans-serif;--mat-table-row-item-label-text-line-height:20px;--mat-table-row-item-label-text-size:14px;--mat-table-row-item-label-text-weight:400;--mat-table-row-item-label-text-tracking:0.0178571429em;--mat-table-footer-supporting-text-font:Roboto, sans-serif;--mat-table-footer-supporting-text-line-height:20px;--mat-table-footer-supporting-text-size:14px;--mat-table-footer-supporting-text-weight:400;--mat-table-footer-supporting-text-tracking:0.0178571429em}html{--mdc-circular-progress-active-indicator-width:4px;--mdc-circular-progress-size:48px}html{--mdc-circular-progress-active-indicator-color:#3053f4}html .mat-accent{--mdc-circular-progress-active-indicator-color:#3053f4}html .mat-warn{--mdc-circular-progress-active-indicator-color:#ae1209}html{--mat-badge-container-shape:50%;--mat-badge-container-size:unset;--mat-badge-small-size-container-size:unset;--mat-badge-large-size-container-size:unset;--mat-badge-legacy-container-size:22px;--mat-badge-legacy-small-size-container-size:16px;--mat-badge-legacy-large-size-container-size:28px;--mat-badge-container-offset:-11px 0;--mat-badge-small-size-container-offset:-8px 0;--mat-badge-large-size-container-offset:-14px 0;--mat-badge-container-overlap-offset:-11px;--mat-badge-small-size-container-overlap-offset:-8px;--mat-badge-large-size-container-overlap-offset:-14px;--mat-badge-container-padding:0;--mat-badge-small-size-container-padding:0;--mat-badge-large-size-container-padding:0}html{--mat-badge-background-color:#3053f4;--mat-badge-text-color:white;--mat-badge-disabled-state-background-color:rgb(153.76, 167.68, 178.42);--mat-badge-disabled-state-text-color:rgba(0, 35, 60, 0.38)}.mat-badge-accent{--mat-badge-background-color:#3053f4;--mat-badge-text-color:white}.mat-badge-warn{--mat-badge-background-color:#ae1209;--mat-badge-text-color:white}html{--mat-badge-text-font:Roboto, sans-serif;--mat-badge-line-height:22px;--mat-badge-text-size:12px;--mat-badge-text-weight:600;--mat-badge-small-size-text-size:9px;--mat-badge-small-size-line-height:16px;--mat-badge-large-size-text-size:24px;--mat-badge-large-size-line-height:28px}html{--mat-bottom-sheet-container-shape:4px}html{--mat-bottom-sheet-container-text-color:#00233c;--mat-bottom-sheet-container-background-color:#ebedf5}html{--mat-bottom-sheet-container-text-font:Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height:20px;--mat-bottom-sheet-container-text-size:14px;--mat-bottom-sheet-container-text-tracking:0.0178571429em;--mat-bottom-sheet-container-text-weight:400}html{--mat-legacy-button-toggle-height:36px;--mat-legacy-button-toggle-shape:2px;--mat-legacy-button-toggle-focus-state-layer-opacity:1}html{--mat-standard-button-toggle-shape:4px;--mat-standard-button-toggle-hover-state-layer-opacity:0.04;--mat-standard-button-toggle-focus-state-layer-opacity:0.12}html{--mat-legacy-button-toggle-text-color:#59627b;--mat-legacy-button-toggle-state-layer-color:rgba(48, 83, 244, 0.08);--mat-legacy-button-toggle-selected-state-text-color:#59627b;--mat-legacy-button-toggle-selected-state-background-color:#f3f5f9;--mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 35, 60, 0.38);--mat-legacy-button-toggle-disabled-state-background-color:#f3f5f9;--mat-legacy-button-toggle-disabled-selected-state-background-color:#f3f5f9}html{--mat-standard-button-toggle-text-color:#00233c;--mat-standard-button-toggle-background-color:#eff1f7;--mat-standard-button-toggle-state-layer-color:#3053f4;--mat-standard-button-toggle-selected-state-background-color:#f3f5f9;--mat-standard-button-toggle-selected-state-text-color:#00233c;--mat-standard-button-toggle-disabled-state-text-color:rgba(0, 35, 60, 0.38);--mat-standard-button-toggle-disabled-state-background-color:#eff1f7;--mat-standard-button-toggle-disabled-selected-state-text-color:#00233c;--mat-standard-button-toggle-disabled-selected-state-background-color:#f3f5f9;--mat-standard-button-toggle-divider-color:#d1d5e7}html{--mat-standard-button-toggle-height:48px}html{--mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;--mat-legacy-button-toggle-label-text-line-height:24px;--mat-legacy-button-toggle-label-text-size:16px;--mat-legacy-button-toggle-label-text-tracking:0.03125em;--mat-legacy-button-toggle-label-text-weight:400}html{--mat-standard-button-toggle-label-text-font:Roboto, sans-serif;--mat-standard-button-toggle-label-text-line-height:24px;--mat-standard-button-toggle-label-text-size:16px;--mat-standard-button-toggle-label-text-tracking:0.03125em;--mat-standard-button-toggle-label-text-weight:400}html{--mat-datepicker-calendar-container-shape:4px;--mat-datepicker-calendar-container-touch-shape:4px;--mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#3053f4;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(48, 83, 244, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(48, 83, 244, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(48, 83, 244, 0.3);--mat-datepicker-toggle-active-state-icon-color:#3053f4;--mat-datepicker-calendar-date-in-range-state-background-color:rgba(48, 83, 244, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-toggle-icon-color:#59627b;--mat-datepicker-calendar-body-label-text-color:#59627b;--mat-datepicker-calendar-period-button-text-color:#00233c;--mat-datepicker-calendar-period-button-icon-color:#59627b;--mat-datepicker-calendar-navigation-button-icon-color:#59627b;--mat-datepicker-calendar-header-divider-color:#d1d5e7;--mat-datepicker-calendar-header-text-color:#59627b;--mat-datepicker-calendar-date-today-outline-color:#59627b;--mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(89, 98, 123, 0.8);--mat-datepicker-calendar-date-text-color:#00233c;--mat-datepicker-calendar-date-outline-color:transparent;--mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 35, 60, 0.38);--mat-datepicker-calendar-date-preview-state-outline-color:#d1d5e7;--mat-datepicker-range-input-separator-color:#00233c;--mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 35, 60, 0.38);--mat-datepicker-range-input-disabled-state-text-color:rgba(0, 35, 60, 0.38);--mat-datepicker-calendar-container-background-color:#eff1f7;--mat-datepicker-calendar-container-text-color:#00233c}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#3053f4;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(48, 83, 244, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(48, 83, 244, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(48, 83, 244, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(48, 83, 244, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:rgb(69.5241935484, 163.4758064516, 93.9516129032)}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#ae1209;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(174, 18, 9, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(174, 18, 9, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(174, 18, 9, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(174, 18, 9, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:rgb(69.5241935484, 163.4758064516, 93.9516129032)}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color:#3053f4}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color:#ae1209}.mat-calendar-controls{--mat-icon-button-touch-target-display:none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}html{--mat-datepicker-calendar-text-font:Roboto, sans-serif;--mat-datepicker-calendar-text-size:13px;--mat-datepicker-calendar-body-label-text-size:14px;--mat-datepicker-calendar-body-label-text-weight:400;--mat-datepicker-calendar-period-button-text-size:14px;--mat-datepicker-calendar-period-button-text-weight:400;--mat-datepicker-calendar-header-text-size:11px;--mat-datepicker-calendar-header-text-weight:400}html{--mat-divider-width:1px}html{--mat-divider-color:#d1d5e7}html{--mat-expansion-container-shape:4px;--mat-expansion-legacy-header-indicator-display:inline-block;--mat-expansion-header-indicator-display:none}html{--mat-expansion-container-background-color:#eff1f7;--mat-expansion-container-text-color:#00233c;--mat-expansion-actions-divider-color:#d1d5e7;--mat-expansion-header-hover-state-layer-color:rgba(48, 83, 244, 0.08);--mat-expansion-header-focus-state-layer-color:rgba(48, 83, 244, 0.08);--mat-expansion-header-disabled-state-text-color:rgba(0, 35, 60, 0.38);--mat-expansion-header-text-color:#00233c;--mat-expansion-header-description-color:#59627b;--mat-expansion-header-indicator-color:#59627b}html{--mat-expansion-header-collapsed-state-height:48px;--mat-expansion-header-expanded-state-height:64px}html{--mat-expansion-header-text-font:Roboto, sans-serif;--mat-expansion-header-text-size:14px;--mat-expansion-header-text-weight:500;--mat-expansion-header-text-line-height:inherit;--mat-expansion-header-text-tracking:inherit;--mat-expansion-container-text-font:Roboto, sans-serif;--mat-expansion-container-text-line-height:20px;--mat-expansion-container-text-size:14px;--mat-expansion-container-text-tracking:0.0178571429em;--mat-expansion-container-text-weight:400}html{--mat-grid-list-tile-header-primary-text-size:14px;--mat-grid-list-tile-header-secondary-text-size:12px;--mat-grid-list-tile-footer-primary-text-size:14px;--mat-grid-list-tile-footer-secondary-text-size:12px}html{--mat-icon-color:inherit}.mat-icon.mat-primary{--mat-icon-color:#3053f4}.mat-icon.mat-accent{--mat-icon-color:#3053f4}.mat-icon.mat-warn{--mat-icon-color:#ae1209}html{--mat-sidenav-container-shape:0;--mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-sidenav-container-width:auto}html{--mat-sidenav-container-divider-color:#d1d5e7;--mat-sidenav-container-background-color:#ebedf5;--mat-sidenav-container-text-color:#00233c;--mat-sidenav-content-background-color:#f8f9fb;--mat-sidenav-content-text-color:#00233c;--mat-sidenav-scrim-color:rgba(16, 14, 8, 0.6)}html{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#3053f4;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#3053f4;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#3053f4;--mat-stepper-header-edit-state-icon-foreground-color:white;--mat-stepper-container-color:#eff1f7;--mat-stepper-line-color:#d1d5e7;--mat-stepper-header-hover-state-layer-color:rgba(48, 83, 244, 0.08);--mat-stepper-header-focus-state-layer-color:rgba(48, 83, 244, 0.08);--mat-stepper-header-label-text-color:#59627b;--mat-stepper-header-optional-label-text-color:#59627b;--mat-stepper-header-selected-state-label-text-color:#00233c;--mat-stepper-header-error-state-label-text-color:#ae1209;--mat-stepper-header-icon-background-color:#59627b;--mat-stepper-header-error-state-icon-foreground-color:#ae1209;--mat-stepper-header-error-state-icon-background-color:transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#3053f4;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#3053f4;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#3053f4;--mat-stepper-header-edit-state-icon-foreground-color:white}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#ae1209;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#ae1209;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#ae1209;--mat-stepper-header-edit-state-icon-foreground-color:white}html{--mat-stepper-header-height:72px}html{--mat-stepper-container-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-size:14px;--mat-stepper-header-label-text-weight:400;--mat-stepper-header-error-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-weight:400}html{--mat-sort-arrow-color:#59627b}html{--mat-toolbar-container-background-color:#f3f5f9;--mat-toolbar-container-text-color:#00233c}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color:#3053f4;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color:#3053f4;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color:#ae1209;--mat-toolbar-container-text-color:white}html{--mat-toolbar-standard-height:64px;--mat-toolbar-mobile-height:56px}html{--mat-toolbar-title-text-font:Roboto, sans-serif;--mat-toolbar-title-text-line-height:32px;--mat-toolbar-title-text-size:20px;--mat-toolbar-title-text-tracking:0.0125em;--mat-toolbar-title-text-weight:500}html{--mat-tree-container-background-color:#eff1f7;--mat-tree-node-text-color:#00233c}html{--mat-tree-node-min-height:48px}html{--mat-tree-node-text-font:Roboto, sans-serif;--mat-tree-node-text-size:14px;--mat-tree-node-text-weight:400}html{--mat-timepicker-container-shape:4px;--mat-timepicker-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-timepicker-container-background-color:#eff1f7}body{font-family:"Inter", sans-serif}.td-dialog-title,.td-status-dialog-title{font-family:"Inter", sans-serif;font-size:20px;font-weight:500}.td-status-dialog-title,.td-status-dialog-title .td-dialog-message{line-height:24px}.td-dialog-message{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:28px}.td-key{font-family:"Inter", sans-serif;font-size:14px}.td-message-label{font-family:"Inter", sans-serif;font-size:14px;font-weight:600;line-height:24px}.td-message-sublabel{font-family:"Inter", sans-serif;font-size:14px}td-navigation-drawer .td-navigation-drawer-title{font-family:"Inter", sans-serif;font-size:16px}td-navigation-drawer .td-navigation-drawer-name{font-family:"Inter", sans-serif;font-size:14px;font-weight:500;line-height:20px}td-navigation-drawer .td-navigation-drawer-menu-toggle{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:24px}td-breadcrumb:last-of-type{font-weight:bold;cursor:default}mat-list-item mat-icon,[mat-list-item] mat-icon,.mat-list-item-content mat-icon{color:rgba(0,0,0,.54)}mat-list-item mat-icon[matListItemAvatar],[mat-list-item] mat-icon[matListItemAvatar],.mat-list-item-content mat-icon[matListItemAvatar]{background-color:rgba(0,0,0,.04)}.mat-list-text p{color:rgba(0,0,0,.38)}table.mat-table{background:rgba(0,0,0,0)}.mat-row:hover,.mat-row:focus{background-color:rgba(0,0,0,.04)}[mat-icon-button].td-layout-menu-button{margin-left:0}::ng-deep [dir=rtl] [mat-icon-button].td-layout-menu-button{margin-right:0;margin-left:6px}td-layout-nav,td-layout-nav-list,td-layout-manage-list,td-layout-card-over,td-navigation-drawer,td-layout{--mat-sidenav-container-background-color: var(--mat-sidenav-content-background-color);--mat-expansion-container-background-color: var(--mat-sidenav-content-background-color)}td-layout-nav mat-toolbar,td-layout-nav-list mat-toolbar,td-layout-manage-list mat-toolbar,td-layout-card-over mat-toolbar,td-navigation-drawer mat-toolbar,td-layout mat-toolbar{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);z-index:1}body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-row,body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-row,body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-row,body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row{height:48px}body[dense] td-layout-card-over .td-layout-card-over-wrapper,td-layout-card-over[dense] .td-layout-card-over-wrapper{margin:-48px;margin-left:0;margin-right:0}.mat-drawer-side.td-layout-sidenav{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.td-layout-footer{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.td-layout-footer.mat-primary{background:#3053f4}.td-layout-footer.mat-primary,.td-layout-footer.mat-primary mat-icon{color:#3053f4}.td-layout-footer.mat-accent{background:#3053f4}.td-layout-footer.mat-accent,.td-layout-footer.mat-accent mat-icon{color:#3053f4}.td-layout-footer.mat-warn{background:#ae1209}.td-layout-footer.mat-warn,.td-layout-footer.mat-warn mat-icon{color:#ae1209}.td-layout-footer .mat-mdc-button{--mdc-text-button-label-text-color: rgba(0, 0, 0, 0.87)}.td-loading-wrapper.td-overlay .td-loading{background:hsla(0,0%,100%,.8)}td-file-upload .td-file-upload-cancel mat-icon{background-color:#fafafa}td-file-input .drop-zone{transition:background .4s cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-toolbar.td-window-dialog-toolbar{color:rgba(0,0,0,.87);border-bottom:1px solid rgba(0,0,0,.12);background:none}.td-dialog-message{color:rgba(0,0,0,.54)}.td-json-formatter-wrapper .function::after,.td-json-formatter-wrapper .date::after,.td-json-formatter-wrapper .td-object-name::after,.td-json-formatter-wrapper .td-array-length::after{content:""}.td-json-formatter-wrapper .td-key.td-key-node:focus,.td-json-formatter-wrapper .td-key.td-key-node:hover{background-color:rgba(0,0,0,.04)}.td-json-formatter-wrapper .td-key.td-key-node .td-node-icon{color:rgba(0,0,0,.54)}.td-json-formatter-wrapper .key{color:#3053f4}.td-json-formatter-wrapper .value .string{color:#ae1209}.td-json-formatter-wrapper .value .number{color:#3053f4}.td-json-formatter-wrapper .value .boolean{color:#3053f4}.td-json-formatter-wrapper .value .null,.td-json-formatter-wrapper .value .undefined{color:rgba(0,0,0,.38)}.td-json-formatter-wrapper .value .function{color:#3053f4}.td-json-formatter-wrapper .value .date{color:rgba(0,0,0,.87)}.td-message.mat-primary{color:#3053f4;background-color:rgba(48,83,244,.15)}.td-message.mat-accent{color:#3053f4;background-color:rgba(48,83,244,.15)}.td-message.mat-warn{color:#ae1209;background-color:rgba(174,18,9,.15)}.td-side-sheet-container{background-color:#fff;color:rgba(0,0,0,.87)}.mdc-tooltip__surface{--mdc-plain-tooltip-supporting-text-color: #f1f3f8}td-markdown a{color:#3053f4}td-markdown h1,td-markdown h2{border-bottom-color:rgba(0,0,0,.12)}td-markdown h3,td-markdown h4,td-markdown h5,td-markdown h6{color:rgba(0,0,0,.54)}td-markdown hr{border-color:rgba(0,0,0,.12)}td-markdown blockquote{color:rgba(0,0,0,.54);border-left-color:rgba(0,0,0,.12)}td-markdown table th,td-markdown table td{border-color:rgba(0,0,0,.12)}td-markdown table tr{border-top-color:rgba(0,0,0,.12)}td-markdown table tr:nth-child(2n){background-color:rgba(0,0,0,.12)}td-markdown img{background-color:#fff}td-markdown code{background-color:rgba(0,0,0,.04)}td-markdown .highlight pre,td-markdown pre{background-color:#f5f5f5}td-markdown kbd{color:rgba(0,0,0,.54);background-color:#f5f5f5;border-color:rgba(0,0,0,.12);border-bottom-color:rgba(0,0,0,.38)}.raw-and-copy-buttons{border-color:rgba(0,0,0,.12)}.raw-and-copy-buttons .mat-button-toggle{background-color:inherit;color:rgba(0,0,0,.87)}.raw-and-copy-buttons .mat-button-toggle mat-icon{color:rgba(0,0,0,.54)}.raw-and-copy-buttons .mat-button-toggle+.mat-button-toggle{border-left-color:rgba(0,0,0,.12)}td-highlight{background-color:#eee}td-highlight .highlight{color:#383a42}td-highlight .raw{color:rgba(0,0,0,.87)}td-highlight .hljs-comment,td-highlight .hljs-quote{color:#a0a1a7;font-style:italic}td-highlight .hljs-doctag,td-highlight .hljs-formula,td-highlight .hljs-keyword{color:#a626a4}td-highlight .hljs-deletion,td-highlight .hljs-name,td-highlight .hljs-tag,td-highlight .hljs-section,td-highlight .hljs-selector-tag,td-highlight .hljs-subst{color:#e45649}td-highlight .hljs-literal{color:#0184bb}td-highlight .hljs-addition,td-highlight .hljs-attribute,td-highlight .hljs-meta .hljs-string,td-highlight .hljs-regexp,td-highlight .hljs-string{color:#50a14f}td-highlight .hljs-attr,td-highlight .hljs-number,td-highlight .hljs-selector-attr,td-highlight .hljs-selector-class,td-highlight .hljs-selector-pseudo,td-highlight .hljs-template-variable,td-highlight .hljs-type,td-highlight .hljs-variable{color:#986801}td-highlight .hljs-bullet,td-highlight .hljs-link,td-highlight .hljs-meta,td-highlight .hljs-selector-id,td-highlight .hljs-symbol,td-highlight .hljs-title{color:#4078f2}td-highlight .hljs-built_in,td-highlight .hljs-class .hljs-title,td-highlight .hljs-title.class_{color:#c18401}td-flavored-markdown :not(pre)>code{background:#f5f5f5;color:rgba(0,0,0,.54)}td-flavored-markdown .mat-checkbox-disabled label.mat-checkbox-layout .mat-checkbox-label{color:currentColor}td-markdown-navigator td-breadcrumbs{color:rgba(0,0,0,.54)}.shepherd-title{font:500 14px/24px}.shepherd-text{font:400 15px/24px}.shepherd-progress{font:400 15px/24px}.shepherd-highlight{background:rgba(0,0,0,.12)}.shepherd-button.mat-mdc-button:not(:disabled),.shepherd-cancel-icon,.shepherd-has-title .shepherd-content .shepherd-cancel-icon,.shepherd-title,.shepherd-text,.shepherd-content,.shepherd-cancel-icon span::after{color:#fff}.shepherd-button:not(:disabled):hover,.shepherd-button.shepherd-button-secondary:not(:disabled):hover,.shepherd-cancel-icon:hover{background:rgba(0,0,0,.12)}.shepherd-has-title .shepherd-content .shepherd-header,.shepherd-element,.shepherd-arrow::before,.shepherd-arrow::after,.shepherd-content,.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow::before{background:#7187ff}.shepherd-cancel-icon{min-width:0;margin:0;padding:0;width:40px;height:40px;flex-shrink:0;line-height:40px;border-radius:50%}.shepherd-void-button{display:none}/*# sourceMappingURL=all-theme-light.css.map */
|
1
|
+
@-moz-document url-prefix(){[layout-fill]{margin:0;width:100%;min-height:100%;height:100%}}.shepherd-content,.shepherd-arrow::before{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);will-change:box-shadow;box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.shepherd-element:hover .shepherd-content,.shepherd-element:hover .shepherd-arrow::before{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.shepherd-arrow::after{content:"";position:absolute;z-index:9999;box-shadow:none}.shepherd-highlight{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.shepherd-element.shepherd-centered .shepherd-arrow{display:none}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow::after,.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow::after{width:48px;height:24px;left:-16px}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow::after{bottom:8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow::after{top:8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow::after,.shepherd-element[data-popper-placement^=right]>.shepherd-arrow::after{width:16px;height:48px;bottom:-16px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow::after{right:8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow::after{left:8px}.shepherd-button{border:0;border-radius:3px;cursor:pointer;margin-right:.5rem;padding:.5rem 1.5rem}.shepherd-button.material-icons{font-family:"Material Symbols Outlined",sans-serif;font-size:24px;border-radius:50%}.shepherd-button,.shepherd-cancel-icon{transition:all .3s ease}.shepherd-button:disabled{cursor:not-allowed}.shepherd-header{align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;justify-content:flex-end;line-height:2em;padding:.75rem .75rem 0 1rem}.shepherd-footer{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:flex-end;padding:0 .75rem .75rem;flex-direction:row;box-sizing:border-box;align-items:center;align-content:center}.shepherd-progress{margin-left:8px;flex:1;box-sizing:border-box}.shepherd-footer .shepherd-button:last-child{margin-right:0;margin-left:8px}.shepherd-cancel-icon{background:none;font-size:1.6em;font-family:"Material Symbols Outlined",sans-serif;position:relative;border-width:0}.shepherd-cancel-icon span{color:rgba(0,0,0,0)}.shepherd-cancel-icon span::after{content:"close";font-size:20px;position:absolute;right:50%;transform:translate(50%)}.shepherd-title{display:flex;flex:1 0 auto;margin:0;padding:0}.shepherd-text{margin:0 8px 16px;padding:0 8px}.shepherd-text p{margin-top:0}.shepherd-text p:last-child{margin-bottom:0}.shepherd-content{border-radius:5px;outline:none;padding:0}.shepherd-element{border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.2);max-width:400px;min-width:400px;min-height:100px;opacity:0;outline:none;transition:opacity .3s;z-index:9999}.shepherd-enabled.shepherd-element{opacity:1}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0}.shepherd-element,.shepherd-element *,.shepherd-element ::after,.shepherd-element ::before{box-sizing:border-box}.shepherd-arrow,.shepherd-arrow::before{position:absolute;width:16px;height:16px;z-index:9998}.shepherd-arrow::before{content:"";transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-8px}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}.shepherd-modal-overlay-container{filter:progid:dximagetransform.microsoft.gradient.alpha(Opacity=50);filter:alpha(opacity=50);height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0ms .3s,opacity .3s 0ms;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}html{--mat-ripple-color: rgba(0, 35, 60, 0.1)}html{--mat-option-selected-state-label-text-color: #3053f4;--mat-option-label-text-color: #00233c;--mat-option-hover-state-layer-color: rgba(0, 35, 60, 0.04);--mat-option-focus-state-layer-color: rgba(0, 35, 60, 0.04);--mat-option-selected-state-layer-color: rgba(0, 35, 60, 0.04)}.mat-accent{--mat-option-selected-state-label-text-color: #3053f4;--mat-option-label-text-color: #00233c;--mat-option-hover-state-layer-color: rgba(0, 35, 60, 0.04);--mat-option-focus-state-layer-color: rgba(0, 35, 60, 0.04);--mat-option-selected-state-layer-color: rgba(0, 35, 60, 0.04)}.mat-warn{--mat-option-selected-state-label-text-color: #ae1209;--mat-option-label-text-color: #00233c;--mat-option-hover-state-layer-color: rgba(0, 35, 60, 0.04);--mat-option-focus-state-layer-color: rgba(0, 35, 60, 0.04);--mat-option-selected-state-layer-color: rgba(0, 35, 60, 0.04)}html{--mat-optgroup-label-text-color: #00233c}html{--mat-pseudo-checkbox-full-selected-icon-color: #3053f4;--mat-pseudo-checkbox-full-selected-checkmark-color: #f8f9fb;--mat-pseudo-checkbox-full-unselected-icon-color: #59627b;--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #f8f9fb;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #3053f4;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0}.mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #3053f4;--mat-pseudo-checkbox-full-selected-checkmark-color: #f8f9fb;--mat-pseudo-checkbox-full-unselected-icon-color: #59627b;--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #f8f9fb;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #3053f4;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0}.mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #3053f4;--mat-pseudo-checkbox-full-selected-checkmark-color: #f8f9fb;--mat-pseudo-checkbox-full-unselected-icon-color: #59627b;--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #f8f9fb;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #3053f4;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0}.mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #ae1209;--mat-pseudo-checkbox-full-selected-checkmark-color: #f8f9fb;--mat-pseudo-checkbox-full-unselected-icon-color: #59627b;--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #f8f9fb;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #ae1209;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0}html{--mat-app-background-color: #f8f9fb;--mat-app-text-color: #00233c;--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-option-label-text-font: Roboto, sans-serif;--mat-option-label-text-line-height: 24px;--mat-option-label-text-size: 16px;--mat-option-label-text-tracking: 0.03125em;--mat-option-label-text-weight: 400}html{--mat-optgroup-label-text-font: Roboto, sans-serif;--mat-optgroup-label-text-line-height: 24px;--mat-optgroup-label-text-size: 16px;--mat-optgroup-label-text-tracking: 0.03125em;--mat-optgroup-label-text-weight: 400}html{--mat-ripple-color: rgba(0, 35, 60, 0.1)}html{--mat-option-selected-state-label-text-color: #3053f4;--mat-option-label-text-color: #00233c;--mat-option-hover-state-layer-color: rgba(0, 35, 60, 0.04);--mat-option-focus-state-layer-color: rgba(0, 35, 60, 0.04);--mat-option-selected-state-layer-color: rgba(0, 35, 60, 0.04)}.mat-accent{--mat-option-selected-state-label-text-color: #3053f4;--mat-option-label-text-color: #00233c;--mat-option-hover-state-layer-color: rgba(0, 35, 60, 0.04);--mat-option-focus-state-layer-color: rgba(0, 35, 60, 0.04);--mat-option-selected-state-layer-color: rgba(0, 35, 60, 0.04)}.mat-warn{--mat-option-selected-state-label-text-color: #ae1209;--mat-option-label-text-color: #00233c;--mat-option-hover-state-layer-color: rgba(0, 35, 60, 0.04);--mat-option-focus-state-layer-color: rgba(0, 35, 60, 0.04);--mat-option-selected-state-layer-color: rgba(0, 35, 60, 0.04)}html{--mat-optgroup-label-text-color: #00233c}html{--mat-pseudo-checkbox-full-selected-icon-color: #3053f4;--mat-pseudo-checkbox-full-selected-checkmark-color: #f8f9fb;--mat-pseudo-checkbox-full-unselected-icon-color: #59627b;--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #f8f9fb;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #3053f4;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0}.mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #3053f4;--mat-pseudo-checkbox-full-selected-checkmark-color: #f8f9fb;--mat-pseudo-checkbox-full-unselected-icon-color: #59627b;--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #f8f9fb;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #3053f4;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0}.mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #3053f4;--mat-pseudo-checkbox-full-selected-checkmark-color: #f8f9fb;--mat-pseudo-checkbox-full-unselected-icon-color: #59627b;--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #f8f9fb;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #3053f4;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0}.mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #ae1209;--mat-pseudo-checkbox-full-selected-checkmark-color: #f8f9fb;--mat-pseudo-checkbox-full-unselected-icon-color: #59627b;--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #f8f9fb;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #ae1209;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0}html{--mat-app-background-color: #f8f9fb;--mat-app-text-color: #00233c;--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-option-label-text-font: Roboto, sans-serif;--mat-option-label-text-line-height: 24px;--mat-option-label-text-size: 16px;--mat-option-label-text-tracking: 0.03125em;--mat-option-label-text-weight: 400}html{--mat-optgroup-label-text-font: Roboto, sans-serif;--mat-optgroup-label-text-line-height: 24px;--mat-optgroup-label-text-size: 16px;--mat-optgroup-label-text-tracking: 0.03125em;--mat-optgroup-label-text-weight: 400}html{--mat-card-elevated-container-shape: 4px;--mat-card-outlined-container-shape: 4px;--mat-card-filled-container-shape: 4px;--mat-card-outlined-outline-width: 1px}html{--mat-card-elevated-container-color: #eff1f7;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-card-outlined-container-color: #eff1f7;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-card-outlined-outline-color: rgba(0, 35, 60, 0.12);--mat-card-subtitle-text-color: #59627b;--mat-card-filled-container-color: #eff1f7;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}html{--mat-card-title-text-font: Roboto, sans-serif;--mat-card-title-text-line-height: 32px;--mat-card-title-text-size: 20px;--mat-card-title-text-tracking: 0.0125em;--mat-card-title-text-weight: 500;--mat-card-subtitle-text-font: Roboto, sans-serif;--mat-card-subtitle-text-line-height: 22px;--mat-card-subtitle-text-size: 14px;--mat-card-subtitle-text-tracking: 0.0071428571em;--mat-card-subtitle-text-weight: 500}html{--mat-progress-bar-active-indicator-height: 4px;--mat-progress-bar-track-height: 4px;--mat-progress-bar-track-shape: 0}.mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #3053f4;--mat-progress-bar-track-color: rgba(48, 83, 244, 0.25)}.mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #3053f4;--mat-progress-bar-track-color: rgba(48, 83, 244, 0.25)}.mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #ae1209;--mat-progress-bar-track-color: rgba(174, 18, 9, 0.25)}html{--mat-tooltip-container-shape: 4px;--mat-tooltip-supporting-text-line-height: 16px}html{--mat-tooltip-container-color: #3e4557;--mat-tooltip-supporting-text-color: #fff}html{--mat-tooltip-supporting-text-font: Roboto, sans-serif;--mat-tooltip-supporting-text-size: 12px;--mat-tooltip-supporting-text-weight: 400;--mat-tooltip-supporting-text-tracking: 0.0333333333em}html{--mat-form-field-filled-active-indicator-height: 1px;--mat-form-field-filled-focus-active-indicator-height: 2px;--mat-form-field-filled-container-shape: 4px;--mat-form-field-outlined-outline-width: 1px;--mat-form-field-outlined-focus-outline-width: 2px;--mat-form-field-outlined-container-shape: 4px}html{--mat-form-field-focus-select-arrow-color: rgba(48, 83, 244, 0.87);--mat-form-field-filled-caret-color: #3053f4;--mat-form-field-filled-focus-active-indicator-color: #3053f4;--mat-form-field-filled-focus-label-text-color: rgba(48, 83, 244, 0.87);--mat-form-field-outlined-caret-color: #3053f4;--mat-form-field-outlined-focus-outline-color: #3053f4;--mat-form-field-outlined-focus-label-text-color: rgba(48, 83, 244, 0.87);--mat-form-field-disabled-input-text-placeholder-color: rgba(89, 98, 123, 0.38);--mat-form-field-state-layer-color: rgba(0, 35, 60, 0.87);--mat-form-field-error-text-color: #ae1209;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(89, 98, 123, 0.54);--mat-form-field-disabled-select-arrow-color: rgba(89, 98, 123, 0.38);--mat-form-field-hover-state-layer-opacity: 0.04;--mat-form-field-focus-state-layer-opacity: 0.08;--mat-form-field-filled-container-color: rgb(229.44, 231.36, 237.12);--mat-form-field-filled-disabled-container-color: rgb(234.22, 236.18, 242.06);--mat-form-field-filled-label-text-color: rgba(0, 35, 60, 0.6);--mat-form-field-filled-hover-label-text-color: rgba(0, 35, 60, 0.6);--mat-form-field-filled-disabled-label-text-color: rgba(0, 35, 60, 0.38);--mat-form-field-filled-input-text-color: rgba(0, 35, 60, 0.87);--mat-form-field-filled-disabled-input-text-color: rgba(0, 35, 60, 0.38);--mat-form-field-filled-input-text-placeholder-color: rgba(0, 35, 60, 0.6);--mat-form-field-filled-error-hover-label-text-color: #ae1209;--mat-form-field-filled-error-focus-label-text-color: #ae1209;--mat-form-field-filled-error-label-text-color: #ae1209;--mat-form-field-filled-error-caret-color: #ae1209;--mat-form-field-filled-active-indicator-color: rgba(114, 125, 156, 0.42);--mat-form-field-filled-disabled-active-indicator-color: rgba(114, 125, 156, 0.06);--mat-form-field-filled-hover-active-indicator-color: rgba(114, 125, 156, 0.87);--mat-form-field-filled-error-active-indicator-color: #ae1209;--mat-form-field-filled-error-focus-active-indicator-color: #ae1209;--mat-form-field-filled-error-hover-active-indicator-color: #ae1209;--mat-form-field-outlined-label-text-color: rgba(0, 35, 60, 0.6);--mat-form-field-outlined-hover-label-text-color: rgba(0, 35, 60, 0.6);--mat-form-field-outlined-disabled-label-text-color: rgba(0, 35, 60, 0.38);--mat-form-field-outlined-input-text-color: rgba(0, 35, 60, 0.87);--mat-form-field-outlined-disabled-input-text-color: rgba(0, 35, 60, 0.38);--mat-form-field-outlined-input-text-placeholder-color: rgba(0, 35, 60, 0.6);--mat-form-field-outlined-error-caret-color: #ae1209;--mat-form-field-outlined-error-focus-label-text-color: #ae1209;--mat-form-field-outlined-error-label-text-color: #ae1209;--mat-form-field-outlined-error-hover-label-text-color: #ae1209;--mat-form-field-outlined-outline-color: rgba(114, 125, 156, 0.38);--mat-form-field-outlined-disabled-outline-color: rgba(114, 125, 156, 0.06);--mat-form-field-outlined-hover-outline-color: rgba(114, 125, 156, 0.87);--mat-form-field-outlined-error-focus-outline-color: #ae1209;--mat-form-field-outlined-error-hover-outline-color: #ae1209;--mat-form-field-outlined-error-outline-color: #ae1209}.mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: rgba(48, 83, 244, 0.87);--mat-form-field-filled-caret-color: #3053f4;--mat-form-field-filled-focus-active-indicator-color: #3053f4;--mat-form-field-filled-focus-label-text-color: rgba(48, 83, 244, 0.87);--mat-form-field-outlined-caret-color: #3053f4;--mat-form-field-outlined-focus-outline-color: #3053f4;--mat-form-field-outlined-focus-label-text-color: rgba(48, 83, 244, 0.87)}.mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: rgba(174, 18, 9, 0.87);--mat-form-field-filled-caret-color: #ae1209;--mat-form-field-filled-focus-active-indicator-color: #ae1209;--mat-form-field-filled-focus-label-text-color: rgba(174, 18, 9, 0.87);--mat-form-field-outlined-caret-color: #ae1209;--mat-form-field-outlined-focus-outline-color: #ae1209;--mat-form-field-outlined-focus-label-text-color: rgba(174, 18, 9, 0.87)}html{--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}html{--mat-form-field-container-text-font: Roboto, sans-serif;--mat-form-field-container-text-line-height: 24px;--mat-form-field-container-text-size: 16px;--mat-form-field-container-text-tracking: 0.03125em;--mat-form-field-container-text-weight: 400;--mat-form-field-outlined-label-text-populated-size: 16px;--mat-form-field-subscript-text-font: Roboto, sans-serif;--mat-form-field-subscript-text-line-height: 20px;--mat-form-field-subscript-text-size: 12px;--mat-form-field-subscript-text-tracking: 0.0333333333em;--mat-form-field-subscript-text-weight: 400;--mat-form-field-filled-label-text-font: Roboto, sans-serif;--mat-form-field-filled-label-text-size: 16px;--mat-form-field-filled-label-text-tracking: 0.03125em;--mat-form-field-filled-label-text-weight: 400;--mat-form-field-outlined-label-text-font: Roboto, sans-serif;--mat-form-field-outlined-label-text-size: 16px;--mat-form-field-outlined-label-text-tracking: 0.03125em;--mat-form-field-outlined-label-text-weight: 400}html{--mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-select-panel-background-color: #eff1f7;--mat-select-enabled-trigger-text-color: rgba(0, 35, 60, 0.87);--mat-select-disabled-trigger-text-color: rgba(0, 35, 60, 0.38);--mat-select-placeholder-text-color: rgba(0, 35, 60, 0.6);--mat-select-enabled-arrow-color: rgba(114, 125, 156, 0.54);--mat-select-disabled-arrow-color: rgba(0, 35, 60, 0.38);--mat-select-focused-arrow-color: rgba(48, 83, 244, 0.87);--mat-select-invalid-arrow-color: rgba(174, 18, 9, 0.87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #eff1f7;--mat-select-enabled-trigger-text-color: rgba(0, 35, 60, 0.87);--mat-select-disabled-trigger-text-color: rgba(0, 35, 60, 0.38);--mat-select-placeholder-text-color: rgba(0, 35, 60, 0.6);--mat-select-enabled-arrow-color: rgba(114, 125, 156, 0.54);--mat-select-disabled-arrow-color: rgba(0, 35, 60, 0.38);--mat-select-focused-arrow-color: rgba(48, 83, 244, 0.87);--mat-select-invalid-arrow-color: rgba(174, 18, 9, 0.87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #eff1f7;--mat-select-enabled-trigger-text-color: rgba(0, 35, 60, 0.87);--mat-select-disabled-trigger-text-color: rgba(0, 35, 60, 0.38);--mat-select-placeholder-text-color: rgba(0, 35, 60, 0.6);--mat-select-enabled-arrow-color: rgba(114, 125, 156, 0.54);--mat-select-disabled-arrow-color: rgba(0, 35, 60, 0.38);--mat-select-focused-arrow-color: rgba(174, 18, 9, 0.87);--mat-select-invalid-arrow-color: rgba(174, 18, 9, 0.87)}html{--mat-select-arrow-transform: translateY(-8px)}html{--mat-select-trigger-text-font: Roboto, sans-serif;--mat-select-trigger-text-line-height: 24px;--mat-select-trigger-text-size: 16px;--mat-select-trigger-text-tracking: 0.03125em;--mat-select-trigger-text-weight: 400}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-autocomplete-background-color: #eff1f7}html{--mat-dialog-container-shape: 4px;--mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);--mat-dialog-container-max-width: 80vw;--mat-dialog-container-small-max-width: 80vw;--mat-dialog-container-min-width: 0;--mat-dialog-actions-alignment: start;--mat-dialog-actions-padding: 8px;--mat-dialog-content-padding: 20px 24px;--mat-dialog-with-actions-content-padding: 20px 24px;--mat-dialog-headline-padding: 0 24px 9px}html{--mat-dialog-container-color: #ebedf5;--mat-dialog-subhead-color: rgba(0, 35, 60, 0.87);--mat-dialog-supporting-text-color: rgba(0, 35, 60, 0.6)}html{--mat-dialog-subhead-font: Roboto, sans-serif;--mat-dialog-subhead-line-height: 32px;--mat-dialog-subhead-size: 20px;--mat-dialog-subhead-weight: 500;--mat-dialog-subhead-tracking: 0.0125em;--mat-dialog-supporting-text-font: Roboto, sans-serif;--mat-dialog-supporting-text-line-height: 24px;--mat-dialog-supporting-text-size: 16px;--mat-dialog-supporting-text-weight: 400;--mat-dialog-supporting-text-tracking: 0.03125em}.mat-mdc-standard-chip{--mat-chip-container-shape-radius: 16px;--mat-chip-disabled-container-opacity: 0.4;--mat-chip-disabled-outline-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-focus-outline-color: transparent;--mat-chip-hover-state-layer-opacity: 0.04;--mat-chip-outline-color: transparent;--mat-chip-outline-width: 0;--mat-chip-selected-hover-state-layer-opacity: 0.04;--mat-chip-selected-trailing-action-state-layer-color: transparent;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-focus-state-layer-opacity: 0;--mat-chip-trailing-action-hover-state-layer-opacity: 0;--mat-chip-trailing-action-opacity: 0.54;--mat-chip-trailing-action-state-layer-color: transparent;--mat-chip-with-avatar-avatar-shape-radius: 14px;--mat-chip-with-avatar-avatar-size: 28px;--mat-chip-with-avatar-disabled-avatar-opacity: 1;--mat-chip-with-icon-disabled-icon-opacity: 1;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1}.mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: #212121;--mat-chip-elevated-container-color: rgb(210.32, 216.28, 224.56);--mat-chip-elevated-disabled-container-color: rgb(210.32, 216.28, 224.56);--mat-chip-elevated-selected-container-color: rgb(210.32, 216.28, 224.56);--mat-chip-flat-disabled-selected-container-color: rgb(210.32, 216.28, 224.56);--mat-chip-focus-state-layer-color: #00233c;--mat-chip-focus-state-layer-opacity: 0.12;--mat-chip-hover-state-layer-color: #00233c;--mat-chip-label-text-color: #212121;--mat-chip-selected-disabled-trailing-icon-color: #212121;--mat-chip-selected-focus-state-layer-color: #00233c;--mat-chip-selected-focus-state-layer-opacity: 0.12;--mat-chip-selected-hover-state-layer-color: #00233c;--mat-chip-selected-label-text-color: #212121;--mat-chip-selected-trailing-icon-color: #212121;--mat-chip-with-icon-disabled-icon-color: #212121;--mat-chip-with-icon-icon-color: #212121;--mat-chip-with-icon-selected-icon-color: #212121;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;--mat-chip-with-trailing-icon-trailing-icon-color: #212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #3053f4;--mat-chip-elevated-disabled-container-color: #3053f4;--mat-chip-elevated-selected-container-color: #3053f4;--mat-chip-flat-disabled-selected-container-color: #3053f4;--mat-chip-focus-state-layer-color: #00233c;--mat-chip-focus-state-layer-opacity: 0.12;--mat-chip-hover-state-layer-color: #00233c;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: #00233c;--mat-chip-selected-focus-state-layer-opacity: 0.12;--mat-chip-selected-hover-state-layer-color: #00233c;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #3053f4;--mat-chip-elevated-disabled-container-color: #3053f4;--mat-chip-elevated-selected-container-color: #3053f4;--mat-chip-flat-disabled-selected-container-color: #3053f4;--mat-chip-focus-state-layer-color: #00233c;--mat-chip-focus-state-layer-opacity: 0.12;--mat-chip-hover-state-layer-color: #00233c;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: #00233c;--mat-chip-selected-focus-state-layer-opacity: 0.12;--mat-chip-selected-hover-state-layer-color: #00233c;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #ae1209;--mat-chip-elevated-disabled-container-color: #ae1209;--mat-chip-elevated-selected-container-color: #ae1209;--mat-chip-flat-disabled-selected-container-color: #ae1209;--mat-chip-focus-state-layer-color: #00233c;--mat-chip-focus-state-layer-opacity: 0.12;--mat-chip-hover-state-layer-color: #00233c;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: #00233c;--mat-chip-selected-focus-state-layer-opacity: 0.12;--mat-chip-selected-hover-state-layer-color: #00233c;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-chip.mat-mdc-standard-chip{--mat-chip-container-height: 32px}.mat-mdc-standard-chip{--mat-chip-label-text-font: Roboto, sans-serif;--mat-chip-label-text-line-height: 20px;--mat-chip-label-text-size: 14px;--mat-chip-label-text-tracking: 0.0178571429em;--mat-chip-label-text-weight: 400}html{--mat-slide-toggle-disabled-selected-handle-opacity: 0.38;--mat-slide-toggle-disabled-selected-icon-opacity: 0.38;--mat-slide-toggle-disabled-track-opacity: 0.12;--mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;--mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;--mat-slide-toggle-disabled-unselected-track-outline-color: transparent;--mat-slide-toggle-disabled-unselected-track-outline-width: 1px;--mat-slide-toggle-handle-height: 20px;--mat-slide-toggle-handle-shape: 10px;--mat-slide-toggle-handle-width: 20px;--mat-slide-toggle-hidden-track-opacity: 1;--mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);--mat-slide-toggle-pressed-handle-size: 20px;--mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;--mat-slide-toggle-selected-handle-horizontal-margin: 0;--mat-slide-toggle-selected-handle-size: 20px;--mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;--mat-slide-toggle-selected-icon-size: 18px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-selected-pressed-state-layer-opacity: 0.1;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 1px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-track-height: 14px;--mat-slide-toggle-track-outline-color: transparent;--mat-slide-toggle-track-outline-width: 1px;--mat-slide-toggle-track-shape: 7px;--mat-slide-toggle-track-width: 36px;--mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;--mat-slide-toggle-unselected-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-handle-size: 20px;--mat-slide-toggle-unselected-hover-state-layer-opacity: 0.04;--mat-slide-toggle-unselected-icon-size: 18px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);--mat-slide-toggle-with-icon-handle-size: 20px}html .mat-mdc-slide-toggle{--mat-slide-toggle-disabled-selected-handle-opacity: 0.38;--mat-slide-toggle-disabled-selected-icon-opacity: 0.38;--mat-slide-toggle-disabled-track-opacity: 0.12;--mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;--mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;--mat-slide-toggle-disabled-unselected-track-outline-color: transparent;--mat-slide-toggle-disabled-unselected-track-outline-width: 1px;--mat-slide-toggle-handle-height: 20px;--mat-slide-toggle-handle-shape: 10px;--mat-slide-toggle-handle-width: 20px;--mat-slide-toggle-hidden-track-opacity: 1;--mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);--mat-slide-toggle-pressed-handle-size: 20px;--mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;--mat-slide-toggle-selected-handle-horizontal-margin: 0;--mat-slide-toggle-selected-handle-size: 20px;--mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;--mat-slide-toggle-selected-icon-size: 18px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-selected-pressed-state-layer-opacity: 0.1;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 1px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-track-height: 14px;--mat-slide-toggle-track-outline-color: transparent;--mat-slide-toggle-track-outline-width: 1px;--mat-slide-toggle-track-shape: 7px;--mat-slide-toggle-track-width: 36px;--mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;--mat-slide-toggle-unselected-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-handle-size: 20px;--mat-slide-toggle-unselected-hover-state-layer-opacity: 0.04;--mat-slide-toggle-unselected-icon-size: 18px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);--mat-slide-toggle-with-icon-handle-size: 20px}html{--mat-slide-toggle-selected-focus-state-layer-color: #7187ff;--mat-slide-toggle-selected-handle-color: #7187ff;--mat-slide-toggle-selected-hover-state-layer-color: #7187ff;--mat-slide-toggle-selected-pressed-state-layer-color: #7187ff;--mat-slide-toggle-selected-focus-handle-color: #dee0ff;--mat-slide-toggle-selected-hover-handle-color: #dee0ff;--mat-slide-toggle-selected-pressed-handle-color: #dee0ff;--mat-slide-toggle-selected-focus-track-color: #0436d3;--mat-slide-toggle-selected-hover-track-color: #0436d3;--mat-slide-toggle-selected-pressed-track-color: #0436d3;--mat-slide-toggle-selected-track-color: #0436d3;--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-slide-toggle-disabled-selected-handle-color: #424242;--mat-slide-toggle-disabled-selected-icon-color: #fff;--mat-slide-toggle-disabled-selected-track-color: #424242;--mat-slide-toggle-disabled-unselected-handle-color: #424242;--mat-slide-toggle-disabled-unselected-icon-color: #fff;--mat-slide-toggle-disabled-unselected-track-color: #424242;--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-slide-toggle-handle-surface-color: #fff;--mat-slide-toggle-label-text-color: #00233c;--mat-slide-toggle-selected-icon-color: #fff;--mat-slide-toggle-unselected-hover-handle-color: #212121;--mat-slide-toggle-unselected-focus-handle-color: #212121;--mat-slide-toggle-unselected-focus-state-layer-color: #424242;--mat-slide-toggle-unselected-focus-track-color: #e0e0e0;--mat-slide-toggle-unselected-icon-color: #fff;--mat-slide-toggle-unselected-handle-color: #616161;--mat-slide-toggle-unselected-hover-state-layer-color: #424242;--mat-slide-toggle-unselected-hover-track-color: #e0e0e0;--mat-slide-toggle-unselected-pressed-handle-color: #212121;--mat-slide-toggle-unselected-pressed-track-color: #e0e0e0;--mat-slide-toggle-unselected-pressed-state-layer-color: #424242;--mat-slide-toggle-unselected-track-color: #e0e0e0}html{--mdc-slide-toggle-disabled-label-text-color: rgba(0, 35, 60, 0.38);--mat-slide-toggle-disabled-label-text-color: rgba(0, 35, 60, 0.38)}html .mat-mdc-slide-toggle{--mat-slide-toggle-label-text-color: #00233c}html .mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-focus-state-layer-color: #7187ff;--mat-slide-toggle-selected-handle-color: #7187ff;--mat-slide-toggle-selected-hover-state-layer-color: #7187ff;--mat-slide-toggle-selected-pressed-state-layer-color: #7187ff;--mat-slide-toggle-selected-focus-handle-color: #dee0ff;--mat-slide-toggle-selected-hover-handle-color: #dee0ff;--mat-slide-toggle-selected-pressed-handle-color: #dee0ff;--mat-slide-toggle-selected-focus-track-color: #0436d3;--mat-slide-toggle-selected-hover-track-color: #0436d3;--mat-slide-toggle-selected-pressed-track-color: #0436d3;--mat-slide-toggle-selected-track-color: #0436d3}html{--mat-slide-toggle-state-layer-size: 40px}html .mat-mdc-slide-toggle{--mat-slide-toggle-state-layer-size: 40px}html{--mat-slide-toggle-label-text-font: Roboto, sans-serif;--mat-slide-toggle-label-text-line-height: 20px;--mat-slide-toggle-label-text-size: 14px;--mat-slide-toggle-label-text-tracking: 0.0178571429em;--mat-slide-toggle-label-text-weight: 400}html .mat-mdc-slide-toggle{--mat-slide-toggle-label-text-font: Roboto, sans-serif;--mat-slide-toggle-label-text-line-height: 20px;--mat-slide-toggle-label-text-size: 14px;--mat-slide-toggle-label-text-tracking: 0.0178571429em;--mat-slide-toggle-label-text-weight: 400}html{--mat-radio-disabled-selected-icon-opacity: 0.38;--mat-radio-disabled-unselected-icon-opacity: 0.38;--mat-radio-state-layer-size: 40px}.mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #3053f4;--mat-radio-disabled-label-color: rgba(0, 35, 60, 0.38);--mat-radio-disabled-selected-icon-color: #59627b;--mat-radio-disabled-unselected-icon-color: #59627b;--mat-radio-label-text-color: #00233c;--mat-radio-ripple-color: #00233c;--mat-radio-selected-focus-icon-color: #3053f4;--mat-radio-selected-hover-icon-color: #3053f4;--mat-radio-selected-icon-color: #3053f4;--mat-radio-selected-pressed-icon-color: #3053f4;--mat-radio-unselected-focus-icon-color: #212121;--mat-radio-unselected-hover-icon-color: #212121;--mat-radio-unselected-icon-color: rgba(89, 98, 123, 0.54);--mat-radio-unselected-pressed-icon-color: rgba(89, 98, 123, 0.54)}.mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #3053f4;--mat-radio-disabled-label-color: rgba(0, 35, 60, 0.38);--mat-radio-disabled-selected-icon-color: #59627b;--mat-radio-disabled-unselected-icon-color: #59627b;--mat-radio-label-text-color: #00233c;--mat-radio-ripple-color: #00233c;--mat-radio-selected-focus-icon-color: #3053f4;--mat-radio-selected-hover-icon-color: #3053f4;--mat-radio-selected-icon-color: #3053f4;--mat-radio-selected-pressed-icon-color: #3053f4;--mat-radio-unselected-focus-icon-color: #212121;--mat-radio-unselected-hover-icon-color: #212121;--mat-radio-unselected-icon-color: rgba(89, 98, 123, 0.54);--mat-radio-unselected-pressed-icon-color: rgba(89, 98, 123, 0.54)}.mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #ae1209;--mat-radio-disabled-label-color: rgba(0, 35, 60, 0.38);--mat-radio-disabled-selected-icon-color: #59627b;--mat-radio-disabled-unselected-icon-color: #59627b;--mat-radio-label-text-color: #00233c;--mat-radio-ripple-color: #00233c;--mat-radio-selected-focus-icon-color: #ae1209;--mat-radio-selected-hover-icon-color: #ae1209;--mat-radio-selected-icon-color: #ae1209;--mat-radio-selected-pressed-icon-color: #ae1209;--mat-radio-unselected-focus-icon-color: #212121;--mat-radio-unselected-hover-icon-color: #212121;--mat-radio-unselected-icon-color: rgba(89, 98, 123, 0.54);--mat-radio-unselected-pressed-icon-color: rgba(89, 98, 123, 0.54)}html{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}html{--mat-radio-label-text-font: Roboto, sans-serif;--mat-radio-label-text-line-height: 20px;--mat-radio-label-text-size: 14px;--mat-radio-label-text-tracking: 0.0178571429em;--mat-radio-label-text-weight: 400}html{--mat-slider-active-track-height: 6px;--mat-slider-active-track-shape: 9999px;--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-slider-handle-height: 20px;--mat-slider-handle-shape: 50%;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-inactive-track-shape: 9999px;--mat-slider-value-indicator-border-radius: 4px;--mat-slider-value-indicator-caret-display: block;--mat-slider-value-indicator-container-transform: translateX(-50%);--mat-slider-value-indicator-height: 32px;--mat-slider-value-indicator-padding: 0 12px;--mat-slider-value-indicator-text-transform: none;--mat-slider-value-indicator-width: auto;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: 0.6;--mat-slider-with-tick-marks-container-shape: 50%;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: 0.6}html{--mat-slider-active-track-color: #3053f4;--mat-slider-focus-handle-color: #3053f4;--mat-slider-focus-state-layer-color: rgba(48, 83, 244, 0.2);--mat-slider-handle-color: #3053f4;--mat-slider-hover-handle-color: #3053f4;--mat-slider-hover-state-layer-color: rgba(48, 83, 244, 0.05);--mat-slider-inactive-track-color: #3053f4;--mat-slider-ripple-color: #3053f4;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #3053f4;--mat-slider-disabled-active-track-color: #000;--mat-slider-disabled-handle-color: #000;--mat-slider-disabled-inactive-track-color: #000;--mat-slider-label-container-color: #000;--mat-slider-label-label-text-color: #fff;--mat-slider-value-indicator-opacity: 0.6;--mat-slider-with-overlap-handle-outline-color: #fff;--mat-slider-with-tick-marks-disabled-container-color: #000}html .mat-accent{--mat-slider-active-track-color: #3053f4;--mat-slider-focus-handle-color: #3053f4;--mat-slider-focus-state-layer-color: rgba(48, 83, 244, 0.2);--mat-slider-handle-color: #3053f4;--mat-slider-hover-handle-color: #3053f4;--mat-slider-hover-state-layer-color: rgba(48, 83, 244, 0.05);--mat-slider-inactive-track-color: #3053f4;--mat-slider-ripple-color: #3053f4;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #3053f4}html .mat-warn{--mat-slider-active-track-color: #ae1209;--mat-slider-focus-handle-color: #ae1209;--mat-slider-focus-state-layer-color: rgba(174, 18, 9, 0.2);--mat-slider-handle-color: #ae1209;--mat-slider-hover-handle-color: #ae1209;--mat-slider-hover-state-layer-color: rgba(174, 18, 9, 0.05);--mat-slider-inactive-track-color: #ae1209;--mat-slider-ripple-color: #ae1209;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #ae1209}html{--mat-slider-label-label-text-font: Roboto, sans-serif;--mat-slider-label-label-text-size: 14px;--mat-slider-label-label-text-line-height: 22px;--mat-slider-label-label-text-tracking: 0.0071428571em;--mat-slider-label-label-text-weight: 500}html{--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px;--mat-menu-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-menu-item-label-text-color: #00233c;--mat-menu-item-icon-color: #00233c;--mat-menu-item-hover-state-layer-color: rgba(0, 35, 60, 0.04);--mat-menu-item-focus-state-layer-color: rgba(0, 35, 60, 0.04);--mat-menu-container-color: #eff1f7;--mat-menu-divider-color: #727d9c}html{--mat-menu-item-label-text-font: Roboto, sans-serif;--mat-menu-item-label-text-size: 16px;--mat-menu-item-label-text-tracking: 0.03125em;--mat-menu-item-label-text-line-height: 24px;--mat-menu-item-label-text-weight: 400}html{--mat-list-active-indicator-color: transparent;--mat-list-active-indicator-shape: 4px;--mat-list-list-item-container-shape: 0;--mat-list-list-item-leading-avatar-shape: 50%;--mat-list-list-item-container-color: transparent;--mat-list-list-item-selected-container-color: transparent;--mat-list-list-item-leading-avatar-color: transparent;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-disabled-state-layer-color: transparent;--mat-list-list-item-disabled-state-layer-opacity: 0;--mat-list-list-item-disabled-label-text-opacity: 0.38;--mat-list-list-item-disabled-leading-icon-opacity: 0.38;--mat-list-list-item-disabled-trailing-icon-opacity: 0.38}html{--mat-list-list-item-label-text-color: #00233c;--mat-list-list-item-supporting-text-color: #59627b;--mat-list-list-item-leading-icon-color: rgba(0, 35, 60, 0.38);--mat-list-list-item-trailing-supporting-text-color: #59627b;--mat-list-list-item-trailing-icon-color: rgba(0, 35, 60, 0.38);--mat-list-list-item-selected-trailing-icon-color: rgba(0, 35, 60, 0.38);--mat-list-list-item-disabled-label-text-color: #00233c;--mat-list-list-item-disabled-leading-icon-color: #00233c;--mat-list-list-item-disabled-trailing-icon-color: #00233c;--mat-list-list-item-hover-label-text-color: #00233c;--mat-list-list-item-hover-leading-icon-color: rgba(0, 35, 60, 0.38);--mat-list-list-item-hover-state-layer-color: #00233c;--mat-list-list-item-hover-state-layer-opacity: 0.04;--mat-list-list-item-hover-trailing-icon-color: rgba(0, 35, 60, 0.38);--mat-list-list-item-focus-label-text-color: #00233c;--mat-list-list-item-focus-state-layer-color: #00233c;--mat-list-list-item-focus-state-layer-opacity: 0.12}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-checked-ripple-color: #3053f4;--mat-radio-disabled-label-color: rgba(0, 35, 60, 0.38);--mat-radio-disabled-selected-icon-color: #59627b;--mat-radio-disabled-unselected-icon-color: #59627b;--mat-radio-label-text-color: #00233c;--mat-radio-ripple-color: #00233c;--mat-radio-selected-focus-icon-color: #3053f4;--mat-radio-selected-hover-icon-color: #3053f4;--mat-radio-selected-icon-color: #3053f4;--mat-radio-selected-pressed-icon-color: #3053f4;--mat-radio-unselected-focus-icon-color: #212121;--mat-radio-unselected-hover-icon-color: #212121;--mat-radio-unselected-icon-color: rgba(89, 98, 123, 0.54);--mat-radio-unselected-pressed-icon-color: rgba(89, 98, 123, 0.54)}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #3053f4;--mat-radio-disabled-label-color: rgba(0, 35, 60, 0.38);--mat-radio-disabled-selected-icon-color: #59627b;--mat-radio-disabled-unselected-icon-color: #59627b;--mat-radio-label-text-color: #00233c;--mat-radio-ripple-color: #00233c;--mat-radio-selected-focus-icon-color: #3053f4;--mat-radio-selected-hover-icon-color: #3053f4;--mat-radio-selected-icon-color: #3053f4;--mat-radio-selected-pressed-icon-color: #3053f4;--mat-radio-unselected-focus-icon-color: #212121;--mat-radio-unselected-hover-icon-color: #212121;--mat-radio-unselected-icon-color: rgba(89, 98, 123, 0.54);--mat-radio-unselected-pressed-icon-color: rgba(89, 98, 123, 0.54)}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #ae1209;--mat-radio-disabled-label-color: rgba(0, 35, 60, 0.38);--mat-radio-disabled-selected-icon-color: #59627b;--mat-radio-disabled-unselected-icon-color: #59627b;--mat-radio-label-text-color: #00233c;--mat-radio-ripple-color: #00233c;--mat-radio-selected-focus-icon-color: #ae1209;--mat-radio-selected-hover-icon-color: #ae1209;--mat-radio-selected-icon-color: #ae1209;--mat-radio-selected-pressed-icon-color: #ae1209;--mat-radio-unselected-focus-icon-color: #212121;--mat-radio-unselected-hover-icon-color: #212121;--mat-radio-unselected-icon-color: rgba(89, 98, 123, 0.54);--mat-radio-unselected-pressed-icon-color: rgba(89, 98, 123, 0.54)}.mat-mdc-list-option{--mat-checkbox-disabled-label-color: rgba(0, 35, 60, 0.38);--mat-checkbox-label-text-color: #00233c;--mat-checkbox-disabled-selected-icon-color: rgba(0, 35, 60, 0.38);--mat-checkbox-disabled-unselected-icon-color: rgba(0, 35, 60, 0.38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #3053f4;--mat-checkbox-selected-hover-icon-color: #3053f4;--mat-checkbox-selected-icon-color: #3053f4;--mat-checkbox-selected-pressed-icon-color: #3053f4;--mat-checkbox-unselected-focus-icon-color: #212121;--mat-checkbox-unselected-hover-icon-color: #212121;--mat-checkbox-unselected-icon-color: rgba(0, 35, 60, 0.54);--mat-checkbox-selected-focus-state-layer-color: #3053f4;--mat-checkbox-selected-hover-state-layer-color: #3053f4;--mat-checkbox-selected-pressed-state-layer-color: #3053f4;--mat-checkbox-unselected-focus-state-layer-color: #00233c;--mat-checkbox-unselected-hover-state-layer-color: #00233c;--mat-checkbox-unselected-pressed-state-layer-color: #00233c}.mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: rgba(0, 35, 60, 0.38);--mat-checkbox-label-text-color: #00233c;--mat-checkbox-disabled-selected-icon-color: rgba(0, 35, 60, 0.38);--mat-checkbox-disabled-unselected-icon-color: rgba(0, 35, 60, 0.38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #3053f4;--mat-checkbox-selected-hover-icon-color: #3053f4;--mat-checkbox-selected-icon-color: #3053f4;--mat-checkbox-selected-pressed-icon-color: #3053f4;--mat-checkbox-unselected-focus-icon-color: #212121;--mat-checkbox-unselected-hover-icon-color: #212121;--mat-checkbox-unselected-icon-color: rgba(0, 35, 60, 0.54);--mat-checkbox-selected-focus-state-layer-color: #3053f4;--mat-checkbox-selected-hover-state-layer-color: #3053f4;--mat-checkbox-selected-pressed-state-layer-color: #3053f4;--mat-checkbox-unselected-focus-state-layer-color: #00233c;--mat-checkbox-unselected-hover-state-layer-color: #00233c;--mat-checkbox-unselected-pressed-state-layer-color: #00233c}.mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: rgba(0, 35, 60, 0.38);--mat-checkbox-label-text-color: #00233c;--mat-checkbox-disabled-selected-icon-color: rgba(0, 35, 60, 0.38);--mat-checkbox-disabled-unselected-icon-color: rgba(0, 35, 60, 0.38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #ae1209;--mat-checkbox-selected-hover-icon-color: #ae1209;--mat-checkbox-selected-icon-color: #ae1209;--mat-checkbox-selected-pressed-icon-color: #ae1209;--mat-checkbox-unselected-focus-icon-color: #212121;--mat-checkbox-unselected-hover-icon-color: #212121;--mat-checkbox-unselected-icon-color: rgba(0, 35, 60, 0.54);--mat-checkbox-selected-focus-state-layer-color: #ae1209;--mat-checkbox-selected-hover-state-layer-color: #ae1209;--mat-checkbox-selected-pressed-state-layer-color: #ae1209;--mat-checkbox-unselected-focus-state-layer-color: #00233c;--mat-checkbox-unselected-hover-state-layer-color: #00233c;--mat-checkbox-unselected-pressed-state-layer-color: #00233c}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#3053f4}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px;--mat-list-list-item-one-line-container-height: 48px;--mat-list-list-item-two-line-container-height: 64px;--mat-list-list-item-three-line-container-height: 88px}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-list-list-item-label-text-font: Roboto, sans-serif;--mat-list-list-item-label-text-line-height: 24px;--mat-list-list-item-label-text-size: 16px;--mat-list-list-item-label-text-tracking: 0.03125em;--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: 20px;--mat-list-list-item-supporting-text-size: 14px;--mat-list-list-item-supporting-text-tracking: 0.0178571429em;--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: 20px;--mat-list-list-item-trailing-supporting-text-size: 12px;--mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;--mat-list-list-item-trailing-supporting-text-weight: 400}.mdc-list-group__subheader{font:400 16px/28px Roboto, sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color: rgba(0, 35, 60, 0.87);--mat-paginator-container-background-color: #eff1f7;--mat-paginator-enabled-icon-color: rgba(0, 35, 60, 0.54);--mat-paginator-disabled-icon-color: rgba(0, 35, 60, 0.12)}html{--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block}html{--mat-paginator-container-text-font: Roboto, sans-serif;--mat-paginator-container-text-line-height: 20px;--mat-paginator-container-text-size: 12px;--mat-paginator-container-text-tracking: 0.0333333333em;--mat-paginator-container-text-weight: 400;--mat-paginator-select-trigger-text-size: 12px}html{--mat-tab-container-height: 48px;--mat-tab-divider-color: transparent;--mat-tab-divider-height: 0;--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(0, 35, 60, 0.38);--mat-tab-pagination-icon-color: #59627b;--mat-tab-inactive-label-text-color: rgba(0, 35, 60, 0.6);--mat-tab-active-label-text-color: #3053f4;--mat-tab-active-ripple-color: #3053f4;--mat-tab-inactive-ripple-color: #3053f4;--mat-tab-inactive-focus-label-text-color: rgba(0, 35, 60, 0.6);--mat-tab-inactive-hover-label-text-color: rgba(0, 35, 60, 0.6);--mat-tab-active-focus-label-text-color: #3053f4;--mat-tab-active-hover-label-text-color: #3053f4;--mat-tab-active-focus-indicator-color: #3053f4;--mat-tab-active-hover-indicator-color: #3053f4;--mat-tab-active-indicator-color: #3053f4}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(0, 35, 60, 0.38);--mat-tab-pagination-icon-color: #59627b;--mat-tab-inactive-label-text-color: rgba(0, 35, 60, 0.6);--mat-tab-active-label-text-color: #3053f4;--mat-tab-active-ripple-color: #3053f4;--mat-tab-inactive-ripple-color: #3053f4;--mat-tab-inactive-focus-label-text-color: rgba(0, 35, 60, 0.6);--mat-tab-inactive-hover-label-text-color: rgba(0, 35, 60, 0.6);--mat-tab-active-focus-label-text-color: #3053f4;--mat-tab-active-hover-label-text-color: #3053f4;--mat-tab-active-focus-indicator-color: #3053f4;--mat-tab-active-hover-indicator-color: #3053f4;--mat-tab-active-indicator-color: #3053f4}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(0, 35, 60, 0.38);--mat-tab-pagination-icon-color: #59627b;--mat-tab-inactive-label-text-color: rgba(0, 35, 60, 0.6);--mat-tab-active-label-text-color: #ae1209;--mat-tab-active-ripple-color: #ae1209;--mat-tab-inactive-ripple-color: #ae1209;--mat-tab-inactive-focus-label-text-color: rgba(0, 35, 60, 0.6);--mat-tab-inactive-hover-label-text-color: rgba(0, 35, 60, 0.6);--mat-tab-active-focus-label-text-color: #ae1209;--mat-tab-active-hover-label-text-color: #ae1209;--mat-tab-active-focus-indicator-color: #ae1209;--mat-tab-active-hover-indicator-color: #ae1209;--mat-tab-active-indicator-color: #ae1209}.mat-mdc-tab-header{--mat-tab-container-height: 48px}.mat-mdc-tab-header{--mat-tab-label-text-font: Roboto, sans-serif;--mat-tab-label-text-size: 14px;--mat-tab-label-text-tracking: normal;--mat-tab-label-text-line-height: 14px;--mat-tab-label-text-weight: 400}html{--mat-checkbox-disabled-selected-checkmark-color: #fff;--mat-checkbox-selected-focus-state-layer-opacity: 0.16;--mat-checkbox-selected-hover-state-layer-opacity: 0.04;--mat-checkbox-selected-pressed-state-layer-opacity: 0.16;--mat-checkbox-unselected-focus-state-layer-opacity: 0.16;--mat-checkbox-unselected-hover-state-layer-opacity: 0.04;--mat-checkbox-unselected-pressed-state-layer-opacity: 0.16}html{--mat-checkbox-disabled-label-color: rgba(0, 35, 60, 0.38);--mat-checkbox-label-text-color: #00233c;--mat-checkbox-disabled-selected-icon-color: rgba(0, 35, 60, 0.38);--mat-checkbox-disabled-unselected-icon-color: rgba(0, 35, 60, 0.38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #3053f4;--mat-checkbox-selected-hover-icon-color: #3053f4;--mat-checkbox-selected-icon-color: #3053f4;--mat-checkbox-selected-pressed-icon-color: #3053f4;--mat-checkbox-unselected-focus-icon-color: #212121;--mat-checkbox-unselected-hover-icon-color: #212121;--mat-checkbox-unselected-icon-color: rgba(0, 35, 60, 0.54);--mat-checkbox-selected-focus-state-layer-color: #3053f4;--mat-checkbox-selected-hover-state-layer-color: #3053f4;--mat-checkbox-selected-pressed-state-layer-color: #3053f4;--mat-checkbox-unselected-focus-state-layer-color: #00233c;--mat-checkbox-unselected-hover-state-layer-color: #00233c;--mat-checkbox-unselected-pressed-state-layer-color: #00233c}.mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: rgba(0, 35, 60, 0.38);--mat-checkbox-disabled-unselected-icon-color: rgba(0, 35, 60, 0.38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #3053f4;--mat-checkbox-selected-hover-icon-color: #3053f4;--mat-checkbox-selected-icon-color: #3053f4;--mat-checkbox-selected-pressed-icon-color: #3053f4;--mat-checkbox-unselected-focus-icon-color: #212121;--mat-checkbox-unselected-hover-icon-color: #212121;--mat-checkbox-unselected-icon-color: rgba(0, 35, 60, 0.54);--mat-checkbox-selected-focus-state-layer-color: #3053f4;--mat-checkbox-selected-hover-state-layer-color: #3053f4;--mat-checkbox-selected-pressed-state-layer-color: #3053f4;--mat-checkbox-unselected-focus-state-layer-color: #00233c;--mat-checkbox-unselected-hover-state-layer-color: #00233c;--mat-checkbox-unselected-pressed-state-layer-color: #00233c}.mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: rgba(0, 35, 60, 0.38);--mat-checkbox-disabled-unselected-icon-color: rgba(0, 35, 60, 0.38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #ae1209;--mat-checkbox-selected-hover-icon-color: #ae1209;--mat-checkbox-selected-icon-color: #ae1209;--mat-checkbox-selected-pressed-icon-color: #ae1209;--mat-checkbox-unselected-focus-icon-color: #212121;--mat-checkbox-unselected-hover-icon-color: #212121;--mat-checkbox-unselected-icon-color: rgba(0, 35, 60, 0.54);--mat-checkbox-selected-focus-state-layer-color: #ae1209;--mat-checkbox-selected-hover-state-layer-color: #ae1209;--mat-checkbox-selected-pressed-state-layer-color: #ae1209;--mat-checkbox-unselected-focus-state-layer-color: #00233c;--mat-checkbox-unselected-hover-state-layer-color: #00233c;--mat-checkbox-unselected-pressed-state-layer-color: #00233c}html{--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px}html{--mat-checkbox-label-text-font: Roboto, sans-serif;--mat-checkbox-label-text-line-height: 20px;--mat-checkbox-label-text-size: 14px;--mat-checkbox-label-text-tracking: 0.0178571429em;--mat-checkbox-label-text-weight: 400}html{--mat-button-filled-container-shape: 4px;--mat-button-filled-horizontal-padding: 16px;--mat-button-filled-icon-offset: -4px;--mat-button-filled-icon-spacing: 8px;--mat-button-outlined-container-shape: 4px;--mat-button-outlined-horizontal-padding: 15px;--mat-button-outlined-icon-offset: -4px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-keep-touch-target: false;--mat-button-outlined-outline-width: 1px;--mat-button-protected-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mat-button-protected-container-shape: 4px;--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-button-protected-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-button-protected-horizontal-padding: 16px;--mat-button-protected-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-button-protected-icon-offset: -4px;--mat-button-protected-icon-spacing: 8px;--mat-button-protected-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-button-text-container-shape: 4px;--mat-button-text-horizontal-padding: 8px;--mat-button-text-icon-offset: 0;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 8px;--mat-button-tonal-container-shape: 4px;--mat-button-tonal-horizontal-padding: 16px;--mat-button-tonal-icon-offset: -4px;--mat-button-tonal-icon-spacing: 8px}html{--mat-button-filled-container-color: #eff1f7;--mat-button-filled-disabled-container-color: rgba(0, 35, 60, 0.12);--mat-button-filled-disabled-label-text-color: rgba(0, 35, 60, 0.38);--mat-button-filled-disabled-state-layer-color: #00233c;--mat-button-filled-focus-state-layer-opacity: 0.12;--mat-button-filled-hover-state-layer-opacity: 0.04;--mat-button-filled-label-text-color: #00233c;--mat-button-filled-pressed-state-layer-opacity: 0.12;--mat-button-filled-ripple-color: rgba(0, 35, 60, 0.1);--mat-button-filled-state-layer-color: #00233c;--mat-button-outlined-disabled-label-text-color: rgba(0, 35, 60, 0.38);--mat-button-outlined-disabled-outline-color: #727d9c;--mat-button-outlined-disabled-state-layer-color: #00233c;--mat-button-outlined-focus-state-layer-opacity: 0.12;--mat-button-outlined-hover-state-layer-opacity: 0.04;--mat-button-outlined-label-text-color: #00233c;--mat-button-outlined-outline-color: #727d9c;--mat-button-outlined-pressed-state-layer-opacity: 0.12;--mat-button-outlined-ripple-color: rgba(0, 35, 60, 0.1);--mat-button-outlined-state-layer-color: #00233c;--mat-button-protected-container-color: #eff1f7;--mat-button-protected-disabled-container-color: rgba(0, 35, 60, 0.12);--mat-button-protected-disabled-label-text-color: rgba(0, 35, 60, 0.38);--mat-button-protected-disabled-state-layer-color: #00233c;--mat-button-protected-focus-state-layer-opacity: 0.12;--mat-button-protected-hover-state-layer-opacity: 0.04;--mat-button-protected-label-text-color: #00233c;--mat-button-protected-pressed-state-layer-opacity: 0.12;--mat-button-protected-ripple-color: rgba(0, 35, 60, 0.1);--mat-button-protected-state-layer-color: #00233c;--mat-button-text-disabled-label-text-color: rgba(0, 35, 60, 0.38);--mat-button-text-disabled-state-layer-color: #00233c;--mat-button-text-focus-state-layer-opacity: 0.12;--mat-button-text-hover-state-layer-opacity: 0.04;--mat-button-text-label-text-color: #00233c;--mat-button-text-pressed-state-layer-opacity: 0.12;--mat-button-text-ripple-color: rgba(0, 35, 60, 0.1);--mat-button-text-state-layer-color: #00233c;--mat-button-tonal-container-color: #eff1f7;--mat-button-tonal-disabled-container-color: rgba(0, 35, 60, 0.12);--mat-button-tonal-disabled-label-text-color: rgba(0, 35, 60, 0.38);--mat-button-tonal-disabled-state-layer-color: #00233c;--mat-button-tonal-focus-state-layer-opacity: 0.12;--mat-button-tonal-hover-state-layer-opacity: 0.04;--mat-button-tonal-label-text-color: #00233c;--mat-button-tonal-pressed-state-layer-opacity: 0.12;--mat-button-tonal-ripple-color: rgba(0, 35, 60, 0.1);--mat-button-tonal-state-layer-color: #00233c}.mat-mdc-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-raised-button.mat-primary,.mat-mdc-outlined-button.mat-primary,.mat-tonal-button.mat-primary{--mat-button-filled-container-color: #3053f4;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #3053f4;--mat-button-outlined-outline-color: #727d9c;--mat-button-outlined-ripple-color: rgba(48, 83, 244, 0.1);--mat-button-outlined-state-layer-color: #3053f4;--mat-button-protected-container-color: #3053f4;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #3053f4;--mat-button-text-ripple-color: rgba(48, 83, 244, 0.1);--mat-button-text-state-layer-color: #3053f4;--mat-button-tonal-container-color: #3053f4;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-accent,.mat-mdc-unelevated-button.mat-accent,.mat-mdc-raised-button.mat-accent,.mat-mdc-outlined-button.mat-accent,.mat-tonal-button.mat-accent{--mat-button-filled-container-color: #3053f4;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #3053f4;--mat-button-outlined-outline-color: #727d9c;--mat-button-outlined-ripple-color: rgba(48, 83, 244, 0.1);--mat-button-outlined-state-layer-color: #3053f4;--mat-button-protected-container-color: #3053f4;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #3053f4;--mat-button-text-ripple-color: rgba(48, 83, 244, 0.1);--mat-button-text-state-layer-color: #3053f4;--mat-button-tonal-container-color: #3053f4;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-warn,.mat-mdc-unelevated-button.mat-warn,.mat-mdc-raised-button.mat-warn,.mat-mdc-outlined-button.mat-warn,.mat-tonal-button.mat-warn{--mat-button-filled-container-color: #ae1209;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #ae1209;--mat-button-outlined-outline-color: #727d9c;--mat-button-outlined-ripple-color: rgba(174, 18, 9, 0.1);--mat-button-outlined-state-layer-color: #ae1209;--mat-button-protected-container-color: #ae1209;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #ae1209;--mat-button-text-ripple-color: rgba(174, 18, 9, 0.1);--mat-button-text-state-layer-color: #ae1209;--mat-button-tonal-container-color: #ae1209;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-tonal-state-layer-color: white}html{--mat-button-filled-container-height: 36px;--mat-button-filled-touch-target-display: block;--mat-button-outlined-container-height: 36px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-container-height: 36px;--mat-button-protected-touch-target-display: block;--mat-button-text-container-height: 36px;--mat-button-text-touch-target-display: block;--mat-button-tonal-container-height: 36px;--mat-button-tonal-touch-target-display: block}html{--mat-button-filled-label-text-font: Roboto, sans-serif;--mat-button-filled-label-text-size: 14px;--mat-button-filled-label-text-tracking: normal;--mat-button-filled-label-text-transform: none;--mat-button-filled-label-text-weight: 400;--mat-button-outlined-label-text-font: Roboto, sans-serif;--mat-button-outlined-label-text-size: 14px;--mat-button-outlined-label-text-tracking: normal;--mat-button-outlined-label-text-transform: none;--mat-button-outlined-label-text-weight: 400;--mat-button-protected-label-text-font: Roboto, sans-serif;--mat-button-protected-label-text-size: 14px;--mat-button-protected-label-text-tracking: normal;--mat-button-protected-label-text-transform: none;--mat-button-protected-label-text-weight: 400;--mat-button-text-label-text-font: Roboto, sans-serif;--mat-button-text-label-text-size: 14px;--mat-button-text-label-text-tracking: normal;--mat-button-text-label-text-transform: none;--mat-button-text-label-text-weight: 400;--mat-button-tonal-label-text-font: Roboto, sans-serif;--mat-button-tonal-label-text-size: 14px;--mat-button-tonal-label-text-tracking: normal;--mat-button-tonal-label-text-transform: none;--mat-button-tonal-label-text-weight: 400}html{--mat-icon-button-icon-size: 24px;--mat-icon-button-container-shape: 50%}html{--mat-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);--mat-icon-button-disabled-state-layer-color: #00233c;--mat-icon-button-focus-state-layer-opacity: 0.12;--mat-icon-button-hover-state-layer-opacity: 0.04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: 0.12;--mat-icon-button-ripple-color: rgba(0, 35, 60, 0.1);--mat-icon-button-state-layer-color: #00233c}html .mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #3053f4;--mat-icon-button-state-layer-color: #3053f4;--mat-icon-button-ripple-color: rgba(48, 83, 244, 0.1)}html .mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #3053f4;--mat-icon-button-state-layer-color: #3053f4;--mat-icon-button-ripple-color: rgba(48, 83, 244, 0.1)}html .mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #ae1209;--mat-icon-button-state-layer-color: #ae1209;--mat-icon-button-ripple-color: rgba(174, 18, 9, 0.1)}html{--mat-icon-button-touch-target-display: block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;--mat-icon-button-state-layer-size: 48px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:12px}html{--mat-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-fab-container-shape: 50%;--mat-fab-extended-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-fab-extended-container-height: 48px;--mat-fab-extended-container-shape: 24px;--mat-fab-extended-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-fab-extended-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-fab-extended-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mat-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mat-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-fab-small-container-shape: 50%;--mat-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}html{--mat-fab-container-color: #eff1f7;--mat-fab-disabled-state-container-color: rgba(243, 245, 249, 0.12);--mat-fab-disabled-state-foreground-color: rgba(0, 35, 60, 0.38);--mat-fab-disabled-state-layer-color: #00233c;--mat-fab-focus-state-layer-opacity: 0.12;--mat-fab-foreground-color: #00233c;--mat-fab-hover-state-layer-opacity: 0.04;--mat-fab-pressed-state-layer-opacity: 0.12;--mat-fab-ripple-color: rgba(0, 35, 60, 0.1);--mat-fab-small-container-color: #eff1f7;--mat-fab-small-disabled-state-container-color: rgba(243, 245, 249, 0.12);--mat-fab-small-disabled-state-foreground-color: rgba(0, 35, 60, 0.38);--mat-fab-small-disabled-state-layer-color: #00233c;--mat-fab-small-focus-state-layer-opacity: 0.12;--mat-fab-small-foreground-color: #00233c;--mat-fab-small-hover-state-layer-opacity: 0.04;--mat-fab-small-pressed-state-layer-opacity: 0.12;--mat-fab-small-ripple-color: rgba(0, 35, 60, 0.1);--mat-fab-small-state-layer-color: #00233c;--mat-fab-state-layer-color: #00233c}html .mat-mdc-fab.mat-primary,html .mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #3053f4;--mat-fab-foreground-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, 0.1);--mat-fab-small-container-color: #3053f4;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html .mat-mdc-fab.mat-accent,html .mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #3053f4;--mat-fab-foreground-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, 0.1);--mat-fab-small-container-color: #3053f4;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html .mat-mdc-fab.mat-warn,html .mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #ae1209;--mat-fab-foreground-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, 0.1);--mat-fab-small-container-color: #ae1209;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html{--mat-fab-small-touch-target-display: block;--mat-fab-touch-target-display: block}html{--mat-fab-extended-label-text-font: Roboto, sans-serif;--mat-fab-extended-label-text-size: 14px;--mat-fab-extended-label-text-tracking: normal;--mat-fab-extended-label-text-weight: 400}html{--mat-snack-bar-container-shape: 4px}html{--mat-snack-bar-container-color: rgb(47.8, 48.2, 49.4);--mat-snack-bar-supporting-text-color: rgba(239, 241, 247, 0.87)}html{--mat-snack-bar-supporting-text-font: Roboto, sans-serif;--mat-snack-bar-supporting-text-line-height: 20px;--mat-snack-bar-supporting-text-size: 14px;--mat-snack-bar-supporting-text-weight: 400}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: #eff1f7;--mat-table-header-headline-color: #00233c;--mat-table-row-item-label-text-color: #00233c;--mat-table-row-item-outline-color: #727d9c}html{--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px}html{--mat-table-header-headline-font: Roboto, sans-serif;--mat-table-header-headline-line-height: 22px;--mat-table-header-headline-size: 14px;--mat-table-header-headline-weight: 500;--mat-table-header-headline-tracking: 0.0071428571em;--mat-table-row-item-label-text-font: Roboto, sans-serif;--mat-table-row-item-label-text-line-height: 20px;--mat-table-row-item-label-text-size: 14px;--mat-table-row-item-label-text-weight: 400;--mat-table-row-item-label-text-tracking: 0.0178571429em;--mat-table-footer-supporting-text-font: Roboto, sans-serif;--mat-table-footer-supporting-text-line-height: 20px;--mat-table-footer-supporting-text-size: 14px;--mat-table-footer-supporting-text-weight: 400;--mat-table-footer-supporting-text-tracking: 0.0178571429em}html{--mat-progress-spinner-active-indicator-width: 4px;--mat-progress-spinner-size: 48px}html{--mat-progress-spinner-active-indicator-color: #3053f4}html .mat-accent{--mat-progress-spinner-active-indicator-color: #3053f4}html .mat-warn{--mat-progress-spinner-active-indicator-color: #ae1209}html{--mat-badge-container-shape: 50%;--mat-badge-container-size: unset;--mat-badge-small-size-container-size: unset;--mat-badge-large-size-container-size: unset;--mat-badge-legacy-container-size: 22px;--mat-badge-legacy-small-size-container-size: 16px;--mat-badge-legacy-large-size-container-size: 28px;--mat-badge-container-offset: -11px 0;--mat-badge-small-size-container-offset: -8px 0;--mat-badge-large-size-container-offset: -14px 0;--mat-badge-container-overlap-offset: -11px;--mat-badge-small-size-container-overlap-offset: -8px;--mat-badge-large-size-container-overlap-offset: -14px;--mat-badge-container-padding: 0;--mat-badge-small-size-container-padding: 0;--mat-badge-large-size-container-padding: 0}html{--mat-badge-background-color: #3053f4;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: rgb(153.76, 167.68, 178.42);--mat-badge-disabled-state-text-color: rgba(0, 35, 60, 0.38)}.mat-badge-accent{--mat-badge-background-color: #3053f4;--mat-badge-text-color: white}.mat-badge-warn{--mat-badge-background-color: #ae1209;--mat-badge-text-color: white}html{--mat-badge-text-font: Roboto, sans-serif;--mat-badge-line-height: 22px;--mat-badge-text-size: 12px;--mat-badge-text-weight: 600;--mat-badge-small-size-text-size: 9px;--mat-badge-small-size-line-height: 16px;--mat-badge-large-size-text-size: 24px;--mat-badge-large-size-line-height: 28px}html{--mat-bottom-sheet-container-shape: 4px}html{--mat-bottom-sheet-container-text-color: #00233c;--mat-bottom-sheet-container-background-color: #ebedf5}html{--mat-bottom-sheet-container-text-font: Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height: 20px;--mat-bottom-sheet-container-text-size: 14px;--mat-bottom-sheet-container-text-tracking: 0.0178571429em;--mat-bottom-sheet-container-text-weight: 400}html{--mat-button-toggle-focus-state-layer-opacity: 0.12;--mat-button-toggle-hover-state-layer-opacity: 0.04;--mat-button-toggle-legacy-focus-state-layer-opacity: 1;--mat-button-toggle-legacy-height: 36px;--mat-button-toggle-legacy-shape: 2px;--mat-button-toggle-shape: 4px}html{--mat-button-toggle-background-color: #eff1f7;--mat-button-toggle-disabled-selected-state-background-color: #f3f5f9;--mat-button-toggle-disabled-selected-state-text-color: #00233c;--mat-button-toggle-disabled-state-background-color: #eff1f7;--mat-button-toggle-disabled-state-text-color: rgba(0, 35, 60, 0.38);--mat-button-toggle-divider-color: #727d9c;--mat-button-toggle-legacy-disabled-selected-state-background-color: #f3f5f9;--mat-button-toggle-legacy-disabled-state-background-color: #f3f5f9;--mat-button-toggle-legacy-disabled-state-text-color: rgba(0, 35, 60, 0.38);--mat-button-toggle-legacy-selected-state-background-color: #f3f5f9;--mat-button-toggle-legacy-selected-state-text-color: #59627b;--mat-button-toggle-legacy-state-layer-color: rgba(48, 83, 244, 0.08);--mat-button-toggle-legacy-text-color: #59627b;--mat-button-toggle-selected-state-background-color: #f3f5f9;--mat-button-toggle-selected-state-text-color: #00233c;--mat-button-toggle-state-layer-color: #3053f4;--mat-button-toggle-text-color: #00233c}html{--mat-button-toggle-height: 48px}html{--mat-button-toggle-label-text-font: Roboto, sans-serif;--mat-button-toggle-label-text-line-height: 24px;--mat-button-toggle-label-text-size: 16px;--mat-button-toggle-label-text-tracking: 0.03125em;--mat-button-toggle-label-text-weight: 400;--mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;--mat-button-toggle-legacy-label-text-line-height: 24px;--mat-button-toggle-legacy-label-text-size: 16px;--mat-button-toggle-legacy-label-text-tracking: 0.03125em;--mat-button-toggle-legacy-label-text-weight: 400}html{--mat-datepicker-calendar-container-shape: 4px;--mat-datepicker-calendar-container-touch-shape: 4px;--mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #3053f4;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(48, 83, 244, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(48, 83, 244, 0.3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(48, 83, 244, 0.3);--mat-datepicker-toggle-active-state-icon-color: #3053f4;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(48, 83, 244, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-toggle-icon-color: #59627b;--mat-datepicker-calendar-body-label-text-color: #59627b;--mat-datepicker-calendar-period-button-text-color: #00233c;--mat-datepicker-calendar-period-button-icon-color: #59627b;--mat-datepicker-calendar-navigation-button-icon-color: #59627b;--mat-datepicker-calendar-header-divider-color: #727d9c;--mat-datepicker-calendar-header-text-color: #59627b;--mat-datepicker-calendar-date-today-outline-color: #59627b;--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(89, 98, 123, 0.8);--mat-datepicker-calendar-date-text-color: #00233c;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 35, 60, 0.38);--mat-datepicker-calendar-date-preview-state-outline-color: #727d9c;--mat-datepicker-range-input-separator-color: #00233c;--mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 35, 60, 0.38);--mat-datepicker-range-input-disabled-state-text-color: rgba(0, 35, 60, 0.38);--mat-datepicker-calendar-container-background-color: #eff1f7;--mat-datepicker-calendar-container-text-color: #00233c}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #3053f4;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(48, 83, 244, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(48, 83, 244, 0.3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(48, 83, 244, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(48, 83, 244, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032)}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #ae1209;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(174, 18, 9, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(174, 18, 9, 0.3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(174, 18, 9, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(174, 18, 9, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032)}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #3053f4}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #ae1209}.mat-calendar-controls{--mat-icon-button-touch-target-display: none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;--mat-icon-button-state-layer-size: 40px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:8px}html{--mat-datepicker-calendar-text-font: Roboto, sans-serif;--mat-datepicker-calendar-text-size: 13px;--mat-datepicker-calendar-body-label-text-size: 14px;--mat-datepicker-calendar-body-label-text-weight: 400;--mat-datepicker-calendar-period-button-text-size: 14px;--mat-datepicker-calendar-period-button-text-weight: 400;--mat-datepicker-calendar-header-text-size: 11px;--mat-datepicker-calendar-header-text-weight: 400}html{--mat-divider-width: 1px}html{--mat-divider-color: #727d9c}html{--mat-expansion-container-shape: 4px;--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none}html{--mat-expansion-container-background-color: #eff1f7;--mat-expansion-container-text-color: #00233c;--mat-expansion-actions-divider-color: #727d9c;--mat-expansion-header-hover-state-layer-color: rgba(48, 83, 244, 0.08);--mat-expansion-header-focus-state-layer-color: rgba(48, 83, 244, 0.08);--mat-expansion-header-disabled-state-text-color: rgba(0, 35, 60, 0.38);--mat-expansion-header-text-color: #00233c;--mat-expansion-header-description-color: #59627b;--mat-expansion-header-indicator-color: #59627b}html{--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px}html{--mat-expansion-header-text-font: Roboto, sans-serif;--mat-expansion-header-text-size: 14px;--mat-expansion-header-text-weight: 500;--mat-expansion-header-text-line-height: inherit;--mat-expansion-header-text-tracking: inherit;--mat-expansion-container-text-font: Roboto, sans-serif;--mat-expansion-container-text-line-height: 20px;--mat-expansion-container-text-size: 14px;--mat-expansion-container-text-tracking: 0.0178571429em;--mat-expansion-container-text-weight: 400}html{--mat-grid-list-tile-header-primary-text-size: 14px;--mat-grid-list-tile-header-secondary-text-size: 12px;--mat-grid-list-tile-footer-primary-text-size: 14px;--mat-grid-list-tile-footer-secondary-text-size: 12px}html{--mat-icon-color: inherit}.mat-icon.mat-primary{--mat-icon-color: #3053f4}.mat-icon.mat-accent{--mat-icon-color: #3053f4}.mat-icon.mat-warn{--mat-icon-color: #ae1209}html{--mat-sidenav-container-shape: 0;--mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-sidenav-container-width: auto}html{--mat-sidenav-container-divider-color: #727d9c;--mat-sidenav-container-background-color: #ebedf5;--mat-sidenav-container-text-color: #00233c;--mat-sidenav-content-background-color: #f8f9fb;--mat-sidenav-content-text-color: #00233c;--mat-sidenav-scrim-color: rgba(16, 14, 8, 0.6)}html{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #3053f4;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #3053f4;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #3053f4;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: #eff1f7;--mat-stepper-line-color: #727d9c;--mat-stepper-header-hover-state-layer-color: rgba(48, 83, 244, 0.08);--mat-stepper-header-focus-state-layer-color: rgba(48, 83, 244, 0.08);--mat-stepper-header-label-text-color: #59627b;--mat-stepper-header-optional-label-text-color: #59627b;--mat-stepper-header-selected-state-label-text-color: #00233c;--mat-stepper-header-error-state-label-text-color: #ae1209;--mat-stepper-header-icon-background-color: #59627b;--mat-stepper-header-error-state-icon-foreground-color: #ae1209;--mat-stepper-header-error-state-icon-background-color: transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #3053f4;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #3053f4;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #3053f4;--mat-stepper-header-edit-state-icon-foreground-color: white}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #ae1209;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #ae1209;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #ae1209;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 72px}html{--mat-stepper-container-text-font: Roboto, sans-serif;--mat-stepper-header-label-text-font: Roboto, sans-serif;--mat-stepper-header-label-text-size: 14px;--mat-stepper-header-label-text-weight: 400;--mat-stepper-header-error-state-label-text-size: 16px;--mat-stepper-header-selected-state-label-text-size: 16px;--mat-stepper-header-selected-state-label-text-weight: 400}html{--mat-sort-arrow-color: #59627b}html{--mat-toolbar-container-background-color: #f3f5f9;--mat-toolbar-container-text-color: #00233c}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #3053f4;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #3053f4;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #ae1209;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-toolbar-title-text-font: Roboto, sans-serif;--mat-toolbar-title-text-line-height: 32px;--mat-toolbar-title-text-size: 20px;--mat-toolbar-title-text-tracking: 0.0125em;--mat-toolbar-title-text-weight: 500}html{--mat-tree-container-background-color: #eff1f7;--mat-tree-node-text-color: #00233c}html{--mat-tree-node-min-height: 48px}html{--mat-tree-node-text-font: Roboto, sans-serif;--mat-tree-node-text-size: 14px;--mat-tree-node-text-weight: 400}html{--mat-timepicker-container-shape: 4px;--mat-timepicker-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-timepicker-container-background-color: #eff1f7}body{font-family:"Inter", sans-serif}.td-dialog-title,.td-status-dialog-title{font-family:"Inter", sans-serif;font-size:20px;font-weight:500}.td-status-dialog-title,.td-status-dialog-title .td-dialog-message{line-height:24px}.td-dialog-message{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:28px}.td-key{font-family:"Inter", sans-serif;font-size:14px}.td-message-label{font-family:"Inter", sans-serif;font-size:14px;font-weight:600;line-height:24px}.td-message-sublabel{font-family:"Inter", sans-serif;font-size:14px}td-navigation-drawer .td-navigation-drawer-title{font-family:"Inter", sans-serif;font-size:16px}td-navigation-drawer .td-navigation-drawer-name{font-family:"Inter", sans-serif;font-size:14px;font-weight:500;line-height:20px}td-navigation-drawer .td-navigation-drawer-menu-toggle{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:24px}td-breadcrumb:last-of-type{font-weight:bold;cursor:default}mat-list-item mat-icon,[mat-list-item] mat-icon,.mat-list-item-content mat-icon{color:rgba(0,0,0,.54)}mat-list-item mat-icon[matListItemAvatar],[mat-list-item] mat-icon[matListItemAvatar],.mat-list-item-content mat-icon[matListItemAvatar]{background-color:rgba(0,0,0,.04)}.mat-list-text p{color:rgba(0,0,0,.38)}table.mat-table{background:rgba(0,0,0,0)}.mat-row:hover,.mat-row:focus{background-color:rgba(0,0,0,.04)}[mat-icon-button].td-layout-menu-button{margin-left:0}::ng-deep [dir=rtl] [mat-icon-button].td-layout-menu-button{margin-right:0;margin-left:6px}td-layout-nav,td-layout-nav-list,td-layout-manage-list,td-layout-card-over,td-navigation-drawer,td-layout{--mat-sidenav-container-background-color: var(--mat-sidenav-content-background-color);--mat-expansion-container-background-color: var(--mat-sidenav-content-background-color)}td-layout-nav mat-toolbar,td-layout-nav-list mat-toolbar,td-layout-manage-list mat-toolbar,td-layout-card-over mat-toolbar,td-navigation-drawer mat-toolbar,td-layout mat-toolbar{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);z-index:1}body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-row,body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-row,body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-row,body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row{height:48px}body[dense] td-layout-card-over .td-layout-card-over-wrapper,td-layout-card-over[dense] .td-layout-card-over-wrapper{margin:-48px;margin-left:0;margin-right:0}.mat-drawer-side.td-layout-sidenav{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.td-layout-footer{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.td-layout-footer.mat-primary{background:#3053f4}.td-layout-footer.mat-primary,.td-layout-footer.mat-primary mat-icon{color:#3053f4}.td-layout-footer.mat-accent{background:#3053f4}.td-layout-footer.mat-accent,.td-layout-footer.mat-accent mat-icon{color:#3053f4}.td-layout-footer.mat-warn{background:#ae1209}.td-layout-footer.mat-warn,.td-layout-footer.mat-warn mat-icon{color:#ae1209}.td-layout-footer .mat-mdc-button{--mdc-text-button-label-text-color: rgba(0, 0, 0, 0.87)}.td-loading-wrapper.td-overlay .td-loading{background:hsla(0,0%,100%,.8)}td-file-upload .td-file-upload-cancel mat-icon{background-color:#fafafa}td-file-input .drop-zone{transition:background .4s cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-toolbar.td-window-dialog-toolbar{color:rgba(0,0,0,.87);border-bottom:1px solid rgba(0,0,0,.12);background:none}.td-dialog-message{color:rgba(0,0,0,.54)}.td-json-formatter-wrapper .function::after,.td-json-formatter-wrapper .date::after,.td-json-formatter-wrapper .td-object-name::after,.td-json-formatter-wrapper .td-array-length::after{content:""}.td-json-formatter-wrapper .td-key.td-key-node:focus,.td-json-formatter-wrapper .td-key.td-key-node:hover{background-color:rgba(0,0,0,.04)}.td-json-formatter-wrapper .td-key.td-key-node .td-node-icon{color:rgba(0,0,0,.54)}.td-json-formatter-wrapper .key{color:#3053f4}.td-json-formatter-wrapper .value .string{color:#ae1209}.td-json-formatter-wrapper .value .number{color:#3053f4}.td-json-formatter-wrapper .value .boolean{color:#3053f4}.td-json-formatter-wrapper .value .null,.td-json-formatter-wrapper .value .undefined{color:rgba(0,0,0,.38)}.td-json-formatter-wrapper .value .function{color:#3053f4}.td-json-formatter-wrapper .value .date{color:rgba(0,0,0,.87)}.td-message.mat-primary{color:#3053f4;background-color:rgba(48,83,244,.15)}.td-message.mat-accent{color:#3053f4;background-color:rgba(48,83,244,.15)}.td-message.mat-warn{color:#ae1209;background-color:rgba(174,18,9,.15)}.td-side-sheet-container{background-color:#fff;color:rgba(0,0,0,.87)}.mat-divider{--mat-divider-color: #d1d5e7}.mat-drawer-side{--mat-sidenav-container-divider-color: #d1d5e7}.mdc-tooltip__surface{--mat-tooltip-supporting-text-color: #f1f3f8}td-markdown a{color:#3053f4}td-markdown h1,td-markdown h2{border-bottom-color:rgba(0,0,0,.12)}td-markdown h3,td-markdown h4,td-markdown h5,td-markdown h6{color:rgba(0,0,0,.54)}td-markdown hr{border-color:rgba(0,0,0,.12)}td-markdown blockquote{color:rgba(0,0,0,.54);border-left-color:rgba(0,0,0,.12)}td-markdown table th,td-markdown table td{border-color:rgba(0,0,0,.12)}td-markdown table tr{border-top-color:rgba(0,0,0,.12)}td-markdown table tr:nth-child(2n){background-color:rgba(0,0,0,.12)}td-markdown img{background-color:#fff}td-markdown code{background-color:rgba(0,0,0,.04)}td-markdown .highlight pre,td-markdown pre{background-color:#f5f5f5}td-markdown kbd{color:rgba(0,0,0,.54);background-color:#f5f5f5;border-color:rgba(0,0,0,.12);border-bottom-color:rgba(0,0,0,.38)}.raw-and-copy-buttons{border-color:rgba(0,0,0,.12)}.raw-and-copy-buttons .mat-button-toggle{background-color:inherit;color:rgba(0,0,0,.87)}.raw-and-copy-buttons .mat-button-toggle mat-icon{color:rgba(0,0,0,.54)}.raw-and-copy-buttons .mat-button-toggle+.mat-button-toggle{border-left-color:rgba(0,0,0,.12)}td-highlight{background-color:#eee}td-highlight .highlight{color:#383a42}td-highlight .raw{color:rgba(0,0,0,.87)}td-highlight .hljs-comment,td-highlight .hljs-quote{color:#a0a1a7;font-style:italic}td-highlight .hljs-doctag,td-highlight .hljs-formula,td-highlight .hljs-keyword{color:#a626a4}td-highlight .hljs-deletion,td-highlight .hljs-name,td-highlight .hljs-tag,td-highlight .hljs-section,td-highlight .hljs-selector-tag,td-highlight .hljs-subst{color:#e45649}td-highlight .hljs-literal{color:#0184bb}td-highlight .hljs-addition,td-highlight .hljs-attribute,td-highlight .hljs-meta .hljs-string,td-highlight .hljs-regexp,td-highlight .hljs-string{color:#50a14f}td-highlight .hljs-attr,td-highlight .hljs-number,td-highlight .hljs-selector-attr,td-highlight .hljs-selector-class,td-highlight .hljs-selector-pseudo,td-highlight .hljs-template-variable,td-highlight .hljs-type,td-highlight .hljs-variable{color:#986801}td-highlight .hljs-bullet,td-highlight .hljs-link,td-highlight .hljs-meta,td-highlight .hljs-selector-id,td-highlight .hljs-symbol,td-highlight .hljs-title{color:#4078f2}td-highlight .hljs-built_in,td-highlight .hljs-class .hljs-title,td-highlight .hljs-title.class_{color:#c18401}td-flavored-markdown :not(pre)>code{background:#f5f5f5;color:rgba(0,0,0,.54)}td-flavored-markdown .mat-checkbox-disabled label.mat-checkbox-layout .mat-checkbox-label{color:currentColor}td-markdown-navigator td-breadcrumbs{color:rgba(0,0,0,.54)}.shepherd-title{font:500 14px/24px}.shepherd-text{font:400 15px/24px}.shepherd-progress{font:400 15px/24px}.shepherd-highlight{background:rgba(0,0,0,.12)}.shepherd-button.mat-mdc-button:not(:disabled),.shepherd-cancel-icon,.shepherd-has-title .shepherd-content .shepherd-cancel-icon,.shepherd-title,.shepherd-text,.shepherd-content,.shepherd-cancel-icon span::after{color:#fff}.shepherd-button:not(:disabled):hover,.shepherd-button.shepherd-button-secondary:not(:disabled):hover,.shepherd-cancel-icon:hover{background:rgba(0,0,0,.12)}.shepherd-has-title .shepherd-content .shepherd-header,.shepherd-element,.shepherd-arrow::before,.shepherd-arrow::after,.shepherd-content,.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow::before{background:#7187ff}.shepherd-cancel-icon{min-width:0;margin:0;padding:0;width:40px;height:40px;flex-shrink:0;line-height:40px;border-radius:50%}.shepherd-void-button{display:none}/*# sourceMappingURL=all-theme-light.css.map */
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../libs/angular/common/styles/_layout.scss","../../../../../libs/angular-guided-tour/styles/guided-tour.scss","../../../../../libs/angular/common/styles/_elevation.scss","../../../../../node_modules/@angular/material/core/tokens/_token-utils.scss","../../../../../node_modules/@angular/material/slide-toggle/_slide-toggle-theme.scss","../../../../../node_modules/@angular/material/list/_list-theme.scss","../../../../../node_modules/@angular/material/button/_icon-button-theme.scss","../../../../../libs/angular/typography/_all-typography.scss","../../../../../libs/angular/dialogs/_dialog-theme.scss","../../../../../libs/angular/json-formatter/_json-formatter-theme.scss","../../../../../libs/angular/message/_message-theme.scss","../../../../../libs/angular/layout/_layout-theme.scss","../../../../../libs/angular/breadcrumbs/_breadcrumbs-theme.scss","../../../../../libs/angular/common/_common-theme.scss","../../../../../libs/angular/loading/_loading-theme.scss","../../../../../libs/angular/file/_file-theme.scss","../../../../../libs/angular/side-sheet/_side-sheet.theme.scss","../../../../../libs/angular/theming/_all-theme.scss","../../../../../libs/markdown/_markdown-theme.scss","../../../../../libs/angular-highlight/_highlight-theme.scss","../../../../../libs/markdown-flavored/_flavored-markdown-theme.scss","../../../../../libs/markdown-navigator/_markdown-navigator-theme.scss","../../../../../libs/angular-guided-tour/_guided-tour-theme.scss"],"names":[],"mappings":"CA0BA,4BACE,cACE,SACA,WACA,gBACA,aC7BJ,0CCmLE,yDACA,YA3DuB,WA4BvB,wHD9IA,0FC8IA,yHDxIF,uBACE,WACA,kBACA,aACA,gBAGF,oBCiIE,uHD3HA,oDACE,aAIJ,6IAEE,WACA,YACA,WAGF,qEACE,WAGF,wEACE,QAGF,6IAEE,WACA,YACA,aAGF,sEACE,UAGF,uEACE,SAGF,iBACE,SACA,kBACA,eACA,mBACA,qBAEA,gCACE,YAvEY,uCAwEZ,eACA,kBAIJ,uCAEE,wBAGF,0BACE,mBAGF,iBACE,mBACA,2BACA,4BACA,aACA,yBACA,gBACA,6BAGF,iBACE,8BACA,+BACA,aACA,yBACA,wBACA,mBACA,sBACA,mBACA,qBAGF,mBACE,gBACA,OACA,sBAGF,6CACE,eACA,gBAGF,sBACE,gBACA,gBACA,YA1Hc,uCA2Hd,kBACA,eAIA,2BACE,oBAEA,kCACE,gBACA,eACA,kBACA,UACA,yBAKN,gBACE,aACA,cACA,SACA,UAGF,eACE,kBACA,cAGF,iBACE,aAGF,4BACE,gBAGF,kBACE,kBACA,aACA,UAGF,kBACE,kBACA,oCACA,gBACA,gBACA,iBACA,UACA,aACA,uBACA,aAGF,mCACE,UAGF,wEACE,UAGF,2FAIE,sBAGF,wCAEE,kBACA,WACA,YACA,aAGF,wBACE,WACA,wBAGF,8DACE,YAGF,iEACE,SAGF,+DACE,WAGF,gEACE,UAGF,oIAEE,oBAGF,kCACE,oEACA,yBACA,SACA,OACA,UACA,gBACA,oBACA,eACA,MACA,2DACA,YACA,aAGF,4DACE,aACA,WACA,wDAGF,iEACE,
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../libs/angular/common/styles/_layout.scss","../../../../../libs/angular-guided-tour/styles/guided-tour.scss","../../../../../libs/angular/common/styles/_elevation.scss","../../../../../node_modules/@angular/material/core/tokens/_token-utils.scss","../../../../../node_modules/@angular/material/slide-toggle/_slide-toggle-theme.scss","../../../../../node_modules/@angular/material/list/_list-theme.scss","../../../../../node_modules/@angular/material/button/_icon-button-theme.scss","../../../../../libs/angular/typography/_all-typography.scss","../../../../../libs/angular/dialogs/_dialog-theme.scss","../../../../../libs/angular/json-formatter/_json-formatter-theme.scss","../../../../../libs/angular/message/_message-theme.scss","../../../../../libs/angular/layout/_layout-theme.scss","../../../../../libs/angular/breadcrumbs/_breadcrumbs-theme.scss","../../../../../libs/angular/common/_common-theme.scss","../../../../../libs/angular/loading/_loading-theme.scss","../../../../../libs/angular/file/_file-theme.scss","../../../../../libs/angular/side-sheet/_side-sheet.theme.scss","../../../../../libs/angular/theming/_all-theme.scss","../../../../../libs/markdown/_markdown-theme.scss","../../../../../libs/angular-highlight/_highlight-theme.scss","../../../../../libs/markdown-flavored/_flavored-markdown-theme.scss","../../../../../libs/markdown-navigator/_markdown-navigator-theme.scss","../../../../../libs/angular-guided-tour/_guided-tour-theme.scss"],"names":[],"mappings":"CA0BA,4BACE,cACE,SACA,WACA,gBACA,aC7BJ,0CCmLE,yDACA,YA3DuB,WA4BvB,wHD9IA,0FC8IA,yHDxIF,uBACE,WACA,kBACA,aACA,gBAGF,oBCiIE,uHD3HA,oDACE,aAIJ,6IAEE,WACA,YACA,WAGF,qEACE,WAGF,wEACE,QAGF,6IAEE,WACA,YACA,aAGF,sEACE,UAGF,uEACE,SAGF,iBACE,SACA,kBACA,eACA,mBACA,qBAEA,gCACE,YAvEY,uCAwEZ,eACA,kBAIJ,uCAEE,wBAGF,0BACE,mBAGF,iBACE,mBACA,2BACA,4BACA,aACA,yBACA,gBACA,6BAGF,iBACE,8BACA,+BACA,aACA,yBACA,wBACA,mBACA,sBACA,mBACA,qBAGF,mBACE,gBACA,OACA,sBAGF,6CACE,eACA,gBAGF,sBACE,gBACA,gBACA,YA1Hc,uCA2Hd,kBACA,eAIA,2BACE,oBAEA,kCACE,gBACA,eACA,kBACA,UACA,yBAKN,gBACE,aACA,cACA,SACA,UAGF,eACE,kBACA,cAGF,iBACE,aAGF,4BACE,gBAGF,kBACE,kBACA,aACA,UAGF,kBACE,kBACA,oCACA,gBACA,gBACA,iBACA,UACA,aACA,uBACA,aAGF,mCACE,UAGF,wEACE,UAGF,2FAIE,sBAGF,wCAEE,kBACA,WACA,YACA,aAGF,wBACE,WACA,wBAGF,8DACE,YAGF,iEACE,SAGF,+DACE,WAGF,gEACE,UAGF,oIAEE,oBAGF,kCACE,oEACA,yBACA,SACA,OACA,UACA,gBACA,oBACA,eACA,MACA,2DACA,YACA,aAGF,4DACE,aACA,WACA,wDAGF,iEACE,mBErKI,KAGM,yCAHN,KAGM,oRAHN,YAGM,oRAHN,UAGM,oRAHN,KAGM,yCAHN,KAGM,kgBAHN,aAGM,kgBAHN,YAGM,kgBAHN,UAGM,kgBAHN,KAGM,utHAHN,KAGM,8MAHN,KAGM,wNAHN,KAGM,yCAHN,KAGM,oRAHN,YAGM,oRAHN,UAGM,oRAHN,KAGM,yCAHN,KAGM,kgBAHN,aAGM,kgBAHN,YAGM,kgBAHN,UAGM,kgBAHN,KAGM,utHAHN,KAGM,8MAHN,KAGM,wNAHN,KAGM,gKAHN,KAGM,uqBAHN,KAGM,2ZAHN,KAGM,uHAHN,sBAGM,2GAHN,iCAGM,2GAHN,+BAGM,0GAHN,KAGM,mFAHN,KAGM,iFAHN,KAGM,iMAHN,KAGM,4SAHN,KAGM,6gHAHN,+BAGM,saAHN,6BAGM,maAHN,KAGM,uQAHN,KAGM,m9BAHN,KAGM,yJAHN,KAGM,8cAHN,oCAGM,8cAHN,kCAGM,6cAHN,KAGM,+CAHN,KAGM,wNAHN,KAGM,uMAHN,KAGM,6CAHN,KAGM,qgBAHN,KAGM,iJAHN,KAGM,qaAHN,uBAGM,09BAHN,uBAGM,6jCAHN,qHAGM,y9BAHN,mHAGM,y9BAHN,+GAGM,y9BAHN,oCAGM,kCAHN,uBAGM,yMAHN,KAGM,gmEAHN,2BAGM,gmEAHN,KAGM,+jEC/CN,KAGE,oEAMA,oEAOF,2BAEE,6CD0BF,sCAGM,6mBAHN,KAGM,0CAHN,2BAGM,0CAHN,KAGM,iPAHN,2BAGM,iPAHN,KAGM,uIAHN,kCAGM,wqBAHN,iCAGM,wqBAHN,+BAGM,wqBAHN,KAGM,2EAHN,KAGM,8MAHN,KAGM,m/BAHN,KAGM,w1BAHN,iBAGM,ieAHN,eAGM,+dAHN,KAGM,iPAHN,KAGM,0eAHN,KAGM,kRAHN,KAGM,6NAHN,KAGM,uvBAHN,KAGM,g+BAHN,0CAGM,wqBAHN,kEAGM,wqBAHN,8DAGM,wqBAHN,qBAGM,m+BAHN,gCAGM,m+BAHN,8BAGM,m+BEvBJ,gWAEE,cASJ,sMAGE,UFMF,KAGM,uQAHN,0CAGM,2EEoBJ,yPACE,YAaF,4PACE,YFtCJ,KAGM,20BE8DR,2BACE,sCACA,yBFnEA,KAGM,qOAHN,KAGM,8LAHN,KAGM,qSAHN,KAGM,6KAHN,wCAGM,ioBAHN,8DAGM,ioBAHN,0DAGM,ioBAHN,oBAGM,iCAHN,oBAGM,4LAHN,KAGM,iZAHN,KAGM,m+BAHN,8BAGM,+3BAHN,2BAGM,+3BAHN,KAGM,iFAHN,KAGM,6NAHN,KAGM,+vDAHN,KAGM,qjFAHN,yKAGM,o6BAHN,oKAGM,o6BAHN,0JAGM,k6BAHN,KAGM,2cAHN,KAGM,sqCAHN,KAGM,yEAHN,KAGM,iZAHN,sCAGM,0IAHN,qCAGM,0IAHN,mCAGM,yIAHN,KAGM,8CGOR,yCAGE,yCACA,yCAOA,8CACA,+CACA,aHvBA,KAGM,0hEAHN,KAGM,o9BAHN,iEAGM,0UAHN,+DAGM,0UAHN,2DAGM,0UAHN,KAGM,kFAHN,KAGM,yLAHN,KAGM,qCAHN,KAGM,wHAHN,KAGM,kMAHN,KAGM,wCAHN,KAGM,4KAHN,KAGM,gIAHN,KAGM,4uBAHN,KAGM,qFAHN,KAGM,uDAHN,iBAGM,uDAHN,eAGM,uDAHN,KAGM,osBAHN,KAGM,0MAHN,kBAGM,oEAHN,gBAGM,oEAHN,KAGM,gSAHN,KAGM,wCAHN,KAGM,wGAHN,KAGM,qQAHN,KAGM,6QAHN,KAGM,ggCAHN,KAGM,iCAHN,KAGM,qgBAHN,KAGM,wbAHN,KAGM,4gEAHN,mCAGM,q2BAHN,iCAGM,i2BAHN,yCAGM,yDAHN,uCAGM,yDAHN,uBAGM,6CGOR,gEAGE,yCACA,yCAOA,8CACA,+CACA,YHvBA,KAGM,iaAHN,KAGM,yBAHN,KAGM,6BAHN,KAGM,kJAHN,KAGM,sfAHN,KAGM,uGAHN,KAGM,ydAHN,KAGM,oNAHN,KAGM,0BAHN,sBAGM,0BAHN,qBAGM,0BAHN,mBAGM,0BAHN,KAGM,iOAHN,KAGM,uRAHN,KAGM,2hCAHN,iCAGM,8aAHN,+BAGM,8aAHN,KAGM,kCAHN,KAGM,kXAHN,KAGM,gCAHN,KAGM,8FAHN,yBAGM,4FAHN,wBAGM,4FAHN,sBAGM,4FAHN,KAGM,sEAHN,KAGM,kNAHN,KAGM,mFAHN,KAGM,iCAHN,KAGM,+GAHN,KAGM,mMAHN,KAGM,qDIzDV,KACE,gCC5BF,yCAGI,gCACA,eACA,gBAIJ,mEAEE,iBAGF,mBAEI,gCACA,eACA,gBAGF,iBCrBF,QAEI,gCACA,eCHJ,kBAEI,gCACA,eACA,gBAGF,iBAGF,qBAEI,gCACA,eCXF,iDAEI,gCACA,eAIJ,gDAEI,gCACA,eACA,gBAGF,iBAGF,uDAEI,gCACA,eACA,gBAGF,iBC1BF,2BACE,iBACA,eCIF,gFACE,sBAEA,yIACE,iCAMJ,iBACE,sBAIJ,gBACE,yBAIA,8BAEE,iCFUJ,wCACE,cAEA,4DACE,eACA,gBAIJ,0GAME,sFACA,wFAEA,kLT2FF,uHSxFI,UAWA,w5BAEE,YAOJ,qHACE,aACA,cACA,eAIJ,mCT6DA,uHSzDA,kBTyDA,uHStDE,8BACE,mBAEA,qEAEE,cAIJ,6BACE,mBAEA,mEAEE,cAIJ,2BACE,mBAEA,+DAEE,cAIJ,kCACE,wDGvHF,2CACE,8BCEA,+CACE,yBASJ,yBACE,yGbmIJ,yHMpHA,sCACE,sBACA,wCACA,gBAGF,mBACE,sBCtBA,yLAIE,YAKE,0GAEE,iCAGF,6DACE,sBAKN,gCACE,cAIA,0CACE,cAGF,0CACE,cAGF,2CACE,cAGF,qFAEE,sBAGF,4CACE,cAGF,wCACE,sBCvCJ,wBACE,cACA,qCAGF,uBACE,cACA,qCAGF,qBACE,cACA,oCMjCJ,yBACE,iBAJO,KAKP,MAJK,gBCyBP,aACE,6BAGF,iBACE,+CAGF,sBAEE,6CChCA,cACE,cAGF,8BAEE,oCAGF,4DAIE,sBAGF,eACE,6BAGF,uBACE,sBACA,kCAIA,0CAEE,6BAGF,qBACE,iCAEA,mCACE,iCAQN,gBACE,sBAGF,iBACE,iCAGF,2CAEE,yBAGF,gBACE,sBACA,yBACA,6BACA,oCC/DJ,sBACE,6BAEA,yCACE,yBACA,sBAEA,kDACE,sBAGF,4DACE,kCAKN,aACE,sBAEA,wBACE,cAGF,kBACE,sBAGF,oDAEE,cACA,kBAGF,gFAGE,cAGF,+JAME,cAGF,2BACE,cAGF,kJAKE,cAGF,iPAQE,cAGF,4JAME,cAGF,iGAGE,cCjFF,oCACE,mBACA,sBAKE,0FACE,mBCGN,qCACE,MAJQ,gBCNZ,gBACE,mBAGF,eACE,mBAGF,mBACE,mBAUF,oBACE,2BAGF,oNAOE,WAMA,kIACE,2BAIJ,sOAOE,mBAKF,sBACE,YACA,SACA,UACA,WACA,YACA,cACA,iBACA,kBAGF,sBACE","file":"all-theme-light.css"}
|