@testgorilla/tgo-coding-test 2.0.7 → 3.0.0
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/fesm2022/testgorilla-tgo-coding-test.mjs +53 -26
- package/fesm2022/testgorilla-tgo-coding-test.mjs.map +1 -1
- package/lib/components/coding-question/coding-question.component.d.ts +1 -1
- package/lib/components/coding-section/coding-section.component.d.ts +2 -1
- package/lib/components/configurations/configurations.component.d.ts +2 -1
- package/lib/components/runnable-editor/runnable-editor.component.d.ts +1 -1
- package/lib/components/tests/test-cases/test-cases.component.d.ts +1 -1
- package/lib/components/tests/test-cases-content/test-cases-content.component.d.ts +1 -1
- package/lib/components/tests/test-results.component.d.ts +1 -1
- package/lib/components/tgo-coding-test/tgo-coding-test.component.d.ts +1 -1
- package/lib/components/tgo-coding-test-candidate-view/tgo-coding-test-candidate-view.component.d.ts +2 -1
- package/lib/services/candidate-coding-test-services/coding-test.service.d.ts +3 -1
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __decorate, __metadata } from 'tslib';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import { Injectable, inject, ChangeDetectorRef, EventEmitter, ElementRef, ViewChild, Output, Input, ChangeDetectionStrategy, Component, Pipe, ViewEncapsulation, InjectionToken, signal, computed, HostBinding } from '@angular/core';
|
|
3
|
+
import { Injectable, inject, ChangeDetectorRef, EventEmitter, ElementRef, ViewChild, Output, Input, ChangeDetectionStrategy, Component, Pipe, ViewEncapsulation, InjectionToken, signal, computed, afterNextRender, HostBinding } from '@angular/core';
|
|
4
4
|
import * as i1$1 from '@angular/common';
|
|
5
5
|
import { CommonModule } from '@angular/common';
|
|
6
6
|
import { untilDestroyed, UntilDestroy } from '@ngneat/until-destroy';
|
|
@@ -10,27 +10,49 @@ import * as i2 from '@angular/forms';
|
|
|
10
10
|
import { FormsModule, FormBuilder, ReactiveFormsModule, FormControl } from '@angular/forms';
|
|
11
11
|
import * as i2$1 from 'ngx-monaco-editor-v2';
|
|
12
12
|
import { MonacoEditorModule } from 'ngx-monaco-editor-v2';
|
|
13
|
-
import * as i2$
|
|
13
|
+
import * as i2$5 from '@angular/material/card';
|
|
14
14
|
import { MatCardModule } from '@angular/material/card';
|
|
15
|
-
import * as i2$
|
|
15
|
+
import * as i2$4 from 'angular-split';
|
|
16
16
|
import { AngularSplitModule } from 'angular-split';
|
|
17
|
-
import * as
|
|
18
|
-
import {
|
|
17
|
+
import * as i5$1 from '@testgorilla/tgo-ui/components/button';
|
|
18
|
+
import { ButtonComponentModule } from '@testgorilla/tgo-ui/components/button';
|
|
19
19
|
import Quill from 'quill';
|
|
20
20
|
import { TableCell, TableRow, TableContainer } from 'quill/formats/table';
|
|
21
21
|
import * as i2$2 from 'ngx-quill';
|
|
22
22
|
import { QuillModule } from 'ngx-quill';
|
|
23
|
+
import * as i5 from '@testgorilla/tgo-ui/components/divider';
|
|
24
|
+
import { DividerComponentModule } from '@testgorilla/tgo-ui/components/divider';
|
|
25
|
+
import * as i4 from '@testgorilla/tgo-ui/components/icon';
|
|
26
|
+
import { IconComponentModule } from '@testgorilla/tgo-ui/components/icon';
|
|
27
|
+
import * as i3 from '@testgorilla/tgo-ui/components/tooltip';
|
|
28
|
+
import { TooltipComponentModule } from '@testgorilla/tgo-ui/components/tooltip';
|
|
29
|
+
import * as i4$1 from '@testgorilla/tgo-ui/components/dropdown';
|
|
30
|
+
import { DropdownComponentModule } from '@testgorilla/tgo-ui/components/dropdown';
|
|
31
|
+
import * as i6 from '@testgorilla/tgo-ui/components/spinner';
|
|
32
|
+
import { SpinnerComponentModule } from '@testgorilla/tgo-ui/components/spinner';
|
|
33
|
+
import * as i4$2 from '@testgorilla/tgo-ui/components/toggle';
|
|
34
|
+
import { ToggleComponentModule } from '@testgorilla/tgo-ui/components/toggle';
|
|
23
35
|
import * as i1$2 from '@angular/material/sidenav';
|
|
24
36
|
import { MatSidenavModule } from '@angular/material/sidenav';
|
|
25
37
|
import { trigger, transition, style, animate } from '@angular/animations';
|
|
26
|
-
import * as
|
|
38
|
+
import * as i4$3 from '@testgorilla/tgo-ui/components/progress-bar';
|
|
39
|
+
import { ProgressBarComponentModule } from '@testgorilla/tgo-ui/components/progress-bar';
|
|
40
|
+
import * as i5$2 from '@angular/material/tabs';
|
|
27
41
|
import { MatTabsModule } from '@angular/material/tabs';
|
|
42
|
+
import * as i1$3 from '@testgorilla/tgo-ui/components/icon-label';
|
|
43
|
+
import { IconLabelComponentModule } from '@testgorilla/tgo-ui/components/icon-label';
|
|
44
|
+
import * as i2$3 from '@testgorilla/tgo-ui/components/field';
|
|
45
|
+
import { FieldComponentModule } from '@testgorilla/tgo-ui/components/field';
|
|
28
46
|
import { ActivatedRoute, RouterModule } from '@angular/router';
|
|
29
|
-
import * as i1$
|
|
47
|
+
import * as i1$5 from '@ngneat/transloco';
|
|
30
48
|
import { translate, TRANSLOCO_SCOPE, TranslocoService, TranslocoModule } from '@ngneat/transloco';
|
|
31
49
|
import * as i3$1 from '@testgorilla/tgo-shared-lib';
|
|
32
50
|
import { ApiService, EnvironmentService, ThemeService as ThemeService$1, TranslocoLazyModuleUtils, MixpanelService, getAvailableLangs } from '@testgorilla/tgo-shared-lib';
|
|
33
|
-
import * as
|
|
51
|
+
import * as i5$3 from '@testgorilla/tgo-ui/components/dialog';
|
|
52
|
+
import { ConfirmDialogComponent, DialogService, DialogComponentModule } from '@testgorilla/tgo-ui/components/dialog';
|
|
53
|
+
import * as i4$4 from '@testgorilla/tgo-ui/components/snackbar';
|
|
54
|
+
import { SnackbarService, SnackbarComponentModule } from '@testgorilla/tgo-ui/components/snackbar';
|
|
55
|
+
import * as i1$4 from 'ngx-guided-tour';
|
|
34
56
|
import { Orientation, GuidedTourModule, GuidedTourService } from 'ngx-guided-tour';
|
|
35
57
|
import { take as take$1, catchError, tap as tap$1, switchMap, map as map$1 } from 'rxjs/operators';
|
|
36
58
|
|
|
@@ -2073,7 +2095,7 @@ class InstructionsComponent {
|
|
|
2073
2095
|
return isLAT ? this.libCodingTestService.getVersion() : this.languagesVersion[key];
|
|
2074
2096
|
}
|
|
2075
2097
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: InstructionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2076
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: InstructionsComponent, isStandalone: true, selector: "tgo-code-instructions", inputs: { mode: "mode", questionText: "questionText", translations: "translations", isDarkTheme: "isDarkTheme", isLAT: "isLAT" }, viewQueries: [{ propertyName: "QuillElement", first: true, predicate: ["quill"], descendants: true, read: ElementRef }], ngImport: i0, template: "<ng-container *ngIf=\"language$ | async as language\">\n <section *ngIf=\"questionText\" class=\"question\" id=\"question-section\">\n <header class=\"question-header\">\n <h2 class=\"question-heading\">{{ translations['HEADINGS']['INSTRUCTIONS'] }}</h2>\n </header>\n <div class=\"question-content\">\n <ng-container *ngIf=\"mode === PreviewMode\">\n <div class=\"tips\">\n <ui-tooltip [message]=\"translations['PRACTICE_QUESTIONS_STAGE']['INFO']\" class=\"tips-icon\">\n <ui-icon [name]=\"'Info'\" [size]=\"'24'\"></ui-icon>\n </ui-tooltip>\n <p class=\"tips-panel-text\">\n {{ translations['PRACTICE_QUESTIONS_STAGE']['QUESTIONS_INDEXING_AS_LAST'] }}\n </p>\n </div>\n <p class=\"tips-text\" [innerHTML]=\"translations['CODE_QUESTION']['PRACTICE_INTRODUCTION']\"></p>\n <ui-divider class=\"divider\" [size]=\"'small'\"></ui-divider>\n </ng-container>\n\n <quill-view\n #quill\n class=\"disable-text-selection question-text\"\n [class.question-text-dark]=\"isDarkTheme\"\n theme=\"snow\"\n [content]=\"questionText\"\n ></quill-view>\n <div [ngSwitch]=\"language\">\n <span class=\"mr-4\">{{ translations['CODE_QUESTION']['LANGUAGE_USING'] }} </span>\n <ng-container *ngFor=\"let item of languages | keyvalue\">\n <span *ngSwitchCase=\"item.key\">\n <span class=\"bold mr-4\">{{ item.value + ' ' + ([isLAT, item.key] | memoizeFunc: getVersion : this) }}</span>\n </span>\n </ng-container>\n <span *ngIf=\"mode === RunningMode || mode === NonAssessmentPreview\">\n <br />\n <span>{{ translations['CODE_QUESTION']['ADD_COMMENTS'] }}</span>\n </span>\n </div>\n </div>\n </section>\n</ng-container>\n", styles: [".tips{border-radius:5px;display:flex;flex-direction:row;place-content:center flex-start;align-items:center;margin-bottom:16px;padding:16px;background-color:var(--info-panel-color)}.tips-panel-text{color:#000}.tips-panel-text,.tips-text{font-size:16px}.tips-icon{margin-right:8px}.testgorilla-petrol-light{background:#c8d7de}.question-text{display:block;margin-bottom:32px}.question-text-dark ::ng-deep .ql-snow .ql-editor *[style]{color:var(--main-text-color)!important;background-color:inherit!important}.disable-text-selection{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.question{display:flex;flex-direction:column;height:100%}@media screen and (max-width: 959px){.question{height:auto}}.question.long_answer_list{padding-bottom:0}.question ::ng-deep .ql-editor,.question ::ng-deep .ql-container{max-height:100%}.question-content{padding:16px 40px 30px;height:100%;overflow-y:auto}.question-content .divider{display:block;margin:12px 0}.question-header{padding:18px 0 18px 40px;border-bottom:1px solid #E0E0E0}.question-header .question-heading{margin:0}:host{display:block;height:100%;overflow:hidden}@media screen and (max-width: 959px){:host{height:auto;flex:1 0 auto}}:host ::ng-deep p{margin:0;position:relative}:host ::ng-deep img{border-radius:5px}:host .bold{font-weight:700}:host .medium-size{font-size:medium}:host .image{border-radius:6px;overflow:hidden;transform:translateZ(0)}:host .image img{width:100%}::ng-deep .ql-editor{height:auto}::ng-deep .ql-editor .table-q{width:100%;border-collapse:collapse;border-radius:5px;table-layout:fixed;overflow:hidden;white-space:nowrap}@supports (-moz-appearance: none){::ng-deep .ql-editor .table-q{width:auto}}::ng-deep .ql-editor .table-q .tr-q:first-of-type{background-color:var(--main-text-color)!important;color:#fff}::ng-deep .ql-editor .table-q .tr-q:nth-of-type(2n){background-color:var(--tertiary-background-color)}::ng-deep .ql-editor .table-q .tr-q:nth-of-type(odd){background-color:var(--grey-background)}::ng-deep .ql-editor .table-q .td-q{border:4px solid var(--secondary-border-color);border-radius:10px;padding:2px 5px;height:25px;vertical-align:top;text-align:center;white-space:normal}::ng-deep .ql-editor.ql-blank:before{color:var(--secondary-text-color)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "pipe", type: i1$1.KeyValuePipe, name: "keyvalue" }, { kind: "ngmodule", type: QuillModule }, { kind: "component", type: i2$2.QuillViewComponent, selector: "quill-view", inputs: ["format", "theme", "modules", "debug", "formats", "sanitize", "beforeRender", "strict", "content", "customModules", "customOptions"], outputs: ["onEditorCreated"] }, { kind: "ngmodule", type: TooltipComponentModule }, { kind: "component", type: i3.TooltipComponent, selector: "ui-tooltip", inputs: ["position", "disabled", "message", "applicationTheme", "labelForDefinition", "definitionTooltipSize", "variant"] }, { kind: "ngmodule", type: IconComponentModule }, { kind: "component", type:
|
|
2098
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: InstructionsComponent, isStandalone: true, selector: "tgo-code-instructions", inputs: { mode: "mode", questionText: "questionText", translations: "translations", isDarkTheme: "isDarkTheme", isLAT: "isLAT" }, viewQueries: [{ propertyName: "QuillElement", first: true, predicate: ["quill"], descendants: true, read: ElementRef }], ngImport: i0, template: "<ng-container *ngIf=\"language$ | async as language\">\n <section *ngIf=\"questionText\" class=\"question\" id=\"question-section\">\n <header class=\"question-header\">\n <h2 class=\"question-heading\">{{ translations['HEADINGS']['INSTRUCTIONS'] }}</h2>\n </header>\n <div class=\"question-content\">\n <ng-container *ngIf=\"mode === PreviewMode\">\n <div class=\"tips\">\n <ui-tooltip [message]=\"translations['PRACTICE_QUESTIONS_STAGE']['INFO']\" class=\"tips-icon\">\n <ui-icon [name]=\"'Info'\" [size]=\"'24'\"></ui-icon>\n </ui-tooltip>\n <p class=\"tips-panel-text\">\n {{ translations['PRACTICE_QUESTIONS_STAGE']['QUESTIONS_INDEXING_AS_LAST'] }}\n </p>\n </div>\n <p class=\"tips-text\" [innerHTML]=\"translations['CODE_QUESTION']['PRACTICE_INTRODUCTION']\"></p>\n <ui-divider class=\"divider\" [size]=\"'small'\"></ui-divider>\n </ng-container>\n\n <quill-view\n #quill\n class=\"disable-text-selection question-text\"\n [class.question-text-dark]=\"isDarkTheme\"\n theme=\"snow\"\n [content]=\"questionText\"\n ></quill-view>\n <div [ngSwitch]=\"language\">\n <span class=\"mr-4\">{{ translations['CODE_QUESTION']['LANGUAGE_USING'] }} </span>\n <ng-container *ngFor=\"let item of languages | keyvalue\">\n <span *ngSwitchCase=\"item.key\">\n <span class=\"bold mr-4\">{{ item.value + ' ' + ([isLAT, item.key] | memoizeFunc: getVersion : this) }}</span>\n </span>\n </ng-container>\n <span *ngIf=\"mode === RunningMode || mode === NonAssessmentPreview\">\n <br />\n <span>{{ translations['CODE_QUESTION']['ADD_COMMENTS'] }}</span>\n </span>\n </div>\n </div>\n </section>\n</ng-container>\n", styles: [".tips{border-radius:5px;display:flex;flex-direction:row;place-content:center flex-start;align-items:center;margin-bottom:16px;padding:16px;background-color:var(--info-panel-color)}.tips-panel-text{color:#000}.tips-panel-text,.tips-text{font-size:16px}.tips-icon{margin-right:8px}.testgorilla-petrol-light{background:#c8d7de}.question-text{display:block;margin-bottom:32px}.question-text-dark ::ng-deep .ql-snow .ql-editor *[style]{color:var(--main-text-color)!important;background-color:inherit!important}.disable-text-selection{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.question{display:flex;flex-direction:column;height:100%}@media screen and (max-width: 959px){.question{height:auto}}.question.long_answer_list{padding-bottom:0}.question ::ng-deep .ql-editor,.question ::ng-deep .ql-container{max-height:100%}.question-content{padding:16px 40px 30px;height:100%;overflow-y:auto}.question-content .divider{display:block;margin:12px 0}.question-header{padding:18px 0 18px 40px;border-bottom:1px solid #E0E0E0}.question-header .question-heading{margin:0}:host{display:block;height:100%;overflow:hidden}@media screen and (max-width: 959px){:host{height:auto;flex:1 0 auto}}:host ::ng-deep p{margin:0;position:relative}:host ::ng-deep img{border-radius:5px}:host .bold{font-weight:700}:host .medium-size{font-size:medium}:host .image{border-radius:6px;overflow:hidden;transform:translateZ(0)}:host .image img{width:100%}::ng-deep .ql-editor{height:auto}::ng-deep .ql-editor .table-q{width:100%;border-collapse:collapse;border-radius:5px;table-layout:fixed;overflow:hidden;white-space:nowrap}@supports (-moz-appearance: none){::ng-deep .ql-editor .table-q{width:auto}}::ng-deep .ql-editor .table-q .tr-q:first-of-type{background-color:var(--main-text-color)!important;color:#fff}::ng-deep .ql-editor .table-q .tr-q:nth-of-type(2n){background-color:var(--tertiary-background-color)}::ng-deep .ql-editor .table-q .tr-q:nth-of-type(odd){background-color:var(--grey-background)}::ng-deep .ql-editor .table-q .td-q{border:4px solid var(--secondary-border-color);border-radius:10px;padding:2px 5px;height:25px;vertical-align:top;text-align:center;white-space:normal}::ng-deep .ql-editor.ql-blank:before{color:var(--secondary-text-color)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "pipe", type: i1$1.KeyValuePipe, name: "keyvalue" }, { kind: "ngmodule", type: QuillModule }, { kind: "component", type: i2$2.QuillViewComponent, selector: "quill-view", inputs: ["format", "theme", "modules", "debug", "formats", "sanitize", "beforeRender", "strict", "content", "customModules", "customOptions"], outputs: ["onEditorCreated"] }, { kind: "ngmodule", type: TooltipComponentModule }, { kind: "component", type: i3.TooltipComponent, selector: "ui-tooltip", inputs: ["position", "disabled", "message", "applicationTheme", "labelForDefinition", "definitionTooltipSize", "variant"] }, { kind: "ngmodule", type: IconComponentModule }, { kind: "component", type: i4.IconComponent, selector: "ui-icon", inputs: ["size", "cssClass", "name", "color", "filled", "toggleIconStyle", "applicationTheme", "useFullIconName"] }, { kind: "ngmodule", type: DividerComponentModule }, { kind: "component", type: i5.DividerComponent, selector: "ui-divider", inputs: ["size", "companyColor", "applicationTheme", "label"] }, { kind: "pipe", type: MemoizeFuncPipe, name: "memoizeFunc" }] });
|
|
2077
2099
|
}
|
|
2078
2100
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: InstructionsComponent, decorators: [{
|
|
2079
2101
|
type: Component,
|
|
@@ -2232,7 +2254,7 @@ let CodingSectionComponent = class CodingSectionComponent {
|
|
|
2232
2254
|
}
|
|
2233
2255
|
}
|
|
2234
2256
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CodingSectionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2235
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: CodingSectionComponent, isStandalone: true, selector: "tgo-coding-section", inputs: { initCode: "initCode", functionParams: "functionParams", functionName: "functionName", returnType: "returnType", isLAT: "isLAT", languages: "languages", isFullViewMode: "isFullViewMode", shouldGenerateInitCode: "shouldGenerateInitCode", isRunnableWithLangSelector: "isRunnableWithLangSelector", autoHeight: "autoHeight", translations: "translations", isMobile: "isMobile", applicationTheme: "applicationTheme" }, outputs: { pasteEvent: "pasteEvent", codeChange: "codeChange", languageChange: "languageChange" }, usesOnChanges: true, ngImport: i0, template: "<section class=\"section\">\n <header *ngIf=\"isFullViewMode || isRunnableWithLangSelector\" class=\"section-header\">\n <h2 class=\"heading\">{{ translations['HEADINGS']['CODING'] }}</h2>\n <div class=\"header-controls\" [class.is-full-screen]=\"isFullscreenMode$ | async\">\n <form *ngIf=\"isLAT\" [formGroup]=\"headerForm\" class=\"header-form\">\n <ui-tooltip [message]=\"languages.length === 1 ? translations['TOOLTIPS']['DISABLE_LANGUAGE'] : null\">\n <ui-dropdown\n id=\"language-dropdown\"\n class=\"language-dropdown\"\n formControlName=\"language\"\n [valueList]=\"languagesFormattedList\"\n [showBottomContent]=\"false\"\n [allowClear]=\"false\"\n [applicationTheme]=\"applicationTheme\"\n ></ui-dropdown>\n </ui-tooltip>\n </form>\n <ui-button\n [variant]=\"'icon-button'\"\n [iconName]=\"'Reset'\"\n [tooltip]=\"translations['TOOLTIPS']['RESET_CODE']\"\n [disabled]=\"hasNoCodeChanges\"\n [applicationTheme]=\"applicationTheme\"\n (buttonClickEvent)=\"resetCode()\"\n class=\"themed-button\"\n >\n </ui-button>\n <ui-button\n *ngIf=\"isLAT && !isMobile && !isRunnableWithLangSelector\"\n [variant]=\"'icon-button'\"\n [iconName]=\"'Help'\"\n [tooltip]=\"translations['TOOLTIPS']['HELP']\"\n [applicationTheme]=\"applicationTheme\"\n (buttonClickEvent)=\"startGuidedTour()\"\n class=\"themed-button\"\n >\n </ui-button>\n <ui-button\n *ngIf=\"!isRunnableWithLangSelector\"\n [variant]=\"'icon-button'\"\n [iconName]=\"'Settings'\"\n [tooltip]=\"translations['TOOLTIPS']['CONFIGURATIONS']\"\n [applicationTheme]=\"applicationTheme\"\n id=\"configuration-ide-button\"\n class=\"themed-button\"\n (buttonClickEvent)=\"openConfigPanel()\"\n >\n </ui-button>\n\n <ui-button\n *ngIf=\"(isFullscreenMode$ | async) && !isMobile\"\n [variant]=\"'icon-button'\"\n [iconName]=\"'Minimize'\"\n [tooltip]=\"translations['TOOLTIPS']['MINIMIZE']\"\n [tooltipPosition]=\"'left'\"\n [applicationTheme]=\"applicationTheme\"\n class=\"themed-button\"\n (buttonClickEvent)=\"disableFullscreen()\"\n >\n </ui-button>\n </div>\n </header>\n\n <div class=\"ide\" [class.spinner]=\"isLAT | memoizeFunc: isCodeLoading$ : this | async\">\n <tgo-code-editor\n *ngIf=\"(isLAT | memoizeFunc: isCodeLoading$ : this | async) === false; else showSpinner\"\n [initCode]=\"initCode\"\n [functionParams]=\"functionParams\"\n [functionName]=\"functionName\"\n [returnType]=\"returnType\"\n [shouldGenerateInitCode]=\"!isFullViewMode && !isRunnableWithLangSelector && shouldGenerateInitCode\"\n [hasCodingConfigPanel]=\"isFullViewMode\"\n [autoHeight]=\"autoHeight\"\n (pasteEvent)=\"pasteEvent.emit($event)\"\n (codeChange)=\"parseCodeChange($event)\"\n >\n </tgo-code-editor>\n <ng-template #showSpinner>\n <ui-spinner [isLoader]=\"false\" class=\"code-loading-spinner\"></ui-spinner>\n </ng-template>\n </div>\n</section>\n", styles: [".section{display:flex;flex-direction:column;height:100%;overflow-y:hidden}.section-header{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;border-bottom:1px solid #E0E0E0;max-height:67px}.section-header .header-controls{display:flex;width:100%;max-width:265px;justify-content:flex-end;align-items:center;flex:1 1 auto}.section-header .header-controls .header-form{flex:1;padding-right:1em}.section-header .header-controls.is-full-screen{max-width:305px}.heading{margin:0;padding:10px 8px;flex:0 0 auto}.ide{flex:1 0 auto}@media screen and (max-width: 959px){.ide{flex:1 0 350px}}.ide.spinner{display:flex;align-items:center}.ide.spinner .code-loading-spinner{margin:0 auto}.icon ::ng-deep svg,.icon ::ng-deep path{fill:var(--icon-bg-color)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: TooltipComponentModule }, { kind: "component", type: i3.TooltipComponent, selector: "ui-tooltip", inputs: ["position", "disabled", "message", "applicationTheme", "labelForDefinition", "definitionTooltipSize", "variant"] }, { kind: "ngmodule", type: DropdownComponentModule }, { kind: "component", type:
|
|
2257
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: CodingSectionComponent, isStandalone: true, selector: "tgo-coding-section", inputs: { initCode: "initCode", functionParams: "functionParams", functionName: "functionName", returnType: "returnType", isLAT: "isLAT", languages: "languages", isFullViewMode: "isFullViewMode", shouldGenerateInitCode: "shouldGenerateInitCode", isRunnableWithLangSelector: "isRunnableWithLangSelector", autoHeight: "autoHeight", translations: "translations", isMobile: "isMobile", applicationTheme: "applicationTheme" }, outputs: { pasteEvent: "pasteEvent", codeChange: "codeChange", languageChange: "languageChange" }, usesOnChanges: true, ngImport: i0, template: "<section class=\"section\">\n <header *ngIf=\"isFullViewMode || isRunnableWithLangSelector\" class=\"section-header\">\n <h2 class=\"heading\">{{ translations['HEADINGS']['CODING'] }}</h2>\n <div class=\"header-controls\" [class.is-full-screen]=\"isFullscreenMode$ | async\">\n <form *ngIf=\"isLAT\" [formGroup]=\"headerForm\" class=\"header-form\">\n <ui-tooltip [message]=\"languages.length === 1 ? translations['TOOLTIPS']['DISABLE_LANGUAGE'] : null\">\n <ui-dropdown\n id=\"language-dropdown\"\n class=\"language-dropdown\"\n formControlName=\"language\"\n [valueList]=\"languagesFormattedList\"\n [showBottomContent]=\"false\"\n [allowClear]=\"false\"\n [applicationTheme]=\"applicationTheme\"\n ></ui-dropdown>\n </ui-tooltip>\n </form>\n <ui-button\n [variant]=\"'icon-button'\"\n [iconName]=\"'Reset'\"\n [tooltip]=\"translations['TOOLTIPS']['RESET_CODE']\"\n [disabled]=\"hasNoCodeChanges\"\n [applicationTheme]=\"applicationTheme\"\n (buttonClickEvent)=\"resetCode()\"\n class=\"themed-button\"\n >\n </ui-button>\n <ui-button\n *ngIf=\"isLAT && !isMobile && !isRunnableWithLangSelector\"\n [variant]=\"'icon-button'\"\n [iconName]=\"'Help'\"\n [tooltip]=\"translations['TOOLTIPS']['HELP']\"\n [applicationTheme]=\"applicationTheme\"\n (buttonClickEvent)=\"startGuidedTour()\"\n class=\"themed-button\"\n >\n </ui-button>\n <ui-button\n *ngIf=\"!isRunnableWithLangSelector\"\n [variant]=\"'icon-button'\"\n [iconName]=\"'Settings'\"\n [tooltip]=\"translations['TOOLTIPS']['CONFIGURATIONS']\"\n [applicationTheme]=\"applicationTheme\"\n id=\"configuration-ide-button\"\n class=\"themed-button\"\n (buttonClickEvent)=\"openConfigPanel()\"\n >\n </ui-button>\n\n <ui-button\n *ngIf=\"(isFullscreenMode$ | async) && !isMobile\"\n [variant]=\"'icon-button'\"\n [iconName]=\"'Minimize'\"\n [tooltip]=\"translations['TOOLTIPS']['MINIMIZE']\"\n [tooltipPosition]=\"'left'\"\n [applicationTheme]=\"applicationTheme\"\n class=\"themed-button\"\n (buttonClickEvent)=\"disableFullscreen()\"\n >\n </ui-button>\n </div>\n </header>\n\n <div class=\"ide\" [class.spinner]=\"isLAT | memoizeFunc: isCodeLoading$ : this | async\">\n <tgo-code-editor\n *ngIf=\"(isLAT | memoizeFunc: isCodeLoading$ : this | async) === false; else showSpinner\"\n [initCode]=\"initCode\"\n [functionParams]=\"functionParams\"\n [functionName]=\"functionName\"\n [returnType]=\"returnType\"\n [shouldGenerateInitCode]=\"!isFullViewMode && !isRunnableWithLangSelector && shouldGenerateInitCode\"\n [hasCodingConfigPanel]=\"isFullViewMode\"\n [autoHeight]=\"autoHeight\"\n (pasteEvent)=\"pasteEvent.emit($event)\"\n (codeChange)=\"parseCodeChange($event)\"\n >\n </tgo-code-editor>\n <ng-template #showSpinner>\n <ui-spinner [isLoader]=\"false\" class=\"code-loading-spinner\"></ui-spinner>\n </ng-template>\n </div>\n</section>\n", styles: [".section{display:flex;flex-direction:column;height:100%;overflow-y:hidden}.section-header{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;border-bottom:1px solid #E0E0E0;max-height:67px}.section-header .header-controls{display:flex;width:100%;max-width:265px;justify-content:flex-end;align-items:center;flex:1 1 auto}.section-header .header-controls .header-form{flex:1;padding-right:1em}.section-header .header-controls.is-full-screen{max-width:305px}.heading{margin:0;padding:10px 8px;flex:0 0 auto}.ide{flex:1 0 auto}@media screen and (max-width: 959px){.ide{flex:1 0 350px}}.ide.spinner{display:flex;align-items:center}.ide.spinner .code-loading-spinner{margin:0 auto}.icon ::ng-deep svg,.icon ::ng-deep path{fill:var(--icon-bg-color)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: TooltipComponentModule }, { kind: "component", type: i3.TooltipComponent, selector: "ui-tooltip", inputs: ["position", "disabled", "message", "applicationTheme", "labelForDefinition", "definitionTooltipSize", "variant"] }, { kind: "ngmodule", type: DropdownComponentModule }, { kind: "component", type: i4$1.DropdownComponent, selector: "ui-dropdown", inputs: ["label", "labelIcon", "isAIVariant", "name", "placeholder", "id", "value", "errors", "disabled", "valueList", "allowClear", "allowMultipleSelection", "required", "showBottomContent", "applicationTheme", "hideBuiltInErrors", "hideLabelInErrors", "textField", "valueField", "hasError", "companyColor", "panelClass"], outputs: ["closed", "opened"] }, { kind: "ngmodule", type: ButtonComponentModule }, { kind: "component", type: i5$1.ButtonComponent, selector: "ui-button", inputs: ["size", "variant", "label", "iconPosition", "justIcon", "iconName", "disabled", "loading", "fullWidth", "url", "urlTarget", "value", "tooltip", "isPremium", "type", "companyColor", "buttonBadgeConfig", "applicationTheme", "disabledScaleOnClick", "ariaLabel", "ariaRequired", "ariaLabelledby", "ariaDescribedby", "preventDefault", "hasBackground", "tooltipPosition", "role", "iconFilled"], outputs: ["buttonClickEvent", "buttonHoverEvent"] }, { kind: "ngmodule", type: SpinnerComponentModule }, { kind: "component", type: i6.SpinnerComponent, selector: "ui-spinner", inputs: ["size", "isLoader", "text", "applicationTheme", "iconName", "iconSize"] }, { kind: "pipe", type: MemoizeFuncPipe, name: "memoizeFunc" }, { kind: "component", type: CodeEditorComponent, selector: "tgo-code-editor", inputs: ["initCode", "functionParams", "functionName", "returnType", "hasCodingConfigPanel", "isReadonly", "autoHeight", "shouldGenerateInitCode", "snapshot"], outputs: ["pasteEvent", "codeChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2236
2258
|
};
|
|
2237
2259
|
CodingSectionComponent = __decorate([
|
|
2238
2260
|
UntilDestroy()
|
|
@@ -2294,7 +2316,7 @@ class PanelComponent {
|
|
|
2294
2316
|
}
|
|
2295
2317
|
}
|
|
2296
2318
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2297
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: PanelComponent, isStandalone: true, selector: "tgo-code-panel", inputs: { heading: "heading", openPanel: "openPanel" }, outputs: { closeEvent: "closeEvent" }, viewQueries: [{ propertyName: "sidenav", first: true, predicate: ["sidenav"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<mat-sidenav-container class=\"sidenav-container\">\n <mat-sidenav #sidenav position=\"end\" (closedStart)=\"closeEvent.emit(true)\">\n <div class=\"container\">\n <div class=\"header\">\n <h2 class=\"heading\">{{ heading }}</h2>\n <ui-button\n [variant]=\"'icon-button'\"\n [iconName]=\"'Close'\"\n [tooltip]=\"'Close'\"\n (buttonClickEvent)=\"sidenav.close()\"\n class=\"themed-button\"\n ></ui-button>\n </div>\n <div>\n <ng-content></ng-content>\n </div>\n </div>\n </mat-sidenav>\n</mat-sidenav-container>\n", styles: [".container{display:flex;flex-direction:column;padding:24px 32px}.container .header{display:flex;justify-content:space-between;align-items:center;padding:16px 0}.container .heading{margin:0}.close-icon{fill:var(--icon-bg-color)}.sidenav-container{z-index:36}.sidenav-container mat-sidenav{width:100%;max-width:600px;background-color:var(--drawer-bg-color)!important}.sidenav-container mat-sidenav ::ng-deep .mat-drawer-inner-container .container{background-color:var(--drawer-bg-color)}.sidenav-container .mat-sidenav.mat-drawer-opened{position:fixed}.sidenav-container ::ng-deep .mat-drawer-backdrop.mat-drawer-shown{background-color:transparent;position:fixed}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatSidenavModule }, { kind: "component", type: i1$2.MatSidenav, selector: "mat-sidenav", inputs: ["fixedInViewport", "fixedTopGap", "fixedBottomGap"], exportAs: ["matSidenav"] }, { kind: "component", type: i1$2.MatSidenavContainer, selector: "mat-sidenav-container", exportAs: ["matSidenavContainer"] }, { kind: "ngmodule", type: ButtonComponentModule }, { kind: "component", type:
|
|
2319
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: PanelComponent, isStandalone: true, selector: "tgo-code-panel", inputs: { heading: "heading", openPanel: "openPanel" }, outputs: { closeEvent: "closeEvent" }, viewQueries: [{ propertyName: "sidenav", first: true, predicate: ["sidenav"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<mat-sidenav-container class=\"sidenav-container\">\n <mat-sidenav #sidenav position=\"end\" (closedStart)=\"closeEvent.emit(true)\">\n <div class=\"container\">\n <div class=\"header\">\n <h2 class=\"heading\">{{ heading }}</h2>\n <ui-button\n [variant]=\"'icon-button'\"\n [iconName]=\"'Close'\"\n [tooltip]=\"'Close'\"\n (buttonClickEvent)=\"sidenav.close()\"\n class=\"themed-button\"\n ></ui-button>\n </div>\n <div>\n <ng-content></ng-content>\n </div>\n </div>\n </mat-sidenav>\n</mat-sidenav-container>\n", styles: [".container{display:flex;flex-direction:column;padding:24px 32px}.container .header{display:flex;justify-content:space-between;align-items:center;padding:16px 0}.container .heading{margin:0}.close-icon{fill:var(--icon-bg-color)}.sidenav-container{z-index:36}.sidenav-container mat-sidenav{width:100%;max-width:600px;background-color:var(--drawer-bg-color)!important}.sidenav-container mat-sidenav ::ng-deep .mat-drawer-inner-container .container{background-color:var(--drawer-bg-color)}.sidenav-container .mat-sidenav.mat-drawer-opened{position:fixed}.sidenav-container ::ng-deep .mat-drawer-backdrop.mat-drawer-shown{background-color:transparent;position:fixed}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatSidenavModule }, { kind: "component", type: i1$2.MatSidenav, selector: "mat-sidenav", inputs: ["fixedInViewport", "fixedTopGap", "fixedBottomGap"], exportAs: ["matSidenav"] }, { kind: "component", type: i1$2.MatSidenavContainer, selector: "mat-sidenav-container", exportAs: ["matSidenavContainer"] }, { kind: "ngmodule", type: ButtonComponentModule }, { kind: "component", type: i5$1.ButtonComponent, selector: "ui-button", inputs: ["size", "variant", "label", "iconPosition", "justIcon", "iconName", "disabled", "loading", "fullWidth", "url", "urlTarget", "value", "tooltip", "isPremium", "type", "companyColor", "buttonBadgeConfig", "applicationTheme", "disabledScaleOnClick", "ariaLabel", "ariaRequired", "ariaLabelledby", "ariaDescribedby", "preventDefault", "hasBackground", "tooltipPosition", "role", "iconFilled"], outputs: ["buttonClickEvent", "buttonHoverEvent"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2298
2320
|
}
|
|
2299
2321
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PanelComponent, decorators: [{
|
|
2300
2322
|
type: Component,
|
|
@@ -2367,7 +2389,7 @@ let ConfigurationsComponent = class ConfigurationsComponent {
|
|
|
2367
2389
|
return true;
|
|
2368
2390
|
}
|
|
2369
2391
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ConfigurationsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2370
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: ConfigurationsComponent, isStandalone: true, selector: "tgo-code-configurations", inputs: { translations: "translations", companyColor: "companyColor", applicationTheme: "applicationTheme" }, ngImport: i0, template: "<tgo-code-panel\n [openPanel]=\"configurationsPanelOpen$ | async\"\n [heading]=\"translations['HEADINGS']['CONFIGURATIONS']\"\n (closeEvent)=\"closeConfigPanel()\"\n>\n <form [formGroup]=\"configForm\" class=\"configs\">\n <div id=\"formatting\" *ngIf=\"formattingOptions\">\n <h3>{{ translations['HEADINGS']['FORMATTING'] }}</h3>\n <ng-container\n [ngTemplateOutlet]=\"config\"\n [ngTemplateOutletContext]=\"{ data: formattingOptions, inputType: 'dropdown' }\"\n ></ng-container>\n </div>\n <div id=\"codingAssistance\" *ngIf=\"codingAssistanceOptions\">\n <h3>{{ translations['HEADINGS']['CODING_ASSISTANCE'] }}</h3>\n <ng-container\n [ngTemplateOutlet]=\"config\"\n [ngTemplateOutletContext]=\"{\n data: codingAssistanceOptions,\n inputType: 'toggle'\n }\"\n ></ng-container>\n </div>\n <ng-template #config let-configData=\"data\" let-inputType=\"inputType\">\n <ng-container *ngIf=\"language$ | async as language\">\n <ng-container *ngFor=\"let row of configData | keyvalue\">\n <div\n class=\"config-row\"\n *ngIf=\"[language, row.key] | memoizeFunc: isValidRow\"\n [class.config-row-toggle]=\"inputType === 'toggle'\"\n >\n <p class=\"config-name\">{{ row.key }}</p>\n <ui-dropdown\n *ngIf=\"inputType === 'dropdown'\"\n class=\"config-dropdown\"\n [formControlName]=\"row.key\"\n [valueList]=\"row.value | memoizeFunc: getFormattedOptions\"\n [allowClear]=\"false\"\n [applicationTheme]=\"applicationTheme\"\n [showBottomContent]=\"false\"\n (change)=\"trackConfigChange(row.key)\"\n ></ui-dropdown>\n <ui-toggle\n *ngIf=\"inputType === 'toggle'\"\n [applicationTheme]=\"applicationTheme\"\n [formControlName]=\"row.key\"\n (toggle)=\"trackConfigChange(row.key)\"\n class=\"config-toggle\"\n [class.config-toggle-company-colored]=\"!!companyColor\"\n [style.--toggle-checked-color]=\"companyColor\"\n ></ui-toggle>\n </div>\n </ng-container>\n </ng-container>\n </ng-template>\n </form>\n</tgo-code-panel>\n", styles: [".configs{display:flex;flex-direction:column;color:var(--main-text-color)}.configs .config-row{display:flex;justify-content:space-between;align-items:center}.configs .config-row.config-row-toggle{margin-bottom:32px}.configs .config-row.config-row-toggle .config-name{margin:0;padding:0}.configs .config-row.config-row-toggle .config-toggle.config-toggle-company-colored ::ng-deep .toggle-container.active{background-color:var(--toggle-checked-color)}.configs .config-row .config-dropdown{width:100%;max-width:320px}@media screen and (max-width: 599px){.configs .config-row .config-dropdown{flex:0 0 55%}}.config-name,.config-dropdown{margin:.25em 0;padding-bottom:1.5em}:host ::ng-deep .mat-drawer-inner-container .container{background-color:var(--bg-mat-card)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "pipe", type: i1$1.KeyValuePipe, name: "keyvalue" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: DropdownComponentModule }, { kind: "component", type:
|
|
2392
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: ConfigurationsComponent, isStandalone: true, selector: "tgo-code-configurations", inputs: { translations: "translations", companyColor: "companyColor", applicationTheme: "applicationTheme" }, ngImport: i0, template: "<tgo-code-panel\n [openPanel]=\"configurationsPanelOpen$ | async\"\n [heading]=\"translations['HEADINGS']['CONFIGURATIONS']\"\n (closeEvent)=\"closeConfigPanel()\"\n>\n <form [formGroup]=\"configForm\" class=\"configs\">\n <div id=\"formatting\" *ngIf=\"formattingOptions\">\n <h3>{{ translations['HEADINGS']['FORMATTING'] }}</h3>\n <ng-container\n [ngTemplateOutlet]=\"config\"\n [ngTemplateOutletContext]=\"{ data: formattingOptions, inputType: 'dropdown' }\"\n ></ng-container>\n </div>\n <div id=\"codingAssistance\" *ngIf=\"codingAssistanceOptions\">\n <h3>{{ translations['HEADINGS']['CODING_ASSISTANCE'] }}</h3>\n <ng-container\n [ngTemplateOutlet]=\"config\"\n [ngTemplateOutletContext]=\"{\n data: codingAssistanceOptions,\n inputType: 'toggle'\n }\"\n ></ng-container>\n </div>\n <ng-template #config let-configData=\"data\" let-inputType=\"inputType\">\n <ng-container *ngIf=\"language$ | async as language\">\n <ng-container *ngFor=\"let row of configData | keyvalue\">\n <div\n class=\"config-row\"\n *ngIf=\"[language, row.key] | memoizeFunc: isValidRow\"\n [class.config-row-toggle]=\"inputType === 'toggle'\"\n >\n <p class=\"config-name\">{{ row.key }}</p>\n <ui-dropdown\n *ngIf=\"inputType === 'dropdown'\"\n class=\"config-dropdown\"\n [formControlName]=\"row.key\"\n [valueList]=\"row.value | memoizeFunc: getFormattedOptions\"\n [allowClear]=\"false\"\n [applicationTheme]=\"applicationTheme\"\n [showBottomContent]=\"false\"\n (change)=\"trackConfigChange(row.key)\"\n ></ui-dropdown>\n <ui-toggle\n *ngIf=\"inputType === 'toggle'\"\n [applicationTheme]=\"applicationTheme\"\n [formControlName]=\"row.key\"\n (toggle)=\"trackConfigChange(row.key)\"\n class=\"config-toggle\"\n [class.config-toggle-company-colored]=\"!!companyColor\"\n [style.--toggle-checked-color]=\"companyColor\"\n ></ui-toggle>\n </div>\n </ng-container>\n </ng-container>\n </ng-template>\n </form>\n</tgo-code-panel>\n", styles: [".configs{display:flex;flex-direction:column;color:var(--main-text-color)}.configs .config-row{display:flex;justify-content:space-between;align-items:center}.configs .config-row.config-row-toggle{margin-bottom:32px}.configs .config-row.config-row-toggle .config-name{margin:0;padding:0}.configs .config-row.config-row-toggle .config-toggle.config-toggle-company-colored ::ng-deep .toggle-container.active{background-color:var(--toggle-checked-color)}.configs .config-row .config-dropdown{width:100%;max-width:320px}@media screen and (max-width: 599px){.configs .config-row .config-dropdown{flex:0 0 55%}}.config-name,.config-dropdown{margin:.25em 0;padding-bottom:1.5em}:host ::ng-deep .mat-drawer-inner-container .container{background-color:var(--bg-mat-card)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "pipe", type: i1$1.KeyValuePipe, name: "keyvalue" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: DropdownComponentModule }, { kind: "component", type: i4$1.DropdownComponent, selector: "ui-dropdown", inputs: ["label", "labelIcon", "isAIVariant", "name", "placeholder", "id", "value", "errors", "disabled", "valueList", "allowClear", "allowMultipleSelection", "required", "showBottomContent", "applicationTheme", "hideBuiltInErrors", "hideLabelInErrors", "textField", "valueField", "hasError", "companyColor", "panelClass"], outputs: ["closed", "opened"] }, { kind: "ngmodule", type: ToggleComponentModule }, { kind: "component", type: i4$2.ToggleComponent, selector: "ui-toggle", inputs: ["selected", "disabled", "label", "message", "maxWidth", "applicationTheme", "ariaLabel", "ariaRequired", "preventClick", "loading", "ariaDescribedby"], outputs: ["toggle"] }, { kind: "pipe", type: MemoizeFuncPipe, name: "memoizeFunc" }, { kind: "component", type: PanelComponent, selector: "tgo-code-panel", inputs: ["heading", "openPanel"], outputs: ["closeEvent"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2371
2393
|
};
|
|
2372
2394
|
ConfigurationsComponent = __decorate([
|
|
2373
2395
|
UntilDestroy()
|
|
@@ -2402,7 +2424,7 @@ class TestCasesStatusComponent {
|
|
|
2402
2424
|
translations;
|
|
2403
2425
|
TestCaseStatus = TestCaseStatus;
|
|
2404
2426
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TestCasesStatusComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2405
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", type: TestCasesStatusComponent, isStandalone: true, selector: "tgo-test-cases-status", inputs: { status: "status", translations: "translations" }, ngImport: i0, template: "@switch (status) { @case (TestCaseStatus.Passed) {\n<div class=\"test-case-status test-case-status-passed\">\n <ui-icon-label class=\"label-icon\" [iconName]=\"'Check'\" [iconSize]=\"'16'\" [text]=\"translations['PASSED']\">\n </ui-icon-label>\n</div>\n} @case (TestCaseStatus.Error) {\n<div class=\"test-case-status test-case-status-error\">\n <ui-icon-label class=\"label-icon\" [iconName]=\"'Close'\" [iconSize]=\"'16'\" [text]=\"translations['ERROR']\">\n </ui-icon-label>\n</div>\n} @case (TestCaseStatus.Empty) {\n<div class=\"test-case-status test-case-status-empty\">\n <ui-icon-label class=\"label-icon\" [iconName]=\"'Help'\" [iconSize]=\"'16'\" [text]=\"translations['EMPTY']\">\n </ui-icon-label>\n</div>\n} }\n", styles: [":host{display:flex}.test-case-status{display:flex;align-items:center}.test-case-status-passed{color:var(--petrol-text-color)}.test-case-status-passed ::ng-deep mat-icon svg{color:var(--petrol-text-color)}.test-case-status-error{color:#cb7b7a}.test-case-status-error ::ng-deep mat-icon svg{color:#cb7b7a}.test-case-status-empty{color:var(--status-empty-color)}.test-case-status-empty ::ng-deep mat-icon svg{color:var(--status-empty-color)}.test-case-status .label-icon ::ng-deep mat-icon{font-size:16px;width:16px;height:16px;min-width:16px;min-height:16px;line-height:16px}\n"], dependencies: [{ kind: "ngmodule", type: IconLabelComponentModule }, { kind: "component", type:
|
|
2427
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", type: TestCasesStatusComponent, isStandalone: true, selector: "tgo-test-cases-status", inputs: { status: "status", translations: "translations" }, ngImport: i0, template: "@switch (status) { @case (TestCaseStatus.Passed) {\n<div class=\"test-case-status test-case-status-passed\">\n <ui-icon-label class=\"label-icon\" [iconName]=\"'Check'\" [iconSize]=\"'16'\" [text]=\"translations['PASSED']\">\n </ui-icon-label>\n</div>\n} @case (TestCaseStatus.Error) {\n<div class=\"test-case-status test-case-status-error\">\n <ui-icon-label class=\"label-icon\" [iconName]=\"'Close'\" [iconSize]=\"'16'\" [text]=\"translations['ERROR']\">\n </ui-icon-label>\n</div>\n} @case (TestCaseStatus.Empty) {\n<div class=\"test-case-status test-case-status-empty\">\n <ui-icon-label class=\"label-icon\" [iconName]=\"'Help'\" [iconSize]=\"'16'\" [text]=\"translations['EMPTY']\">\n </ui-icon-label>\n</div>\n} }\n", styles: [":host{display:flex}.test-case-status{display:flex;align-items:center}.test-case-status-passed{color:var(--petrol-text-color)}.test-case-status-passed ::ng-deep mat-icon svg{color:var(--petrol-text-color)}.test-case-status-error{color:#cb7b7a}.test-case-status-error ::ng-deep mat-icon svg{color:#cb7b7a}.test-case-status-empty{color:var(--status-empty-color)}.test-case-status-empty ::ng-deep mat-icon svg{color:var(--status-empty-color)}.test-case-status .label-icon ::ng-deep mat-icon{font-size:16px;width:16px;height:16px;min-width:16px;min-height:16px;line-height:16px}\n"], dependencies: [{ kind: "ngmodule", type: IconLabelComponentModule }, { kind: "component", type: i1$3.IconLabelComponent, selector: "ui-icon-label", inputs: ["iconSize", "iconName", "text", "iconColor", "iconIndent", "applicationTheme"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2406
2428
|
}
|
|
2407
2429
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TestCasesStatusComponent, decorators: [{
|
|
2408
2430
|
type: Component,
|
|
@@ -2497,7 +2519,7 @@ let TestCasesContentComponent = class TestCasesContentComponent {
|
|
|
2497
2519
|
});
|
|
2498
2520
|
}
|
|
2499
2521
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TestCasesContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2500
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", type: TestCasesContentComponent, isStandalone: true, selector: "tgo-test-cases-content", inputs: { testCase: "testCase", testCaseResult: "testCaseResult", areTestsRun: "areTestsRun", translations: "translations", applicationTheme: "applicationTheme", isSQL: "isSQL" }, outputs: { valueChange: "valueChange" }, usesOnChanges: true, ngImport: i0, template: "@if (testCase) {\n<div class=\"test-cases-content\" [class.test-cases-content-tests-run]=\"areTestsRun\">\n @if (areTestsRun && isCustomTestCase && (testCaseResult?.status | memoizeFunc: isEmptyTestCase)) {\n <div class=\"custom-tests-hint-container\">\n <p class=\"custom-tests-info\">{{ translations['BOTH_FIELDS_MUST_BE_FILLED'] }}</p>\n </div>\n } @if (!isCustomTestCase && !areTestsRun) {\n <p class=\"custom-tests-info custom-tests-info-indented\">\n {{ translations['EXAMPLE_TEST_CASE_INFO'] }}\n </p>\n } @if (isCustomTestCase && (!testCaseResult || (testCaseResult?.status | memoizeFunc: isEmptyTestCase))) {\n <p class=\"custom-tests-info custom-tests-info-indented\">\n {{ translations['FILL_ALL_FIELDS'] }}\n </p>\n } @if (testCaseResult && !(testCaseResult?.status | memoizeFunc: isEmptyTestCase)) {\n <div class=\"custom-tests-logs\">\n <div class=\"custom-tests-log-row\">\n <h4 class=\"custom-tests-log-header\">{{ translations['LOG'] }}</h4>\n <div class=\"custom-tests-log-content\">\n <tgo-truncated-text [text]=\"testCaseResult.logs\" class=\"custom-tests-info\"></tgo-truncated-text>\n </div>\n </div>\n @if (isSQL) {\n <div class=\"custom-tests-log-row custom-tests-log-row-cols\">\n <div class=\"custom-tests-log-col custom-tests-log-col-expected-query\">\n <div class=\"custom-tests-log-heading\">\n <h4 class=\"custom-tests-log-header\">{{ translations['EXPECTED_QUERY'] }}</h4>\n </div>\n <div class=\"custom-tests-log-content\">\n <tgo-truncated-text\n [text]=\"testCase.expectedOutput\"\n [isWordWrap]=\"true\"\n class=\"custom-tests-info\"\n ></tgo-truncated-text>\n </div>\n </div>\n <div class=\"custom-tests-log-col\">\n <div class=\"custom-tests-log-heading\">\n <h4 class=\"custom-tests-log-header\">{{ translations['QUERY_RESULT'] }}</h4>\n <tgo-test-cases-status\n [status]=\"testCaseResult.status\"\n [translations]=\"translations['STATUSES']\"\n ></tgo-test-cases-status>\n </div>\n <div class=\"custom-tests-log-content\">\n <tgo-truncated-text\n [text]=\"testCaseResult.actualOutput\"\n [isWordWrap]=\"true\"\n class=\"custom-tests-info\"\n ></tgo-truncated-text>\n </div>\n </div>\n </div>\n } @else {\n <div class=\"custom-tests-log-row\">\n <div class=\"custom-tests-log-heading\">\n <h4 class=\"custom-tests-log-header\">{{ translations['OUTPUT'] }}</h4>\n <tgo-test-cases-status\n [status]=\"testCaseResult.status\"\n [translations]=\"translations['STATUSES']\"\n ></tgo-test-cases-status>\n </div>\n <div class=\"custom-tests-log-content\">\n <tgo-truncated-text [text]=\"testCaseResult.actualOutput\" class=\"custom-tests-info\"></tgo-truncated-text>\n </div>\n </div>\n }\n </div>\n } @if (!isSQL) {\n <form [formGroup]=\"form\">\n <div class=\"custom-tests-inputs-container\">\n <ui-field\n class=\"custom-tests-input\"\n [label]=\"translations['INPUT']\"\n [type]=\"'multi-line'\"\n [disabled]=\"testCase.preloaded\"\n [maxRows]=\"3\"\n [applicationTheme]=\"applicationTheme\"\n formControlName=\"input\"\n ></ui-field>\n <ui-field\n class=\"custom-tests-input\"\n [label]=\"translations['EXPECTED_OUTPUT']\"\n [type]=\"'multi-line'\"\n [maxRows]=\"3\"\n [disabled]=\"testCase.preloaded\"\n [applicationTheme]=\"applicationTheme\"\n formControlName=\"expectedOutput\"\n ></ui-field>\n </div>\n </form>\n }\n</div>\n}\n", styles: [".test-cases-content{padding:16px;font-size:14px;font-weight:400}.test-cases-content-tests-run{padding-bottom:50px}@media screen and (min-width: 1600px){.test-cases-content{max-width:1300px}}.custom-tests-log-header,.custom-tests-info{margin:0;font-size:14px;font-weight:400}.custom-tests-log-heading{display:flex;justify-content:space-between;align-items:center;margin:0}.custom-tests-log-content{padding:4px 12px;margin:4px 0;background-color:var(--status-bg-color)}.custom-tests-log-row,.custom-tests-hint-container,.custom-tests-info-indented{margin-bottom:16px}.custom-tests-log-row-cols{display:flex;gap:16px}@media screen and (max-width: 599px){.custom-tests-log-row-cols{flex-direction:column}}@media screen and (min-width: 600px){.custom-tests-log-col{flex:1 1 50%;max-width:50%}}.custom-tests-log-col-expected-query{order:2}@media screen and (min-width: 600px){.custom-tests-log-col-expected-query{order:unset}}.custom-tests-hint-container{padding:12px 16px;background-color:#f0d6bb;border-radius:4px;color:#000}.custom-tests-inputs-container{display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (min-width: 600px){.custom-tests-inputs-container{gap:16px}.custom-tests-inputs-container .custom-tests-input{min-width:135px}}.custom-tests-input{flex:1;font-size:14px}::ng-deep .custom-tests-input.mat-focused .mat-form-field-outline-thick,::ng-deep .custom-tests-input.mat-focused .mat-form-field-label{color:var(--company-color, --petrol-text-color)!important}::ng-deep .custom-tests-input.mat-focused .mat-input-element{caret-color:var(--company-color, --petrol-text-color)!important}::ng-deep .custom-tests-input.mat-focused .mat-form-field-wrapper{padding-bottom:0}::ng-deep .custom-tests-input:hover .mat-form-field-outline-thick{color:var(--company-color, --petrol-text-color)!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: FieldComponentModule }, { kind: "component", type:
|
|
2522
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", type: TestCasesContentComponent, isStandalone: true, selector: "tgo-test-cases-content", inputs: { testCase: "testCase", testCaseResult: "testCaseResult", areTestsRun: "areTestsRun", translations: "translations", applicationTheme: "applicationTheme", isSQL: "isSQL" }, outputs: { valueChange: "valueChange" }, usesOnChanges: true, ngImport: i0, template: "@if (testCase) {\n<div class=\"test-cases-content\" [class.test-cases-content-tests-run]=\"areTestsRun\">\n @if (areTestsRun && isCustomTestCase && (testCaseResult?.status | memoizeFunc: isEmptyTestCase)) {\n <div class=\"custom-tests-hint-container\">\n <p class=\"custom-tests-info\">{{ translations['BOTH_FIELDS_MUST_BE_FILLED'] }}</p>\n </div>\n } @if (!isCustomTestCase && !areTestsRun) {\n <p class=\"custom-tests-info custom-tests-info-indented\">\n {{ translations['EXAMPLE_TEST_CASE_INFO'] }}\n </p>\n } @if (isCustomTestCase && (!testCaseResult || (testCaseResult?.status | memoizeFunc: isEmptyTestCase))) {\n <p class=\"custom-tests-info custom-tests-info-indented\">\n {{ translations['FILL_ALL_FIELDS'] }}\n </p>\n } @if (testCaseResult && !(testCaseResult?.status | memoizeFunc: isEmptyTestCase)) {\n <div class=\"custom-tests-logs\">\n <div class=\"custom-tests-log-row\">\n <h4 class=\"custom-tests-log-header\">{{ translations['LOG'] }}</h4>\n <div class=\"custom-tests-log-content\">\n <tgo-truncated-text [text]=\"testCaseResult.logs\" class=\"custom-tests-info\"></tgo-truncated-text>\n </div>\n </div>\n @if (isSQL) {\n <div class=\"custom-tests-log-row custom-tests-log-row-cols\">\n <div class=\"custom-tests-log-col custom-tests-log-col-expected-query\">\n <div class=\"custom-tests-log-heading\">\n <h4 class=\"custom-tests-log-header\">{{ translations['EXPECTED_QUERY'] }}</h4>\n </div>\n <div class=\"custom-tests-log-content\">\n <tgo-truncated-text\n [text]=\"testCase.expectedOutput\"\n [isWordWrap]=\"true\"\n class=\"custom-tests-info\"\n ></tgo-truncated-text>\n </div>\n </div>\n <div class=\"custom-tests-log-col\">\n <div class=\"custom-tests-log-heading\">\n <h4 class=\"custom-tests-log-header\">{{ translations['QUERY_RESULT'] }}</h4>\n <tgo-test-cases-status\n [status]=\"testCaseResult.status\"\n [translations]=\"translations['STATUSES']\"\n ></tgo-test-cases-status>\n </div>\n <div class=\"custom-tests-log-content\">\n <tgo-truncated-text\n [text]=\"testCaseResult.actualOutput\"\n [isWordWrap]=\"true\"\n class=\"custom-tests-info\"\n ></tgo-truncated-text>\n </div>\n </div>\n </div>\n } @else {\n <div class=\"custom-tests-log-row\">\n <div class=\"custom-tests-log-heading\">\n <h4 class=\"custom-tests-log-header\">{{ translations['OUTPUT'] }}</h4>\n <tgo-test-cases-status\n [status]=\"testCaseResult.status\"\n [translations]=\"translations['STATUSES']\"\n ></tgo-test-cases-status>\n </div>\n <div class=\"custom-tests-log-content\">\n <tgo-truncated-text [text]=\"testCaseResult.actualOutput\" class=\"custom-tests-info\"></tgo-truncated-text>\n </div>\n </div>\n }\n </div>\n } @if (!isSQL) {\n <form [formGroup]=\"form\">\n <div class=\"custom-tests-inputs-container\">\n <ui-field\n class=\"custom-tests-input\"\n [label]=\"translations['INPUT']\"\n [type]=\"'multi-line'\"\n [disabled]=\"testCase.preloaded\"\n [maxRows]=\"3\"\n [applicationTheme]=\"applicationTheme\"\n formControlName=\"input\"\n ></ui-field>\n <ui-field\n class=\"custom-tests-input\"\n [label]=\"translations['EXPECTED_OUTPUT']\"\n [type]=\"'multi-line'\"\n [maxRows]=\"3\"\n [disabled]=\"testCase.preloaded\"\n [applicationTheme]=\"applicationTheme\"\n formControlName=\"expectedOutput\"\n ></ui-field>\n </div>\n </form>\n }\n</div>\n}\n", styles: [".test-cases-content{padding:16px;font-size:14px;font-weight:400}.test-cases-content-tests-run{padding-bottom:50px}@media screen and (min-width: 1600px){.test-cases-content{max-width:1300px}}.custom-tests-log-header,.custom-tests-info{margin:0;font-size:14px;font-weight:400}.custom-tests-log-heading{display:flex;justify-content:space-between;align-items:center;margin:0}.custom-tests-log-content{padding:4px 12px;margin:4px 0;background-color:var(--status-bg-color)}.custom-tests-log-row,.custom-tests-hint-container,.custom-tests-info-indented{margin-bottom:16px}.custom-tests-log-row-cols{display:flex;gap:16px}@media screen and (max-width: 599px){.custom-tests-log-row-cols{flex-direction:column}}@media screen and (min-width: 600px){.custom-tests-log-col{flex:1 1 50%;max-width:50%}}.custom-tests-log-col-expected-query{order:2}@media screen and (min-width: 600px){.custom-tests-log-col-expected-query{order:unset}}.custom-tests-hint-container{padding:12px 16px;background-color:#f0d6bb;border-radius:4px;color:#000}.custom-tests-inputs-container{display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (min-width: 600px){.custom-tests-inputs-container{gap:16px}.custom-tests-inputs-container .custom-tests-input{min-width:135px}}.custom-tests-input{flex:1;font-size:14px}::ng-deep .custom-tests-input.mat-focused .mat-form-field-outline-thick,::ng-deep .custom-tests-input.mat-focused .mat-form-field-label{color:var(--company-color, --petrol-text-color)!important}::ng-deep .custom-tests-input.mat-focused .mat-input-element{caret-color:var(--company-color, --petrol-text-color)!important}::ng-deep .custom-tests-input.mat-focused .mat-form-field-wrapper{padding-bottom:0}::ng-deep .custom-tests-input:hover .mat-form-field-outline-thick{color:var(--company-color, --petrol-text-color)!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: FieldComponentModule }, { kind: "component", type: i2$3.FieldComponent, selector: "ui-field", inputs: ["fullWidth", "fullHeight", "label", "labelHtml", "labelIcon", "fieldName", "placeholder", "id", "value", "badgeVariant", "errors", "disabled", "required", "readOnly", "hintMessage", "type", "updateOnBlur", "allowOnlyDigits", "isAutocompleteOff", "allowNegative", "showBottomContent", "applicationTheme", "ariaLabel", "loading", "isValid", "maxCharacters", "trimOnBlur", "trimOnSubmit", "maxRows", "hasTextAreaCounter", "hideBuiltInErrors", "hideLabelInErrors", "max", "min", "textareaHeight", "borderless", "autosizableTextarea", "isAIVariant", "ariaLabelledby", "ariaDescribedby", "hasError"], outputs: ["validateEvent", "fieldBlur"] }, { kind: "pipe", type: MemoizeFuncPipe, name: "memoizeFunc" }, { kind: "component", type: TruncatedTextComponent, selector: "tgo-truncated-text", inputs: ["text", "maxChars", "isWordWrap"] }, { kind: "component", type: TestCasesStatusComponent, selector: "tgo-test-cases-status", inputs: ["status", "translations"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2501
2523
|
};
|
|
2502
2524
|
TestCasesContentComponent = __decorate([
|
|
2503
2525
|
UntilDestroy()
|
|
@@ -2663,7 +2685,7 @@ let TestCasesComponent = class TestCasesComponent {
|
|
|
2663
2685
|
this.isAddTestCasesDisabled = this.testCases.length - exampleTestCasesCount < this.maxTestCasesAllowed;
|
|
2664
2686
|
}
|
|
2665
2687
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TestCasesComponent, deps: [{ token: LibCodingTestService }, { token: i0.ChangeDetectorRef }, { token: TestCasesService }, { token: StorageCodingService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2666
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", type: TestCasesComponent, isStandalone: true, selector: "tgo-test-cases", inputs: { exampleTestCases: "exampleTestCases", apiTestCasesResult: "apiTestCasesResult", testCasesStatus: "testCasesStatus", testCases: "testCases", translations: "translations", areTestsRun: "areTestsRun", applicationTheme: "applicationTheme", canAddCustomTestCases: "canAddCustomTestCases", isSQL: "isSQL" }, viewQueries: [{ propertyName: "tabGroup", first: true, predicate: ["tabGroup"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"test-case-container\">\n <div\n id=\"test-cases\"\n class=\"test-case-tabs-wrapper\"\n [ngClass]=\"{\n 'test-case-tabs-wrapper-tests-run': areTestsRun,\n 'test-case-tabs-wrapper-mobile': isMobile,\n 'test-case-tabs-wrapper-hidden': isContentViewOpened\n }\"\n >\n @if (!isMobile) {\n <mat-tab-group\n #tabGroup\n class=\"test-cases-tabs\"\n [selectedIndex]=\"activeTestCaseIndex\"\n (selectedIndexChange)=\"setActiveTestCaseIndex($event)\"\n >\n @for (testCase of testCases; track testCase; let index = $index) {\n <mat-tab label=\"{{ testCase.name }}\">\n <ng-template mat-tab-label>\n <div class=\"tab-label-wrapper\">\n <ng-container\n [ngTemplateOutlet]=\"testCaseHeading\"\n [ngTemplateOutletContext]=\"{ testCase: testCase, index: index }\"\n ></ng-container>\n </div>\n </ng-template>\n </mat-tab>\n }\n </mat-tab-group>\n } @else {\n <div class=\"test-cases-tabs test-cases-tabs-mobile\">\n @for (testCase of testCases; track testCase; let index = $index) {\n <div class=\"tab-label-wrapper\" (click)=\"setActiveTestCaseIndex(index)\">\n <div class=\"test-case-name-status-wrapper\">\n <ng-container\n [ngTemplateOutlet]=\"testCaseHeading\"\n [ngTemplateOutletContext]=\"{ testCase: testCase, index: index }\"\n ></ng-container>\n </div>\n @if (isMobile) {\n <ui-icon [name]=\"'Arrow-chevron-right-filled'\" [size]=\"'24'\" class=\"themed-button\"></ui-icon>\n }\n </div>\n }\n </div>\n } @if (canAddCustomTestCases) {\n <ui-button\n class=\"add-test-case themed-button\"\n [variant]=\"'tertiary'\"\n [iconName]=\"'Plus'\"\n [iconPosition]=\"'left'\"\n [disabled]=\"!isAddTestCasesDisabled\"\n [fullWidth]=\"true\"\n [tooltip]=\"!isAddTestCasesDisabled ? translations['TOOLTIPS']['CANT_ADD_TEST_CASE'] : null\"\n [label]=\"\n translations['TEST_RESULTS']['TEST_CASES']['ADD_TEST_CASE'] +\n ' (' +\n (testCases?.length - exampleTestCases?.length) +\n '/' +\n maxTestCasesAllowed +\n ')'\n \"\n (buttonClickEvent)=\"addTestCase()\"\n >\n </ui-button>\n }\n </div>\n\n @if (!isMobile) {\n <div class=\"test-case-content-wrapper\">\n <ng-container [ngTemplateOutlet]=\"testCasesContentTpl\"></ng-container>\n </div>\n } @if (isMobile && isContentViewOpened) {\n <div class=\"test-case-content-wrapper-mobile\">\n <div class=\"test-case-mobile-name-wrapper\">\n <ui-button\n [variant]=\"'icon-button'\"\n [iconName]=\"'Arrow-chevron-left-filled'\"\n [tooltip]=\"''\"\n [size]=\"'small'\"\n (buttonClickEvent)=\"closeTestCaseMobileView()\"\n class=\"themed-button\"\n >\n </ui-button>\n <ng-container\n [ngTemplateOutlet]=\"testCaseHeading\"\n [ngTemplateOutletContext]=\"{\n testCase: testCases[activeTestCaseIndex],\n index: activeTestCaseIndex,\n hideStatus: true\n }\"\n ></ng-container>\n </div>\n <ng-container [ngTemplateOutlet]=\"testCasesContentTpl\"></ng-container>\n </div>\n }\n</div>\n\n<ng-template #testCaseHeading let-testCase=\"testCase\" let-index=\"index\" let-hideStatus=\"hideStatus\">\n <div class=\"tab-label\">\n @if (testCase.preloaded) {\n <ui-icon [name]=\"'Lock'\" class=\"preloaded-icon\"></ui-icon>\n }\n <span class=\"tab-label-value\">{{ testCase.name }}</span>\n </div>\n\n @if (!hideStatus && testCasesResult?.length) {\n <tgo-test-cases-status\n [status]=\"testCasesResult?.[index]?.status\"\n [translations]=\"translations['TEST_RESULTS']['TEST_CASES']['STATUSES']\"\n ></tgo-test-cases-status>\n } @if (!testCase.preloaded) {\n <ui-button\n [variant]=\"'icon-button'\"\n [iconName]=\"'Delete'\"\n [tooltip]=\"translations['TOOLTIPS']['DELETE_TEST_CASE'] || ''\"\n (buttonClickEvent)=\"removeTestCase(index)\"\n class=\"delete-test-case themed-button\"\n >\n </ui-button>\n }\n</ng-template>\n\n<ng-template #testCasesContentTpl>\n <tgo-test-cases-content\n [testCase]=\"testCases[activeTestCaseIndex]\"\n [testCaseResult]=\"testCasesResult?.[activeTestCaseIndex]\"\n [areTestsRun]=\"areTestsRun\"\n [translations]=\"translations['TEST_RESULTS']['TEST_CASES']\"\n [isSQL]=\"isSQL\"\n [applicationTheme]=\"applicationTheme\"\n (valueChange)=\"modifyTestCase(activeTestCaseIndex, $event)\"\n ></tgo-test-cases-content>\n</ng-template>\n", styles: [".bg-teal-60b{background:#1c443c}.bg-teal-30b{background:#31766a}.bg-teal-default{background:#46a997}.bg-teal-30w{background:#7ec3b6}.bg-teal-60w{background:#b5ddd5}.bg-teal-secondary{background:#cbd6cb}.bg-teal-90w{background:#ecf6f5}.bg-petrol-60b{background:#102930}.bg-petrol-30b{background:#1b4754}.bg-petrol-default{background:#276678}.bg-petrol-30w{background:#6894a0}.bg-petrol-60w{background:#a9c2c9}.bg-petrol-secondary{background:#c8d7de}.bg-petrol-90w{background:#e9f0f1}.bg-error-60b{background:#513131}.bg-error-30b{background:#8e5655}.bg-error-60w{background:#e3c3c6}.bg-error-secondary{background:#f0dad9}.bg-error-default{background:#cb7b7a}.bg-warning-secondary{background:#f0d6bb}.bg-warning-default{background:#cca45f}.bg-black{background:#000}.bg-dark{background:#888}.bg-medium{background:#e0e0e0}.bg-grey{background:#ededed}.bg-light{background:#f6f6f6}.bg-white{background:#fff}.bg-box-shadow{background:#00000014}.bg-navigation-subtitle{background:#528593}.bgc-teal-60b{background-color:#1c443c}.bgc-teal-30b{background-color:#31766a}.bgc-teal-default{background-color:#46a997}.bgc-teal-30w{background-color:#7ec3b6}.bgc-teal-60w{background-color:#b5ddd5}.bgc-teal-secondary{background-color:#cbd6cb}.bgc-teal-90w{background-color:#ecf6f5}.bgc-petrol-60b{background-color:#102930}.bgc-petrol-30b{background-color:#1b4754}.bgc-petrol-default{background-color:#276678}.bgc-petrol-30w{background-color:#6894a0}.bgc-petrol-60w{background-color:#a9c2c9}.bgc-petrol-secondary{background-color:#c8d7de}.bgc-petrol-90w{background-color:#e9f0f1}.bgc-error-60b{background-color:#513131}.bgc-error-30b{background-color:#8e5655}.bgc-error-60w{background-color:#e3c3c6}.bgc-error-secondary{background-color:#f0dad9}.bgc-error-default{background-color:#cb7b7a}.bgc-warning-secondary{background-color:#f0d6bb}.bgc-warning-default{background-color:#cca45f}.bgc-black{background-color:#000}.bgc-dark{background-color:#888}.bgc-medium{background-color:#e0e0e0}.bgc-grey{background-color:#ededed}.bgc-light{background-color:#f6f6f6}.bgc-white{background-color:#fff}.bgc-box-shadow{background-color:#00000014}.bgc-navigation-subtitle{background-color:#528593}.test-case-container{display:flex;height:100%}.test-case-container .test-case-tabs-wrapper{display:flex;flex-direction:column;position:relative;overflow-y:auto;border-right:1px solid var(--border-bg-color);height:100%;min-width:230px}@media screen and (min-width: 1600px){.test-case-container .test-case-tabs-wrapper{max-width:300px}}.test-case-container .test-case-tabs-wrapper-mobile{flex:1}.test-case-container .test-case-tabs-wrapper-mobile.test-case-tabs-wrapper-hidden{display:none}.test-case-container .test-case-tabs-wrapper:not(.test-case-container .test-case-tabs-wrapper-mobile) ::ng-deep .mat-mdc-tab .mdc-tab-indicator{width:3px}.test-case-container .test-case-tabs-wrapper:not(.test-case-container .test-case-tabs-wrapper-mobile) ::ng-deep .mat-mdc-tab .mdc-tab-indicator .mdc-tab-indicator__content{border-left:3px solid transparent;height:100%}.test-case-container .test-case-tabs-wrapper:not(.test-case-container .test-case-tabs-wrapper-mobile) ::ng-deep .mat-mdc-tab:hover .delete-test-case{display:block}.test-case-container .test-case-tabs-wrapper:not(.test-case-container .test-case-tabs-wrapper-mobile) ::ng-deep .mat-mdc-tab.mdc-tab--active .tab-label-value{font-weight:600}.test-case-container .test-case-tabs-wrapper:not(.test-case-container .test-case-tabs-wrapper-mobile) ::ng-deep .mat-mdc-tab.mdc-tab--active .mdc-tab-indicator__content{border-left-color:var(--company-color, #D410AA)}.test-case-container .test-case-tabs-wrapper .test-cases-tabs{flex-direction:row;flex-grow:1}.test-case-container .test-case-tabs-wrapper .test-cases-tabs ::ng-deep .mdc-tab__content{justify-content:flex-start;padding:14px 16px;width:100%}.test-case-container .test-case-tabs-wrapper .test-cases-tabs ::ng-deep .mdc-tab__content .mdc-tab__text-label{flex-grow:1}.test-case-container .test-case-tabs-wrapper .test-cases-tabs ::ng-deep .mdc-tab__content .tab-label-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.test-case-container .test-case-tabs-wrapper .test-cases-tabs ::ng-deep .mat-mdc-tab-labels{flex-direction:column}.test-case-container .test-case-tabs-wrapper .test-cases-tabs ::ng-deep .mat-mdc-tab-header{width:100%;border-bottom:none}.test-case-container .test-case-tabs-wrapper .test-cases-tabs ::ng-deep .mdc-tab{height:48px;padding:0;border-bottom:1px solid var(--border-bg-color);color:var(--secondary-text-color)}.test-case-container .test-case-tabs-wrapper .test-cases-tabs ::ng-deep .mdc-tab__text-label{width:100%}.test-case-container .test-case-tabs-wrapper .test-cases-tabs.mat-mdc-tab-group.mat-primary ::ng-deep .mat-ink-bar{background-color:transparent}.test-case-container .test-case-tabs-wrapper .test-cases-tabs-mobile .test-case-name-status-wrapper{display:flex;justify-content:space-between;flex:1}.test-case-container .test-case-tabs-wrapper .test-cases-tabs-mobile .tab-label-wrapper{display:flex;padding:14px 16px;cursor:pointer;border-bottom:1px solid var(--border-bg-color)}.test-case-container .test-case-tabs-wrapper .add-test-case{position:sticky;bottom:0;left:0;right:0;border-top:1px solid var(--border-bg-color);border-radius:0;z-index:1}.test-case-container .test-case-tabs-wrapper .add-test-case ::ng-deep mat-icon{color:var(--company-color, #D410AA)}.test-case-container .test-case-tabs-wrapper .add-test-case ::ng-deep .mdc-button{justify-content:flex-start;background-color:var(--bg-mat-card)}.test-case-container .test-case-tabs-wrapper .add-test-case ::ng-deep .mdc-button:disabled{opacity:1}.test-case-container .test-case-tabs-wrapper .add-test-case ::ng-deep .mdc-button:disabled .mdc-button__label{opacity:.75}.test-case-container .test-case-tabs-wrapper .add-test-case ::ng-deep .mdc-button span{color:var(--company-theme-specific-color, #D410AA)!important}.test-case-container .delete-test-case{display:none;position:absolute;right:16px;cursor:pointer}.test-case-container .delete-test-case ::ng-deep .icon-button:not(:hover){background-color:var(--bg-mat-card)!important}.test-case-container .delete-test-case ::ng-deep svg{color:var(--icon-bg-color)}.test-case-container ::ng-deep .mat-tab-label.cdk-program-focused .delete-test-case svg rect{fill:#484c4d00}.test-case-container .test-case-content-wrapper{flex-grow:1;overflow-y:auto}.test-case-container .preloaded-icon{margin-right:4px}.test-case-container .preloaded-icon ::ng-deep mat-icon svg{color:var(--icon-secondary-bg-color)}.test-case-container .tab-label{display:flex;align-items:center;color:var(--main-text-color)}.test-case-container .chevron-icon{margin-left:8px}.test-case-container .test-case-content-wrapper-mobile{overflow:auto}.test-case-container .test-case-mobile-name-wrapper{display:flex;position:relative;padding:14px 16px 0}.test-case-container .test-case-mobile-name-wrapper .chevron-icon{margin:0 4px 0 0}.test-case-container .test-case-mobile-name-wrapper .delete-test-case{display:block}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: MatTabsModule }, { kind: "directive", type: i5.MatTabLabel, selector: "[mat-tab-label], [matTabLabel]" }, { kind: "component", type: i5.MatTab, selector: "mat-tab", inputs: ["disabled", "label", "aria-label", "aria-labelledby", "labelClass", "bodyClass", "id"], exportAs: ["matTab"] }, { kind: "component", type: i5.MatTabGroup, selector: "mat-tab-group", inputs: ["color", "fitInkBarToContent", "mat-stretch-tabs", "mat-align-tabs", "dynamicHeight", "selectedIndex", "headerPosition", "animationDuration", "contentTabIndex", "disablePagination", "disableRipple", "preserveContent", "backgroundColor", "aria-label", "aria-labelledby"], outputs: ["selectedIndexChange", "focusChange", "animationDone", "selectedTabChange"], exportAs: ["matTabGroup"] }, { kind: "ngmodule", type: IconComponentModule }, { kind: "component", type: i3.IconComponent, selector: "ui-icon", inputs: ["size", "cssClass", "name", "color", "filled", "toggleIconStyle", "applicationTheme", "useFullIconName"] }, { kind: "ngmodule", type: ButtonComponentModule }, { kind: "component", type: i3.ButtonComponent, selector: "ui-button", inputs: ["size", "variant", "label", "iconPosition", "justIcon", "iconName", "disabled", "loading", "fullWidth", "url", "urlTarget", "value", "tooltip", "isPremium", "type", "companyColor", "buttonBadgeConfig", "applicationTheme", "disabledScaleOnClick", "ariaLabel", "ariaRequired", "ariaLabelledby", "ariaDescribedby", "preventDefault", "hasBackground", "tooltipPosition", "role", "iconFilled"], outputs: ["buttonClickEvent", "buttonHoverEvent"] }, { kind: "component", type: TestCasesStatusComponent, selector: "tgo-test-cases-status", inputs: ["status", "translations"] }, { kind: "component", type: TestCasesContentComponent, selector: "tgo-test-cases-content", inputs: ["testCase", "testCaseResult", "areTestsRun", "translations", "applicationTheme", "isSQL"], outputs: ["valueChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2688
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", type: TestCasesComponent, isStandalone: true, selector: "tgo-test-cases", inputs: { exampleTestCases: "exampleTestCases", apiTestCasesResult: "apiTestCasesResult", testCasesStatus: "testCasesStatus", testCases: "testCases", translations: "translations", areTestsRun: "areTestsRun", applicationTheme: "applicationTheme", canAddCustomTestCases: "canAddCustomTestCases", isSQL: "isSQL" }, viewQueries: [{ propertyName: "tabGroup", first: true, predicate: ["tabGroup"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"test-case-container\">\n <div\n id=\"test-cases\"\n class=\"test-case-tabs-wrapper\"\n [ngClass]=\"{\n 'test-case-tabs-wrapper-tests-run': areTestsRun,\n 'test-case-tabs-wrapper-mobile': isMobile,\n 'test-case-tabs-wrapper-hidden': isContentViewOpened\n }\"\n >\n @if (!isMobile) {\n <mat-tab-group\n #tabGroup\n class=\"test-cases-tabs\"\n [selectedIndex]=\"activeTestCaseIndex\"\n (selectedIndexChange)=\"setActiveTestCaseIndex($event)\"\n >\n @for (testCase of testCases; track testCase; let index = $index) {\n <mat-tab label=\"{{ testCase.name }}\">\n <ng-template mat-tab-label>\n <div class=\"tab-label-wrapper\">\n <ng-container\n [ngTemplateOutlet]=\"testCaseHeading\"\n [ngTemplateOutletContext]=\"{ testCase: testCase, index: index }\"\n ></ng-container>\n </div>\n </ng-template>\n </mat-tab>\n }\n </mat-tab-group>\n } @else {\n <div class=\"test-cases-tabs test-cases-tabs-mobile\">\n @for (testCase of testCases; track testCase; let index = $index) {\n <div class=\"tab-label-wrapper\" (click)=\"setActiveTestCaseIndex(index)\">\n <div class=\"test-case-name-status-wrapper\">\n <ng-container\n [ngTemplateOutlet]=\"testCaseHeading\"\n [ngTemplateOutletContext]=\"{ testCase: testCase, index: index }\"\n ></ng-container>\n </div>\n @if (isMobile) {\n <ui-icon [name]=\"'Arrow-chevron-right-filled'\" [size]=\"'24'\" class=\"themed-button\"></ui-icon>\n }\n </div>\n }\n </div>\n } @if (canAddCustomTestCases) {\n <ui-button\n class=\"add-test-case themed-button\"\n [variant]=\"'tertiary'\"\n [iconName]=\"'Plus'\"\n [iconPosition]=\"'left'\"\n [disabled]=\"!isAddTestCasesDisabled\"\n [fullWidth]=\"true\"\n [tooltip]=\"!isAddTestCasesDisabled ? translations['TOOLTIPS']['CANT_ADD_TEST_CASE'] : null\"\n [label]=\"\n translations['TEST_RESULTS']['TEST_CASES']['ADD_TEST_CASE'] +\n ' (' +\n (testCases?.length - exampleTestCases?.length) +\n '/' +\n maxTestCasesAllowed +\n ')'\n \"\n (buttonClickEvent)=\"addTestCase()\"\n >\n </ui-button>\n }\n </div>\n\n @if (!isMobile) {\n <div class=\"test-case-content-wrapper\">\n <ng-container [ngTemplateOutlet]=\"testCasesContentTpl\"></ng-container>\n </div>\n } @if (isMobile && isContentViewOpened) {\n <div class=\"test-case-content-wrapper-mobile\">\n <div class=\"test-case-mobile-name-wrapper\">\n <ui-button\n [variant]=\"'icon-button'\"\n [iconName]=\"'Arrow-chevron-left-filled'\"\n [tooltip]=\"''\"\n [size]=\"'small'\"\n (buttonClickEvent)=\"closeTestCaseMobileView()\"\n class=\"themed-button\"\n >\n </ui-button>\n <ng-container\n [ngTemplateOutlet]=\"testCaseHeading\"\n [ngTemplateOutletContext]=\"{\n testCase: testCases[activeTestCaseIndex],\n index: activeTestCaseIndex,\n hideStatus: true\n }\"\n ></ng-container>\n </div>\n <ng-container [ngTemplateOutlet]=\"testCasesContentTpl\"></ng-container>\n </div>\n }\n</div>\n\n<ng-template #testCaseHeading let-testCase=\"testCase\" let-index=\"index\" let-hideStatus=\"hideStatus\">\n <div class=\"tab-label\">\n @if (testCase.preloaded) {\n <ui-icon [name]=\"'Lock'\" class=\"preloaded-icon\"></ui-icon>\n }\n <span class=\"tab-label-value\">{{ testCase.name }}</span>\n </div>\n\n @if (!hideStatus && testCasesResult?.length) {\n <tgo-test-cases-status\n [status]=\"testCasesResult?.[index]?.status\"\n [translations]=\"translations['TEST_RESULTS']['TEST_CASES']['STATUSES']\"\n ></tgo-test-cases-status>\n } @if (!testCase.preloaded) {\n <ui-button\n [variant]=\"'icon-button'\"\n [iconName]=\"'Delete'\"\n [tooltip]=\"translations['TOOLTIPS']['DELETE_TEST_CASE'] || ''\"\n (buttonClickEvent)=\"removeTestCase(index)\"\n class=\"delete-test-case themed-button\"\n >\n </ui-button>\n }\n</ng-template>\n\n<ng-template #testCasesContentTpl>\n <tgo-test-cases-content\n [testCase]=\"testCases[activeTestCaseIndex]\"\n [testCaseResult]=\"testCasesResult?.[activeTestCaseIndex]\"\n [areTestsRun]=\"areTestsRun\"\n [translations]=\"translations['TEST_RESULTS']['TEST_CASES']\"\n [isSQL]=\"isSQL\"\n [applicationTheme]=\"applicationTheme\"\n (valueChange)=\"modifyTestCase(activeTestCaseIndex, $event)\"\n ></tgo-test-cases-content>\n</ng-template>\n", styles: [".bg-teal-60b{background:#1c443c}.bg-teal-30b{background:#31766a}.bg-teal-default{background:#46a997}.bg-teal-30w{background:#7ec3b6}.bg-teal-60w{background:#b5ddd5}.bg-teal-secondary{background:#cbd6cb}.bg-teal-90w{background:#ecf6f5}.bg-petrol-60b{background:#102930}.bg-petrol-30b{background:#1b4754}.bg-petrol-default{background:#276678}.bg-petrol-30w{background:#6894a0}.bg-petrol-60w{background:#a9c2c9}.bg-petrol-secondary{background:#c8d7de}.bg-petrol-90w{background:#e9f0f1}.bg-error-60b{background:#513131}.bg-error-30b{background:#8e5655}.bg-error-60w{background:#e3c3c6}.bg-error-secondary{background:#f0dad9}.bg-error-default{background:#cb7b7a}.bg-warning-secondary{background:#f0d6bb}.bg-warning-default{background:#cca45f}.bg-black{background:#000}.bg-dark{background:#888}.bg-medium{background:#e0e0e0}.bg-grey{background:#ededed}.bg-light{background:#f6f6f6}.bg-white{background:#fff}.bg-box-shadow{background:#00000014}.bg-navigation-subtitle{background:#528593}.bgc-teal-60b{background-color:#1c443c}.bgc-teal-30b{background-color:#31766a}.bgc-teal-default{background-color:#46a997}.bgc-teal-30w{background-color:#7ec3b6}.bgc-teal-60w{background-color:#b5ddd5}.bgc-teal-secondary{background-color:#cbd6cb}.bgc-teal-90w{background-color:#ecf6f5}.bgc-petrol-60b{background-color:#102930}.bgc-petrol-30b{background-color:#1b4754}.bgc-petrol-default{background-color:#276678}.bgc-petrol-30w{background-color:#6894a0}.bgc-petrol-60w{background-color:#a9c2c9}.bgc-petrol-secondary{background-color:#c8d7de}.bgc-petrol-90w{background-color:#e9f0f1}.bgc-error-60b{background-color:#513131}.bgc-error-30b{background-color:#8e5655}.bgc-error-60w{background-color:#e3c3c6}.bgc-error-secondary{background-color:#f0dad9}.bgc-error-default{background-color:#cb7b7a}.bgc-warning-secondary{background-color:#f0d6bb}.bgc-warning-default{background-color:#cca45f}.bgc-black{background-color:#000}.bgc-dark{background-color:#888}.bgc-medium{background-color:#e0e0e0}.bgc-grey{background-color:#ededed}.bgc-light{background-color:#f6f6f6}.bgc-white{background-color:#fff}.bgc-box-shadow{background-color:#00000014}.bgc-navigation-subtitle{background-color:#528593}.test-case-container{display:flex;height:100%}.test-case-container .test-case-tabs-wrapper{display:flex;flex-direction:column;position:relative;overflow-y:auto;border-right:1px solid var(--border-bg-color);height:100%;min-width:230px}@media screen and (min-width: 1600px){.test-case-container .test-case-tabs-wrapper{max-width:300px}}.test-case-container .test-case-tabs-wrapper-mobile{flex:1}.test-case-container .test-case-tabs-wrapper-mobile.test-case-tabs-wrapper-hidden{display:none}.test-case-container .test-case-tabs-wrapper:not(.test-case-container .test-case-tabs-wrapper-mobile) ::ng-deep .mat-mdc-tab .mdc-tab-indicator{width:3px}.test-case-container .test-case-tabs-wrapper:not(.test-case-container .test-case-tabs-wrapper-mobile) ::ng-deep .mat-mdc-tab .mdc-tab-indicator .mdc-tab-indicator__content{border-left:3px solid transparent;height:100%}.test-case-container .test-case-tabs-wrapper:not(.test-case-container .test-case-tabs-wrapper-mobile) ::ng-deep .mat-mdc-tab:hover .delete-test-case{display:block}.test-case-container .test-case-tabs-wrapper:not(.test-case-container .test-case-tabs-wrapper-mobile) ::ng-deep .mat-mdc-tab.mdc-tab--active .tab-label-value{font-weight:600}.test-case-container .test-case-tabs-wrapper:not(.test-case-container .test-case-tabs-wrapper-mobile) ::ng-deep .mat-mdc-tab.mdc-tab--active .mdc-tab-indicator__content{border-left-color:var(--company-color, #D410AA)}.test-case-container .test-case-tabs-wrapper .test-cases-tabs{flex-direction:row;flex-grow:1}.test-case-container .test-case-tabs-wrapper .test-cases-tabs ::ng-deep .mdc-tab__content{justify-content:flex-start;padding:14px 16px;width:100%}.test-case-container .test-case-tabs-wrapper .test-cases-tabs ::ng-deep .mdc-tab__content .mdc-tab__text-label{flex-grow:1}.test-case-container .test-case-tabs-wrapper .test-cases-tabs ::ng-deep .mdc-tab__content .tab-label-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.test-case-container .test-case-tabs-wrapper .test-cases-tabs ::ng-deep .mat-mdc-tab-labels{flex-direction:column}.test-case-container .test-case-tabs-wrapper .test-cases-tabs ::ng-deep .mat-mdc-tab-header{width:100%;border-bottom:none}.test-case-container .test-case-tabs-wrapper .test-cases-tabs ::ng-deep .mdc-tab{height:48px;padding:0;border-bottom:1px solid var(--border-bg-color);color:var(--secondary-text-color)}.test-case-container .test-case-tabs-wrapper .test-cases-tabs ::ng-deep .mdc-tab__text-label{width:100%}.test-case-container .test-case-tabs-wrapper .test-cases-tabs.mat-mdc-tab-group.mat-primary ::ng-deep .mat-ink-bar{background-color:transparent}.test-case-container .test-case-tabs-wrapper .test-cases-tabs-mobile .test-case-name-status-wrapper{display:flex;justify-content:space-between;flex:1}.test-case-container .test-case-tabs-wrapper .test-cases-tabs-mobile .tab-label-wrapper{display:flex;padding:14px 16px;cursor:pointer;border-bottom:1px solid var(--border-bg-color)}.test-case-container .test-case-tabs-wrapper .add-test-case{position:sticky;bottom:0;left:0;right:0;border-top:1px solid var(--border-bg-color);border-radius:0;z-index:1}.test-case-container .test-case-tabs-wrapper .add-test-case ::ng-deep mat-icon{color:var(--company-color, #D410AA)}.test-case-container .test-case-tabs-wrapper .add-test-case ::ng-deep .mdc-button{justify-content:flex-start;background-color:var(--bg-mat-card)}.test-case-container .test-case-tabs-wrapper .add-test-case ::ng-deep .mdc-button:disabled{opacity:1}.test-case-container .test-case-tabs-wrapper .add-test-case ::ng-deep .mdc-button:disabled .mdc-button__label{opacity:.75}.test-case-container .test-case-tabs-wrapper .add-test-case ::ng-deep .mdc-button span{color:var(--company-theme-specific-color, #D410AA)!important}.test-case-container .delete-test-case{display:none;position:absolute;right:16px;cursor:pointer}.test-case-container .delete-test-case ::ng-deep .icon-button:not(:hover){background-color:var(--bg-mat-card)!important}.test-case-container .delete-test-case ::ng-deep svg{color:var(--icon-bg-color)}.test-case-container ::ng-deep .mat-tab-label.cdk-program-focused .delete-test-case svg rect{fill:#484c4d00}.test-case-container .test-case-content-wrapper{flex-grow:1;overflow-y:auto}.test-case-container .preloaded-icon{margin-right:4px}.test-case-container .preloaded-icon ::ng-deep mat-icon svg{color:var(--icon-secondary-bg-color)}.test-case-container .tab-label{display:flex;align-items:center;color:var(--main-text-color)}.test-case-container .chevron-icon{margin-left:8px}.test-case-container .test-case-content-wrapper-mobile{overflow:auto}.test-case-container .test-case-mobile-name-wrapper{display:flex;position:relative;padding:14px 16px 0}.test-case-container .test-case-mobile-name-wrapper .chevron-icon{margin:0 4px 0 0}.test-case-container .test-case-mobile-name-wrapper .delete-test-case{display:block}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: MatTabsModule }, { kind: "directive", type: i5$2.MatTabLabel, selector: "[mat-tab-label], [matTabLabel]" }, { kind: "component", type: i5$2.MatTab, selector: "mat-tab", inputs: ["disabled", "label", "aria-label", "aria-labelledby", "labelClass", "bodyClass", "id"], exportAs: ["matTab"] }, { kind: "component", type: i5$2.MatTabGroup, selector: "mat-tab-group", inputs: ["color", "fitInkBarToContent", "mat-stretch-tabs", "mat-align-tabs", "dynamicHeight", "selectedIndex", "headerPosition", "animationDuration", "contentTabIndex", "disablePagination", "disableRipple", "preserveContent", "backgroundColor", "aria-label", "aria-labelledby"], outputs: ["selectedIndexChange", "focusChange", "animationDone", "selectedTabChange"], exportAs: ["matTabGroup"] }, { kind: "ngmodule", type: IconComponentModule }, { kind: "component", type: i4.IconComponent, selector: "ui-icon", inputs: ["size", "cssClass", "name", "color", "filled", "toggleIconStyle", "applicationTheme", "useFullIconName"] }, { kind: "ngmodule", type: ButtonComponentModule }, { kind: "component", type: i5$1.ButtonComponent, selector: "ui-button", inputs: ["size", "variant", "label", "iconPosition", "justIcon", "iconName", "disabled", "loading", "fullWidth", "url", "urlTarget", "value", "tooltip", "isPremium", "type", "companyColor", "buttonBadgeConfig", "applicationTheme", "disabledScaleOnClick", "ariaLabel", "ariaRequired", "ariaLabelledby", "ariaDescribedby", "preventDefault", "hasBackground", "tooltipPosition", "role", "iconFilled"], outputs: ["buttonClickEvent", "buttonHoverEvent"] }, { kind: "component", type: TestCasesStatusComponent, selector: "tgo-test-cases-status", inputs: ["status", "translations"] }, { kind: "component", type: TestCasesContentComponent, selector: "tgo-test-cases-content", inputs: ["testCase", "testCaseResult", "areTestsRun", "translations", "applicationTheme", "isSQL"], outputs: ["valueChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2667
2689
|
};
|
|
2668
2690
|
TestCasesComponent = __decorate([
|
|
2669
2691
|
UntilDestroy(),
|
|
@@ -2759,7 +2781,7 @@ let TestResultsComponent = class TestResultsComponent {
|
|
|
2759
2781
|
});
|
|
2760
2782
|
}
|
|
2761
2783
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TestResultsComponent, deps: [{ token: LibCodingTestService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
2762
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", type: TestResultsComponent, isStandalone: true, selector: "tgo-code-test-results", inputs: { companyColor: "companyColor", testCasesStatus: "testCasesStatus", loading: "loading", runTestResponse: "runTestResponse", translations: "translations", isLAT: "isLAT", isSQL: "isSQL", exampleTestCases: "exampleTestCases", canChangeProgrammingLang: "canChangeProgrammingLang", showTestCases: "showTestCases", canAddCustomTestCases: "canAddCustomTestCases", applicationTheme: "applicationTheme" }, outputs: { runTestClick: "runTestClick" }, ngImport: i0, template: "<div class=\"test-output\" [class.test-output-lat]=\"isLAT\">\n <div>\n <div class=\"barra\">\n <h3 class=\"barra-title\">{{ translations['HEADINGS']['TESTS'] }}</h3>\n <ui-button\n [size]=\"'small'\"\n [variant]=\"'primary'\"\n [label]=\"translations['TEST_RESULTS']['RUN_TESTS']\"\n [iconPosition]=\"'left'\"\n [iconName]=\"'Play-filled'\"\n [companyColor]=\"companyColor ? companyColor : '#46a997'\"\n [disabled]=\"this.loading || (disableRun$ | async)\"\n (buttonClickEvent)=\"runTest()\"\n class=\"run-test-btn\"\n ></ui-button>\n </div>\n @if (showTestCases && loading) {\n <ui-progress-bar [mode]=\"'query'\" class=\"progress-bar\"></ui-progress-bar>\n }\n </div>\n @if (!showTestCases) {\n <div class=\"html\">\n @if (!this.loading) { @if (runTestResponse.length !== 0) {\n <div>\n <!-- todo: remove legacy non-testcase view after sunsetting of the old flow -->\n @if (isSQL) {\n <div class=\"response-message\">\n <span>{{ runTestResponse[0]['response_msg'] }}</span>\n </div>\n @for (returnTest of runTestResponse; track trackByFunction($index, returnTest); let isLast = $last) {\n <div class=\"test-case-block\">\n @if (returnTest.content) {\n <div class=\"test-validation\">\n <span class=\"title\">{{ translations['TEST_RESULTS']['TEST_CASES']['TEST_VALIDATION'] }}</span>\n <span class=\"result\">{{ returnTest.content }}</span>\n </div>\n }\n <div class=\"sql-stdout\" [class.no-border]=\"isLast\">\n <span class=\"title\">{{ translations['TEST_RESULTS']['TEST_CASES']['RESULT'] }}</span>\n <span\n [ngClass]=\"{\n result: true,\n passed: returnTest.test_result === 'OK',\n error: returnTest.test_result !== 'OK' || returnTest.stderr\n }\"\n >{{ returnTest.stderr ? returnTest.stderr : returnTest.stdout[0] }}</span\n >\n @if (returnTest.test_result === 'OK') {\n <span class=\"result passed\">OK</span>\n } @else {\n <span class=\"title error\">{{ translations['TEST_RESULTS']['TEST_CASES']['EXPECTED'] }}</span>\n <span class=\"result\">{{ returnTest.test_result }}</span>\n }\n </div>\n </div>\n } } @else { @for (returnTest of runTestResponse; track returnTest) {\n <div>\n <span>{{ returnTest['response_msg'] }}</span>\n <br />\n <span>{{ returnTest['stderr'] }}</span>\n <br />\n @for (item of returnTest['stdout']; track item; let j = $index) {\n <div class=\"stdout\">\n @if (item?.includes('@@')) {\n <span class=\"result\">{{ item.replace('@@', '').replace('@@', '').trim() }}</span>\n } @if (item?.includes('##')) {\n <span class=\"passed\">{{ item.replace('##', '').replace('##', '').trim() }}</span>\n } @if (item?.includes('$$')) {\n <span class=\"error\">{{ item.replace('$$', '').replace('$$', '').trim() }}</span>\n } @if (!item?.includes('~~') && !item?.includes('@@') && !item?.includes('##') && !item?.includes('$$')) {\n <span class=\"info\">{{ item?.trim() }}</span>\n }\n </div>\n }\n <br />\n </div>\n } }\n </div>\n } @else {\n <span>\n {{\n this.loading ? translations['TEST_RESULTS']['TESTS_RUNNING'] : translations['TEST_RESULTS']['TESTS_CHECK']\n }}</span\n >\n } } @else {\n <ui-progress-bar class=\"progress-bar\" [mode]=\"'query'\"></ui-progress-bar>\n }\n </div>\n } @else { @if (!loading) {\n <div class=\"LAT-tests\" [class.LAT-tests-with-status]=\"runTestFirstClick\">\n <tgo-test-cases\n [exampleTestCases]=\"exampleTestCases\"\n [testCases]=\"[canAddCustomTestCases, loading] | memoizeFunc: getTestCases : this\"\n [apiTestCasesResult]=\"runTestResponse\"\n [testCasesStatus]=\"testCasesStatus\"\n [translations]=\"translations\"\n [areTestsRun]=\"runTestFirstClick\"\n [canAddCustomTestCases]=\"canAddCustomTestCases\"\n [applicationTheme]=\"applicationTheme\"\n [isSQL]=\"isSQL\"\n ></tgo-test-cases>\n </div>\n } }\n <div class=\"status\">\n @if (runTestFirstClick) {\n <div @slideInOut class=\"status-child\">\n @if (testCasesStatus) {\n <p class=\"passed\">\n {{ translations['TEST_RESULTS']['PASSED'] + testCasesStatus['ok'] }}\n </p>\n <p class=\"error\">\n {{ translations['TEST_RESULTS']['ERROR'] + testCasesStatus['error'] }}\n </p>\n <p>{{ translations['TEST_RESULTS']['TOTAL'] + testCasesStatus['total'] }}</p>\n }\n </div>\n }\n </div>\n</div>\n", styles: [".test-output{display:flex;flex-direction:column;height:100%;max-height:100%;border:1px solid rgba(221,221,221,0);border-bottom-left-radius:5px;border-bottom-right-radius:5px;background:var(--bg-mat-card)}@media screen and (max-width: 959px){.test-output-lat{justify-content:space-between}}.test-output .html{padding:10px;font-family:Courier;overflow-y:auto;white-space:pre-wrap}@media screen and (max-width: 959px){.test-output .html{min-height:250px;max-width:100vw}}.test-output .html .response-message:after{content:\"\";display:block;border-bottom:1px dashed;margin-top:20px;margin-bottom:20px;margin-right:55%}.test-output .html .stdout .result{font-weight:bolder;margin-top:10px;display:block}.test-output .html .stdout .passed{font-weight:bolder;color:var(--petrol-text-color)}.test-output .html .stdout .error{font-weight:bolder;color:#cb7b7a}.test-output .html .stdout .info{color:#aaa}.test-output .html .test-case-block{padding-bottom:20px}.test-output .html .test-case-block:not(:last-child):after{content:\"\";display:block;border-bottom:1px dashed;margin-top:20px;margin-right:55%}.test-output .html .test-case-block .test-validation span,.test-output .html .test-case-block .sql-stdout span{display:block}.test-output .html .test-case-block .test-validation .title,.test-output .html .test-case-block .sql-stdout .title{font-weight:700;margin-bottom:5px}.test-output .html .test-case-block .test-validation .result,.test-output .html .test-case-block .sql-stdout .result{font-weight:bolder;margin-bottom:20px}.test-output .html .test-case-block .test-validation .passed,.test-output .html .test-case-block .sql-stdout .passed{color:var(--petrol-text-color)}.test-output .html .test-case-block .test-validation .error,.test-output .html .test-case-block .sql-stdout .error{color:#cb7b7a}.test-output .html .test-case-block .sql-stdout:not(.no-border):after{content:none}.test-output .LAT-tests{max-height:calc(100% - 54px);flex:1 0 auto;transition:max-height .5s ease}.test-output .LAT-tests-with-status{max-height:calc(100% - 106px)}.test-output .status{margin-top:auto}@media screen and (max-width: 959px){.test-output .status{margin:0}}.test-output .status .status-child{display:flex;padding:16px;background-color:var(--status-bg-color);justify-content:center;min-height:52px}.test-output .status .status-child p{margin:0 2em 0 0;font-weight:bolder}.test-output .status .status-child p.passed{color:var(--petrol-text-color)}.test-output .status .status-child p.error{color:#cb7b7a}.test-output .barra{place-content:stretch space-between;align-items:center;flex-direction:row;box-sizing:border-box;display:flex;position:sticky;top:0;padding:10px;width:100%;height:54px;border-bottom:1px solid var(--border-bg-color)}.test-output .run-test{padding-left:21px}.test-output .run-test-icon{width:15px;height:17px;min-width:15px;min-height:17px;margin-right:10px;line-height:10px}.test-output .run-test-icon ::ng-deep svg{fill:currentColor}.test-output .run-test-btn ::ng-deep .mat-mdc-unelevated-button.primary{background-color:var(--color)!important}.progress-bar ::ng-deep .mat-mdc-progress-bar{overflow-y:hidden}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: ButtonComponentModule }, { kind: "component", type:
|
|
2784
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", type: TestResultsComponent, isStandalone: true, selector: "tgo-code-test-results", inputs: { companyColor: "companyColor", testCasesStatus: "testCasesStatus", loading: "loading", runTestResponse: "runTestResponse", translations: "translations", isLAT: "isLAT", isSQL: "isSQL", exampleTestCases: "exampleTestCases", canChangeProgrammingLang: "canChangeProgrammingLang", showTestCases: "showTestCases", canAddCustomTestCases: "canAddCustomTestCases", applicationTheme: "applicationTheme" }, outputs: { runTestClick: "runTestClick" }, ngImport: i0, template: "<div class=\"test-output\" [class.test-output-lat]=\"isLAT\">\n <div>\n <div class=\"barra\">\n <h3 class=\"barra-title\">{{ translations['HEADINGS']['TESTS'] }}</h3>\n <ui-button\n [size]=\"'small'\"\n [variant]=\"'primary'\"\n [label]=\"translations['TEST_RESULTS']['RUN_TESTS']\"\n [iconPosition]=\"'left'\"\n [iconName]=\"'Play-filled'\"\n [companyColor]=\"companyColor ? companyColor : '#46a997'\"\n [disabled]=\"this.loading || (disableRun$ | async)\"\n (buttonClickEvent)=\"runTest()\"\n class=\"run-test-btn\"\n ></ui-button>\n </div>\n @if (showTestCases && loading) {\n <ui-progress-bar [mode]=\"'query'\" class=\"progress-bar\"></ui-progress-bar>\n }\n </div>\n @if (!showTestCases) {\n <div class=\"html\">\n @if (!this.loading) { @if (runTestResponse.length !== 0) {\n <div>\n <!-- todo: remove legacy non-testcase view after sunsetting of the old flow -->\n @if (isSQL) {\n <div class=\"response-message\">\n <span>{{ runTestResponse[0]['response_msg'] }}</span>\n </div>\n @for (returnTest of runTestResponse; track trackByFunction($index, returnTest); let isLast = $last) {\n <div class=\"test-case-block\">\n @if (returnTest.content) {\n <div class=\"test-validation\">\n <span class=\"title\">{{ translations['TEST_RESULTS']['TEST_CASES']['TEST_VALIDATION'] }}</span>\n <span class=\"result\">{{ returnTest.content }}</span>\n </div>\n }\n <div class=\"sql-stdout\" [class.no-border]=\"isLast\">\n <span class=\"title\">{{ translations['TEST_RESULTS']['TEST_CASES']['RESULT'] }}</span>\n <span\n [ngClass]=\"{\n result: true,\n passed: returnTest.test_result === 'OK',\n error: returnTest.test_result !== 'OK' || returnTest.stderr\n }\"\n >{{ returnTest.stderr ? returnTest.stderr : returnTest.stdout[0] }}</span\n >\n @if (returnTest.test_result === 'OK') {\n <span class=\"result passed\">OK</span>\n } @else {\n <span class=\"title error\">{{ translations['TEST_RESULTS']['TEST_CASES']['EXPECTED'] }}</span>\n <span class=\"result\">{{ returnTest.test_result }}</span>\n }\n </div>\n </div>\n } } @else { @for (returnTest of runTestResponse; track returnTest) {\n <div>\n <span>{{ returnTest['response_msg'] }}</span>\n <br />\n <span>{{ returnTest['stderr'] }}</span>\n <br />\n @for (item of returnTest['stdout']; track item; let j = $index) {\n <div class=\"stdout\">\n @if (item?.includes('@@')) {\n <span class=\"result\">{{ item.replace('@@', '').replace('@@', '').trim() }}</span>\n } @if (item?.includes('##')) {\n <span class=\"passed\">{{ item.replace('##', '').replace('##', '').trim() }}</span>\n } @if (item?.includes('$$')) {\n <span class=\"error\">{{ item.replace('$$', '').replace('$$', '').trim() }}</span>\n } @if (!item?.includes('~~') && !item?.includes('@@') && !item?.includes('##') && !item?.includes('$$')) {\n <span class=\"info\">{{ item?.trim() }}</span>\n }\n </div>\n }\n <br />\n </div>\n } }\n </div>\n } @else {\n <span>\n {{\n this.loading ? translations['TEST_RESULTS']['TESTS_RUNNING'] : translations['TEST_RESULTS']['TESTS_CHECK']\n }}</span\n >\n } } @else {\n <ui-progress-bar class=\"progress-bar\" [mode]=\"'query'\"></ui-progress-bar>\n }\n </div>\n } @else { @if (!loading) {\n <div class=\"LAT-tests\" [class.LAT-tests-with-status]=\"runTestFirstClick\">\n <tgo-test-cases\n [exampleTestCases]=\"exampleTestCases\"\n [testCases]=\"[canAddCustomTestCases, loading] | memoizeFunc: getTestCases : this\"\n [apiTestCasesResult]=\"runTestResponse\"\n [testCasesStatus]=\"testCasesStatus\"\n [translations]=\"translations\"\n [areTestsRun]=\"runTestFirstClick\"\n [canAddCustomTestCases]=\"canAddCustomTestCases\"\n [applicationTheme]=\"applicationTheme\"\n [isSQL]=\"isSQL\"\n ></tgo-test-cases>\n </div>\n } }\n <div class=\"status\">\n @if (runTestFirstClick) {\n <div @slideInOut class=\"status-child\">\n @if (testCasesStatus) {\n <p class=\"passed\">\n {{ translations['TEST_RESULTS']['PASSED'] + testCasesStatus['ok'] }}\n </p>\n <p class=\"error\">\n {{ translations['TEST_RESULTS']['ERROR'] + testCasesStatus['error'] }}\n </p>\n <p>{{ translations['TEST_RESULTS']['TOTAL'] + testCasesStatus['total'] }}</p>\n }\n </div>\n }\n </div>\n</div>\n", styles: [".test-output{display:flex;flex-direction:column;height:100%;max-height:100%;border:1px solid rgba(221,221,221,0);border-bottom-left-radius:5px;border-bottom-right-radius:5px;background:var(--bg-mat-card)}@media screen and (max-width: 959px){.test-output-lat{justify-content:space-between}}.test-output .html{padding:10px;font-family:Courier;overflow-y:auto;white-space:pre-wrap}@media screen and (max-width: 959px){.test-output .html{min-height:250px;max-width:100vw}}.test-output .html .response-message:after{content:\"\";display:block;border-bottom:1px dashed;margin-top:20px;margin-bottom:20px;margin-right:55%}.test-output .html .stdout .result{font-weight:bolder;margin-top:10px;display:block}.test-output .html .stdout .passed{font-weight:bolder;color:var(--petrol-text-color)}.test-output .html .stdout .error{font-weight:bolder;color:#cb7b7a}.test-output .html .stdout .info{color:#aaa}.test-output .html .test-case-block{padding-bottom:20px}.test-output .html .test-case-block:not(:last-child):after{content:\"\";display:block;border-bottom:1px dashed;margin-top:20px;margin-right:55%}.test-output .html .test-case-block .test-validation span,.test-output .html .test-case-block .sql-stdout span{display:block}.test-output .html .test-case-block .test-validation .title,.test-output .html .test-case-block .sql-stdout .title{font-weight:700;margin-bottom:5px}.test-output .html .test-case-block .test-validation .result,.test-output .html .test-case-block .sql-stdout .result{font-weight:bolder;margin-bottom:20px}.test-output .html .test-case-block .test-validation .passed,.test-output .html .test-case-block .sql-stdout .passed{color:var(--petrol-text-color)}.test-output .html .test-case-block .test-validation .error,.test-output .html .test-case-block .sql-stdout .error{color:#cb7b7a}.test-output .html .test-case-block .sql-stdout:not(.no-border):after{content:none}.test-output .LAT-tests{max-height:calc(100% - 54px);flex:1 0 auto;transition:max-height .5s ease}.test-output .LAT-tests-with-status{max-height:calc(100% - 106px)}.test-output .status{margin-top:auto}@media screen and (max-width: 959px){.test-output .status{margin:0}}.test-output .status .status-child{display:flex;padding:16px;background-color:var(--status-bg-color);justify-content:center;min-height:52px}.test-output .status .status-child p{margin:0 2em 0 0;font-weight:bolder}.test-output .status .status-child p.passed{color:var(--petrol-text-color)}.test-output .status .status-child p.error{color:#cb7b7a}.test-output .barra{place-content:stretch space-between;align-items:center;flex-direction:row;box-sizing:border-box;display:flex;position:sticky;top:0;padding:10px;width:100%;height:54px;border-bottom:1px solid var(--border-bg-color)}.test-output .run-test{padding-left:21px}.test-output .run-test-icon{width:15px;height:17px;min-width:15px;min-height:17px;margin-right:10px;line-height:10px}.test-output .run-test-icon ::ng-deep svg{fill:currentColor}.test-output .run-test-btn ::ng-deep .mat-mdc-unelevated-button.primary{background-color:var(--color)!important}.progress-bar ::ng-deep .mat-mdc-progress-bar{overflow-y:hidden}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: ButtonComponentModule }, { kind: "component", type: i5$1.ButtonComponent, selector: "ui-button", inputs: ["size", "variant", "label", "iconPosition", "justIcon", "iconName", "disabled", "loading", "fullWidth", "url", "urlTarget", "value", "tooltip", "isPremium", "type", "companyColor", "buttonBadgeConfig", "applicationTheme", "disabledScaleOnClick", "ariaLabel", "ariaRequired", "ariaLabelledby", "ariaDescribedby", "preventDefault", "hasBackground", "tooltipPosition", "role", "iconFilled"], outputs: ["buttonClickEvent", "buttonHoverEvent"] }, { kind: "ngmodule", type: ProgressBarComponentModule }, { kind: "component", type: i4$3.ProgressBarComponent, selector: "ui-progress-bar", inputs: ["companyColor", "progress", "mode", "buffer", "applicationTheme", "ariaLabel", "ariaDescribedBy", "showPercentage"] }, { kind: "pipe", type: MemoizeFuncPipe, name: "memoizeFunc" }, { kind: "component", type: TestCasesComponent, selector: "tgo-test-cases", inputs: ["exampleTestCases", "apiTestCasesResult", "testCasesStatus", "testCases", "translations", "areTestsRun", "applicationTheme", "canAddCustomTestCases", "isSQL"] }], animations: [
|
|
2763
2785
|
trigger('slideInOut', [
|
|
2764
2786
|
transition(':enter', [
|
|
2765
2787
|
style({ transform: 'translateY(100%)', opacity: '0' }),
|
|
@@ -2899,7 +2921,7 @@ let RunnableEditorComponent = class RunnableEditorComponent {
|
|
|
2899
2921
|
return (minTestsHeightPx * 100) / height;
|
|
2900
2922
|
}
|
|
2901
2923
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: RunnableEditorComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
2902
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: RunnableEditorComponent, isStandalone: true, selector: "tgo-runnable-editor", inputs: { initCode: "initCode", functionParams: "functionParams", functionName: "functionName", returnType: "returnType", isFullViewMode: "isFullViewMode", isLAT: "isLAT", isSQL: "isSQL", canAddCustomTestCases: "canAddCustomTestCases", hideTestCases: "hideTestCases", languages: "languages", shouldGenerateInitCode: "shouldGenerateInitCode", autoHeight: "autoHeight", translations: "translations", questionText: "questionText", companyColor: "companyColor", testCasesStatus: "testCasesStatus", loading: "loading", runTestResponse: "runTestResponse", exampleTestCases: "exampleTestCases", isRunnableWithLangSelector: "isRunnableWithLangSelector", applicationTheme: "applicationTheme" }, outputs: { pasteEvent: "pasteEvent", codeChange: "codeChange", runTestClick: "runTestClick", languageChange: "languageChange" }, viewQueries: [{ propertyName: "codingTestsSplitRef", first: true, predicate: ["codingTestsSplit"], descendants: true, read: ElementRef }, { propertyName: "testsSplitAreaRef", first: true, predicate: ["testsSplitArea"], descendants: true, read: ElementRef }], ngImport: i0, template: "<as-split\n *ngIf=\"!isMobile; else mobileTpl\"\n #codingTestsSplit\n class=\"as-split\"\n direction=\"vertical\"\n restrictMove=\"true\"\n [gutterSize]=\"GUTTER_SIZE\"\n>\n <as-split-area class=\"ide-split-area\" [size]=\"currentIdeSplitHeight\">\n <ng-container [ngTemplateOutlet]=\"ide\"></ng-container>\n </as-split-area>\n <as-split-area #testsSplitArea [size]=\"currentTestsSplitHeight\" [minSize]=\"minTestsSplitHeight\">\n <ng-container [ngTemplateOutlet]=\"tests\"></ng-container>\n </as-split-area>\n</as-split>\n\n<ng-template #mobileTpl>\n <div class=\"container-mobile\">\n <ng-container [ngTemplateOutlet]=\"ide\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"tests\"></ng-container>\n </div>\n</ng-template>\n\n<ng-template #ide>\n <div class=\"ide-container\">\n <tgo-coding-section\n class=\"coding-section\"\n [initCode]=\"initCode\"\n [functionParams]=\"functionParams\"\n [functionName]=\"functionName\"\n [returnType]=\"returnType\"\n [isFullViewMode]=\"isFullViewMode\"\n [isRunnableWithLangSelector]=\"isRunnableWithLangSelector\"\n [shouldGenerateInitCode]=\"shouldGenerateInitCode\"\n [isLAT]=\"isLAT\"\n [languages]=\"languages\"\n [autoHeight]=\"autoHeight\"\n [translations]=\"translations\"\n [isMobile]=\"isMobile\"\n [applicationTheme]=\"applicationTheme\"\n (pasteEvent)=\"pasteEvent.emit($event)\"\n (codeChange)=\"codeChange.emit($event)\"\n (languageChange)=\"languageChange.emit($event)\"\n ></tgo-coding-section>\n\n <tgo-code-configurations\n *ngIf=\"isFullViewMode\"\n [translations]=\"translations\"\n [companyColor]=\"companyColor\"\n [applicationTheme]=\"applicationTheme\"\n >\n </tgo-code-configurations>\n </div>\n</ng-template>\n\n<ng-template #tests>\n <div class=\"tests\" [class.tests-lat]=\"isLAT\">\n <tgo-code-test-results\n [companyColor]=\"companyColor\"\n [testCasesStatus]=\"testCasesStatus\"\n [loading]=\"loading\"\n [isLAT]=\"isLAT\"\n [isSQL]=\"isSQL\"\n [runTestResponse]=\"runTestResponse\"\n [translations]=\"translations\"\n [exampleTestCases]=\"exampleTestCases\"\n [canChangeProgrammingLang]=\"languages?.length > 1\"\n [showTestCases]=\"isLAT || (isSQL && !hideTestCases)\"\n [canAddCustomTestCases]=\"canAddCustomTestCases\"\n [applicationTheme]=\"applicationTheme\"\n (runTestClick)=\"runTestClick.emit($event)\"\n >\n </tgo-code-test-results>\n </div>\n</ng-template>\n", styles: [".as-split{min-height:500px}.as-split ::ng-deep .as-split-gutter{position:relative;background-color:#d9d9d9!important;transition:background .2s ease-in-out}.as-split ::ng-deep .as-split-gutter-icon{background-image:none!important;position:absolute;border-radius:5px;background:#d9d9d9;transition:background .2s ease-in-out}.as-split ::ng-deep .as-split-gutter-icon:before,.as-split ::ng-deep .as-split-gutter-icon:after{content:\"\";position:absolute}.as-split ::ng-deep .as-split-gutter:hover,.as-split ::ng-deep .as-split-gutter.as-dragged{background-color:var(--company-color, #46A997)!important}.as-split ::ng-deep .as-split-gutter:hover .as-split-gutter-icon,.as-split ::ng-deep .as-split-gutter.as-dragged .as-split-gutter-icon{background:var(--company-color, #46A997)}.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon{height:34px!important;width:12px!important;z-index:1}.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon:before,.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon:after{top:9px;bottom:9px;background-color:var(--bg-mat-card);width:2px;border-radius:5px}.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon:before{left:2px}.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon:after{right:2px}.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon{height:12px!important;width:34px!important}.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon:before,.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon:after{left:9px;right:9px;background-color:var(--bg-mat-card);height:2px;width:auto;border-radius:5px}.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon:before{top:2px}.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon:after{top:auto;bottom:2px}:host{display:block;height:100%}@media screen and (max-width: 959px){:host{flex:1 0 600px;height:auto}}.ide-split-area{min-height:65px}.ide-container,.tests{height:100%}.tests-lat{overflow:hidden}@media screen and (max-width: 959px){.tests-lat{flex:1 0 60vh}}.coding-section{display:block;height:100%}.container-mobile{height:100%;display:flex;flex-direction:column}.container-mobile .ide-container,.container-mobile .tests{max-height:60vh}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AngularSplitModule }, { kind: "component", type: i2$
|
|
2924
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: RunnableEditorComponent, isStandalone: true, selector: "tgo-runnable-editor", inputs: { initCode: "initCode", functionParams: "functionParams", functionName: "functionName", returnType: "returnType", isFullViewMode: "isFullViewMode", isLAT: "isLAT", isSQL: "isSQL", canAddCustomTestCases: "canAddCustomTestCases", hideTestCases: "hideTestCases", languages: "languages", shouldGenerateInitCode: "shouldGenerateInitCode", autoHeight: "autoHeight", translations: "translations", questionText: "questionText", companyColor: "companyColor", testCasesStatus: "testCasesStatus", loading: "loading", runTestResponse: "runTestResponse", exampleTestCases: "exampleTestCases", isRunnableWithLangSelector: "isRunnableWithLangSelector", applicationTheme: "applicationTheme" }, outputs: { pasteEvent: "pasteEvent", codeChange: "codeChange", runTestClick: "runTestClick", languageChange: "languageChange" }, viewQueries: [{ propertyName: "codingTestsSplitRef", first: true, predicate: ["codingTestsSplit"], descendants: true, read: ElementRef }, { propertyName: "testsSplitAreaRef", first: true, predicate: ["testsSplitArea"], descendants: true, read: ElementRef }], ngImport: i0, template: "<as-split\n *ngIf=\"!isMobile; else mobileTpl\"\n #codingTestsSplit\n class=\"as-split\"\n direction=\"vertical\"\n restrictMove=\"true\"\n [gutterSize]=\"GUTTER_SIZE\"\n>\n <as-split-area class=\"ide-split-area\" [size]=\"currentIdeSplitHeight\">\n <ng-container [ngTemplateOutlet]=\"ide\"></ng-container>\n </as-split-area>\n <as-split-area #testsSplitArea [size]=\"currentTestsSplitHeight\" [minSize]=\"minTestsSplitHeight\">\n <ng-container [ngTemplateOutlet]=\"tests\"></ng-container>\n </as-split-area>\n</as-split>\n\n<ng-template #mobileTpl>\n <div class=\"container-mobile\">\n <ng-container [ngTemplateOutlet]=\"ide\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"tests\"></ng-container>\n </div>\n</ng-template>\n\n<ng-template #ide>\n <div class=\"ide-container\">\n <tgo-coding-section\n class=\"coding-section\"\n [initCode]=\"initCode\"\n [functionParams]=\"functionParams\"\n [functionName]=\"functionName\"\n [returnType]=\"returnType\"\n [isFullViewMode]=\"isFullViewMode\"\n [isRunnableWithLangSelector]=\"isRunnableWithLangSelector\"\n [shouldGenerateInitCode]=\"shouldGenerateInitCode\"\n [isLAT]=\"isLAT\"\n [languages]=\"languages\"\n [autoHeight]=\"autoHeight\"\n [translations]=\"translations\"\n [isMobile]=\"isMobile\"\n [applicationTheme]=\"applicationTheme\"\n (pasteEvent)=\"pasteEvent.emit($event)\"\n (codeChange)=\"codeChange.emit($event)\"\n (languageChange)=\"languageChange.emit($event)\"\n ></tgo-coding-section>\n\n <tgo-code-configurations\n *ngIf=\"isFullViewMode\"\n [translations]=\"translations\"\n [companyColor]=\"companyColor\"\n [applicationTheme]=\"applicationTheme\"\n >\n </tgo-code-configurations>\n </div>\n</ng-template>\n\n<ng-template #tests>\n <div class=\"tests\" [class.tests-lat]=\"isLAT\">\n <tgo-code-test-results\n [companyColor]=\"companyColor\"\n [testCasesStatus]=\"testCasesStatus\"\n [loading]=\"loading\"\n [isLAT]=\"isLAT\"\n [isSQL]=\"isSQL\"\n [runTestResponse]=\"runTestResponse\"\n [translations]=\"translations\"\n [exampleTestCases]=\"exampleTestCases\"\n [canChangeProgrammingLang]=\"languages?.length > 1\"\n [showTestCases]=\"isLAT || (isSQL && !hideTestCases)\"\n [canAddCustomTestCases]=\"canAddCustomTestCases\"\n [applicationTheme]=\"applicationTheme\"\n (runTestClick)=\"runTestClick.emit($event)\"\n >\n </tgo-code-test-results>\n </div>\n</ng-template>\n", styles: [".as-split{min-height:500px}.as-split ::ng-deep .as-split-gutter{position:relative;background-color:#d9d9d9!important;transition:background .2s ease-in-out}.as-split ::ng-deep .as-split-gutter-icon{background-image:none!important;position:absolute;border-radius:5px;background:#d9d9d9;transition:background .2s ease-in-out}.as-split ::ng-deep .as-split-gutter-icon:before,.as-split ::ng-deep .as-split-gutter-icon:after{content:\"\";position:absolute}.as-split ::ng-deep .as-split-gutter:hover,.as-split ::ng-deep .as-split-gutter.as-dragged{background-color:var(--company-color, #46A997)!important}.as-split ::ng-deep .as-split-gutter:hover .as-split-gutter-icon,.as-split ::ng-deep .as-split-gutter.as-dragged .as-split-gutter-icon{background:var(--company-color, #46A997)}.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon{height:34px!important;width:12px!important;z-index:1}.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon:before,.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon:after{top:9px;bottom:9px;background-color:var(--bg-mat-card);width:2px;border-radius:5px}.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon:before{left:2px}.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon:after{right:2px}.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon{height:12px!important;width:34px!important}.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon:before,.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon:after{left:9px;right:9px;background-color:var(--bg-mat-card);height:2px;width:auto;border-radius:5px}.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon:before{top:2px}.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon:after{top:auto;bottom:2px}:host{display:block;height:100%}@media screen and (max-width: 959px){:host{flex:1 0 600px;height:auto}}.ide-split-area{min-height:65px}.ide-container,.tests{height:100%}.tests-lat{overflow:hidden}@media screen and (max-width: 959px){.tests-lat{flex:1 0 60vh}}.coding-section{display:block;height:100%}.container-mobile{height:100%;display:flex;flex-direction:column}.container-mobile .ide-container,.container-mobile .tests{max-height:60vh}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AngularSplitModule }, { kind: "component", type: i2$4.SplitComponent, selector: "as-split", inputs: ["gutterSize", "gutterStep", "disabled", "gutterClickDeltaPx", "direction", "dir", "unit", "gutterAriaLabel", "restrictMove", "useTransition", "gutterDblClickDuration"], outputs: ["gutterClick", "gutterDblClick", "dragStart", "dragEnd", "transitionEnd"], exportAs: ["asSplit"] }, { kind: "component", type: i2$4.SplitAreaComponent, selector: "as-split-area", inputs: ["size", "minSize", "maxSize", "lockSize", "visible"], exportAs: ["asSplitArea"] }, { kind: "component", type: CodingSectionComponent, selector: "tgo-coding-section", inputs: ["initCode", "functionParams", "functionName", "returnType", "isLAT", "languages", "isFullViewMode", "shouldGenerateInitCode", "isRunnableWithLangSelector", "autoHeight", "translations", "isMobile", "applicationTheme"], outputs: ["pasteEvent", "codeChange", "languageChange"] }, { kind: "component", type: ConfigurationsComponent, selector: "tgo-code-configurations", inputs: ["translations", "companyColor", "applicationTheme"] }, { kind: "component", type: TestResultsComponent, selector: "tgo-code-test-results", inputs: ["companyColor", "testCasesStatus", "loading", "runTestResponse", "translations", "isLAT", "isSQL", "exampleTestCases", "canChangeProgrammingLang", "showTestCases", "canAddCustomTestCases", "applicationTheme"], outputs: ["runTestClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2903
2925
|
};
|
|
2904
2926
|
RunnableEditorComponent = __decorate([
|
|
2905
2927
|
UntilDestroy(),
|
|
@@ -3017,7 +3039,7 @@ let CodingQuestionComponent = class CodingQuestionComponent {
|
|
|
3017
3039
|
this.libCodingTestService.setFullscreen(true);
|
|
3018
3040
|
}
|
|
3019
3041
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CodingQuestionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3020
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: CodingQuestionComponent, isStandalone: true, selector: "tgo-coding-question", inputs: { initCode: "initCode", functionParams: "functionParams", functionName: "functionName", returnType: "returnType", isLAT: "isLAT", isSQL: "isSQL", canAddCustomTestCases: "canAddCustomTestCases", languages: "languages", autoHeight: "autoHeight", translations: "translations", questionText: "questionText", mode: "mode", companyColor: "companyColor", testCasesStatus: "testCasesStatus", loading: "loading", hideTestCases: "hideTestCases", runTestResponse: "runTestResponse", exampleTestCases: "exampleTestCases", applicationTheme: "applicationTheme" }, outputs: { pasteEvent: "pasteEvent", codeChange: "codeChange", runTestClick: "runTestClick", languageChange: "languageChange" }, ngImport: i0, template: "<div\n *ngIf=\"!isMobile; else mobileTpl\"\n class=\"main-container\"\n [ngClass]=\"{ 'main-container-fullscreen': isFullscreenMode }\"\n>\n <mat-card appearance=\"outlined\" class=\"main-card\">\n <as-split class=\"as-split\" direction=\"horizontal\" [useTransition]=\"true\" [gutterSize]=\"GUTTER_SIZE\">\n <as-split-area size=\"38\" minSize=\"24\">\n <ng-container [ngTemplateOutlet]=\"instructions\"></ng-container>\n </as-split-area>\n <as-split-area size=\"62\" minSize=\"30\">\n <ng-container [ngTemplateOutlet]=\"runnableIde\"></ng-container>\n </as-split-area>\n </as-split>\n\n <ui-button\n *ngIf=\"!isFullscreenMode\"\n class=\"fullscreen-btn themed-button\"\n [variant]=\"'secondary'\"\n [iconName]=\"'Full-screen'\"\n [justIcon]=\"true\"\n [size]=\"'big'\"\n [applicationTheme]=\"applicationTheme\"\n [tooltip]=\"translations['TOOLTIPS']['MAXIMISE']\"\n [tooltipPosition]=\"'left'\"\n (buttonClickEvent)=\"enableFullScreenMode()\"\n >\n </ui-button>\n </mat-card>\n</div>\n\n<ng-template #mobileTpl>\n <div class=\"main-container main-container-mobile\">\n <mat-card appearance=\"outlined\" class=\"main-card main-card-mobile\">\n <ng-container [ngTemplateOutlet]=\"instructions\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"runnableIde\"></ng-container>\n </mat-card>\n </div>\n</ng-template>\n\n<ng-template #instructions>\n <tgo-code-instructions\n [mode]=\"mode\"\n [isLAT]=\"isLAT\"\n [questionText]=\"questionText\"\n [translations]=\"translations\"\n [isDarkTheme]=\"isDarkTheme$ | async\"\n ></tgo-code-instructions>\n</ng-template>\n<ng-template #runnableIde>\n <tgo-runnable-editor\n [initCode]=\"initCode\"\n [functionParams]=\"functionParams\"\n [functionName]=\"functionName\"\n [returnType]=\"returnType\"\n [isFullViewMode]=\"true\"\n [shouldGenerateInitCode]=\"false\"\n [isLAT]=\"isLAT\"\n [isSQL]=\"isSQL\"\n [canAddCustomTestCases]=\"canAddCustomTestCases\"\n [languages]=\"languages\"\n [autoHeight]=\"autoHeight\"\n [translations]=\"translations\"\n [questionText]=\"questionText\"\n [companyColor]=\"companyColor\"\n [testCasesStatus]=\"testCasesStatus\"\n [loading]=\"loading\"\n [runTestResponse]=\"runTestResponse\"\n [exampleTestCases]=\"exampleTestCases\"\n [hideTestCases]=\"hideTestCases\"\n [applicationTheme]=\"applicationTheme\"\n (pasteEvent)=\"pasteEvent.emit($event)\"\n (codeChange)=\"codeChange.emit($event)\"\n (runTestClick)=\"runTestClick.emit($event)\"\n (languageChange)=\"languageChange.emit($event)\"\n >\n </tgo-runnable-editor>\n</ng-template>\n", styles: [".as-split{min-height:500px}.as-split ::ng-deep .as-split-gutter{position:relative;background-color:#d9d9d9!important;transition:background .2s ease-in-out}.as-split ::ng-deep .as-split-gutter-icon{background-image:none!important;position:absolute;border-radius:5px;background:#d9d9d9;transition:background .2s ease-in-out}.as-split ::ng-deep .as-split-gutter-icon:before,.as-split ::ng-deep .as-split-gutter-icon:after{content:\"\";position:absolute}.as-split ::ng-deep .as-split-gutter:hover,.as-split ::ng-deep .as-split-gutter.as-dragged{background-color:var(--company-color, #46A997)!important}.as-split ::ng-deep .as-split-gutter:hover .as-split-gutter-icon,.as-split ::ng-deep .as-split-gutter.as-dragged .as-split-gutter-icon{background:var(--company-color, #46A997)}.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon{height:34px!important;width:12px!important;z-index:1}.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon:before,.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon:after{top:9px;bottom:9px;background-color:var(--bg-mat-card);width:2px;border-radius:5px}.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon:before{left:2px}.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon:after{right:2px}.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon{height:12px!important;width:34px!important}.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon:before,.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon:after{left:9px;right:9px;background-color:var(--bg-mat-card);height:2px;width:auto;border-radius:5px}.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon:before{top:2px}.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon:after{top:auto;bottom:2px}:host{display:block;height:100%}.main-container{height:100%;padding:32px 50px 40px;display:flex;justify-content:center}.main-container-mobile{padding:20px 16px 0}.main-container .main-card{flex:1 0 100%;height:100%;max-height:750px;max-width:1280px;padding:0!important;box-shadow:0 8px 24px 4px #00000014;background-color:var(--bg-mat-card)!important}.main-container .main-card-mobile{display:flex;flex-direction:column;max-width:100%;max-height:100%}.main-container-fullscreen{padding:0}.main-container-fullscreen .main-card{max-height:calc(100vh - 80px);max-width:100vw}.fullscreen-btn{position:absolute;top:0;right:-50px}.fullscreen-btn.themed-button ::ng-deep .mat-mdc-unelevated-button.secondary{background-color:var(--button-bg-color)}@media screen and (min-width: 1400px){.fullscreen-btn{right:-72px}}.fullscreen-btn .fullscreen-icon{width:18px;height:18px;min-width:auto;min-height:auto;font-size:18px}.fullscreen-btn .fullscreen-icon ::ng-deep svg{fill:var(--icon-bg-color)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: MatCardModule }, { kind: "component", type: i2$
|
|
3042
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: CodingQuestionComponent, isStandalone: true, selector: "tgo-coding-question", inputs: { initCode: "initCode", functionParams: "functionParams", functionName: "functionName", returnType: "returnType", isLAT: "isLAT", isSQL: "isSQL", canAddCustomTestCases: "canAddCustomTestCases", languages: "languages", autoHeight: "autoHeight", translations: "translations", questionText: "questionText", mode: "mode", companyColor: "companyColor", testCasesStatus: "testCasesStatus", loading: "loading", hideTestCases: "hideTestCases", runTestResponse: "runTestResponse", exampleTestCases: "exampleTestCases", applicationTheme: "applicationTheme" }, outputs: { pasteEvent: "pasteEvent", codeChange: "codeChange", runTestClick: "runTestClick", languageChange: "languageChange" }, ngImport: i0, template: "<div\n *ngIf=\"!isMobile; else mobileTpl\"\n class=\"main-container\"\n [ngClass]=\"{ 'main-container-fullscreen': isFullscreenMode }\"\n>\n <mat-card appearance=\"outlined\" class=\"main-card\">\n <as-split class=\"as-split\" direction=\"horizontal\" [useTransition]=\"true\" [gutterSize]=\"GUTTER_SIZE\">\n <as-split-area size=\"38\" minSize=\"24\">\n <ng-container [ngTemplateOutlet]=\"instructions\"></ng-container>\n </as-split-area>\n <as-split-area size=\"62\" minSize=\"30\">\n <ng-container [ngTemplateOutlet]=\"runnableIde\"></ng-container>\n </as-split-area>\n </as-split>\n\n <ui-button\n *ngIf=\"!isFullscreenMode\"\n class=\"fullscreen-btn themed-button\"\n [variant]=\"'secondary'\"\n [iconName]=\"'Full-screen'\"\n [justIcon]=\"true\"\n [size]=\"'big'\"\n [applicationTheme]=\"applicationTheme\"\n [tooltip]=\"translations['TOOLTIPS']['MAXIMISE']\"\n [tooltipPosition]=\"'left'\"\n (buttonClickEvent)=\"enableFullScreenMode()\"\n >\n </ui-button>\n </mat-card>\n</div>\n\n<ng-template #mobileTpl>\n <div class=\"main-container main-container-mobile\">\n <mat-card appearance=\"outlined\" class=\"main-card main-card-mobile\">\n <ng-container [ngTemplateOutlet]=\"instructions\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"runnableIde\"></ng-container>\n </mat-card>\n </div>\n</ng-template>\n\n<ng-template #instructions>\n <tgo-code-instructions\n [mode]=\"mode\"\n [isLAT]=\"isLAT\"\n [questionText]=\"questionText\"\n [translations]=\"translations\"\n [isDarkTheme]=\"isDarkTheme$ | async\"\n ></tgo-code-instructions>\n</ng-template>\n<ng-template #runnableIde>\n <tgo-runnable-editor\n [initCode]=\"initCode\"\n [functionParams]=\"functionParams\"\n [functionName]=\"functionName\"\n [returnType]=\"returnType\"\n [isFullViewMode]=\"true\"\n [shouldGenerateInitCode]=\"false\"\n [isLAT]=\"isLAT\"\n [isSQL]=\"isSQL\"\n [canAddCustomTestCases]=\"canAddCustomTestCases\"\n [languages]=\"languages\"\n [autoHeight]=\"autoHeight\"\n [translations]=\"translations\"\n [questionText]=\"questionText\"\n [companyColor]=\"companyColor\"\n [testCasesStatus]=\"testCasesStatus\"\n [loading]=\"loading\"\n [runTestResponse]=\"runTestResponse\"\n [exampleTestCases]=\"exampleTestCases\"\n [hideTestCases]=\"hideTestCases\"\n [applicationTheme]=\"applicationTheme\"\n (pasteEvent)=\"pasteEvent.emit($event)\"\n (codeChange)=\"codeChange.emit($event)\"\n (runTestClick)=\"runTestClick.emit($event)\"\n (languageChange)=\"languageChange.emit($event)\"\n >\n </tgo-runnable-editor>\n</ng-template>\n", styles: [".as-split{min-height:500px}.as-split ::ng-deep .as-split-gutter{position:relative;background-color:#d9d9d9!important;transition:background .2s ease-in-out}.as-split ::ng-deep .as-split-gutter-icon{background-image:none!important;position:absolute;border-radius:5px;background:#d9d9d9;transition:background .2s ease-in-out}.as-split ::ng-deep .as-split-gutter-icon:before,.as-split ::ng-deep .as-split-gutter-icon:after{content:\"\";position:absolute}.as-split ::ng-deep .as-split-gutter:hover,.as-split ::ng-deep .as-split-gutter.as-dragged{background-color:var(--company-color, #46A997)!important}.as-split ::ng-deep .as-split-gutter:hover .as-split-gutter-icon,.as-split ::ng-deep .as-split-gutter.as-dragged .as-split-gutter-icon{background:var(--company-color, #46A997)}.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon{height:34px!important;width:12px!important;z-index:1}.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon:before,.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon:after{top:9px;bottom:9px;background-color:var(--bg-mat-card);width:2px;border-radius:5px}.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon:before{left:2px}.as-split.as-horizontal ::ng-deep>.as-split-gutter .as-split-gutter-icon:after{right:2px}.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon{height:12px!important;width:34px!important}.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon:before,.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon:after{left:9px;right:9px;background-color:var(--bg-mat-card);height:2px;width:auto;border-radius:5px}.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon:before{top:2px}.as-split.as-vertical ::ng-deep>.as-split-gutter .as-split-gutter-icon:after{top:auto;bottom:2px}:host{display:block;height:100%}.main-container{height:100%;padding:32px 50px 40px;display:flex;justify-content:center}.main-container-mobile{padding:20px 16px 0}.main-container .main-card{flex:1 0 100%;height:100%;max-height:750px;max-width:1280px;padding:0!important;box-shadow:0 8px 24px 4px #00000014;background-color:var(--bg-mat-card)!important}.main-container .main-card-mobile{display:flex;flex-direction:column;max-width:100%;max-height:100%}.main-container-fullscreen{padding:0}.main-container-fullscreen .main-card{max-height:calc(100vh - 80px);max-width:100vw}.fullscreen-btn{position:absolute;top:0;right:-50px}.fullscreen-btn.themed-button ::ng-deep .mat-mdc-unelevated-button.secondary{background-color:var(--button-bg-color)}@media screen and (min-width: 1400px){.fullscreen-btn{right:-72px}}.fullscreen-btn .fullscreen-icon{width:18px;height:18px;min-width:auto;min-height:auto;font-size:18px}.fullscreen-btn .fullscreen-icon ::ng-deep svg{fill:var(--icon-bg-color)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: MatCardModule }, { kind: "component", type: i2$5.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "ngmodule", type: AngularSplitModule }, { kind: "component", type: i2$4.SplitComponent, selector: "as-split", inputs: ["gutterSize", "gutterStep", "disabled", "gutterClickDeltaPx", "direction", "dir", "unit", "gutterAriaLabel", "restrictMove", "useTransition", "gutterDblClickDuration"], outputs: ["gutterClick", "gutterDblClick", "dragStart", "dragEnd", "transitionEnd"], exportAs: ["asSplit"] }, { kind: "component", type: i2$4.SplitAreaComponent, selector: "as-split-area", inputs: ["size", "minSize", "maxSize", "lockSize", "visible"], exportAs: ["asSplitArea"] }, { kind: "ngmodule", type: ButtonComponentModule }, { kind: "component", type: i5$1.ButtonComponent, selector: "ui-button", inputs: ["size", "variant", "label", "iconPosition", "justIcon", "iconName", "disabled", "loading", "fullWidth", "url", "urlTarget", "value", "tooltip", "isPremium", "type", "companyColor", "buttonBadgeConfig", "applicationTheme", "disabledScaleOnClick", "ariaLabel", "ariaRequired", "ariaLabelledby", "ariaDescribedby", "preventDefault", "hasBackground", "tooltipPosition", "role", "iconFilled"], outputs: ["buttonClickEvent", "buttonHoverEvent"] }, { kind: "component", type: InstructionsComponent, selector: "tgo-code-instructions", inputs: ["mode", "questionText", "translations", "isDarkTheme", "isLAT"] }, { kind: "component", type: RunnableEditorComponent, selector: "tgo-runnable-editor", inputs: ["initCode", "functionParams", "functionName", "returnType", "isFullViewMode", "isLAT", "isSQL", "canAddCustomTestCases", "hideTestCases", "languages", "shouldGenerateInitCode", "autoHeight", "translations", "questionText", "companyColor", "testCasesStatus", "loading", "runTestResponse", "exampleTestCases", "isRunnableWithLangSelector", "applicationTheme"], outputs: ["pasteEvent", "codeChange", "runTestClick", "languageChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3021
3043
|
};
|
|
3022
3044
|
CodingQuestionComponent = __decorate([
|
|
3023
3045
|
UntilDestroy()
|
|
@@ -3943,12 +3965,12 @@ class CodingTestService {
|
|
|
3943
3965
|
publishTestResults() {
|
|
3944
3966
|
this.codingTestResutsSubj$.next({ ...this.codingTestResults });
|
|
3945
3967
|
}
|
|
3946
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CodingTestService, deps: [{ token: CoderunnerApiService }, { token: LibCodingTestService }, { token: i3$1.MixpanelService }, { token:
|
|
3968
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CodingTestService, deps: [{ token: CoderunnerApiService }, { token: LibCodingTestService }, { token: i3$1.MixpanelService }, { token: i4$4.SnackbarService }, { token: i5$3.DialogService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3947
3969
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CodingTestService });
|
|
3948
3970
|
}
|
|
3949
3971
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CodingTestService, decorators: [{
|
|
3950
3972
|
type: Injectable
|
|
3951
|
-
}], ctorParameters: () => [{ type: CoderunnerApiService }, { type: LibCodingTestService }, { type: i3$1.MixpanelService }, { type:
|
|
3973
|
+
}], ctorParameters: () => [{ type: CoderunnerApiService }, { type: LibCodingTestService }, { type: i3$1.MixpanelService }, { type: i4$4.SnackbarService }, { type: i5$3.DialogService }] });
|
|
3952
3974
|
|
|
3953
3975
|
class CodingTestTourService {
|
|
3954
3976
|
guidedTourService;
|
|
@@ -4025,12 +4047,12 @@ class CodingTestTourService {
|
|
|
4025
4047
|
steps,
|
|
4026
4048
|
};
|
|
4027
4049
|
}
|
|
4028
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CodingTestTourService, deps: [{ token: i1$
|
|
4050
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CodingTestTourService, deps: [{ token: i1$4.GuidedTourService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4029
4051
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CodingTestTourService });
|
|
4030
4052
|
}
|
|
4031
4053
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CodingTestTourService, decorators: [{
|
|
4032
4054
|
type: Injectable
|
|
4033
|
-
}], ctorParameters: () => [{ type: i1$
|
|
4055
|
+
}], ctorParameters: () => [{ type: i1$4.GuidedTourService }] });
|
|
4034
4056
|
|
|
4035
4057
|
class CandidatureApiService {
|
|
4036
4058
|
apiService;
|
|
@@ -4096,6 +4118,11 @@ let TgoCodingTestCandidateViewComponent = class TgoCodingTestCandidateViewCompon
|
|
|
4096
4118
|
firstTestRunComplete = false;
|
|
4097
4119
|
canopyUiTheme = 'light';
|
|
4098
4120
|
wasTourShown = false;
|
|
4121
|
+
constructor() {
|
|
4122
|
+
afterNextRender(() => {
|
|
4123
|
+
this.handleGuidedTour();
|
|
4124
|
+
});
|
|
4125
|
+
}
|
|
4099
4126
|
ngOnDestroy() {
|
|
4100
4127
|
if (!this.test?.is_preview_mode) {
|
|
4101
4128
|
this.antiCheatingConfigurationChanged.emit({
|
|
@@ -4108,7 +4135,6 @@ let TgoCodingTestCandidateViewComponent = class TgoCodingTestCandidateViewCompon
|
|
|
4108
4135
|
}
|
|
4109
4136
|
ngOnInit() {
|
|
4110
4137
|
this.setupState();
|
|
4111
|
-
this.handleGuidedTour();
|
|
4112
4138
|
if (!this.test?.is_preview_mode) {
|
|
4113
4139
|
this.antiCheatingConfigurationChanged.emit({
|
|
4114
4140
|
fullscreenTracking: true,
|
|
@@ -4434,10 +4460,11 @@ let TgoCodingTestCandidateViewComponent = class TgoCodingTestCandidateViewCompon
|
|
|
4434
4460
|
MixpanelService,
|
|
4435
4461
|
// use MockedApiService for local demo ONLY
|
|
4436
4462
|
ApiService, //{ provide: ApiService, useClass: MockedApiService },
|
|
4437
|
-
], ngImport: i0, template: "<ng-container *transloco=\"let t; read: 'CODING_QUESTION'\">\n @if (languages()?.length && codingLibTranslations()) {\n <tgo-coding-test\n class=\"coding-lib\"\n [assessmentId]=\"assessment!.uuid!\"\n [questionId]=\"question!.question_id!\"\n [isLAT]=\"isLAT\"\n [canAddCustomTestCases]=\"isLAT\"\n [isSQL]=\"isSQL\"\n [languages]=\"languages()\"\n [initCode]=\"initCode\"\n [mode]=\"mode\"\n [viewMode]=\"viewModes.Full\"\n [loading]=\"testResultsLoading()\"\n [companyColor]=\"companyColor\"\n [questionText]=\"question.text\"\n [testCasesStatus]=\"codingTestResults?.resume\"\n [runTestResponse]=\"codingTestResults?.listResponse!\"\n [exampleTestCases]=\"exampleTestCases\"\n [applicationTheme]=\"canopyUiTheme\"\n [translations]=\"codingLibTranslations()\"\n (codeChange)=\"updateCode($event)\"\n (runTestClick)=\"runTest()\"\n (languageChange)=\"languageChange($event)\"\n (pasteEvent)=\"screenshotPaste($event)\"\n >\n </tgo-coding-test>\n }\n</ng-container>\n\n<ngx-guided-tour\n [ngClass]=\"activeGuidedTourId$ | async\"\n [ngStyle]=\"{ '--company-color': companyColor }\"\n [class.dark]=\"canopyUiTheme === 'dark'\"\n></ngx-guided-tour>\n\n", styles: ["h1,h2,h3,.h1,.h2,.h3{font-weight:400;margin:0}h4,h5,h6,.h4,.h5,.h6{font-weight:700;margin:0}h1,.h1{font-size:40px;line-height:60px;font-weight:700}h2,.h2{font-size:24px;line-height:36px}h2.bold,.h2.bold{font-weight:700}h3,.h3{font-size:20px;line-height:28px}h3.bold,.h3.bold{font-weight:700}h4,.h4{font-size:16px;line-height:24px}h5,.h5{font-size:14px;line-height:20px}h6,.h6{font-size:12px;line-height:16px;text-transform:uppercase}body{font-size:14px;line-height:20px}strong,b{font-weight:700!important}.featured{font-size:16px;line-height:24px}p .semibold,.featured .semibold,.caption .semibold{font-weight:600;color:#46a997}small{font-size:8px;line-height:12px}caption,.caption{font-size:12px;line-height:16px;display:inline-block}*[theme=dark] h1,*[theme=dark] .h1,*[theme=light] h1,*[theme=light] .h1{color:#242424;font-size:32px;line-height:48px;font-weight:400}*[theme=dark] h1.black,*[theme=dark] .h1.black,*[theme=light] h1.black,*[theme=light] .h1.black{font-family:ModernGothic,sans-serif!important;font-weight:900}*[theme=dark] h2,*[theme=dark] .h2,*[theme=light] h2,*[theme=light] .h2{color:#242424;font-size:24px;line-height:30px;font-weight:900;font-family:ModernGothic,sans-serif!important}*[theme=dark] h3,*[theme=dark] .h3,*[theme=light] h3,*[theme=light] .h3{font-size:20px;line-height:26px;font-weight:400;color:#242424}*[theme=dark] h3.bold,*[theme=dark] .h3.bold,*[theme=light] h3.bold,*[theme=light] .h3.bold{font-family:ModernGothic,sans-serif!important;font-weight:700}*[theme=dark] h4,*[theme=dark] .h4,*[theme=light] h4,*[theme=light] .h4{font-size:16px;line-height:20px;font-weight:700;color:#242424;font-family:ModernGothic,sans-serif!important}*[theme=dark] h5,*[theme=dark] .h5,*[theme=light] h5,*[theme=light] .h5{font-size:14px;line-height:18px;font-weight:700;color:#242424;font-family:ModernGothic,sans-serif!important}*[theme=dark] .body-large,*[theme=light] .body-large{font-weight:700;font-size:14px;line-height:22px}*[theme=dark] .body-large-bold,*[theme=light] .body-large-bold{font-weight:700;font-size:16px;line-height:24px}*[theme=dark] .body-large-regular,*[theme=light] .body-large-regular{font-weight:400;font-size:16px;line-height:24px}*[theme=dark] .body-small-bold,*[theme=light] .body-small-bold{font-weight:700;font-size:12px;line-height:16px}*[theme=dark] .body-small-regular,*[theme=light] .body-small-regular{font-weight:400;font-size:12px;line-height:16px}*[theme=dark] .hyperlink-large,*[theme=light] .hyperlink-large{font-weight:500;font-size:16px;line-height:24px}*[theme=dark] .hyperlink,*[theme=light] .hyperlink{font-weight:500;font-size:14px;line-height:22px}*[theme=dark] .hyperlink-small,*[theme=light] .hyperlink-small{font-weight:500;font-size:12px;line-height:16px}*[theme=dark] .button-label,*[theme=light] .button-label{font-weight:500;font-size:14px;font-feature-settings:\"capb\"}*[theme=dark] .label,*[theme=light] .label{font-weight:400;font-size:14px;font-feature-settings:\"capb\"}*[theme=dark] .large-hover-state,*[theme=light] .large-hover-state{font-weight:700;text-decoration:underline;font-size:16px;line-height:24px}*[theme=dark] .hover-state,*[theme=light] .hover-state{font-weight:700;text-decoration:underline;font-size:14px;line-height:22px}*[theme=dark] h1,*[theme=dark] .h1,*[theme=dark] h2,*[theme=dark] .h2,*[theme=dark] h3,*[theme=dark] .h3,*[theme=dark] h4,*[theme=dark] .h4,*[theme=dark] h5,*[theme=dark] .h5{color:#fff}ui-dropdown .mat-mdc-form-field.keyboard-focused,ui-autocomplete .mat-mdc-form-field.keyboard-focused{position:relative}ui-dropdown .mat-mdc-form-field.keyboard-focused .mat-mdc-text-field-wrapper,ui-autocomplete .mat-mdc-form-field.keyboard-focused .mat-mdc-text-field-wrapper{outline:2px solid #242424;animation:focus-ring-animation-main .4s forwards;outline-offset:4px}ui-dropdown .mat-mdc-form-field.keyboard-focused .mat-mdc-text-field-wrapper:after,ui-autocomplete .mat-mdc-form-field.keyboard-focused .mat-mdc-text-field-wrapper:after{content:\"\";position:absolute;top:0;border-radius:10px;left:0;width:100%;height:100%;outline:4px solid #ffffff;z-index:-1}ui-dropdown .mat-mdc-form-field.keyboard-focused .mat-mdc-form-field-subscript-wrapper,ui-autocomplete .mat-mdc-form-field.keyboard-focused .mat-mdc-form-field-subscript-wrapper{z-index:-1}ui-dropdown .mat-mdc-form-field.has-label .mdc-notched-outline__notch,ui-autocomplete .mat-mdc-form-field.has-label .mdc-notched-outline__notch{position:relative}ui-dropdown .mat-mdc-form-field.has-label .mdc-notched-outline__notch:after,ui-autocomplete .mat-mdc-form-field.has-label .mdc-notched-outline__notch:after{content:\"\";position:absolute;top:0;left:0;background:#fff;width:100%;height:5px;z-index:-1}.active-field .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading{border-left-width:2px;border-top-width:2px;border-bottom-width:2px}.active-field .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch{border-top-width:2px;border-bottom-width:2px;border-left:none!important}.active-field .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing{border-top-width:2px;border-bottom-width:2px;border-right-width:2px}*[theme=classic] .mat-mdc-form-field .mat-mdc-form-field-hint.error,*[theme=classic] .mat-mdc-form-field .mat-mdc-form-field-hint.error svg{color:#cb7b7a}*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper{height:48px}*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above){top:21px!important}*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#276678!important}*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above{color:#276678!important}*[theme=dark].phone-number-select,*[theme=light].phone-number-select,.dark.phone-number-select,.light.phone-number-select{margin-top:8px;border-radius:10px!important;box-shadow:0 4px 16px #24242414}*[theme=dark].phone-number-select .country-option,*[theme=light].phone-number-select .country-option,.dark.phone-number-select .country-option,.light.phone-number-select .country-option{display:flex;align-items:center;gap:8px}*[theme=dark].phone-number-select .mat-mdc-option,*[theme=light].phone-number-select .mat-mdc-option,.dark.phone-number-select .mat-mdc-option,.light.phone-number-select .mat-mdc-option{--mat-option-selected-state-layer-color: #F4F4F4;--mat-option-selected-state-label-text-color: #242424}*[theme=dark].phone-number-select .mat-mdc-option .mdc-list-item__primary-text small,*[theme=light].phone-number-select .mat-mdc-option .mdc-list-item__primary-text small,.dark.phone-number-select .mat-mdc-option .mdc-list-item__primary-text small,.light.phone-number-select .mat-mdc-option .mdc-list-item__primary-text small{font-size:14px}*[theme=dark].phone-number-select .mat-mdc-option .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked:after,*[theme=light].phone-number-select .mat-mdc-option .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked:after,.dark.phone-number-select .mat-mdc-option .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked:after,.light.phone-number-select .mat-mdc-option .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked:after{color:#242424;width:12px;height:5px}*[theme=dark].phone-number-select .mat-mdc-option:hover,*[theme=light].phone-number-select .mat-mdc-option:hover,.dark.phone-number-select .mat-mdc-option:hover,.light.phone-number-select .mat-mdc-option:hover{background-color:#fff2fc}*[theme=dark].phone-number-select .mat-divider,*[theme=light].phone-number-select .mat-divider,.dark.phone-number-select .mat-divider,.light.phone-number-select .mat-divider{display:none}*[theme=dark] .mat-mdc-autocomplete-panel,*[theme=dark].mat-mdc-autocomplete-panel,*[theme=light] .mat-mdc-autocomplete-panel,*[theme=light].mat-mdc-autocomplete-panel,.dark .mat-mdc-autocomplete-panel,.dark.mat-mdc-autocomplete-panel,.light .mat-mdc-autocomplete-panel,.light.mat-mdc-autocomplete-panel{box-shadow:0 4px 16px #24242414;border-radius:10px}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.dark .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,.dark .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.dark.mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,.dark.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.light .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,.light .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.light.mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,.light.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled){background:#f4f4f4!important}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,.dark .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,.dark .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,.dark.mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,.dark.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,.light .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,.light .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,.light.mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,.light.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover{background:var(--ui-autocomplete-option-color)!important}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.dark .mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.dark.mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.light .mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.light.mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled){background:var(--ui-autocomplete-option-color)!important}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),.dark .mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),.dark.mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),.light .mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),.light.mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled){background:var(--ui-autocomplete-option-color)!important}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option span,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option span,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option span,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option span,.dark .mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,.dark .mat-mdc-autocomplete-panel .mat-mdc-option span,.dark.mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,.dark.mat-mdc-autocomplete-panel .mat-mdc-option span,.light .mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,.light .mat-mdc-autocomplete-panel .mat-mdc-option span,.light.mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,.light.mat-mdc-autocomplete-panel .mat-mdc-option span{color:#242424!important;font-weight:400}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,.dark .mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,.dark.mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,.light .mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,.light.mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text{font-size:14px!important}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,.dark .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,.dark.mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,.light .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,.light.mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text{color:#242424!important;text-transform:lowercase}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,.dark .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,.dark.mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,.light .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,.light.mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter{text-transform:uppercase!important}*[theme=dark] .mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),*[theme=dark].mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),*[theme=light] .mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),*[theme=light].mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.dark .mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.dark.mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.light .mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.light.mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option){background:transparent!important}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.dark .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.dark.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.light .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.light.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option){background:transparent!important}*[theme=dark] .ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,*[theme=dark].ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,*[theme=light] .ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,*[theme=light].ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,.dark .ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,.dark.ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,.light .ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,.light.ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator{display:none}*[theme=dark] .ui-dropdown-list .mat-mdc-option,*[theme=dark] .ui-dropdown-list .mat-option-section .section-title,*[theme=dark].ui-dropdown-list .mat-mdc-option,*[theme=dark].ui-dropdown-list .mat-option-section .section-title,*[theme=light] .ui-dropdown-list .mat-mdc-option,*[theme=light] .ui-dropdown-list .mat-option-section .section-title,*[theme=light].ui-dropdown-list .mat-mdc-option,*[theme=light].ui-dropdown-list .mat-option-section .section-title,.dark .ui-dropdown-list .mat-mdc-option,.dark .ui-dropdown-list .mat-option-section .section-title,.dark.ui-dropdown-list .mat-mdc-option,.dark.ui-dropdown-list .mat-option-section .section-title,.light .ui-dropdown-list .mat-mdc-option,.light .ui-dropdown-list .mat-option-section .section-title,.light.ui-dropdown-list .mat-mdc-option,.light.ui-dropdown-list .mat-option-section .section-title{color:#242424!important}*[theme=dark] .ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,*[theme=dark].ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,*[theme=light] .ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,*[theme=light].ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,.dark .ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,.dark.ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,.light .ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,.light.ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox{border-radius:4px;border-width:1px;border-color:#242424}*[theme=dark] .ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,*[theme=dark].ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,*[theme=light] .ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,*[theme=light].ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,.dark .ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,.dark.ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,.light .ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,.light.ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal{transform:scale(.9)}*[theme=dark] .ui-dropdown-list.mat-warn mat-option:hover,*[theme=dark] .ui-dropdown-list.mat-accent mat-option:hover,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,*[theme=dark].ui-dropdown-list.mat-warn mat-option:hover,*[theme=dark].ui-dropdown-list.mat-accent mat-option:hover,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,*[theme=light] .ui-dropdown-list.mat-warn mat-option:hover,*[theme=light] .ui-dropdown-list.mat-accent mat-option:hover,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,*[theme=light].ui-dropdown-list.mat-warn mat-option:hover,*[theme=light].ui-dropdown-list.mat-accent mat-option:hover,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,.dark .ui-dropdown-list.mat-warn mat-option:hover,.dark .ui-dropdown-list.mat-accent mat-option:hover,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,.dark.ui-dropdown-list.mat-warn mat-option:hover,.dark.ui-dropdown-list.mat-accent mat-option:hover,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,.light .ui-dropdown-list.mat-warn mat-option:hover,.light .ui-dropdown-list.mat-accent mat-option:hover,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,.light.ui-dropdown-list.mat-warn mat-option:hover,.light.ui-dropdown-list.mat-accent mat-option:hover,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover{background:var(--dropdown-color-option-hover)!important}*[theme=dark] .ui-dropdown-list.mat-warn mat-option:active,*[theme=dark] .ui-dropdown-list.mat-accent mat-option:active,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,*[theme=dark].ui-dropdown-list.mat-warn mat-option:active,*[theme=dark].ui-dropdown-list.mat-accent mat-option:active,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,*[theme=light] .ui-dropdown-list.mat-warn mat-option:active,*[theme=light] .ui-dropdown-list.mat-accent mat-option:active,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,*[theme=light].ui-dropdown-list.mat-warn mat-option:active,*[theme=light].ui-dropdown-list.mat-accent mat-option:active,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,.dark .ui-dropdown-list.mat-warn mat-option:active,.dark .ui-dropdown-list.mat-accent mat-option:active,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,.dark.ui-dropdown-list.mat-warn mat-option:active,.dark.ui-dropdown-list.mat-accent mat-option:active,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,.light .ui-dropdown-list.mat-warn mat-option:active,.light .ui-dropdown-list.mat-accent mat-option:active,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,.light.ui-dropdown-list.mat-warn mat-option:active,.light.ui-dropdown-list.mat-accent mat-option:active,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active{background:var(--dropdown-color-option-active)!important}*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,*[theme=dark].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,*[theme=dark].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,*[theme=dark].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,*[theme=dark].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,*[theme=light] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,*[theme=light] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,*[theme=light] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,*[theme=light] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,*[theme=light].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,*[theme=light].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,*[theme=light].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,*[theme=light].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,.dark .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,.dark .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,.dark .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,.dark.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,.dark.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,.dark.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,.dark.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,.light .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,.light .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,.light .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,.light .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,.light.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,.light.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,.light.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,.light.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected{background-color:#f4f4f4!important}*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=dark].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=dark].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=dark].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=dark].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=dark].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=dark].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=dark].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=dark].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=light] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=light] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=light] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=light] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=light] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=light] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=light] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=light] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=light].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=light].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=light].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=light].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=light].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=light].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=light].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=light].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.dark .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.dark .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.dark .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.dark.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.dark.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.dark.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.dark.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.dark.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.dark.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.dark.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.dark.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.light .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.light .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.light .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.light .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.light .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.light .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.light .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.light .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.light.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.light.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.light.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.light.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.light.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.light.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.light.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.light.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after{color:#242424!important}*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled){background-color:#f4f4f4}*[theme=dark] .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,*[theme=dark].ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,*[theme=light] .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,*[theme=light].ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,.dark .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,.dark.ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,.light .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,.light.ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full{background:#d410aa;border-color:#d410aa}*[theme=dark] .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,*[theme=dark].ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,*[theme=light] .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,*[theme=light].ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,.dark .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,.dark.ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,.light .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,.light.ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after{border-color:#fff}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined,.dark .mat-mdc-form-field.mat-form-field-appearance-outline,.dark .mat-mdc-form-field.mat-text-field-outlined,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined,.light .mat-mdc-form-field.mat-form-field-appearance-outline,.light .mat-mdc-form-field.mat-text-field-outlined,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined{--mdc-outlined-text-field-caret-color: #242424 !important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,.dark .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,.light .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder{color:#666}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg{color:#e02800;row-gap:0}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper{padding:0!important;min-height:24px}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before{display:none}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline input,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined input,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline input,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined input,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline input,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined input,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline input,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined input,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,.dark .mat-mdc-form-field.mat-form-field-appearance-outline input,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,.dark .mat-mdc-form-field.mat-text-field-outlined input,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline input,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined input,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,.light .mat-mdc-form-field.mat-form-field-appearance-outline input,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,.light .mat-mdc-form-field.mat-text-field-outlined input,.light .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline input,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined input,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input{caret-color:#242424}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,.light .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg{color:#242424}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper{background:#fff;border-radius:10px;height:48px}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg{color:#919191!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg{color:#fff!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label{color:#666!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *{border-color:#d3d3d3!important;color:#d3d3d3!important;pointer-events:none!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label{color:#e9e9e9!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading{border-top-left-radius:10px;border-bottom-left-radius:10px}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing{border-top-right-radius:10px;border-bottom-right-radius:10px}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above){top:21px!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after{color:#e02800}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label{color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a{color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg{color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above{color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing{border-color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg{color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above{color:#e02800!important}*[theme=dark] .ui-dropdown-list.mat-accent,.dark .ui-dropdown-list.mat-accent{background-color:#666}*[theme=dark] .ui-dropdown-list.mat-accent mat-option,.dark .ui-dropdown-list.mat-accent mat-option{background-color:#666!important}*[theme=dark] .ui-dropdown-list.mat-accent mat-option:hover,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,.dark .ui-dropdown-list.mat-accent mat-option:hover,.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active{background-color:#919191!important}*[theme=dark] .ui-dropdown-list.mat-accent mat-option .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-accent mat-option .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text{color:#fff!important}*[theme=dark] .mat-mdc-select-placeholder,.dark .mat-mdc-select-placeholder{color:#919191}*[theme=dark] .ui-dropdown .mat-mdc-select,.dark .ui-dropdown .mat-mdc-select{color:#fff}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list{border-radius:10px!important;box-shadow:0 4px 16px #24242414}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:focus:not(.mdc-list-item--disabled){background-color:#e0e0e0}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected{background-color:#e9f0f1;color:#000}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled){background-color:#c8d7de}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple:focus:not(.mdc-list-item--disabled){background-color:#e0e0e0}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple.mat-mdc-option-active,.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple.mdc-list-item--selected{background-color:#f0dad9;color:#000}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled){background-color:#e3c3c6}.ui-field[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.ui-field[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label{color:#666!important}.ui-field[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label:active,.ui-field[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label:active{color:#242424!important}.mat-mdc-form-field .mat-mdc-form-field-hint-wrapper{padding:0}.mat-mdc-form-field .mat-mdc-form-field-hint-wrapper .errors{padding-top:4px;padding-bottom:10px}.mat-mdc-form-field .mat-mdc-form-field-hint-wrapper span,.mat-mdc-form-field .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-hint-spacer{line-height:16px}.mat-mdc-form-field .mat-mdc-form-field-hint:before{height:0!important}.mat-mdc-form-field .mat-mdc-form-field-hint.error{display:flex;flex-flow:column;row-gap:4px}.mat-mdc-form-field .mat-mdc-form-field-hint.error .errors{align-items:center;display:flex}.mat-mdc-form-field .mat-mdc-form-field-hint.error .errors ui-icon{margin-right:4px}.custom-errors{align-items:center;display:flex;color:#e02800!important;padding:4px 0 10px;font-size:12px;line-height:16px;position:relative}.custom-errors ui-icon{margin-right:4px}.custom-errors svg{color:#e02800!important}.light.mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.light.mat-mdc-autocomplete-panel .mat-mdc-option:focus:not(.mdc-list-item--disabled),.light.mat-mdc-autocomplete-panel .mat-mdc-option.mat-mdc-option-active,.light.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.dark.mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled){background:var(--ui-autocomplete-option-color)!important}:root{--color-primary-10: #FFF2FC;--color-primary-20: #FFE6FA;--color-primary-30: #FFB3EE;--color-primary-40: #FF54DA;--color-primary-50: #D410AA;--color-primary-60: #A90686;--color-accent-10: #FFFAF6;--color-accent-20: #FFF5ED;--color-black: #242424;--color-black-opa-70: rgba(36, 36, 36, .7);--color-white: #FFFFFF;--color-grey-10: #F4F4F4;--color-grey-20: #E9E9E9;--color-grey-30: #D3D3D3;--color-grey-40: #919191;--color-grey-50: #666666;--color-info-10: #D9E8FF;--color-info-20: #99C1FE;--color-info-30: #277CFD;--color-info-40: #0165FC;--color-info-50: #1447AA;--color-success-10: #F5FAE3;--color-success-20: #E2F4B3;--color-success-30: #C6E866;--color-success-40: #A0D90D;--color-success-50: #88B901;--color-error-10: #FFEAE6;--color-error-20: #FFAC9A;--color-error-30: #FF6E4F;--color-error-40: #FF3003;--color-error-50: #E02800;--color-warning-10: #FFF5E6;--color-warning-20: #FFE1B3;--color-warning-30: #FFC268;--color-warning-40: #FF9A03;--color-warning-50: #D07D00}:root{--font-family-main: \"Modern Gothic\", sans-serif;--font-h1: 900 40px/52px var(--font-family-main);--font-h2: 900 24px/30px var(--font-family-main);--font-h3: 700 20px/26px var(--font-family-main);--font-h4: 700 16px/20px var(--font-family-main);--font-h5: 700 14px/18px var(--font-family-main);--font-body-large: 400 16px/24px var(--font-family-main);--font-body-default: 400 14px/22px var(--font-family-main);--font-body-small: 400 12px/16px var(--font-family-main);--font-hyperlink-large: 500 16px/24px var(--font-family-main);--font-hyperlink-default: 500 14px/22px var(--font-family-main);--font-hyperlink-small: 500 12px/16px var(--font-family-main);--font-button-label: 500 14px/1.4 var(--font-family-main);--font-label: 400 14px/1.4 var(--font-family-main)}:root{--border-radius-none: 0px;--border-radius-small: 4px;--border-radius-small-top: var(--border-radius-small) var(--border-radius-small) 0 0;--border-radius-small-bottom: 0 0 var(--border-radius-small) var(--border-radius-small);--border-radius-default: 10px;--border-radius-default-top: var(--border-radius-default) var(--border-radius-default) 0 0;--border-radius-default-bottom: 0 0 var(--border-radius-default) var(--border-radius-default);--border-radius-large: 36px;--border-radius-round: 50%;--color-grey-border: #DDDDDD;--color-grey-border-hover: #F6F6F6}:root{--box-shadow-hover: 0px 4px 16px 0px rgba(36,36,36,.08);--box-shadow-card: 0px 4px 100px 0px rgba(36,36,36,.04);--box-shadow-notification: 0px 4px 16px 0px rgba(36,36,36,.04)}:root{--viewport-width: 1312px}.bg-teal-60b{background:#1c443c}.bg-teal-30b{background:#31766a}.bg-teal-default{background:#46a997}.bg-teal-30w{background:#7ec3b6}.bg-teal-60w{background:#b5ddd5}.bg-teal-secondary{background:#cbd6cb}.bg-teal-90w{background:#ecf6f5}.bg-petrol-60b{background:#102930}.bg-petrol-30b{background:#1b4754}.bg-petrol-default{background:#276678}.bg-petrol-30w{background:#6894a0}.bg-petrol-60w{background:#a9c2c9}.bg-petrol-secondary{background:#c8d7de}.bg-petrol-90w{background:#e9f0f1}.bg-error-60b{background:#513131}.bg-error-30b{background:#8e5655}.bg-error-60w{background:#e3c3c6}.bg-error-secondary{background:#f0dad9}.bg-error-default{background:#cb7b7a}.bg-warning-secondary{background:#f0d6bb}.bg-warning-default{background:#cca45f}.bg-black{background:#000}.bg-dark{background:#888}.bg-medium{background:#e0e0e0}.bg-grey{background:#ededed}.bg-light{background:#f6f6f6}.bg-white{background:#fff}.bg-box-shadow{background:#00000014}.bg-navigation-subtitle{background:#528593}.bgc-teal-60b{background-color:#1c443c}.bgc-teal-30b{background-color:#31766a}.bgc-teal-default{background-color:#46a997}.bgc-teal-30w{background-color:#7ec3b6}.bgc-teal-60w{background-color:#b5ddd5}.bgc-teal-secondary{background-color:#cbd6cb}.bgc-teal-90w{background-color:#ecf6f5}.bgc-petrol-60b{background-color:#102930}.bgc-petrol-30b{background-color:#1b4754}.bgc-petrol-default{background-color:#276678}.bgc-petrol-30w{background-color:#6894a0}.bgc-petrol-60w{background-color:#a9c2c9}.bgc-petrol-secondary{background-color:#c8d7de}.bgc-petrol-90w{background-color:#e9f0f1}.bgc-error-60b{background-color:#513131}.bgc-error-30b{background-color:#8e5655}.bgc-error-60w{background-color:#e3c3c6}.bgc-error-secondary{background-color:#f0dad9}.bgc-error-default{background-color:#cb7b7a}.bgc-warning-secondary{background-color:#f0d6bb}.bgc-warning-default{background-color:#cca45f}.bgc-black{background-color:#000}.bgc-dark{background-color:#888}.bgc-medium{background-color:#e0e0e0}.bgc-grey{background-color:#ededed}.bgc-light{background-color:#f6f6f6}.bgc-white{background-color:#fff}.bgc-box-shadow{background-color:#00000014}.bgc-navigation-subtitle{background-color:#528593}body.tour-open{overflow:hidden}ngx-guided-tour .guided-tour-user-input-mask{z-index:1081}ngx-guided-tour .guided-tour-spotlight-overlay{z-index:1082}ngx-guided-tour .tour-orb{z-index:1079;background-color:#625aff;box-shadow:0 0 .3rem .1rem #625aff}ngx-guided-tour .tour-orb .tour-orb-ring:after{border:1rem solid #625aff;box-shadow:0 0 .1rem .1rem #625aff}ngx-guided-tour .tour-step{z-index:1083}ngx-guided-tour .tour-step.tour-bottom .tour-arrow:before,ngx-guided-tour .tour-step.tour-bottom-right .tour-arrow:before,ngx-guided-tour .tour-step.tour-bottom-left .tour-arrow:before{width:0;height:0;content:\"\";z-index:2;border-bottom:1rem solid #ffffff;border-left:1rem solid transparent;border-right:1rem solid transparent}ngx-guided-tour .tour-step.tour-top .tour-arrow:before,ngx-guided-tour .tour-step.tour-top-right .tour-arrow:before,ngx-guided-tour .tour-step.tour-top-left .tour-arrow:before{width:0;height:0;content:\"\";z-index:2;border-top:1rem solid #ffffff;border-left:1rem solid transparent;border-right:1rem solid transparent}ngx-guided-tour .tour-step.tour-left .tour-arrow:before{width:0;height:0;content:\"\";z-index:2;border-left:1rem solid #ffffff;border-bottom:1rem solid transparent;border-top:1rem solid transparent}ngx-guided-tour .tour-step.tour-right .tour-arrow:before{width:0;height:0;content:\"\";z-index:2;border-right:1rem solid #ffffff;border-bottom:1rem solid transparent;border-top:1rem solid transparent}ngx-guided-tour .tour-step .tour-block{color:#231f1f;background-color:#fff;box-shadow:0 .4rem .6rem #4c4c4c}ngx-guided-tour .tour-step .tour-buttons button.skip-button{color:#5e5e5e}ngx-guided-tour .tour-step .tour-buttons .back-button{color:#007bff}ngx-guided-tour .tour-step .tour-buttons .next-button{background-color:#007bff;color:#fff}ngx-guided-tour .tour-step .tour-buttons .next-button:hover{background-color:#0069d9;color:#fff}tgo-coding-test-candidate-view .theme-default,tgo-coding-test .theme-default{--page-bg: var(--color-accent-10);--bg-mat-card: #ffffff;--icon-bg-color: #323232;--icon-bg-hover-color: #f6f6f6;--icon-secondary-bg-color: #000000;--petrol-text-color: #276678;--status-bg-color: #f6f6f6;--button-bg-color: #ededed;--info-panel-color: #c8d7de;--code-editor-background: #fffffe;--select-chosen-text-color: #888888;--select-chosen-bg-color: #e9f0f1;--select-hovered-bg-color: rgba(0, 0, 0, .04);--select-options-text-color: #000000;--select-bg-color: #ffffff;--select-bg-color-light: #ffffff;--select-border-color: #eeeeee;--select-border-color-light: rgba(0, 0, 0, .12);--select-shadow-color: #cccccc;--select-arrow-color: rgba(0, 0, 0, .54);--drawer-bg-color: #ffffff;--toggle-thumb-bg-color: #ffffff;--toggle-body-bg-color: #ededed;--main-text-color: rgba(0, 0, 0, .87);--secondary-text-color: #000000;--status-empty-color: #888888;--border-bg-color: #e0e0e0;--teal-disabled-color: #B5DDD5}tgo-coding-test-candidate-view .theme-dark,tgo-coding-test .theme-dark{--page-bg: #181818;--bg-mat-card: #2d2d2d;--icon-bg-color: #f6f6f6;--icon-bg-hover-color: #1e1e1e;--icon-secondary-bg-color: #f6f6f6;--petrol-text-color: #6894A0;--status-bg-color: #3c3c3c;--button-bg-color: #2d2d2d;--info-panel-color: #c8d7de;--code-editor-background: #1e1e1e;--select-chosen-text-color: #f6f6f6;--select-chosen-bg-color: #2d2d2d;--select-hovered-bg-color: rgba(45, 45, 45, .5);--select-options-text-color: #f6f6f6;--select-bg-color: #000000;--select-bg-color-light: #2D2D2D;--select-border-color: #2d2d2d;--select-border-color-light: #888888;--select-shadow-color: #2d2d2d;--select-arrow-color: #ffffff;--drawer-bg-color: #181818;--toggle-thumb-bg-color: #000000;--toggle-body-bg-color: #888888;--main-text-color: #ffffff;--secondary-text-color: #ffffff;--status-empty-color: #E0E0E0;--border-bg-color: #888888;--teal-disabled-color: #888888;--mdc-plain-tooltip-supporting-text-color: #000000}tgo-coding-test-candidate-view .theme-dark.coding-question-fullscreen,tgo-coding-test .theme-dark.coding-question-fullscreen{--bg-mat-card: #181818}tgo-coding-test-candidate-view .themed-button button:not(.tertiary) mat-icon svg,tgo-coding-test .themed-button button:not(.tertiary) mat-icon svg{color:var(--icon-bg-color);fill:var(--icon-bg-color)}tgo-coding-test-candidate-view .themed-button button.tertiary mat-icon svg,tgo-coding-test .themed-button button.tertiary mat-icon svg{color:var(--company-color, #46A997);fill:var(--company-color, #46A997)}tgo-coding-test-candidate-view .themed-button .button-wrapper .icon-button:hover,tgo-coding-test-candidate-view .themed-button .button-wrapper .mdc-button:hover,tgo-coding-test .themed-button .button-wrapper .icon-button:hover,tgo-coding-test .themed-button .button-wrapper .mdc-button:hover{background-color:var(--icon-bg-hover-color)!important}tgo-coding-test-candidate-view mat-icon.size-24,tgo-coding-test mat-icon.size-24{min-width:24px;min-height:24px;width:24px;height:24px}tgo-coding-test-candidate-view mat-icon.size-16,tgo-coding-test mat-icon.size-16{min-width:16px;min-height:16px;width:16px;height:16px}tgo-coding-test-candidate-view ui-toggle.config-toggle mat-icon,tgo-coding-test ui-toggle.config-toggle mat-icon{width:auto;height:auto}body.tour-open ngx-guided-tour{--guided-tour-background-color: #ffffff;--guided-tour-text-color: #000000}body.tour-open ngx-guided-tour.dark{--guided-tour-background-color: #2d2d2d;--guided-tour-text-color: #ffffff}body.tour-open ngx-guided-tour .tour-step.hidden{display:none}body.tour-open ngx-guided-tour .tour-step h2.tour-title,body.tour-open ngx-guided-tour .tour-step h3.tour-title{font-size:20px;padding-bottom:0;margin-top:0}body.tour-open ngx-guided-tour .tour-step .tour-block{color:var(--guided-tour-text-color);background-color:var(--guided-tour-background-color);border-radius:5px;padding:37px;box-shadow:0 0 13px #bbb}body.tour-open ngx-guided-tour .tour-step .tour-buttons button{text-align:center;border-radius:5px;width:45%;height:48px;padding:0;font-weight:600}body.tour-open ngx-guided-tour .tour-step .tour-buttons button.skip-button{background:#e2e2e2}body.tour-open ngx-guided-tour .tour-step .tour-buttons button.next-button{color:#fff;background-color:#46a997}body.tour-open ngx-guided-tour .tour-step .tour-buttons button.back-button{display:none}body.tour-open ngx-guided-tour .tour-step.tour-bottom .tour-arrow:before{border-bottom:1rem solid var(--guided-tour-background-color)}body.tour-open ngx-guided-tour .tour-step.tour-top .tour-arrow:before{border-top:1rem solid var(--guided-tour-background-color)}body.tour-open ngx-guided-tour .tour-step.tour-left .tour-arrow:before{border-left:1rem solid var(--guided-tour-background-color)}body.tour-open ngx-guided-tour .tour-step.tour-right .tour-arrow:before{border-right:1rem solid var(--guided-tour-background-color)}body.tour-open ngx-guided-tour .tour-step.tour-bottom-right .tour-arrow:before{border-bottom-color:var(--guided-tour-background-color)}body.tour-open ngx-guided-tour .tour-step .tour-content{text-align:center;font-size:14px}body.tour-open ngx-guided-tour .tour-step h2.tour-title{text-align:center}body.tour-open ngx-guided-tour .tour-step h3.tour-title{text-align:center}body.tour-open ngx-guided-tour .guided-tour-spotlight-overlay{box-shadow:0 0 0 9999px #0000004d,0 0 1.5rem #00000026;border-radius:5px}body.tour-open ngx-guided-tour.lat-coding-tour h3.tour-title,body.tour-open ngx-guided-tour.lat-coding-tour h2.tour-title,body.tour-open ngx-guided-tour.lat-coding-tour .tour-content{text-align:left}body.tour-open ngx-guided-tour.lat-coding-tour .tour-content{padding-bottom:24px}body.tour-open ngx-guided-tour.lat-coding-tour .tour-buttons button.skip-button{background:#fff;border:1px solid #000000}body.tour-open ngx-guided-tour.lat-coding-tour .tour-buttons button.next-button{background-color:var(--company-color, #D410AA)}body.tour-open[theme=dark] ngx-guided-tour .tour-step .tour-block,body.tour-open.theme-dark ngx-guided-tour .tour-step .tour-block{box-shadow:none}body.tour-open[theme=dark] ngx-guided-tour .guided-tour-spotlight-overlay,body.tour-open.theme-dark ngx-guided-tour .guided-tour-spotlight-overlay{box-shadow:0 0 0 9999px #000000a6,0 0 1.5rem #00000080;border-radius:5px}body.theme-dark ngx-guided-tour .tour-step .tour-block{box-shadow:none}body.theme-dark ngx-guided-tour .guided-tour-spotlight-overlay{box-shadow:0 0 0 9999px #000000a6,0 0 1.5rem #00000080;border-radius:5px}body .tgo-test-code{display:flex;flex:1;justify-content:center}body .tgo-test-code tgo-question,body .tgo-test-code tgo-micro-test-library-shell-container{display:flex}body[theme=dark] .coding-test-candidate-view .coding-lib ui-dropdown .mat-mdc-text-field-wrapper,body[theme=dark] .coding-test-candidate-view .coding-lib ui-field .mat-mdc-text-field-wrapper,body[theme=dark] .tgo-coding-test .coding-lib ui-dropdown .mat-mdc-text-field-wrapper,body[theme=dark] .tgo-coding-test .coding-lib ui-field .mat-mdc-text-field-wrapper,body.theme-dark .coding-test-candidate-view .coding-lib ui-dropdown .mat-mdc-text-field-wrapper,body.theme-dark .coding-test-candidate-view .coding-lib ui-field .mat-mdc-text-field-wrapper,body.theme-dark .tgo-coding-test .coding-lib ui-dropdown .mat-mdc-text-field-wrapper,body.theme-dark .tgo-coding-test .coding-lib ui-field .mat-mdc-text-field-wrapper{background-color:transparent}.coding-test-candidate-view{display:flex}.coding-test-candidate-view .coding-lib{display:block;height:100%}\n"], dependencies: [{ kind: "ngmodule", type: TranslocoModule }, { kind: "directive", type: i1$4.TranslocoDirective, selector: "[transloco]", inputs: ["transloco", "translocoParams", "translocoScope", "translocoRead", "translocoLang", "translocoLoadingTpl"] }, { kind: "ngmodule", type: DialogComponentModule }, { kind: "ngmodule", type: SnackbarComponentModule }, { kind: "component", type: TgoCodingTestComponent, selector: "tgo-coding-test[languages]", inputs: ["initCode", "snapshot", "functionParams", "functionName", "returnType", "isLAT", "isSQL", "shouldGenerateInitCode", "canAddCustomTestCases", "selectedProgrammingLanguage", "languages", "isReadonly", "autoHeight", "translations", "questionText", "mode", "assessmentId", "companyColor", "testCasesStatus", "loading", "runTestResponse", "viewMode", "exampleTestCases", "hideTestCases", "applicationTheme", "questionId"], outputs: ["pasteEvent", "codeChange", "runTestClick", "languageChange"] }, { kind: "ngmodule", type: GuidedTourModule }, { kind: "component", type: i1$3.GuidedTourComponent, selector: "ngx-guided-tour", inputs: ["topOfPageAdjustment", "tourStepWidth", "minimalTourStepWidth", "skipText", "nextText", "doneText", "closeText", "backText", "progressIndicatorLocation", "progressIndicator"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: RouterModule }], encapsulation: i0.ViewEncapsulation.None });
|
|
4463
|
+
], ngImport: i0, template: "<ng-container *transloco=\"let t; read: 'CODING_QUESTION'\">\n @if (languages()?.length && codingLibTranslations()) {\n <tgo-coding-test\n class=\"coding-lib\"\n [assessmentId]=\"assessment!.uuid!\"\n [questionId]=\"question!.question_id!\"\n [isLAT]=\"isLAT\"\n [canAddCustomTestCases]=\"isLAT\"\n [isSQL]=\"isSQL\"\n [languages]=\"languages()\"\n [initCode]=\"initCode\"\n [mode]=\"mode\"\n [viewMode]=\"viewModes.Full\"\n [loading]=\"testResultsLoading()\"\n [companyColor]=\"companyColor\"\n [questionText]=\"question.text\"\n [testCasesStatus]=\"codingTestResults?.resume\"\n [runTestResponse]=\"codingTestResults?.listResponse!\"\n [exampleTestCases]=\"exampleTestCases\"\n [applicationTheme]=\"canopyUiTheme\"\n [translations]=\"codingLibTranslations()\"\n (codeChange)=\"updateCode($event)\"\n (runTestClick)=\"runTest()\"\n (languageChange)=\"languageChange($event)\"\n (pasteEvent)=\"screenshotPaste($event)\"\n >\n </tgo-coding-test>\n }\n</ng-container>\n\n<ngx-guided-tour\n [ngClass]=\"activeGuidedTourId$ | async\"\n [ngStyle]=\"{ '--company-color': companyColor }\"\n [class.dark]=\"canopyUiTheme === 'dark'\"\n></ngx-guided-tour>\n\n", styles: ["h1,h2,h3,.h1,.h2,.h3{font-weight:400;margin:0}h4,h5,h6,.h4,.h5,.h6{font-weight:700;margin:0}h1,.h1{font-size:40px;line-height:60px;font-weight:700}h2,.h2{font-size:24px;line-height:36px}h2.bold,.h2.bold{font-weight:700}h3,.h3{font-size:20px;line-height:28px}h3.bold,.h3.bold{font-weight:700}h4,.h4{font-size:16px;line-height:24px}h5,.h5{font-size:14px;line-height:20px}h6,.h6{font-size:12px;line-height:16px;text-transform:uppercase}body{font-size:14px;line-height:20px}strong,b{font-weight:700!important}.featured{font-size:16px;line-height:24px}p .semibold,.featured .semibold,.caption .semibold{font-weight:600;color:#46a997}small{font-size:8px;line-height:12px}caption,.caption{font-size:12px;line-height:16px;display:inline-block}*[theme=dark] h1,*[theme=dark] .h1,*[theme=light] h1,*[theme=light] .h1{color:#242424;font-size:32px;line-height:48px;font-weight:400}*[theme=dark] h1.black,*[theme=dark] .h1.black,*[theme=light] h1.black,*[theme=light] .h1.black{font-family:ModernGothic,sans-serif!important;font-weight:900}*[theme=dark] h2,*[theme=dark] .h2,*[theme=light] h2,*[theme=light] .h2{color:#242424;font-size:24px;line-height:30px;font-weight:900;font-family:ModernGothic,sans-serif!important}*[theme=dark] h3,*[theme=dark] .h3,*[theme=light] h3,*[theme=light] .h3{font-size:20px;line-height:26px;font-weight:400;color:#242424}*[theme=dark] h3.bold,*[theme=dark] .h3.bold,*[theme=light] h3.bold,*[theme=light] .h3.bold{font-family:ModernGothic,sans-serif!important;font-weight:700}*[theme=dark] h4,*[theme=dark] .h4,*[theme=light] h4,*[theme=light] .h4{font-size:16px;line-height:20px;font-weight:700;color:#242424;font-family:ModernGothic,sans-serif!important}*[theme=dark] h5,*[theme=dark] .h5,*[theme=light] h5,*[theme=light] .h5{font-size:14px;line-height:18px;font-weight:700;color:#242424;font-family:ModernGothic,sans-serif!important}*[theme=dark] .body-large,*[theme=light] .body-large{font-weight:700;font-size:14px;line-height:22px}*[theme=dark] .body-large-bold,*[theme=light] .body-large-bold{font-weight:700;font-size:16px;line-height:24px}*[theme=dark] .body-large-regular,*[theme=light] .body-large-regular{font-weight:400;font-size:16px;line-height:24px}*[theme=dark] .body-small-bold,*[theme=light] .body-small-bold{font-weight:700;font-size:12px;line-height:16px}*[theme=dark] .body-small-regular,*[theme=light] .body-small-regular{font-weight:400;font-size:12px;line-height:16px}*[theme=dark] .hyperlink-large,*[theme=light] .hyperlink-large{font-weight:500;font-size:16px;line-height:24px}*[theme=dark] .hyperlink,*[theme=light] .hyperlink{font-weight:500;font-size:14px;line-height:22px}*[theme=dark] .hyperlink-small,*[theme=light] .hyperlink-small{font-weight:500;font-size:12px;line-height:16px}*[theme=dark] .button-label,*[theme=light] .button-label{font-weight:500;font-size:14px;font-feature-settings:\"capb\"}*[theme=dark] .label,*[theme=light] .label{font-weight:400;font-size:14px;font-feature-settings:\"capb\"}*[theme=dark] .large-hover-state,*[theme=light] .large-hover-state{font-weight:700;text-decoration:underline;font-size:16px;line-height:24px}*[theme=dark] .hover-state,*[theme=light] .hover-state{font-weight:700;text-decoration:underline;font-size:14px;line-height:22px}*[theme=dark] h1,*[theme=dark] .h1,*[theme=dark] h2,*[theme=dark] .h2,*[theme=dark] h3,*[theme=dark] .h3,*[theme=dark] h4,*[theme=dark] .h4,*[theme=dark] h5,*[theme=dark] .h5{color:#fff}ui-dropdown .mat-mdc-form-field.keyboard-focused,ui-autocomplete .mat-mdc-form-field.keyboard-focused{position:relative}ui-dropdown .mat-mdc-form-field.keyboard-focused .mat-mdc-text-field-wrapper,ui-autocomplete .mat-mdc-form-field.keyboard-focused .mat-mdc-text-field-wrapper{outline:2px solid #242424;animation:focus-ring-animation-main .4s forwards;outline-offset:4px}ui-dropdown .mat-mdc-form-field.keyboard-focused .mat-mdc-text-field-wrapper:after,ui-autocomplete .mat-mdc-form-field.keyboard-focused .mat-mdc-text-field-wrapper:after{content:\"\";position:absolute;top:0;border-radius:10px;left:0;width:100%;height:100%;outline:4px solid #ffffff;z-index:-1}ui-dropdown .mat-mdc-form-field.keyboard-focused .mat-mdc-form-field-subscript-wrapper,ui-autocomplete .mat-mdc-form-field.keyboard-focused .mat-mdc-form-field-subscript-wrapper{z-index:-1}ui-dropdown .mat-mdc-form-field.has-label .mdc-notched-outline__notch,ui-autocomplete .mat-mdc-form-field.has-label .mdc-notched-outline__notch{position:relative}ui-dropdown .mat-mdc-form-field.has-label .mdc-notched-outline__notch:after,ui-autocomplete .mat-mdc-form-field.has-label .mdc-notched-outline__notch:after{content:\"\";position:absolute;top:0;left:0;background:#fff;width:100%;height:5px;z-index:-1}.active-field .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading{border-left-width:2px;border-top-width:2px;border-bottom-width:2px}.active-field .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch{border-top-width:2px;border-bottom-width:2px;border-left:none!important}.active-field .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing{border-top-width:2px;border-bottom-width:2px;border-right-width:2px}*[theme=classic] .mat-mdc-form-field .mat-mdc-form-field-hint.error,*[theme=classic] .mat-mdc-form-field .mat-mdc-form-field-hint.error svg{color:#cb7b7a}*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper{height:48px}*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above){top:21px!important}*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#276678!important}*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above{color:#276678!important}*[theme=dark].phone-number-select,*[theme=light].phone-number-select,.dark.phone-number-select,.light.phone-number-select{margin-top:8px;border-radius:10px!important;box-shadow:0 4px 16px #24242414}*[theme=dark].phone-number-select .country-option,*[theme=light].phone-number-select .country-option,.dark.phone-number-select .country-option,.light.phone-number-select .country-option{display:flex;align-items:center;gap:8px}*[theme=dark].phone-number-select .mat-mdc-option,*[theme=light].phone-number-select .mat-mdc-option,.dark.phone-number-select .mat-mdc-option,.light.phone-number-select .mat-mdc-option{--mat-option-selected-state-layer-color: #F4F4F4;--mat-option-selected-state-label-text-color: #242424}*[theme=dark].phone-number-select .mat-mdc-option .mdc-list-item__primary-text small,*[theme=light].phone-number-select .mat-mdc-option .mdc-list-item__primary-text small,.dark.phone-number-select .mat-mdc-option .mdc-list-item__primary-text small,.light.phone-number-select .mat-mdc-option .mdc-list-item__primary-text small{font-size:14px}*[theme=dark].phone-number-select .mat-mdc-option .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked:after,*[theme=light].phone-number-select .mat-mdc-option .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked:after,.dark.phone-number-select .mat-mdc-option .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked:after,.light.phone-number-select .mat-mdc-option .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked:after{color:#242424;width:12px;height:5px}*[theme=dark].phone-number-select .mat-mdc-option:hover,*[theme=light].phone-number-select .mat-mdc-option:hover,.dark.phone-number-select .mat-mdc-option:hover,.light.phone-number-select .mat-mdc-option:hover{background-color:#fff2fc}*[theme=dark].phone-number-select .mat-divider,*[theme=light].phone-number-select .mat-divider,.dark.phone-number-select .mat-divider,.light.phone-number-select .mat-divider{display:none}*[theme=dark] .mat-mdc-autocomplete-panel,*[theme=dark].mat-mdc-autocomplete-panel,*[theme=light] .mat-mdc-autocomplete-panel,*[theme=light].mat-mdc-autocomplete-panel,.dark .mat-mdc-autocomplete-panel,.dark.mat-mdc-autocomplete-panel,.light .mat-mdc-autocomplete-panel,.light.mat-mdc-autocomplete-panel{box-shadow:0 4px 16px #24242414;border-radius:10px}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.dark .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,.dark .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.dark.mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,.dark.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.light .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,.light .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.light.mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,.light.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled){background:#f4f4f4!important}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,.dark .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,.dark .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,.dark.mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,.dark.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,.light .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,.light .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,.light.mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,.light.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover{background:var(--ui-autocomplete-option-color)!important}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.dark .mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.dark.mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.light .mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.light.mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled){background:var(--ui-autocomplete-option-color)!important}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),.dark .mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),.dark.mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),.light .mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),.light.mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled){background:var(--ui-autocomplete-option-color)!important}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option span,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option span,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option span,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option span,.dark .mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,.dark .mat-mdc-autocomplete-panel .mat-mdc-option span,.dark.mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,.dark.mat-mdc-autocomplete-panel .mat-mdc-option span,.light .mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,.light .mat-mdc-autocomplete-panel .mat-mdc-option span,.light.mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,.light.mat-mdc-autocomplete-panel .mat-mdc-option span{color:#242424!important;font-weight:400}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,.dark .mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,.dark.mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,.light .mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,.light.mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text{font-size:14px!important}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,.dark .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,.dark.mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,.light .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,.light.mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text{color:#242424!important;text-transform:lowercase}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,.dark .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,.dark.mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,.light .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,.light.mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter{text-transform:uppercase!important}*[theme=dark] .mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),*[theme=dark].mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),*[theme=light] .mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),*[theme=light].mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.dark .mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.dark.mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.light .mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.light.mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option){background:transparent!important}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.dark .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.dark.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.light .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.light.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option){background:transparent!important}*[theme=dark] .ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,*[theme=dark].ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,*[theme=light] .ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,*[theme=light].ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,.dark .ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,.dark.ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,.light .ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,.light.ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator{display:none}*[theme=dark] .ui-dropdown-list .mat-mdc-option,*[theme=dark] .ui-dropdown-list .mat-option-section .section-title,*[theme=dark].ui-dropdown-list .mat-mdc-option,*[theme=dark].ui-dropdown-list .mat-option-section .section-title,*[theme=light] .ui-dropdown-list .mat-mdc-option,*[theme=light] .ui-dropdown-list .mat-option-section .section-title,*[theme=light].ui-dropdown-list .mat-mdc-option,*[theme=light].ui-dropdown-list .mat-option-section .section-title,.dark .ui-dropdown-list .mat-mdc-option,.dark .ui-dropdown-list .mat-option-section .section-title,.dark.ui-dropdown-list .mat-mdc-option,.dark.ui-dropdown-list .mat-option-section .section-title,.light .ui-dropdown-list .mat-mdc-option,.light .ui-dropdown-list .mat-option-section .section-title,.light.ui-dropdown-list .mat-mdc-option,.light.ui-dropdown-list .mat-option-section .section-title{color:#242424!important}*[theme=dark] .ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,*[theme=dark].ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,*[theme=light] .ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,*[theme=light].ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,.dark .ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,.dark.ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,.light .ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,.light.ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox{border-radius:4px;border-width:1px;border-color:#242424}*[theme=dark] .ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,*[theme=dark].ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,*[theme=light] .ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,*[theme=light].ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,.dark .ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,.dark.ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,.light .ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,.light.ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal{transform:scale(.9)}*[theme=dark] .ui-dropdown-list.mat-warn mat-option:hover,*[theme=dark] .ui-dropdown-list.mat-accent mat-option:hover,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,*[theme=dark].ui-dropdown-list.mat-warn mat-option:hover,*[theme=dark].ui-dropdown-list.mat-accent mat-option:hover,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,*[theme=light] .ui-dropdown-list.mat-warn mat-option:hover,*[theme=light] .ui-dropdown-list.mat-accent mat-option:hover,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,*[theme=light].ui-dropdown-list.mat-warn mat-option:hover,*[theme=light].ui-dropdown-list.mat-accent mat-option:hover,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,.dark .ui-dropdown-list.mat-warn mat-option:hover,.dark .ui-dropdown-list.mat-accent mat-option:hover,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,.dark.ui-dropdown-list.mat-warn mat-option:hover,.dark.ui-dropdown-list.mat-accent mat-option:hover,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,.light .ui-dropdown-list.mat-warn mat-option:hover,.light .ui-dropdown-list.mat-accent mat-option:hover,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,.light.ui-dropdown-list.mat-warn mat-option:hover,.light.ui-dropdown-list.mat-accent mat-option:hover,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover{background:var(--dropdown-color-option-hover)!important}*[theme=dark] .ui-dropdown-list.mat-warn mat-option:active,*[theme=dark] .ui-dropdown-list.mat-accent mat-option:active,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,*[theme=dark].ui-dropdown-list.mat-warn mat-option:active,*[theme=dark].ui-dropdown-list.mat-accent mat-option:active,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,*[theme=light] .ui-dropdown-list.mat-warn mat-option:active,*[theme=light] .ui-dropdown-list.mat-accent mat-option:active,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,*[theme=light].ui-dropdown-list.mat-warn mat-option:active,*[theme=light].ui-dropdown-list.mat-accent mat-option:active,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,.dark .ui-dropdown-list.mat-warn mat-option:active,.dark .ui-dropdown-list.mat-accent mat-option:active,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,.dark.ui-dropdown-list.mat-warn mat-option:active,.dark.ui-dropdown-list.mat-accent mat-option:active,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,.light .ui-dropdown-list.mat-warn mat-option:active,.light .ui-dropdown-list.mat-accent mat-option:active,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,.light.ui-dropdown-list.mat-warn mat-option:active,.light.ui-dropdown-list.mat-accent mat-option:active,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active{background:var(--dropdown-color-option-active)!important}*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,*[theme=dark].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,*[theme=dark].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,*[theme=dark].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,*[theme=dark].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,*[theme=light] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,*[theme=light] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,*[theme=light] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,*[theme=light] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,*[theme=light].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,*[theme=light].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,*[theme=light].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,*[theme=light].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,.dark .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,.dark .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,.dark .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,.dark.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,.dark.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,.dark.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,.dark.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,.light .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,.light .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,.light .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,.light .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,.light.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,.light.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,.light.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,.light.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected{background-color:#f4f4f4!important}*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=dark].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=dark].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=dark].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=dark].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=dark].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=dark].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=dark].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=dark].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=light] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=light] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=light] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=light] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=light] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=light] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=light] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=light] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=light].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=light].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=light].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=light].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=light].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=light].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=light].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=light].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.dark .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.dark .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.dark .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.dark.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.dark.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.dark.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.dark.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.dark.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.dark.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.dark.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.dark.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.light .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.light .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.light .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.light .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.light .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.light .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.light .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.light .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.light.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.light.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.light.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.light.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.light.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.light.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.light.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.light.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after{color:#242424!important}*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled){background-color:#f4f4f4}*[theme=dark] .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,*[theme=dark].ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,*[theme=light] .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,*[theme=light].ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,.dark .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,.dark.ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,.light .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,.light.ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full{background:#d410aa;border-color:#d410aa}*[theme=dark] .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,*[theme=dark].ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,*[theme=light] .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,*[theme=light].ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,.dark .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,.dark.ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,.light .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,.light.ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after{border-color:#fff}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined,.dark .mat-mdc-form-field.mat-form-field-appearance-outline,.dark .mat-mdc-form-field.mat-text-field-outlined,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined,.light .mat-mdc-form-field.mat-form-field-appearance-outline,.light .mat-mdc-form-field.mat-text-field-outlined,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined{--mdc-outlined-text-field-caret-color: #242424 !important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,.dark .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,.light .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder{color:#666}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg{color:#e02800;row-gap:0}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper{padding:0!important;min-height:24px}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before{display:none}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline input,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined input,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline input,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined input,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline input,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined input,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline input,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined input,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,.dark .mat-mdc-form-field.mat-form-field-appearance-outline input,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,.dark .mat-mdc-form-field.mat-text-field-outlined input,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline input,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined input,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,.light .mat-mdc-form-field.mat-form-field-appearance-outline input,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,.light .mat-mdc-form-field.mat-text-field-outlined input,.light .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline input,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined input,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input{caret-color:#242424}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,.light .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg{color:#242424}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper{background:#fff;border-radius:10px;height:48px}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg{color:#919191!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg{color:#fff!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label{color:#666!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *{border-color:#d3d3d3!important;color:#d3d3d3!important;pointer-events:none!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label{color:#e9e9e9!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading{border-top-left-radius:10px;border-bottom-left-radius:10px}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing{border-top-right-radius:10px;border-bottom-right-radius:10px}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above){top:21px!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after{color:#e02800}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label{color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a{color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg{color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above{color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing{border-color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg{color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above{color:#e02800!important}*[theme=dark] .ui-dropdown-list.mat-accent,.dark .ui-dropdown-list.mat-accent{background-color:#666}*[theme=dark] .ui-dropdown-list.mat-accent mat-option,.dark .ui-dropdown-list.mat-accent mat-option{background-color:#666!important}*[theme=dark] .ui-dropdown-list.mat-accent mat-option:hover,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,.dark .ui-dropdown-list.mat-accent mat-option:hover,.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active{background-color:#919191!important}*[theme=dark] .ui-dropdown-list.mat-accent mat-option .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-accent mat-option .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text{color:#fff!important}*[theme=dark] .mat-mdc-select-placeholder,.dark .mat-mdc-select-placeholder{color:#919191}*[theme=dark] .ui-dropdown .mat-mdc-select,.dark .ui-dropdown .mat-mdc-select{color:#fff}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list{border-radius:10px!important;box-shadow:0 4px 16px #24242414}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:focus:not(.mdc-list-item--disabled){background-color:#e0e0e0}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected{background-color:#e9f0f1;color:#000}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled){background-color:#c8d7de}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple:focus:not(.mdc-list-item--disabled){background-color:#e0e0e0}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple.mat-mdc-option-active,.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple.mdc-list-item--selected{background-color:#f0dad9;color:#000}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled){background-color:#e3c3c6}.ui-field[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.ui-field[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label{color:#666!important}.ui-field[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label:active,.ui-field[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label:active{color:#242424!important}.mat-mdc-form-field .mat-mdc-form-field-hint-wrapper{padding:0}.mat-mdc-form-field .mat-mdc-form-field-hint-wrapper .errors{padding-top:4px;padding-bottom:10px}.mat-mdc-form-field .mat-mdc-form-field-hint-wrapper span,.mat-mdc-form-field .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-hint-spacer{line-height:16px}.mat-mdc-form-field .mat-mdc-form-field-hint:before{height:0!important}.mat-mdc-form-field .mat-mdc-form-field-hint.error{display:flex;flex-flow:column;row-gap:4px}.mat-mdc-form-field .mat-mdc-form-field-hint.error .errors{align-items:center;display:flex}.mat-mdc-form-field .mat-mdc-form-field-hint.error .errors ui-icon{margin-right:4px}.custom-errors{align-items:center;display:flex;color:#e02800!important;padding:4px 0 10px;font-size:12px;line-height:16px;position:relative}.custom-errors ui-icon{margin-right:4px}.custom-errors svg{color:#e02800!important}.light.mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.light.mat-mdc-autocomplete-panel .mat-mdc-option:focus:not(.mdc-list-item--disabled),.light.mat-mdc-autocomplete-panel .mat-mdc-option.mat-mdc-option-active,.light.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.dark.mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled){background:var(--ui-autocomplete-option-color)!important}:root{--color-primary-10: #FFF2FC;--color-primary-20: #FFE6FA;--color-primary-30: #FFB3EE;--color-primary-40: #FF54DA;--color-primary-50: #D410AA;--color-primary-60: #A90686;--color-accent-10: #FFFAF6;--color-accent-20: #FFF5ED;--color-black: #242424;--color-black-opa-70: rgba(36, 36, 36, .7);--color-white: #FFFFFF;--color-grey-10: #F4F4F4;--color-grey-20: #E9E9E9;--color-grey-30: #D3D3D3;--color-grey-40: #919191;--color-grey-50: #666666;--color-info-10: #D9E8FF;--color-info-20: #99C1FE;--color-info-30: #277CFD;--color-info-40: #0165FC;--color-info-50: #1447AA;--color-success-10: #F5FAE3;--color-success-20: #E2F4B3;--color-success-30: #C6E866;--color-success-40: #A0D90D;--color-success-50: #88B901;--color-error-10: #FFEAE6;--color-error-20: #FFAC9A;--color-error-30: #FF6E4F;--color-error-40: #FF3003;--color-error-50: #E02800;--color-warning-10: #FFF5E6;--color-warning-20: #FFE1B3;--color-warning-30: #FFC268;--color-warning-40: #FF9A03;--color-warning-50: #D07D00}:root{--font-family-main: \"Modern Gothic\", sans-serif;--font-h1: 900 40px/52px var(--font-family-main);--font-h2: 900 24px/30px var(--font-family-main);--font-h3: 700 20px/26px var(--font-family-main);--font-h4: 700 16px/20px var(--font-family-main);--font-h5: 700 14px/18px var(--font-family-main);--font-body-large: 400 16px/24px var(--font-family-main);--font-body-default: 400 14px/22px var(--font-family-main);--font-body-small: 400 12px/16px var(--font-family-main);--font-hyperlink-large: 500 16px/24px var(--font-family-main);--font-hyperlink-default: 500 14px/22px var(--font-family-main);--font-hyperlink-small: 500 12px/16px var(--font-family-main);--font-button-label: 500 14px/1.4 var(--font-family-main);--font-label: 400 14px/1.4 var(--font-family-main)}:root{--border-radius-none: 0px;--border-radius-small: 4px;--border-radius-small-top: var(--border-radius-small) var(--border-radius-small) 0 0;--border-radius-small-bottom: 0 0 var(--border-radius-small) var(--border-radius-small);--border-radius-default: 10px;--border-radius-default-top: var(--border-radius-default) var(--border-radius-default) 0 0;--border-radius-default-bottom: 0 0 var(--border-radius-default) var(--border-radius-default);--border-radius-large: 36px;--border-radius-round: 50%;--color-grey-border: #DDDDDD;--color-grey-border-hover: #F6F6F6}:root{--box-shadow-hover: 0px 4px 16px 0px rgba(36,36,36,.08);--box-shadow-card: 0px 4px 100px 0px rgba(36,36,36,.04);--box-shadow-notification: 0px 4px 16px 0px rgba(36,36,36,.04)}:root{--viewport-width: 1312px}.bg-teal-60b{background:#1c443c}.bg-teal-30b{background:#31766a}.bg-teal-default{background:#46a997}.bg-teal-30w{background:#7ec3b6}.bg-teal-60w{background:#b5ddd5}.bg-teal-secondary{background:#cbd6cb}.bg-teal-90w{background:#ecf6f5}.bg-petrol-60b{background:#102930}.bg-petrol-30b{background:#1b4754}.bg-petrol-default{background:#276678}.bg-petrol-30w{background:#6894a0}.bg-petrol-60w{background:#a9c2c9}.bg-petrol-secondary{background:#c8d7de}.bg-petrol-90w{background:#e9f0f1}.bg-error-60b{background:#513131}.bg-error-30b{background:#8e5655}.bg-error-60w{background:#e3c3c6}.bg-error-secondary{background:#f0dad9}.bg-error-default{background:#cb7b7a}.bg-warning-secondary{background:#f0d6bb}.bg-warning-default{background:#cca45f}.bg-black{background:#000}.bg-dark{background:#888}.bg-medium{background:#e0e0e0}.bg-grey{background:#ededed}.bg-light{background:#f6f6f6}.bg-white{background:#fff}.bg-box-shadow{background:#00000014}.bg-navigation-subtitle{background:#528593}.bgc-teal-60b{background-color:#1c443c}.bgc-teal-30b{background-color:#31766a}.bgc-teal-default{background-color:#46a997}.bgc-teal-30w{background-color:#7ec3b6}.bgc-teal-60w{background-color:#b5ddd5}.bgc-teal-secondary{background-color:#cbd6cb}.bgc-teal-90w{background-color:#ecf6f5}.bgc-petrol-60b{background-color:#102930}.bgc-petrol-30b{background-color:#1b4754}.bgc-petrol-default{background-color:#276678}.bgc-petrol-30w{background-color:#6894a0}.bgc-petrol-60w{background-color:#a9c2c9}.bgc-petrol-secondary{background-color:#c8d7de}.bgc-petrol-90w{background-color:#e9f0f1}.bgc-error-60b{background-color:#513131}.bgc-error-30b{background-color:#8e5655}.bgc-error-60w{background-color:#e3c3c6}.bgc-error-secondary{background-color:#f0dad9}.bgc-error-default{background-color:#cb7b7a}.bgc-warning-secondary{background-color:#f0d6bb}.bgc-warning-default{background-color:#cca45f}.bgc-black{background-color:#000}.bgc-dark{background-color:#888}.bgc-medium{background-color:#e0e0e0}.bgc-grey{background-color:#ededed}.bgc-light{background-color:#f6f6f6}.bgc-white{background-color:#fff}.bgc-box-shadow{background-color:#00000014}.bgc-navigation-subtitle{background-color:#528593}body.tour-open{overflow:hidden}ngx-guided-tour .guided-tour-user-input-mask{z-index:1081}ngx-guided-tour .guided-tour-spotlight-overlay{z-index:1082}ngx-guided-tour .tour-orb{z-index:1079;background-color:#625aff;box-shadow:0 0 .3rem .1rem #625aff}ngx-guided-tour .tour-orb .tour-orb-ring:after{border:1rem solid #625aff;box-shadow:0 0 .1rem .1rem #625aff}ngx-guided-tour .tour-step{z-index:1083}ngx-guided-tour .tour-step.tour-bottom .tour-arrow:before,ngx-guided-tour .tour-step.tour-bottom-right .tour-arrow:before,ngx-guided-tour .tour-step.tour-bottom-left .tour-arrow:before{width:0;height:0;content:\"\";z-index:2;border-bottom:1rem solid #ffffff;border-left:1rem solid transparent;border-right:1rem solid transparent}ngx-guided-tour .tour-step.tour-top .tour-arrow:before,ngx-guided-tour .tour-step.tour-top-right .tour-arrow:before,ngx-guided-tour .tour-step.tour-top-left .tour-arrow:before{width:0;height:0;content:\"\";z-index:2;border-top:1rem solid #ffffff;border-left:1rem solid transparent;border-right:1rem solid transparent}ngx-guided-tour .tour-step.tour-left .tour-arrow:before{width:0;height:0;content:\"\";z-index:2;border-left:1rem solid #ffffff;border-bottom:1rem solid transparent;border-top:1rem solid transparent}ngx-guided-tour .tour-step.tour-right .tour-arrow:before{width:0;height:0;content:\"\";z-index:2;border-right:1rem solid #ffffff;border-bottom:1rem solid transparent;border-top:1rem solid transparent}ngx-guided-tour .tour-step .tour-block{color:#231f1f;background-color:#fff;box-shadow:0 .4rem .6rem #4c4c4c}ngx-guided-tour .tour-step .tour-buttons button.skip-button{color:#5e5e5e}ngx-guided-tour .tour-step .tour-buttons .back-button{color:#007bff}ngx-guided-tour .tour-step .tour-buttons .next-button{background-color:#007bff;color:#fff}ngx-guided-tour .tour-step .tour-buttons .next-button:hover{background-color:#0069d9;color:#fff}tgo-coding-test-candidate-view .theme-default,tgo-coding-test .theme-default{--page-bg: var(--color-accent-10);--bg-mat-card: #ffffff;--icon-bg-color: #323232;--icon-bg-hover-color: #f6f6f6;--icon-secondary-bg-color: #000000;--petrol-text-color: #276678;--status-bg-color: #f6f6f6;--button-bg-color: #ededed;--info-panel-color: #c8d7de;--code-editor-background: #fffffe;--select-chosen-text-color: #888888;--select-chosen-bg-color: #e9f0f1;--select-hovered-bg-color: rgba(0, 0, 0, .04);--select-options-text-color: #000000;--select-bg-color: #ffffff;--select-bg-color-light: #ffffff;--select-border-color: #eeeeee;--select-border-color-light: rgba(0, 0, 0, .12);--select-shadow-color: #cccccc;--select-arrow-color: rgba(0, 0, 0, .54);--drawer-bg-color: #ffffff;--toggle-thumb-bg-color: #ffffff;--toggle-body-bg-color: #ededed;--main-text-color: rgba(0, 0, 0, .87);--secondary-text-color: #000000;--status-empty-color: #888888;--border-bg-color: #e0e0e0;--teal-disabled-color: #B5DDD5}tgo-coding-test-candidate-view .theme-dark,tgo-coding-test .theme-dark{--page-bg: #181818;--bg-mat-card: #2d2d2d;--icon-bg-color: #f6f6f6;--icon-bg-hover-color: #1e1e1e;--icon-secondary-bg-color: #f6f6f6;--petrol-text-color: #6894A0;--status-bg-color: #3c3c3c;--button-bg-color: #2d2d2d;--info-panel-color: #c8d7de;--code-editor-background: #1e1e1e;--select-chosen-text-color: #f6f6f6;--select-chosen-bg-color: #2d2d2d;--select-hovered-bg-color: rgba(45, 45, 45, .5);--select-options-text-color: #f6f6f6;--select-bg-color: #000000;--select-bg-color-light: #2D2D2D;--select-border-color: #2d2d2d;--select-border-color-light: #888888;--select-shadow-color: #2d2d2d;--select-arrow-color: #ffffff;--drawer-bg-color: #181818;--toggle-thumb-bg-color: #000000;--toggle-body-bg-color: #888888;--main-text-color: #ffffff;--secondary-text-color: #ffffff;--status-empty-color: #E0E0E0;--border-bg-color: #888888;--teal-disabled-color: #888888;--mdc-plain-tooltip-supporting-text-color: #000000}tgo-coding-test-candidate-view .theme-dark.coding-question-fullscreen,tgo-coding-test .theme-dark.coding-question-fullscreen{--bg-mat-card: #181818}tgo-coding-test-candidate-view .themed-button button:not(.tertiary) mat-icon svg,tgo-coding-test .themed-button button:not(.tertiary) mat-icon svg{color:var(--icon-bg-color);fill:var(--icon-bg-color)}tgo-coding-test-candidate-view .themed-button button.tertiary mat-icon svg,tgo-coding-test .themed-button button.tertiary mat-icon svg{color:var(--company-color, #46A997);fill:var(--company-color, #46A997)}tgo-coding-test-candidate-view .themed-button .button-wrapper .icon-button:hover,tgo-coding-test-candidate-view .themed-button .button-wrapper .mdc-button:hover,tgo-coding-test .themed-button .button-wrapper .icon-button:hover,tgo-coding-test .themed-button .button-wrapper .mdc-button:hover{background-color:var(--icon-bg-hover-color)!important}tgo-coding-test-candidate-view mat-icon.size-24,tgo-coding-test mat-icon.size-24{min-width:24px;min-height:24px;width:24px;height:24px}tgo-coding-test-candidate-view mat-icon.size-16,tgo-coding-test mat-icon.size-16{min-width:16px;min-height:16px;width:16px;height:16px}tgo-coding-test-candidate-view ui-toggle.config-toggle mat-icon,tgo-coding-test ui-toggle.config-toggle mat-icon{width:auto;height:auto}body.tour-open ngx-guided-tour{--guided-tour-background-color: #ffffff;--guided-tour-text-color: #000000}body.tour-open ngx-guided-tour.dark{--guided-tour-background-color: #2d2d2d;--guided-tour-text-color: #ffffff}body.tour-open ngx-guided-tour .tour-step.hidden{display:none}body.tour-open ngx-guided-tour .tour-step h2.tour-title,body.tour-open ngx-guided-tour .tour-step h3.tour-title{font-size:20px;padding-bottom:0;margin-top:0}body.tour-open ngx-guided-tour .tour-step .tour-block{color:var(--guided-tour-text-color);background-color:var(--guided-tour-background-color);border-radius:5px;padding:37px;box-shadow:0 0 13px #bbb}body.tour-open ngx-guided-tour .tour-step .tour-buttons button{text-align:center;border-radius:5px;width:45%;height:48px;padding:0;font-weight:600}body.tour-open ngx-guided-tour .tour-step .tour-buttons button.skip-button{background:#e2e2e2}body.tour-open ngx-guided-tour .tour-step .tour-buttons button.next-button{color:#fff;background-color:#46a997}body.tour-open ngx-guided-tour .tour-step .tour-buttons button.back-button{display:none}body.tour-open ngx-guided-tour .tour-step.tour-bottom .tour-arrow:before{border-bottom:1rem solid var(--guided-tour-background-color)}body.tour-open ngx-guided-tour .tour-step.tour-top .tour-arrow:before{border-top:1rem solid var(--guided-tour-background-color)}body.tour-open ngx-guided-tour .tour-step.tour-left .tour-arrow:before{border-left:1rem solid var(--guided-tour-background-color)}body.tour-open ngx-guided-tour .tour-step.tour-right .tour-arrow:before{border-right:1rem solid var(--guided-tour-background-color)}body.tour-open ngx-guided-tour .tour-step.tour-bottom-right .tour-arrow:before{border-bottom-color:var(--guided-tour-background-color)}body.tour-open ngx-guided-tour .tour-step .tour-content{text-align:center;font-size:14px}body.tour-open ngx-guided-tour .tour-step h2.tour-title{text-align:center}body.tour-open ngx-guided-tour .tour-step h3.tour-title{text-align:center}body.tour-open ngx-guided-tour .guided-tour-spotlight-overlay{box-shadow:0 0 0 9999px #0000004d,0 0 1.5rem #00000026;border-radius:5px}body.tour-open ngx-guided-tour.lat-coding-tour h3.tour-title,body.tour-open ngx-guided-tour.lat-coding-tour h2.tour-title,body.tour-open ngx-guided-tour.lat-coding-tour .tour-content{text-align:left}body.tour-open ngx-guided-tour.lat-coding-tour .tour-content{padding-bottom:24px}body.tour-open ngx-guided-tour.lat-coding-tour .tour-buttons button.skip-button{background:#fff;border:1px solid #000000}body.tour-open ngx-guided-tour.lat-coding-tour .tour-buttons button.next-button{background-color:var(--company-color, #D410AA)}body.tour-open[theme=dark] ngx-guided-tour .tour-step .tour-block,body.tour-open.theme-dark ngx-guided-tour .tour-step .tour-block{box-shadow:none}body.tour-open[theme=dark] ngx-guided-tour .guided-tour-spotlight-overlay,body.tour-open.theme-dark ngx-guided-tour .guided-tour-spotlight-overlay{box-shadow:0 0 0 9999px #000000a6,0 0 1.5rem #00000080;border-radius:5px}body.theme-dark ngx-guided-tour .tour-step .tour-block{box-shadow:none}body.theme-dark ngx-guided-tour .guided-tour-spotlight-overlay{box-shadow:0 0 0 9999px #000000a6,0 0 1.5rem #00000080;border-radius:5px}body .tgo-test-code{display:flex;flex:1;justify-content:center}body .tgo-test-code tgo-question,body .tgo-test-code tgo-micro-test-library-shell-container{display:flex}body[theme=dark] .coding-test-candidate-view .coding-lib ui-dropdown .mat-mdc-text-field-wrapper,body[theme=dark] .coding-test-candidate-view .coding-lib ui-field .mat-mdc-text-field-wrapper,body[theme=dark] .tgo-coding-test .coding-lib ui-dropdown .mat-mdc-text-field-wrapper,body[theme=dark] .tgo-coding-test .coding-lib ui-field .mat-mdc-text-field-wrapper,body.theme-dark .coding-test-candidate-view .coding-lib ui-dropdown .mat-mdc-text-field-wrapper,body.theme-dark .coding-test-candidate-view .coding-lib ui-field .mat-mdc-text-field-wrapper,body.theme-dark .tgo-coding-test .coding-lib ui-dropdown .mat-mdc-text-field-wrapper,body.theme-dark .tgo-coding-test .coding-lib ui-field .mat-mdc-text-field-wrapper{background-color:transparent}.coding-test-candidate-view{display:flex}.coding-test-candidate-view .coding-lib{display:block;height:100%}\n"], dependencies: [{ kind: "ngmodule", type: TranslocoModule }, { kind: "directive", type: i1$5.TranslocoDirective, selector: "[transloco]", inputs: ["transloco", "translocoParams", "translocoScope", "translocoRead", "translocoLang", "translocoLoadingTpl"] }, { kind: "ngmodule", type: DialogComponentModule }, { kind: "ngmodule", type: SnackbarComponentModule }, { kind: "component", type: TgoCodingTestComponent, selector: "tgo-coding-test[languages]", inputs: ["initCode", "snapshot", "functionParams", "functionName", "returnType", "isLAT", "isSQL", "shouldGenerateInitCode", "canAddCustomTestCases", "selectedProgrammingLanguage", "languages", "isReadonly", "autoHeight", "translations", "questionText", "mode", "assessmentId", "companyColor", "testCasesStatus", "loading", "runTestResponse", "viewMode", "exampleTestCases", "hideTestCases", "applicationTheme", "questionId"], outputs: ["pasteEvent", "codeChange", "runTestClick", "languageChange"] }, { kind: "ngmodule", type: GuidedTourModule }, { kind: "component", type: i1$4.GuidedTourComponent, selector: "ngx-guided-tour", inputs: ["topOfPageAdjustment", "tourStepWidth", "minimalTourStepWidth", "skipText", "nextText", "doneText", "closeText", "backText", "progressIndicatorLocation", "progressIndicator"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: RouterModule }], encapsulation: i0.ViewEncapsulation.None });
|
|
4438
4464
|
};
|
|
4439
4465
|
TgoCodingTestCandidateViewComponent = __decorate([
|
|
4440
|
-
UntilDestroy()
|
|
4466
|
+
UntilDestroy(),
|
|
4467
|
+
__metadata("design:paramtypes", [])
|
|
4441
4468
|
], TgoCodingTestCandidateViewComponent);
|
|
4442
4469
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TgoCodingTestCandidateViewComponent, decorators: [{
|
|
4443
4470
|
type: Component,
|
|
@@ -4467,7 +4494,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
4467
4494
|
// use MockedApiService for local demo ONLY
|
|
4468
4495
|
ApiService, //{ provide: ApiService, useClass: MockedApiService },
|
|
4469
4496
|
], template: "<ng-container *transloco=\"let t; read: 'CODING_QUESTION'\">\n @if (languages()?.length && codingLibTranslations()) {\n <tgo-coding-test\n class=\"coding-lib\"\n [assessmentId]=\"assessment!.uuid!\"\n [questionId]=\"question!.question_id!\"\n [isLAT]=\"isLAT\"\n [canAddCustomTestCases]=\"isLAT\"\n [isSQL]=\"isSQL\"\n [languages]=\"languages()\"\n [initCode]=\"initCode\"\n [mode]=\"mode\"\n [viewMode]=\"viewModes.Full\"\n [loading]=\"testResultsLoading()\"\n [companyColor]=\"companyColor\"\n [questionText]=\"question.text\"\n [testCasesStatus]=\"codingTestResults?.resume\"\n [runTestResponse]=\"codingTestResults?.listResponse!\"\n [exampleTestCases]=\"exampleTestCases\"\n [applicationTheme]=\"canopyUiTheme\"\n [translations]=\"codingLibTranslations()\"\n (codeChange)=\"updateCode($event)\"\n (runTestClick)=\"runTest()\"\n (languageChange)=\"languageChange($event)\"\n (pasteEvent)=\"screenshotPaste($event)\"\n >\n </tgo-coding-test>\n }\n</ng-container>\n\n<ngx-guided-tour\n [ngClass]=\"activeGuidedTourId$ | async\"\n [ngStyle]=\"{ '--company-color': companyColor }\"\n [class.dark]=\"canopyUiTheme === 'dark'\"\n></ngx-guided-tour>\n\n", styles: ["h1,h2,h3,.h1,.h2,.h3{font-weight:400;margin:0}h4,h5,h6,.h4,.h5,.h6{font-weight:700;margin:0}h1,.h1{font-size:40px;line-height:60px;font-weight:700}h2,.h2{font-size:24px;line-height:36px}h2.bold,.h2.bold{font-weight:700}h3,.h3{font-size:20px;line-height:28px}h3.bold,.h3.bold{font-weight:700}h4,.h4{font-size:16px;line-height:24px}h5,.h5{font-size:14px;line-height:20px}h6,.h6{font-size:12px;line-height:16px;text-transform:uppercase}body{font-size:14px;line-height:20px}strong,b{font-weight:700!important}.featured{font-size:16px;line-height:24px}p .semibold,.featured .semibold,.caption .semibold{font-weight:600;color:#46a997}small{font-size:8px;line-height:12px}caption,.caption{font-size:12px;line-height:16px;display:inline-block}*[theme=dark] h1,*[theme=dark] .h1,*[theme=light] h1,*[theme=light] .h1{color:#242424;font-size:32px;line-height:48px;font-weight:400}*[theme=dark] h1.black,*[theme=dark] .h1.black,*[theme=light] h1.black,*[theme=light] .h1.black{font-family:ModernGothic,sans-serif!important;font-weight:900}*[theme=dark] h2,*[theme=dark] .h2,*[theme=light] h2,*[theme=light] .h2{color:#242424;font-size:24px;line-height:30px;font-weight:900;font-family:ModernGothic,sans-serif!important}*[theme=dark] h3,*[theme=dark] .h3,*[theme=light] h3,*[theme=light] .h3{font-size:20px;line-height:26px;font-weight:400;color:#242424}*[theme=dark] h3.bold,*[theme=dark] .h3.bold,*[theme=light] h3.bold,*[theme=light] .h3.bold{font-family:ModernGothic,sans-serif!important;font-weight:700}*[theme=dark] h4,*[theme=dark] .h4,*[theme=light] h4,*[theme=light] .h4{font-size:16px;line-height:20px;font-weight:700;color:#242424;font-family:ModernGothic,sans-serif!important}*[theme=dark] h5,*[theme=dark] .h5,*[theme=light] h5,*[theme=light] .h5{font-size:14px;line-height:18px;font-weight:700;color:#242424;font-family:ModernGothic,sans-serif!important}*[theme=dark] .body-large,*[theme=light] .body-large{font-weight:700;font-size:14px;line-height:22px}*[theme=dark] .body-large-bold,*[theme=light] .body-large-bold{font-weight:700;font-size:16px;line-height:24px}*[theme=dark] .body-large-regular,*[theme=light] .body-large-regular{font-weight:400;font-size:16px;line-height:24px}*[theme=dark] .body-small-bold,*[theme=light] .body-small-bold{font-weight:700;font-size:12px;line-height:16px}*[theme=dark] .body-small-regular,*[theme=light] .body-small-regular{font-weight:400;font-size:12px;line-height:16px}*[theme=dark] .hyperlink-large,*[theme=light] .hyperlink-large{font-weight:500;font-size:16px;line-height:24px}*[theme=dark] .hyperlink,*[theme=light] .hyperlink{font-weight:500;font-size:14px;line-height:22px}*[theme=dark] .hyperlink-small,*[theme=light] .hyperlink-small{font-weight:500;font-size:12px;line-height:16px}*[theme=dark] .button-label,*[theme=light] .button-label{font-weight:500;font-size:14px;font-feature-settings:\"capb\"}*[theme=dark] .label,*[theme=light] .label{font-weight:400;font-size:14px;font-feature-settings:\"capb\"}*[theme=dark] .large-hover-state,*[theme=light] .large-hover-state{font-weight:700;text-decoration:underline;font-size:16px;line-height:24px}*[theme=dark] .hover-state,*[theme=light] .hover-state{font-weight:700;text-decoration:underline;font-size:14px;line-height:22px}*[theme=dark] h1,*[theme=dark] .h1,*[theme=dark] h2,*[theme=dark] .h2,*[theme=dark] h3,*[theme=dark] .h3,*[theme=dark] h4,*[theme=dark] .h4,*[theme=dark] h5,*[theme=dark] .h5{color:#fff}ui-dropdown .mat-mdc-form-field.keyboard-focused,ui-autocomplete .mat-mdc-form-field.keyboard-focused{position:relative}ui-dropdown .mat-mdc-form-field.keyboard-focused .mat-mdc-text-field-wrapper,ui-autocomplete .mat-mdc-form-field.keyboard-focused .mat-mdc-text-field-wrapper{outline:2px solid #242424;animation:focus-ring-animation-main .4s forwards;outline-offset:4px}ui-dropdown .mat-mdc-form-field.keyboard-focused .mat-mdc-text-field-wrapper:after,ui-autocomplete .mat-mdc-form-field.keyboard-focused .mat-mdc-text-field-wrapper:after{content:\"\";position:absolute;top:0;border-radius:10px;left:0;width:100%;height:100%;outline:4px solid #ffffff;z-index:-1}ui-dropdown .mat-mdc-form-field.keyboard-focused .mat-mdc-form-field-subscript-wrapper,ui-autocomplete .mat-mdc-form-field.keyboard-focused .mat-mdc-form-field-subscript-wrapper{z-index:-1}ui-dropdown .mat-mdc-form-field.has-label .mdc-notched-outline__notch,ui-autocomplete .mat-mdc-form-field.has-label .mdc-notched-outline__notch{position:relative}ui-dropdown .mat-mdc-form-field.has-label .mdc-notched-outline__notch:after,ui-autocomplete .mat-mdc-form-field.has-label .mdc-notched-outline__notch:after{content:\"\";position:absolute;top:0;left:0;background:#fff;width:100%;height:5px;z-index:-1}.active-field .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading{border-left-width:2px;border-top-width:2px;border-bottom-width:2px}.active-field .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch{border-top-width:2px;border-bottom-width:2px;border-left:none!important}.active-field .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing{border-top-width:2px;border-bottom-width:2px;border-right-width:2px}*[theme=classic] .mat-mdc-form-field .mat-mdc-form-field-hint.error,*[theme=classic] .mat-mdc-form-field .mat-mdc-form-field-hint.error svg{color:#cb7b7a}*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper{height:48px}*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above){top:21px!important}*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#276678!important}*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=classic] .mat-mdc-form-field:not(.mat-warn).mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above{color:#276678!important}*[theme=dark].phone-number-select,*[theme=light].phone-number-select,.dark.phone-number-select,.light.phone-number-select{margin-top:8px;border-radius:10px!important;box-shadow:0 4px 16px #24242414}*[theme=dark].phone-number-select .country-option,*[theme=light].phone-number-select .country-option,.dark.phone-number-select .country-option,.light.phone-number-select .country-option{display:flex;align-items:center;gap:8px}*[theme=dark].phone-number-select .mat-mdc-option,*[theme=light].phone-number-select .mat-mdc-option,.dark.phone-number-select .mat-mdc-option,.light.phone-number-select .mat-mdc-option{--mat-option-selected-state-layer-color: #F4F4F4;--mat-option-selected-state-label-text-color: #242424}*[theme=dark].phone-number-select .mat-mdc-option .mdc-list-item__primary-text small,*[theme=light].phone-number-select .mat-mdc-option .mdc-list-item__primary-text small,.dark.phone-number-select .mat-mdc-option .mdc-list-item__primary-text small,.light.phone-number-select .mat-mdc-option .mdc-list-item__primary-text small{font-size:14px}*[theme=dark].phone-number-select .mat-mdc-option .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked:after,*[theme=light].phone-number-select .mat-mdc-option .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked:after,.dark.phone-number-select .mat-mdc-option .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked:after,.light.phone-number-select .mat-mdc-option .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked:after{color:#242424;width:12px;height:5px}*[theme=dark].phone-number-select .mat-mdc-option:hover,*[theme=light].phone-number-select .mat-mdc-option:hover,.dark.phone-number-select .mat-mdc-option:hover,.light.phone-number-select .mat-mdc-option:hover{background-color:#fff2fc}*[theme=dark].phone-number-select .mat-divider,*[theme=light].phone-number-select .mat-divider,.dark.phone-number-select .mat-divider,.light.phone-number-select .mat-divider{display:none}*[theme=dark] .mat-mdc-autocomplete-panel,*[theme=dark].mat-mdc-autocomplete-panel,*[theme=light] .mat-mdc-autocomplete-panel,*[theme=light].mat-mdc-autocomplete-panel,.dark .mat-mdc-autocomplete-panel,.dark.mat-mdc-autocomplete-panel,.light .mat-mdc-autocomplete-panel,.light.mat-mdc-autocomplete-panel{box-shadow:0 4px 16px #24242414;border-radius:10px}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.dark .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,.dark .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.dark.mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,.dark.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.light .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,.light .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.light.mat-mdc-autocomplete-panel .mat-mdc-option.selected-option,.light.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled){background:#f4f4f4!important}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,.dark .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,.dark .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,.dark.mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,.dark.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,.light .mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,.light .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover,.light.mat-mdc-autocomplete-panel .mat-mdc-option.selected-option:hover,.light.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):hover{background:var(--ui-autocomplete-option-color)!important}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.dark .mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.dark.mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.light .mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.light.mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled){background:var(--ui-autocomplete-option-color)!important}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),.dark .mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),.dark.mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),.light .mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled),.light.mat-mdc-autocomplete-panel .mat-mdc-option:active:not(.mdc-list-item--disabled){background:var(--ui-autocomplete-option-color)!important}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option span,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option span,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option span,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option span,.dark .mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,.dark .mat-mdc-autocomplete-panel .mat-mdc-option span,.dark.mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,.dark.mat-mdc-autocomplete-panel .mat-mdc-option span,.light .mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,.light .mat-mdc-autocomplete-panel .mat-mdc-option span,.light.mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,.light.mat-mdc-autocomplete-panel .mat-mdc-option span{color:#242424!important;font-weight:400}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,.dark .mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,.dark.mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,.light .mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text,.light.mat-mdc-autocomplete-panel .mat-mdc-optgroup-label .mdc-list-item__primary-text{font-size:14px!important}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,.dark .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,.dark.mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,.light .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,.light.mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text{color:#242424!important;text-transform:lowercase}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,.dark .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,.dark.mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,.light .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter,.light.mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text:first-letter{text-transform:uppercase!important}*[theme=dark] .mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),*[theme=dark].mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),*[theme=light] .mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),*[theme=light].mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.dark .mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.dark.mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.light .mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.light.mat-mdc-autocomplete-panel .cdk-virtual-scroll-content-wrapper .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option){background:transparent!important}*[theme=dark] .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),*[theme=dark].mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),*[theme=light] .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),*[theme=light].mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.dark .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.dark.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.light .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option),.light.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled):not(.selected-option){background:transparent!important}*[theme=dark] .ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,*[theme=dark].ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,*[theme=light] .ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,*[theme=light].ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,.dark .ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,.dark.ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,.light .ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator,.light.ui-dropdown-list .mat-mdc-option .mat-mdc-focus-indicator{display:none}*[theme=dark] .ui-dropdown-list .mat-mdc-option,*[theme=dark] .ui-dropdown-list .mat-option-section .section-title,*[theme=dark].ui-dropdown-list .mat-mdc-option,*[theme=dark].ui-dropdown-list .mat-option-section .section-title,*[theme=light] .ui-dropdown-list .mat-mdc-option,*[theme=light] .ui-dropdown-list .mat-option-section .section-title,*[theme=light].ui-dropdown-list .mat-mdc-option,*[theme=light].ui-dropdown-list .mat-option-section .section-title,.dark .ui-dropdown-list .mat-mdc-option,.dark .ui-dropdown-list .mat-option-section .section-title,.dark.ui-dropdown-list .mat-mdc-option,.dark.ui-dropdown-list .mat-option-section .section-title,.light .ui-dropdown-list .mat-mdc-option,.light .ui-dropdown-list .mat-option-section .section-title,.light.ui-dropdown-list .mat-mdc-option,.light.ui-dropdown-list .mat-option-section .section-title{color:#242424!important}*[theme=dark] .ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,*[theme=dark].ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,*[theme=light] .ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,*[theme=light].ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,.dark .ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,.dark.ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,.light .ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox,.light.ui-dropdown-list .mat-mdc-option-multiple .mat-pseudo-checkbox{border-radius:4px;border-width:1px;border-color:#242424}*[theme=dark] .ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,*[theme=dark].ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,*[theme=light] .ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,*[theme=light].ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,.dark .ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,.dark.ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,.light .ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal,.light.ui-dropdown-list .mat-mdc-option .mat-pseudo-checkbox-minimal{transform:scale(.9)}*[theme=dark] .ui-dropdown-list.mat-warn mat-option:hover,*[theme=dark] .ui-dropdown-list.mat-accent mat-option:hover,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,*[theme=dark].ui-dropdown-list.mat-warn mat-option:hover,*[theme=dark].ui-dropdown-list.mat-accent mat-option:hover,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,*[theme=light] .ui-dropdown-list.mat-warn mat-option:hover,*[theme=light] .ui-dropdown-list.mat-accent mat-option:hover,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,*[theme=light].ui-dropdown-list.mat-warn mat-option:hover,*[theme=light].ui-dropdown-list.mat-accent mat-option:hover,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,.dark .ui-dropdown-list.mat-warn mat-option:hover,.dark .ui-dropdown-list.mat-accent mat-option:hover,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,.dark.ui-dropdown-list.mat-warn mat-option:hover,.dark.ui-dropdown-list.mat-accent mat-option:hover,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,.light .ui-dropdown-list.mat-warn mat-option:hover,.light .ui-dropdown-list.mat-accent mat-option:hover,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover,.light.ui-dropdown-list.mat-warn mat-option:hover,.light.ui-dropdown-list.mat-accent mat-option:hover,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover{background:var(--dropdown-color-option-hover)!important}*[theme=dark] .ui-dropdown-list.mat-warn mat-option:active,*[theme=dark] .ui-dropdown-list.mat-accent mat-option:active,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,*[theme=dark].ui-dropdown-list.mat-warn mat-option:active,*[theme=dark].ui-dropdown-list.mat-accent mat-option:active,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,*[theme=light] .ui-dropdown-list.mat-warn mat-option:active,*[theme=light] .ui-dropdown-list.mat-accent mat-option:active,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,*[theme=light].ui-dropdown-list.mat-warn mat-option:active,*[theme=light].ui-dropdown-list.mat-accent mat-option:active,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,.dark .ui-dropdown-list.mat-warn mat-option:active,.dark .ui-dropdown-list.mat-accent mat-option:active,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,.dark.ui-dropdown-list.mat-warn mat-option:active,.dark.ui-dropdown-list.mat-accent mat-option:active,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,.light .ui-dropdown-list.mat-warn mat-option:active,.light .ui-dropdown-list.mat-accent mat-option:active,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active,.light.ui-dropdown-list.mat-warn mat-option:active,.light.ui-dropdown-list.mat-accent mat-option:active,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple:active{background:var(--dropdown-color-option-active)!important}*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,*[theme=dark].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,*[theme=dark].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,*[theme=dark].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,*[theme=dark].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,*[theme=light] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,*[theme=light] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,*[theme=light] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,*[theme=light] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,*[theme=light].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,*[theme=light].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,*[theme=light].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,*[theme=light].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,.dark .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,.dark .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,.dark .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,.dark.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,.dark.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,.dark.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,.dark.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,.light .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,.light .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,.light .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,.light .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected,.light.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,.light.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,.light.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,.light.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected{background-color:#f4f4f4!important}*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=dark].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=dark].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=dark].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=dark].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=dark].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=dark].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=dark].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=dark].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=light] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=light] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=light] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=light] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=light] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=light] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=light] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=light] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=light].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=light].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=light].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=light].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=light].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=light].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=light].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=light].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.dark .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.dark .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.dark .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.dark.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.dark.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.dark.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.dark.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.dark.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.dark.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.dark.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.dark.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.light .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.light .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.light .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.light .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.light .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.light .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.light .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.light .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.light.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.light.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.light.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.light.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.light.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.light.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.light.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mdc-list-item__primary-text,.light.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected .mat-pseudo-checkbox-checked:after,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mdc-list-item__primary-text,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active .mat-pseudo-checkbox-checked:after,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-checked:after{color:#242424!important}*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=dark] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=dark].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=light] .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),*[theme=light].ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.dark .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.dark.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.light .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.light.ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled){background-color:#f4f4f4}*[theme=dark] .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,*[theme=dark].ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,*[theme=light] .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,*[theme=light].ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,.dark .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,.dark.ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,.light .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full,.light.ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full{background:#d410aa;border-color:#d410aa}*[theme=dark] .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,*[theme=dark].ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,*[theme=light] .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,*[theme=light].ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,.dark .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,.dark.ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,.light .ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after,.light.ui-dropdown-list .mat-mdc-option-multiple.mdc-list-item--selected .mat-pseudo-checkbox-full:after{border-color:#fff}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined,.dark .mat-mdc-form-field.mat-form-field-appearance-outline,.dark .mat-mdc-form-field.mat-text-field-outlined,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined,.light .mat-mdc-form-field.mat-form-field-appearance-outline,.light .mat-mdc-form-field.mat-text-field-outlined,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined{--mdc-outlined-text-field-caret-color: #242424 !important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,.dark .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,.light .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field__input::placeholder,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mdc-text-field__input::placeholder{color:#666}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint.error svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-hint.error svg{color:#e02800;row-gap:0}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper{padding:0!important;min-height:24px}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:after,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper:before,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:after,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-form-field-subscript-wrapper:before{display:none}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline input,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined input,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline input,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined input,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline input,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined input,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline input,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined input,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,.dark .mat-mdc-form-field.mat-form-field-appearance-outline input,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,.dark .mat-mdc-form-field.mat-text-field-outlined input,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline input,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined input,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,.light .mat-mdc-form-field.mat-form-field-appearance-outline input,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,.light .mat-mdc-form-field.mat-text-field-outlined input,.light .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline input,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-text-field__input,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined input,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-text-field__input{caret-color:#242424}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,.light .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused ui-icon:not(.clear) svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-focused ui-icon:not(.clear) svg{color:#242424}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper{background:#fff;border-radius:10px;height:48px}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover ui-icon svg{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon svg{color:#919191!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper ui-icon:focus-visible svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper ui-icon:focus-visible svg{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag ui-icon svg{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .value-tag:hover ui-icon svg{color:#fff!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label{color:#666!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled *,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled *{border-color:#d3d3d3!important;color:#d3d3d3!important;pointer-events:none!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mdc-notched-outline__notch label{color:#e9e9e9!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__leading{border-top-left-radius:10px;border-bottom-left-radius:10px}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing{border-top-right-radius:10px;border-bottom-right-radius:10px}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .password .icon-only-wrapper svg{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above){top:21px!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above{color:#242424!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-required-marker:after,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-required-marker:after{color:#e02800}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn mat-label,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn mat-label{color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error a,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error a{color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-hint.error svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-hint.error svg{color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above{color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper .mdc-notched-outline__trailing{border-color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-prefix svg,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-icon-prefix svg{color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mdc-notched-outline__trailing,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__leading,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__notch,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#e02800!important}*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=dark] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,*[theme=light] .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.dark .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-form-field-appearance-outline.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above,.light .autocomplete-wrapper .mat-mdc-form-field.mat-text-field-outlined.mat-warn .mat-mdc-text-field-wrapper.mdc-text-field--focused .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above{color:#e02800!important}*[theme=dark] .ui-dropdown-list.mat-accent,.dark .ui-dropdown-list.mat-accent{background-color:#666}*[theme=dark] .ui-dropdown-list.mat-accent mat-option,.dark .ui-dropdown-list.mat-accent mat-option{background-color:#666!important}*[theme=dark] .ui-dropdown-list.mat-accent mat-option:hover,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,.dark .ui-dropdown-list.mat-accent mat-option:hover,.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active{background-color:#919191!important}*[theme=dark] .ui-dropdown-list.mat-accent mat-option .mdc-list-item__primary-text,*[theme=dark] .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-accent mat-option .mdc-list-item__primary-text,.dark .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active .mdc-list-item__primary-text{color:#fff!important}*[theme=dark] .mat-mdc-select-placeholder,.dark .mat-mdc-select-placeholder{color:#919191}*[theme=dark] .ui-dropdown .mat-mdc-select,.dark .ui-dropdown .mat-mdc-select{color:#fff}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list{border-radius:10px!important;box-shadow:0 4px 16px #24242414}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple:focus:not(.mdc-list-item--disabled){background-color:#e0e0e0}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active,.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected,.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active,.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected{background-color:#e9f0f1;color:#000}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-accent .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled){background-color:#c8d7de}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple:focus:not(.mdc-list-item--disabled){background-color:#e0e0e0}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active,.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected,.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple.mat-mdc-option-active,.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple.mdc-list-item--selected{background-color:#f0dad9;color:#000}.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn mat-option.mdc-list-item--selected:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple.mat-mdc-option-active:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple.mat-mdc-option-active:focus:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple.mdc-list-item--selected:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .cdk-overlay-pane .ui-dropdown-list.mat-warn .mat-mdc-option-multiple.mdc-list-item--selected:focus:not(.mdc-list-item--disabled){background-color:#e3c3c6}.ui-field[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,.ui-field[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label{color:#666!important}.ui-field[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label:active,.ui-field[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label:active{color:#242424!important}.mat-mdc-form-field .mat-mdc-form-field-hint-wrapper{padding:0}.mat-mdc-form-field .mat-mdc-form-field-hint-wrapper .errors{padding-top:4px;padding-bottom:10px}.mat-mdc-form-field .mat-mdc-form-field-hint-wrapper span,.mat-mdc-form-field .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-hint-spacer{line-height:16px}.mat-mdc-form-field .mat-mdc-form-field-hint:before{height:0!important}.mat-mdc-form-field .mat-mdc-form-field-hint.error{display:flex;flex-flow:column;row-gap:4px}.mat-mdc-form-field .mat-mdc-form-field-hint.error .errors{align-items:center;display:flex}.mat-mdc-form-field .mat-mdc-form-field-hint.error .errors ui-icon{margin-right:4px}.custom-errors{align-items:center;display:flex;color:#e02800!important;padding:4px 0 10px;font-size:12px;line-height:16px;position:relative}.custom-errors ui-icon{margin-right:4px}.custom-errors svg{color:#e02800!important}.light.mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.light.mat-mdc-autocomplete-panel .mat-mdc-option:focus:not(.mdc-list-item--disabled),.light.mat-mdc-autocomplete-panel .mat-mdc-option.mat-mdc-option-active,.light.mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.dark.mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled){background:var(--ui-autocomplete-option-color)!important}:root{--color-primary-10: #FFF2FC;--color-primary-20: #FFE6FA;--color-primary-30: #FFB3EE;--color-primary-40: #FF54DA;--color-primary-50: #D410AA;--color-primary-60: #A90686;--color-accent-10: #FFFAF6;--color-accent-20: #FFF5ED;--color-black: #242424;--color-black-opa-70: rgba(36, 36, 36, .7);--color-white: #FFFFFF;--color-grey-10: #F4F4F4;--color-grey-20: #E9E9E9;--color-grey-30: #D3D3D3;--color-grey-40: #919191;--color-grey-50: #666666;--color-info-10: #D9E8FF;--color-info-20: #99C1FE;--color-info-30: #277CFD;--color-info-40: #0165FC;--color-info-50: #1447AA;--color-success-10: #F5FAE3;--color-success-20: #E2F4B3;--color-success-30: #C6E866;--color-success-40: #A0D90D;--color-success-50: #88B901;--color-error-10: #FFEAE6;--color-error-20: #FFAC9A;--color-error-30: #FF6E4F;--color-error-40: #FF3003;--color-error-50: #E02800;--color-warning-10: #FFF5E6;--color-warning-20: #FFE1B3;--color-warning-30: #FFC268;--color-warning-40: #FF9A03;--color-warning-50: #D07D00}:root{--font-family-main: \"Modern Gothic\", sans-serif;--font-h1: 900 40px/52px var(--font-family-main);--font-h2: 900 24px/30px var(--font-family-main);--font-h3: 700 20px/26px var(--font-family-main);--font-h4: 700 16px/20px var(--font-family-main);--font-h5: 700 14px/18px var(--font-family-main);--font-body-large: 400 16px/24px var(--font-family-main);--font-body-default: 400 14px/22px var(--font-family-main);--font-body-small: 400 12px/16px var(--font-family-main);--font-hyperlink-large: 500 16px/24px var(--font-family-main);--font-hyperlink-default: 500 14px/22px var(--font-family-main);--font-hyperlink-small: 500 12px/16px var(--font-family-main);--font-button-label: 500 14px/1.4 var(--font-family-main);--font-label: 400 14px/1.4 var(--font-family-main)}:root{--border-radius-none: 0px;--border-radius-small: 4px;--border-radius-small-top: var(--border-radius-small) var(--border-radius-small) 0 0;--border-radius-small-bottom: 0 0 var(--border-radius-small) var(--border-radius-small);--border-radius-default: 10px;--border-radius-default-top: var(--border-radius-default) var(--border-radius-default) 0 0;--border-radius-default-bottom: 0 0 var(--border-radius-default) var(--border-radius-default);--border-radius-large: 36px;--border-radius-round: 50%;--color-grey-border: #DDDDDD;--color-grey-border-hover: #F6F6F6}:root{--box-shadow-hover: 0px 4px 16px 0px rgba(36,36,36,.08);--box-shadow-card: 0px 4px 100px 0px rgba(36,36,36,.04);--box-shadow-notification: 0px 4px 16px 0px rgba(36,36,36,.04)}:root{--viewport-width: 1312px}.bg-teal-60b{background:#1c443c}.bg-teal-30b{background:#31766a}.bg-teal-default{background:#46a997}.bg-teal-30w{background:#7ec3b6}.bg-teal-60w{background:#b5ddd5}.bg-teal-secondary{background:#cbd6cb}.bg-teal-90w{background:#ecf6f5}.bg-petrol-60b{background:#102930}.bg-petrol-30b{background:#1b4754}.bg-petrol-default{background:#276678}.bg-petrol-30w{background:#6894a0}.bg-petrol-60w{background:#a9c2c9}.bg-petrol-secondary{background:#c8d7de}.bg-petrol-90w{background:#e9f0f1}.bg-error-60b{background:#513131}.bg-error-30b{background:#8e5655}.bg-error-60w{background:#e3c3c6}.bg-error-secondary{background:#f0dad9}.bg-error-default{background:#cb7b7a}.bg-warning-secondary{background:#f0d6bb}.bg-warning-default{background:#cca45f}.bg-black{background:#000}.bg-dark{background:#888}.bg-medium{background:#e0e0e0}.bg-grey{background:#ededed}.bg-light{background:#f6f6f6}.bg-white{background:#fff}.bg-box-shadow{background:#00000014}.bg-navigation-subtitle{background:#528593}.bgc-teal-60b{background-color:#1c443c}.bgc-teal-30b{background-color:#31766a}.bgc-teal-default{background-color:#46a997}.bgc-teal-30w{background-color:#7ec3b6}.bgc-teal-60w{background-color:#b5ddd5}.bgc-teal-secondary{background-color:#cbd6cb}.bgc-teal-90w{background-color:#ecf6f5}.bgc-petrol-60b{background-color:#102930}.bgc-petrol-30b{background-color:#1b4754}.bgc-petrol-default{background-color:#276678}.bgc-petrol-30w{background-color:#6894a0}.bgc-petrol-60w{background-color:#a9c2c9}.bgc-petrol-secondary{background-color:#c8d7de}.bgc-petrol-90w{background-color:#e9f0f1}.bgc-error-60b{background-color:#513131}.bgc-error-30b{background-color:#8e5655}.bgc-error-60w{background-color:#e3c3c6}.bgc-error-secondary{background-color:#f0dad9}.bgc-error-default{background-color:#cb7b7a}.bgc-warning-secondary{background-color:#f0d6bb}.bgc-warning-default{background-color:#cca45f}.bgc-black{background-color:#000}.bgc-dark{background-color:#888}.bgc-medium{background-color:#e0e0e0}.bgc-grey{background-color:#ededed}.bgc-light{background-color:#f6f6f6}.bgc-white{background-color:#fff}.bgc-box-shadow{background-color:#00000014}.bgc-navigation-subtitle{background-color:#528593}body.tour-open{overflow:hidden}ngx-guided-tour .guided-tour-user-input-mask{z-index:1081}ngx-guided-tour .guided-tour-spotlight-overlay{z-index:1082}ngx-guided-tour .tour-orb{z-index:1079;background-color:#625aff;box-shadow:0 0 .3rem .1rem #625aff}ngx-guided-tour .tour-orb .tour-orb-ring:after{border:1rem solid #625aff;box-shadow:0 0 .1rem .1rem #625aff}ngx-guided-tour .tour-step{z-index:1083}ngx-guided-tour .tour-step.tour-bottom .tour-arrow:before,ngx-guided-tour .tour-step.tour-bottom-right .tour-arrow:before,ngx-guided-tour .tour-step.tour-bottom-left .tour-arrow:before{width:0;height:0;content:\"\";z-index:2;border-bottom:1rem solid #ffffff;border-left:1rem solid transparent;border-right:1rem solid transparent}ngx-guided-tour .tour-step.tour-top .tour-arrow:before,ngx-guided-tour .tour-step.tour-top-right .tour-arrow:before,ngx-guided-tour .tour-step.tour-top-left .tour-arrow:before{width:0;height:0;content:\"\";z-index:2;border-top:1rem solid #ffffff;border-left:1rem solid transparent;border-right:1rem solid transparent}ngx-guided-tour .tour-step.tour-left .tour-arrow:before{width:0;height:0;content:\"\";z-index:2;border-left:1rem solid #ffffff;border-bottom:1rem solid transparent;border-top:1rem solid transparent}ngx-guided-tour .tour-step.tour-right .tour-arrow:before{width:0;height:0;content:\"\";z-index:2;border-right:1rem solid #ffffff;border-bottom:1rem solid transparent;border-top:1rem solid transparent}ngx-guided-tour .tour-step .tour-block{color:#231f1f;background-color:#fff;box-shadow:0 .4rem .6rem #4c4c4c}ngx-guided-tour .tour-step .tour-buttons button.skip-button{color:#5e5e5e}ngx-guided-tour .tour-step .tour-buttons .back-button{color:#007bff}ngx-guided-tour .tour-step .tour-buttons .next-button{background-color:#007bff;color:#fff}ngx-guided-tour .tour-step .tour-buttons .next-button:hover{background-color:#0069d9;color:#fff}tgo-coding-test-candidate-view .theme-default,tgo-coding-test .theme-default{--page-bg: var(--color-accent-10);--bg-mat-card: #ffffff;--icon-bg-color: #323232;--icon-bg-hover-color: #f6f6f6;--icon-secondary-bg-color: #000000;--petrol-text-color: #276678;--status-bg-color: #f6f6f6;--button-bg-color: #ededed;--info-panel-color: #c8d7de;--code-editor-background: #fffffe;--select-chosen-text-color: #888888;--select-chosen-bg-color: #e9f0f1;--select-hovered-bg-color: rgba(0, 0, 0, .04);--select-options-text-color: #000000;--select-bg-color: #ffffff;--select-bg-color-light: #ffffff;--select-border-color: #eeeeee;--select-border-color-light: rgba(0, 0, 0, .12);--select-shadow-color: #cccccc;--select-arrow-color: rgba(0, 0, 0, .54);--drawer-bg-color: #ffffff;--toggle-thumb-bg-color: #ffffff;--toggle-body-bg-color: #ededed;--main-text-color: rgba(0, 0, 0, .87);--secondary-text-color: #000000;--status-empty-color: #888888;--border-bg-color: #e0e0e0;--teal-disabled-color: #B5DDD5}tgo-coding-test-candidate-view .theme-dark,tgo-coding-test .theme-dark{--page-bg: #181818;--bg-mat-card: #2d2d2d;--icon-bg-color: #f6f6f6;--icon-bg-hover-color: #1e1e1e;--icon-secondary-bg-color: #f6f6f6;--petrol-text-color: #6894A0;--status-bg-color: #3c3c3c;--button-bg-color: #2d2d2d;--info-panel-color: #c8d7de;--code-editor-background: #1e1e1e;--select-chosen-text-color: #f6f6f6;--select-chosen-bg-color: #2d2d2d;--select-hovered-bg-color: rgba(45, 45, 45, .5);--select-options-text-color: #f6f6f6;--select-bg-color: #000000;--select-bg-color-light: #2D2D2D;--select-border-color: #2d2d2d;--select-border-color-light: #888888;--select-shadow-color: #2d2d2d;--select-arrow-color: #ffffff;--drawer-bg-color: #181818;--toggle-thumb-bg-color: #000000;--toggle-body-bg-color: #888888;--main-text-color: #ffffff;--secondary-text-color: #ffffff;--status-empty-color: #E0E0E0;--border-bg-color: #888888;--teal-disabled-color: #888888;--mdc-plain-tooltip-supporting-text-color: #000000}tgo-coding-test-candidate-view .theme-dark.coding-question-fullscreen,tgo-coding-test .theme-dark.coding-question-fullscreen{--bg-mat-card: #181818}tgo-coding-test-candidate-view .themed-button button:not(.tertiary) mat-icon svg,tgo-coding-test .themed-button button:not(.tertiary) mat-icon svg{color:var(--icon-bg-color);fill:var(--icon-bg-color)}tgo-coding-test-candidate-view .themed-button button.tertiary mat-icon svg,tgo-coding-test .themed-button button.tertiary mat-icon svg{color:var(--company-color, #46A997);fill:var(--company-color, #46A997)}tgo-coding-test-candidate-view .themed-button .button-wrapper .icon-button:hover,tgo-coding-test-candidate-view .themed-button .button-wrapper .mdc-button:hover,tgo-coding-test .themed-button .button-wrapper .icon-button:hover,tgo-coding-test .themed-button .button-wrapper .mdc-button:hover{background-color:var(--icon-bg-hover-color)!important}tgo-coding-test-candidate-view mat-icon.size-24,tgo-coding-test mat-icon.size-24{min-width:24px;min-height:24px;width:24px;height:24px}tgo-coding-test-candidate-view mat-icon.size-16,tgo-coding-test mat-icon.size-16{min-width:16px;min-height:16px;width:16px;height:16px}tgo-coding-test-candidate-view ui-toggle.config-toggle mat-icon,tgo-coding-test ui-toggle.config-toggle mat-icon{width:auto;height:auto}body.tour-open ngx-guided-tour{--guided-tour-background-color: #ffffff;--guided-tour-text-color: #000000}body.tour-open ngx-guided-tour.dark{--guided-tour-background-color: #2d2d2d;--guided-tour-text-color: #ffffff}body.tour-open ngx-guided-tour .tour-step.hidden{display:none}body.tour-open ngx-guided-tour .tour-step h2.tour-title,body.tour-open ngx-guided-tour .tour-step h3.tour-title{font-size:20px;padding-bottom:0;margin-top:0}body.tour-open ngx-guided-tour .tour-step .tour-block{color:var(--guided-tour-text-color);background-color:var(--guided-tour-background-color);border-radius:5px;padding:37px;box-shadow:0 0 13px #bbb}body.tour-open ngx-guided-tour .tour-step .tour-buttons button{text-align:center;border-radius:5px;width:45%;height:48px;padding:0;font-weight:600}body.tour-open ngx-guided-tour .tour-step .tour-buttons button.skip-button{background:#e2e2e2}body.tour-open ngx-guided-tour .tour-step .tour-buttons button.next-button{color:#fff;background-color:#46a997}body.tour-open ngx-guided-tour .tour-step .tour-buttons button.back-button{display:none}body.tour-open ngx-guided-tour .tour-step.tour-bottom .tour-arrow:before{border-bottom:1rem solid var(--guided-tour-background-color)}body.tour-open ngx-guided-tour .tour-step.tour-top .tour-arrow:before{border-top:1rem solid var(--guided-tour-background-color)}body.tour-open ngx-guided-tour .tour-step.tour-left .tour-arrow:before{border-left:1rem solid var(--guided-tour-background-color)}body.tour-open ngx-guided-tour .tour-step.tour-right .tour-arrow:before{border-right:1rem solid var(--guided-tour-background-color)}body.tour-open ngx-guided-tour .tour-step.tour-bottom-right .tour-arrow:before{border-bottom-color:var(--guided-tour-background-color)}body.tour-open ngx-guided-tour .tour-step .tour-content{text-align:center;font-size:14px}body.tour-open ngx-guided-tour .tour-step h2.tour-title{text-align:center}body.tour-open ngx-guided-tour .tour-step h3.tour-title{text-align:center}body.tour-open ngx-guided-tour .guided-tour-spotlight-overlay{box-shadow:0 0 0 9999px #0000004d,0 0 1.5rem #00000026;border-radius:5px}body.tour-open ngx-guided-tour.lat-coding-tour h3.tour-title,body.tour-open ngx-guided-tour.lat-coding-tour h2.tour-title,body.tour-open ngx-guided-tour.lat-coding-tour .tour-content{text-align:left}body.tour-open ngx-guided-tour.lat-coding-tour .tour-content{padding-bottom:24px}body.tour-open ngx-guided-tour.lat-coding-tour .tour-buttons button.skip-button{background:#fff;border:1px solid #000000}body.tour-open ngx-guided-tour.lat-coding-tour .tour-buttons button.next-button{background-color:var(--company-color, #D410AA)}body.tour-open[theme=dark] ngx-guided-tour .tour-step .tour-block,body.tour-open.theme-dark ngx-guided-tour .tour-step .tour-block{box-shadow:none}body.tour-open[theme=dark] ngx-guided-tour .guided-tour-spotlight-overlay,body.tour-open.theme-dark ngx-guided-tour .guided-tour-spotlight-overlay{box-shadow:0 0 0 9999px #000000a6,0 0 1.5rem #00000080;border-radius:5px}body.theme-dark ngx-guided-tour .tour-step .tour-block{box-shadow:none}body.theme-dark ngx-guided-tour .guided-tour-spotlight-overlay{box-shadow:0 0 0 9999px #000000a6,0 0 1.5rem #00000080;border-radius:5px}body .tgo-test-code{display:flex;flex:1;justify-content:center}body .tgo-test-code tgo-question,body .tgo-test-code tgo-micro-test-library-shell-container{display:flex}body[theme=dark] .coding-test-candidate-view .coding-lib ui-dropdown .mat-mdc-text-field-wrapper,body[theme=dark] .coding-test-candidate-view .coding-lib ui-field .mat-mdc-text-field-wrapper,body[theme=dark] .tgo-coding-test .coding-lib ui-dropdown .mat-mdc-text-field-wrapper,body[theme=dark] .tgo-coding-test .coding-lib ui-field .mat-mdc-text-field-wrapper,body.theme-dark .coding-test-candidate-view .coding-lib ui-dropdown .mat-mdc-text-field-wrapper,body.theme-dark .coding-test-candidate-view .coding-lib ui-field .mat-mdc-text-field-wrapper,body.theme-dark .tgo-coding-test .coding-lib ui-dropdown .mat-mdc-text-field-wrapper,body.theme-dark .tgo-coding-test .coding-lib ui-field .mat-mdc-text-field-wrapper{background-color:transparent}.coding-test-candidate-view{display:flex}.coding-test-candidate-view .coding-lib{display:block;height:100%}\n"] }]
|
|
4470
|
-
}], propDecorators: { invitationUUID: [{
|
|
4497
|
+
}], ctorParameters: () => [], propDecorators: { invitationUUID: [{
|
|
4471
4498
|
type: Input,
|
|
4472
4499
|
args: [{ required: true }]
|
|
4473
4500
|
}], assessment: [{
|