@testgorilla/tgo-coding-test 1.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/fesm2022/testgorilla-tgo-coding-test.mjs +94 -94
  2. package/fesm2022/testgorilla-tgo-coding-test.mjs.map +1 -1
  3. package/lib/components/configurations/configurations.component.d.ts +1 -1
  4. package/package.json +15 -17
  5. package/esm2022/index.mjs +0 -12
  6. package/esm2022/lib/components/code-editor/code-editor.component.mjs +0 -335
  7. package/esm2022/lib/components/code-editor/code-editor.service.mjs +0 -72
  8. package/esm2022/lib/components/code-editor/helpers/c-helper.mjs +0 -40
  9. package/esm2022/lib/components/code-editor/helpers/code-editor-helper.base.mjs +0 -11
  10. package/esm2022/lib/components/code-editor/helpers/code-editor-helper.model.mjs +0 -2
  11. package/esm2022/lib/components/code-editor/helpers/cpp-helper.mjs +0 -41
  12. package/esm2022/lib/components/code-editor/helpers/csharp-helper.mjs +0 -42
  13. package/esm2022/lib/components/code-editor/helpers/go-helper.mjs +0 -42
  14. package/esm2022/lib/components/code-editor/helpers/index.mjs +0 -16
  15. package/esm2022/lib/components/code-editor/helpers/java-helper.mjs +0 -42
  16. package/esm2022/lib/components/code-editor/helpers/javascript-helper.mjs +0 -26
  17. package/esm2022/lib/components/code-editor/helpers/kotlin-helper.mjs +0 -42
  18. package/esm2022/lib/components/code-editor/helpers/php-helper.mjs +0 -26
  19. package/esm2022/lib/components/code-editor/helpers/python-helper.mjs +0 -26
  20. package/esm2022/lib/components/code-editor/helpers/r-helper.mjs +0 -26
  21. package/esm2022/lib/components/code-editor/helpers/ruby-helper.mjs +0 -26
  22. package/esm2022/lib/components/code-editor/helpers/scala-helper.mjs +0 -41
  23. package/esm2022/lib/components/code-editor/helpers/sql-helper.mjs +0 -34
  24. package/esm2022/lib/components/code-editor/helpers/swift-helper.mjs +0 -40
  25. package/esm2022/lib/components/code-editor/helpers/typescript-helper.mjs +0 -41
  26. package/esm2022/lib/components/code-editor/models/code-editor.model.mjs +0 -2
  27. package/esm2022/lib/components/code-editor/models/coding-snapshot.model.mjs +0 -2
  28. package/esm2022/lib/components/coding-question/coding-question.component.mjs +0 -126
  29. package/esm2022/lib/components/coding-section/coding-section.component.mjs +0 -188
  30. package/esm2022/lib/components/common/truncated-text/truncated-text.component.mjs +0 -38
  31. package/esm2022/lib/components/configurations/configurations.component.mjs +0 -97
  32. package/esm2022/lib/components/instructions/instructions.component.mjs +0 -139
  33. package/esm2022/lib/components/panel/panel.component.mjs +0 -34
  34. package/esm2022/lib/components/runnable-editor/runnable-editor.component.mjs +0 -169
  35. package/esm2022/lib/components/tests/test-cases/test-cases.component.mjs +0 -198
  36. package/esm2022/lib/components/tests/test-cases-content/test-cases-content.component.mjs +0 -96
  37. package/esm2022/lib/components/tests/test-cases-status/test-cases-status.component.mjs +0 -21
  38. package/esm2022/lib/components/tests/test-results.component.mjs +0 -127
  39. package/esm2022/lib/components/tgo-coding-test/tgo-coding-test.component.mjs +0 -280
  40. package/esm2022/lib/components/tgo-coding-test-candidate-view/tgo-coding-test-candidate-view.component.mjs +0 -476
  41. package/esm2022/lib/config/index.mjs +0 -2
  42. package/esm2022/lib/config/tgo-coding-test.config.mjs +0 -2
  43. package/esm2022/lib/config/tgo-coding-test.provider.mjs +0 -34
  44. package/esm2022/lib/config/tgo-coding-test.token.mjs +0 -14
  45. package/esm2022/lib/models/auto-saved-data.mjs +0 -2
  46. package/esm2022/lib/models/code-event.mjs +0 -2
  47. package/esm2022/lib/models/coderunner-execution-results.mjs +0 -2
  48. package/esm2022/lib/models/configs.mjs +0 -2
  49. package/esm2022/lib/models/language-change-action.mjs +0 -2
  50. package/esm2022/lib/models/lat-languages.mjs +0 -3
  51. package/esm2022/lib/models/mixpanel-events.mjs +0 -2
  52. package/esm2022/lib/models/mode.mjs +0 -2
  53. package/esm2022/lib/models/paste-data.mjs +0 -2
  54. package/esm2022/lib/models/programming-language.mjs +0 -2
  55. package/esm2022/lib/models/test-cases.mjs +0 -7
  56. package/esm2022/lib/models/theme.mjs +0 -2
  57. package/esm2022/lib/models/translations.mjs +0 -2
  58. package/esm2022/lib/models/view-mode.mjs +0 -8
  59. package/esm2022/lib/pipes/memoize-func.pipe.mjs +0 -39
  60. package/esm2022/lib/services/candidate-coding-test-services/candidature-api.service.mjs +0 -19
  61. package/esm2022/lib/services/candidate-coding-test-services/coderunner-api.service.mjs +0 -58
  62. package/esm2022/lib/services/candidate-coding-test-services/coding-test-tour.service.mjs +0 -89
  63. package/esm2022/lib/services/candidate-coding-test-services/coding-test.service.mjs +0 -490
  64. package/esm2022/lib/services/candidate-coding-test-services/index.mjs +0 -5
  65. package/esm2022/lib/services/coding-test-config.service.mjs +0 -51
  66. package/esm2022/lib/services/configurations.service.mjs +0 -89
  67. package/esm2022/lib/services/lib-coding-test.service.mjs +0 -106
  68. package/esm2022/lib/services/storage.service.mjs +0 -624
  69. package/esm2022/lib/services/test-cases.service.mjs +0 -30
  70. package/esm2022/lib/services/theme.service.mjs +0 -36
  71. package/esm2022/lib/utils/additional-languages/erlang.mjs +0 -103
  72. package/esm2022/lib/utils/resize-element.mjs +0 -13
  73. package/esm2022/lib/utils/time-to-ms.util.mjs +0 -11
  74. package/esm2022/shared/index.mjs +0 -5
  75. package/esm2022/shared/lib/components/audio-animation/audio-animation.component.mjs +0 -114
  76. package/esm2022/shared/lib/components/audio-animation/index.mjs +0 -2
  77. package/esm2022/shared/lib/components/index.mjs +0 -3
  78. package/esm2022/shared/lib/components/vimeo-video/index.mjs +0 -2
  79. package/esm2022/shared/lib/components/vimeo-video/vimeo-video.component.mjs +0 -101
  80. package/esm2022/shared/lib/models/answer.mjs +0 -2
  81. package/esm2022/shared/lib/models/assessment.mjs +0 -2
  82. package/esm2022/shared/lib/models/environment.mjs +0 -2
  83. package/esm2022/shared/lib/models/index.mjs +0 -9
  84. package/esm2022/shared/lib/models/question-component.mjs +0 -2
  85. package/esm2022/shared/lib/models/question.mjs +0 -2
  86. package/esm2022/shared/lib/models/test.mjs +0 -2
  87. package/esm2022/shared/lib/models/translations.mjs +0 -2
  88. package/esm2022/shared/lib/models/window.mjs +0 -2
  89. package/esm2022/shared/lib/services/api/api.service.mjs +0 -97
  90. package/esm2022/shared/lib/services/api/mocked-api.service.mjs +0 -131
  91. package/esm2022/shared/lib/services/environment/environment.service.mjs +0 -13
  92. package/esm2022/shared/lib/services/index.mjs +0 -10
  93. package/esm2022/shared/lib/services/localization/languages.model.mjs +0 -19
  94. package/esm2022/shared/lib/services/localization/transloco-lazy-module-utils.mjs +0 -27
  95. package/esm2022/shared/lib/services/localization/transloco-testing.module.mjs +0 -11
  96. package/esm2022/shared/lib/services/media/media.service.mjs +0 -129
  97. package/esm2022/shared/lib/services/mixpanel/mixpanel.service.mjs +0 -30
  98. package/esm2022/shared/lib/services/theme/theme.service.mjs +0 -24
  99. package/esm2022/shared/test-mocks/assessment-test.mock.mjs +0 -112
  100. package/esm2022/shared/test-mocks/index.mjs +0 -3
  101. package/esm2022/shared/test-mocks/tgo-ui.mock.mjs +0 -39
  102. package/esm2022/testgorilla-tgo-coding-test.mjs +0 -5
@@ -121,10 +121,10 @@ class ConfigurationsService {
121
121
  setCodeComponentDestroyed(value) {
122
122
  this.codeComponentDestroyed = value;
123
123
  }
124
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ConfigurationsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
125
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ConfigurationsService, providedIn: 'root' });
124
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ConfigurationsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
125
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ConfigurationsService, providedIn: 'root' });
126
126
  }
127
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ConfigurationsService, decorators: [{
127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ConfigurationsService, decorators: [{
128
128
  type: Injectable,
129
129
  args: [{
130
130
  providedIn: 'root',
@@ -223,10 +223,10 @@ class LibCodingTestService {
223
223
  clearLastLanguageSelected() {
224
224
  this.clearLastLangSub$.next(true);
225
225
  }
226
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LibCodingTestService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
227
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LibCodingTestService, providedIn: 'root' });
226
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: LibCodingTestService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
227
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: LibCodingTestService, providedIn: 'root' });
228
228
  }
229
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LibCodingTestService, decorators: [{
229
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: LibCodingTestService, decorators: [{
230
230
  type: Injectable,
231
231
  args: [{
232
232
  providedIn: 'root',
@@ -847,10 +847,10 @@ class StorageCodingService {
847
847
  console.error('Error checking localStorage size', error);
848
848
  }
849
849
  }
850
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StorageCodingService, deps: [{ token: i1.LocalStorageService }, { token: LibCodingTestService }, { token: ConfigurationsService }], target: i0.ɵɵFactoryTarget.Injectable });
851
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StorageCodingService, providedIn: 'root' });
850
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StorageCodingService, deps: [{ token: i1.LocalStorageService }, { token: LibCodingTestService }, { token: ConfigurationsService }], target: i0.ɵɵFactoryTarget.Injectable });
851
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StorageCodingService, providedIn: 'root' });
852
852
  }
853
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StorageCodingService, decorators: [{
853
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StorageCodingService, decorators: [{
854
854
  type: Injectable,
855
855
  args: [{
856
856
  providedIn: 'root',
@@ -874,10 +874,10 @@ class TestCasesService {
874
874
  resetLastTestCaseLocalId() {
875
875
  this.lastTestCaseLocalId = 0;
876
876
  }
877
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestCasesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
878
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestCasesService, providedIn: 'root' });
877
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TestCasesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
878
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TestCasesService, providedIn: 'root' });
879
879
  }
880
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestCasesService, decorators: [{
880
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TestCasesService, decorators: [{
881
881
  type: Injectable,
882
882
  args: [{
883
883
  providedIn: 'root',
@@ -905,10 +905,10 @@ class ThemeService {
905
905
  getAdjustedColorForTheme(theme, color) {
906
906
  return theme === "theme-dark" /* Themes.Dark */ && color.toUpperCase() === '#D410AA' ? '#FFFFFF' : color;
907
907
  }
908
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThemeService, deps: [{ token: LibCodingTestService }], target: i0.ɵɵFactoryTarget.Injectable });
909
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThemeService, providedIn: 'root' });
908
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ThemeService, deps: [{ token: LibCodingTestService }], target: i0.ɵɵFactoryTarget.Injectable });
909
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ThemeService, providedIn: 'root' });
910
910
  }
911
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThemeService, decorators: [{
911
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ThemeService, decorators: [{
912
912
  type: Injectable,
913
913
  args: [{
914
914
  providedIn: 'root',
@@ -1608,10 +1608,10 @@ class CodeEditorService {
1608
1608
  return new CodeEditorSwiftHelper(funcParams);
1609
1609
  }
1610
1610
  }
1611
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CodeEditorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1612
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CodeEditorService, providedIn: 'root' });
1611
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CodeEditorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1612
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CodeEditorService, providedIn: 'root' });
1613
1613
  }
1614
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CodeEditorService, decorators: [{
1614
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CodeEditorService, decorators: [{
1615
1615
  type: Injectable,
1616
1616
  args: [{
1617
1617
  providedIn: 'root',
@@ -1901,15 +1901,15 @@ let CodeEditorComponent = class CodeEditorComponent {
1901
1901
  }
1902
1902
  }
1903
1903
  }
1904
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CodeEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1905
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: CodeEditorComponent, isStandalone: true, selector: "tgo-code-editor", inputs: { initCode: "initCode", functionParams: "functionParams", functionName: "functionName", returnType: "returnType", hasCodingConfigPanel: "hasCodingConfigPanel", isReadonly: "isReadonly", autoHeight: "autoHeight", shouldGenerateInitCode: "shouldGenerateInitCode", snapshot: "snapshot" }, outputs: { pasteEvent: "pasteEvent", codeChange: "codeChange" }, viewQueries: [{ propertyName: "codeEditorElRef", first: true, predicate: ["editor"], descendants: true, read: ElementRef }], usesOnChanges: true, ngImport: i0, template: "<div class=\"container notranslate\" translate=\"no\">\n <ngx-monaco-editor\n #editor\n class=\"editor\"\n [options]=\"editorOptions\"\n [(ngModel)]=\"code\"\n (ngModelChange)=\"publishCode($event)\"\n (onInit)=\"initEditor($event)\"\n ></ngx-monaco-editor>\n</div>\n", styles: [":host{display:block;height:100%;max-width:100%;max-height:100%}.container{height:100%;background-color:var(--code-editor-background)}.editor{height:100%}.editor ::ng-deep .copy-pasted-code{background-color:#ff0}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: MonacoEditorModule }, { kind: "component", type: i2$1.EditorComponent, selector: "ngx-monaco-editor", inputs: ["options", "model"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1904
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CodeEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1905
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: CodeEditorComponent, isStandalone: true, selector: "tgo-code-editor", inputs: { initCode: "initCode", functionParams: "functionParams", functionName: "functionName", returnType: "returnType", hasCodingConfigPanel: "hasCodingConfigPanel", isReadonly: "isReadonly", autoHeight: "autoHeight", shouldGenerateInitCode: "shouldGenerateInitCode", snapshot: "snapshot" }, outputs: { pasteEvent: "pasteEvent", codeChange: "codeChange" }, viewQueries: [{ propertyName: "codeEditorElRef", first: true, predicate: ["editor"], descendants: true, read: ElementRef }], usesOnChanges: true, ngImport: i0, template: "<div class=\"container notranslate\" translate=\"no\">\n <ngx-monaco-editor\n #editor\n class=\"editor\"\n [options]=\"editorOptions\"\n [(ngModel)]=\"code\"\n (ngModelChange)=\"publishCode($event)\"\n (onInit)=\"initEditor($event)\"\n ></ngx-monaco-editor>\n</div>\n", styles: [":host{display:block;height:100%;max-width:100%;max-height:100%}.container{height:100%;background-color:var(--code-editor-background)}.editor{height:100%}.editor ::ng-deep .copy-pasted-code{background-color:#ff0}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: MonacoEditorModule }, { kind: "component", type: i2$1.EditorComponent, selector: "ngx-monaco-editor", inputs: ["options", "model"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1906
1906
  };
1907
1907
  CodeEditorComponent = __decorate([
1908
1908
  UntilDestroy()
1909
1909
  ], CodeEditorComponent);
1910
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CodeEditorComponent, decorators: [{
1910
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CodeEditorComponent, decorators: [{
1911
1911
  type: Component,
1912
- args: [{ standalone: true, selector: 'tgo-code-editor', changeDetection: ChangeDetectionStrategy.OnPush, imports: [CommonModule, FormsModule, MonacoEditorModule], template: "<div class=\"container notranslate\" translate=\"no\">\n <ngx-monaco-editor\n #editor\n class=\"editor\"\n [options]=\"editorOptions\"\n [(ngModel)]=\"code\"\n (ngModelChange)=\"publishCode($event)\"\n (onInit)=\"initEditor($event)\"\n ></ngx-monaco-editor>\n</div>\n", styles: [":host{display:block;height:100%;max-width:100%;max-height:100%}.container{height:100%;background-color:var(--code-editor-background)}.editor{height:100%}.editor ::ng-deep .copy-pasted-code{background-color:#ff0}\n"] }]
1912
+ args: [{ selector: 'tgo-code-editor', changeDetection: ChangeDetectionStrategy.OnPush, imports: [CommonModule, FormsModule, MonacoEditorModule], template: "<div class=\"container notranslate\" translate=\"no\">\n <ngx-monaco-editor\n #editor\n class=\"editor\"\n [options]=\"editorOptions\"\n [(ngModel)]=\"code\"\n (ngModelChange)=\"publishCode($event)\"\n (onInit)=\"initEditor($event)\"\n ></ngx-monaco-editor>\n</div>\n", styles: [":host{display:block;height:100%;max-width:100%;max-height:100%}.container{height:100%;background-color:var(--code-editor-background)}.editor{height:100%}.editor ::ng-deep .copy-pasted-code{background-color:#ff0}\n"] }]
1913
1913
  }], propDecorators: { initCode: [{
1914
1914
  type: Input
1915
1915
  }], functionParams: [{
@@ -1963,10 +1963,10 @@ class MemoizeFuncPipe {
1963
1963
  }
1964
1964
  return handler(value);
1965
1965
  }
1966
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MemoizeFuncPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1967
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MemoizeFuncPipe, isStandalone: true, name: "memoizeFunc" });
1966
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MemoizeFuncPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1967
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: MemoizeFuncPipe, isStandalone: true, name: "memoizeFunc" });
1968
1968
  }
1969
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MemoizeFuncPipe, decorators: [{
1969
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MemoizeFuncPipe, decorators: [{
1970
1970
  type: Pipe,
1971
1971
  args: [{
1972
1972
  name: 'memoizeFunc',
@@ -2072,19 +2072,19 @@ class InstructionsComponent {
2072
2072
  getVersion([isLAT, key]) {
2073
2073
  return isLAT ? this.libCodingTestService.getVersion() : this.languagesVersion[key];
2074
2074
  }
2075
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InstructionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2076
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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'] }}&nbsp;</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}::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: i3.IconComponent, selector: "ui-icon", inputs: ["size", "cssClass", "name", "color", "filled", "toggleIconStyle", "applicationTheme", "useFullIconName"] }, { kind: "ngmodule", type: DividerComponentModule }, { kind: "component", type: i3.DividerComponent, selector: "ui-divider", inputs: ["size", "companyColor", "applicationTheme", "label"] }, { kind: "pipe", type: MemoizeFuncPipe, name: "memoizeFunc" }] });
2075
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: InstructionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2076
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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'] }}&nbsp;</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: i3.IconComponent, selector: "ui-icon", inputs: ["size", "cssClass", "name", "color", "filled", "toggleIconStyle", "applicationTheme", "useFullIconName"] }, { kind: "ngmodule", type: DividerComponentModule }, { kind: "component", type: i3.DividerComponent, selector: "ui-divider", inputs: ["size", "companyColor", "applicationTheme", "label"] }, { kind: "pipe", type: MemoizeFuncPipe, name: "memoizeFunc" }] });
2077
2077
  }
2078
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InstructionsComponent, decorators: [{
2078
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: InstructionsComponent, decorators: [{
2079
2079
  type: Component,
2080
- args: [{ standalone: true, selector: 'tgo-code-instructions', imports: [
2080
+ args: [{ selector: 'tgo-code-instructions', imports: [
2081
2081
  CommonModule,
2082
2082
  QuillModule,
2083
2083
  TooltipComponentModule,
2084
2084
  IconComponentModule,
2085
2085
  DividerComponentModule,
2086
2086
  MemoizeFuncPipe,
2087
- ], 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'] }}&nbsp;</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}::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"] }]
2087
+ ], 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'] }}&nbsp;</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"] }]
2088
2088
  }], propDecorators: { mode: [{
2089
2089
  type: Input
2090
2090
  }], questionText: [{
@@ -2231,15 +2231,15 @@ let CodingSectionComponent = class CodingSectionComponent {
2231
2231
  this.StorageCodingService.updateVersion(version);
2232
2232
  }
2233
2233
  }
2234
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CodingSectionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2235
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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: i3.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: 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: "ngmodule", type: SpinnerComponentModule }, { kind: "component", type: i3.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 });
2234
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CodingSectionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2235
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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: i3.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: 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: "ngmodule", type: SpinnerComponentModule }, { kind: "component", type: i3.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
2236
  };
2237
2237
  CodingSectionComponent = __decorate([
2238
2238
  UntilDestroy()
2239
2239
  ], CodingSectionComponent);
2240
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CodingSectionComponent, decorators: [{
2240
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CodingSectionComponent, decorators: [{
2241
2241
  type: Component,
2242
- args: [{ standalone: true, selector: 'tgo-coding-section', changeDetection: ChangeDetectionStrategy.OnPush, imports: [
2242
+ args: [{ selector: 'tgo-coding-section', changeDetection: ChangeDetectionStrategy.OnPush, imports: [
2243
2243
  CommonModule,
2244
2244
  ReactiveFormsModule,
2245
2245
  TooltipComponentModule,
@@ -2293,12 +2293,12 @@ class PanelComponent {
2293
2293
  this.sidenav.open();
2294
2294
  }
2295
2295
  }
2296
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2297
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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.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: 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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
2296
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: PanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2297
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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.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: 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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
2298
2298
  }
2299
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PanelComponent, decorators: [{
2299
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: PanelComponent, decorators: [{
2300
2300
  type: Component,
2301
- args: [{ standalone: true, selector: 'tgo-code-panel', changeDetection: ChangeDetectionStrategy.OnPush, imports: [CommonModule, MatSidenavModule, ButtonComponentModule], 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.mat-drawer-opened{position:fixed}.sidenav-container ::ng-deep .mat-drawer-backdrop.mat-drawer-shown{background-color:transparent;position:fixed}\n"] }]
2301
+ args: [{ selector: 'tgo-code-panel', changeDetection: ChangeDetectionStrategy.OnPush, imports: [CommonModule, MatSidenavModule, ButtonComponentModule], 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.mat-drawer-opened{position:fixed}.sidenav-container ::ng-deep .mat-drawer-backdrop.mat-drawer-shown{background-color:transparent;position:fixed}\n"] }]
2302
2302
  }], propDecorators: { heading: [{
2303
2303
  type: Input
2304
2304
  }], openPanel: [{
@@ -2366,15 +2366,15 @@ let ConfigurationsComponent = class ConfigurationsComponent {
2366
2366
  }
2367
2367
  return true;
2368
2368
  }
2369
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ConfigurationsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2370
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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}\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: i3.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: i3.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 });
2369
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ConfigurationsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2370
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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}\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: i3.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: i3.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
2371
  };
2372
2372
  ConfigurationsComponent = __decorate([
2373
2373
  UntilDestroy()
2374
2374
  ], ConfigurationsComponent);
2375
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ConfigurationsComponent, decorators: [{
2375
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ConfigurationsComponent, decorators: [{
2376
2376
  type: Component,
2377
- args: [{ standalone: true, selector: 'tgo-code-configurations', changeDetection: ChangeDetectionStrategy.OnPush, imports: [
2377
+ args: [{ selector: 'tgo-code-configurations', changeDetection: ChangeDetectionStrategy.OnPush, imports: [
2378
2378
  CommonModule,
2379
2379
  ReactiveFormsModule,
2380
2380
  DropdownComponentModule,
@@ -2401,12 +2401,12 @@ class TestCasesStatusComponent {
2401
2401
  status;
2402
2402
  translations;
2403
2403
  TestCaseStatus = TestCaseStatus;
2404
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestCasesStatusComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2405
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", 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: i3.IconLabelComponent, selector: "ui-icon-label", inputs: ["iconSize", "iconName", "text", "iconColor", "iconIndent", "applicationTheme"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
2404
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TestCasesStatusComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2405
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.17", 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: i3.IconLabelComponent, selector: "ui-icon-label", inputs: ["iconSize", "iconName", "text", "iconColor", "iconIndent", "applicationTheme"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
2406
2406
  }
2407
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestCasesStatusComponent, decorators: [{
2407
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TestCasesStatusComponent, decorators: [{
2408
2408
  type: Component,
2409
- args: [{ standalone: true, selector: 'tgo-test-cases-status', changeDetection: ChangeDetectionStrategy.OnPush, imports: [IconLabelComponentModule], 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"] }]
2409
+ args: [{ selector: 'tgo-test-cases-status', changeDetection: ChangeDetectionStrategy.OnPush, imports: [IconLabelComponentModule], 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"] }]
2410
2410
  }], propDecorators: { status: [{
2411
2411
  type: Input
2412
2412
  }], translations: [{
@@ -2432,12 +2432,12 @@ class TruncatedTextComponent {
2432
2432
  toggleTruncation() {
2433
2433
  this.isTruncated = !this.isTruncated;
2434
2434
  }
2435
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TruncatedTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2436
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: TruncatedTextComponent, isStandalone: true, selector: "tgo-truncated-text", inputs: { text: "text", maxChars: "maxChars", isWordWrap: "isWordWrap" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"text-container\" [class.text-container-word-wrap]=\"isWordWrap\">\n <span class=\"text\" [class.expanded]=\"!isTruncated\"\n >{{ [isTruncated, text] | memoizeFunc: getShownText : this\n }}<a class=\"show-more-link\" *ngIf=\"isTruncated\" (click)=\"toggleTruncation()\">Show more</a></span\n >\n</div>\n", styles: [".text-container .text{white-space:pre-wrap}.text-container-word-wrap .text{overflow-wrap:break-word}.text-container .show-more-link{font-size:14px;color:var(--main-text-color);cursor:pointer;text-decoration:underline}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: MemoizeFuncPipe, name: "memoizeFunc" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
2435
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TruncatedTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2436
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: TruncatedTextComponent, isStandalone: true, selector: "tgo-truncated-text", inputs: { text: "text", maxChars: "maxChars", isWordWrap: "isWordWrap" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"text-container\" [class.text-container-word-wrap]=\"isWordWrap\">\n <span class=\"text\" [class.expanded]=\"!isTruncated\"\n >{{ [isTruncated, text] | memoizeFunc: getShownText : this\n }}<a class=\"show-more-link\" *ngIf=\"isTruncated\" (click)=\"toggleTruncation()\">Show more</a></span\n >\n</div>\n", styles: [".text-container .text{white-space:pre-wrap}.text-container-word-wrap .text{overflow-wrap:break-word}.text-container .show-more-link{font-size:14px;color:var(--main-text-color);cursor:pointer;text-decoration:underline}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: MemoizeFuncPipe, name: "memoizeFunc" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
2437
2437
  }
2438
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TruncatedTextComponent, decorators: [{
2438
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TruncatedTextComponent, decorators: [{
2439
2439
  type: Component,
2440
- args: [{ standalone: true, selector: 'tgo-truncated-text', changeDetection: ChangeDetectionStrategy.OnPush, imports: [CommonModule, MemoizeFuncPipe], template: "<div class=\"text-container\" [class.text-container-word-wrap]=\"isWordWrap\">\n <span class=\"text\" [class.expanded]=\"!isTruncated\"\n >{{ [isTruncated, text] | memoizeFunc: getShownText : this\n }}<a class=\"show-more-link\" *ngIf=\"isTruncated\" (click)=\"toggleTruncation()\">Show more</a></span\n >\n</div>\n", styles: [".text-container .text{white-space:pre-wrap}.text-container-word-wrap .text{overflow-wrap:break-word}.text-container .show-more-link{font-size:14px;color:var(--main-text-color);cursor:pointer;text-decoration:underline}\n"] }]
2440
+ args: [{ selector: 'tgo-truncated-text', changeDetection: ChangeDetectionStrategy.OnPush, imports: [CommonModule, MemoizeFuncPipe], template: "<div class=\"text-container\" [class.text-container-word-wrap]=\"isWordWrap\">\n <span class=\"text\" [class.expanded]=\"!isTruncated\"\n >{{ [isTruncated, text] | memoizeFunc: getShownText : this\n }}<a class=\"show-more-link\" *ngIf=\"isTruncated\" (click)=\"toggleTruncation()\">Show more</a></span\n >\n</div>\n", styles: [".text-container .text{white-space:pre-wrap}.text-container-word-wrap .text{overflow-wrap:break-word}.text-container .show-more-link{font-size:14px;color:var(--main-text-color);cursor:pointer;text-decoration:underline}\n"] }]
2441
2441
  }], propDecorators: { text: [{
2442
2442
  type: Input
2443
2443
  }], maxChars: [{
@@ -2496,15 +2496,15 @@ let TestCasesContentComponent = class TestCasesContentComponent {
2496
2496
  this.valueChange.emit(value);
2497
2497
  });
2498
2498
  }
2499
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestCasesContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2500
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", 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: 1920px){.test-cases-content{max-width:800px}}.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: i3.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 });
2499
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TestCasesContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2500
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.17", 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: 1920px){.test-cases-content{max-width:800px}}.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: i3.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
2501
  };
2502
2502
  TestCasesContentComponent = __decorate([
2503
2503
  UntilDestroy()
2504
2504
  ], TestCasesContentComponent);
2505
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestCasesContentComponent, decorators: [{
2505
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TestCasesContentComponent, decorators: [{
2506
2506
  type: Component,
2507
- args: [{ standalone: true, selector: 'tgo-test-cases-content', changeDetection: ChangeDetectionStrategy.OnPush, imports: [
2507
+ args: [{ selector: 'tgo-test-cases-content', changeDetection: ChangeDetectionStrategy.OnPush, imports: [
2508
2508
  CommonModule,
2509
2509
  ReactiveFormsModule,
2510
2510
  FieldComponentModule,
@@ -2662,8 +2662,8 @@ let TestCasesComponent = class TestCasesComponent {
2662
2662
  const exampleTestCasesCount = this.exampleTestCases?.length || 0;
2663
2663
  this.isAddTestCasesDisabled = this.testCases.length - exampleTestCasesCount < this.maxTestCasesAllowed;
2664
2664
  }
2665
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", 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: "18.2.13", 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}.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"], exportAs: ["matTab"] }, { kind: "component", type: i5.MatTabGroup, selector: "mat-tab-group", inputs: ["color", "fitInkBarToContent", "mat-stretch-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 });
2665
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", 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.17", 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}.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 });
2667
2667
  };
2668
2668
  TestCasesComponent = __decorate([
2669
2669
  UntilDestroy(),
@@ -2672,9 +2672,9 @@ TestCasesComponent = __decorate([
2672
2672
  TestCasesService,
2673
2673
  StorageCodingService])
2674
2674
  ], TestCasesComponent);
2675
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestCasesComponent, decorators: [{
2675
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TestCasesComponent, decorators: [{
2676
2676
  type: Component,
2677
- args: [{ standalone: true, selector: 'tgo-test-cases', changeDetection: ChangeDetectionStrategy.OnPush, imports: [
2677
+ args: [{ selector: 'tgo-test-cases', changeDetection: ChangeDetectionStrategy.OnPush, imports: [
2678
2678
  CommonModule,
2679
2679
  MatTabsModule,
2680
2680
  IconComponentModule,
@@ -2758,8 +2758,8 @@ let TestResultsComponent = class TestResultsComponent {
2758
2758
  this.changeDetectorRef.detectChanges();
2759
2759
  });
2760
2760
  }
2761
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestResultsComponent, deps: [{ token: LibCodingTestService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
2762
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", 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: 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: "ngmodule", type: ProgressBarComponentModule }, { kind: "component", type: i3.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: [
2761
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", 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.17", 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: 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: "ngmodule", type: ProgressBarComponentModule }, { kind: "component", type: i3.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
2763
  trigger('slideInOut', [
2764
2764
  transition(':enter', [
2765
2765
  style({ transform: 'translateY(100%)', opacity: '0' }),
@@ -2773,9 +2773,9 @@ TestResultsComponent = __decorate([
2773
2773
  __metadata("design:paramtypes", [LibCodingTestService,
2774
2774
  ChangeDetectorRef])
2775
2775
  ], TestResultsComponent);
2776
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestResultsComponent, decorators: [{
2776
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TestResultsComponent, decorators: [{
2777
2777
  type: Component,
2778
- args: [{ standalone: true, selector: 'tgo-code-test-results', changeDetection: ChangeDetectionStrategy.OnPush, imports: [
2778
+ args: [{ selector: 'tgo-code-test-results', changeDetection: ChangeDetectionStrategy.OnPush, imports: [
2779
2779
  CommonModule,
2780
2780
  ButtonComponentModule,
2781
2781
  ProgressBarComponentModule,
@@ -2898,16 +2898,16 @@ let RunnableEditorComponent = class RunnableEditorComponent {
2898
2898
  const minTestsHeightPx = this.isLAT ? this.MIN_LAT_TESTS_HEIGHT_PX : this.MIN_TESTS_HEIGHT_PX;
2899
2899
  return (minTestsHeightPx * 100) / height;
2900
2900
  }
2901
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RunnableEditorComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
2902
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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$3.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$3.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 });
2901
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RunnableEditorComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
2902
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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$3.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$3.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
2903
  };
2904
2904
  RunnableEditorComponent = __decorate([
2905
2905
  UntilDestroy(),
2906
2906
  __metadata("design:paramtypes", [ChangeDetectorRef])
2907
2907
  ], RunnableEditorComponent);
2908
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RunnableEditorComponent, decorators: [{
2908
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RunnableEditorComponent, decorators: [{
2909
2909
  type: Component,
2910
- args: [{ standalone: true, selector: 'tgo-runnable-editor', changeDetection: ChangeDetectionStrategy.OnPush, imports: [
2910
+ args: [{ selector: 'tgo-runnable-editor', changeDetection: ChangeDetectionStrategy.OnPush, imports: [
2911
2911
  CommonModule,
2912
2912
  AngularSplitModule,
2913
2913
  CodingSectionComponent,
@@ -3016,22 +3016,22 @@ let CodingQuestionComponent = class CodingQuestionComponent {
3016
3016
  enableFullScreenMode() {
3017
3017
  this.libCodingTestService.setFullscreen(true);
3018
3018
  }
3019
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CodingQuestionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3020
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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.main-container-fullscreen{padding:0}.main-container.main-container-fullscreen .main-card{max-height:calc(100vh - 80px);max-width:100vw}.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%}.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$4.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "ngmodule", type: AngularSplitModule }, { kind: "component", type: i2$3.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$3.SplitAreaComponent, selector: "as-split-area", inputs: ["size", "minSize", "maxSize", "lockSize", "visible"], exportAs: ["asSplitArea"] }, { 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: 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 });
3019
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CodingQuestionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3020
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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$4.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "ngmodule", type: AngularSplitModule }, { kind: "component", type: i2$3.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$3.SplitAreaComponent, selector: "as-split-area", inputs: ["size", "minSize", "maxSize", "lockSize", "visible"], exportAs: ["asSplitArea"] }, { 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: 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
3021
  };
3022
3022
  CodingQuestionComponent = __decorate([
3023
3023
  UntilDestroy()
3024
3024
  ], CodingQuestionComponent);
3025
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CodingQuestionComponent, decorators: [{
3025
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CodingQuestionComponent, decorators: [{
3026
3026
  type: Component,
3027
- args: [{ standalone: true, selector: 'tgo-coding-question', changeDetection: ChangeDetectionStrategy.OnPush, imports: [
3027
+ args: [{ selector: 'tgo-coding-question', changeDetection: ChangeDetectionStrategy.OnPush, imports: [
3028
3028
  CommonModule,
3029
3029
  MatCardModule,
3030
3030
  AngularSplitModule,
3031
3031
  ButtonComponentModule,
3032
3032
  InstructionsComponent,
3033
3033
  RunnableEditorComponent,
3034
- ], 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.main-container-fullscreen{padding:0}.main-container.main-container-fullscreen .main-card{max-height:calc(100vh - 80px);max-width:100vw}.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%}.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"] }]
3034
+ ], 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"] }]
3035
3035
  }], propDecorators: { initCode: [{
3036
3036
  type: Input
3037
3037
  }], functionParams: [{
@@ -3265,15 +3265,15 @@ let TgoCodingTestComponent = class TgoCodingTestComponent {
3265
3265
  }
3266
3266
  }
3267
3267
  }
3268
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TgoCodingTestComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3269
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: TgoCodingTestComponent, isStandalone: true, selector: "tgo-coding-test[languages]", inputs: { initCode: "initCode", snapshot: "snapshot", functionParams: "functionParams", functionName: "functionName", returnType: "returnType", isLAT: "isLAT", isSQL: "isSQL", shouldGenerateInitCode: "shouldGenerateInitCode", canAddCustomTestCases: "canAddCustomTestCases", selectedProgrammingLanguage: "selectedProgrammingLanguage", languages: "languages", isReadonly: "isReadonly", autoHeight: "autoHeight", translations: "translations", questionText: "questionText", mode: "mode", assessmentId: "assessmentId", companyColor: "companyColor", testCasesStatus: "testCasesStatus", loading: "loading", runTestResponse: "runTestResponse", viewMode: "viewMode", exampleTestCases: "exampleTestCases", hideTestCases: "hideTestCases", applicationTheme: "applicationTheme", questionId: "questionId" }, outputs: { pasteEvent: "pasteEvent", codeChange: "codeChange", runTestClick: "runTestClick", languageChange: "languageChange" }, usesOnChanges: true, ngImport: i0, template: "@switch (viewMode) {\n @case (ViewModes.Full) {\n <tgo-coding-question\n [ngClass]=\"[\n 'coding-question',\n colorTheme$ | async,\n (isFullscreenMode$ | async) ? 'coding-question-fullscreen' : '',\n ]\"\n [ngStyle]=\"{\n '--company-color': companyColor,\n '--company-theme-specific-color': themeSpecificColor,\n }\"\n [initCode]=\"initCode\"\n [functionParams]=\"functionParams\"\n [functionName]=\"functionName\"\n [returnType]=\"returnType\"\n [autoHeight]=\"autoHeight\"\n [questionText]=\"questionText\"\n [mode]=\"mode\"\n [isLAT]=\"isLAT\"\n [isSQL]=\"isSQL\"\n [canAddCustomTestCases]=\"canAddCustomTestCases\"\n [exampleTestCases]=\"exampleTestCases\"\n [languages]=\"languages\"\n (pasteEvent)=\"pasteEvent.emit($event)\"\n (codeChange)=\"codeChange.emit($event)\"\n (runTestClick)=\"runTestClick.emit($event)\"\n (languageChange)=\"languageChange.emit($event)\"\n [translations]=\"translations\"\n [companyColor]=\"companyColor\"\n [testCasesStatus]=\"testCasesStatus\"\n [loading]=\"loading\"\n [runTestResponse]=\"runTestResponse\"\n [applicationTheme]=\"applicationTheme\"\n [hideTestCases]=\"hideTestCases\"\n >\n </tgo-coding-question>\n }\n @case (ViewModes.RunnableIde) {\n <ng-container [ngTemplateOutlet]=\"runnableEditorTpl\"></ng-container>\n }\n @case (ViewModes.RunnableIdeWithLangSelector) {\n <ng-container [ngTemplateOutlet]=\"runnableEditorTpl\"></ng-container>\n }\n @default {\n <tgo-code-editor\n [initCode]=\"initCode\"\n [snapshot]=\"snapshot\"\n [shouldGenerateInitCode]=\"!isFullViewMode && shouldGenerateInitCode\"\n [functionParams]=\"functionParams\"\n [functionName]=\"functionName\"\n [returnType]=\"returnType\"\n [hasCodingConfigPanel]=\"isFullViewMode\"\n [isReadonly]=\"isReadonly\"\n [autoHeight]=\"autoHeight\"\n (pasteEvent)=\"pasteEvent.emit($event)\"\n (codeChange)=\"codeChange.emit($event)\"\n >\n </tgo-code-editor>\n }\n}\n\n<ng-template #runnableEditorTpl>\n <tgo-runnable-editor\n [ngClass]=\"colorTheme$ | async\"\n [ngStyle]=\"{\n '--company-color': companyColor,\n '--company-theme-specific-color': themeSpecificColor,\n }\"\n [initCode]=\"initCode\"\n [functionParams]=\"functionParams\"\n [functionName]=\"functionName\"\n [returnType]=\"returnType\"\n [isFullViewMode]=\"false\"\n [shouldGenerateInitCode]=\"shouldGenerateInitCode\"\n [isRunnableWithLangSelector]=\"viewMode === ViewModes.RunnableIdeWithLangSelector\"\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 [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: ["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}.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}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}lib-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}lib-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}lib-coding-test .theme-dark.coding-question-fullscreen{--bg-mat-card: #181818}lib-coding-test .themed-button button:not(.tertiary) mat-icon svg{color:var(--icon-bg-color);fill:var(--icon-bg-color)}lib-coding-test .themed-button button.tertiary mat-icon svg{color:var(--company-color, #46A997);fill:var(--company-color, #46A997)}lib-coding-test .themed-button .button-wrapper .icon-button:hover,lib-coding-test .themed-button .button-wrapper .mdc-button:hover{background-color:var(--icon-bg-hover-color)!important}lib-coding-test mat-icon.size-24{min-width:24px;min-height:24px;width:24px;height:24px}lib-coding-test mat-icon.size-16{min-width:16px;min-height:16px;width:16px;height:16px}lib-coding-test ui-toggle.config-toggle mat-icon{width:auto;height:auto}.coding-question{background-color:var(--page-bg);color:var(--main-text-color)}\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: "directive", type: i1$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "component", type: CodeEditorComponent, selector: "tgo-code-editor", inputs: ["initCode", "functionParams", "functionName", "returnType", "hasCodingConfigPanel", "isReadonly", "autoHeight", "shouldGenerateInitCode", "snapshot"], outputs: ["pasteEvent", "codeChange"] }, { kind: "component", type: CodingQuestionComponent, selector: "tgo-coding-question", inputs: ["initCode", "functionParams", "functionName", "returnType", "isLAT", "isSQL", "canAddCustomTestCases", "languages", "autoHeight", "translations", "questionText", "mode", "companyColor", "testCasesStatus", "loading", "hideTestCases", "runTestResponse", "exampleTestCases", "applicationTheme"], outputs: ["pasteEvent", "codeChange", "runTestClick", "languageChange"] }, { 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, encapsulation: i0.ViewEncapsulation.None });
3268
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TgoCodingTestComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3269
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.17", type: TgoCodingTestComponent, isStandalone: true, selector: "tgo-coding-test[languages]", inputs: { initCode: "initCode", snapshot: "snapshot", functionParams: "functionParams", functionName: "functionName", returnType: "returnType", isLAT: "isLAT", isSQL: "isSQL", shouldGenerateInitCode: "shouldGenerateInitCode", canAddCustomTestCases: "canAddCustomTestCases", selectedProgrammingLanguage: "selectedProgrammingLanguage", languages: "languages", isReadonly: "isReadonly", autoHeight: "autoHeight", translations: "translations", questionText: "questionText", mode: "mode", assessmentId: "assessmentId", companyColor: "companyColor", testCasesStatus: "testCasesStatus", loading: "loading", runTestResponse: "runTestResponse", viewMode: "viewMode", exampleTestCases: "exampleTestCases", hideTestCases: "hideTestCases", applicationTheme: "applicationTheme", questionId: "questionId" }, outputs: { pasteEvent: "pasteEvent", codeChange: "codeChange", runTestClick: "runTestClick", languageChange: "languageChange" }, usesOnChanges: true, ngImport: i0, template: "@switch (viewMode) {\n @case (ViewModes.Full) {\n <tgo-coding-question\n [ngClass]=\"[\n 'coding-question',\n colorTheme$ | async,\n (isFullscreenMode$ | async) ? 'coding-question-fullscreen' : '',\n ]\"\n [ngStyle]=\"{\n '--company-color': companyColor,\n '--company-theme-specific-color': themeSpecificColor,\n }\"\n [initCode]=\"initCode\"\n [functionParams]=\"functionParams\"\n [functionName]=\"functionName\"\n [returnType]=\"returnType\"\n [autoHeight]=\"autoHeight\"\n [questionText]=\"questionText\"\n [mode]=\"mode\"\n [isLAT]=\"isLAT\"\n [isSQL]=\"isSQL\"\n [canAddCustomTestCases]=\"canAddCustomTestCases\"\n [exampleTestCases]=\"exampleTestCases\"\n [languages]=\"languages\"\n (pasteEvent)=\"pasteEvent.emit($event)\"\n (codeChange)=\"codeChange.emit($event)\"\n (runTestClick)=\"runTestClick.emit($event)\"\n (languageChange)=\"languageChange.emit($event)\"\n [translations]=\"translations\"\n [companyColor]=\"companyColor\"\n [testCasesStatus]=\"testCasesStatus\"\n [loading]=\"loading\"\n [runTestResponse]=\"runTestResponse\"\n [applicationTheme]=\"applicationTheme\"\n [hideTestCases]=\"hideTestCases\"\n >\n </tgo-coding-question>\n }\n @case (ViewModes.RunnableIde) {\n <ng-container [ngTemplateOutlet]=\"runnableEditorTpl\"></ng-container>\n }\n @case (ViewModes.RunnableIdeWithLangSelector) {\n <ng-container [ngTemplateOutlet]=\"runnableEditorTpl\"></ng-container>\n }\n @default {\n <tgo-code-editor\n [initCode]=\"initCode\"\n [snapshot]=\"snapshot\"\n [shouldGenerateInitCode]=\"!isFullViewMode && shouldGenerateInitCode\"\n [functionParams]=\"functionParams\"\n [functionName]=\"functionName\"\n [returnType]=\"returnType\"\n [hasCodingConfigPanel]=\"isFullViewMode\"\n [isReadonly]=\"isReadonly\"\n [autoHeight]=\"autoHeight\"\n (pasteEvent)=\"pasteEvent.emit($event)\"\n (codeChange)=\"codeChange.emit($event)\"\n >\n </tgo-code-editor>\n }\n}\n\n<ng-template #runnableEditorTpl>\n <tgo-runnable-editor\n [ngClass]=\"colorTheme$ | async\"\n [ngStyle]=\"{\n '--company-color': companyColor,\n '--company-theme-specific-color': themeSpecificColor,\n }\"\n [initCode]=\"initCode\"\n [functionParams]=\"functionParams\"\n [functionName]=\"functionName\"\n [returnType]=\"returnType\"\n [isFullViewMode]=\"false\"\n [shouldGenerateInitCode]=\"shouldGenerateInitCode\"\n [isRunnableWithLangSelector]=\"viewMode === ViewModes.RunnableIdeWithLangSelector\"\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 [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: ["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}.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}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}lib-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}lib-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}lib-coding-test .theme-dark.coding-question-fullscreen{--bg-mat-card: #181818}lib-coding-test .themed-button button:not(.tertiary) mat-icon svg{color:var(--icon-bg-color);fill:var(--icon-bg-color)}lib-coding-test .themed-button button.tertiary mat-icon svg{color:var(--company-color, #46A997);fill:var(--company-color, #46A997)}lib-coding-test .themed-button .button-wrapper .icon-button:hover,lib-coding-test .themed-button .button-wrapper .mdc-button:hover{background-color:var(--icon-bg-hover-color)!important}lib-coding-test mat-icon.size-24{min-width:24px;min-height:24px;width:24px;height:24px}lib-coding-test mat-icon.size-16{min-width:16px;min-height:16px;width:16px;height:16px}lib-coding-test ui-toggle.config-toggle mat-icon{width:auto;height:auto}.coding-question{background-color:var(--page-bg);color:var(--main-text-color)}\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: "directive", type: i1$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "component", type: CodeEditorComponent, selector: "tgo-code-editor", inputs: ["initCode", "functionParams", "functionName", "returnType", "hasCodingConfigPanel", "isReadonly", "autoHeight", "shouldGenerateInitCode", "snapshot"], outputs: ["pasteEvent", "codeChange"] }, { kind: "component", type: CodingQuestionComponent, selector: "tgo-coding-question", inputs: ["initCode", "functionParams", "functionName", "returnType", "isLAT", "isSQL", "canAddCustomTestCases", "languages", "autoHeight", "translations", "questionText", "mode", "companyColor", "testCasesStatus", "loading", "hideTestCases", "runTestResponse", "exampleTestCases", "applicationTheme"], outputs: ["pasteEvent", "codeChange", "runTestClick", "languageChange"] }, { 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, encapsulation: i0.ViewEncapsulation.None });
3270
3270
  };
3271
3271
  TgoCodingTestComponent = __decorate([
3272
3272
  UntilDestroy()
3273
3273
  ], TgoCodingTestComponent);
3274
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TgoCodingTestComponent, decorators: [{
3274
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TgoCodingTestComponent, decorators: [{
3275
3275
  type: Component,
3276
- args: [{ standalone: true, selector: 'tgo-coding-test[languages]', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [
3276
+ args: [{ selector: 'tgo-coding-test[languages]', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [
3277
3277
  CommonModule,
3278
3278
  CodeEditorComponent,
3279
3279
  CodingQuestionComponent,
@@ -3396,10 +3396,10 @@ class CodingTestConfigService {
3396
3396
  getCoderunnerV2Endpoint() {
3397
3397
  return this.config.coderunnerV2Endpoint;
3398
3398
  }
3399
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CodingTestConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3400
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CodingTestConfigService, providedIn: 'root' });
3399
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CodingTestConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3400
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CodingTestConfigService, providedIn: 'root' });
3401
3401
  }
3402
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CodingTestConfigService, decorators: [{
3402
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CodingTestConfigService, decorators: [{
3403
3403
  type: Injectable,
3404
3404
  args: [{
3405
3405
  providedIn: 'root',
@@ -3449,10 +3449,10 @@ class CoderunnerApiService {
3449
3449
  this.snackbarService.error(genericErrorText);
3450
3450
  return EMPTY;
3451
3451
  }
3452
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CoderunnerApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3453
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CoderunnerApiService });
3452
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CoderunnerApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3453
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CoderunnerApiService });
3454
3454
  }
3455
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CoderunnerApiService, decorators: [{
3455
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CoderunnerApiService, decorators: [{
3456
3456
  type: Injectable
3457
3457
  }] });
3458
3458
 
@@ -3924,10 +3924,10 @@ class CodingTestService {
3924
3924
  publishTestResults() {
3925
3925
  this.codingTestResutsSubj$.next({ ...this.codingTestResults });
3926
3926
  }
3927
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CodingTestService, deps: [{ token: CoderunnerApiService }, { token: LibCodingTestService }, { token: i3$1.MixpanelService }, { token: i3.SnackbarService }, { token: i3.DialogService }], target: i0.ɵɵFactoryTarget.Injectable });
3928
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CodingTestService });
3927
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CodingTestService, deps: [{ token: CoderunnerApiService }, { token: LibCodingTestService }, { token: i3$1.MixpanelService }, { token: i3.SnackbarService }, { token: i3.DialogService }], target: i0.ɵɵFactoryTarget.Injectable });
3928
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CodingTestService });
3929
3929
  }
3930
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CodingTestService, decorators: [{
3930
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CodingTestService, decorators: [{
3931
3931
  type: Injectable
3932
3932
  }], ctorParameters: () => [{ type: CoderunnerApiService }, { type: LibCodingTestService }, { type: i3$1.MixpanelService }, { type: i3.SnackbarService }, { type: i3.DialogService }] });
3933
3933
 
@@ -4006,10 +4006,10 @@ class CodingTestTourService {
4006
4006
  steps,
4007
4007
  };
4008
4008
  }
4009
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CodingTestTourService, deps: [{ token: i1$3.GuidedTourService }], target: i0.ɵɵFactoryTarget.Injectable });
4010
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CodingTestTourService });
4009
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CodingTestTourService, deps: [{ token: i1$3.GuidedTourService }], target: i0.ɵɵFactoryTarget.Injectable });
4010
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CodingTestTourService });
4011
4011
  }
4012
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CodingTestTourService, decorators: [{
4012
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CodingTestTourService, decorators: [{
4013
4013
  type: Injectable
4014
4014
  }], ctorParameters: () => [{ type: i1$3.GuidedTourService }] });
4015
4015
 
@@ -4021,10 +4021,10 @@ class CandidatureApiService {
4021
4021
  getAvailableLanguages$() {
4022
4022
  return this.apiService.get('candidatures/test-results/programming-languages/');
4023
4023
  }
4024
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CandidatureApiService, deps: [{ token: i3$1.ApiService }], target: i0.ɵɵFactoryTarget.Injectable });
4025
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CandidatureApiService });
4024
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CandidatureApiService, deps: [{ token: i3$1.ApiService }], target: i0.ɵɵFactoryTarget.Injectable });
4025
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CandidatureApiService });
4026
4026
  }
4027
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CandidatureApiService, decorators: [{
4027
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CandidatureApiService, decorators: [{
4028
4028
  type: Injectable
4029
4029
  }], ctorParameters: () => [{ type: i3$1.ApiService }] });
4030
4030
 
@@ -4394,8 +4394,8 @@ let TgoCodingTestCandidateViewComponent = class TgoCodingTestCandidateViewCompon
4394
4394
  this.listenLanguageChange();
4395
4395
  }
4396
4396
  }
4397
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TgoCodingTestCandidateViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
4398
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: TgoCodingTestCandidateViewComponent, isStandalone: true, selector: "tgo-coding-test-candidate-view", inputs: { assessment: "assessment", question: "question", test: "test", expirationObservable: "expirationObservable", completeObservable: "completeObservable", isDemo: "isDemo" }, outputs: { validationStatusChanged: "validationStatusChanged", antiCheatingConfigurationChanged: "antiCheatingConfigurationChanged", fullscreenChanged: "fullscreenChanged", themeChanged: "themeChanged", codingFullscreenChanged: "codingFullscreenChanged", navigationButtonStateChanged: "navigationButtonStateChanged", configurationStateChanged: "configurationStateChanged", submissionStateChanged: "submissionStateChanged", loadingStateChanged: "loadingStateChanged" }, host: { properties: { "class": "this.hostClass" } }, providers: [
4397
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TgoCodingTestCandidateViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
4398
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.17", type: TgoCodingTestCandidateViewComponent, isStandalone: true, selector: "tgo-coding-test-candidate-view", inputs: { assessment: "assessment", question: "question", test: "test", expirationObservable: "expirationObservable", completeObservable: "completeObservable", isDemo: "isDemo" }, outputs: { validationStatusChanged: "validationStatusChanged", antiCheatingConfigurationChanged: "antiCheatingConfigurationChanged", fullscreenChanged: "fullscreenChanged", themeChanged: "themeChanged", codingFullscreenChanged: "codingFullscreenChanged", navigationButtonStateChanged: "navigationButtonStateChanged", configurationStateChanged: "configurationStateChanged", submissionStateChanged: "submissionStateChanged", loadingStateChanged: "loadingStateChanged" }, host: { properties: { "class": "this.hostClass" } }, providers: [
4399
4399
  TranslocoLazyModuleUtils.getScopeProvider('tgo-coding-test', getAvailableLangs(), ROOT_TRANSLATIONS_SCOPE, (lang) => {
4400
4400
  // Fetch from app assets; demo app copies the library assets to
4401
4401
  // /assets/tgo-coding-test via project.json.
@@ -4417,9 +4417,9 @@ let TgoCodingTestCandidateViewComponent = class TgoCodingTestCandidateViewCompon
4417
4417
  TgoCodingTestCandidateViewComponent = __decorate([
4418
4418
  UntilDestroy()
4419
4419
  ], TgoCodingTestCandidateViewComponent);
4420
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TgoCodingTestCandidateViewComponent, decorators: [{
4420
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TgoCodingTestCandidateViewComponent, decorators: [{
4421
4421
  type: Component,
4422
- args: [{ standalone: true, selector: 'tgo-coding-test-candidate-view', encapsulation: ViewEncapsulation.None, imports: [
4422
+ args: [{ selector: 'tgo-coding-test-candidate-view', encapsulation: ViewEncapsulation.None, imports: [
4423
4423
  TranslocoModule,
4424
4424
  DialogComponentModule,
4425
4425
  SnackbarComponentModule,