@hmcts/ccd-case-ui-toolkit 7.3.75-minimist-update → 7.3.76-date-time
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +389 -247
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +1 -1
- package/index.d.ts +49 -19
- package/index.d.ts.map +1 -1
- package/package.json +2 -3
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Component, Input, EventEmitter, Output, NgModule, ViewEncapsulation, forwardRef, Pipe, ContentChildren, ViewChildren, Injectable, DOCUMENT, Inject, InjectionToken, Optional, ChangeDetectorRef, Directive, ViewChild, ChangeDetectionStrategy, Injector, ViewContainerRef, SecurityContext, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
|
3
|
-
import * as
|
|
3
|
+
import * as i4 from '@angular/common';
|
|
4
4
|
import { CommonModule, AsyncPipe, CurrencyPipe, formatDate } from '@angular/common';
|
|
5
5
|
import * as i1 from 'rpx-xui-translation';
|
|
6
6
|
import { RpxTranslationModule, RpxTranslatePipe } from 'rpx-xui-translation';
|
|
7
7
|
import * as i1$1 from '@angular/router';
|
|
8
8
|
import { RouterModule, NavigationStart, NavigationEnd } from '@angular/router';
|
|
9
|
-
import * as
|
|
9
|
+
import * as i3 from '@angular/forms';
|
|
10
10
|
import { NG_VALUE_ACCESSOR, NG_VALIDATORS, FormArray, FormGroup, FormControl, Validators, ReactiveFormsModule, FormsModule } from '@angular/forms';
|
|
11
11
|
import { BehaviorSubject, throwError, Subject, EMPTY, concat, defer, timer, Observable, skip, of, forkJoin, fromEvent, Subscription, combineLatest } from 'rxjs';
|
|
12
12
|
import { distinctUntilChanged, catchError, map, switchMap, repeat, retry, publish, refCount, debounceTime, delay, finalize, timeout, mergeMap, retryWhen, tap, delayWhen, publishReplay, take, first, takeUntil, filter } from 'rxjs/operators';
|
|
@@ -22,8 +22,6 @@ import { StateMachine } from '@edium/fsm';
|
|
|
22
22
|
import * as i1$3 from '@angular/material/legacy-dialog';
|
|
23
23
|
import { MAT_LEGACY_DIALOG_DATA, MatLegacyDialogModule } from '@angular/material/legacy-dialog';
|
|
24
24
|
import { MatDialogConfig } from '@angular/material/dialog';
|
|
25
|
-
import * as i2 from '@nicky-lenaers/ngx-scroll-to';
|
|
26
|
-
import { ScrollToModule } from '@nicky-lenaers/ngx-scroll-to';
|
|
27
25
|
import * as marked from 'marked';
|
|
28
26
|
import * as i1$4 from 'ngx-markdown';
|
|
29
27
|
import { MarkdownModule } from 'ngx-markdown';
|
|
@@ -31,28 +29,28 @@ import * as i6 from '@angular/material/legacy-autocomplete';
|
|
|
31
29
|
import { MatLegacyAutocompleteModule } from '@angular/material/legacy-autocomplete';
|
|
32
30
|
import * as i7 from '@angular/material/legacy-core';
|
|
33
31
|
import { MAT_LEGACY_DATE_LOCALE } from '@angular/material/legacy-core';
|
|
34
|
-
import * as i3 from '@hmcts/ccpay-web-component';
|
|
32
|
+
import * as i3$1 from '@hmcts/ccpay-web-component';
|
|
35
33
|
import { PaymentLibModule } from '@hmcts/ccpay-web-component';
|
|
36
34
|
import { v4 } from 'uuid';
|
|
37
|
-
import * as i2
|
|
35
|
+
import * as i2 from '@angular/cdk/overlay';
|
|
38
36
|
import { OverlayModule } from '@angular/cdk/overlay';
|
|
39
37
|
import * as i6$1 from '@angular/cdk/tree';
|
|
40
38
|
import { NestedTreeControl, CdkTreeModule } from '@angular/cdk/tree';
|
|
41
|
-
import * as i2$
|
|
39
|
+
import * as i2$1 from '@angular/platform-browser';
|
|
42
40
|
import { cloneDeep } from 'lodash';
|
|
43
41
|
import * as i4$1 from '@angular-material-components/datetime-picker';
|
|
44
42
|
import { NGX_MAT_DATE_FORMATS, NgxMatDateAdapter, NgxMatDatetimePickerModule, NgxMatTimepickerModule, NgxMatNativeDateModule } from '@angular-material-components/datetime-picker';
|
|
45
43
|
import { NGX_MAT_MOMENT_DATE_ADAPTER_OPTIONS, NgxMatMomentAdapter } from '@angular-material-components/moment-adapter';
|
|
46
|
-
import * as i5
|
|
44
|
+
import * as i5 from '@angular/material/legacy-form-field';
|
|
47
45
|
import { MatLegacyFormFieldModule } from '@angular/material/legacy-form-field';
|
|
48
46
|
import * as i6$2 from '@angular/material/datepicker';
|
|
49
47
|
import { MatDatepickerModule } from '@angular/material/datepicker';
|
|
50
|
-
import * as
|
|
48
|
+
import * as i14 from '@angular/material/legacy-input';
|
|
51
49
|
import { MatLegacyInputModule } from '@angular/material/legacy-input';
|
|
52
|
-
import * as
|
|
50
|
+
import * as i13 from '@hmcts/media-viewer';
|
|
53
51
|
import { MediaViewerModule } from '@hmcts/media-viewer';
|
|
54
52
|
import { PortalModule } from '@angular/cdk/portal';
|
|
55
|
-
import * as i2$
|
|
53
|
+
import * as i2$2 from 'ngx-pagination';
|
|
56
54
|
import { NgxPaginationModule, PaginatePipe } from 'ngx-pagination';
|
|
57
55
|
import * as i10 from '@angular/material/legacy-tabs';
|
|
58
56
|
import { MatLegacyTabsModule } from '@angular/material/legacy-tabs';
|
|
@@ -147,7 +145,7 @@ class FooterComponent {
|
|
|
147
145
|
i0.ɵɵproperty("ngIf", ctx.isSolicitor);
|
|
148
146
|
i0.ɵɵadvance();
|
|
149
147
|
i0.ɵɵproperty("ngIf", !ctx.isSolicitor);
|
|
150
|
-
} }, dependencies: [
|
|
148
|
+
} }, dependencies: [i4.NgIf, i1.RpxTranslatePipe], styles: [".footer-text[_ngcontent-%COMP%]{color:#231f20;margin-top:5px;font-size:16px;font-weight:400;font-style:normal;font-stretch:normal;letter-spacing:normal}#footer[_ngcontent-%COMP%] .full-screen[_ngcontent-%COMP%]{max-width:100%;padding-left:20px}"] });
|
|
151
149
|
}
|
|
152
150
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FooterComponent, [{
|
|
153
151
|
type: Component,
|
|
@@ -240,7 +238,7 @@ class HeaderBarComponent {
|
|
|
240
238
|
i0.ɵɵtextInterpolate(ctx.username);
|
|
241
239
|
i0.ɵɵadvance(2);
|
|
242
240
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(16, 12, "Sign Out"));
|
|
243
|
-
} }, dependencies: [
|
|
241
|
+
} }, dependencies: [i4.NgIf, i1.RpxTranslatePipe], styles: [".title[_ngcontent-%COMP%]:after, .global-header[_ngcontent-%COMP%] .header-username[_ngcontent-%COMP%]:after, .global-header[_ngcontent-%COMP%] .header-title[_ngcontent-%COMP%]:after, .global-header[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.global-header[_ngcontent-%COMP%]{background-color:#000;width:100%}.global-header[_ngcontent-%COMP%] .header-title[_ngcontent-%COMP%]{font-family:nta,Arial,sans-serif;font-weight:700;text-transform:none;font-size:16pt;line-height:1.25}@media(min-width:641px){.global-header[_ngcontent-%COMP%] .header-title[_ngcontent-%COMP%]{font-size:20pt;line-height:1.3}}.global-header[_ngcontent-%COMP%] .header-title[_ngcontent-%COMP%]{float:left;font-weight:700;color:#fff;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media(min-width:769px){.global-header[_ngcontent-%COMP%] .header-title[_ngcontent-%COMP%]{width:50%}}@media screen and (max-width:379px){.global-header[_ngcontent-%COMP%] .header-title[_ngcontent-%COMP%]{width:auto;float:none}}.global-header[_ngcontent-%COMP%] .header-title[_ngcontent-%COMP%] .header-title-span[_ngcontent-%COMP%]{padding-left:22px}.global-header[_ngcontent-%COMP%] .header-username[_ngcontent-%COMP%]{font-family:nta,Arial,sans-serif;font-weight:400;text-transform:none;font-size:12pt;line-height:1.25}@media(min-width:641px){.global-header[_ngcontent-%COMP%] .header-username[_ngcontent-%COMP%]{font-size:14pt;line-height:1.4285714286}}.global-header[_ngcontent-%COMP%] .header-username[_ngcontent-%COMP%]{float:right;text-align:right;color:#fff;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media(min-width:769px){.global-header[_ngcontent-%COMP%] .header-username[_ngcontent-%COMP%]{width:50%}}.global-header[_ngcontent-%COMP%] .header-username[_ngcontent-%COMP%] .header-username-span[_ngcontent-%COMP%]{padding-right:15px}#global-header[_ngcontent-%COMP%] .full-screen[_ngcontent-%COMP%]{max-width:100%}.title[_ngcontent-%COMP%]{font-weight:700;color:#fff;font-size:24px}.title-solicitor[_ngcontent-%COMP%]{float:left}.proposition-right[_ngcontent-%COMP%]{float:right;padding-top:5px}#global-header.with-proposition[_ngcontent-%COMP%] .header-wrapper[_ngcontent-%COMP%] .header-logo[_ngcontent-%COMP%]{width:27%}#global-header.with-proposition[_ngcontent-%COMP%] .header-wrapper[_ngcontent-%COMP%] .header-proposition[_ngcontent-%COMP%]{width:100%;float:none}#global-header.with-proposition[_ngcontent-%COMP%] .header-wrapper[_ngcontent-%COMP%] .header-proposition[_ngcontent-%COMP%] .content[_ngcontent-%COMP%]{margin:0}#user-name[_ngcontent-%COMP%], #sign-out[_ngcontent-%COMP%]{font-size:16px;font-weight:700;border:none;color:#fff;margin:0 0 0 9px;text-decoration:none;background-color:#000}#user-name[_ngcontent-%COMP%]:focus, #sign-out[_ngcontent-%COMP%]:focus{color:#fff}#sign-out[_ngcontent-%COMP%]:hover{text-decoration:underline}"] });
|
|
244
242
|
}
|
|
245
243
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HeaderBarComponent, [{
|
|
246
244
|
type: Component,
|
|
@@ -305,7 +303,7 @@ class NavigationItemComponent {
|
|
|
305
303
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 4, ctx.label));
|
|
306
304
|
i0.ɵɵadvance(2);
|
|
307
305
|
i0.ɵɵproperty("ngIf", ctx.imageLink);
|
|
308
|
-
} }, dependencies: [
|
|
306
|
+
} }, dependencies: [i4.NgIf, i1$1.RouterLink, i1$1.RouterLinkActive, i1.RpxTranslatePipe], styles: ["a[_ngcontent-%COMP%]{color:#fff;text-decoration:none;padding-right:10px;font-size:18px}a.active[_ngcontent-%COMP%]{color:#fff}a[_ngcontent-%COMP%]:focus{background-color:#005ea5;color:#fff}input[_ngcontent-%COMP%]{float:right;background-color:#00823b;margin-top:-3px}.item-bold[_ngcontent-%COMP%]{font-size:18px;font-weight:700}"] });
|
|
309
307
|
}
|
|
310
308
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NavigationItemComponent, [{
|
|
311
309
|
type: Component,
|
|
@@ -712,7 +710,7 @@ class DateInputComponent {
|
|
|
712
710
|
i0.ɵɵproperty("ngIf", ctx.isDateTime);
|
|
713
711
|
i0.ɵɵadvance();
|
|
714
712
|
i0.ɵɵproperty("ngIf", ctx.isDateTime);
|
|
715
|
-
} }, dependencies: [
|
|
713
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
716
714
|
}
|
|
717
715
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DateInputComponent, [{
|
|
718
716
|
type: Component,
|
|
@@ -817,7 +815,7 @@ class AlertComponent {
|
|
|
817
815
|
i0.ɵɵproperty("ngSwitchCase", ctx.alertMessageType.INFORMATION);
|
|
818
816
|
i0.ɵɵadvance(3);
|
|
819
817
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(9, 10, ctx.type));
|
|
820
|
-
} }, dependencies: [
|
|
818
|
+
} }, dependencies: [i4.NgSwitch, i4.NgSwitchCase, i1.RpxTranslatePipe], styles: [".alert[_ngcontent-%COMP%]:after{content:\"\";display:table;clear:both}.alert[_ngcontent-%COMP%]{color:#fff;padding:10px;font-size:16px;line-height:1.25}.alert-error[_ngcontent-%COMP%]{background-color:#df3034}.alert-warning[_ngcontent-%COMP%]{background-color:#912b88}.alert-success[_ngcontent-%COMP%], .alert-confirmation[_ngcontent-%COMP%]{background-color:#006435}.alert-success[_ngcontent-%COMP%] .icon-tick[_ngcontent-%COMP%], .alert-confirmation[_ngcontent-%COMP%] .icon-tick[_ngcontent-%COMP%]{height:20px;width:20px;background-size:cover}.alert-message[_ngcontent-%COMP%]{color:#fff;display:table-cell;font-weight:700}.alert-message[_ngcontent-%COMP%] a[_ngcontent-%COMP%], .alert-message[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:visited{color:#fff;text-decoration:underline}.alert[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{display:table-cell;vertical-align:top}.alert[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%] + .alert-message[_ngcontent-%COMP%]{padding-left:10px}"] });
|
|
821
819
|
}
|
|
822
820
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AlertComponent, [{
|
|
823
821
|
type: Component,
|
|
@@ -993,7 +991,7 @@ class NotificationBannerComponent {
|
|
|
993
991
|
i0.ɵɵtemplate(0, NotificationBannerComponent_div_0_Template, 14, 10, "div", 0);
|
|
994
992
|
} if (rf & 2) {
|
|
995
993
|
i0.ɵɵproperty("ngIf", ctx.notificationBannerConfig);
|
|
996
|
-
} }, dependencies: [
|
|
994
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i4.NgSwitch, i4.NgSwitchCase], styles: [".govuk-notification-banner[_ngcontent-%COMP%] .govuk-notification-banner__content[_ngcontent-%COMP%] .govuk-notification-banner__heading[_ngcontent-%COMP%]{margin-left:0;max-width:fit-content}.govuk-notification-banner[_ngcontent-%COMP%] .govuk-notification-banner__content[_ngcontent-%COMP%] .govuk-notification-banner__heading[_ngcontent-%COMP%] .govuk-notification-banner__link[_ngcontent-%COMP%]{margin-left:10px}.notification-banner-information[_ngcontent-%COMP%], .notification-banner-error[_ngcontent-%COMP%]{background-color:#d4351c;border:5px solid #d4351c}.notification-banner-warning[_ngcontent-%COMP%]{background-color:#912b88;border:5px solid #912b88}.notification-banner-success[_ngcontent-%COMP%]{background-color:#006435;border:5px solid #006435}"] });
|
|
997
995
|
}
|
|
998
996
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NotificationBannerComponent, [{
|
|
999
997
|
type: Component,
|
|
@@ -1020,7 +1018,7 @@ class TabComponent {
|
|
|
1020
1018
|
} if (rf & 2) {
|
|
1021
1019
|
i0.ɵɵproperty("id", ctx.id)("ngClass", i0.ɵɵpureFunction1(3, _c1$q, !ctx.selected));
|
|
1022
1020
|
i0.ɵɵattribute("aria-hidden", !ctx.selected);
|
|
1023
|
-
} }, dependencies: [
|
|
1021
|
+
} }, dependencies: [i4.NgClass], styles: [".tabs-toggle[_ngcontent-%COMP%]{display:block;padding:10px 15px 3px;margin-bottom:8px}.tabs-toggle[aria-selected=true][_ngcontent-%COMP%]{color:#0b0c0c;text-decoration:none;border-bottom:none}.tabs-toggle[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:#005ea5}@media(max-width:640px){.tabs-list[_ngcontent-%COMP%]{border-bottom:1px solid #bfc1c3;margin-left:-15px;margin-right:-15px}.tabs-toggle[_ngcontent-%COMP%]{border-top:1px solid #bfc1c3}.tabs-toggle[_ngcontent-%COMP%]:focus{color:#0b0c0c;outline:none}}@media(min-width:641px){.tabs-panel[_ngcontent-%COMP%]{border-top:1px solid #bfc1c3;clear:both;overflow:hidden}.tabs-list[_ngcontent-%COMP%]{float:left}.tabs-list-item[_ngcontent-%COMP%]{float:left;position:relative;bottom:-1px;padding-top:10px}.tabs-toggle[_ngcontent-%COMP%]{background-color:#dee0e2;border:1px solid transparent;float:left;margin:0 6px 0 0;text-decoration:none}.tabs-toggle[_ngcontent-%COMP%]:visited{color:#005ea5}.tabs-toggle-selected[_ngcontent-%COMP%], .tabs-toggle[aria-selected=true][_ngcontent-%COMP%]{background-color:#fff;border-bottom:0px;border-color:#bfc1c3;padding-bottom:11px;margin-bottom:0;color:#0b0c0c}}"] });
|
|
1024
1022
|
}
|
|
1025
1023
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TabComponent, [{
|
|
1026
1024
|
type: Component,
|
|
@@ -1096,7 +1094,7 @@ class TabsComponent {
|
|
|
1096
1094
|
} if (rf & 2) {
|
|
1097
1095
|
i0.ɵɵadvance(2);
|
|
1098
1096
|
i0.ɵɵproperty("ngForOf", ctx.panels);
|
|
1099
|
-
} }, dependencies: [
|
|
1097
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i1$1.RouterLink, i1.RpxTranslatePipe], styles: [".tabs-toggle[_ngcontent-%COMP%]{display:block;padding:10px 15px 3px;margin-bottom:8px}.tabs-toggle[aria-selected=true][_ngcontent-%COMP%]{color:#0b0c0c;text-decoration:none;border-bottom:none}.tabs-toggle[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:#005ea5}@media(max-width:640px){.tabs-list[_ngcontent-%COMP%]{border-bottom:1px solid #bfc1c3;margin-left:-15px;margin-right:-15px}.tabs-toggle[_ngcontent-%COMP%]{border-top:1px solid #bfc1c3}.tabs-toggle[_ngcontent-%COMP%]:focus{color:#0b0c0c;outline:none}}@media(min-width:641px){.tabs-panel[_ngcontent-%COMP%]{border-top:1px solid #bfc1c3;clear:both;overflow:hidden}.tabs-list[_ngcontent-%COMP%]{float:left}.tabs-list-item[_ngcontent-%COMP%]{float:left;position:relative;bottom:-1px;padding-top:10px}.tabs-toggle[_ngcontent-%COMP%]{background-color:#dee0e2;border:1px solid transparent;float:left;margin:0 6px 0 0;text-decoration:none}.tabs-toggle[_ngcontent-%COMP%]:visited{color:#005ea5}.tabs-toggle-selected[_ngcontent-%COMP%], .tabs-toggle[aria-selected=true][_ngcontent-%COMP%]{background-color:#fff;border-bottom:0px;border-color:#bfc1c3;padding-bottom:11px;margin-bottom:0;color:#0b0c0c}}"] });
|
|
1100
1098
|
}
|
|
1101
1099
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TabsComponent, [{
|
|
1102
1100
|
type: Component,
|
|
@@ -1164,7 +1162,7 @@ class ActivityBannerComponent {
|
|
|
1164
1162
|
i0.ɵɵproperty("alt", i0.ɵɵinterpolate(i0.ɵɵpipeBind1(3, 6, ctx.description)))("src", i0.ɵɵinterpolate(ctx.imageLink), i0.ɵɵsanitizeUrl);
|
|
1165
1163
|
i0.ɵɵadvance(3);
|
|
1166
1164
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 8, ctx.description));
|
|
1167
|
-
} }, dependencies: [
|
|
1165
|
+
} }, dependencies: [i4.NgClass, i1.RpxTranslatePipe], styles: [".caseLocked[_ngcontent-%COMP%]{margin-top:4px;height:40px;-webkit-filter:blur(0);filter:blur(0);background-color:#e72626}.someoneViewing[_ngcontent-%COMP%]{margin-top:4px;height:40px;-webkit-filter:blur(0);filter:blur(0);background-color:#912b88}.bannerIcon[_ngcontent-%COMP%]{float:left;color:#fff;padding-left:9px;position:relative;top:50%;transform:translateY(-40%)}.bannerText[_ngcontent-%COMP%]{padding-left:40px;position:relative;top:50%;transform:translateY(-50%);height:20px;-webkit-filter:blur(0);filter:blur(0);font-family:nta,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.25;text-align:left;color:#fff}"] });
|
|
1168
1166
|
}
|
|
1169
1167
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ActivityBannerComponent, [{
|
|
1170
1168
|
type: Component,
|
|
@@ -1468,7 +1466,7 @@ class HttpError {
|
|
|
1468
1466
|
this.callbackWarnings = null;
|
|
1469
1467
|
}
|
|
1470
1468
|
static DEFAULT_ERROR = 'Unknown error';
|
|
1471
|
-
static DEFAULT_MESSAGE = '
|
|
1469
|
+
static DEFAULT_MESSAGE = 'Sorry, there is a problem with this service. Please try again later.';
|
|
1472
1470
|
static DEFAULT_STATUS = 500;
|
|
1473
1471
|
static MESSAGE_ERROR_429 = 'Your request was rate limited. Please wait a few seconds before retrying your document upload';
|
|
1474
1472
|
timestamp;
|
|
@@ -2235,7 +2233,7 @@ class ActivityComponent {
|
|
|
2235
2233
|
i0.ɵɵtemplate(0, ActivityComponent_div_0_Template, 5, 4, "div", 0);
|
|
2236
2234
|
} if (rf & 2) {
|
|
2237
2235
|
i0.ɵɵproperty("ngIf", ctx.isActivityEnabled());
|
|
2238
|
-
} }, dependencies: [
|
|
2236
|
+
} }, dependencies: [i4.NgIf, ActivityBannerComponent, ActivityIconComponent, i1.RpxTranslatePipe], styles: [".activityEditorsIcon[_ngcontent-%COMP%]{margin-left:14px}.activityEditorsAndViewersIcons[_ngcontent-%COMP%], .activityViewersIcon[_ngcontent-%COMP%]{float:left;margin-left:14px}"] });
|
|
2239
2237
|
}
|
|
2240
2238
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ActivityComponent, [{
|
|
2241
2239
|
type: Component,
|
|
@@ -3565,6 +3563,7 @@ class CaseField {
|
|
|
3565
3563
|
acls;
|
|
3566
3564
|
metadata;
|
|
3567
3565
|
formatted_value;
|
|
3566
|
+
hmctsServiceId;
|
|
3568
3567
|
retain_hidden_value;
|
|
3569
3568
|
wizardProps;
|
|
3570
3569
|
_value;
|
|
@@ -3961,6 +3960,7 @@ class CaseView {
|
|
|
3961
3960
|
events;
|
|
3962
3961
|
metadataFields;
|
|
3963
3962
|
basicFields;
|
|
3963
|
+
hmctsServiceId;
|
|
3964
3964
|
case_flag;
|
|
3965
3965
|
}
|
|
3966
3966
|
__decorate([
|
|
@@ -9143,19 +9143,22 @@ class CaseworkerService {
|
|
|
9143
9143
|
|
|
9144
9144
|
class CaseNotifier {
|
|
9145
9145
|
casesService;
|
|
9146
|
+
caseFlagRefdataService;
|
|
9146
9147
|
static CASE_NAME = 'caseNameHmctsInternal';
|
|
9147
9148
|
static CASE_LOCATION = 'caseManagementLocation';
|
|
9148
9149
|
caseViewSource = new BehaviorSubject(new CaseView());
|
|
9150
|
+
hmctsServiceIdByCaseType = new Map();
|
|
9149
9151
|
caseView = this.caseViewSource.asObservable();
|
|
9150
9152
|
cachedCaseView;
|
|
9151
|
-
constructor(casesService) {
|
|
9153
|
+
constructor(casesService, caseFlagRefdataService) {
|
|
9152
9154
|
this.casesService = casesService;
|
|
9155
|
+
this.caseFlagRefdataService = caseFlagRefdataService;
|
|
9153
9156
|
}
|
|
9154
9157
|
removeCachedCase() {
|
|
9155
9158
|
this.cachedCaseView = null;
|
|
9156
9159
|
}
|
|
9157
9160
|
announceCase(c) {
|
|
9158
|
-
this.caseViewSource.next(
|
|
9161
|
+
this.resolveHmctsServiceId(c).subscribe(caseView => this.caseViewSource.next(caseView));
|
|
9159
9162
|
}
|
|
9160
9163
|
fetchAndRefresh(cid) {
|
|
9161
9164
|
return this.casesService
|
|
@@ -9163,8 +9166,10 @@ class CaseNotifier {
|
|
|
9163
9166
|
.pipe(map(caseView => {
|
|
9164
9167
|
this.cachedCaseView = plainToClassFromExist(new CaseView(), caseView);
|
|
9165
9168
|
this.setBasicFields(this.cachedCaseView.tabs);
|
|
9166
|
-
this.announceCase(this.cachedCaseView);
|
|
9167
9169
|
return this.cachedCaseView;
|
|
9170
|
+
}), switchMap(caseView => this.resolveHmctsServiceId(caseView)), map(caseView => {
|
|
9171
|
+
this.announceCase(caseView);
|
|
9172
|
+
return caseView;
|
|
9168
9173
|
}));
|
|
9169
9174
|
}
|
|
9170
9175
|
setBasicFields(tabs) {
|
|
@@ -9179,12 +9184,32 @@ class CaseNotifier {
|
|
|
9179
9184
|
}
|
|
9180
9185
|
});
|
|
9181
9186
|
}
|
|
9182
|
-
|
|
9187
|
+
resolveHmctsServiceId(caseView) {
|
|
9188
|
+
const caseTypeId = caseView?.case_type?.id;
|
|
9189
|
+
if (!caseTypeId || !this.caseFlagRefdataService) {
|
|
9190
|
+
return of(caseView);
|
|
9191
|
+
}
|
|
9192
|
+
if (this.hmctsServiceIdByCaseType.has(caseTypeId)) {
|
|
9193
|
+
caseView.hmctsServiceId = this.hmctsServiceIdByCaseType.get(caseTypeId);
|
|
9194
|
+
return of(caseView);
|
|
9195
|
+
}
|
|
9196
|
+
return this.caseFlagRefdataService.getHmctsServiceDetailsByCaseType(caseTypeId).pipe(map((serviceDetails) => {
|
|
9197
|
+
const hmctsServiceId = serviceDetails?.find((serviceDetail) => !!serviceDetail.service_code)?.service_code;
|
|
9198
|
+
if (hmctsServiceId) {
|
|
9199
|
+
this.hmctsServiceIdByCaseType.set(caseTypeId, hmctsServiceId);
|
|
9200
|
+
caseView.hmctsServiceId = hmctsServiceId;
|
|
9201
|
+
}
|
|
9202
|
+
return caseView;
|
|
9203
|
+
}), catchError(() => of(caseView)));
|
|
9204
|
+
}
|
|
9205
|
+
static ɵfac = function CaseNotifier_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseNotifier)(i0.ɵɵinject(CasesService), i0.ɵɵinject(CaseFlagRefdataService, 8)); };
|
|
9183
9206
|
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CaseNotifier, factory: CaseNotifier.ɵfac });
|
|
9184
9207
|
}
|
|
9185
9208
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseNotifier, [{
|
|
9186
9209
|
type: Injectable
|
|
9187
|
-
}], () => [{ type: CasesService }
|
|
9210
|
+
}], () => [{ type: CasesService }, { type: CaseFlagRefdataService, decorators: [{
|
|
9211
|
+
type: Optional
|
|
9212
|
+
}] }], null); })();
|
|
9188
9213
|
|
|
9189
9214
|
var Permissions;
|
|
9190
9215
|
(function (Permissions) {
|
|
@@ -10277,19 +10302,19 @@ class CaseEditComponent {
|
|
|
10277
10302
|
this.abstractConfig.logMessage(`checking taskIsForEvent: task ID ${task.id}, task description ${task.description}, event name ${eventDetails.eventId}`);
|
|
10278
10303
|
return task.case_id === eventDetails.caseId && (task.description?.includes(eventDetails.eventId));
|
|
10279
10304
|
}
|
|
10280
|
-
static ɵfac = function CaseEditComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEditComponent)(i0.ɵɵdirectiveInject(
|
|
10305
|
+
static ɵfac = function CaseEditComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEditComponent)(i0.ɵɵdirectiveInject(i3.FormBuilder), i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(FieldsUtils), i0.ɵɵdirectiveInject(FieldsPurger), i0.ɵɵdirectiveInject(ConditionalShowRegistrarService), i0.ɵɵdirectiveInject(WizardFactoryService), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(WindowService), i0.ɵɵdirectiveInject(FormValueService), i0.ɵɵdirectiveInject(FormErrorService), i0.ɵɵdirectiveInject(LoadingService), i0.ɵɵdirectiveInject(ValidPageListCaseFieldsService), i0.ɵɵdirectiveInject(WorkAllocationService), i0.ɵɵdirectiveInject(AlertService), i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(ReadCookieService)); };
|
|
10281
10306
|
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseEditComponent, selectors: [["ccd-case-edit"]], inputs: { eventTrigger: "eventTrigger", submit: "submit", validate: "validate", saveDraft: "saveDraft", caseDetails: "caseDetails" }, outputs: { cancelled: "cancelled", submitted: "submitted" }, standalone: false, features: [i0.ɵɵProvidersFeature([GreyBarService])], decls: 2, vars: 1, consts: [["class", "refresh-modal-backdrop", 4, "ngIf"], [1, "refresh-modal-backdrop"], [1, "refresh-modal"], [1, "heading-h2"], [1, "button", 3, "click"]], template: function CaseEditComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10282
10307
|
i0.ɵɵelement(0, "router-outlet");
|
|
10283
10308
|
i0.ɵɵtemplate(1, CaseEditComponent_div_1_Template, 10, 2, "div", 0);
|
|
10284
10309
|
} if (rf & 2) {
|
|
10285
10310
|
i0.ɵɵadvance();
|
|
10286
10311
|
i0.ɵɵproperty("ngIf", ctx.isRefreshModalVisible);
|
|
10287
|
-
} }, dependencies: [
|
|
10312
|
+
} }, dependencies: [i4.NgIf, i1$1.RouterOutlet], styles: ["#fieldset-case-data[_ngcontent-%COMP%]{margin-bottom:30px}#fieldset-case-data[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{width:1%;white-space:nowrap;vertical-align:top}.compound-field[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{padding:0}#confirmation-header[_ngcontent-%COMP%]{width:630px;background-color:#17958b;border:solid 1px #979797;color:#fff;text-align:center}#confirmation-body[_ngcontent-%COMP%]{width:630px;background-color:#fff}.valign-top[_ngcontent-%COMP%]{vertical-align:top}.summary-fields[_ngcontent-%COMP%]{margin-bottom:30px}.summary-fields[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] th[_ngcontent-%COMP%], .summary-fields[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{border-bottom:0px}a.disabled[_ngcontent-%COMP%]{pointer-events:none;cursor:default}.case-field-label[_ngcontent-%COMP%]{width:45%}.case-field-content[_ngcontent-%COMP%]{width:50%}.no-bottom-border[_ngcontent-%COMP%]{border-bottom:none}.case-field-change[_ngcontent-%COMP%]{width:5%}.refresh-modal-backdrop[_ngcontent-%COMP%]{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.refresh-modal[_ngcontent-%COMP%]{background:#fff;padding:24px;max-width:520px;width:90%;box-shadow:0 8px 24px #0003;border-radius:4px;text-align:center}.refresh-modal[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{margin-top:12px}"] });
|
|
10288
10313
|
}
|
|
10289
10314
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseEditComponent, [{
|
|
10290
10315
|
type: Component,
|
|
10291
10316
|
args: [{ selector: 'ccd-case-edit', providers: [GreyBarService], standalone: false, template: "<router-outlet></router-outlet>\n<!-- Simple centered modal shown on refresh -->\n<div *ngIf=\"isRefreshModalVisible\" class=\"refresh-modal-backdrop\">\n <div class=\"refresh-modal\">\n <h2 class=\"heading-h2\">Page refreshed</h2>\n <p>{{ 'As the page has been refreshed mandatory data is now missing. You will be redirected to the first page of this event.' }}</p>\n <p>{{ 'Please select Ok to continue.' }}</p>\n <button class=\"button\" (click)=\"onRefreshModalOk()\">Ok</button>\n </div>\n</div>", styles: ["#fieldset-case-data{margin-bottom:30px}#fieldset-case-data th{width:1%;white-space:nowrap;vertical-align:top}.compound-field td{padding:0}#confirmation-header{width:630px;background-color:#17958b;border:solid 1px #979797;color:#fff;text-align:center}#confirmation-body{width:630px;background-color:#fff}.valign-top{vertical-align:top}.summary-fields{margin-bottom:30px}.summary-fields tbody tr th,.summary-fields tbody tr td{border-bottom:0px}a.disabled{pointer-events:none;cursor:default}.case-field-label{width:45%}.case-field-content{width:50%}.no-bottom-border{border-bottom:none}.case-field-change{width:5%}.refresh-modal-backdrop{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.refresh-modal{background:#fff;padding:24px;max-width:520px;width:90%;box-shadow:0 8px 24px #0003;border-radius:4px;text-align:center}.refresh-modal .button{margin-top:12px}\n"] }]
|
|
10292
|
-
}], () => [{ type:
|
|
10317
|
+
}], () => [{ type: i3.FormBuilder }, { type: CaseNotifier }, { type: i1$1.Router }, { type: i1$1.ActivatedRoute }, { type: FieldsUtils }, { type: FieldsPurger }, { type: ConditionalShowRegistrarService }, { type: WizardFactoryService }, { type: SessionStorageService }, { type: WindowService }, { type: FormValueService }, { type: FormErrorService }, { type: LoadingService }, { type: ValidPageListCaseFieldsService }, { type: WorkAllocationService }, { type: AlertService }, { type: AbstractAppConfig }, { type: ReadCookieService }], { eventTrigger: [{
|
|
10293
10318
|
type: Input
|
|
10294
10319
|
}], submit: [{
|
|
10295
10320
|
type: Input
|
|
@@ -11762,6 +11787,11 @@ class CaseEditPageComponent {
|
|
|
11762
11787
|
this.caseEditDataService.addFormValidationError({ id, message: `%FIELDLABEL% exceeds the maximum length`, label });
|
|
11763
11788
|
fieldElement.markAsDirty();
|
|
11764
11789
|
}
|
|
11790
|
+
else if (fieldElement.hasError('markDownPattern')) {
|
|
11791
|
+
this.caseEditDataService.addFormValidationError({
|
|
11792
|
+
id, message: `The data entered is not valid for %FIELDLABEL%. Link mark up characters are not allowed in this field.`, label
|
|
11793
|
+
});
|
|
11794
|
+
}
|
|
11765
11795
|
else if (fieldElement.invalid) {
|
|
11766
11796
|
if (casefield.isComplex()) {
|
|
11767
11797
|
errorPresent = this.generateErrorMessage(casefield.field_type.complex_fields, fieldElement, id, true);
|
|
@@ -11784,7 +11814,7 @@ class CaseEditPageComponent {
|
|
|
11784
11814
|
});
|
|
11785
11815
|
}
|
|
11786
11816
|
else {
|
|
11787
|
-
this.validationErrors.push({ id, message: `Select or fill the required ${
|
|
11817
|
+
this.validationErrors.push({ id, message: `Select or fill the required ${label} field` });
|
|
11788
11818
|
fieldElement.markAsDirty();
|
|
11789
11819
|
}
|
|
11790
11820
|
}
|
|
@@ -12383,7 +12413,7 @@ class CallbackErrorsComponent {
|
|
|
12383
12413
|
i0.ɵɵtemplate(0, CallbackErrorsComponent_div_0_Template, 5, 6, "div", 0);
|
|
12384
12414
|
} if (rf & 2) {
|
|
12385
12415
|
i0.ɵɵproperty("ngIf", ctx.hasErrors() || ctx.hasWarnings());
|
|
12386
|
-
} }, dependencies: [
|
|
12416
|
+
} }, dependencies: [i4.NgForOf, i4.NgIf, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
12387
12417
|
}
|
|
12388
12418
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CallbackErrorsComponent, [{
|
|
12389
12419
|
type: Component,
|
|
@@ -12755,7 +12785,7 @@ class CaseEventCompletionTaskReassignedComponent {
|
|
|
12755
12785
|
i0.ɵɵtemplate(0, CaseEventCompletionTaskReassignedComponent_div_0_Template, 31, 30, "div", 0);
|
|
12756
12786
|
} if (rf & 2) {
|
|
12757
12787
|
i0.ɵɵproperty("ngIf", ctx.assignedUserName);
|
|
12758
|
-
} }, dependencies: [
|
|
12788
|
+
} }, dependencies: [i4.NgIf, i1$1.RouterLink, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
12759
12789
|
}
|
|
12760
12790
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseEventCompletionTaskReassignedComponent, [{
|
|
12761
12791
|
type: Component,
|
|
@@ -13379,6 +13409,14 @@ var PaletteContext;
|
|
|
13379
13409
|
PaletteContext["TABLE_VIEW"] = "TABLE_VIEW";
|
|
13380
13410
|
})(PaletteContext || (PaletteContext = {}));
|
|
13381
13411
|
|
|
13412
|
+
// Identifies whether a read palette value came from persisted case data or the current edit form.
|
|
13413
|
+
// Form-origin DateTime values on Check Your Answers must not be service-local adjusted before submit.
|
|
13414
|
+
var PaletteValueOrigin;
|
|
13415
|
+
(function (PaletteValueOrigin) {
|
|
13416
|
+
PaletteValueOrigin["BACKEND"] = "BACKEND";
|
|
13417
|
+
PaletteValueOrigin["FORM"] = "FORM";
|
|
13418
|
+
})(PaletteValueOrigin || (PaletteValueOrigin = {}));
|
|
13419
|
+
|
|
13382
13420
|
class AbstractFieldReadComponent extends AbstractFormFieldComponent {
|
|
13383
13421
|
caseReference;
|
|
13384
13422
|
topLevelFormGroup;
|
|
@@ -13386,13 +13424,14 @@ class AbstractFieldReadComponent extends AbstractFormFieldComponent {
|
|
|
13386
13424
|
* Optional. Enable context-aware rendering of fields.
|
|
13387
13425
|
*/
|
|
13388
13426
|
context = PaletteContext.DEFAULT;
|
|
13427
|
+
valueOrigin = PaletteValueOrigin.BACKEND;
|
|
13389
13428
|
ngOnInit() {
|
|
13390
13429
|
if (!this.caseField.metadata) {
|
|
13391
13430
|
this.registerControl(new FormControl(this.caseField.value));
|
|
13392
13431
|
}
|
|
13393
13432
|
}
|
|
13394
13433
|
static ɵfac = /*@__PURE__*/ (() => { let ɵAbstractFieldReadComponent_BaseFactory; return function AbstractFieldReadComponent_Factory(__ngFactoryType__) { return (ɵAbstractFieldReadComponent_BaseFactory || (ɵAbstractFieldReadComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AbstractFieldReadComponent)))(__ngFactoryType__ || AbstractFieldReadComponent); }; })();
|
|
13395
|
-
static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AbstractFieldReadComponent, inputs: { caseReference: "caseReference", topLevelFormGroup: "topLevelFormGroup", context: "context" }, features: [i0.ɵɵInheritDefinitionFeature] });
|
|
13434
|
+
static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AbstractFieldReadComponent, inputs: { caseReference: "caseReference", topLevelFormGroup: "topLevelFormGroup", context: "context", valueOrigin: "valueOrigin" }, features: [i0.ɵɵInheritDefinitionFeature] });
|
|
13396
13435
|
}
|
|
13397
13436
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AbstractFieldReadComponent, [{
|
|
13398
13437
|
type: Directive
|
|
@@ -13402,6 +13441,8 @@ class AbstractFieldReadComponent extends AbstractFormFieldComponent {
|
|
|
13402
13441
|
type: Input
|
|
13403
13442
|
}], context: [{
|
|
13404
13443
|
type: Input
|
|
13444
|
+
}], valueOrigin: [{
|
|
13445
|
+
type: Input
|
|
13405
13446
|
}] }); })();
|
|
13406
13447
|
|
|
13407
13448
|
const _c0$Y = ["journeyChild"];
|
|
@@ -15005,7 +15046,7 @@ class ReadCaseLinkFieldComponent extends AbstractFieldReadComponent {
|
|
|
15005
15046
|
i0.ɵɵtemplate(0, ReadCaseLinkFieldComponent_a_0_Template, 4, 5, "a", 0);
|
|
15006
15047
|
} if (rf & 2) {
|
|
15007
15048
|
i0.ɵɵproperty("ngIf", ctx.hasReference());
|
|
15008
|
-
} }, dependencies: [
|
|
15049
|
+
} }, dependencies: [i4.NgIf, CaseReferencePipe], encapsulation: 2 });
|
|
15009
15050
|
}
|
|
15010
15051
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadCaseLinkFieldComponent, [{
|
|
15011
15052
|
type: Component,
|
|
@@ -15117,7 +15158,7 @@ class WriteCaseLinkFieldComponent extends AbstractFieldWriteComponent {
|
|
|
15117
15158
|
i0.ɵɵproperty("ngIf", ctx.caseReferenceControl.errors && (ctx.caseReferenceControl.dirty || ctx.caseReferenceControl.touched));
|
|
15118
15159
|
i0.ɵɵadvance();
|
|
15119
15160
|
i0.ɵɵproperty("id", ctx.id())("formControl", ctx.caseReferenceControl);
|
|
15120
|
-
} }, dependencies: [
|
|
15161
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
15121
15162
|
}
|
|
15122
15163
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteCaseLinkFieldComponent, [{
|
|
15123
15164
|
type: Component,
|
|
@@ -15139,7 +15180,7 @@ function ReadCollectionFieldComponent_table_0_tbody_2_Template(rf, ctx) { if (rf
|
|
|
15139
15180
|
} if (rf & 2) {
|
|
15140
15181
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
15141
15182
|
i0.ɵɵadvance(4);
|
|
15142
|
-
i0.ɵɵproperty("caseField", i0.ɵɵpureFunction7(
|
|
15183
|
+
i0.ɵɵproperty("caseField", i0.ɵɵpureFunction7(5, _c0$V, ctx_r0.caseField.label, ctx_r0.caseField.label, ctx_r0.caseField.field_type.collection_field_type, ctx_r0.caseField.display_context_parameter, ctx_r0.caseField.value, ctx_r0.caseField.hidden, ctx_r0.caseField))("context", ctx_r0.context)("valueOrigin", ctx_r0.valueOrigin)("caseFields", ctx_r0.caseFields)("topLevelFormGroup", ctx_r0.topLevelFormGroup);
|
|
15143
15184
|
} }
|
|
15144
15185
|
function ReadCollectionFieldComponent_table_0_tbody_3_tr_1_Template(rf, ctx) { if (rf & 1) {
|
|
15145
15186
|
i0.ɵɵelementStart(0, "tr")(1, "td");
|
|
@@ -15150,11 +15191,11 @@ function ReadCollectionFieldComponent_table_0_tbody_3_tr_1_Template(rf, ctx) { i
|
|
|
15150
15191
|
const i_r3 = ctx.index;
|
|
15151
15192
|
const ctx_r0 = i0.ɵɵnextContext(3);
|
|
15152
15193
|
i0.ɵɵadvance(2);
|
|
15153
|
-
i0.ɵɵproperty("caseField", i0.ɵɵpureFunction6(
|
|
15194
|
+
i0.ɵɵproperty("caseField", i0.ɵɵpureFunction6(6, _c1$m, i_r3 + "", ctx_r0.caseField.label + " " + (i_r3 + 1), ctx_r0.caseField.field_type.collection_field_type, item_r2.value, ctx_r0.caseField.hidden, ctx_r0.caseField))("context", ctx_r0.context)("valueOrigin", ctx_r0.valueOrigin)("caseFields", ctx_r0.caseFields)("topLevelFormGroup", ctx_r0.topLevelFormGroup)("idPrefix", ctx_r0.buildIdPrefix(i_r3));
|
|
15154
15195
|
} }
|
|
15155
15196
|
function ReadCollectionFieldComponent_table_0_tbody_3_Template(rf, ctx) { if (rf & 1) {
|
|
15156
15197
|
i0.ɵɵelementStart(0, "tbody");
|
|
15157
|
-
i0.ɵɵtemplate(1, ReadCollectionFieldComponent_table_0_tbody_3_tr_1_Template, 3,
|
|
15198
|
+
i0.ɵɵtemplate(1, ReadCollectionFieldComponent_table_0_tbody_3_tr_1_Template, 3, 13, "tr", 6);
|
|
15158
15199
|
i0.ɵɵelementEnd();
|
|
15159
15200
|
} if (rf & 2) {
|
|
15160
15201
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
@@ -15164,7 +15205,7 @@ function ReadCollectionFieldComponent_table_0_tbody_3_Template(rf, ctx) { if (rf
|
|
|
15164
15205
|
function ReadCollectionFieldComponent_table_0_Template(rf, ctx) { if (rf & 1) {
|
|
15165
15206
|
i0.ɵɵelementStart(0, "table", 1);
|
|
15166
15207
|
i0.ɵɵelementContainerStart(1, 2);
|
|
15167
|
-
i0.ɵɵtemplate(2, ReadCollectionFieldComponent_table_0_tbody_2_Template, 5,
|
|
15208
|
+
i0.ɵɵtemplate(2, ReadCollectionFieldComponent_table_0_tbody_2_Template, 5, 13, "tbody", 3)(3, ReadCollectionFieldComponent_table_0_tbody_3_Template, 2, 1, "tbody", 3);
|
|
15168
15209
|
i0.ɵɵelementContainerEnd();
|
|
15169
15210
|
i0.ɵɵelementEnd();
|
|
15170
15211
|
} if (rf & 2) {
|
|
@@ -15192,7 +15233,7 @@ class ReadCollectionFieldComponent extends AbstractFieldReadComponent {
|
|
|
15192
15233
|
return prefix;
|
|
15193
15234
|
}
|
|
15194
15235
|
static ɵfac = /*@__PURE__*/ (() => { let ɵReadCollectionFieldComponent_BaseFactory; return function ReadCollectionFieldComponent_Factory(__ngFactoryType__) { return (ɵReadCollectionFieldComponent_BaseFactory || (ɵReadCollectionFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadCollectionFieldComponent)))(__ngFactoryType__ || ReadCollectionFieldComponent); }; })();
|
|
15195
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadCollectionFieldComponent, selectors: [["ccd-read-collection-field"]], inputs: { caseFields: "caseFields" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["class", "collection-field-table", "aria-describedby", "collection table", 4, "ngIf"], ["aria-describedby", "collection table", 1, "collection-field-table"], [3, "ngSwitch"], [4, "ngSwitchCase"], ["id", "hiddenHeader", 2, "display", "none"], [3, "caseField", "context", "caseFields", "topLevelFormGroup"], [4, "ngFor", "ngForOf"], [3, "caseField", "context", "caseFields", "topLevelFormGroup", "idPrefix"]], template: function ReadCollectionFieldComponent_Template(rf, ctx) { if (rf & 1) {
|
|
15236
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadCollectionFieldComponent, selectors: [["ccd-read-collection-field"]], inputs: { caseFields: "caseFields" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["class", "collection-field-table", "aria-describedby", "collection table", 4, "ngIf"], ["aria-describedby", "collection table", 1, "collection-field-table"], [3, "ngSwitch"], [4, "ngSwitchCase"], ["id", "hiddenHeader", 2, "display", "none"], [3, "caseField", "context", "valueOrigin", "caseFields", "topLevelFormGroup"], [4, "ngFor", "ngForOf"], [3, "caseField", "context", "valueOrigin", "caseFields", "topLevelFormGroup", "idPrefix"]], template: function ReadCollectionFieldComponent_Template(rf, ctx) { if (rf & 1) {
|
|
15196
15237
|
i0.ɵɵtemplate(0, ReadCollectionFieldComponent_table_0_Template, 4, 3, "table", 0);
|
|
15197
15238
|
} if (rf & 2) {
|
|
15198
15239
|
i0.ɵɵproperty("ngIf", ctx.caseField.value && ctx.caseField.value.length);
|
|
@@ -15200,7 +15241,7 @@ class ReadCollectionFieldComponent extends AbstractFieldReadComponent {
|
|
|
15200
15241
|
}
|
|
15201
15242
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadCollectionFieldComponent, [{
|
|
15202
15243
|
type: Component,
|
|
15203
|
-
args: [{ selector: 'ccd-read-collection-field', standalone: false, template: "<table *ngIf=\"caseField.value && caseField.value.length \" class=\"collection-field-table\" aria-describedby=\"collection table\">\n <ng-container [ngSwitch]=\"isDisplayContextParameterAvailable\">\n <tbody *ngSwitchCase=\"true\">\n <tr>\n <th id=\"hiddenHeader\" style=\"display: none;\"></th>\n <td>\n <ccd-field-read\n [caseField]=\"{\n id: caseField.label,\n label: caseField.label,\n field_type: caseField.field_type.collection_field_type,\n display_context_parameter: caseField.display_context_parameter,\n value: caseField.value,\n hidden: caseField.hidden,\n parent: caseField\n }\"\n [context]=\"context\"\n [caseFields]=\"caseFields\"\n [topLevelFormGroup]=\"topLevelFormGroup\">\n </ccd-field-read>\n </td>\n </tr>\n </tbody>\n <tbody *ngSwitchCase=\"false\">\n <tr *ngFor=\"let item of caseField.value; let i = index\">\n <td>\n <ccd-field-read\n [caseField]=\"{\n id: i + '',\n label: caseField.label + ' ' + (i + 1),\n field_type: caseField.field_type.collection_field_type,\n value: item.value,\n hidden: caseField.hidden,\n parent: caseField\n }\"\n [context]=\"context\"\n [caseFields]=\"caseFields\"\n [topLevelFormGroup]=\"topLevelFormGroup\"\n [idPrefix]=\"buildIdPrefix(i)\">\n </ccd-field-read>\n </td>\n </tr>\n </tbody>\n </ng-container>\n</table>\n", styles: [".collection-field-table tr:first-child>td{padding-top:0}.collection-field-table tr:last-child>td{border-bottom:none}.collection-field-table td.collection-actions{width:1px;white-space:nowrap}.error-spacing{margin-top:10px}.collection-title{height:51px}.float-left{float:left;padding-top:8px}.float-right{float:right}.complex-panel{margin:13px 0;border:1px solid #bfc1c3}.complex-panel .complex-panel-title{background-color:#dee0e2;padding:5px 5px 2px;border-bottom:1px solid #bfc1c3;display:block;color:#0b0c0c;font-family:nta,Arial,sans-serif;font-weight:700;text-transform:none;font-size:16px;line-height:1.25}@media(min-width:641px){.complex-panel .complex-panel-title{font-size:19px;line-height:1.3157894737}}.complex-panel .complex-panel-table>tbody>tr>th{vertical-align:top}.complex-panel .complex-panel-table>tbody>tr:last-child>th,.complex-panel .complex-panel-table>tbody>tr:last-child>td{border-bottom:none}.complex-panel .complex-panel-simple-field th{padding-left:5px;width:295px}.complex-panel .complex-panel-compound-field td{padding:5px}.collection-indicator{border-left:solid 5px #b1b4b6}\n"] }]
|
|
15244
|
+
args: [{ selector: 'ccd-read-collection-field', standalone: false, template: "<table *ngIf=\"caseField.value && caseField.value.length \" class=\"collection-field-table\" aria-describedby=\"collection table\">\n <ng-container [ngSwitch]=\"isDisplayContextParameterAvailable\">\n <tbody *ngSwitchCase=\"true\">\n <tr>\n <th id=\"hiddenHeader\" style=\"display: none;\"></th>\n <td>\n <ccd-field-read\n [caseField]=\"{\n id: caseField.label,\n label: caseField.label,\n field_type: caseField.field_type.collection_field_type,\n display_context_parameter: caseField.display_context_parameter,\n value: caseField.value,\n hidden: caseField.hidden,\n parent: caseField\n }\"\n [context]=\"context\"\n [valueOrigin]=\"valueOrigin\"\n [caseFields]=\"caseFields\"\n [topLevelFormGroup]=\"topLevelFormGroup\">\n </ccd-field-read>\n </td>\n </tr>\n </tbody>\n <tbody *ngSwitchCase=\"false\">\n <tr *ngFor=\"let item of caseField.value; let i = index\">\n <td>\n <ccd-field-read\n [caseField]=\"{\n id: i + '',\n label: caseField.label + ' ' + (i + 1),\n field_type: caseField.field_type.collection_field_type,\n value: item.value,\n hidden: caseField.hidden,\n parent: caseField\n }\"\n [context]=\"context\"\n [valueOrigin]=\"valueOrigin\"\n [caseFields]=\"caseFields\"\n [topLevelFormGroup]=\"topLevelFormGroup\"\n [idPrefix]=\"buildIdPrefix(i)\">\n </ccd-field-read>\n </td>\n </tr>\n </tbody>\n </ng-container>\n</table>\n", styles: [".collection-field-table tr:first-child>td{padding-top:0}.collection-field-table tr:last-child>td{border-bottom:none}.collection-field-table td.collection-actions{width:1px;white-space:nowrap}.error-spacing{margin-top:10px}.collection-title{height:51px}.float-left{float:left;padding-top:8px}.float-right{float:right}.complex-panel{margin:13px 0;border:1px solid #bfc1c3}.complex-panel .complex-panel-title{background-color:#dee0e2;padding:5px 5px 2px;border-bottom:1px solid #bfc1c3;display:block;color:#0b0c0c;font-family:nta,Arial,sans-serif;font-weight:700;text-transform:none;font-size:16px;line-height:1.25}@media(min-width:641px){.complex-panel .complex-panel-title{font-size:19px;line-height:1.3157894737}}.complex-panel .complex-panel-table>tbody>tr>th{vertical-align:top}.complex-panel .complex-panel-table>tbody>tr:last-child>th,.complex-panel .complex-panel-table>tbody>tr:last-child>td{border-bottom:none}.complex-panel .complex-panel-simple-field th{padding-left:5px;width:295px}.complex-panel .complex-panel-compound-field td{padding:5px}.collection-indicator{border-left:solid 5px #b1b4b6}\n"] }]
|
|
15204
15245
|
}], null, { caseFields: [{
|
|
15205
15246
|
type: Input
|
|
15206
15247
|
}] }); })();
|
|
@@ -15358,10 +15399,9 @@ function WriteCollectionFieldComponent_button_8_Template(rf, ctx) { if (rf & 1)
|
|
|
15358
15399
|
} }
|
|
15359
15400
|
class WriteCollectionFieldComponent extends AbstractFieldWriteComponent {
|
|
15360
15401
|
dialog;
|
|
15361
|
-
scrollToService;
|
|
15362
15402
|
profileNotifier;
|
|
15363
15403
|
cdRef;
|
|
15364
|
-
|
|
15404
|
+
static SCROLL_OFFSET_PX = -150;
|
|
15365
15405
|
caseFields = [];
|
|
15366
15406
|
formArray;
|
|
15367
15407
|
profile;
|
|
@@ -15369,10 +15409,9 @@ class WriteCollectionFieldComponent extends AbstractFieldWriteComponent {
|
|
|
15369
15409
|
items;
|
|
15370
15410
|
collItems = [];
|
|
15371
15411
|
collectionItemUidCounter = 0;
|
|
15372
|
-
constructor(dialog,
|
|
15412
|
+
constructor(dialog, profileNotifier, cdRef) {
|
|
15373
15413
|
super();
|
|
15374
15414
|
this.dialog = dialog;
|
|
15375
|
-
this.scrollToService = scrollToService;
|
|
15376
15415
|
this.profileNotifier = profileNotifier;
|
|
15377
15416
|
this.cdRef = cdRef;
|
|
15378
15417
|
}
|
|
@@ -15504,14 +15543,20 @@ class WriteCollectionFieldComponent extends AbstractFieldWriteComponent {
|
|
|
15504
15543
|
// Update DOM required after pushing a new item to do the next steps (i.e. scrolling and focusing)
|
|
15505
15544
|
this.cdRef.detectChanges();
|
|
15506
15545
|
if (doScroll) {
|
|
15507
|
-
this.
|
|
15508
|
-
|
|
15509
|
-
|
|
15510
|
-
|
|
15511
|
-
|
|
15512
|
-
.subscribe(() => { }, error => this.logger.error('Error while scrolling collection item into view.', { error }));
|
|
15546
|
+
this.focusLastItem(true);
|
|
15547
|
+
this.scrollToCollectionItem(`${this.buildIdPrefix(index)}${index}`);
|
|
15548
|
+
}
|
|
15549
|
+
else {
|
|
15550
|
+
this.focusLastItem();
|
|
15513
15551
|
}
|
|
15514
|
-
|
|
15552
|
+
}
|
|
15553
|
+
scrollToCollectionItem(targetId) {
|
|
15554
|
+
const target = document.getElementById(targetId);
|
|
15555
|
+
if (!target) {
|
|
15556
|
+
return;
|
|
15557
|
+
}
|
|
15558
|
+
const targetTop = target.getBoundingClientRect().top + window.pageYOffset + WriteCollectionFieldComponent.SCROLL_OFFSET_PX;
|
|
15559
|
+
window.scrollTo({ top: targetTop, behavior: 'smooth' });
|
|
15515
15560
|
}
|
|
15516
15561
|
isCollectionDynamic() {
|
|
15517
15562
|
if (!this.caseField.field_type || !this.caseField.field_type.collection_field_type) {
|
|
@@ -15547,7 +15592,7 @@ class WriteCollectionFieldComponent extends AbstractFieldWriteComponent {
|
|
|
15547
15592
|
return this.formArray.at(index);
|
|
15548
15593
|
}
|
|
15549
15594
|
}
|
|
15550
|
-
focusLastItem() {
|
|
15595
|
+
focusLastItem(preventScroll = false) {
|
|
15551
15596
|
const root = this.items.last?.nativeElement;
|
|
15552
15597
|
if (!root) {
|
|
15553
15598
|
return;
|
|
@@ -15561,7 +15606,7 @@ class WriteCollectionFieldComponent extends AbstractFieldWriteComponent {
|
|
|
15561
15606
|
return type !== 'radio';
|
|
15562
15607
|
});
|
|
15563
15608
|
if (focusTarget) {
|
|
15564
|
-
focusTarget.focus();
|
|
15609
|
+
focusTarget.focus({ preventScroll });
|
|
15565
15610
|
}
|
|
15566
15611
|
}
|
|
15567
15612
|
removeItem(index) {
|
|
@@ -15676,7 +15721,7 @@ class WriteCollectionFieldComponent extends AbstractFieldWriteComponent {
|
|
|
15676
15721
|
const notSimple = ['Collection', 'Complex'];
|
|
15677
15722
|
return notSimple.indexOf(caseField.field_type.collection_field_type.type) < 0;
|
|
15678
15723
|
}
|
|
15679
|
-
static ɵfac = function WriteCollectionFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WriteCollectionFieldComponent)(i0.ɵɵdirectiveInject(i1$3.MatLegacyDialog), i0.ɵɵdirectiveInject(
|
|
15724
|
+
static ɵfac = function WriteCollectionFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WriteCollectionFieldComponent)(i0.ɵɵdirectiveInject(i1$3.MatLegacyDialog), i0.ɵɵdirectiveInject(ProfileNotifier), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
|
|
15680
15725
|
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteCollectionFieldComponent, selectors: [["ccd-write-collection-field"]], viewQuery: function WriteCollectionFieldComponent_Query(rf, ctx) { if (rf & 1) {
|
|
15681
15726
|
i0.ɵɵviewQuery(_c0$U, 5);
|
|
15682
15727
|
} if (rf & 2) {
|
|
@@ -15711,31 +15756,31 @@ class WriteCollectionFieldComponent extends AbstractFieldWriteComponent {
|
|
|
15711
15756
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteCollectionFieldComponent, [{
|
|
15712
15757
|
type: Component,
|
|
15713
15758
|
args: [{ selector: 'ccd-write-collection-field', standalone: false, template: "<div class=\"form-group\" [id]=\"id()\">\n\n <div class=\"panel collection-indicator\">\n\n <h2 class=\"heading-h2 error-spacing\" *ngIf=\"!caseField.hidden\">\n {{(caseField | ccdFieldLabel)}}\n </h2>\n <button class=\"button write-collection-add-item__top\" type=\"button\" (click)=\"addItem(true)\" [disabled]=\"isNotAuthorisedToCreate() || isSearchFilter()\">{{'Add new' | rpxTranslate}}</button>\n <h2 class=\"heading-h2 error-spacing\" *ngIf=\"caseField.hint_text || formArray.errors\">\n <span *ngIf=\"caseField.hint_text\" class=\"form-hint\">\n <ccd-markdown [content]=\"caseField.hint_text | rpxTranslate\"></ccd-markdown>\n </span>\n <span *ngIf=\"formArray.errors\" class=\"error-message\">\n {{(formArray.errors | ccdFirstError:caseField.label)}}\n </span>\n </h2>\n\n <div class=\"form-group\" [hidden]=\"caseField.hidden\" *ngIf=\"caseField.value && caseField.value.length\">\n <fieldset class=\"govuk-fieldset\">\n <div *ngFor=\"let item of collItems; let i = index; trackBy: trackByCollectionItem\" #collectionItem\n [id]=\"this.buildIdPrefix(i) + i\" class=\"form-group\">\n <div class=\"collection-title\">\n <div class=\"float-left\">\n <legend class=\"govuk-fieldset__legend\">\n <label [for]=\"item.prefix + i\"><h3 class=\"heading-h3\">{{itemLabel(i) | rpxTranslate}}</h3></label>\n </legend>\n </div>\n <div class=\"float-right\">\n <button class=\"button button-secondary\" type=\"button\" (click)=\"openModal(i)\"\n [disabled]=\"isNotAuthorisedToDelete(i)\"\n attr.aria-label=\"Remove {{ itemLabel(i) }}\">{{'Remove' | rpxTranslate}}</button>\n </div>\n </div>\n <ccd-field-write [caseField]=\"item.caseField\"\n [caseFields]=\"caseFields\"\n [formGroup]=\"formGroup\"\n [parent]=\"item.container\"\n [idPrefix]=\"item.prefix\"\n [hidden]=\"item.caseField.hidden\"\n [isExpanded]=\"isExpanded\"\n [isInSearchBlock]=\"isInSearchBlock\">\n </ccd-field-write>\n </div>\n </fieldset>\n </div>\n\n <button class=\"button write-collection-add-item__bottom\" type=\"button\" (click)=\"addItem(false)\" [disabled]=\"isNotAuthorisedToCreate() || isSearchFilter()\" *ngIf=\"caseField.value && caseField.value.length\">{{'Add new' | rpxTranslate }}</button>\n\n </div>\n\n</div>\n", styles: [".collection-field-table tr:first-child>td{padding-top:0}.collection-field-table tr:last-child>td{border-bottom:none}.collection-field-table td.collection-actions{width:1px;white-space:nowrap}.error-spacing{margin-top:10px}.collection-title{height:51px}.float-left{float:left;padding-top:8px}.float-right{float:right}.complex-panel{margin:13px 0;border:1px solid #bfc1c3}.complex-panel .complex-panel-title{background-color:#dee0e2;padding:5px 5px 2px;border-bottom:1px solid #bfc1c3;display:block;color:#0b0c0c;font-family:nta,Arial,sans-serif;font-weight:700;text-transform:none;font-size:16px;line-height:1.25}@media(min-width:641px){.complex-panel .complex-panel-title{font-size:19px;line-height:1.3157894737}}.complex-panel .complex-panel-table>tbody>tr>th{vertical-align:top}.complex-panel .complex-panel-table>tbody>tr:last-child>th,.complex-panel .complex-panel-table>tbody>tr:last-child>td{border-bottom:none}.complex-panel .complex-panel-simple-field th{padding-left:5px;width:295px}.complex-panel .complex-panel-compound-field td{padding:5px}.collection-indicator{border-left:solid 5px #b1b4b6}\n"] }]
|
|
15714
|
-
}], () => [{ type: i1$3.MatLegacyDialog }, { type:
|
|
15759
|
+
}], () => [{ type: i1$3.MatLegacyDialog }, { type: ProfileNotifier }, { type: i0.ChangeDetectorRef }], { caseFields: [{
|
|
15715
15760
|
type: Input
|
|
15716
15761
|
}], items: [{
|
|
15717
15762
|
type: ViewChildren,
|
|
15718
15763
|
args: ['collectionItem']
|
|
15719
15764
|
}] }); })();
|
|
15720
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WriteCollectionFieldComponent, { className: "WriteCollectionFieldComponent", filePath: "lib/shared/components/palette/collection/write-collection-field.component.ts", lineNumber:
|
|
15765
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WriteCollectionFieldComponent, { className: "WriteCollectionFieldComponent", filePath: "lib/shared/components/palette/collection/write-collection-field.component.ts", lineNumber: 32 }); })();
|
|
15721
15766
|
|
|
15722
15767
|
function ReadComplexFieldComponent_ccd_read_complex_field_raw_1_Template(rf, ctx) { if (rf & 1) {
|
|
15723
15768
|
i0.ɵɵelement(0, "ccd-read-complex-field-raw", 4);
|
|
15724
15769
|
} if (rf & 2) {
|
|
15725
15770
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
15726
|
-
i0.ɵɵproperty("caseField", ctx_r0.caseField)("caseFields", ctx_r0.caseFields)("context", ctx_r0.context)("topLevelFormGroup", ctx_r0.topLevelFormGroup)("idPrefix", ctx_r0.idPrefix);
|
|
15771
|
+
i0.ɵɵproperty("caseField", ctx_r0.caseField)("caseFields", ctx_r0.caseFields)("context", ctx_r0.context)("valueOrigin", ctx_r0.valueOrigin)("topLevelFormGroup", ctx_r0.topLevelFormGroup)("idPrefix", ctx_r0.idPrefix);
|
|
15727
15772
|
} }
|
|
15728
15773
|
function ReadComplexFieldComponent_ccd_read_complex_field_collection_table_2_Template(rf, ctx) { if (rf & 1) {
|
|
15729
15774
|
i0.ɵɵelement(0, "ccd-read-complex-field-collection-table", 5);
|
|
15730
15775
|
} if (rf & 2) {
|
|
15731
15776
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
15732
|
-
i0.ɵɵproperty("caseField", ctx_r0.caseField)("context", ctx_r0.context)("topLevelFormGroup", ctx_r0.topLevelFormGroup)("idPrefix", ctx_r0.idPrefix);
|
|
15777
|
+
i0.ɵɵproperty("caseField", ctx_r0.caseField)("context", ctx_r0.context)("valueOrigin", ctx_r0.valueOrigin)("topLevelFormGroup", ctx_r0.topLevelFormGroup)("idPrefix", ctx_r0.idPrefix);
|
|
15733
15778
|
} }
|
|
15734
15779
|
function ReadComplexFieldComponent_ccd_read_complex_field_table_3_Template(rf, ctx) { if (rf & 1) {
|
|
15735
15780
|
i0.ɵɵelement(0, "ccd-read-complex-field-table", 4);
|
|
15736
15781
|
} if (rf & 2) {
|
|
15737
15782
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
15738
|
-
i0.ɵɵproperty("caseField", ctx_r0.caseField)("caseFields", ctx_r0.caseFields)("context", ctx_r0.context)("topLevelFormGroup", ctx_r0.topLevelFormGroup)("idPrefix", ctx_r0.idPrefix);
|
|
15783
|
+
i0.ɵɵproperty("caseField", ctx_r0.caseField)("caseFields", ctx_r0.caseFields)("context", ctx_r0.context)("valueOrigin", ctx_r0.valueOrigin)("topLevelFormGroup", ctx_r0.topLevelFormGroup)("idPrefix", ctx_r0.idPrefix);
|
|
15739
15784
|
} }
|
|
15740
15785
|
class ReadComplexFieldComponent extends AbstractFieldReadComponent {
|
|
15741
15786
|
caseFields = [];
|
|
@@ -15769,9 +15814,9 @@ class ReadComplexFieldComponent extends AbstractFieldReadComponent {
|
|
|
15769
15814
|
}
|
|
15770
15815
|
}
|
|
15771
15816
|
static ɵfac = /*@__PURE__*/ (() => { let ɵReadComplexFieldComponent_BaseFactory; return function ReadComplexFieldComponent_Factory(__ngFactoryType__) { return (ɵReadComplexFieldComponent_BaseFactory || (ɵReadComplexFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadComplexFieldComponent)))(__ngFactoryType__ || ReadComplexFieldComponent); }; })();
|
|
15772
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadComplexFieldComponent, selectors: [["ccd-read-complex-field"]], inputs: { caseFields: "caseFields" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 4, vars: 3, consts: [[3, "ngSwitch"], [3, "caseField", "caseFields", "context", "topLevelFormGroup", "idPrefix", 4, "ngSwitchCase"], [3, "caseField", "context", "topLevelFormGroup", "idPrefix", 4, "ngSwitchCase"], [3, "caseField", "caseFields", "context", "topLevelFormGroup", "idPrefix", 4, "ngSwitchDefault"], [3, "caseField", "caseFields", "context", "topLevelFormGroup", "idPrefix"], [3, "caseField", "context", "topLevelFormGroup", "idPrefix"]], template: function ReadComplexFieldComponent_Template(rf, ctx) { if (rf & 1) {
|
|
15817
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadComplexFieldComponent, selectors: [["ccd-read-complex-field"]], inputs: { caseFields: "caseFields" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 4, vars: 3, consts: [[3, "ngSwitch"], [3, "caseField", "caseFields", "context", "valueOrigin", "topLevelFormGroup", "idPrefix", 4, "ngSwitchCase"], [3, "caseField", "context", "valueOrigin", "topLevelFormGroup", "idPrefix", 4, "ngSwitchCase"], [3, "caseField", "caseFields", "context", "valueOrigin", "topLevelFormGroup", "idPrefix", 4, "ngSwitchDefault"], [3, "caseField", "caseFields", "context", "valueOrigin", "topLevelFormGroup", "idPrefix"], [3, "caseField", "context", "valueOrigin", "topLevelFormGroup", "idPrefix"]], template: function ReadComplexFieldComponent_Template(rf, ctx) { if (rf & 1) {
|
|
15773
15818
|
i0.ɵɵelementContainerStart(0, 0);
|
|
15774
|
-
i0.ɵɵtemplate(1, ReadComplexFieldComponent_ccd_read_complex_field_raw_1_Template, 1,
|
|
15819
|
+
i0.ɵɵtemplate(1, ReadComplexFieldComponent_ccd_read_complex_field_raw_1_Template, 1, 6, "ccd-read-complex-field-raw", 1)(2, ReadComplexFieldComponent_ccd_read_complex_field_collection_table_2_Template, 1, 5, "ccd-read-complex-field-collection-table", 2)(3, ReadComplexFieldComponent_ccd_read_complex_field_table_3_Template, 1, 6, "ccd-read-complex-field-table", 3);
|
|
15775
15820
|
i0.ɵɵelementContainerEnd();
|
|
15776
15821
|
} if (rf & 2) {
|
|
15777
15822
|
i0.ɵɵproperty("ngSwitch", ctx.context);
|
|
@@ -15783,15 +15828,55 @@ class ReadComplexFieldComponent extends AbstractFieldReadComponent {
|
|
|
15783
15828
|
}
|
|
15784
15829
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadComplexFieldComponent, [{
|
|
15785
15830
|
type: Component,
|
|
15786
|
-
args: [{ selector: 'ccd-read-complex-field', standalone: false, template: "<ng-container [ngSwitch]=\"context\">\n <ccd-read-complex-field-raw\n *ngSwitchCase=\"paletteContext.CHECK_YOUR_ANSWER\"\n [caseField]=\"caseField\"\n [caseFields]=\"caseFields\"\n [context]=\"context\"\n [topLevelFormGroup]=\"topLevelFormGroup\"\n [idPrefix]=\"idPrefix\"\n ></ccd-read-complex-field-raw>\n <ccd-read-complex-field-collection-table\n *ngSwitchCase=\"paletteContext.TABLE_VIEW\"\n [caseField]=\"caseField\"\n [context]=\"context\"\n [topLevelFormGroup]=\"topLevelFormGroup\"\n [idPrefix]=\"idPrefix\"\n ></ccd-read-complex-field-collection-table>\n <ccd-read-complex-field-table\n *ngSwitchDefault\n [caseField]=\"caseField\"\n [caseFields]=\"caseFields\"\n [context]=\"context\"\n [topLevelFormGroup]=\"topLevelFormGroup\"\n [idPrefix]=\"idPrefix\"\n ></ccd-read-complex-field-table>\n</ng-container>\n" }]
|
|
15831
|
+
args: [{ selector: 'ccd-read-complex-field', standalone: false, template: "<ng-container [ngSwitch]=\"context\">\n <ccd-read-complex-field-raw\n *ngSwitchCase=\"paletteContext.CHECK_YOUR_ANSWER\"\n [caseField]=\"caseField\"\n [caseFields]=\"caseFields\"\n [context]=\"context\"\n [valueOrigin]=\"valueOrigin\"\n [topLevelFormGroup]=\"topLevelFormGroup\"\n [idPrefix]=\"idPrefix\"\n ></ccd-read-complex-field-raw>\n <ccd-read-complex-field-collection-table\n *ngSwitchCase=\"paletteContext.TABLE_VIEW\"\n [caseField]=\"caseField\"\n [context]=\"context\"\n [valueOrigin]=\"valueOrigin\"\n [topLevelFormGroup]=\"topLevelFormGroup\"\n [idPrefix]=\"idPrefix\"\n ></ccd-read-complex-field-collection-table>\n <ccd-read-complex-field-table\n *ngSwitchDefault\n [caseField]=\"caseField\"\n [caseFields]=\"caseFields\"\n [context]=\"context\"\n [valueOrigin]=\"valueOrigin\"\n [topLevelFormGroup]=\"topLevelFormGroup\"\n [idPrefix]=\"idPrefix\"\n ></ccd-read-complex-field-table>\n</ng-container>\n" }]
|
|
15787
15832
|
}], null, { caseFields: [{
|
|
15788
15833
|
type: Input
|
|
15789
15834
|
}] }); })();
|
|
15790
15835
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ReadComplexFieldComponent, { className: "ReadComplexFieldComponent", filePath: "lib/shared/components/palette/complex/read-complex-field.component.ts", lineNumber: 11 }); })();
|
|
15791
15836
|
|
|
15792
15837
|
class ReadDateFieldComponent extends AbstractFieldReadComponent {
|
|
15793
|
-
|
|
15794
|
-
static
|
|
15838
|
+
caseNotifier;
|
|
15839
|
+
static SERVICES_RENDERED_IN_LOCAL_TIME = ['ABA2', 'ABA6']; // [FR, PROBATE]
|
|
15840
|
+
caseSubscription;
|
|
15841
|
+
caseHmctsServiceId;
|
|
15842
|
+
constructor(caseNotifier) {
|
|
15843
|
+
super();
|
|
15844
|
+
this.caseNotifier = caseNotifier;
|
|
15845
|
+
}
|
|
15846
|
+
ngOnInit() {
|
|
15847
|
+
super.ngOnInit();
|
|
15848
|
+
this.caseSubscription = this.caseNotifier?.caseView.subscribe((caseDetails) => {
|
|
15849
|
+
this.caseHmctsServiceId = caseDetails?.hmctsServiceId;
|
|
15850
|
+
});
|
|
15851
|
+
}
|
|
15852
|
+
ngOnDestroy() {
|
|
15853
|
+
if (this.caseSubscription) {
|
|
15854
|
+
this.caseSubscription.unsubscribe();
|
|
15855
|
+
}
|
|
15856
|
+
}
|
|
15857
|
+
// Most services display DateTime values as received from CCD; only the services listed in SERVICES_RENDERED_IN_LOCAL_TIME need converting to local time.
|
|
15858
|
+
get timeZone() {
|
|
15859
|
+
return this.shouldRenderInLocalTime() ? 'local' : 'utc';
|
|
15860
|
+
}
|
|
15861
|
+
shouldRenderInLocalTime() {
|
|
15862
|
+
return !this.isFormOriginField() &&
|
|
15863
|
+
this.hasExplicitTimeZone() &&
|
|
15864
|
+
ReadDateFieldComponent.SERVICES_RENDERED_IN_LOCAL_TIME.includes(this.getHmctsServiceId());
|
|
15865
|
+
}
|
|
15866
|
+
hasExplicitTimeZone() {
|
|
15867
|
+
return typeof this.caseField?.value === 'string' &&
|
|
15868
|
+
/(Z|[+-]\d{2}:?\d{2})$/i.test(this.caseField.value);
|
|
15869
|
+
}
|
|
15870
|
+
isFormOriginField() {
|
|
15871
|
+
return this.valueOrigin === PaletteValueOrigin.FORM;
|
|
15872
|
+
}
|
|
15873
|
+
getHmctsServiceId() {
|
|
15874
|
+
if (typeof this.caseField?.hmctsServiceId === 'string') {
|
|
15875
|
+
return this.caseField.hmctsServiceId;
|
|
15876
|
+
}
|
|
15877
|
+
return this.caseHmctsServiceId;
|
|
15878
|
+
}
|
|
15879
|
+
static ɵfac = function ReadDateFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ReadDateFieldComponent)(i0.ɵɵdirectiveInject(CaseNotifier, 8)); };
|
|
15795
15880
|
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadDateFieldComponent, selectors: [["ccd-read-date-field"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 5, consts: [[1, "text-16"]], template: function ReadDateFieldComponent_Template(rf, ctx) { if (rf & 1) {
|
|
15796
15881
|
i0.ɵɵelementStart(0, "span", 0);
|
|
15797
15882
|
i0.ɵɵtext(1);
|
|
@@ -15799,18 +15884,20 @@ class ReadDateFieldComponent extends AbstractFieldReadComponent {
|
|
|
15799
15884
|
i0.ɵɵelementEnd();
|
|
15800
15885
|
} if (rf & 2) {
|
|
15801
15886
|
i0.ɵɵadvance();
|
|
15802
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, ctx.caseField.value,
|
|
15887
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, ctx.caseField.value, ctx.timeZone, ctx.caseField.dateTimeDisplayFormat));
|
|
15803
15888
|
} }, dependencies: [DatePipe], encapsulation: 2 });
|
|
15804
15889
|
}
|
|
15805
15890
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadDateFieldComponent, [{
|
|
15806
15891
|
type: Component,
|
|
15807
15892
|
args: [{
|
|
15808
15893
|
selector: 'ccd-read-date-field',
|
|
15809
|
-
template: `<span class="text-16">{{caseField.value | ccdDate:
|
|
15894
|
+
template: `<span class="text-16">{{caseField.value | ccdDate:timeZone:caseField.dateTimeDisplayFormat}}</span>`,
|
|
15810
15895
|
standalone: false
|
|
15811
15896
|
}]
|
|
15812
|
-
}],
|
|
15813
|
-
|
|
15897
|
+
}], () => [{ type: CaseNotifier, decorators: [{
|
|
15898
|
+
type: Optional
|
|
15899
|
+
}] }], null); })();
|
|
15900
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ReadDateFieldComponent, { className: "ReadDateFieldComponent", filePath: "lib/shared/components/palette/date/read-date-field.component.ts", lineNumber: 13 }); })();
|
|
15814
15901
|
|
|
15815
15902
|
function WriteDateContainerFieldComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
15816
15903
|
i0.ɵɵelementContainerStart(0);
|
|
@@ -15917,7 +16004,7 @@ class ReadDocumentFieldComponent extends AbstractFieldReadComponent {
|
|
|
15917
16004
|
i0.ɵɵtemplate(0, ReadDocumentFieldComponent_button_0_Template, 2, 1, "button", 0);
|
|
15918
16005
|
} if (rf & 2) {
|
|
15919
16006
|
i0.ɵɵproperty("ngIf", ctx.caseField.value);
|
|
15920
|
-
} }, dependencies: [
|
|
16007
|
+
} }, dependencies: [i4.NgIf], encapsulation: 2 });
|
|
15921
16008
|
}
|
|
15922
16009
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadDocumentFieldComponent, [{
|
|
15923
16010
|
type: Component,
|
|
@@ -16598,7 +16685,7 @@ class WriteDynamicListFieldComponent extends AbstractFieldWriteComponent {
|
|
|
16598
16685
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(9, 11, "--Select a value--"));
|
|
16599
16686
|
i0.ɵɵadvance(2);
|
|
16600
16687
|
i0.ɵɵproperty("ngForOf", ctx.caseField.list_items);
|
|
16601
|
-
} }, dependencies: [
|
|
16688
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i3.NgSelectOption, i3.ɵNgSelectMultipleOption, i3.SelectControlValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
16602
16689
|
}
|
|
16603
16690
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteDynamicListFieldComponent, [{
|
|
16604
16691
|
type: Component,
|
|
@@ -16752,7 +16839,7 @@ class ReadDynamicMultiSelectListFieldComponent extends AbstractFieldReadComponen
|
|
|
16752
16839
|
i0.ɵɵtemplate(0, ReadDynamicMultiSelectListFieldComponent_div_0_Template, 4, 6, "div", 0);
|
|
16753
16840
|
} if (rf & 2) {
|
|
16754
16841
|
i0.ɵɵproperty("ngForOf", ctx.caseField.value);
|
|
16755
|
-
} }, dependencies: [
|
|
16842
|
+
} }, dependencies: [i4.NgForOf, MarkdownComponent, i1.RpxTranslatePipe, FixedListPipe], styles: [".multi-select-list-field-table[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{padding:5px 0}.multi-select-list-field-table[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:last-child > td[_ngcontent-%COMP%]{border-bottom:none}.multi-select-list-field-table[_ngcontent-%COMP%] td.collection-actions[_ngcontent-%COMP%]{width:1px;white-space:nowrap}"] });
|
|
16756
16843
|
}
|
|
16757
16844
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadDynamicMultiSelectListFieldComponent, [{
|
|
16758
16845
|
type: Component,
|
|
@@ -16889,7 +16976,7 @@ class WriteDynamicMultiSelectListFieldComponent extends AbstractFieldWriteCompon
|
|
|
16889
16976
|
i0.ɵɵproperty("ngIf", ctx.checkboxes.errors && ctx.checkboxes.touched);
|
|
16890
16977
|
i0.ɵɵadvance();
|
|
16891
16978
|
i0.ɵɵproperty("ngForOf", ctx.caseField.list_items);
|
|
16892
|
-
} }, dependencies: [
|
|
16979
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, MarkdownComponent, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], styles: ["ccd-markdown[_ngcontent-%COMP%]{display:inline-block}"] });
|
|
16893
16980
|
}
|
|
16894
16981
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteDynamicMultiSelectListFieldComponent, [{
|
|
16895
16982
|
type: Component,
|
|
@@ -17068,7 +17155,7 @@ class WriteDynamicRadioListFieldComponent extends AbstractFieldWriteComponent {
|
|
|
17068
17155
|
i0.ɵɵproperty("ngIf", ctx.dynamicRadioListControl.errors && ctx.dynamicRadioListControl.dirty);
|
|
17069
17156
|
i0.ɵɵadvance(2);
|
|
17070
17157
|
i0.ɵɵproperty("ngForOf", ctx.caseField.list_items);
|
|
17071
|
-
} }, dependencies: [
|
|
17158
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i3.DefaultValueAccessor, i3.RadioControlValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
17072
17159
|
}
|
|
17073
17160
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteDynamicRadioListFieldComponent, [{
|
|
17074
17161
|
type: Component,
|
|
@@ -17095,7 +17182,7 @@ class ReadEmailFieldComponent extends AbstractFieldReadComponent {
|
|
|
17095
17182
|
i0.ɵɵtemplate(0, ReadEmailFieldComponent_a_0_Template, 2, 3, "a", 0);
|
|
17096
17183
|
} if (rf & 2) {
|
|
17097
17184
|
i0.ɵɵproperty("ngIf", !ctx.isFieldValueEmpty());
|
|
17098
|
-
} }, dependencies: [
|
|
17185
|
+
} }, dependencies: [i4.NgIf], encapsulation: 2 });
|
|
17099
17186
|
}
|
|
17100
17187
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadEmailFieldComponent, [{
|
|
17101
17188
|
type: Component,
|
|
@@ -17166,7 +17253,7 @@ class WriteEmailFieldComponent extends AbstractFieldWriteComponent {
|
|
|
17166
17253
|
i0.ɵɵproperty("ngIf", ctx.emailControl.errors && (ctx.emailControl.dirty || ctx.emailControl.touched));
|
|
17167
17254
|
i0.ɵɵadvance();
|
|
17168
17255
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c1$j, ctx.emailControl.errors && (ctx.emailControl.dirty || ctx.emailControl.touched)))("id", ctx.id())("formControl", ctx.emailControl);
|
|
17169
|
-
} }, dependencies: [
|
|
17256
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
17170
17257
|
}
|
|
17171
17258
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteEmailFieldComponent, [{
|
|
17172
17259
|
type: Component,
|
|
@@ -17287,7 +17374,7 @@ class WriteFixedListFieldComponent extends AbstractFieldWriteComponent {
|
|
|
17287
17374
|
i0.ɵɵproperty("ngValue", null);
|
|
17288
17375
|
i0.ɵɵadvance(2);
|
|
17289
17376
|
i0.ɵɵproperty("ngForOf", ctx.listItems);
|
|
17290
|
-
} }, dependencies: [
|
|
17377
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i3.NgSelectOption, i3.ɵNgSelectMultipleOption, i3.SelectControlValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
17291
17378
|
}
|
|
17292
17379
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteFixedListFieldComponent, [{
|
|
17293
17380
|
type: Component,
|
|
@@ -17414,7 +17501,7 @@ class WriteFixedRadioListFieldComponent extends AbstractFieldWriteComponent {
|
|
|
17414
17501
|
i0.ɵɵproperty("ngIf", ctx.fixedRadioListControl.errors && (ctx.fixedRadioListControl.dirty || ctx.fixedRadioListControl.touched));
|
|
17415
17502
|
i0.ɵɵadvance(2);
|
|
17416
17503
|
i0.ɵɵproperty("ngForOf", ctx.caseField.field_type.fixed_list_items);
|
|
17417
|
-
} }, dependencies: [
|
|
17504
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i3.DefaultValueAccessor, i3.RadioControlValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
17418
17505
|
}
|
|
17419
17506
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteFixedRadioListFieldComponent, [{
|
|
17420
17507
|
type: Component,
|
|
@@ -17471,7 +17558,7 @@ class ReadJudicialUserFieldComponent extends AbstractFieldReadComponent {
|
|
|
17471
17558
|
i0.ɵɵtemplate(0, ReadJudicialUserFieldComponent_span_0_Template, 2, 2, "span", 0);
|
|
17472
17559
|
} if (rf & 2) {
|
|
17473
17560
|
i0.ɵɵproperty("ngIf", ctx.judicialUser);
|
|
17474
|
-
} }, dependencies: [
|
|
17561
|
+
} }, dependencies: [i4.NgIf], encapsulation: 2 });
|
|
17475
17562
|
}
|
|
17476
17563
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadJudicialUserFieldComponent, [{
|
|
17477
17564
|
type: Component,
|
|
@@ -17718,7 +17805,7 @@ class WriteJudicialUserFieldComponent extends WriteComplexFieldComponent {
|
|
|
17718
17805
|
i0.ɵɵproperty("ngIf", ctx.noResults && ctx.searchTerm && ctx.searchTerm.length > ctx.minSearchCharacters && ctx.showAutocomplete);
|
|
17719
17806
|
i0.ɵɵadvance();
|
|
17720
17807
|
i0.ɵɵproperty("ngIf", ctx.invalidSearchTerm);
|
|
17721
|
-
} }, dependencies: [
|
|
17808
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormControlDirective, i3.FormGroupDirective, i6.MatLegacyAutocomplete, i6.MatLegacyAutocompleteTrigger, i7.MatLegacyOption, i4.AsyncPipe, FieldLabelPipe, FirstErrorPipe], styles: [".mat-option[_ngcontent-%COMP%]:hover{background:#2596be}.mat-option.select-option[_ngcontent-%COMP%]:hover{background:#1d70b8;color:#fff}.hide-autocomplete[_ngcontent-%COMP%]{display:none}"] });
|
|
17722
17809
|
}
|
|
17723
17810
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteJudicialUserFieldComponent, [{
|
|
17724
17811
|
type: Component,
|
|
@@ -17924,7 +18011,7 @@ class BeforeYouStartComponent extends AbstractJourneyComponent {
|
|
|
17924
18011
|
i0.ɵɵproperty("ngIf", ctx.serverLinkedApiError);
|
|
17925
18012
|
i0.ɵɵadvance();
|
|
17926
18013
|
i0.ɵɵproperty("ngIf", !ctx.serverLinkedApiError);
|
|
17927
|
-
} }, dependencies: [
|
|
18014
|
+
} }, dependencies: [i4.NgIf], encapsulation: 2 });
|
|
17928
18015
|
}
|
|
17929
18016
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BeforeYouStartComponent, [{
|
|
17930
18017
|
type: Component,
|
|
@@ -18665,7 +18752,7 @@ class LinkCasesComponent extends AbstractJourneyComponent {
|
|
|
18665
18752
|
super.next();
|
|
18666
18753
|
}
|
|
18667
18754
|
}
|
|
18668
|
-
static ɵfac = function LinkCasesComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LinkCasesComponent)(i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(
|
|
18755
|
+
static ɵfac = function LinkCasesComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LinkCasesComponent)(i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(i3.FormBuilder), i0.ɵɵdirectiveInject(ValidatorsUtils), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
|
|
18669
18756
|
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LinkCasesComponent, selectors: [["ccd-link-cases"]], outputs: { linkedCasesStateEmitter: "linkedCasesStateEmitter" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 33, vars: 11, consts: [[1, "govuk-grid-row"], [1, "govuk-grid-column-full"], [1, "govuk-caption-l"], [1, "govuk-heading-xl"], ["class", "form-group", 3, "formGroup", 4, "ngIf"], ["id", "caseNumber", 1, "govuk-form-group", 3, "ngClass"], ["class", "govuk-error-message", 4, "ngIf"], [1, "govuk-table"], [1, "govuk-table__caption", "govuk-table__caption--m"], [1, "govuk-table__head"], [1, "govuk-table__row"], ["scope", "col", "width", "300", 1, "govuk-table__header"], ["scope", "col", "width", "150", 1, "govuk-table__header"], ["scope", "col", "width", "200", 1, "govuk-table__header"], ["scope", "col", "width", "400", 1, "govuk-table__header"], ["scope", "col", "width", "50", 1, "govuk-table__header"], [1, "govuk-table__body"], ["class", "govuk-table__row", 4, "ngFor", "ngForOf"], ["class", "govuk-table__row", 4, "ngIf"], [1, "form-group", 3, "formGroup"], [1, "govuk-heading-s"], ["formControlName", "caseNumber", "id", "width-20", "name", "width-20", "type", "text", 1, "govuk-input", "govuk-input--width-20"], [1, "govuk-!-margin-top-3", 3, "ngClass"], ["id", "waste-hint", 1, "govuk-hint"], ["data-module", "govuk-checkboxes", "formArrayName", "reasonType", "id", "caseReason", 1, "govuk-checkboxes"], ["class", "govuk-checkboxes__item", 3, "formGroupName", 4, "ngFor", "ngForOf"], ["id", "other-description-char-limit-error", "class", "govuk-!-margin-top-3", 3, "ngClass", 4, "ngIf"], ["id", "propose", "type", "button", "data-module", "govuk-button", 1, "govuk-button", "govuk-button--secondary", 3, "click"], [1, "govuk-error-message"], [1, "govuk-visually-hidden"], [1, "govuk-checkboxes__item", 3, "formGroupName"], ["formControlName", "selected", "name", "pos", "type", "checkbox", 1, "govuk-checkboxes__input", 3, "change", "id", "value"], [1, "govuk-label", "govuk-checkboxes__label", 3, "for"], ["id", "other-description-char-limit-error", 1, "govuk-!-margin-top-3", 3, "ngClass"], ["id", "otherDescription", "name", "otherDescription", "formControlName", "otherDescription", "rows", "5", "aria-describedby", "other-description-hint other-description-char-limit-info other-description-char-limit-error", 1, "govuk-textarea", "govuk-input--width-30"], ["id", "other-description-char-limit-info", "aria-live", "polite", 1, "govuk-hint", "govuk-character-count__message"], [1, "govuk-table__cell"], [1, "govuk-form-group--error", 3, "ngClass"], [1, "govuk-table__cell", 3, "title"], [4, "ngFor", "ngForOf"], [1, "govuk-link", "no-visited-state", 3, "click"], ["colspan", "6", 1, "govuk-table__cell"]], template: function LinkCasesComponent_Template(rf, ctx) { if (rf & 1) {
|
|
18670
18757
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div")(3, "span", 2);
|
|
18671
18758
|
i0.ɵɵtext(4);
|
|
@@ -18719,7 +18806,7 @@ class LinkCasesComponent extends AbstractJourneyComponent {
|
|
|
18719
18806
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LinkCasesComponent, [{
|
|
18720
18807
|
type: Component,
|
|
18721
18808
|
args: [{ selector: 'ccd-link-cases', standalone: false, template: "<div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-full\">\n <div>\n <span class=\"govuk-caption-l\">Link cases to {{caseName}} {{caseId | ccdCaseReference}}</span>\n <h1 class=\"govuk-heading-xl\">Select a case you want to link to this case</h1>\n <div class=\"form-group\" [formGroup]=\"linkCaseForm\" *ngIf=\"linkCaseForm\">\n <div class=\"govuk-form-group\" id=\"caseNumber\" [ngClass]=\"{'govuk-form-group--error': !!caseNumberError}\">\n <h3 class=\"govuk-heading-s\">Enter case reference</h3>\n <span class=\"govuk-error-message\" *ngIf=\"caseNumberError\">\n <span class=\"govuk-visually-hidden\">Error:</span> {{caseNumberError}}\n </span>\n <input class=\"govuk-input govuk-input--width-20\" formControlName=\"caseNumber\" id=\"width-20\" name=\"width-20\"\n type=\"text\">\n </div>\n <div [ngClass]=\"{'govuk-form-group--error': !!caseReasonError}\" class=\"govuk-!-margin-top-3\">\n <h3 class=\"govuk-heading-s\">Why should these cases be linked?</h3>\n <div id=\"waste-hint\" class=\"govuk-hint\">\n Select all that apply.\n </div>\n <span class=\"govuk-error-message\" *ngIf=\"caseReasonError\">\n <span class=\"govuk-visually-hidden\">Error:</span> {{caseReasonError}}\n </span>\n <div class=\"govuk-checkboxes\" data-module=\"govuk-checkboxes\" formArrayName=\"reasonType\" id=\"caseReason\">\n <div class=\"govuk-checkboxes__item\" *ngFor=\"let reason of linkCaseReasons;index as pos\" [formGroupName]=\"pos\">\n <input class=\"govuk-checkboxes__input\" id=\"{{reason.key}}\" formControlName=\"selected\" name=\"pos\"\n type=\"checkbox\" [value]=\"reason.value_en\" (change)=\"toggleLinkCaseReasonOtherComments($event)\">\n <label class=\"govuk-label govuk-checkboxes__label\" for=\"{{reason.key}}\">{{reason.value_en}}</label>\n </div>\n </div>\n </div>\n <div id=\"other-description-char-limit-error\" [ngClass]=\"{'govuk-form-group--error': !!caseReasonCommentsError}\" class=\"govuk-!-margin-top-3\" *ngIf=\"showComments\">\n <h3 class=\"govuk-heading-s\">Comments</h3>\n <span class=\"govuk-error-message\" *ngIf=\"caseReasonCommentsError\">\n <span class=\"govuk-visually-hidden\">Error:</span> {{caseReasonCommentsError}}\n </span>\n <textarea class=\"govuk-textarea govuk-input--width-30\" id=\"otherDescription\"\n name=\"otherDescription\" formControlName=\"otherDescription\" rows=\"5\"\n aria-describedby=\"other-description-hint other-description-char-limit-info other-description-char-limit-error\">\n </textarea>\n <div id=\"other-description-char-limit-info\" aria-live=\"polite\" class=\"govuk-hint govuk-character-count__message\">\n You can enter up to 100 characters\n </div>\n </div>\n <br><br>\n <span class=\"govuk-error-message\" *ngIf=\"caseSelectionError\">\n <span class=\"govuk-visually-hidden\">Error:</span> {{caseSelectionError}}\n </span>\n <button id=\"propose\" type=\"button\" class=\"govuk-button govuk-button--secondary\" data-module=\"govuk-button\"\n (click)=\"submitCaseInfo()\">Propose case link</button>\n </div>\n <hr>\n <br><br>\n <div class=\"govuk-form-group\" id=\"caseNumber\" [ngClass]=\"{'govuk-form-group--error': !!noSelectedCaseError}\">\n <span class=\"govuk-error-message\" *ngIf=\"noSelectedCaseError\">\n <span class=\"govuk-visually-hidden\">Error:</span> {{noSelectedCaseError}}\n </span>\n <table class=\"govuk-table\">\n <caption class=\"govuk-table__caption govuk-table__caption--m\">Proposed case links </caption>\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <th scope=\"col\" class=\"govuk-table__header\" width=\"300\">Case name and number</th>\n <th scope=\"col\" class=\"govuk-table__header\" width=\"150\">Case type </th>\n <th scope=\"col\" class=\"govuk-table__header\" width=\"200\">Service</th>\n <th scope=\"col\" class=\"govuk-table__header\" width=\"200\">State</th>\n <th scope=\"col\" class=\"govuk-table__header\" width=\"400\">Reasons for case link</th>\n <th scope=\"col\" class=\"govuk-table__header\" width=\"50\"></th>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"govuk-table__row\" *ngFor=\"let case of selectedCases; let pos = index\">\n <td class=\"govuk-table__cell\">\n <div class=\"govuk-form-group--error\"\n [ngClass]=\"{'table-group-error':caseSelectionError && case.caseReference === linkCaseForm.value.caseNumber}\">\n </div>\n <span>{{case.caseName}} <br> {{case.caseReference | ccdCaseReference}}</span>\n </td>\n <td class=\"govuk-table__cell\" [title]=\"case.caseTypeDescription\">{{case.caseType}}</td>\n <td class=\"govuk-table__cell\">{{case.caseService}}</td>\n <td class=\"govuk-table__cell\" [title]=\"case.caseStateDescription\">{{case.caseState}}</td>\n <td class=\"govuk-table__cell\"><span\n *ngFor=\"let reason of case.reasons\">{{reason | ccdLinkCasesReasonValue}}<br></span></td>\n <td class=\"govuk-table__cell\"><a [attr.id]=\"case.caseReference\" (click)=\"onSelectedLinkedCaseRemove(pos, case.caseReference);\"\n class=\"govuk-link no-visited-state\">Remove</a></td>\n </tr>\n <tr class=\"govuk-table__row\" *ngIf=\"!selectedCases.length\">\n <td class=\"govuk-table__cell\" colspan=\"6\">\n None\n </td>\n </tr>\n </tbody>\n </table>\n </div>\n </div>\n </div>\n</div>\n", styles: [".no-visited-state{color:#1d70b8;cursor:pointer}.no-visited-state:hover{color:#003078}.govuk-checkboxes{display:flex;flex-direction:column;flex-wrap:wrap;max-height:500px;width:100%;overflow-x:auto;overflow-y:hidden;padding-top:5px}.govuk-checkboxes .govuk-checkboxes__item{display:flex}::ng-deep .govuk-width-container .screen-990 .width-50{width:100%}.govuk-table__row{position:relative}.govuk-table__row .table-group-error{position:absolute;height:calc(100% - 20px);margin-left:-15px}\n"] }]
|
|
18722
|
-
}], () => [{ type: CasesService }, { type:
|
|
18809
|
+
}], () => [{ type: CasesService }, { type: i3.FormBuilder }, { type: ValidatorsUtils }, { type: LinkedCasesService }, { type: MultipageComponentStateService }], { linkedCasesStateEmitter: [{
|
|
18723
18810
|
type: Output
|
|
18724
18811
|
}] }); })();
|
|
18725
18812
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LinkCasesComponent, { className: "LinkCasesComponent", filePath: "lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.ts", lineNumber: 27 }); })();
|
|
@@ -19292,7 +19379,7 @@ class NoLinkedCasesComponent extends AbstractJourneyComponent {
|
|
|
19292
19379
|
i0.ɵɵproperty("ngIf", ctx.serverLinkedApiError);
|
|
19293
19380
|
i0.ɵɵadvance();
|
|
19294
19381
|
i0.ɵɵproperty("ngIf", ctx.serverLinkedApiError)("ngIfElse", noLinkedCases_r3);
|
|
19295
|
-
} }, dependencies: [
|
|
19382
|
+
} }, dependencies: [i4.NgIf], encapsulation: 2 });
|
|
19296
19383
|
}
|
|
19297
19384
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NoLinkedCasesComponent, [{
|
|
19298
19385
|
type: Component,
|
|
@@ -19516,17 +19603,17 @@ class UnLinkCasesComponent extends AbstractFieldWriteJourneyComponent {
|
|
|
19516
19603
|
this.errorMessages = [];
|
|
19517
19604
|
this.unlinkErrorMessage = null;
|
|
19518
19605
|
}
|
|
19519
|
-
static ɵfac = function UnLinkCasesComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UnLinkCasesComponent)(i0.ɵɵdirectiveInject(
|
|
19606
|
+
static ɵfac = function UnLinkCasesComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UnLinkCasesComponent)(i0.ɵɵdirectiveInject(i3.FormBuilder), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
|
|
19520
19607
|
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnLinkCasesComponent, selectors: [["ccd-unlink-cases"]], outputs: { linkedCasesStateEmitter: "linkedCasesStateEmitter", notifyAPIFailure: "notifyAPIFailure" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["class", "govuk-grid-row", 4, "ngIf"], [1, "govuk-grid-row"], [1, "govuk-grid-column-full"], [1, "govuk-heading-xl"], ["class", "govuk-form-group form-group", 3, "ngClass", "formGroup", 4, "ngIf"], [1, "govuk-form-group", "form-group", 3, "ngClass", "formGroup"], ["id", "unlink-cases-error", "class", "govuk-error-message", 4, "ngIf"], ["data-module", "govuk-checkboxes", 1, "govuk-checkboxes"], ["class", "govuk-checkboxes__item", 4, "ngFor", "ngForOf"], ["id", "unlink-cases-error", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], [1, "govuk-checkboxes__item"], ["formArrayName", "linkedCases", "name", "linkedCases", "type", "checkbox", 1, "govuk-checkboxes__input", 3, "change", "id", "value", "checked"], [1, "govuk-label", "govuk-checkboxes__label", 3, "for"]], template: function UnLinkCasesComponent_Template(rf, ctx) { if (rf & 1) {
|
|
19521
19608
|
i0.ɵɵtemplate(0, UnLinkCasesComponent_div_0_Template, 5, 1, "div", 0);
|
|
19522
19609
|
} if (rf & 2) {
|
|
19523
19610
|
i0.ɵɵproperty("ngIf", ctx.linkedCases.length > 0);
|
|
19524
|
-
} }, dependencies: [
|
|
19611
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormArrayName, CaseReferencePipe], encapsulation: 2 });
|
|
19525
19612
|
}
|
|
19526
19613
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UnLinkCasesComponent, [{
|
|
19527
19614
|
type: Component,
|
|
19528
19615
|
args: [{ selector: 'ccd-unlink-cases', standalone: false, template: "<div class=\"govuk-grid-row\" *ngIf=\"linkedCases.length > 0\">\n <div class=\"govuk-grid-column-full\">\n <h1 class=\"govuk-heading-xl\">Select the cases you want to unlink from this case</h1>\n <div class=\"govuk-form-group form-group\" [ngClass]=\"{'govuk-form-group--error': unlinkErrorMessage}\" [formGroup]=\"unlinkCaseForm\" *ngIf=\"unlinkCaseForm\">\n <p id=\"unlink-cases-error\" class=\"govuk-error-message\" *ngIf=\"unlinkErrorMessage\">\n <span class=\"govuk-visually-hidden\">Error:</span> {{unlinkErrorMessage}}\n </p>\n <div class=\"govuk-checkboxes\" data-module=\"govuk-checkboxes\">\n <div class=\"govuk-checkboxes__item\" *ngFor=\"let case of linkedCases\">\n <input class=\"govuk-checkboxes__input\" id=\"case-reference-{{case.caseReference}}\" formArrayName=\"linkedCases\" name=\"linkedCases\"\n type=\"checkbox\" [value]=\"case.caseReference\" [checked]=\"case.unlink\" (change)=\"onChange($event.target)\">\n <label class=\"govuk-label govuk-checkboxes__label\" for=\"{{case.caseReference}}\">\n {{case.caseName }} {{case.caseReference | ccdCaseReference}}\n </label>\n </div>\n </div>\n </div>\n </div>\n</div>\n" }]
|
|
19529
|
-
}], () => [{ type:
|
|
19616
|
+
}], () => [{ type: i3.FormBuilder }, { type: CasesService }, { type: LinkedCasesService }, { type: MultipageComponentStateService }], { linkedCasesStateEmitter: [{
|
|
19530
19617
|
type: Output
|
|
19531
19618
|
}], notifyAPIFailure: [{
|
|
19532
19619
|
type: Output
|
|
@@ -20129,7 +20216,7 @@ class ReadMoneyGbpFieldComponent extends AbstractFieldReadComponent {
|
|
|
20129
20216
|
i0.ɵɵtemplate(0, ReadMoneyGbpFieldComponent_ng_container_0_Template, 4, 5, "ng-container", 0);
|
|
20130
20217
|
} if (rf & 2) {
|
|
20131
20218
|
i0.ɵɵproperty("ngIf", ctx.isNumber());
|
|
20132
|
-
} }, dependencies: [
|
|
20219
|
+
} }, dependencies: [i4.NgIf, i4.CurrencyPipe], encapsulation: 2 });
|
|
20133
20220
|
}
|
|
20134
20221
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadMoneyGbpFieldComponent, [{
|
|
20135
20222
|
type: Component,
|
|
@@ -20335,7 +20422,7 @@ class WriteMoneyGbpFieldComponent extends AbstractFieldWriteComponent {
|
|
|
20335
20422
|
i0.ɵɵproperty("ngIf", ctx.moneyGbpControl.errors && (ctx.moneyGbpControl.dirty || ctx.moneyGbpControl.touched));
|
|
20336
20423
|
i0.ɵɵadvance(4);
|
|
20337
20424
|
i0.ɵɵproperty("id", ctx.id())("name", ctx.id())("mandatory", i0.ɵɵpipeBind1(9, 9, ctx.caseField))("formControl", ctx.moneyGbpControl);
|
|
20338
|
-
} }, dependencies: [
|
|
20425
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.NgControlStatus, i3.FormControlDirective, MoneyGbpInputComponent, FieldLabelPipe, FirstErrorPipe, IsMandatoryPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
20339
20426
|
}
|
|
20340
20427
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteMoneyGbpFieldComponent, [{
|
|
20341
20428
|
type: Component,
|
|
@@ -20375,7 +20462,7 @@ class ReadMultiSelectListFieldComponent extends AbstractFieldReadComponent {
|
|
|
20375
20462
|
i0.ɵɵtemplate(0, ReadMultiSelectListFieldComponent_table_0_Template, 4, 4, "table", 0);
|
|
20376
20463
|
} if (rf & 2) {
|
|
20377
20464
|
i0.ɵɵproperty("ngIf", ctx.caseField.value && ctx.caseField.value.length);
|
|
20378
|
-
} }, dependencies: [
|
|
20465
|
+
} }, dependencies: [i4.NgForOf, i4.NgIf, i1.RpxTranslatePipe, FixedListPipe], styles: [".multi-select-list-field-table[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{padding:5px 0}.multi-select-list-field-table[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:last-child > td[_ngcontent-%COMP%]{border-bottom:none}.multi-select-list-field-table[_ngcontent-%COMP%] td.collection-actions[_ngcontent-%COMP%]{width:1px;white-space:nowrap}"] });
|
|
20379
20466
|
}
|
|
20380
20467
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadMultiSelectListFieldComponent, [{
|
|
20381
20468
|
type: Component,
|
|
@@ -20493,7 +20580,7 @@ class WriteMultiSelectListFieldComponent extends AbstractFieldWriteComponent {
|
|
|
20493
20580
|
i0.ɵɵproperty("ngIf", ctx.checkboxes.errors && (ctx.checkboxes.dirty || ctx.checkboxes.touched));
|
|
20494
20581
|
i0.ɵɵadvance();
|
|
20495
20582
|
i0.ɵɵproperty("ngForOf", ctx.caseField.field_type.fixed_list_items);
|
|
20496
|
-
} }, dependencies: [
|
|
20583
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
20497
20584
|
}
|
|
20498
20585
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteMultiSelectListFieldComponent, [{
|
|
20499
20586
|
type: Component,
|
|
@@ -20580,7 +20667,7 @@ class WriteNumberFieldComponent extends AbstractFieldWriteComponent {
|
|
|
20580
20667
|
i0.ɵɵproperty("ngIf", ctx.numberControl.errors && ctx.numberControl.dirty);
|
|
20581
20668
|
i0.ɵɵadvance();
|
|
20582
20669
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c1$f, ctx.numberControl.errors && ctx.numberControl.dirty))("id", ctx.id())("formControl", ctx.numberControl);
|
|
20583
|
-
} }, dependencies: [
|
|
20670
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.PatternValidator, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
20584
20671
|
}
|
|
20585
20672
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteNumberFieldComponent, [{
|
|
20586
20673
|
type: Component,
|
|
@@ -21194,7 +21281,7 @@ class CasePaymentHistoryViewerFieldComponent extends PaymentField {
|
|
|
21194
21281
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(8, 20, ctx.PAYMENT_HISTORY_WARNING), " ");
|
|
21195
21282
|
i0.ɵɵadvance(2);
|
|
21196
21283
|
i0.ɵɵproperty("API_ROOT", ctx.getBaseURL())("CCD_CASE_NUMBER", ctx.caseReference)("BULKSCAN_API_ROOT", ctx.getPayBulkScanBaseURL())("SELECTED_OPTION", "CCDorException")("ISBSENABLE", "true")("LOGGEDINUSEREMAIL", ctx.getUserEmail())("LOGGEDINUSERROLES", ctx.getUserRoles())("REFUNDS_API_ROOT", ctx.getRefundsUrl())("NOTIFICATION_API_ROOT", ctx.getNotificationUrl())("VIEW", "case-transactions")("TAKEPAYMENT", false)("SERVICEREQUEST", false)("PAYMENT_GROUP_REF", null)("EXC_REFERENCE", ctx.caseReference)("DCN_NUMBER", null)("ISPAYMENTSTATUSENABLED", "Enable");
|
|
21197
|
-
} }, dependencies: [i3.PaymentLibComponent, i1.RpxTranslatePipe], styles: [".govuk-warning-text[_ngcontent-%COMP%]{margin-top:20px;margin-bottom:-20px}"] });
|
|
21284
|
+
} }, dependencies: [i3$1.PaymentLibComponent, i1.RpxTranslatePipe], styles: [".govuk-warning-text[_ngcontent-%COMP%]{margin-top:20px;margin-bottom:-20px}"] });
|
|
21198
21285
|
}
|
|
21199
21286
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CasePaymentHistoryViewerFieldComponent, [{
|
|
21200
21287
|
type: Component,
|
|
@@ -21280,7 +21367,7 @@ class WritePhoneUKFieldComponent extends AbstractFieldWriteComponent {
|
|
|
21280
21367
|
i0.ɵɵproperty("ngIf", ctx.phoneUkControl.errors && (ctx.phoneUkControl.dirty || ctx.phoneUkControl.touched));
|
|
21281
21368
|
i0.ɵɵadvance();
|
|
21282
21369
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c1$e, ctx.phoneUkControl.errors && ctx.phoneUkControl.dirty))("id", ctx.id())("formControl", ctx.phoneUkControl);
|
|
21283
|
-
} }, dependencies: [
|
|
21370
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
21284
21371
|
}
|
|
21285
21372
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WritePhoneUKFieldComponent, [{
|
|
21286
21373
|
type: Component,
|
|
@@ -21533,7 +21620,7 @@ class QualifyingQuestionDetailComponent {
|
|
|
21533
21620
|
i0.ɵɵtemplate(0, QualifyingQuestionDetailComponent_ng_container_0_Template, 5, 4, "ng-container", 0);
|
|
21534
21621
|
} if (rf & 2) {
|
|
21535
21622
|
i0.ɵɵproperty("ngIf", ctx.qualifyingQuestion == null ? null : ctx.qualifyingQuestion.markdown);
|
|
21536
|
-
} }, dependencies: [
|
|
21623
|
+
} }, dependencies: [i4.NgIf, TranslatedMarkdownDirective, MarkdownComponent, i1.RpxTranslatePipe], styles: [".qm-qualifying-question[_ngcontent-%COMP%] .markdown[_ngcontent-%COMP%]{font-size:19px}"] });
|
|
21537
21624
|
}
|
|
21538
21625
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QualifyingQuestionDetailComponent, [{
|
|
21539
21626
|
type: Component,
|
|
@@ -22167,7 +22254,7 @@ class QualifyingQuestionOptionsComponent {
|
|
|
22167
22254
|
i0.ɵɵtemplate(0, QualifyingQuestionOptionsComponent_ng_container_0_Template, 14, 12, "ng-container", 0);
|
|
22168
22255
|
} if (rf & 2) {
|
|
22169
22256
|
i0.ɵɵproperty("ngIf", ctx.qualifyingQuestionsControl);
|
|
22170
|
-
} }, dependencies: [
|
|
22257
|
+
} }, dependencies: [i4.NgForOf, i4.NgIf, i3.DefaultValueAccessor, i3.RadioControlValueAccessor, i3.NgControlStatus, i3.FormControlDirective, i4.AsyncPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
22171
22258
|
}
|
|
22172
22259
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QualifyingQuestionOptionsComponent, [{
|
|
22173
22260
|
type: Component,
|
|
@@ -22284,7 +22371,7 @@ class QueryCaseDetailsHeaderComponent {
|
|
|
22284
22371
|
i0.ɵɵproperty("ngIf", !ctx.caseTitle.label);
|
|
22285
22372
|
i0.ɵɵadvance();
|
|
22286
22373
|
i0.ɵɵproperty("ngIf", ctx.caseTitle.label);
|
|
22287
|
-
} }, dependencies: [
|
|
22374
|
+
} }, dependencies: [i4.NgIf, LabelFieldComponent, CaseReferencePipe], encapsulation: 2 });
|
|
22288
22375
|
}
|
|
22289
22376
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryCaseDetailsHeaderComponent, [{
|
|
22290
22377
|
type: Component,
|
|
@@ -23549,7 +23636,7 @@ class QueryListComponent {
|
|
|
23549
23636
|
i0.ɵɵtemplate(0, QueryListComponent_ng_container_0_Template, 10, 3, "ng-container", 0);
|
|
23550
23637
|
} if (rf & 2) {
|
|
23551
23638
|
i0.ɵɵproperty("ngIf", ctx.queryListData);
|
|
23552
|
-
} }, dependencies: [i5.NgForOf, i5.NgIf, i5.DatePipe, i1.RpxTranslatePipe], styles: ["@charset \"UTF-8\";[_ngcontent-%COMP%]:root{--govuk-frontend-version: \"4.10.1\"}.govuk-link[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:GDS Transport;font-style:normal;font-weight:400;src:url(/assets/fonts/light-94a07e06a1-v2.woff2) format(\"woff2\"),url(/assets/fonts/light-f591b13f7d-v2.woff) format(\"woff\");font-display:fallback}@font-face{font-family:GDS Transport;font-style:normal;font-weight:700;src:url(/assets/fonts/bold-b542beb274-v2.woff2) format(\"woff2\"),url(/assets/fonts/bold-affa96571d-v2.woff) format(\"woff\");font-display:fallback}@media print{.govuk-link[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-link[_ngcontent-%COMP%]{text-decoration:underline}.govuk-link[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-link[_ngcontent-%COMP%]:link{color:#1d70b8}.govuk-link[_ngcontent-%COMP%]:visited{color:#4c2c92}.govuk-link[_ngcontent-%COMP%]:hover{color:#003078}.govuk-link[_ngcontent-%COMP%]:active{color:#0b0c0c}.govuk-link[_ngcontent-%COMP%]:focus{color:#0b0c0c}@media print{[href^=\"/\"].govuk-link[_ngcontent-%COMP%]:after, [href^=\"http://\"].govuk-link[_ngcontent-%COMP%]:after, [href^=\"https://\"].govuk-link[_ngcontent-%COMP%]:after{content:\" (\" attr(href) \")\";font-size:90%;word-wrap:break-word}}.govuk-link--muted[_ngcontent-%COMP%]:link, .govuk-link--muted[_ngcontent-%COMP%]:visited{color:#505a5f}.govuk-link--muted[_ngcontent-%COMP%]:hover, .govuk-link--muted[_ngcontent-%COMP%]:active{color:#0b0c0c}.govuk-link--muted[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-link--text-colour[_ngcontent-%COMP%]:link, .govuk-link--text-colour[_ngcontent-%COMP%]:visited{color:#0b0c0c}@media print{.govuk-link--text-colour[_ngcontent-%COMP%]:link, .govuk-link--text-colour[_ngcontent-%COMP%]:visited{color:#000}}.govuk-link--text-colour[_ngcontent-%COMP%]:hover{color:#0b0c0cfc}.govuk-link--text-colour[_ngcontent-%COMP%]:active, .govuk-link--text-colour[_ngcontent-%COMP%]:focus{color:#0b0c0c}@media print{.govuk-link--text-colour[_ngcontent-%COMP%]:active, .govuk-link--text-colour[_ngcontent-%COMP%]:focus{color:#000}}.govuk-link--inverse[_ngcontent-%COMP%]:link, .govuk-link--inverse[_ngcontent-%COMP%]:visited{color:#fff}.govuk-link--inverse[_ngcontent-%COMP%]:hover, .govuk-link--inverse[_ngcontent-%COMP%]:active{color:#fffffffc}.govuk-link--inverse[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-link--no-underline[_ngcontent-%COMP%]:not(:hover):not(:active){text-decoration:none}.govuk-link--no-visited-state[_ngcontent-%COMP%]:link, .govuk-link--no-visited-state[_ngcontent-%COMP%]:visited{color:#1d70b8}.govuk-link--no-visited-state[_ngcontent-%COMP%]:hover{color:#003078}.govuk-link--no-visited-state[_ngcontent-%COMP%]:active{color:#0b0c0c}.govuk-link--no-visited-state[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-list[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-list[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-list[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-list[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-list[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-list[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-list[_ngcontent-%COMP%]{color:#000}}.govuk-list[_ngcontent-%COMP%]{margin-top:0;margin-bottom:15px}@media(min-width:40.0625em){.govuk-list[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-list[_ngcontent-%COMP%]{padding-left:0;list-style-type:none}.govuk-list[_ngcontent-%COMP%] .govuk-list[_ngcontent-%COMP%]{margin-top:10px}.govuk-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-bottom:5px}.govuk-list--bullet[_ngcontent-%COMP%]{padding-left:20px;list-style-type:disc}.govuk-list--number[_ngcontent-%COMP%]{padding-left:20px;list-style-type:decimal}.govuk-list--bullet[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .govuk-list--number[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-bottom:0}@media(min-width:40.0625em){.govuk-list--bullet[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .govuk-list--number[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-bottom:5px}}.govuk-list--spaced[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-bottom:10px}@media(min-width:40.0625em){.govuk-list--spaced[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-bottom:15px}}.govuk-heading-xl[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-heading-xl[_ngcontent-%COMP%]{color:#000}}.govuk-heading-xl[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-heading-xl[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-heading-xl[_ngcontent-%COMP%]{font-weight:700;font-size:32px;font-size:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-heading-xl[_ngcontent-%COMP%]{font-size:48px;font-size:3rem;line-height:1.0416666667}}@media print{.govuk-heading-xl[_ngcontent-%COMP%]{font-size:32pt;line-height:1.15}}.govuk-heading-xl[_ngcontent-%COMP%]{display:block;margin-top:0;margin-bottom:30px}@media(min-width:40.0625em){.govuk-heading-xl[_ngcontent-%COMP%]{margin-bottom:50px}}.govuk-heading-l[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-heading-l[_ngcontent-%COMP%]{color:#000}}.govuk-heading-l[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-heading-l[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-heading-l[_ngcontent-%COMP%]{font-weight:700;font-size:24px;font-size:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-heading-l[_ngcontent-%COMP%]{font-size:36px;font-size:2.25rem;line-height:1.1111111111}}@media print{.govuk-heading-l[_ngcontent-%COMP%]{font-size:24pt;line-height:1.05}}.govuk-heading-l[_ngcontent-%COMP%]{display:block;margin-top:0;margin-bottom:20px}@media(min-width:40.0625em){.govuk-heading-l[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-heading-m[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-heading-m[_ngcontent-%COMP%]{color:#000}}.govuk-heading-m[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-heading-m[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-heading-m[_ngcontent-%COMP%]{font-weight:700;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-heading-m[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-heading-m[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-heading-m[_ngcontent-%COMP%]{display:block;margin-top:0;margin-bottom:15px}@media(min-width:40.0625em){.govuk-heading-m[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-heading-s[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-heading-s[_ngcontent-%COMP%]{color:#000}}.govuk-heading-s[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-heading-s[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-heading-s[_ngcontent-%COMP%]{font-weight:700;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-heading-s[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-heading-s[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-heading-s[_ngcontent-%COMP%]{display:block;margin-top:0;margin-bottom:15px}@media(min-width:40.0625em){.govuk-heading-s[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-caption-xl[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-caption-xl[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-caption-xl[_ngcontent-%COMP%]{font-weight:400;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-caption-xl[_ngcontent-%COMP%]{font-size:27px;font-size:1.6875rem;line-height:1.1111111111}}@media print{.govuk-caption-xl[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-caption-xl[_ngcontent-%COMP%]{display:block;margin-bottom:5px;color:#505a5f}.govuk-caption-l[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-caption-l[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-caption-l[_ngcontent-%COMP%]{font-weight:400;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-caption-l[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-caption-l[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-caption-l[_ngcontent-%COMP%]{display:block;margin-bottom:5px;color:#505a5f}@media(min-width:40.0625em){.govuk-caption-l[_ngcontent-%COMP%]{margin-bottom:0}}.govuk-caption-m[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-caption-m[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-caption-m[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-caption-m[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-caption-m[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-caption-m[_ngcontent-%COMP%]{display:block;color:#505a5f}.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{color:#000}}.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{font-weight:400;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{margin-top:0;margin-bottom:20px}@media(min-width:40.0625em){.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{color:#000}}.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{margin-top:0;margin-bottom:15px}@media(min-width:40.0625em){.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-body-s[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-body-s[_ngcontent-%COMP%]{color:#000}}.govuk-body-s[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-body-s[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-body-s[_ngcontent-%COMP%]{font-weight:400;font-size:14px;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-body-s[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}}@media print{.govuk-body-s[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-body-s[_ngcontent-%COMP%]{margin-top:0;margin-bottom:15px}@media(min-width:40.0625em){.govuk-body-s[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-body-xs[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-body-xs[_ngcontent-%COMP%]{color:#000}}.govuk-body-xs[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-body-xs[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-body-xs[_ngcontent-%COMP%]{font-weight:400;font-size:12px;font-size:.75rem;line-height:1.25}@media(min-width:40.0625em){.govuk-body-xs[_ngcontent-%COMP%]{font-size:14px;font-size:.875rem;line-height:1.4285714286}}@media print{.govuk-body-xs[_ngcontent-%COMP%]{font-size:12pt;line-height:1.2}}.govuk-body-xs[_ngcontent-%COMP%]{margin-top:0;margin-bottom:15px}@media(min-width:40.0625em){.govuk-body-xs[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-body-l[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%], .govuk-body-lead[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%]{padding-top:5px}@media(min-width:40.0625em){.govuk-body-l[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%], .govuk-body-lead[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%]{padding-top:10px}}.govuk-body-m[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%], .govuk-body[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%], .govuk-body-s[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%], .govuk-list[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%]{padding-top:15px}@media(min-width:40.0625em){.govuk-body-m[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%], .govuk-body[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%], .govuk-body-s[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%], .govuk-list[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%]{padding-top:20px}}.govuk-body-m[_ngcontent-%COMP%] + .govuk-heading-m[_ngcontent-%COMP%], .govuk-body[_ngcontent-%COMP%] + .govuk-heading-m[_ngcontent-%COMP%], .govuk-body-s[_ngcontent-%COMP%] + .govuk-heading-m[_ngcontent-%COMP%], .govuk-list[_ngcontent-%COMP%] + .govuk-heading-m[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%] + .govuk-heading-s[_ngcontent-%COMP%], .govuk-body[_ngcontent-%COMP%] + .govuk-heading-s[_ngcontent-%COMP%], .govuk-body-s[_ngcontent-%COMP%] + .govuk-heading-s[_ngcontent-%COMP%], .govuk-list[_ngcontent-%COMP%] + .govuk-heading-s[_ngcontent-%COMP%]{padding-top:5px}@media(min-width:40.0625em){.govuk-body-m[_ngcontent-%COMP%] + .govuk-heading-m[_ngcontent-%COMP%], .govuk-body[_ngcontent-%COMP%] + .govuk-heading-m[_ngcontent-%COMP%], .govuk-body-s[_ngcontent-%COMP%] + .govuk-heading-m[_ngcontent-%COMP%], .govuk-list[_ngcontent-%COMP%] + .govuk-heading-m[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%] + .govuk-heading-s[_ngcontent-%COMP%], .govuk-body[_ngcontent-%COMP%] + .govuk-heading-s[_ngcontent-%COMP%], .govuk-body-s[_ngcontent-%COMP%] + .govuk-heading-s[_ngcontent-%COMP%], .govuk-list[_ngcontent-%COMP%] + .govuk-heading-s[_ngcontent-%COMP%]{padding-top:10px}}.govuk-section-break[_ngcontent-%COMP%]{margin:0;border:0}.govuk-section-break--xl[_ngcontent-%COMP%]{margin-top:30px}@media(min-width:40.0625em){.govuk-section-break--xl[_ngcontent-%COMP%]{margin-top:50px}}.govuk-section-break--xl[_ngcontent-%COMP%]{margin-bottom:30px}@media(min-width:40.0625em){.govuk-section-break--xl[_ngcontent-%COMP%]{margin-bottom:50px}}.govuk-section-break--l[_ngcontent-%COMP%]{margin-top:20px}@media(min-width:40.0625em){.govuk-section-break--l[_ngcontent-%COMP%]{margin-top:30px}}.govuk-section-break--l[_ngcontent-%COMP%]{margin-bottom:20px}@media(min-width:40.0625em){.govuk-section-break--l[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-section-break--m[_ngcontent-%COMP%]{margin-top:15px}@media(min-width:40.0625em){.govuk-section-break--m[_ngcontent-%COMP%]{margin-top:20px}}.govuk-section-break--m[_ngcontent-%COMP%]{margin-bottom:15px}@media(min-width:40.0625em){.govuk-section-break--m[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-section-break--visible[_ngcontent-%COMP%]{border-bottom:1px solid #b1b4b6}.govuk-button-group[_ngcontent-%COMP%]{margin-bottom:5px}@media(min-width:40.0625em){.govuk-button-group[_ngcontent-%COMP%]{margin-bottom:15px}}.govuk-button-group[_ngcontent-%COMP%]{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.govuk-button-group[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-button-group[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-button-group[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.1875}@media(min-width:40.0625em){.govuk-button-group[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1}}@media print{.govuk-button-group[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]{font-size:14pt;line-height:19px}}.govuk-button-group[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]{display:inline-block;max-width:100%;margin-top:5px;margin-bottom:20px;text-align:center}.govuk-button-group[_ngcontent-%COMP%] .govuk-button[_ngcontent-%COMP%]{margin-bottom:17px}@media(min-width:40.0625em){.govuk-button-group[_ngcontent-%COMP%]{margin-right:-15px;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:baseline;align-items:baseline}.govuk-button-group[_ngcontent-%COMP%] .govuk-button[_ngcontent-%COMP%], .govuk-button-group[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]{margin-right:15px}.govuk-button-group[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]{text-align:left}}.govuk-form-group[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-form-group[_ngcontent-%COMP%]{margin-bottom:20px}@media(min-width:40.0625em){.govuk-form-group[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-form-group[_ngcontent-%COMP%] .govuk-form-group[_ngcontent-%COMP%]:last-of-type{margin-bottom:0}.govuk-form-group--error[_ngcontent-%COMP%]{padding-left:15px;border-left:5px solid #d4351c}.govuk-form-group--error[_ngcontent-%COMP%] .govuk-form-group[_ngcontent-%COMP%]{padding:0;border:0}.govuk-grid-row[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-grid-row[_ngcontent-%COMP%]{margin-right:-15px;margin-left:-15px}.govuk-grid-column-one-quarter[_ngcontent-%COMP%]{box-sizing:border-box;width:100%;padding:0 15px}@media(min-width:40.0625em){.govuk-grid-column-one-quarter[_ngcontent-%COMP%]{width:25%;float:left}}.govuk-grid-column-one-third[_ngcontent-%COMP%]{box-sizing:border-box;width:100%;padding:0 15px}@media(min-width:40.0625em){.govuk-grid-column-one-third[_ngcontent-%COMP%]{width:33.3333333333%;float:left}}.govuk-grid-column-one-half[_ngcontent-%COMP%]{box-sizing:border-box;width:100%;padding:0 15px}@media(min-width:40.0625em){.govuk-grid-column-one-half[_ngcontent-%COMP%]{width:50%;float:left}}.govuk-grid-column-two-thirds[_ngcontent-%COMP%]{box-sizing:border-box;width:100%;padding:0 15px}@media(min-width:40.0625em){.govuk-grid-column-two-thirds[_ngcontent-%COMP%]{width:66.6666666667%;float:left}}.govuk-grid-column-three-quarters[_ngcontent-%COMP%]{box-sizing:border-box;width:100%;padding:0 15px}@media(min-width:40.0625em){.govuk-grid-column-three-quarters[_ngcontent-%COMP%]{width:75%;float:left}}.govuk-grid-column-full[_ngcontent-%COMP%]{box-sizing:border-box;width:100%;padding:0 15px}@media(min-width:40.0625em){.govuk-grid-column-full[_ngcontent-%COMP%]{width:100%;float:left}}.govuk-grid-column-one-quarter-from-desktop[_ngcontent-%COMP%]{box-sizing:border-box;padding:0 15px}@media(min-width:48.0625em){.govuk-grid-column-one-quarter-from-desktop[_ngcontent-%COMP%]{width:25%;float:left}}.govuk-grid-column-one-third-from-desktop[_ngcontent-%COMP%]{box-sizing:border-box;padding:0 15px}@media(min-width:48.0625em){.govuk-grid-column-one-third-from-desktop[_ngcontent-%COMP%]{width:33.3333333333%;float:left}}.govuk-grid-column-one-half-from-desktop[_ngcontent-%COMP%]{box-sizing:border-box;padding:0 15px}@media(min-width:48.0625em){.govuk-grid-column-one-half-from-desktop[_ngcontent-%COMP%]{width:50%;float:left}}.govuk-grid-column-two-thirds-from-desktop[_ngcontent-%COMP%]{box-sizing:border-box;padding:0 15px}@media(min-width:48.0625em){.govuk-grid-column-two-thirds-from-desktop[_ngcontent-%COMP%]{width:66.6666666667%;float:left}}.govuk-grid-column-three-quarters-from-desktop[_ngcontent-%COMP%]{box-sizing:border-box;padding:0 15px}@media(min-width:48.0625em){.govuk-grid-column-three-quarters-from-desktop[_ngcontent-%COMP%]{width:75%;float:left}}.govuk-grid-column-full-from-desktop[_ngcontent-%COMP%]{box-sizing:border-box;padding:0 15px}@media(min-width:48.0625em){.govuk-grid-column-full-from-desktop[_ngcontent-%COMP%]{width:100%;float:left}}.govuk-main-wrapper[_ngcontent-%COMP%]{display:block;padding-top:20px;padding-bottom:20px}@media(min-width:40.0625em){.govuk-main-wrapper[_ngcontent-%COMP%]{padding-top:40px;padding-bottom:40px}}.govuk-main-wrapper--auto-spacing[_ngcontent-%COMP%]:first-child, .govuk-main-wrapper--l[_ngcontent-%COMP%]{padding-top:30px}@media(min-width:40.0625em){.govuk-main-wrapper--auto-spacing[_ngcontent-%COMP%]:first-child, .govuk-main-wrapper--l[_ngcontent-%COMP%]{padding-top:50px}}.govuk-template[_ngcontent-%COMP%]{background-color:#f3f2f1}.govuk-template--rebranded[_ngcontent-%COMP%]{background-color:#f4f8fb}.govuk-template[_ngcontent-%COMP%]{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}@supports (position: -webkit-sticky) or (position: sticky){.govuk-template[_ngcontent-%COMP%]{scroll-padding-top:60px}.govuk-template[_ngcontent-%COMP%]:not(:has(.govuk-exit-this-page)){scroll-padding-top:0}}@media screen{.govuk-template[_ngcontent-%COMP%]{overflow-y:scroll}}.govuk-template__body[_ngcontent-%COMP%]{margin:0;background-color:#fff}.govuk-width-container[_ngcontent-%COMP%]{max-width:960px;margin-right:15px;margin-left:15px}@supports (margin: max(0px)){.govuk-width-container[_ngcontent-%COMP%]{margin-right:max(15px,calc(15px + env(safe-area-inset-right)));margin-left:max(15px,calc(15px + env(safe-area-inset-left)))}}@media(min-width:40.0625em){.govuk-width-container[_ngcontent-%COMP%]{margin-right:30px;margin-left:30px}@supports (margin: max(0px)){.govuk-width-container[_ngcontent-%COMP%]{margin-right:max(30px,calc(15px + env(safe-area-inset-right)));margin-left:max(30px,calc(15px + env(safe-area-inset-left)))}}}@media(min-width:1020px){.govuk-width-container[_ngcontent-%COMP%]{margin-right:auto;margin-left:auto}@supports (margin: max(0px)){.govuk-width-container[_ngcontent-%COMP%]{margin-right:auto;margin-left:auto}}}.govuk-accordion[_ngcontent-%COMP%]{margin-bottom:20px}@media(min-width:40.0625em){.govuk-accordion[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-accordion__section[_ngcontent-%COMP%]{padding-top:15px}.govuk-accordion__section-heading[_ngcontent-%COMP%]{margin-top:0;margin-bottom:0;padding-top:15px;padding-bottom:15px}.govuk-accordion__section-button[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-accordion__section-button[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-accordion__section-button[_ngcontent-%COMP%]{font-weight:700;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-accordion__section-button[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-accordion__section-button[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-accordion__section-button[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-accordion__section-button[_ngcontent-%COMP%]{color:#000}}.govuk-accordion__section-button[_ngcontent-%COMP%]{display:block;margin-bottom:0;padding-top:15px}.govuk-accordion__section-content[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.js-enabled[_ngcontent-%COMP%] .govuk-accordion[_ngcontent-%COMP%]{border-bottom:1px solid #b1b4b6}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section[_ngcontent-%COMP%]{padding-top:0}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-content[_ngcontent-%COMP%]{display:none;padding-top:15px;padding-bottom:30px}@media(min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-content[_ngcontent-%COMP%]{padding-bottom:50px}}@supports (content-visibility: hidden){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-content[hidden][_ngcontent-%COMP%]{content-visibility:hidden;display:inherit}}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-content[hidden][_ngcontent-%COMP%]{padding-top:0;padding-bottom:0}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section--expanded[_ngcontent-%COMP%] .govuk-accordion__section-content[_ngcontent-%COMP%]{display:block}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{font-family:sans-serif}}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{position:relative;z-index:1;margin-bottom:9px;padding:5px 2px 5px 0;border-width:0;color:#1d70b8;background:none;cursor:pointer;-webkit-appearance:none}@media(min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{margin-bottom:14px}}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]::-moz-focus-inner{padding:0;border:0}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover{color:#0b0c0c;background:#f3f2f1;box-shadow:0 -2px #f3f2f1,0 4px #f3f2f1}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover .govuk-accordion__section-toggle-text[_ngcontent-%COMP%]{color:#0b0c0c}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{color:#0b0c0c;background:#0b0c0c}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]:after{color:#f3f2f1}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{background:#0b0c0c}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]:after{color:#fd0}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-heading[_ngcontent-%COMP%]{padding:0}.js-enabled[_ngcontent-%COMP%] .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{box-sizing:border-box;display:inline-block;position:relative;width:1.25rem;height:1.25rem;border:.0625rem solid;border-radius:50%;vertical-align:middle}.js-enabled[_ngcontent-%COMP%] .govuk-accordion-nav__chevron[_ngcontent-%COMP%]:after{content:\"\";box-sizing:border-box;display:block;position:absolute;bottom:.3125rem;left:.375rem;width:.375rem;height:.375rem;-ms-transform:rotate(-45deg);transform:rotate(-45deg);border-top:.125rem solid;border-right:.125rem solid}.js-enabled[_ngcontent-%COMP%] .govuk-accordion-nav__chevron--down[_ngcontent-%COMP%]{-ms-transform:rotate(180deg);transform:rotate(180deg)}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]{width:100%;padding:10px 0 0;border:0;border-top:1px solid #b1b4b6;border-bottom:10px solid transparent;color:#0b0c0c;background:none;text-align:left;cursor:pointer;-webkit-appearance:none}@media(min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]{padding-bottom:10px}}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:active{color:#0b0c0c;background:none}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover{color:#0b0c0c;background:#f3f2f1}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover .govuk-accordion__section-toggle-text[_ngcontent-%COMP%]{color:#0b0c0c}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{color:#0b0c0c;background:#0b0c0c}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]:after{color:#f3f2f1}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus{outline:0}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%]{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{color:#0b0c0c;background:#0b0c0c}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]:after{color:#fd0}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]::-moz-focus-inner{padding:0;border:0}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section--expanded[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]{padding-bottom:15px;border-bottom:0}@media(min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section--expanded[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]{padding-bottom:20px}}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%]{padding-bottom:3px}@media(min-width:48.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%]{padding-bottom:2px}}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-heading-text[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-summary[_ngcontent-%COMP%]{display:block;margin-bottom:13px}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%] .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%] .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%] .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-heading-text[_ngcontent-%COMP%] .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-heading-text[_ngcontent-%COMP%] .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-heading-text[_ngcontent-%COMP%] .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-summary[_ngcontent-%COMP%] .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-summary[_ngcontent-%COMP%] .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-summary[_ngcontent-%COMP%] .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%]{display:inline}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%]{font-weight:400;color:#1d70b8}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all-text[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-toggle-text[_ngcontent-%COMP%]{margin-left:5px;vertical-align:middle}@media screen and (forced-colors:active){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{background-color:transparent}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{background:transparent;background-color:transparent}}@media(hover:none){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-header[_ngcontent-%COMP%]:hover{border-top-color:#b1b4b6;box-shadow:inset 0 3px #1d70b8}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-header[_ngcontent-%COMP%]:hover .govuk-accordion__section-button[_ngcontent-%COMP%]{border-top-color:#b1b4b6}}.govuk-back-link[_ngcontent-%COMP%]{font-size:14px;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-back-link[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}}@media print{.govuk-back-link[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-back-link[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-back-link[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-back-link[_ngcontent-%COMP%]{text-decoration:underline}.govuk-back-link[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-back-link[_ngcontent-%COMP%]:link, .govuk-back-link[_ngcontent-%COMP%]:visited{color:#0b0c0c}@media print{.govuk-back-link[_ngcontent-%COMP%]:link, .govuk-back-link[_ngcontent-%COMP%]:visited{color:#000}}.govuk-back-link[_ngcontent-%COMP%]:hover{color:#0b0c0cfc}.govuk-back-link[_ngcontent-%COMP%]:active, .govuk-back-link[_ngcontent-%COMP%]:focus{color:#0b0c0c}@media print{.govuk-back-link[_ngcontent-%COMP%]:active, .govuk-back-link[_ngcontent-%COMP%]:focus{color:#000}}.govuk-back-link[_ngcontent-%COMP%]{display:inline-block;position:relative;margin-top:15px;margin-bottom:15px;padding-left:.875em}.govuk-back-link[_ngcontent-%COMP%]:before{content:\"\";display:block;position:absolute;top:0;bottom:0;left:.1875em;width:.4375em;height:.4375em;margin:auto 0;-ms-transform:rotate(225deg);transform:rotate(225deg);border:solid;border-width:1px 1px 0 0;border-color:#505a5f}@supports (border-width: max(0px)){.govuk-back-link[_ngcontent-%COMP%]:before{border-width:max(1px,.0625em) max(1px,.0625em) 0 0;font-size:max(16px,1em)}}.govuk-back-link[_ngcontent-%COMP%]:focus:before{border-color:#0b0c0c}.govuk-back-link[_ngcontent-%COMP%]:after{content:\"\";position:absolute;inset:-14px 0}.govuk-back-link--inverse[_ngcontent-%COMP%]:link, .govuk-back-link--inverse[_ngcontent-%COMP%]:visited{color:#fff}.govuk-back-link--inverse[_ngcontent-%COMP%]:hover, .govuk-back-link--inverse[_ngcontent-%COMP%]:active{color:#fffffffc}.govuk-back-link--inverse[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-back-link--inverse[_ngcontent-%COMP%]:before{border-color:currentcolor}.govuk-breadcrumbs[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-breadcrumbs[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-breadcrumbs[_ngcontent-%COMP%]{font-weight:400;font-size:14px;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-breadcrumbs[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}}@media print{.govuk-breadcrumbs[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-breadcrumbs[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-breadcrumbs[_ngcontent-%COMP%]{color:#000}}.govuk-breadcrumbs[_ngcontent-%COMP%]{margin-top:15px;margin-bottom:10px}.govuk-breadcrumbs__list[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-breadcrumbs__list[_ngcontent-%COMP%]{margin:0;padding:0;list-style-type:none}.govuk-breadcrumbs__list-item[_ngcontent-%COMP%]{display:inline-block;position:relative;margin-bottom:5px;margin-left:.625em;padding-left:.9784375em;float:left}.govuk-breadcrumbs__list-item[_ngcontent-%COMP%]:before{content:\"\";display:block;position:absolute;top:0;bottom:0;left:-.206875em;width:.4375em;height:.4375em;margin:auto 0;-ms-transform:rotate(45deg);transform:rotate(45deg);border:solid;border-width:1px 1px 0 0;border-color:#505a5f}@supports (border-width: max(0px)){.govuk-breadcrumbs__list-item[_ngcontent-%COMP%]:before{border-width:max(1px,.0625em) max(1px,.0625em) 0 0;font-size:max(16px,1em)}}.govuk-breadcrumbs__list-item[_ngcontent-%COMP%]:first-child{margin-left:0;padding-left:0}.govuk-breadcrumbs__list-item[_ngcontent-%COMP%]:first-child:before{content:none;display:none}.govuk-breadcrumbs__link[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-breadcrumbs__link[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-breadcrumbs__link[_ngcontent-%COMP%]{text-decoration:underline}.govuk-breadcrumbs__link[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-breadcrumbs__link[_ngcontent-%COMP%]:link, .govuk-breadcrumbs__link[_ngcontent-%COMP%]:visited{color:#0b0c0c}@media print{.govuk-breadcrumbs__link[_ngcontent-%COMP%]:link, .govuk-breadcrumbs__link[_ngcontent-%COMP%]:visited{color:#000}}.govuk-breadcrumbs__link[_ngcontent-%COMP%]:hover{color:#0b0c0cfc}.govuk-breadcrumbs__link[_ngcontent-%COMP%]:active, .govuk-breadcrumbs__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}@media print{.govuk-breadcrumbs__link[_ngcontent-%COMP%]:active, .govuk-breadcrumbs__link[_ngcontent-%COMP%]:focus{color:#000}}@media(max-width:40.0525em){.govuk-breadcrumbs--collapse-on-mobile[_ngcontent-%COMP%] .govuk-breadcrumbs__list-item[_ngcontent-%COMP%]{display:none}.govuk-breadcrumbs--collapse-on-mobile[_ngcontent-%COMP%] .govuk-breadcrumbs__list-item[_ngcontent-%COMP%]:first-child, .govuk-breadcrumbs--collapse-on-mobile[_ngcontent-%COMP%] .govuk-breadcrumbs__list-item[_ngcontent-%COMP%]:last-child{display:inline-block}.govuk-breadcrumbs--collapse-on-mobile[_ngcontent-%COMP%] .govuk-breadcrumbs__list-item[_ngcontent-%COMP%]:before{top:.375em;margin:0}.govuk-breadcrumbs--collapse-on-mobile[_ngcontent-%COMP%] .govuk-breadcrumbs__list[_ngcontent-%COMP%]{display:-ms-flexbox;display:flex}}.govuk-breadcrumbs--inverse[_ngcontent-%COMP%], .govuk-breadcrumbs--inverse[_ngcontent-%COMP%] .govuk-breadcrumbs__link[_ngcontent-%COMP%]:link, .govuk-breadcrumbs--inverse[_ngcontent-%COMP%] .govuk-breadcrumbs__link[_ngcontent-%COMP%]:visited{color:#fff}.govuk-breadcrumbs--inverse[_ngcontent-%COMP%] .govuk-breadcrumbs__link[_ngcontent-%COMP%]:hover, .govuk-breadcrumbs--inverse[_ngcontent-%COMP%] .govuk-breadcrumbs__link[_ngcontent-%COMP%]:active{color:#fffffffc}.govuk-breadcrumbs--inverse[_ngcontent-%COMP%] .govuk-breadcrumbs__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-breadcrumbs--inverse[_ngcontent-%COMP%] .govuk-breadcrumbs__list-item[_ngcontent-%COMP%]:before{border-color:currentcolor}.govuk-button[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-button[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-button[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.1875}@media(min-width:40.0625em){.govuk-button[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1}}@media print{.govuk-button[_ngcontent-%COMP%]{font-size:14pt;line-height:19px}}.govuk-button[_ngcontent-%COMP%]{box-sizing:border-box;display:inline-block;position:relative;width:100%;margin:0 0 22px}@media(min-width:40.0625em){.govuk-button[_ngcontent-%COMP%]{margin-bottom:32px}}.govuk-button[_ngcontent-%COMP%]{padding:8px 10px 7px;border:2px solid transparent;border-radius:0;color:#fff;background-color:#00703c;box-shadow:0 2px #002d18;text-align:center;vertical-align:top;cursor:pointer;-webkit-appearance:none}@media(min-width:40.0625em){.govuk-button[_ngcontent-%COMP%]{width:auto}}.govuk-button[_ngcontent-%COMP%]:link, .govuk-button[_ngcontent-%COMP%]:visited, .govuk-button[_ngcontent-%COMP%]:active, .govuk-button[_ngcontent-%COMP%]:hover{color:#fff;text-decoration:none}.govuk-button[_ngcontent-%COMP%]::-moz-focus-inner{padding:0;border:0}.govuk-button[_ngcontent-%COMP%]:hover{background-color:#005a30}.govuk-button[_ngcontent-%COMP%]:active{top:2px}.govuk-button[_ngcontent-%COMP%]:focus{border-color:#fd0;outline:3px solid transparent;box-shadow:inset 0 0 0 1px #fd0}.govuk-button[_ngcontent-%COMP%]:focus:not(:active):not(:hover){border-color:#fd0;color:#0b0c0c;background-color:#fd0;box-shadow:0 2px #0b0c0c}.govuk-button[_ngcontent-%COMP%]:before{content:\"\";display:block;position:absolute;inset:-2px -2px -4px;background:transparent}.govuk-button[_ngcontent-%COMP%]:active:before{top:-4px}.govuk-button--disabled[_ngcontent-%COMP%], .govuk-button[disabled=disabled][_ngcontent-%COMP%], .govuk-button[disabled][_ngcontent-%COMP%]{opacity:.5}.govuk-button--disabled[_ngcontent-%COMP%]:hover, .govuk-button[disabled=disabled][_ngcontent-%COMP%]:hover, .govuk-button[disabled][_ngcontent-%COMP%]:hover{background-color:#00703c;cursor:not-allowed}.govuk-button--disabled[_ngcontent-%COMP%]:active, .govuk-button[disabled=disabled][_ngcontent-%COMP%]:active, .govuk-button[disabled][_ngcontent-%COMP%]:active{top:0;box-shadow:0 2px #002d18}.govuk-button--secondary[_ngcontent-%COMP%]{background-color:#f3f2f1;box-shadow:0 2px #929191}.govuk-button--secondary[_ngcontent-%COMP%], .govuk-button--secondary[_ngcontent-%COMP%]:link, .govuk-button--secondary[_ngcontent-%COMP%]:visited, .govuk-button--secondary[_ngcontent-%COMP%]:active, .govuk-button--secondary[_ngcontent-%COMP%]:hover{color:#0b0c0c}.govuk-button--secondary[_ngcontent-%COMP%]:hover{background-color:#dbdad9}.govuk-button--secondary[_ngcontent-%COMP%]:hover[disabled]{background-color:#f3f2f1}.govuk-button--warning[_ngcontent-%COMP%]{background-color:#d4351c;box-shadow:0 2px #55150b}.govuk-button--warning[_ngcontent-%COMP%], .govuk-button--warning[_ngcontent-%COMP%]:link, .govuk-button--warning[_ngcontent-%COMP%]:visited, .govuk-button--warning[_ngcontent-%COMP%]:active, .govuk-button--warning[_ngcontent-%COMP%]:hover{color:#fff}.govuk-button--warning[_ngcontent-%COMP%]:hover{background-color:#aa2a16}.govuk-button--warning[_ngcontent-%COMP%]:hover[disabled]{background-color:#d4351c}.govuk-button--inverse[_ngcontent-%COMP%]{background-color:#fff;box-shadow:0 2px #144e81}.govuk-button--inverse[_ngcontent-%COMP%], .govuk-button--inverse[_ngcontent-%COMP%]:link, .govuk-button--inverse[_ngcontent-%COMP%]:visited, .govuk-button--inverse[_ngcontent-%COMP%]:active, .govuk-button--inverse[_ngcontent-%COMP%]:hover{color:#1d70b8}.govuk-button--inverse[_ngcontent-%COMP%]:hover{background-color:#e8f1f8}.govuk-button--inverse[_ngcontent-%COMP%]:hover[disabled]{background-color:#fff}.govuk-button--start[_ngcontent-%COMP%]{font-weight:700;font-size:18px;font-size:1.125rem;line-height:1}@media(min-width:40.0625em){.govuk-button--start[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1}}@media print{.govuk-button--start[_ngcontent-%COMP%]{font-size:18pt;line-height:1}}.govuk-button--start[_ngcontent-%COMP%]{display:-ms-inline-flexbox;display:inline-flex;min-height:auto;-ms-flex-pack:center;justify-content:center}.govuk-button__start-icon[_ngcontent-%COMP%]{margin-left:5px}@media(min-width:48.0625em){.govuk-button__start-icon[_ngcontent-%COMP%]{margin-left:10px}}.govuk-button__start-icon[_ngcontent-%COMP%]{vertical-align:middle;-ms-flex-negative:0;flex-shrink:0;-ms-flex-item-align:center;align-self:center;forced-color-adjust:auto}.govuk-error-message[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-error-message[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-error-message[_ngcontent-%COMP%]{font-weight:700;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-error-message[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-error-message[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-error-message[_ngcontent-%COMP%]{display:block;margin-top:0;margin-bottom:15px;clear:both;color:#d4351c}.govuk-fieldset[_ngcontent-%COMP%]{min-width:0;margin:0;padding:0;border:0}.govuk-fieldset[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}@supports not (caret-color: auto){.govuk-fieldset[_ngcontent-%COMP%], x[_ngcontent-%COMP%]:-moz-any-link{display:table-cell}}.govuk-fieldset__legend[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-fieldset__legend[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-fieldset__legend[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-fieldset__legend[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-fieldset__legend[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-fieldset__legend[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-fieldset__legend[_ngcontent-%COMP%]{color:#000}}.govuk-fieldset__legend[_ngcontent-%COMP%]{box-sizing:border-box;display:table;max-width:100%;margin-bottom:10px;padding:0;white-space:normal}.govuk-fieldset__legend--xl[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-fieldset__legend--xl[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-fieldset__legend--xl[_ngcontent-%COMP%]{font-weight:700;font-size:32px;font-size:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-fieldset__legend--xl[_ngcontent-%COMP%]{font-size:48px;font-size:3rem;line-height:1.0416666667}}@media print{.govuk-fieldset__legend--xl[_ngcontent-%COMP%]{font-size:32pt;line-height:1.15}}.govuk-fieldset__legend--xl[_ngcontent-%COMP%]{margin-bottom:15px}.govuk-fieldset__legend--l[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-fieldset__legend--l[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-fieldset__legend--l[_ngcontent-%COMP%]{font-weight:700;font-size:24px;font-size:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-fieldset__legend--l[_ngcontent-%COMP%]{font-size:36px;font-size:2.25rem;line-height:1.1111111111}}@media print{.govuk-fieldset__legend--l[_ngcontent-%COMP%]{font-size:24pt;line-height:1.05}}.govuk-fieldset__legend--l[_ngcontent-%COMP%]{margin-bottom:15px}.govuk-fieldset__legend--m[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-fieldset__legend--m[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-fieldset__legend--m[_ngcontent-%COMP%]{font-weight:700;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-fieldset__legend--m[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-fieldset__legend--m[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-fieldset__legend--m[_ngcontent-%COMP%]{margin-bottom:15px}.govuk-fieldset__legend--s[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-fieldset__legend--s[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-fieldset__legend--s[_ngcontent-%COMP%]{font-weight:700;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-fieldset__legend--s[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-fieldset__legend--s[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-fieldset__heading[_ngcontent-%COMP%]{margin:0;font-size:inherit;font-weight:inherit}.govuk-hint[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-hint[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-hint[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-hint[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-hint[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-hint[_ngcontent-%COMP%]{margin-bottom:15px;color:#505a5f}.govuk-label[_ngcontent-%COMP%]:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-hint[_ngcontent-%COMP%]{margin-bottom:10px}.govuk-fieldset__legend[_ngcontent-%COMP%]:not(.govuk-fieldset__legend--m):not(.govuk-fieldset__legend--l):not(.govuk-fieldset__legend--xl) + .govuk-hint[_ngcontent-%COMP%]{margin-bottom:10px}.govuk-fieldset__legend[_ngcontent-%COMP%] + .govuk-hint[_ngcontent-%COMP%]{margin-top:-5px}.govuk-label[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-label[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-label[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-label[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-label[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-label[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-label[_ngcontent-%COMP%]{color:#000}}.govuk-label[_ngcontent-%COMP%]{display:block;margin-bottom:5px}.govuk-label--xl[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-label--xl[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-label--xl[_ngcontent-%COMP%]{font-weight:700;font-size:32px;font-size:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-label--xl[_ngcontent-%COMP%]{font-size:48px;font-size:3rem;line-height:1.0416666667}}@media print{.govuk-label--xl[_ngcontent-%COMP%]{font-size:32pt;line-height:1.15}}.govuk-label--xl[_ngcontent-%COMP%]{margin-bottom:15px}.govuk-label--l[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-label--l[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-label--l[_ngcontent-%COMP%]{font-weight:700;font-size:24px;font-size:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-label--l[_ngcontent-%COMP%]{font-size:36px;font-size:2.25rem;line-height:1.1111111111}}@media print{.govuk-label--l[_ngcontent-%COMP%]{font-size:24pt;line-height:1.05}}.govuk-label--l[_ngcontent-%COMP%]{margin-bottom:15px}.govuk-label--m[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-label--m[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-label--m[_ngcontent-%COMP%]{font-weight:700;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-label--m[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-label--m[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-label--m[_ngcontent-%COMP%]{margin-bottom:10px}.govuk-label--s[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-label--s[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-label--s[_ngcontent-%COMP%]{font-weight:700;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-label--s[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-label--s[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-label-wrapper[_ngcontent-%COMP%]{margin:0}.govuk-checkboxes__item[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-checkboxes__item[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-checkboxes__item[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-checkboxes__item[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-checkboxes__item[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-checkboxes__item[_ngcontent-%COMP%]{display:block;position:relative;min-height:40px;margin-bottom:10px;padding-left:40px;clear:left}.govuk-checkboxes__item[_ngcontent-%COMP%]:last-child, .govuk-checkboxes__item[_ngcontent-%COMP%]:last-of-type{margin-bottom:0}.govuk-checkboxes__input[_ngcontent-%COMP%]{cursor:pointer;position:absolute;z-index:1;top:-2px;left:-2px;width:44px;height:44px;margin:0;opacity:0}.govuk-checkboxes__label[_ngcontent-%COMP%]{display:inline-block;margin-bottom:0;padding:8px 15px 5px;cursor:pointer;-ms-touch-action:manipulation;touch-action:manipulation}.govuk-checkboxes__label[_ngcontent-%COMP%]:before{content:\"\";box-sizing:border-box;position:absolute;top:0;left:0;width:40px;height:40px;border:2px solid currentcolor;background:transparent}.govuk-checkboxes__label[_ngcontent-%COMP%]:after{content:\"\";box-sizing:border-box;position:absolute;top:11px;left:9px;width:23px;height:12px;-ms-transform:rotate(-45deg);transform:rotate(-45deg);border:solid;border-width:0 0 5px 5px;border-top-color:transparent;opacity:0;background:transparent}.govuk-checkboxes__hint[_ngcontent-%COMP%]{display:block;padding-right:15px;padding-left:15px}.govuk-checkboxes__input[_ngcontent-%COMP%]:focus + .govuk-checkboxes__label[_ngcontent-%COMP%]:before{border-width:4px;outline:3px solid transparent;outline-offset:1px}@media screen and (forced-colors:active),(-ms-high-contrast:active){.govuk-checkboxes__input[_ngcontent-%COMP%]:focus + .govuk-checkboxes__label[_ngcontent-%COMP%]:before{outline-color:Highlight}}.govuk-checkboxes__input[_ngcontent-%COMP%]:focus + .govuk-checkboxes__label[_ngcontent-%COMP%]:before{box-shadow:0 0 0 3px #fd0}.govuk-checkboxes__input[_ngcontent-%COMP%]:checked + .govuk-checkboxes__label[_ngcontent-%COMP%]:after{opacity:1}.govuk-checkboxes__input[_ngcontent-%COMP%]:disabled, .govuk-checkboxes__input[_ngcontent-%COMP%]:disabled + .govuk-checkboxes__label[_ngcontent-%COMP%]{cursor:not-allowed}.govuk-checkboxes__input[_ngcontent-%COMP%]:disabled + .govuk-checkboxes__label[_ngcontent-%COMP%], .govuk-checkboxes__input[_ngcontent-%COMP%]:disabled ~ .govuk-hint[_ngcontent-%COMP%]{opacity:.5}.govuk-checkboxes__divider[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-checkboxes__divider[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-checkboxes__divider[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-checkboxes__divider[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-checkboxes__divider[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-checkboxes__divider[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-checkboxes__divider[_ngcontent-%COMP%]{color:#000}}.govuk-checkboxes__divider[_ngcontent-%COMP%]{width:40px;margin-bottom:10px;text-align:center}.govuk-checkboxes__conditional[_ngcontent-%COMP%]{margin-bottom:15px}@media(min-width:40.0625em){.govuk-checkboxes__conditional[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-checkboxes__conditional[_ngcontent-%COMP%]{margin-left:18px;padding-left:33px;border-left:4px solid #b1b4b6}.js-enabled[_ngcontent-%COMP%] .govuk-checkboxes__conditional--hidden[_ngcontent-%COMP%]{display:none}.govuk-checkboxes__conditional[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__item[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__item[_ngcontent-%COMP%]{min-height:0;margin-bottom:0;padding-left:34px;float:left}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__input[_ngcontent-%COMP%]{left:-10px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__label[_ngcontent-%COMP%]{margin-top:-2px;padding:13px 15px 13px 1px;float:left}@media(min-width:40.0625em){.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__label[_ngcontent-%COMP%]{padding:11px 15px 10px 1px}}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__label[_ngcontent-%COMP%]:before{top:8px;width:24px;height:24px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__label[_ngcontent-%COMP%]:after{top:15px;left:6px;width:12px;height:6.5px;border-width:0 0 3px 3px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__hint[_ngcontent-%COMP%]{padding:0;clear:both}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__conditional[_ngcontent-%COMP%]{margin-left:10px;padding-left:20px;clear:both}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__item[_ngcontent-%COMP%]:hover .govuk-checkboxes__input[_ngcontent-%COMP%]:not(:disabled) + .govuk-checkboxes__label[_ngcontent-%COMP%]:before{box-shadow:0 0 0 10px #b1b4b6}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__item[_ngcontent-%COMP%]:hover .govuk-checkboxes__input[_ngcontent-%COMP%]:focus + .govuk-checkboxes__label[_ngcontent-%COMP%]:before{box-shadow:0 0 0 3px #fd0,0 0 0 10px #b1b4b6}@media(hover:none),(pointer:coarse){.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__item[_ngcontent-%COMP%]:hover .govuk-checkboxes__input[_ngcontent-%COMP%]:not(:disabled) + .govuk-checkboxes__label[_ngcontent-%COMP%]:before{box-shadow:initial}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__item[_ngcontent-%COMP%]:hover .govuk-checkboxes__input[_ngcontent-%COMP%]:focus + .govuk-checkboxes__label[_ngcontent-%COMP%]:before{box-shadow:0 0 0 3px #fd0}}.govuk-textarea[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-textarea[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-textarea[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-textarea[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.25}}@media print{.govuk-textarea[_ngcontent-%COMP%]{font-size:14pt;line-height:1.25}}.govuk-textarea[_ngcontent-%COMP%]{box-sizing:border-box;display:block;width:100%;min-height:40px;margin-bottom:20px}@media(min-width:40.0625em){.govuk-textarea[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-textarea[_ngcontent-%COMP%]{padding:5px;resize:vertical;border:2px solid #0b0c0c;border-radius:0;-webkit-appearance:none}.govuk-textarea[_ngcontent-%COMP%]:focus{outline:3px solid #ffdd00;outline-offset:0;box-shadow:inset 0 0 0 2px}.govuk-textarea[_ngcontent-%COMP%]:disabled{opacity:.5;color:inherit;background-color:transparent;cursor:not-allowed}.govuk-textarea--error[_ngcontent-%COMP%]{border-color:#d4351c}.govuk-textarea--error[_ngcontent-%COMP%]:focus{border-color:#0b0c0c}.govuk-character-count[_ngcontent-%COMP%]{margin-bottom:20px}@media(min-width:40.0625em){.govuk-character-count[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-character-count[_ngcontent-%COMP%] .govuk-form-group[_ngcontent-%COMP%], .govuk-character-count[_ngcontent-%COMP%] .govuk-textarea[_ngcontent-%COMP%]{margin-bottom:5px}.govuk-character-count__message[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-character-count__message[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-character-count__message[_ngcontent-%COMP%]{font-feature-settings:\"tnum\" 1}@supports (font-variant-numeric: tabular-nums){.govuk-character-count__message[_ngcontent-%COMP%]{font-feature-settings:normal;font-variant-numeric:tabular-nums}}.govuk-character-count__message[_ngcontent-%COMP%]{font-weight:400;margin-top:0;margin-bottom:0}.govuk-character-count__message[_ngcontent-%COMP%]:after{content:\"\\200b\"}.govuk-character-count__message--disabled[_ngcontent-%COMP%]{visibility:hidden}.govuk-cookie-banner[_ngcontent-%COMP%]{padding-top:20px;border-bottom:10px solid transparent;background-color:#f3f2f1}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-cookie-banner[_ngcontent-%COMP%]{background-color:#f4f8fb}.govuk-cookie-banner[hidden][_ngcontent-%COMP%]{display:none}.govuk-cookie-banner__message[_ngcontent-%COMP%]{margin-bottom:-10px}.govuk-cookie-banner__message[hidden][_ngcontent-%COMP%]{display:none}.govuk-cookie-banner__message[_ngcontent-%COMP%]:focus{outline:none}.govuk-input[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-input[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-input[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-input[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-input[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-input[_ngcontent-%COMP%]{box-sizing:border-box;width:100%;height:40px;height:2.5rem;margin-top:0;padding:5px;border:2px solid #0b0c0c;border-radius:0;-webkit-appearance:none;appearance:none}.govuk-input[_ngcontent-%COMP%]:focus{outline:3px solid #ffdd00;outline-offset:0;box-shadow:inset 0 0 0 2px}.govuk-input[_ngcontent-%COMP%]:disabled{opacity:.5;color:inherit;background-color:transparent;cursor:not-allowed}.govuk-input[_ngcontent-%COMP%]::-webkit-outer-spin-button, .govuk-input[_ngcontent-%COMP%]::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.govuk-input[type=number][_ngcontent-%COMP%]{-moz-appearance:textfield}.govuk-input--error[_ngcontent-%COMP%]{border-color:#d4351c}.govuk-input--error[_ngcontent-%COMP%]:focus{border-color:#0b0c0c}.govuk-input--extra-letter-spacing[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-input--extra-letter-spacing[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-input--extra-letter-spacing[_ngcontent-%COMP%]{font-feature-settings:\"tnum\" 1}@supports (font-variant-numeric: tabular-nums){.govuk-input--extra-letter-spacing[_ngcontent-%COMP%]{font-feature-settings:normal;font-variant-numeric:tabular-nums}}.govuk-input--extra-letter-spacing[_ngcontent-%COMP%]{font-weight:400;letter-spacing:.05em}.govuk-input--width-30[_ngcontent-%COMP%]{max-width:29.5em}.govuk-input--width-20[_ngcontent-%COMP%]{max-width:20.5em}.govuk-input--width-10[_ngcontent-%COMP%]{max-width:11.5em}.govuk-input--width-5[_ngcontent-%COMP%]{max-width:5.5em}.govuk-input--width-4[_ngcontent-%COMP%]{max-width:4.5em}.govuk-input--width-3[_ngcontent-%COMP%]{max-width:3.75em}.govuk-input--width-2[_ngcontent-%COMP%]{max-width:2.75em}.govuk-input__wrapper[_ngcontent-%COMP%]{display:-ms-flexbox;display:flex}.govuk-input__wrapper[_ngcontent-%COMP%] .govuk-input[_ngcontent-%COMP%]{-ms-flex:0 1 auto;flex:0 1 auto}.govuk-input__wrapper[_ngcontent-%COMP%] .govuk-input[_ngcontent-%COMP%]:focus{z-index:1}@media(max-width:19.99em){.govuk-input__wrapper[_ngcontent-%COMP%]{display:block}.govuk-input__wrapper[_ngcontent-%COMP%] .govuk-input[_ngcontent-%COMP%]{max-width:100%}}.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{box-sizing:border-box;display:inline-block;min-width:40px;min-width:2.5rem;height:40px;height:2.5rem;padding:5px;border:2px solid #0b0c0c;background-color:#f3f2f1;text-align:center}@media(max-width:40.0525em){.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{line-height:1.6}}.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{white-space:nowrap;cursor:default;-ms-flex:0 0 auto;flex:0 0 auto}@media(max-width:19.99em){.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{display:block;height:100%;white-space:normal}}@media(max-width:19.99em){.govuk-input__prefix[_ngcontent-%COMP%]{border-bottom:0}}@media(min-width:20em){.govuk-input__prefix[_ngcontent-%COMP%]{border-right:0}}@media(max-width:19.99em){.govuk-input__suffix[_ngcontent-%COMP%]{border-top:0}}@media(min-width:20em){.govuk-input__suffix[_ngcontent-%COMP%]{border-left:0}}.govuk-date-input[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-date-input[_ngcontent-%COMP%]{font-size:0}.govuk-date-input__item[_ngcontent-%COMP%]{display:inline-block;margin-right:20px;margin-bottom:0}.govuk-date-input__label[_ngcontent-%COMP%]{display:block}.govuk-date-input__input[_ngcontent-%COMP%]{margin-bottom:0}.govuk-details[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-details[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-details[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-details[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-details[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-details[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-details[_ngcontent-%COMP%]{color:#000}}.govuk-details[_ngcontent-%COMP%]{margin-bottom:20px}@media(min-width:40.0625em){.govuk-details[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-details[_ngcontent-%COMP%]{display:block}.govuk-details__summary[_ngcontent-%COMP%]{display:inline-block;position:relative;margin-bottom:5px;padding-left:25px;color:#1d70b8;cursor:pointer}.govuk-details__summary[_ngcontent-%COMP%]:hover{color:#003078}.govuk-details__summary[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-details__summary-text[_ngcontent-%COMP%]{text-decoration:underline}.govuk-details__summary[_ngcontent-%COMP%]:focus .govuk-details__summary-text[_ngcontent-%COMP%]{text-decoration:none}.govuk-details__summary[_ngcontent-%COMP%]::-webkit-details-marker{display:none}.govuk-details__summary[_ngcontent-%COMP%]:before{content:\"\";position:absolute;top:-1px;bottom:0;left:0;margin:auto;display:block;width:0;height:0;border-style:solid;border-color:transparent;-webkit-clip-path:polygon(0% 0%,100% 50%,0% 100%);clip-path:polygon(0% 0%,100% 50%,0% 100%);border-width:7px 0 7px 12.124px;border-left-color:inherit}.govuk-details[open][_ngcontent-%COMP%] > .govuk-details__summary[_ngcontent-%COMP%]:before{display:block;width:0;height:0;border-style:solid;border-color:transparent;-webkit-clip-path:polygon(0% 0%,50% 100%,100% 0%);clip-path:polygon(0% 0%,50% 100%,100% 0%);border-width:12.124px 7px 0 7px;border-top-color:inherit}.govuk-details__text[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:15px;padding-left:20px;border-left:5px solid #b1b4b6}.govuk-details__text[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-top:0;margin-bottom:20px}.govuk-details__text[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-error-summary[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-error-summary[_ngcontent-%COMP%]{color:#000}}.govuk-error-summary[_ngcontent-%COMP%]{padding:15px}@media(min-width:40.0625em){.govuk-error-summary[_ngcontent-%COMP%]{padding:20px}}.govuk-error-summary[_ngcontent-%COMP%]{margin-bottom:30px}@media(min-width:40.0625em){.govuk-error-summary[_ngcontent-%COMP%]{margin-bottom:50px}}.govuk-error-summary[_ngcontent-%COMP%]{border:5px solid #d4351c}.govuk-error-summary[_ngcontent-%COMP%]:focus{outline:3px solid #ffdd00}.govuk-error-summary__title[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-error-summary__title[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-error-summary__title[_ngcontent-%COMP%]{font-weight:700;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-error-summary__title[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-error-summary__title[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-error-summary__title[_ngcontent-%COMP%]{margin-top:0;margin-bottom:15px}@media(min-width:40.0625em){.govuk-error-summary__title[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-error-summary__body[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-error-summary__body[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-error-summary__body[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-error-summary__body[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-error-summary__body[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-error-summary__body[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-top:0;margin-bottom:15px}@media(min-width:40.0625em){.govuk-error-summary__body[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-error-summary__list[_ngcontent-%COMP%]{margin-top:0;margin-bottom:0}.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-weight:700;font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{text-decoration:underline}.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:link, .govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:visited{color:#d4351c}.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{color:#942514}.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:active{color:#d4351c}.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-exit-this-page[_ngcontent-%COMP%]{margin-bottom:30px}@media(min-width:40.0625em){.govuk-exit-this-page[_ngcontent-%COMP%]{margin-bottom:50px}}.govuk-exit-this-page[_ngcontent-%COMP%]{position:-webkit-sticky;position:sticky;z-index:1000;top:0;left:0;width:100%}@media(min-width:40.0625em){.govuk-exit-this-page[_ngcontent-%COMP%]{display:inline-block;right:0;left:auto;width:auto;float:right}}.govuk-exit-this-page__button[_ngcontent-%COMP%]{margin-bottom:0}.govuk-exit-this-page__indicator[_ngcontent-%COMP%]{padding:10px 10px 0;display:none;color:inherit;line-height:0;text-align:center;pointer-events:none}.govuk-exit-this-page__indicator--visible[_ngcontent-%COMP%]{display:block}.govuk-exit-this-page__indicator-light[_ngcontent-%COMP%]{box-sizing:border-box;display:inline-block;width:.75em;height:.75em;margin:0 .125em;border-width:2px;border-style:solid;border-radius:50%;border-color:currentcolor}.govuk-exit-this-page__indicator-light--on[_ngcontent-%COMP%]{border-width:.375em}@media only print{.govuk-exit-this-page[_ngcontent-%COMP%]{display:none}}.govuk-exit-this-page-overlay[_ngcontent-%COMP%]{position:fixed;z-index:9999;inset:0;background-color:#fff}.govuk-exit-this-page-hide-content[_ngcontent-%COMP%] *[_ngcontent-%COMP%]{display:none!important}.govuk-exit-this-page-hide-content[_ngcontent-%COMP%] .govuk-exit-this-page-overlay[_ngcontent-%COMP%]{display:block!important}.govuk-file-upload[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-file-upload[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-file-upload[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-file-upload[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-file-upload[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-file-upload[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-file-upload[_ngcontent-%COMP%]{color:#000}}.govuk-file-upload[_ngcontent-%COMP%]{max-width:100%;margin-left:-5px;padding:5px}.govuk-file-upload[_ngcontent-%COMP%]::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}.govuk-file-upload[_ngcontent-%COMP%]:focus{outline:3px solid #ffdd00;box-shadow:inset 0 0 0 4px #0b0c0c}.govuk-file-upload[_ngcontent-%COMP%]:focus-within{outline:3px solid #ffdd00;box-shadow:inset 0 0 0 4px #0b0c0c}.govuk-file-upload[_ngcontent-%COMP%]:disabled{opacity:.5;cursor:not-allowed}.govuk-footer[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-footer[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-footer[_ngcontent-%COMP%]{font-weight:400;font-size:14px;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-footer[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}}@media print{.govuk-footer[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-footer[_ngcontent-%COMP%]{padding-top:25px}@media(min-width:40.0625em){.govuk-footer[_ngcontent-%COMP%]{padding-top:40px}}.govuk-footer[_ngcontent-%COMP%]{padding-bottom:15px}@media(min-width:40.0625em){.govuk-footer[_ngcontent-%COMP%]{padding-bottom:25px}}.govuk-footer[_ngcontent-%COMP%]{border-top:10px solid #1d70b8;color:#0b0c0c;background:#f3f2f1}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-footer[_ngcontent-%COMP%]{background:#f4f8fb}.govuk-footer__crown[_ngcontent-%COMP%]{margin-bottom:25px}.govuk-footer__link[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-footer__link[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-footer__link[_ngcontent-%COMP%]{text-decoration:underline}.govuk-footer__link[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-footer__link[_ngcontent-%COMP%]:link, .govuk-footer__link[_ngcontent-%COMP%]:visited{color:#0b0c0c}@media print{.govuk-footer__link[_ngcontent-%COMP%]:link, .govuk-footer__link[_ngcontent-%COMP%]:visited{color:#000}}.govuk-footer__link[_ngcontent-%COMP%]:hover{color:#0b0c0cfc}.govuk-footer__link[_ngcontent-%COMP%]:active, .govuk-footer__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}@media print{.govuk-footer__link[_ngcontent-%COMP%]:active, .govuk-footer__link[_ngcontent-%COMP%]:focus{color:#000}}.govuk-footer__section-break[_ngcontent-%COMP%]{margin:0 0 30px}@media(min-width:40.0625em){.govuk-footer__section-break[_ngcontent-%COMP%]{margin-bottom:50px}}.govuk-footer__section-break[_ngcontent-%COMP%]{border:0;border-bottom:1px solid;border-bottom-color:#b1b4b6}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-footer__section-break[_ngcontent-%COMP%]{border-bottom-color:#8eb8dc}.govuk-footer__meta[_ngcontent-%COMP%]{display:-ms-flexbox;display:flex;margin-right:-15px;margin-left:-15px;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center}.govuk-footer__meta-item[_ngcontent-%COMP%]{margin-right:15px;margin-bottom:25px;margin-left:15px}.govuk-footer__meta-item--grow[_ngcontent-%COMP%]{-ms-flex:1;flex:1}@media(max-width:40.0525em){.govuk-footer__meta-item--grow[_ngcontent-%COMP%]{-ms-flex-preferred-size:320px;flex-basis:320px}}.govuk-footer__licence-logo[_ngcontent-%COMP%]{display:inline-block;margin-right:10px}@media(max-width:48.0525em){.govuk-footer__licence-logo[_ngcontent-%COMP%]{margin-bottom:15px}}.govuk-footer__licence-logo[_ngcontent-%COMP%]{vertical-align:top;forced-color-adjust:auto}.govuk-footer__licence-description[_ngcontent-%COMP%]{display:inline-block}.govuk-footer__copyright-logo[_ngcontent-%COMP%]{display:inline-block;min-width:125px;padding-top:112px;background-image:url(/assets/images/govuk-crest.png)}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.govuk-footer__copyright-logo[_ngcontent-%COMP%]{background-image:url(/assets/images/govuk-crest-2x.png)}}.govuk-footer__copyright-logo[_ngcontent-%COMP%]{background-repeat:no-repeat;background-position:50% 0%;background-size:125px 102px;text-align:center;white-space:nowrap}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-footer__copyright-logo[_ngcontent-%COMP%]{min-width:0;padding-top:0;background-image:none}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-footer__copyright-logo[_ngcontent-%COMP%]{background-image:none}}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-footer__copyright-logo[_ngcontent-%COMP%]:before{content:\"\";display:block;width:100%;padding-top:112px;background-image:url(/assets/images/govuk-crest.svg);background-repeat:no-repeat;background-position:50% 0%;background-size:125px 102px;text-align:center;white-space:nowrap}@supports (-webkit-mask-position: initial) or (mask-position: initial){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-footer__copyright-logo[_ngcontent-%COMP%]:before{background:currentcolor;-webkit-mask-image:url(/assets/images/govuk-crest.svg);mask-image:url(/assets/images/govuk-crest.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 0%;mask-position:50% 0%;-webkit-mask-size:125px 102px;mask-size:125px 102px}@media screen and (forced-colors:active){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-footer__copyright-logo[_ngcontent-%COMP%]:before{background:linktext}}}.govuk-footer__inline-list[_ngcontent-%COMP%]{margin-top:0;margin-bottom:15px;padding:0}.govuk-footer__meta-custom[_ngcontent-%COMP%]{margin-bottom:20px}.govuk-footer__inline-list-item[_ngcontent-%COMP%]{display:inline-block;margin-right:15px;margin-bottom:5px}.govuk-footer__heading[_ngcontent-%COMP%]{margin-bottom:30px;padding-bottom:20px}@media(max-width:40.0525em){.govuk-footer__heading[_ngcontent-%COMP%]{padding-bottom:10px}}.govuk-footer__heading[_ngcontent-%COMP%]{border-bottom:1px solid;border-bottom-color:#b1b4b6}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-footer__heading[_ngcontent-%COMP%]{border-bottom-color:#8eb8dc}.govuk-footer__navigation[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-footer__navigation[_ngcontent-%COMP%]{margin-right:-15px;margin-left:-15px}.govuk-footer__section[_ngcontent-%COMP%]{display:inline-block;margin-bottom:30px;vertical-align:top}.govuk-footer__list[_ngcontent-%COMP%]{margin:0;padding:0;list-style:none;column-gap:30px}@media(min-width:48.0625em){.govuk-footer__list--columns-2[_ngcontent-%COMP%]{column-count:2}.govuk-footer__list--columns-3[_ngcontent-%COMP%]{column-count:3}}.govuk-footer__list-item[_ngcontent-%COMP%]{margin-bottom:15px}@media(min-width:40.0625em){.govuk-footer__list-item[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-footer__list-item[_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-header[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-header[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-header[_ngcontent-%COMP%]{font-weight:400;font-size:14px;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-header[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}}@media print{.govuk-header[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header[_ngcontent-%COMP%]{line-height:1}.govuk-header[_ngcontent-%COMP%]{border-bottom:10px solid #ffffff}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header[_ngcontent-%COMP%]{border-bottom:1px solid transparent}.govuk-header[_ngcontent-%COMP%]{background:#0b0c0c}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header[_ngcontent-%COMP%]{background:#1d70b8}.govuk-header[_ngcontent-%COMP%]{color:#fff}.govuk-header__container--full-width[_ngcontent-%COMP%]{padding:0 15px;border-color:#1d70b8}.govuk-header__container--full-width[_ngcontent-%COMP%] .govuk-header__menu-button[_ngcontent-%COMP%]{right:15px}.govuk-header__container[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-header__container[_ngcontent-%COMP%]{position:relative;margin-bottom:-10px;padding-top:10px;border-bottom:10px solid #1d70b8}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__container[_ngcontent-%COMP%]{margin-bottom:0;padding-top:0;border-bottom:none}.govuk-header__logotype[_ngcontent-%COMP%]{display:inline-block;margin-right:5px;fill:currentcolor}@media(forced-colors:active){.govuk-header__logotype[_ngcontent-%COMP%]{forced-color-adjust:none;color:linktext}}.govuk-header__logotype[_ngcontent-%COMP%]:last-child{margin-right:0}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__logotype[_ngcontent-%COMP%]{position:relative;top:-3px;margin-right:.4375rem;margin-bottom:2px;vertical-align:top}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__logotype[_ngcontent-%COMP%]:last-child{margin-right:0}.govuk-logo-dot[_ngcontent-%COMP%]{fill:#00ffe0}@media print{.govuk-logo-dot[_ngcontent-%COMP%]{fill:currentcolor}}@media(forced-colors:active){.govuk-logo-dot[_ngcontent-%COMP%]{fill:currentcolor}}[_ngcontent-%COMP%]:focus .govuk-logo-dot[_ngcontent-%COMP%]{fill:currentcolor}.govuk-header__logotype-crown[_ngcontent-%COMP%]{position:relative;top:-1px;margin-right:1px;fill:currentcolor;vertical-align:top}.govuk-header__logotype-crown[width=\"32\"][_ngcontent-%COMP%]{top:-3px;margin-right:2px}.govuk-header__logotype-crown-fallback-image[_ngcontent-%COMP%]{width:36px;height:32px;border:0;vertical-align:bottom}.govuk-header__logotype-crown-fallback-image[width=\"32\"][_ngcontent-%COMP%]{width:32px;height:30px}.govuk-header__product-name[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-header__product-name[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-header__product-name[_ngcontent-%COMP%]{font-weight:400;font-size:18px;font-size:1.125rem;line-height:1}@media(min-width:40.0625em){.govuk-header__product-name[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1}}@media print{.govuk-header__product-name[_ngcontent-%COMP%]{font-size:18pt;line-height:1}}.govuk-header__product-name[_ngcontent-%COMP%]{display:inline-table}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__product-name[_ngcontent-%COMP%]{margin-top:0;margin-bottom:-.0625rem;font-size:1.9375rem;letter-spacing:-.015em;forced-color-adjust:none}@media screen and (forced-colors:active){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__product-name[_ngcontent-%COMP%]{color:linktext;background:transparent}}@media(min-width:40.0625em){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__product-name[_ngcontent-%COMP%]{margin-top:0}}@media(min-width:48.0625em){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__product-name[_ngcontent-%COMP%]{margin-top:0}}.govuk-header__link[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-header__link[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-header__link[_ngcontent-%COMP%]:link, .govuk-header__link[_ngcontent-%COMP%]:visited{color:#fff}.govuk-header__link[_ngcontent-%COMP%]:hover, .govuk-header__link[_ngcontent-%COMP%]:active{color:#fffffffc}.govuk-header__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-header__link[_ngcontent-%COMP%]{text-decoration:none}.govuk-header__link[_ngcontent-%COMP%]:hover{text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:.1578em}.govuk-header__link[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-header__link--homepage[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-header__link--homepage[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-header__link--homepage[_ngcontent-%COMP%]{font-weight:700;display:inline-block;margin-right:10px;font-size:30px;line-height:1}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__link--homepage[_ngcontent-%COMP%]{line-height:inherit}@media(min-width:40.0625em){.govuk-header__link--homepage[_ngcontent-%COMP%]{display:inline}}.govuk-header__link--homepage[_ngcontent-%COMP%]:link, .govuk-header__link--homepage[_ngcontent-%COMP%]:visited{text-decoration:none}.govuk-header__link--homepage[_ngcontent-%COMP%]:hover, .govuk-header__link--homepage[_ngcontent-%COMP%]:active{margin-bottom:-3px;border-bottom:3px solid}.govuk-header__link--homepage[_ngcontent-%COMP%]:focus{margin-bottom:0;border-bottom:0}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__link--homepage[_ngcontent-%COMP%]{font-weight:400;display:inline;word-spacing:-.375rem}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__link--homepage[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{word-spacing:0}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__link--homepage[_ngcontent-%COMP%]:not(:focus){background-color:#1d70b8}.govuk-header__service-name[_ngcontent-%COMP%], .govuk-header__link--service-name[_ngcontent-%COMP%]{display:inline-block;margin-bottom:10px;font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-header__service-name[_ngcontent-%COMP%], .govuk-header__link--service-name[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-header__service-name[_ngcontent-%COMP%], .govuk-header__link--service-name[_ngcontent-%COMP%]{font-weight:700;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-header__service-name[_ngcontent-%COMP%], .govuk-header__link--service-name[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-header__service-name[_ngcontent-%COMP%], .govuk-header__link--service-name[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__service-name[_ngcontent-%COMP%], .govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__link--service-name[_ngcontent-%COMP%]{margin-bottom:15px}@media(min-width:48.0625em){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__service-name[_ngcontent-%COMP%], .govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__link--service-name[_ngcontent-%COMP%]{margin:19px 0 11px}}.govuk-header__logo[_ngcontent-%COMP%], .govuk-header__content[_ngcontent-%COMP%]{box-sizing:border-box}.govuk-header__logo[_ngcontent-%COMP%]{margin-bottom:10px;padding-right:50px}@media(min-width:48.0625em){.govuk-header__logo[_ngcontent-%COMP%]{width:33.33%;padding-right:15px;float:left;vertical-align:top}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__logo[_ngcontent-%COMP%]:last-child{width:auto;padding-right:0;float:none}}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__logo[_ngcontent-%COMP%]{margin-bottom:0;padding-top:16px;padding-bottom:12px}@media(min-width:48.0625em){.govuk-header__content[_ngcontent-%COMP%]{width:66.66%;padding-left:15px;float:left}}.govuk-header__menu-button[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-header__menu-button[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-header__menu-button[_ngcontent-%COMP%]{font-weight:400;font-size:14px;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-header__menu-button[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}}@media print{.govuk-header__menu-button[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-header__menu-button[_ngcontent-%COMP%]{display:none;position:absolute;top:20px;right:0;margin:0;padding:0;border:0;color:#fff;background:none;cursor:pointer}.govuk-header__menu-button[_ngcontent-%COMP%]:hover{-webkit-text-decoration:solid underline 3px;text-decoration:solid underline 3px;text-underline-offset:.1578em}.govuk-header__menu-button[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-header__menu-button[_ngcontent-%COMP%]:after{display:inline-block;width:0;height:0;border-style:solid;border-color:transparent;-webkit-clip-path:polygon(0% 0%,50% 100%,100% 0%);clip-path:polygon(0% 0%,50% 100%,100% 0%);border-width:8.66px 5px 0 5px;border-top-color:inherit;content:\"\";margin-left:5px}.govuk-header__menu-button[aria-expanded=true][_ngcontent-%COMP%]:after{display:inline-block;width:0;height:0;border-style:solid;border-color:transparent;-webkit-clip-path:polygon(50% 0%,0% 100%,100% 100%);clip-path:polygon(50% 0%,0% 100%,100% 100%);border-width:0 5px 8.66px 5px;border-bottom-color:inherit}@media(min-width:40.0625em){.govuk-header__menu-button[_ngcontent-%COMP%]{top:15px}}.js-enabled[_ngcontent-%COMP%] .govuk-header__menu-button[_ngcontent-%COMP%]{display:block}.govuk-header__menu-button[hidden][_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-header__menu-button[hidden][_ngcontent-%COMP%]{display:none}@media(max-width:19.99em){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation[_ngcontent-%COMP%]{padding-bottom:15px}}@media(min-width:48.0625em){.govuk-header__navigation[_ngcontent-%COMP%]{margin-bottom:10px}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation[_ngcontent-%COMP%]{margin-bottom:0;padding:22px 0 8px}}@media(min-width:48.0625em){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__service-name[_ngcontent-%COMP%] + .govuk-header__navigation[_ngcontent-%COMP%]{padding-top:0;padding-bottom:15px}}.govuk-header__navigation-list[_ngcontent-%COMP%]{margin:0;padding:0;list-style:none}.govuk-header__navigation-list[hidden][_ngcontent-%COMP%]{display:none}@media(min-width:20em)and (max-width:48.0525em){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-list[_ngcontent-%COMP%]{padding-bottom:15px}}@media(min-width:48.0625em){.govuk-header__navigation--end[_ngcontent-%COMP%]{margin:0;padding:5px 0;text-align:right}}.govuk-header__navigation--no-service-name[_ngcontent-%COMP%]{padding-top:40px}.govuk-header__navigation-item[_ngcontent-%COMP%]{padding:10px 0;border-bottom:1px solid #2e3133}@media(min-width:48.0625em){.govuk-header__navigation-item[_ngcontent-%COMP%]{display:inline-block;margin-right:15px;padding:5px 0;border:0}}.govuk-header__navigation-item[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-header__navigation-item[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-header__navigation-item[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-weight:700;font-size:14px;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-header__navigation-item[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}}@media print{.govuk-header__navigation-item[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-header__navigation-item[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{white-space:nowrap}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-item[_ngcontent-%COMP%]{padding-top:15px}@media(min-width:48.0625em){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-item[_ngcontent-%COMP%]{padding-top:5px}}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-item[_ngcontent-%COMP%]{border-bottom-color:#fff}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-item[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-weight:400}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-weight:700}.govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:link, .govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover, .govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:visited{color:#1d8feb}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:link, .govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover, .govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:visited{color:inherit}@media print{.govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:#1d70b8}}.govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-header__navigation-item[_ngcontent-%COMP%]:last-child{margin-right:0;border-bottom:0}@media print{.govuk-header[_ngcontent-%COMP%]{border-bottom-width:0;color:#0b0c0c;background:transparent}.govuk-header__logotype-crown-fallback-image[_ngcontent-%COMP%]{display:none}.govuk-header__link[_ngcontent-%COMP%]:link, .govuk-header__link[_ngcontent-%COMP%]:visited{color:#0b0c0c}.govuk-header__link[_ngcontent-%COMP%]:after{display:none}}.govuk-inset-text[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-inset-text[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-inset-text[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-inset-text[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-inset-text[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-inset-text[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-inset-text[_ngcontent-%COMP%]{color:#000}}.govuk-inset-text[_ngcontent-%COMP%]{padding:15px;margin-top:20px}@media(min-width:40.0625em){.govuk-inset-text[_ngcontent-%COMP%]{margin-top:30px}}.govuk-inset-text[_ngcontent-%COMP%]{margin-bottom:20px}@media(min-width:40.0625em){.govuk-inset-text[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-inset-text[_ngcontent-%COMP%]{clear:both;border-left:10px solid #b1b4b6}.govuk-inset-text[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:first-child{margin-top:0}.govuk-inset-text[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:only-child, .govuk-inset-text[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-notification-banner[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-notification-banner[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-notification-banner[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-notification-banner[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-notification-banner[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-notification-banner[_ngcontent-%COMP%]{margin-bottom:30px}@media(min-width:40.0625em){.govuk-notification-banner[_ngcontent-%COMP%]{margin-bottom:50px}}.govuk-notification-banner[_ngcontent-%COMP%]{border:5px solid #1d70b8;background-color:#1d70b8}.govuk-notification-banner[_ngcontent-%COMP%]:focus{outline:3px solid #ffdd00}.govuk-notification-banner__header[_ngcontent-%COMP%]{padding:2px 15px 5px;border-bottom:1px solid transparent}@media(min-width:40.0625em){.govuk-notification-banner__header[_ngcontent-%COMP%]{padding:2px 20px 5px}}.govuk-notification-banner__title[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-notification-banner__title[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-notification-banner__title[_ngcontent-%COMP%]{font-weight:700;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-notification-banner__title[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-notification-banner__title[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-notification-banner__title[_ngcontent-%COMP%]{margin:0;padding:0;color:#fff}.govuk-notification-banner__content[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-notification-banner__content[_ngcontent-%COMP%]{color:#000}}.govuk-notification-banner__content[_ngcontent-%COMP%]{padding:15px;background-color:#fff}@media(min-width:40.0625em){.govuk-notification-banner__content[_ngcontent-%COMP%]{padding:20px}}.govuk-notification-banner__content[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{box-sizing:border-box;max-width:605px}.govuk-notification-banner__content[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-notification-banner__heading[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-notification-banner__heading[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-notification-banner__heading[_ngcontent-%COMP%]{font-weight:700;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-notification-banner__heading[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-notification-banner__heading[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-notification-banner__heading[_ngcontent-%COMP%]{margin:0 0 15px;padding:0}.govuk-notification-banner__link[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-notification-banner__link[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-notification-banner__link[_ngcontent-%COMP%]{text-decoration:underline}.govuk-notification-banner__link[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-notification-banner__link[_ngcontent-%COMP%]:link, .govuk-notification-banner__link[_ngcontent-%COMP%]:visited{color:#1d70b8}.govuk-notification-banner__link[_ngcontent-%COMP%]:hover{color:#003078}.govuk-notification-banner__link[_ngcontent-%COMP%]:active{color:#0b0c0c}.govuk-notification-banner__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-notification-banner--success[_ngcontent-%COMP%]{border-color:#00703c;background-color:#00703c}.govuk-notification-banner--success[_ngcontent-%COMP%] .govuk-notification-banner__link[_ngcontent-%COMP%]:link, .govuk-notification-banner--success[_ngcontent-%COMP%] .govuk-notification-banner__link[_ngcontent-%COMP%]:visited{color:#00703c}.govuk-notification-banner--success[_ngcontent-%COMP%] .govuk-notification-banner__link[_ngcontent-%COMP%]:hover{color:#004e2a}.govuk-notification-banner--success[_ngcontent-%COMP%] .govuk-notification-banner__link[_ngcontent-%COMP%]:active{color:#00703c}.govuk-notification-banner--success[_ngcontent-%COMP%] .govuk-notification-banner__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-pagination[_ngcontent-%COMP%]{margin-bottom:20px}@media(min-width:40.0625em){.govuk-pagination[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-pagination[_ngcontent-%COMP%]{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width:40.0625em){.govuk-pagination[_ngcontent-%COMP%]{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start}}.govuk-pagination__list[_ngcontent-%COMP%]{margin:0;padding:0;list-style:none}.govuk-pagination__item[_ngcontent-%COMP%], .govuk-pagination__next[_ngcontent-%COMP%], .govuk-pagination__prev[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-pagination__item[_ngcontent-%COMP%], .govuk-pagination__next[_ngcontent-%COMP%], .govuk-pagination__prev[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-pagination__item[_ngcontent-%COMP%], .govuk-pagination__next[_ngcontent-%COMP%], .govuk-pagination__prev[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-pagination__item[_ngcontent-%COMP%], .govuk-pagination__next[_ngcontent-%COMP%], .govuk-pagination__prev[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-pagination__item[_ngcontent-%COMP%], .govuk-pagination__next[_ngcontent-%COMP%], .govuk-pagination__prev[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-pagination__item[_ngcontent-%COMP%], .govuk-pagination__next[_ngcontent-%COMP%], .govuk-pagination__prev[_ngcontent-%COMP%]{box-sizing:border-box;position:relative;min-width:45px;min-height:45px;padding:10px 15px;float:left}.govuk-pagination__item[_ngcontent-%COMP%]:hover, .govuk-pagination__next[_ngcontent-%COMP%]:hover, .govuk-pagination__prev[_ngcontent-%COMP%]:hover{background-color:#f3f2f1}.govuk-pagination__item[_ngcontent-%COMP%]{display:none;text-align:center}@media(min-width:40.0625em){.govuk-pagination__item[_ngcontent-%COMP%]{display:block}}.govuk-pagination__prev[_ngcontent-%COMP%], .govuk-pagination__next[_ngcontent-%COMP%]{font-weight:700}.govuk-pagination__prev[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%], .govuk-pagination__next[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.govuk-pagination__prev[_ngcontent-%COMP%]{padding-left:0}.govuk-pagination__next[_ngcontent-%COMP%]{padding-right:0}.govuk-pagination__item--current[_ngcontent-%COMP%], .govuk-pagination__item--ellipses[_ngcontent-%COMP%], .govuk-pagination__item[_ngcontent-%COMP%]:first-child, .govuk-pagination__item[_ngcontent-%COMP%]:last-child{display:block}.govuk-pagination__item--current[_ngcontent-%COMP%]{font-weight:700;outline:1px solid transparent;background-color:#1d70b8}.govuk-pagination__item--current[_ngcontent-%COMP%]:hover{background-color:#1d70b8}.govuk-pagination__item--current[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]:link, .govuk-pagination__item--current[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]:visited{color:#fff}.govuk-pagination__item--current[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]:hover, .govuk-pagination__item--current[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]:active{color:#fffffffc}.govuk-pagination__item--current[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-pagination__item--ellipses[_ngcontent-%COMP%]{font-weight:700;color:#505a5f}.govuk-pagination__item--ellipses[_ngcontent-%COMP%]:hover{background-color:transparent}.govuk-pagination__link[_ngcontent-%COMP%]{display:block;min-width:15px}@media screen{.govuk-pagination__link[_ngcontent-%COMP%]:after{content:\"\";position:absolute;inset:0}}.govuk-pagination__link[_ngcontent-%COMP%]:hover .govuk-pagination__link-title--decorated[_ngcontent-%COMP%], .govuk-pagination__link[_ngcontent-%COMP%]:active .govuk-pagination__link-title--decorated[_ngcontent-%COMP%]{text-decoration:underline}.govuk-pagination__link[_ngcontent-%COMP%]:focus .govuk-pagination__icon[_ngcontent-%COMP%]{color:#0b0c0c}.govuk-pagination__link[_ngcontent-%COMP%]:focus .govuk-pagination__link-label[_ngcontent-%COMP%]{text-decoration:none}.govuk-pagination__link[_ngcontent-%COMP%]:focus .govuk-pagination__link-title--decorated[_ngcontent-%COMP%]{text-decoration:none}.govuk-pagination__link-label[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-pagination__link-label[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-pagination__link-label[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-pagination__link-label[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-pagination__link-label[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-pagination__link-label[_ngcontent-%COMP%]{text-decoration:underline;display:inline-block;padding-left:30px}.govuk-pagination__icon[_ngcontent-%COMP%]{width:.9375rem;height:.8125rem;color:#505a5f;fill:currentcolor;forced-color-adjust:auto}.govuk-pagination__icon--prev[_ngcontent-%COMP%]{margin-right:15px}.govuk-pagination__icon--next[_ngcontent-%COMP%]{margin-left:15px}.govuk-pagination--block[_ngcontent-%COMP%]{display:block}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__item[_ngcontent-%COMP%]{padding:15px;float:none}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__next[_ngcontent-%COMP%], .govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__prev[_ngcontent-%COMP%]{padding-left:0;float:none}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__next[_ngcontent-%COMP%]{padding-right:15px}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__next[_ngcontent-%COMP%] .govuk-pagination__icon[_ngcontent-%COMP%]{margin-left:0}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__prev[_ngcontent-%COMP%] + .govuk-pagination__next[_ngcontent-%COMP%]{border-top:1px solid #b1b4b6}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%], .govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__link-title[_ngcontent-%COMP%]{display:inline}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__link-title[_ngcontent-%COMP%]:after{content:\"\";display:block}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]{text-align:left}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]:focus .govuk-pagination__link-label[_ngcontent-%COMP%]{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]:not(:focus){text-decoration:none}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__icon[_ngcontent-%COMP%]{margin-right:10px}.govuk-panel[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-panel[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-panel[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-panel[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-panel[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-panel[_ngcontent-%COMP%]{box-sizing:border-box;margin-bottom:15px;padding:35px;border:5px solid transparent;text-align:center}@media(max-width:40.0525em){.govuk-panel[_ngcontent-%COMP%]{padding:10px;overflow-wrap:break-word;word-wrap:break-word}}.govuk-panel--confirmation[_ngcontent-%COMP%]{color:#fff;background:#00703c}@media print{.govuk-panel--confirmation[_ngcontent-%COMP%]{border-color:currentcolor;color:#000;background:none}}.govuk-panel__title[_ngcontent-%COMP%]{margin-top:0;margin-bottom:30px;font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-panel__title[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-panel__title[_ngcontent-%COMP%]{font-weight:700;font-size:32px;font-size:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-panel__title[_ngcontent-%COMP%]{font-size:48px;font-size:3rem;line-height:1.0416666667}}@media print{.govuk-panel__title[_ngcontent-%COMP%]{font-size:32pt;line-height:1.15}}.govuk-panel__title[_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-panel__body[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-panel__body[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-panel__body[_ngcontent-%COMP%]{font-weight:400;font-size:24px;font-size:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-panel__body[_ngcontent-%COMP%]{font-size:36px;font-size:2.25rem;line-height:1.1111111111}}@media print{.govuk-panel__body[_ngcontent-%COMP%]{font-size:24pt;line-height:1.05}}.govuk-tag[_ngcontent-%COMP%]{display:inline-block;outline:2px solid transparent;outline-offset:-2px;color:#fff;background-color:#1d70b8;letter-spacing:1px;text-decoration:none;text-transform:uppercase;font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-tag[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-tag[_ngcontent-%COMP%]{font-weight:700;font-size:14px;font-size:.875rem;line-height:1}@media(min-width:40.0625em){.govuk-tag[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1}}@media print{.govuk-tag[_ngcontent-%COMP%]{font-size:14pt;line-height:1}}.govuk-tag[_ngcontent-%COMP%]{padding:5px 8px 4px}.govuk-tag--grey[_ngcontent-%COMP%]{color:#383f43;background:#eeefef}.govuk-tag--purple[_ngcontent-%COMP%]{color:#3d2375;background:#dbd5e9}.govuk-tag--turquoise[_ngcontent-%COMP%]{color:#10403c;background:#bfe3e0}.govuk-tag--blue[_ngcontent-%COMP%]{color:#144e81;background:#d2e2f1}.govuk-tag--yellow[_ngcontent-%COMP%]{color:#594d00;background:#fff7bf}.govuk-tag--orange[_ngcontent-%COMP%]{color:#6e3619;background:#fcd6c3}.govuk-tag--red[_ngcontent-%COMP%]{color:#942514;background:#f6d7d2}.govuk-tag--pink[_ngcontent-%COMP%]{color:#80224d;background:#f7d7e6}.govuk-tag--green[_ngcontent-%COMP%]{color:#005a30;background:#cce2d8}.govuk-phase-banner[_ngcontent-%COMP%]{padding-top:10px;padding-bottom:10px;border-bottom:1px solid #b1b4b6}.govuk-phase-banner__content[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-phase-banner__content[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-phase-banner__content[_ngcontent-%COMP%]{font-weight:400;font-size:14px;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-phase-banner__content[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}}@media print{.govuk-phase-banner__content[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-phase-banner__content[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-phase-banner__content[_ngcontent-%COMP%]{color:#000}}.govuk-phase-banner__content[_ngcontent-%COMP%]{display:table;margin:0}.govuk-phase-banner__content__tag[_ngcontent-%COMP%]{margin-right:10px}.govuk-phase-banner__text[_ngcontent-%COMP%]{display:table-cell;vertical-align:middle}.govuk-tabs[_ngcontent-%COMP%]{margin-top:5px;margin-bottom:20px}@media(min-width:40.0625em){.govuk-tabs[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-tabs__title[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-tabs__title[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-tabs__title[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-tabs__title[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-tabs__title[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-tabs__title[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-tabs__title[_ngcontent-%COMP%]{color:#000}}.govuk-tabs__title[_ngcontent-%COMP%]{margin-bottom:10px}.govuk-tabs__list[_ngcontent-%COMP%]{margin:0 0 20px;padding:0;list-style:none}@media(min-width:40.0625em){.govuk-tabs__list[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-tabs__list-item[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-tabs__list-item[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-tabs__list-item[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-tabs__list-item[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-tabs__list-item[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-tabs__list-item[_ngcontent-%COMP%]{margin-left:25px}.govuk-tabs__list-item[_ngcontent-%COMP%]:before{color:#0b0c0c}@media print{.govuk-tabs__list-item[_ngcontent-%COMP%]:before{color:#000}}.govuk-tabs__list-item[_ngcontent-%COMP%]:before{content:\"\\2014\";margin-left:-25px;padding-right:5px}.govuk-tabs__tab[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-tabs__tab[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-tabs__tab[_ngcontent-%COMP%]{text-decoration:underline}.govuk-tabs__tab[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-tabs__tab[_ngcontent-%COMP%]:link{color:#1d70b8}.govuk-tabs__tab[_ngcontent-%COMP%]:visited{color:#4c2c92}.govuk-tabs__tab[_ngcontent-%COMP%]:hover{color:#003078}.govuk-tabs__tab[_ngcontent-%COMP%]:active{color:#0b0c0c}.govuk-tabs__tab[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-tabs__tab[_ngcontent-%COMP%]{display:inline-block;margin-bottom:10px}.govuk-tabs__panel[_ngcontent-%COMP%]{margin-bottom:30px}@media(min-width:40.0625em){.govuk-tabs__panel[_ngcontent-%COMP%]{margin-bottom:50px}}@media(min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-tabs__list[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__list[_ngcontent-%COMP%]{margin-bottom:0;border-bottom:1px solid #b1b4b6}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__title[_ngcontent-%COMP%]{display:none}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__list-item[_ngcontent-%COMP%]{position:relative;margin-right:5px;margin-bottom:0;margin-left:0;padding:10px 20px;float:left;background-color:#f3f2f1;text-align:center}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__list-item[_ngcontent-%COMP%]:before{content:none}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__list-item--selected[_ngcontent-%COMP%]{position:relative;margin-top:-5px;margin-bottom:-1px;padding:14px 19px 16px;border:1px solid #b1b4b6;border-bottom:0;background-color:#fff}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__list-item--selected[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]{text-decoration:none}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:link, .js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:visited{color:#0b0c0c}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]{margin-bottom:0}}@media print and (min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:link, .js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:visited{color:#000}}@media(min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:hover{color:#0b0c0cfc}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:active, .js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:focus{color:#0b0c0c}}@media print and (min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:active, .js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:focus{color:#000}}@media(min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:after{content:\"\";position:absolute;inset:0}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__panel[_ngcontent-%COMP%]{margin-bottom:0;padding:30px 20px;border:1px solid #b1b4b6;border-top:0}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__panel[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__panel--hidden[_ngcontent-%COMP%]{display:none}}.govuk-radios__item[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-radios__item[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-radios__item[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-radios__item[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-radios__item[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-radios__item[_ngcontent-%COMP%]{display:block;position:relative;min-height:40px;margin-bottom:10px;padding-left:40px;clear:left}.govuk-radios__item[_ngcontent-%COMP%]:last-child, .govuk-radios__item[_ngcontent-%COMP%]:last-of-type{margin-bottom:0}.govuk-radios__input[_ngcontent-%COMP%]{cursor:pointer;position:absolute;z-index:1;top:-2px;left:-2px;width:44px;height:44px;margin:0;opacity:0}.govuk-radios__label[_ngcontent-%COMP%]{display:inline-block;margin-bottom:0;padding:8px 15px 5px;cursor:pointer;-ms-touch-action:manipulation;touch-action:manipulation}.govuk-radios__label[_ngcontent-%COMP%]:before{content:\"\";box-sizing:border-box;position:absolute;top:0;left:0;width:40px;height:40px;border:2px solid currentcolor;border-radius:50%;background:transparent}.govuk-radios__label[_ngcontent-%COMP%]:after{content:\"\";position:absolute;top:10px;left:10px;width:0;height:0;border:10px solid currentcolor;border-radius:50%;opacity:0;background:currentcolor}.govuk-radios__hint[_ngcontent-%COMP%]{display:block;padding-right:15px;padding-left:15px}.govuk-radios__input[_ngcontent-%COMP%]:focus + .govuk-radios__label[_ngcontent-%COMP%]:before{border-width:4px;outline:3px solid transparent;outline-offset:1px}@media screen and (forced-colors:active),(-ms-high-contrast:active){.govuk-radios__input[_ngcontent-%COMP%]:focus + .govuk-radios__label[_ngcontent-%COMP%]:before{outline-color:Highlight}}.govuk-radios__input[_ngcontent-%COMP%]:focus + .govuk-radios__label[_ngcontent-%COMP%]:before{box-shadow:0 0 0 4px #fd0}.govuk-radios__input[_ngcontent-%COMP%]:checked + .govuk-radios__label[_ngcontent-%COMP%]:after{opacity:1}.govuk-radios__input[_ngcontent-%COMP%]:disabled, .govuk-radios__input[_ngcontent-%COMP%]:disabled + .govuk-radios__label[_ngcontent-%COMP%]{cursor:not-allowed}.govuk-radios__input[_ngcontent-%COMP%]:disabled + .govuk-radios__label[_ngcontent-%COMP%], .govuk-radios__input[_ngcontent-%COMP%]:disabled ~ .govuk-hint[_ngcontent-%COMP%]{opacity:.5}@media(min-width:40.0625em){.govuk-radios--inline[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-radios--inline[_ngcontent-%COMP%] .govuk-radios__item[_ngcontent-%COMP%]{margin-right:20px;float:left;clear:none}}.govuk-radios__divider[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-radios__divider[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-radios__divider[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-radios__divider[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-radios__divider[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-radios__divider[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-radios__divider[_ngcontent-%COMP%]{color:#000}}.govuk-radios__divider[_ngcontent-%COMP%]{width:40px;margin-bottom:10px;text-align:center}.govuk-radios__conditional[_ngcontent-%COMP%]{margin-bottom:15px}@media(min-width:40.0625em){.govuk-radios__conditional[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-radios__conditional[_ngcontent-%COMP%]{margin-left:18px;padding-left:33px;border-left:4px solid #b1b4b6}.js-enabled[_ngcontent-%COMP%] .govuk-radios__conditional--hidden[_ngcontent-%COMP%]{display:none}.govuk-radios__conditional[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__item[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__item[_ngcontent-%COMP%]{min-height:0;margin-bottom:0;padding-left:34px;float:left}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__input[_ngcontent-%COMP%]{left:-10px}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__label[_ngcontent-%COMP%]{margin-top:-2px;padding:13px 15px 13px 1px;float:left}@media(min-width:40.0625em){.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__label[_ngcontent-%COMP%]{padding:11px 15px 10px 1px}}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__label[_ngcontent-%COMP%]:before{top:8px;width:24px;height:24px}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__label[_ngcontent-%COMP%]:after{top:15px;left:7px;border-width:5px}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__hint[_ngcontent-%COMP%]{padding:0;clear:both;pointer-events:none}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__conditional[_ngcontent-%COMP%]{margin-left:10px;padding-left:20px;clear:both}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__divider[_ngcontent-%COMP%]{width:24px;margin-bottom:5px}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__item[_ngcontent-%COMP%]:hover .govuk-radios__input[_ngcontent-%COMP%]:not(:disabled) + .govuk-radios__label[_ngcontent-%COMP%]:before{box-shadow:0 0 0 10px #b1b4b6}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__item[_ngcontent-%COMP%]:hover .govuk-radios__input[_ngcontent-%COMP%]:focus + .govuk-radios__label[_ngcontent-%COMP%]:before{box-shadow:0 0 0 4px #fd0,0 0 0 10px #b1b4b6}@media(hover:none),(pointer:coarse){.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__item[_ngcontent-%COMP%]:hover .govuk-radios__input[_ngcontent-%COMP%]:not(:disabled) + .govuk-radios__label[_ngcontent-%COMP%]:before{box-shadow:initial}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__item[_ngcontent-%COMP%]:hover .govuk-radios__input[_ngcontent-%COMP%]:focus + .govuk-radios__label[_ngcontent-%COMP%]:before{box-shadow:0 0 0 4px #fd0}}.govuk-select[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-select[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-select[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-select[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.25}}@media print{.govuk-select[_ngcontent-%COMP%]{font-size:14pt;line-height:1.25}}.govuk-select[_ngcontent-%COMP%]{box-sizing:border-box;min-width:11.5em;max-width:100%;height:40px;height:2.5rem;padding:5px;border:2px solid #0b0c0c;color:#0b0c0c;background-color:#fff}.govuk-select[_ngcontent-%COMP%]:focus{outline:3px solid #ffdd00;outline-offset:0;box-shadow:inset 0 0 0 2px}.govuk-select[_ngcontent-%COMP%]:disabled{opacity:.5;color:inherit;cursor:not-allowed}.govuk-select[_ngcontent-%COMP%] option[_ngcontent-%COMP%]:active, .govuk-select[_ngcontent-%COMP%] option[_ngcontent-%COMP%]:checked, .govuk-select[_ngcontent-%COMP%]:focus::-ms-value{color:#fff;background-color:#1d70b8}.govuk-select--error[_ngcontent-%COMP%]{border-color:#d4351c}.govuk-select--error[_ngcontent-%COMP%]:focus{border-color:#0b0c0c}.govuk-skip-link[_ngcontent-%COMP%]{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important}.govuk-skip-link[_ngcontent-%COMP%]:active, .govuk-skip-link[_ngcontent-%COMP%]:focus{position:static!important;width:auto!important;height:auto!important;margin:inherit!important;overflow:visible!important;clip:auto!important;-webkit-clip-path:none!important;clip-path:none!important;white-space:inherit!important}.govuk-skip-link[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-skip-link[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-skip-link[_ngcontent-%COMP%]{text-decoration:underline}.govuk-skip-link[_ngcontent-%COMP%]:link, .govuk-skip-link[_ngcontent-%COMP%]:visited{color:#0b0c0c}@media print{.govuk-skip-link[_ngcontent-%COMP%]:link, .govuk-skip-link[_ngcontent-%COMP%]:visited{color:#000}}.govuk-skip-link[_ngcontent-%COMP%]:hover{color:#0b0c0cfc}.govuk-skip-link[_ngcontent-%COMP%]:active, .govuk-skip-link[_ngcontent-%COMP%]:focus{color:#0b0c0c}@media print{.govuk-skip-link[_ngcontent-%COMP%]:active, .govuk-skip-link[_ngcontent-%COMP%]:focus{color:#000}}.govuk-skip-link[_ngcontent-%COMP%]{font-size:14px;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-skip-link[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}}@media print{.govuk-skip-link[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-skip-link[_ngcontent-%COMP%]{display:block;padding:10px 15px}@supports (padding: max(0px)){.govuk-skip-link[_ngcontent-%COMP%]{padding-right:max(15px,calc(15px + env(safe-area-inset-right)));padding-left:max(15px,calc(15px + env(safe-area-inset-left)))}}.govuk-skip-link[_ngcontent-%COMP%]:focus{outline:3px solid #ffdd00;outline-offset:0;background-color:#fd0}.govuk-skip-link-focused-element[_ngcontent-%COMP%]:focus{outline:none}.govuk-summary-list[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-summary-list[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-summary-list[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-summary-list[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-summary-list[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-summary-list[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-summary-list[_ngcontent-%COMP%]{color:#000}}@media(min-width:40.0625em){.govuk-summary-list[_ngcontent-%COMP%]{display:table;width:100%;table-layout:fixed;border-collapse:collapse}}.govuk-summary-list[_ngcontent-%COMP%]{margin:0 0 20px}@media(min-width:40.0625em){.govuk-summary-list[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-summary-list__row[_ngcontent-%COMP%]{border-bottom:1px solid #b1b4b6}@media(max-width:40.0525em){.govuk-summary-list__row[_ngcontent-%COMP%]{margin-bottom:15px}}@media(min-width:40.0625em){.govuk-summary-list__row[_ngcontent-%COMP%]{display:table-row}}.govuk-summary-list__row[_ngcontent-%COMP%]:not(.govuk-summary-list__row--no-actions) > [_ngcontent-%COMP%]:last-child{padding-right:0}@media(min-width:40.0625em){.govuk-summary-list__row--no-actions[_ngcontent-%COMP%]:after{content:\"\";display:table-cell;width:20%}}.govuk-summary-list__key[_ngcontent-%COMP%], .govuk-summary-list__value[_ngcontent-%COMP%], .govuk-summary-list__actions[_ngcontent-%COMP%]{margin:0}@media(min-width:40.0625em){.govuk-summary-list__key[_ngcontent-%COMP%], .govuk-summary-list__value[_ngcontent-%COMP%], .govuk-summary-list__actions[_ngcontent-%COMP%]{display:table-cell;padding-top:10px;padding-right:20px;padding-bottom:10px}}.govuk-summary-list__actions[_ngcontent-%COMP%]{margin-bottom:15px}@media(min-width:40.0625em){.govuk-summary-list__actions[_ngcontent-%COMP%]{width:20%;padding-right:0;text-align:right}}.govuk-summary-list__key[_ngcontent-%COMP%], .govuk-summary-list__value[_ngcontent-%COMP%]{word-wrap:break-word;overflow-wrap:break-word}.govuk-summary-list__key[_ngcontent-%COMP%]{margin-bottom:5px;font-weight:700}@media(min-width:40.0625em){.govuk-summary-list__key[_ngcontent-%COMP%]{width:30%}}@media(max-width:40.0525em){.govuk-summary-list__value[_ngcontent-%COMP%]{margin-bottom:15px}}.govuk-summary-list__value[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-bottom:10px}.govuk-summary-list__value[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-summary-list__actions-list[_ngcontent-%COMP%]{width:100%;margin:0;padding:0}.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]{display:inline-block}@media(max-width:40.0525em){.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]{margin-right:10px;padding-right:10px}.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]:not(:last-child){border-right:1px solid #b1b4b6}.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]:last-child{margin-right:0;padding-right:0;border:0}}@media(min-width:40.0625em){.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]{margin-left:10px;padding-left:10px}.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]:not(:first-child){border-left:1px solid #b1b4b6}.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]:first-child{margin-left:0;padding-left:0;border:0}}.govuk-summary-list--no-border[_ngcontent-%COMP%] .govuk-summary-list__row[_ngcontent-%COMP%]{border:0}@media(min-width:40.0625em){.govuk-summary-list--no-border[_ngcontent-%COMP%] .govuk-summary-list__key[_ngcontent-%COMP%], .govuk-summary-list--no-border[_ngcontent-%COMP%] .govuk-summary-list__value[_ngcontent-%COMP%], .govuk-summary-list--no-border[_ngcontent-%COMP%] .govuk-summary-list__actions[_ngcontent-%COMP%]{padding-bottom:11px}}.govuk-summary-list__row--no-border[_ngcontent-%COMP%]{border:0}@media(min-width:40.0625em){.govuk-summary-list__row--no-border[_ngcontent-%COMP%] .govuk-summary-list__key[_ngcontent-%COMP%], .govuk-summary-list__row--no-border[_ngcontent-%COMP%] .govuk-summary-list__value[_ngcontent-%COMP%], .govuk-summary-list__row--no-border[_ngcontent-%COMP%] .govuk-summary-list__actions[_ngcontent-%COMP%]{padding-bottom:11px}}.govuk-summary-card[_ngcontent-%COMP%]{margin-bottom:20px}@media(min-width:40.0625em){.govuk-summary-card[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-summary-card[_ngcontent-%COMP%]{border:1px solid #b1b4b6}.govuk-summary-card__title-wrapper[_ngcontent-%COMP%]{padding:15px;border-bottom:1px solid transparent;background-color:#f3f2f1}@media(min-width:40.0625em){.govuk-summary-card__title-wrapper[_ngcontent-%COMP%]{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:15px 20px}}.govuk-summary-card__title[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-summary-card__title[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-summary-card__title[_ngcontent-%COMP%]{font-weight:700;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-summary-card__title[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-summary-card__title[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-summary-card__title[_ngcontent-%COMP%]{margin:5px 20px 10px 0}@media(min-width:40.0625em){.govuk-summary-card__title[_ngcontent-%COMP%]{margin-bottom:5px}}.govuk-summary-card__actions[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-summary-card__actions[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-summary-card__actions[_ngcontent-%COMP%]{font-weight:700;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-summary-card__actions[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-summary-card__actions[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-summary-card__actions[_ngcontent-%COMP%]{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:10px;margin:5px 0;padding:0;list-style:none}@media(min-width:40.0625em){.govuk-summary-card__actions[_ngcontent-%COMP%]{-ms-flex-pack:right;justify-content:right;text-align:right}}.govuk-summary-card__action[_ngcontent-%COMP%]{display:inline;margin:0 10px 0 0;padding-right:10px;border-right:1px solid #b1b4b6}@media(min-width:40.0625em){.govuk-summary-card__action[_ngcontent-%COMP%]{margin-right:0}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.govuk-summary-card__action[_ngcontent-%COMP%]{margin-bottom:5px}}.govuk-summary-card__action[_ngcontent-%COMP%]:last-child{margin:0;padding-right:0;border-right:none}@media(min-width:40.0625em){.govuk-summary-card__action[_ngcontent-%COMP%]:last-child{padding-left:10px}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.govuk-summary-card__action[_ngcontent-%COMP%]:last-child{margin-bottom:0}}.govuk-summary-card__content[_ngcontent-%COMP%]{padding:15px 15px 0}@media(min-width:40.0625em){.govuk-summary-card__content[_ngcontent-%COMP%]{padding:15px 20px}}.govuk-summary-card__content[_ngcontent-%COMP%] .govuk-summary-list[_ngcontent-%COMP%]{margin-bottom:0}.govuk-summary-card__content[_ngcontent-%COMP%] .govuk-summary-list__row[_ngcontent-%COMP%]:last-of-type{margin-bottom:0;border-bottom:none}.govuk-table[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-table[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-table[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-table[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-table[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-table[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-table[_ngcontent-%COMP%]{color:#000}}.govuk-table[_ngcontent-%COMP%]{width:100%;margin-bottom:20px}@media(min-width:40.0625em){.govuk-table[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-table[_ngcontent-%COMP%]{border-spacing:0;border-collapse:collapse}.govuk-table__header[_ngcontent-%COMP%]{font-weight:700}.govuk-table__header[_ngcontent-%COMP%], .govuk-table__cell[_ngcontent-%COMP%]{padding:10px 20px 10px 0;border-bottom:1px solid #b1b4b6;text-align:left;vertical-align:top}.govuk-table__cell--numeric[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-table__cell--numeric[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-table__cell--numeric[_ngcontent-%COMP%]{font-feature-settings:\"tnum\" 1}@supports (font-variant-numeric: tabular-nums){.govuk-table__cell--numeric[_ngcontent-%COMP%]{font-feature-settings:normal;font-variant-numeric:tabular-nums}}.govuk-table__cell--numeric[_ngcontent-%COMP%]{font-weight:400}.govuk-table__header--numeric[_ngcontent-%COMP%], .govuk-table__cell--numeric[_ngcontent-%COMP%]{text-align:right}.govuk-table__header[_ngcontent-%COMP%]:last-child, .govuk-table__cell[_ngcontent-%COMP%]:last-child{padding-right:0}.govuk-table__caption[_ngcontent-%COMP%]{font-weight:700;display:table-caption;text-align:left}.govuk-table__caption--xl[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-table__caption--xl[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-table__caption--xl[_ngcontent-%COMP%]{font-weight:700;font-size:32px;font-size:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-table__caption--xl[_ngcontent-%COMP%]{font-size:48px;font-size:3rem;line-height:1.0416666667}}@media print{.govuk-table__caption--xl[_ngcontent-%COMP%]{font-size:32pt;line-height:1.15}}.govuk-table__caption--xl[_ngcontent-%COMP%]{margin-bottom:15px}.govuk-table__caption--l[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-table__caption--l[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-table__caption--l[_ngcontent-%COMP%]{font-weight:700;font-size:24px;font-size:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-table__caption--l[_ngcontent-%COMP%]{font-size:36px;font-size:2.25rem;line-height:1.1111111111}}@media print{.govuk-table__caption--l[_ngcontent-%COMP%]{font-size:24pt;line-height:1.05}}.govuk-table__caption--l[_ngcontent-%COMP%]{margin-bottom:15px}.govuk-table__caption--m[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-table__caption--m[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-table__caption--m[_ngcontent-%COMP%]{font-weight:700;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-table__caption--m[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-table__caption--m[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-table__caption--m[_ngcontent-%COMP%]{margin-bottom:15px}.govuk-table__caption--s[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-table__caption--s[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-table__caption--s[_ngcontent-%COMP%]{font-weight:700;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-table__caption--s[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-table__caption--s[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-warning-text[_ngcontent-%COMP%]{position:relative;margin-bottom:20px}@media(min-width:40.0625em){.govuk-warning-text[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-warning-text[_ngcontent-%COMP%]{padding:10px 0}.govuk-warning-text__assistive[_ngcontent-%COMP%]{position:absolute!important}.govuk-warning-text__assistive[_ngcontent-%COMP%]:before{content:\"\\a0\"}.govuk-warning-text__assistive[_ngcontent-%COMP%]:after{content:\"\\a0\"}.govuk-warning-text__assistive[_ngcontent-%COMP%]{width:1px!important;height:1px!important;margin:0!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;border:0!important;white-space:nowrap!important}.govuk-warning-text__icon[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-warning-text__icon[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-warning-text__icon[_ngcontent-%COMP%]{font-weight:700;box-sizing:border-box;display:inline-block;position:absolute;left:0;min-width:35px;min-height:35px;margin-top:-7px}@media(min-width:40.0625em){.govuk-warning-text__icon[_ngcontent-%COMP%]{margin-top:-5px}}.govuk-warning-text__icon[_ngcontent-%COMP%]{border:3px solid #0b0c0c;border-radius:50%;color:#fff;background:#0b0c0c;font-size:30px;line-height:29px;text-align:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;forced-color-adjust:none}@media screen and (forced-colors:active){.govuk-warning-text__icon[_ngcontent-%COMP%]{border-color:windowText;color:windowText;background:transparent}}.govuk-warning-text__text[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-warning-text__text[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-warning-text__text[_ngcontent-%COMP%]{font-weight:700;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-warning-text__text[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-warning-text__text[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-warning-text__text[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-warning-text__text[_ngcontent-%COMP%]{color:#000}}.govuk-warning-text__text[_ngcontent-%COMP%]{display:block;padding-left:45px}.govuk-clearfix[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-visually-hidden[_ngcontent-%COMP%]{position:absolute!important}.govuk-visually-hidden[_ngcontent-%COMP%]:before{content:\"\\a0\"}.govuk-visually-hidden[_ngcontent-%COMP%]:after{content:\"\\a0\"}.govuk-visually-hidden[_ngcontent-%COMP%]{width:1px!important;height:1px!important;margin:0!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;border:0!important;white-space:nowrap!important}.govuk-visually-hidden-focusable[_ngcontent-%COMP%]{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important}.govuk-visually-hidden-focusable[_ngcontent-%COMP%]:active, .govuk-visually-hidden-focusable[_ngcontent-%COMP%]:focus{position:static!important;width:auto!important;height:auto!important;margin:inherit!important;overflow:visible!important;clip:auto!important;-webkit-clip-path:none!important;clip-path:none!important;white-space:inherit!important}.govuk-\\!-display-inline[_ngcontent-%COMP%]{display:inline!important}.govuk-\\!-display-inline-block[_ngcontent-%COMP%]{display:inline-block!important}.govuk-\\!-display-block[_ngcontent-%COMP%]{display:block!important}.govuk-\\!-display-none[_ngcontent-%COMP%]{display:none!important}@media print{.govuk-\\!-display-none-print[_ngcontent-%COMP%]{display:none!important}}.govuk-\\!-margin-0[_ngcontent-%COMP%]{margin:0!important}.govuk-\\!-margin-top-0[_ngcontent-%COMP%]{margin-top:0!important}.govuk-\\!-margin-right-0[_ngcontent-%COMP%]{margin-right:0!important}.govuk-\\!-margin-bottom-0[_ngcontent-%COMP%]{margin-bottom:0!important}.govuk-\\!-margin-left-0[_ngcontent-%COMP%]{margin-left:0!important}.govuk-\\!-margin-1[_ngcontent-%COMP%]{margin:5px!important}.govuk-\\!-margin-top-1[_ngcontent-%COMP%]{margin-top:5px!important}.govuk-\\!-margin-right-1[_ngcontent-%COMP%]{margin-right:5px!important}.govuk-\\!-margin-bottom-1[_ngcontent-%COMP%]{margin-bottom:5px!important}.govuk-\\!-margin-left-1[_ngcontent-%COMP%]{margin-left:5px!important}.govuk-\\!-margin-2[_ngcontent-%COMP%]{margin:10px!important}.govuk-\\!-margin-top-2[_ngcontent-%COMP%]{margin-top:10px!important}.govuk-\\!-margin-right-2[_ngcontent-%COMP%]{margin-right:10px!important}.govuk-\\!-margin-bottom-2[_ngcontent-%COMP%]{margin-bottom:10px!important}.govuk-\\!-margin-left-2[_ngcontent-%COMP%]{margin-left:10px!important}.govuk-\\!-margin-3[_ngcontent-%COMP%]{margin:15px!important}.govuk-\\!-margin-top-3[_ngcontent-%COMP%]{margin-top:15px!important}.govuk-\\!-margin-right-3[_ngcontent-%COMP%]{margin-right:15px!important}.govuk-\\!-margin-bottom-3[_ngcontent-%COMP%]{margin-bottom:15px!important}.govuk-\\!-margin-left-3[_ngcontent-%COMP%]{margin-left:15px!important}.govuk-\\!-margin-4[_ngcontent-%COMP%]{margin:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-4[_ngcontent-%COMP%]{margin:20px!important}}.govuk-\\!-margin-top-4[_ngcontent-%COMP%]{margin-top:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-top-4[_ngcontent-%COMP%]{margin-top:20px!important}}.govuk-\\!-margin-right-4[_ngcontent-%COMP%]{margin-right:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-right-4[_ngcontent-%COMP%]{margin-right:20px!important}}.govuk-\\!-margin-bottom-4[_ngcontent-%COMP%]{margin-bottom:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-bottom-4[_ngcontent-%COMP%]{margin-bottom:20px!important}}.govuk-\\!-margin-left-4[_ngcontent-%COMP%]{margin-left:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-left-4[_ngcontent-%COMP%]{margin-left:20px!important}}.govuk-\\!-margin-5[_ngcontent-%COMP%]{margin:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-5[_ngcontent-%COMP%]{margin:25px!important}}.govuk-\\!-margin-top-5[_ngcontent-%COMP%]{margin-top:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-top-5[_ngcontent-%COMP%]{margin-top:25px!important}}.govuk-\\!-margin-right-5[_ngcontent-%COMP%]{margin-right:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-right-5[_ngcontent-%COMP%]{margin-right:25px!important}}.govuk-\\!-margin-bottom-5[_ngcontent-%COMP%]{margin-bottom:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-bottom-5[_ngcontent-%COMP%]{margin-bottom:25px!important}}.govuk-\\!-margin-left-5[_ngcontent-%COMP%]{margin-left:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-left-5[_ngcontent-%COMP%]{margin-left:25px!important}}.govuk-\\!-margin-6[_ngcontent-%COMP%]{margin:20px!important}@media(min-width:40.0625em){.govuk-\\!-margin-6[_ngcontent-%COMP%]{margin:30px!important}}.govuk-\\!-margin-top-6[_ngcontent-%COMP%]{margin-top:20px!important}@media(min-width:40.0625em){.govuk-\\!-margin-top-6[_ngcontent-%COMP%]{margin-top:30px!important}}.govuk-\\!-margin-right-6[_ngcontent-%COMP%]{margin-right:20px!important}@media(min-width:40.0625em){.govuk-\\!-margin-right-6[_ngcontent-%COMP%]{margin-right:30px!important}}.govuk-\\!-margin-bottom-6[_ngcontent-%COMP%]{margin-bottom:20px!important}@media(min-width:40.0625em){.govuk-\\!-margin-bottom-6[_ngcontent-%COMP%]{margin-bottom:30px!important}}.govuk-\\!-margin-left-6[_ngcontent-%COMP%]{margin-left:20px!important}@media(min-width:40.0625em){.govuk-\\!-margin-left-6[_ngcontent-%COMP%]{margin-left:30px!important}}.govuk-\\!-margin-7[_ngcontent-%COMP%]{margin:25px!important}@media(min-width:40.0625em){.govuk-\\!-margin-7[_ngcontent-%COMP%]{margin:40px!important}}.govuk-\\!-margin-top-7[_ngcontent-%COMP%]{margin-top:25px!important}@media(min-width:40.0625em){.govuk-\\!-margin-top-7[_ngcontent-%COMP%]{margin-top:40px!important}}.govuk-\\!-margin-right-7[_ngcontent-%COMP%]{margin-right:25px!important}@media(min-width:40.0625em){.govuk-\\!-margin-right-7[_ngcontent-%COMP%]{margin-right:40px!important}}.govuk-\\!-margin-bottom-7[_ngcontent-%COMP%]{margin-bottom:25px!important}@media(min-width:40.0625em){.govuk-\\!-margin-bottom-7[_ngcontent-%COMP%]{margin-bottom:40px!important}}.govuk-\\!-margin-left-7[_ngcontent-%COMP%]{margin-left:25px!important}@media(min-width:40.0625em){.govuk-\\!-margin-left-7[_ngcontent-%COMP%]{margin-left:40px!important}}.govuk-\\!-margin-8[_ngcontent-%COMP%]{margin:30px!important}@media(min-width:40.0625em){.govuk-\\!-margin-8[_ngcontent-%COMP%]{margin:50px!important}}.govuk-\\!-margin-top-8[_ngcontent-%COMP%]{margin-top:30px!important}@media(min-width:40.0625em){.govuk-\\!-margin-top-8[_ngcontent-%COMP%]{margin-top:50px!important}}.govuk-\\!-margin-right-8[_ngcontent-%COMP%]{margin-right:30px!important}@media(min-width:40.0625em){.govuk-\\!-margin-right-8[_ngcontent-%COMP%]{margin-right:50px!important}}.govuk-\\!-margin-bottom-8[_ngcontent-%COMP%]{margin-bottom:30px!important}@media(min-width:40.0625em){.govuk-\\!-margin-bottom-8[_ngcontent-%COMP%]{margin-bottom:50px!important}}.govuk-\\!-margin-left-8[_ngcontent-%COMP%]{margin-left:30px!important}@media(min-width:40.0625em){.govuk-\\!-margin-left-8[_ngcontent-%COMP%]{margin-left:50px!important}}.govuk-\\!-margin-9[_ngcontent-%COMP%]{margin:40px!important}@media(min-width:40.0625em){.govuk-\\!-margin-9[_ngcontent-%COMP%]{margin:60px!important}}.govuk-\\!-margin-top-9[_ngcontent-%COMP%]{margin-top:40px!important}@media(min-width:40.0625em){.govuk-\\!-margin-top-9[_ngcontent-%COMP%]{margin-top:60px!important}}.govuk-\\!-margin-right-9[_ngcontent-%COMP%]{margin-right:40px!important}@media(min-width:40.0625em){.govuk-\\!-margin-right-9[_ngcontent-%COMP%]{margin-right:60px!important}}.govuk-\\!-margin-bottom-9[_ngcontent-%COMP%]{margin-bottom:40px!important}@media(min-width:40.0625em){.govuk-\\!-margin-bottom-9[_ngcontent-%COMP%]{margin-bottom:60px!important}}.govuk-\\!-margin-left-9[_ngcontent-%COMP%]{margin-left:40px!important}@media(min-width:40.0625em){.govuk-\\!-margin-left-9[_ngcontent-%COMP%]{margin-left:60px!important}}.govuk-\\!-padding-0[_ngcontent-%COMP%]{padding:0!important}.govuk-\\!-padding-top-0[_ngcontent-%COMP%]{padding-top:0!important}.govuk-\\!-padding-right-0[_ngcontent-%COMP%]{padding-right:0!important}.govuk-\\!-padding-bottom-0[_ngcontent-%COMP%]{padding-bottom:0!important}.govuk-\\!-padding-left-0[_ngcontent-%COMP%]{padding-left:0!important}.govuk-\\!-padding-1[_ngcontent-%COMP%]{padding:5px!important}.govuk-\\!-padding-top-1[_ngcontent-%COMP%]{padding-top:5px!important}.govuk-\\!-padding-right-1[_ngcontent-%COMP%]{padding-right:5px!important}.govuk-\\!-padding-bottom-1[_ngcontent-%COMP%]{padding-bottom:5px!important}.govuk-\\!-padding-left-1[_ngcontent-%COMP%]{padding-left:5px!important}.govuk-\\!-padding-2[_ngcontent-%COMP%]{padding:10px!important}.govuk-\\!-padding-top-2[_ngcontent-%COMP%]{padding-top:10px!important}.govuk-\\!-padding-right-2[_ngcontent-%COMP%]{padding-right:10px!important}.govuk-\\!-padding-bottom-2[_ngcontent-%COMP%]{padding-bottom:10px!important}.govuk-\\!-padding-left-2[_ngcontent-%COMP%]{padding-left:10px!important}.govuk-\\!-padding-3[_ngcontent-%COMP%]{padding:15px!important}.govuk-\\!-padding-top-3[_ngcontent-%COMP%]{padding-top:15px!important}.govuk-\\!-padding-right-3[_ngcontent-%COMP%]{padding-right:15px!important}.govuk-\\!-padding-bottom-3[_ngcontent-%COMP%]{padding-bottom:15px!important}.govuk-\\!-padding-left-3[_ngcontent-%COMP%]{padding-left:15px!important}.govuk-\\!-padding-4[_ngcontent-%COMP%]{padding:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-4[_ngcontent-%COMP%]{padding:20px!important}}.govuk-\\!-padding-top-4[_ngcontent-%COMP%]{padding-top:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-top-4[_ngcontent-%COMP%]{padding-top:20px!important}}.govuk-\\!-padding-right-4[_ngcontent-%COMP%]{padding-right:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-right-4[_ngcontent-%COMP%]{padding-right:20px!important}}.govuk-\\!-padding-bottom-4[_ngcontent-%COMP%]{padding-bottom:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-bottom-4[_ngcontent-%COMP%]{padding-bottom:20px!important}}.govuk-\\!-padding-left-4[_ngcontent-%COMP%]{padding-left:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-left-4[_ngcontent-%COMP%]{padding-left:20px!important}}.govuk-\\!-padding-5[_ngcontent-%COMP%]{padding:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-5[_ngcontent-%COMP%]{padding:25px!important}}.govuk-\\!-padding-top-5[_ngcontent-%COMP%]{padding-top:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-top-5[_ngcontent-%COMP%]{padding-top:25px!important}}.govuk-\\!-padding-right-5[_ngcontent-%COMP%]{padding-right:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-right-5[_ngcontent-%COMP%]{padding-right:25px!important}}.govuk-\\!-padding-bottom-5[_ngcontent-%COMP%]{padding-bottom:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-bottom-5[_ngcontent-%COMP%]{padding-bottom:25px!important}}.govuk-\\!-padding-left-5[_ngcontent-%COMP%]{padding-left:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-left-5[_ngcontent-%COMP%]{padding-left:25px!important}}.govuk-\\!-padding-6[_ngcontent-%COMP%]{padding:20px!important}@media(min-width:40.0625em){.govuk-\\!-padding-6[_ngcontent-%COMP%]{padding:30px!important}}.govuk-\\!-padding-top-6[_ngcontent-%COMP%]{padding-top:20px!important}@media(min-width:40.0625em){.govuk-\\!-padding-top-6[_ngcontent-%COMP%]{padding-top:30px!important}}.govuk-\\!-padding-right-6[_ngcontent-%COMP%]{padding-right:20px!important}@media(min-width:40.0625em){.govuk-\\!-padding-right-6[_ngcontent-%COMP%]{padding-right:30px!important}}.govuk-\\!-padding-bottom-6[_ngcontent-%COMP%]{padding-bottom:20px!important}@media(min-width:40.0625em){.govuk-\\!-padding-bottom-6[_ngcontent-%COMP%]{padding-bottom:30px!important}}.govuk-\\!-padding-left-6[_ngcontent-%COMP%]{padding-left:20px!important}@media(min-width:40.0625em){.govuk-\\!-padding-left-6[_ngcontent-%COMP%]{padding-left:30px!important}}.govuk-\\!-padding-7[_ngcontent-%COMP%]{padding:25px!important}@media(min-width:40.0625em){.govuk-\\!-padding-7[_ngcontent-%COMP%]{padding:40px!important}}.govuk-\\!-padding-top-7[_ngcontent-%COMP%]{padding-top:25px!important}@media(min-width:40.0625em){.govuk-\\!-padding-top-7[_ngcontent-%COMP%]{padding-top:40px!important}}.govuk-\\!-padding-right-7[_ngcontent-%COMP%]{padding-right:25px!important}@media(min-width:40.0625em){.govuk-\\!-padding-right-7[_ngcontent-%COMP%]{padding-right:40px!important}}.govuk-\\!-padding-bottom-7[_ngcontent-%COMP%]{padding-bottom:25px!important}@media(min-width:40.0625em){.govuk-\\!-padding-bottom-7[_ngcontent-%COMP%]{padding-bottom:40px!important}}.govuk-\\!-padding-left-7[_ngcontent-%COMP%]{padding-left:25px!important}@media(min-width:40.0625em){.govuk-\\!-padding-left-7[_ngcontent-%COMP%]{padding-left:40px!important}}.govuk-\\!-padding-8[_ngcontent-%COMP%]{padding:30px!important}@media(min-width:40.0625em){.govuk-\\!-padding-8[_ngcontent-%COMP%]{padding:50px!important}}.govuk-\\!-padding-top-8[_ngcontent-%COMP%]{padding-top:30px!important}@media(min-width:40.0625em){.govuk-\\!-padding-top-8[_ngcontent-%COMP%]{padding-top:50px!important}}.govuk-\\!-padding-right-8[_ngcontent-%COMP%]{padding-right:30px!important}@media(min-width:40.0625em){.govuk-\\!-padding-right-8[_ngcontent-%COMP%]{padding-right:50px!important}}.govuk-\\!-padding-bottom-8[_ngcontent-%COMP%]{padding-bottom:30px!important}@media(min-width:40.0625em){.govuk-\\!-padding-bottom-8[_ngcontent-%COMP%]{padding-bottom:50px!important}}.govuk-\\!-padding-left-8[_ngcontent-%COMP%]{padding-left:30px!important}@media(min-width:40.0625em){.govuk-\\!-padding-left-8[_ngcontent-%COMP%]{padding-left:50px!important}}.govuk-\\!-padding-9[_ngcontent-%COMP%]{padding:40px!important}@media(min-width:40.0625em){.govuk-\\!-padding-9[_ngcontent-%COMP%]{padding:60px!important}}.govuk-\\!-padding-top-9[_ngcontent-%COMP%]{padding-top:40px!important}@media(min-width:40.0625em){.govuk-\\!-padding-top-9[_ngcontent-%COMP%]{padding-top:60px!important}}.govuk-\\!-padding-right-9[_ngcontent-%COMP%]{padding-right:40px!important}@media(min-width:40.0625em){.govuk-\\!-padding-right-9[_ngcontent-%COMP%]{padding-right:60px!important}}.govuk-\\!-padding-bottom-9[_ngcontent-%COMP%]{padding-bottom:40px!important}@media(min-width:40.0625em){.govuk-\\!-padding-bottom-9[_ngcontent-%COMP%]{padding-bottom:60px!important}}.govuk-\\!-padding-left-9[_ngcontent-%COMP%]{padding-left:40px!important}@media(min-width:40.0625em){.govuk-\\!-padding-left-9[_ngcontent-%COMP%]{padding-left:60px!important}}.govuk-\\!-margin-static-0[_ngcontent-%COMP%], .govuk-\\!-static-margin-0[_ngcontent-%COMP%]{margin:0!important}.govuk-\\!-margin-top-static-0[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-0[_ngcontent-%COMP%]{margin-top:0!important}.govuk-\\!-margin-right-static-0[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-0[_ngcontent-%COMP%]{margin-right:0!important}.govuk-\\!-margin-bottom-static-0[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-0[_ngcontent-%COMP%]{margin-bottom:0!important}.govuk-\\!-margin-left-static-0[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-0[_ngcontent-%COMP%]{margin-left:0!important}.govuk-\\!-margin-static-1[_ngcontent-%COMP%], .govuk-\\!-static-margin-1[_ngcontent-%COMP%]{margin:5px!important}.govuk-\\!-margin-top-static-1[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-1[_ngcontent-%COMP%]{margin-top:5px!important}.govuk-\\!-margin-right-static-1[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-1[_ngcontent-%COMP%]{margin-right:5px!important}.govuk-\\!-margin-bottom-static-1[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-1[_ngcontent-%COMP%]{margin-bottom:5px!important}.govuk-\\!-margin-left-static-1[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-1[_ngcontent-%COMP%]{margin-left:5px!important}.govuk-\\!-margin-static-2[_ngcontent-%COMP%], .govuk-\\!-static-margin-2[_ngcontent-%COMP%]{margin:10px!important}.govuk-\\!-margin-top-static-2[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-2[_ngcontent-%COMP%]{margin-top:10px!important}.govuk-\\!-margin-right-static-2[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-2[_ngcontent-%COMP%]{margin-right:10px!important}.govuk-\\!-margin-bottom-static-2[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-2[_ngcontent-%COMP%]{margin-bottom:10px!important}.govuk-\\!-margin-left-static-2[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-2[_ngcontent-%COMP%]{margin-left:10px!important}.govuk-\\!-margin-static-3[_ngcontent-%COMP%], .govuk-\\!-static-margin-3[_ngcontent-%COMP%]{margin:15px!important}.govuk-\\!-margin-top-static-3[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-3[_ngcontent-%COMP%]{margin-top:15px!important}.govuk-\\!-margin-right-static-3[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-3[_ngcontent-%COMP%]{margin-right:15px!important}.govuk-\\!-margin-bottom-static-3[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-3[_ngcontent-%COMP%]{margin-bottom:15px!important}.govuk-\\!-margin-left-static-3[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-3[_ngcontent-%COMP%]{margin-left:15px!important}.govuk-\\!-margin-static-4[_ngcontent-%COMP%], .govuk-\\!-static-margin-4[_ngcontent-%COMP%]{margin:20px!important}.govuk-\\!-margin-top-static-4[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-4[_ngcontent-%COMP%]{margin-top:20px!important}.govuk-\\!-margin-right-static-4[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-4[_ngcontent-%COMP%]{margin-right:20px!important}.govuk-\\!-margin-bottom-static-4[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-4[_ngcontent-%COMP%]{margin-bottom:20px!important}.govuk-\\!-margin-left-static-4[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-4[_ngcontent-%COMP%]{margin-left:20px!important}.govuk-\\!-margin-static-5[_ngcontent-%COMP%], .govuk-\\!-static-margin-5[_ngcontent-%COMP%]{margin:25px!important}.govuk-\\!-margin-top-static-5[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-5[_ngcontent-%COMP%]{margin-top:25px!important}.govuk-\\!-margin-right-static-5[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-5[_ngcontent-%COMP%]{margin-right:25px!important}.govuk-\\!-margin-bottom-static-5[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-5[_ngcontent-%COMP%]{margin-bottom:25px!important}.govuk-\\!-margin-left-static-5[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-5[_ngcontent-%COMP%]{margin-left:25px!important}.govuk-\\!-margin-static-6[_ngcontent-%COMP%], .govuk-\\!-static-margin-6[_ngcontent-%COMP%]{margin:30px!important}.govuk-\\!-margin-top-static-6[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-6[_ngcontent-%COMP%]{margin-top:30px!important}.govuk-\\!-margin-right-static-6[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-6[_ngcontent-%COMP%]{margin-right:30px!important}.govuk-\\!-margin-bottom-static-6[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-6[_ngcontent-%COMP%]{margin-bottom:30px!important}.govuk-\\!-margin-left-static-6[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-6[_ngcontent-%COMP%]{margin-left:30px!important}.govuk-\\!-margin-static-7[_ngcontent-%COMP%], .govuk-\\!-static-margin-7[_ngcontent-%COMP%]{margin:40px!important}.govuk-\\!-margin-top-static-7[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-7[_ngcontent-%COMP%]{margin-top:40px!important}.govuk-\\!-margin-right-static-7[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-7[_ngcontent-%COMP%]{margin-right:40px!important}.govuk-\\!-margin-bottom-static-7[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-7[_ngcontent-%COMP%]{margin-bottom:40px!important}.govuk-\\!-margin-left-static-7[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-7[_ngcontent-%COMP%]{margin-left:40px!important}.govuk-\\!-margin-static-8[_ngcontent-%COMP%], .govuk-\\!-static-margin-8[_ngcontent-%COMP%]{margin:50px!important}.govuk-\\!-margin-top-static-8[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-8[_ngcontent-%COMP%]{margin-top:50px!important}.govuk-\\!-margin-right-static-8[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-8[_ngcontent-%COMP%]{margin-right:50px!important}.govuk-\\!-margin-bottom-static-8[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-8[_ngcontent-%COMP%]{margin-bottom:50px!important}.govuk-\\!-margin-left-static-8[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-8[_ngcontent-%COMP%]{margin-left:50px!important}.govuk-\\!-margin-static-9[_ngcontent-%COMP%], .govuk-\\!-static-margin-9[_ngcontent-%COMP%]{margin:60px!important}.govuk-\\!-margin-top-static-9[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-9[_ngcontent-%COMP%]{margin-top:60px!important}.govuk-\\!-margin-right-static-9[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-9[_ngcontent-%COMP%]{margin-right:60px!important}.govuk-\\!-margin-bottom-static-9[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-9[_ngcontent-%COMP%]{margin-bottom:60px!important}.govuk-\\!-margin-left-static-9[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-9[_ngcontent-%COMP%]{margin-left:60px!important}.govuk-\\!-padding-static-0[_ngcontent-%COMP%], .govuk-\\!-static-padding-0[_ngcontent-%COMP%]{padding:0!important}.govuk-\\!-padding-top-static-0[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-0[_ngcontent-%COMP%]{padding-top:0!important}.govuk-\\!-padding-right-static-0[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-0[_ngcontent-%COMP%]{padding-right:0!important}.govuk-\\!-padding-bottom-static-0[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-0[_ngcontent-%COMP%]{padding-bottom:0!important}.govuk-\\!-padding-left-static-0[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-0[_ngcontent-%COMP%]{padding-left:0!important}.govuk-\\!-padding-static-1[_ngcontent-%COMP%], .govuk-\\!-static-padding-1[_ngcontent-%COMP%]{padding:5px!important}.govuk-\\!-padding-top-static-1[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-1[_ngcontent-%COMP%]{padding-top:5px!important}.govuk-\\!-padding-right-static-1[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-1[_ngcontent-%COMP%]{padding-right:5px!important}.govuk-\\!-padding-bottom-static-1[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-1[_ngcontent-%COMP%]{padding-bottom:5px!important}.govuk-\\!-padding-left-static-1[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-1[_ngcontent-%COMP%]{padding-left:5px!important}.govuk-\\!-padding-static-2[_ngcontent-%COMP%], .govuk-\\!-static-padding-2[_ngcontent-%COMP%]{padding:10px!important}.govuk-\\!-padding-top-static-2[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-2[_ngcontent-%COMP%]{padding-top:10px!important}.govuk-\\!-padding-right-static-2[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-2[_ngcontent-%COMP%]{padding-right:10px!important}.govuk-\\!-padding-bottom-static-2[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-2[_ngcontent-%COMP%]{padding-bottom:10px!important}.govuk-\\!-padding-left-static-2[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-2[_ngcontent-%COMP%]{padding-left:10px!important}.govuk-\\!-padding-static-3[_ngcontent-%COMP%], .govuk-\\!-static-padding-3[_ngcontent-%COMP%]{padding:15px!important}.govuk-\\!-padding-top-static-3[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-3[_ngcontent-%COMP%]{padding-top:15px!important}.govuk-\\!-padding-right-static-3[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-3[_ngcontent-%COMP%]{padding-right:15px!important}.govuk-\\!-padding-bottom-static-3[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-3[_ngcontent-%COMP%]{padding-bottom:15px!important}.govuk-\\!-padding-left-static-3[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-3[_ngcontent-%COMP%]{padding-left:15px!important}.govuk-\\!-padding-static-4[_ngcontent-%COMP%], .govuk-\\!-static-padding-4[_ngcontent-%COMP%]{padding:20px!important}.govuk-\\!-padding-top-static-4[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-4[_ngcontent-%COMP%]{padding-top:20px!important}.govuk-\\!-padding-right-static-4[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-4[_ngcontent-%COMP%]{padding-right:20px!important}.govuk-\\!-padding-bottom-static-4[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-4[_ngcontent-%COMP%]{padding-bottom:20px!important}.govuk-\\!-padding-left-static-4[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-4[_ngcontent-%COMP%]{padding-left:20px!important}.govuk-\\!-padding-static-5[_ngcontent-%COMP%], .govuk-\\!-static-padding-5[_ngcontent-%COMP%]{padding:25px!important}.govuk-\\!-padding-top-static-5[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-5[_ngcontent-%COMP%]{padding-top:25px!important}.govuk-\\!-padding-right-static-5[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-5[_ngcontent-%COMP%]{padding-right:25px!important}.govuk-\\!-padding-bottom-static-5[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-5[_ngcontent-%COMP%]{padding-bottom:25px!important}.govuk-\\!-padding-left-static-5[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-5[_ngcontent-%COMP%]{padding-left:25px!important}.govuk-\\!-padding-static-6[_ngcontent-%COMP%], .govuk-\\!-static-padding-6[_ngcontent-%COMP%]{padding:30px!important}.govuk-\\!-padding-top-static-6[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-6[_ngcontent-%COMP%]{padding-top:30px!important}.govuk-\\!-padding-right-static-6[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-6[_ngcontent-%COMP%]{padding-right:30px!important}.govuk-\\!-padding-bottom-static-6[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-6[_ngcontent-%COMP%]{padding-bottom:30px!important}.govuk-\\!-padding-left-static-6[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-6[_ngcontent-%COMP%]{padding-left:30px!important}.govuk-\\!-padding-static-7[_ngcontent-%COMP%], .govuk-\\!-static-padding-7[_ngcontent-%COMP%]{padding:40px!important}.govuk-\\!-padding-top-static-7[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-7[_ngcontent-%COMP%]{padding-top:40px!important}.govuk-\\!-padding-right-static-7[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-7[_ngcontent-%COMP%]{padding-right:40px!important}.govuk-\\!-padding-bottom-static-7[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-7[_ngcontent-%COMP%]{padding-bottom:40px!important}.govuk-\\!-padding-left-static-7[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-7[_ngcontent-%COMP%]{padding-left:40px!important}.govuk-\\!-padding-static-8[_ngcontent-%COMP%], .govuk-\\!-static-padding-8[_ngcontent-%COMP%]{padding:50px!important}.govuk-\\!-padding-top-static-8[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-8[_ngcontent-%COMP%]{padding-top:50px!important}.govuk-\\!-padding-right-static-8[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-8[_ngcontent-%COMP%]{padding-right:50px!important}.govuk-\\!-padding-bottom-static-8[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-8[_ngcontent-%COMP%]{padding-bottom:50px!important}.govuk-\\!-padding-left-static-8[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-8[_ngcontent-%COMP%]{padding-left:50px!important}.govuk-\\!-padding-static-9[_ngcontent-%COMP%], .govuk-\\!-static-padding-9[_ngcontent-%COMP%]{padding:60px!important}.govuk-\\!-padding-top-static-9[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-9[_ngcontent-%COMP%]{padding-top:60px!important}.govuk-\\!-padding-right-static-9[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-9[_ngcontent-%COMP%]{padding-right:60px!important}.govuk-\\!-padding-bottom-static-9[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-9[_ngcontent-%COMP%]{padding-bottom:60px!important}.govuk-\\!-padding-left-static-9[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-9[_ngcontent-%COMP%]{padding-left:60px!important}.govuk-\\!-text-align-left[_ngcontent-%COMP%]{text-align:left!important}.govuk-\\!-text-align-centre[_ngcontent-%COMP%]{text-align:center!important}.govuk-\\!-text-align-right[_ngcontent-%COMP%]{text-align:right!important}.govuk-\\!-font-size-80[_ngcontent-%COMP%]{font-size:53px!important;font-size:3.3125rem!important;line-height:1.0377358491!important}@media(min-width:40.0625em){.govuk-\\!-font-size-80[_ngcontent-%COMP%]{font-size:80px!important;font-size:5rem!important;line-height:1!important}}@media print{.govuk-\\!-font-size-80[_ngcontent-%COMP%]{font-size:53pt!important;line-height:1.1!important}}.govuk-\\!-font-size-48[_ngcontent-%COMP%]{font-size:32px!important;font-size:2rem!important;line-height:1.09375!important}@media(min-width:40.0625em){.govuk-\\!-font-size-48[_ngcontent-%COMP%]{font-size:48px!important;font-size:3rem!important;line-height:1.0416666667!important}}@media print{.govuk-\\!-font-size-48[_ngcontent-%COMP%]{font-size:32pt!important;line-height:1.15!important}}.govuk-\\!-font-size-36[_ngcontent-%COMP%]{font-size:24px!important;font-size:1.5rem!important;line-height:1.0416666667!important}@media(min-width:40.0625em){.govuk-\\!-font-size-36[_ngcontent-%COMP%]{font-size:36px!important;font-size:2.25rem!important;line-height:1.1111111111!important}}@media print{.govuk-\\!-font-size-36[_ngcontent-%COMP%]{font-size:24pt!important;line-height:1.05!important}}.govuk-\\!-font-size-27[_ngcontent-%COMP%]{font-size:18px!important;font-size:1.125rem!important;line-height:1.1111111111!important}@media(min-width:40.0625em){.govuk-\\!-font-size-27[_ngcontent-%COMP%]{font-size:27px!important;font-size:1.6875rem!important;line-height:1.1111111111!important}}@media print{.govuk-\\!-font-size-27[_ngcontent-%COMP%]{font-size:18pt!important;line-height:1.15!important}}.govuk-\\!-font-size-24[_ngcontent-%COMP%]{font-size:18px!important;font-size:1.125rem!important;line-height:1.1111111111!important}@media(min-width:40.0625em){.govuk-\\!-font-size-24[_ngcontent-%COMP%]{font-size:24px!important;font-size:1.5rem!important;line-height:1.25!important}}@media print{.govuk-\\!-font-size-24[_ngcontent-%COMP%]{font-size:18pt!important;line-height:1.15!important}}.govuk-\\!-font-size-19[_ngcontent-%COMP%]{font-size:16px!important;font-size:1rem!important;line-height:1.25!important}@media(min-width:40.0625em){.govuk-\\!-font-size-19[_ngcontent-%COMP%]{font-size:19px!important;font-size:1.1875rem!important;line-height:1.3157894737!important}}@media print{.govuk-\\!-font-size-19[_ngcontent-%COMP%]{font-size:14pt!important;line-height:1.15!important}}.govuk-\\!-font-size-16[_ngcontent-%COMP%]{font-size:14px!important;font-size:.875rem!important;line-height:1.1428571429!important}@media(min-width:40.0625em){.govuk-\\!-font-size-16[_ngcontent-%COMP%]{font-size:16px!important;font-size:1rem!important;line-height:1.25!important}}@media print{.govuk-\\!-font-size-16[_ngcontent-%COMP%]{font-size:14pt!important;line-height:1.2!important}}.govuk-\\!-font-size-14[_ngcontent-%COMP%]{font-size:12px!important;font-size:.75rem!important;line-height:1.25!important}@media(min-width:40.0625em){.govuk-\\!-font-size-14[_ngcontent-%COMP%]{font-size:14px!important;font-size:.875rem!important;line-height:1.4285714286!important}}@media print{.govuk-\\!-font-size-14[_ngcontent-%COMP%]{font-size:12pt!important;line-height:1.2!important}}.govuk-\\!-font-weight-regular[_ngcontent-%COMP%]{font-weight:400!important}.govuk-\\!-font-weight-bold[_ngcontent-%COMP%]{font-weight:700!important}.govuk-\\!-width-full[_ngcontent-%COMP%], .govuk-\\!-width-three-quarters[_ngcontent-%COMP%]{width:100%!important}@media(min-width:40.0625em){.govuk-\\!-width-three-quarters[_ngcontent-%COMP%]{width:75%!important}}.govuk-\\!-width-two-thirds[_ngcontent-%COMP%]{width:100%!important}@media(min-width:40.0625em){.govuk-\\!-width-two-thirds[_ngcontent-%COMP%]{width:66.66%!important}}.govuk-\\!-width-one-half[_ngcontent-%COMP%]{width:100%!important}@media(min-width:40.0625em){.govuk-\\!-width-one-half[_ngcontent-%COMP%]{width:50%!important}}.govuk-\\!-width-one-third[_ngcontent-%COMP%]{width:100%!important}@media(min-width:40.0625em){.govuk-\\!-width-one-third[_ngcontent-%COMP%]{width:33.33%!important}}.govuk-\\!-width-one-quarter[_ngcontent-%COMP%]{width:100%!important}@media(min-width:40.0625em){.govuk-\\!-width-one-quarter[_ngcontent-%COMP%]{width:25%!important}}.query-list__row[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]:first-child{padding-left:10px}.query-list__row[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]:last-child{padding-right:10px}.query-list__cell--first[_ngcontent-%COMP%]{width:20%}.query-list__table[_ngcontent-%COMP%]{border:1px solid #b1b4b6;border-top:none}.query-list__caption[_ngcontent-%COMP%]{background-color:#dee0e2;border:1px solid #b1b4b6;border-bottom:none;font-weight:700;margin-bottom:0;padding:10px}.query-list__caption[_ngcontent-%COMP%]{font-size:18px}[aria-sort][_ngcontent-%COMP%] button[_ngcontent-%COMP%], [aria-sort][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:hover, [aria-sort][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:hover:hover{background-color:transparent;border-width:0;-webkit-box-shadow:0 0 0 0;-moz-box-shadow:0 0 0 0;box-shadow:0 0;color:#000;cursor:pointer;font-family:inherit;font-weight:inherit;padding:0 10px 0 0;position:relative;text-align:inherit;font-size:1em;margin:0}[aria-sort][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:focus, [aria-sort][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:hover:focus{background-color:#fd0;color:#000;box-shadow:0 -2px #fd0,0 4px #000;outline:none}[aria-sort][_ngcontent-%COMP%]:first-child button[_ngcontent-%COMP%]{right:auto}[aria-sort][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:before{content:\" \\25bc\";position:absolute;right:-1px;top:9px;font-size:.5em}[aria-sort][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:after{content:\" \\25b2\";position:absolute;right:-1px;top:1px;font-size:.5em}[aria-sort=ascending][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:before, [aria-sort=descending][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:before{content:none}[aria-sort=ascending][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:after{content:\" \\25b2\";font-size:.8em;position:absolute;right:-5px;top:2px}[aria-sort=descending][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:after{content:\" \\25bc\";font-size:.8em;position:absolute;right:-5px;top:2px}\n\n"] });
|
|
23639
|
+
} }, dependencies: [i4.NgForOf, i4.NgIf, i4.DatePipe, i1.RpxTranslatePipe], styles: ["@charset \"UTF-8\";[_ngcontent-%COMP%]:root{--govuk-frontend-version: \"4.10.1\"}.govuk-link[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:GDS Transport;font-style:normal;font-weight:400;src:url(/assets/fonts/light-94a07e06a1-v2.woff2) format(\"woff2\"),url(/assets/fonts/light-f591b13f7d-v2.woff) format(\"woff\");font-display:fallback}@font-face{font-family:GDS Transport;font-style:normal;font-weight:700;src:url(/assets/fonts/bold-b542beb274-v2.woff2) format(\"woff2\"),url(/assets/fonts/bold-affa96571d-v2.woff) format(\"woff\");font-display:fallback}@media print{.govuk-link[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-link[_ngcontent-%COMP%]{text-decoration:underline}.govuk-link[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-link[_ngcontent-%COMP%]:link{color:#1d70b8}.govuk-link[_ngcontent-%COMP%]:visited{color:#4c2c92}.govuk-link[_ngcontent-%COMP%]:hover{color:#003078}.govuk-link[_ngcontent-%COMP%]:active{color:#0b0c0c}.govuk-link[_ngcontent-%COMP%]:focus{color:#0b0c0c}@media print{[href^=\"/\"].govuk-link[_ngcontent-%COMP%]:after, [href^=\"http://\"].govuk-link[_ngcontent-%COMP%]:after, [href^=\"https://\"].govuk-link[_ngcontent-%COMP%]:after{content:\" (\" attr(href) \")\";font-size:90%;word-wrap:break-word}}.govuk-link--muted[_ngcontent-%COMP%]:link, .govuk-link--muted[_ngcontent-%COMP%]:visited{color:#505a5f}.govuk-link--muted[_ngcontent-%COMP%]:hover, .govuk-link--muted[_ngcontent-%COMP%]:active{color:#0b0c0c}.govuk-link--muted[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-link--text-colour[_ngcontent-%COMP%]:link, .govuk-link--text-colour[_ngcontent-%COMP%]:visited{color:#0b0c0c}@media print{.govuk-link--text-colour[_ngcontent-%COMP%]:link, .govuk-link--text-colour[_ngcontent-%COMP%]:visited{color:#000}}.govuk-link--text-colour[_ngcontent-%COMP%]:hover{color:#0b0c0cfc}.govuk-link--text-colour[_ngcontent-%COMP%]:active, .govuk-link--text-colour[_ngcontent-%COMP%]:focus{color:#0b0c0c}@media print{.govuk-link--text-colour[_ngcontent-%COMP%]:active, .govuk-link--text-colour[_ngcontent-%COMP%]:focus{color:#000}}.govuk-link--inverse[_ngcontent-%COMP%]:link, .govuk-link--inverse[_ngcontent-%COMP%]:visited{color:#fff}.govuk-link--inverse[_ngcontent-%COMP%]:hover, .govuk-link--inverse[_ngcontent-%COMP%]:active{color:#fffffffc}.govuk-link--inverse[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-link--no-underline[_ngcontent-%COMP%]:not(:hover):not(:active){text-decoration:none}.govuk-link--no-visited-state[_ngcontent-%COMP%]:link, .govuk-link--no-visited-state[_ngcontent-%COMP%]:visited{color:#1d70b8}.govuk-link--no-visited-state[_ngcontent-%COMP%]:hover{color:#003078}.govuk-link--no-visited-state[_ngcontent-%COMP%]:active{color:#0b0c0c}.govuk-link--no-visited-state[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-list[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-list[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-list[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-list[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-list[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-list[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-list[_ngcontent-%COMP%]{color:#000}}.govuk-list[_ngcontent-%COMP%]{margin-top:0;margin-bottom:15px}@media(min-width:40.0625em){.govuk-list[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-list[_ngcontent-%COMP%]{padding-left:0;list-style-type:none}.govuk-list[_ngcontent-%COMP%] .govuk-list[_ngcontent-%COMP%]{margin-top:10px}.govuk-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-bottom:5px}.govuk-list--bullet[_ngcontent-%COMP%]{padding-left:20px;list-style-type:disc}.govuk-list--number[_ngcontent-%COMP%]{padding-left:20px;list-style-type:decimal}.govuk-list--bullet[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .govuk-list--number[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-bottom:0}@media(min-width:40.0625em){.govuk-list--bullet[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .govuk-list--number[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-bottom:5px}}.govuk-list--spaced[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-bottom:10px}@media(min-width:40.0625em){.govuk-list--spaced[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-bottom:15px}}.govuk-heading-xl[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-heading-xl[_ngcontent-%COMP%]{color:#000}}.govuk-heading-xl[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-heading-xl[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-heading-xl[_ngcontent-%COMP%]{font-weight:700;font-size:32px;font-size:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-heading-xl[_ngcontent-%COMP%]{font-size:48px;font-size:3rem;line-height:1.0416666667}}@media print{.govuk-heading-xl[_ngcontent-%COMP%]{font-size:32pt;line-height:1.15}}.govuk-heading-xl[_ngcontent-%COMP%]{display:block;margin-top:0;margin-bottom:30px}@media(min-width:40.0625em){.govuk-heading-xl[_ngcontent-%COMP%]{margin-bottom:50px}}.govuk-heading-l[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-heading-l[_ngcontent-%COMP%]{color:#000}}.govuk-heading-l[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-heading-l[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-heading-l[_ngcontent-%COMP%]{font-weight:700;font-size:24px;font-size:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-heading-l[_ngcontent-%COMP%]{font-size:36px;font-size:2.25rem;line-height:1.1111111111}}@media print{.govuk-heading-l[_ngcontent-%COMP%]{font-size:24pt;line-height:1.05}}.govuk-heading-l[_ngcontent-%COMP%]{display:block;margin-top:0;margin-bottom:20px}@media(min-width:40.0625em){.govuk-heading-l[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-heading-m[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-heading-m[_ngcontent-%COMP%]{color:#000}}.govuk-heading-m[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-heading-m[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-heading-m[_ngcontent-%COMP%]{font-weight:700;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-heading-m[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-heading-m[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-heading-m[_ngcontent-%COMP%]{display:block;margin-top:0;margin-bottom:15px}@media(min-width:40.0625em){.govuk-heading-m[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-heading-s[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-heading-s[_ngcontent-%COMP%]{color:#000}}.govuk-heading-s[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-heading-s[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-heading-s[_ngcontent-%COMP%]{font-weight:700;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-heading-s[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-heading-s[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-heading-s[_ngcontent-%COMP%]{display:block;margin-top:0;margin-bottom:15px}@media(min-width:40.0625em){.govuk-heading-s[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-caption-xl[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-caption-xl[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-caption-xl[_ngcontent-%COMP%]{font-weight:400;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-caption-xl[_ngcontent-%COMP%]{font-size:27px;font-size:1.6875rem;line-height:1.1111111111}}@media print{.govuk-caption-xl[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-caption-xl[_ngcontent-%COMP%]{display:block;margin-bottom:5px;color:#505a5f}.govuk-caption-l[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-caption-l[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-caption-l[_ngcontent-%COMP%]{font-weight:400;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-caption-l[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-caption-l[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-caption-l[_ngcontent-%COMP%]{display:block;margin-bottom:5px;color:#505a5f}@media(min-width:40.0625em){.govuk-caption-l[_ngcontent-%COMP%]{margin-bottom:0}}.govuk-caption-m[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-caption-m[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-caption-m[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-caption-m[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-caption-m[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-caption-m[_ngcontent-%COMP%]{display:block;color:#505a5f}.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{color:#000}}.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{font-weight:400;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{margin-top:0;margin-bottom:20px}@media(min-width:40.0625em){.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{color:#000}}.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{margin-top:0;margin-bottom:15px}@media(min-width:40.0625em){.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-body-s[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-body-s[_ngcontent-%COMP%]{color:#000}}.govuk-body-s[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-body-s[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-body-s[_ngcontent-%COMP%]{font-weight:400;font-size:14px;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-body-s[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}}@media print{.govuk-body-s[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-body-s[_ngcontent-%COMP%]{margin-top:0;margin-bottom:15px}@media(min-width:40.0625em){.govuk-body-s[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-body-xs[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-body-xs[_ngcontent-%COMP%]{color:#000}}.govuk-body-xs[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-body-xs[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-body-xs[_ngcontent-%COMP%]{font-weight:400;font-size:12px;font-size:.75rem;line-height:1.25}@media(min-width:40.0625em){.govuk-body-xs[_ngcontent-%COMP%]{font-size:14px;font-size:.875rem;line-height:1.4285714286}}@media print{.govuk-body-xs[_ngcontent-%COMP%]{font-size:12pt;line-height:1.2}}.govuk-body-xs[_ngcontent-%COMP%]{margin-top:0;margin-bottom:15px}@media(min-width:40.0625em){.govuk-body-xs[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-body-l[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%], .govuk-body-lead[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%]{padding-top:5px}@media(min-width:40.0625em){.govuk-body-l[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%], .govuk-body-lead[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%]{padding-top:10px}}.govuk-body-m[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%], .govuk-body[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%], .govuk-body-s[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%], .govuk-list[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%]{padding-top:15px}@media(min-width:40.0625em){.govuk-body-m[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%], .govuk-body[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%], .govuk-body-s[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%], .govuk-list[_ngcontent-%COMP%] + .govuk-heading-l[_ngcontent-%COMP%]{padding-top:20px}}.govuk-body-m[_ngcontent-%COMP%] + .govuk-heading-m[_ngcontent-%COMP%], .govuk-body[_ngcontent-%COMP%] + .govuk-heading-m[_ngcontent-%COMP%], .govuk-body-s[_ngcontent-%COMP%] + .govuk-heading-m[_ngcontent-%COMP%], .govuk-list[_ngcontent-%COMP%] + .govuk-heading-m[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%] + .govuk-heading-s[_ngcontent-%COMP%], .govuk-body[_ngcontent-%COMP%] + .govuk-heading-s[_ngcontent-%COMP%], .govuk-body-s[_ngcontent-%COMP%] + .govuk-heading-s[_ngcontent-%COMP%], .govuk-list[_ngcontent-%COMP%] + .govuk-heading-s[_ngcontent-%COMP%]{padding-top:5px}@media(min-width:40.0625em){.govuk-body-m[_ngcontent-%COMP%] + .govuk-heading-m[_ngcontent-%COMP%], .govuk-body[_ngcontent-%COMP%] + .govuk-heading-m[_ngcontent-%COMP%], .govuk-body-s[_ngcontent-%COMP%] + .govuk-heading-m[_ngcontent-%COMP%], .govuk-list[_ngcontent-%COMP%] + .govuk-heading-m[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%] + .govuk-heading-s[_ngcontent-%COMP%], .govuk-body[_ngcontent-%COMP%] + .govuk-heading-s[_ngcontent-%COMP%], .govuk-body-s[_ngcontent-%COMP%] + .govuk-heading-s[_ngcontent-%COMP%], .govuk-list[_ngcontent-%COMP%] + .govuk-heading-s[_ngcontent-%COMP%]{padding-top:10px}}.govuk-section-break[_ngcontent-%COMP%]{margin:0;border:0}.govuk-section-break--xl[_ngcontent-%COMP%]{margin-top:30px}@media(min-width:40.0625em){.govuk-section-break--xl[_ngcontent-%COMP%]{margin-top:50px}}.govuk-section-break--xl[_ngcontent-%COMP%]{margin-bottom:30px}@media(min-width:40.0625em){.govuk-section-break--xl[_ngcontent-%COMP%]{margin-bottom:50px}}.govuk-section-break--l[_ngcontent-%COMP%]{margin-top:20px}@media(min-width:40.0625em){.govuk-section-break--l[_ngcontent-%COMP%]{margin-top:30px}}.govuk-section-break--l[_ngcontent-%COMP%]{margin-bottom:20px}@media(min-width:40.0625em){.govuk-section-break--l[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-section-break--m[_ngcontent-%COMP%]{margin-top:15px}@media(min-width:40.0625em){.govuk-section-break--m[_ngcontent-%COMP%]{margin-top:20px}}.govuk-section-break--m[_ngcontent-%COMP%]{margin-bottom:15px}@media(min-width:40.0625em){.govuk-section-break--m[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-section-break--visible[_ngcontent-%COMP%]{border-bottom:1px solid #b1b4b6}.govuk-button-group[_ngcontent-%COMP%]{margin-bottom:5px}@media(min-width:40.0625em){.govuk-button-group[_ngcontent-%COMP%]{margin-bottom:15px}}.govuk-button-group[_ngcontent-%COMP%]{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.govuk-button-group[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-button-group[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-button-group[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.1875}@media(min-width:40.0625em){.govuk-button-group[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1}}@media print{.govuk-button-group[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]{font-size:14pt;line-height:19px}}.govuk-button-group[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]{display:inline-block;max-width:100%;margin-top:5px;margin-bottom:20px;text-align:center}.govuk-button-group[_ngcontent-%COMP%] .govuk-button[_ngcontent-%COMP%]{margin-bottom:17px}@media(min-width:40.0625em){.govuk-button-group[_ngcontent-%COMP%]{margin-right:-15px;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:baseline;align-items:baseline}.govuk-button-group[_ngcontent-%COMP%] .govuk-button[_ngcontent-%COMP%], .govuk-button-group[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]{margin-right:15px}.govuk-button-group[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]{text-align:left}}.govuk-form-group[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-form-group[_ngcontent-%COMP%]{margin-bottom:20px}@media(min-width:40.0625em){.govuk-form-group[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-form-group[_ngcontent-%COMP%] .govuk-form-group[_ngcontent-%COMP%]:last-of-type{margin-bottom:0}.govuk-form-group--error[_ngcontent-%COMP%]{padding-left:15px;border-left:5px solid #d4351c}.govuk-form-group--error[_ngcontent-%COMP%] .govuk-form-group[_ngcontent-%COMP%]{padding:0;border:0}.govuk-grid-row[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-grid-row[_ngcontent-%COMP%]{margin-right:-15px;margin-left:-15px}.govuk-grid-column-one-quarter[_ngcontent-%COMP%]{box-sizing:border-box;width:100%;padding:0 15px}@media(min-width:40.0625em){.govuk-grid-column-one-quarter[_ngcontent-%COMP%]{width:25%;float:left}}.govuk-grid-column-one-third[_ngcontent-%COMP%]{box-sizing:border-box;width:100%;padding:0 15px}@media(min-width:40.0625em){.govuk-grid-column-one-third[_ngcontent-%COMP%]{width:33.3333333333%;float:left}}.govuk-grid-column-one-half[_ngcontent-%COMP%]{box-sizing:border-box;width:100%;padding:0 15px}@media(min-width:40.0625em){.govuk-grid-column-one-half[_ngcontent-%COMP%]{width:50%;float:left}}.govuk-grid-column-two-thirds[_ngcontent-%COMP%]{box-sizing:border-box;width:100%;padding:0 15px}@media(min-width:40.0625em){.govuk-grid-column-two-thirds[_ngcontent-%COMP%]{width:66.6666666667%;float:left}}.govuk-grid-column-three-quarters[_ngcontent-%COMP%]{box-sizing:border-box;width:100%;padding:0 15px}@media(min-width:40.0625em){.govuk-grid-column-three-quarters[_ngcontent-%COMP%]{width:75%;float:left}}.govuk-grid-column-full[_ngcontent-%COMP%]{box-sizing:border-box;width:100%;padding:0 15px}@media(min-width:40.0625em){.govuk-grid-column-full[_ngcontent-%COMP%]{width:100%;float:left}}.govuk-grid-column-one-quarter-from-desktop[_ngcontent-%COMP%]{box-sizing:border-box;padding:0 15px}@media(min-width:48.0625em){.govuk-grid-column-one-quarter-from-desktop[_ngcontent-%COMP%]{width:25%;float:left}}.govuk-grid-column-one-third-from-desktop[_ngcontent-%COMP%]{box-sizing:border-box;padding:0 15px}@media(min-width:48.0625em){.govuk-grid-column-one-third-from-desktop[_ngcontent-%COMP%]{width:33.3333333333%;float:left}}.govuk-grid-column-one-half-from-desktop[_ngcontent-%COMP%]{box-sizing:border-box;padding:0 15px}@media(min-width:48.0625em){.govuk-grid-column-one-half-from-desktop[_ngcontent-%COMP%]{width:50%;float:left}}.govuk-grid-column-two-thirds-from-desktop[_ngcontent-%COMP%]{box-sizing:border-box;padding:0 15px}@media(min-width:48.0625em){.govuk-grid-column-two-thirds-from-desktop[_ngcontent-%COMP%]{width:66.6666666667%;float:left}}.govuk-grid-column-three-quarters-from-desktop[_ngcontent-%COMP%]{box-sizing:border-box;padding:0 15px}@media(min-width:48.0625em){.govuk-grid-column-three-quarters-from-desktop[_ngcontent-%COMP%]{width:75%;float:left}}.govuk-grid-column-full-from-desktop[_ngcontent-%COMP%]{box-sizing:border-box;padding:0 15px}@media(min-width:48.0625em){.govuk-grid-column-full-from-desktop[_ngcontent-%COMP%]{width:100%;float:left}}.govuk-main-wrapper[_ngcontent-%COMP%]{display:block;padding-top:20px;padding-bottom:20px}@media(min-width:40.0625em){.govuk-main-wrapper[_ngcontent-%COMP%]{padding-top:40px;padding-bottom:40px}}.govuk-main-wrapper--auto-spacing[_ngcontent-%COMP%]:first-child, .govuk-main-wrapper--l[_ngcontent-%COMP%]{padding-top:30px}@media(min-width:40.0625em){.govuk-main-wrapper--auto-spacing[_ngcontent-%COMP%]:first-child, .govuk-main-wrapper--l[_ngcontent-%COMP%]{padding-top:50px}}.govuk-template[_ngcontent-%COMP%]{background-color:#f3f2f1}.govuk-template--rebranded[_ngcontent-%COMP%]{background-color:#f4f8fb}.govuk-template[_ngcontent-%COMP%]{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}@supports (position: -webkit-sticky) or (position: sticky){.govuk-template[_ngcontent-%COMP%]{scroll-padding-top:60px}.govuk-template[_ngcontent-%COMP%]:not(:has(.govuk-exit-this-page)){scroll-padding-top:0}}@media screen{.govuk-template[_ngcontent-%COMP%]{overflow-y:scroll}}.govuk-template__body[_ngcontent-%COMP%]{margin:0;background-color:#fff}.govuk-width-container[_ngcontent-%COMP%]{max-width:960px;margin-right:15px;margin-left:15px}@supports (margin: max(0px)){.govuk-width-container[_ngcontent-%COMP%]{margin-right:max(15px,calc(15px + env(safe-area-inset-right)));margin-left:max(15px,calc(15px + env(safe-area-inset-left)))}}@media(min-width:40.0625em){.govuk-width-container[_ngcontent-%COMP%]{margin-right:30px;margin-left:30px}@supports (margin: max(0px)){.govuk-width-container[_ngcontent-%COMP%]{margin-right:max(30px,calc(15px + env(safe-area-inset-right)));margin-left:max(30px,calc(15px + env(safe-area-inset-left)))}}}@media(min-width:1020px){.govuk-width-container[_ngcontent-%COMP%]{margin-right:auto;margin-left:auto}@supports (margin: max(0px)){.govuk-width-container[_ngcontent-%COMP%]{margin-right:auto;margin-left:auto}}}.govuk-accordion[_ngcontent-%COMP%]{margin-bottom:20px}@media(min-width:40.0625em){.govuk-accordion[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-accordion__section[_ngcontent-%COMP%]{padding-top:15px}.govuk-accordion__section-heading[_ngcontent-%COMP%]{margin-top:0;margin-bottom:0;padding-top:15px;padding-bottom:15px}.govuk-accordion__section-button[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-accordion__section-button[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-accordion__section-button[_ngcontent-%COMP%]{font-weight:700;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-accordion__section-button[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-accordion__section-button[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-accordion__section-button[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-accordion__section-button[_ngcontent-%COMP%]{color:#000}}.govuk-accordion__section-button[_ngcontent-%COMP%]{display:block;margin-bottom:0;padding-top:15px}.govuk-accordion__section-content[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.js-enabled[_ngcontent-%COMP%] .govuk-accordion[_ngcontent-%COMP%]{border-bottom:1px solid #b1b4b6}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section[_ngcontent-%COMP%]{padding-top:0}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-content[_ngcontent-%COMP%]{display:none;padding-top:15px;padding-bottom:30px}@media(min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-content[_ngcontent-%COMP%]{padding-bottom:50px}}@supports (content-visibility: hidden){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-content[hidden][_ngcontent-%COMP%]{content-visibility:hidden;display:inherit}}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-content[hidden][_ngcontent-%COMP%]{padding-top:0;padding-bottom:0}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section--expanded[_ngcontent-%COMP%] .govuk-accordion__section-content[_ngcontent-%COMP%]{display:block}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{font-family:sans-serif}}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{position:relative;z-index:1;margin-bottom:9px;padding:5px 2px 5px 0;border-width:0;color:#1d70b8;background:none;cursor:pointer;-webkit-appearance:none}@media(min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{margin-bottom:14px}}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]::-moz-focus-inner{padding:0;border:0}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover{color:#0b0c0c;background:#f3f2f1;box-shadow:0 -2px #f3f2f1,0 4px #f3f2f1}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover .govuk-accordion__section-toggle-text[_ngcontent-%COMP%]{color:#0b0c0c}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{color:#0b0c0c;background:#0b0c0c}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]:after{color:#f3f2f1}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{background:#0b0c0c}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]:after{color:#fd0}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-heading[_ngcontent-%COMP%]{padding:0}.js-enabled[_ngcontent-%COMP%] .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{box-sizing:border-box;display:inline-block;position:relative;width:1.25rem;height:1.25rem;border:.0625rem solid;border-radius:50%;vertical-align:middle}.js-enabled[_ngcontent-%COMP%] .govuk-accordion-nav__chevron[_ngcontent-%COMP%]:after{content:\"\";box-sizing:border-box;display:block;position:absolute;bottom:.3125rem;left:.375rem;width:.375rem;height:.375rem;-ms-transform:rotate(-45deg);transform:rotate(-45deg);border-top:.125rem solid;border-right:.125rem solid}.js-enabled[_ngcontent-%COMP%] .govuk-accordion-nav__chevron--down[_ngcontent-%COMP%]{-ms-transform:rotate(180deg);transform:rotate(180deg)}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]{width:100%;padding:10px 0 0;border:0;border-top:1px solid #b1b4b6;border-bottom:10px solid transparent;color:#0b0c0c;background:none;text-align:left;cursor:pointer;-webkit-appearance:none}@media(min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]{padding-bottom:10px}}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:active{color:#0b0c0c;background:none}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover{color:#0b0c0c;background:#f3f2f1}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover .govuk-accordion__section-toggle-text[_ngcontent-%COMP%]{color:#0b0c0c}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{color:#0b0c0c;background:#0b0c0c}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]:after{color:#f3f2f1}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus{outline:0}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%]{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{color:#0b0c0c;background:#0b0c0c}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]:after{color:#fd0}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]::-moz-focus-inner{padding:0;border:0}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section--expanded[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]{padding-bottom:15px;border-bottom:0}@media(min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section--expanded[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]{padding-bottom:20px}}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%]{padding-bottom:3px}@media(min-width:48.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%]{padding-bottom:2px}}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-heading-text[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-summary[_ngcontent-%COMP%]{display:block;margin-bottom:13px}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%] .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%] .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%] .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-heading-text[_ngcontent-%COMP%] .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-heading-text[_ngcontent-%COMP%] .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-heading-text[_ngcontent-%COMP%] .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-summary[_ngcontent-%COMP%] .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-summary[_ngcontent-%COMP%] .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-summary[_ngcontent-%COMP%] .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%]{display:inline}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%]{font-weight:400;color:#1d70b8}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all-text[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-toggle-text[_ngcontent-%COMP%]{margin-left:5px;vertical-align:middle}@media screen and (forced-colors:active){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{background-color:transparent}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{background:transparent;background-color:transparent}}@media(hover:none){.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-header[_ngcontent-%COMP%]:hover{border-top-color:#b1b4b6;box-shadow:inset 0 3px #1d70b8}.js-enabled[_ngcontent-%COMP%] .govuk-accordion__section-header[_ngcontent-%COMP%]:hover .govuk-accordion__section-button[_ngcontent-%COMP%]{border-top-color:#b1b4b6}}.govuk-back-link[_ngcontent-%COMP%]{font-size:14px;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-back-link[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}}@media print{.govuk-back-link[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-back-link[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-back-link[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-back-link[_ngcontent-%COMP%]{text-decoration:underline}.govuk-back-link[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-back-link[_ngcontent-%COMP%]:link, .govuk-back-link[_ngcontent-%COMP%]:visited{color:#0b0c0c}@media print{.govuk-back-link[_ngcontent-%COMP%]:link, .govuk-back-link[_ngcontent-%COMP%]:visited{color:#000}}.govuk-back-link[_ngcontent-%COMP%]:hover{color:#0b0c0cfc}.govuk-back-link[_ngcontent-%COMP%]:active, .govuk-back-link[_ngcontent-%COMP%]:focus{color:#0b0c0c}@media print{.govuk-back-link[_ngcontent-%COMP%]:active, .govuk-back-link[_ngcontent-%COMP%]:focus{color:#000}}.govuk-back-link[_ngcontent-%COMP%]{display:inline-block;position:relative;margin-top:15px;margin-bottom:15px;padding-left:.875em}.govuk-back-link[_ngcontent-%COMP%]:before{content:\"\";display:block;position:absolute;top:0;bottom:0;left:.1875em;width:.4375em;height:.4375em;margin:auto 0;-ms-transform:rotate(225deg);transform:rotate(225deg);border:solid;border-width:1px 1px 0 0;border-color:#505a5f}@supports (border-width: max(0px)){.govuk-back-link[_ngcontent-%COMP%]:before{border-width:max(1px,.0625em) max(1px,.0625em) 0 0;font-size:max(16px,1em)}}.govuk-back-link[_ngcontent-%COMP%]:focus:before{border-color:#0b0c0c}.govuk-back-link[_ngcontent-%COMP%]:after{content:\"\";position:absolute;inset:-14px 0}.govuk-back-link--inverse[_ngcontent-%COMP%]:link, .govuk-back-link--inverse[_ngcontent-%COMP%]:visited{color:#fff}.govuk-back-link--inverse[_ngcontent-%COMP%]:hover, .govuk-back-link--inverse[_ngcontent-%COMP%]:active{color:#fffffffc}.govuk-back-link--inverse[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-back-link--inverse[_ngcontent-%COMP%]:before{border-color:currentcolor}.govuk-breadcrumbs[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-breadcrumbs[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-breadcrumbs[_ngcontent-%COMP%]{font-weight:400;font-size:14px;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-breadcrumbs[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}}@media print{.govuk-breadcrumbs[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-breadcrumbs[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-breadcrumbs[_ngcontent-%COMP%]{color:#000}}.govuk-breadcrumbs[_ngcontent-%COMP%]{margin-top:15px;margin-bottom:10px}.govuk-breadcrumbs__list[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-breadcrumbs__list[_ngcontent-%COMP%]{margin:0;padding:0;list-style-type:none}.govuk-breadcrumbs__list-item[_ngcontent-%COMP%]{display:inline-block;position:relative;margin-bottom:5px;margin-left:.625em;padding-left:.9784375em;float:left}.govuk-breadcrumbs__list-item[_ngcontent-%COMP%]:before{content:\"\";display:block;position:absolute;top:0;bottom:0;left:-.206875em;width:.4375em;height:.4375em;margin:auto 0;-ms-transform:rotate(45deg);transform:rotate(45deg);border:solid;border-width:1px 1px 0 0;border-color:#505a5f}@supports (border-width: max(0px)){.govuk-breadcrumbs__list-item[_ngcontent-%COMP%]:before{border-width:max(1px,.0625em) max(1px,.0625em) 0 0;font-size:max(16px,1em)}}.govuk-breadcrumbs__list-item[_ngcontent-%COMP%]:first-child{margin-left:0;padding-left:0}.govuk-breadcrumbs__list-item[_ngcontent-%COMP%]:first-child:before{content:none;display:none}.govuk-breadcrumbs__link[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-breadcrumbs__link[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-breadcrumbs__link[_ngcontent-%COMP%]{text-decoration:underline}.govuk-breadcrumbs__link[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-breadcrumbs__link[_ngcontent-%COMP%]:link, .govuk-breadcrumbs__link[_ngcontent-%COMP%]:visited{color:#0b0c0c}@media print{.govuk-breadcrumbs__link[_ngcontent-%COMP%]:link, .govuk-breadcrumbs__link[_ngcontent-%COMP%]:visited{color:#000}}.govuk-breadcrumbs__link[_ngcontent-%COMP%]:hover{color:#0b0c0cfc}.govuk-breadcrumbs__link[_ngcontent-%COMP%]:active, .govuk-breadcrumbs__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}@media print{.govuk-breadcrumbs__link[_ngcontent-%COMP%]:active, .govuk-breadcrumbs__link[_ngcontent-%COMP%]:focus{color:#000}}@media(max-width:40.0525em){.govuk-breadcrumbs--collapse-on-mobile[_ngcontent-%COMP%] .govuk-breadcrumbs__list-item[_ngcontent-%COMP%]{display:none}.govuk-breadcrumbs--collapse-on-mobile[_ngcontent-%COMP%] .govuk-breadcrumbs__list-item[_ngcontent-%COMP%]:first-child, .govuk-breadcrumbs--collapse-on-mobile[_ngcontent-%COMP%] .govuk-breadcrumbs__list-item[_ngcontent-%COMP%]:last-child{display:inline-block}.govuk-breadcrumbs--collapse-on-mobile[_ngcontent-%COMP%] .govuk-breadcrumbs__list-item[_ngcontent-%COMP%]:before{top:.375em;margin:0}.govuk-breadcrumbs--collapse-on-mobile[_ngcontent-%COMP%] .govuk-breadcrumbs__list[_ngcontent-%COMP%]{display:-ms-flexbox;display:flex}}.govuk-breadcrumbs--inverse[_ngcontent-%COMP%], .govuk-breadcrumbs--inverse[_ngcontent-%COMP%] .govuk-breadcrumbs__link[_ngcontent-%COMP%]:link, .govuk-breadcrumbs--inverse[_ngcontent-%COMP%] .govuk-breadcrumbs__link[_ngcontent-%COMP%]:visited{color:#fff}.govuk-breadcrumbs--inverse[_ngcontent-%COMP%] .govuk-breadcrumbs__link[_ngcontent-%COMP%]:hover, .govuk-breadcrumbs--inverse[_ngcontent-%COMP%] .govuk-breadcrumbs__link[_ngcontent-%COMP%]:active{color:#fffffffc}.govuk-breadcrumbs--inverse[_ngcontent-%COMP%] .govuk-breadcrumbs__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-breadcrumbs--inverse[_ngcontent-%COMP%] .govuk-breadcrumbs__list-item[_ngcontent-%COMP%]:before{border-color:currentcolor}.govuk-button[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-button[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-button[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.1875}@media(min-width:40.0625em){.govuk-button[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1}}@media print{.govuk-button[_ngcontent-%COMP%]{font-size:14pt;line-height:19px}}.govuk-button[_ngcontent-%COMP%]{box-sizing:border-box;display:inline-block;position:relative;width:100%;margin:0 0 22px}@media(min-width:40.0625em){.govuk-button[_ngcontent-%COMP%]{margin-bottom:32px}}.govuk-button[_ngcontent-%COMP%]{padding:8px 10px 7px;border:2px solid transparent;border-radius:0;color:#fff;background-color:#00703c;box-shadow:0 2px #002d18;text-align:center;vertical-align:top;cursor:pointer;-webkit-appearance:none}@media(min-width:40.0625em){.govuk-button[_ngcontent-%COMP%]{width:auto}}.govuk-button[_ngcontent-%COMP%]:link, .govuk-button[_ngcontent-%COMP%]:visited, .govuk-button[_ngcontent-%COMP%]:active, .govuk-button[_ngcontent-%COMP%]:hover{color:#fff;text-decoration:none}.govuk-button[_ngcontent-%COMP%]::-moz-focus-inner{padding:0;border:0}.govuk-button[_ngcontent-%COMP%]:hover{background-color:#005a30}.govuk-button[_ngcontent-%COMP%]:active{top:2px}.govuk-button[_ngcontent-%COMP%]:focus{border-color:#fd0;outline:3px solid transparent;box-shadow:inset 0 0 0 1px #fd0}.govuk-button[_ngcontent-%COMP%]:focus:not(:active):not(:hover){border-color:#fd0;color:#0b0c0c;background-color:#fd0;box-shadow:0 2px #0b0c0c}.govuk-button[_ngcontent-%COMP%]:before{content:\"\";display:block;position:absolute;inset:-2px -2px -4px;background:transparent}.govuk-button[_ngcontent-%COMP%]:active:before{top:-4px}.govuk-button--disabled[_ngcontent-%COMP%], .govuk-button[disabled=disabled][_ngcontent-%COMP%], .govuk-button[disabled][_ngcontent-%COMP%]{opacity:.5}.govuk-button--disabled[_ngcontent-%COMP%]:hover, .govuk-button[disabled=disabled][_ngcontent-%COMP%]:hover, .govuk-button[disabled][_ngcontent-%COMP%]:hover{background-color:#00703c;cursor:not-allowed}.govuk-button--disabled[_ngcontent-%COMP%]:active, .govuk-button[disabled=disabled][_ngcontent-%COMP%]:active, .govuk-button[disabled][_ngcontent-%COMP%]:active{top:0;box-shadow:0 2px #002d18}.govuk-button--secondary[_ngcontent-%COMP%]{background-color:#f3f2f1;box-shadow:0 2px #929191}.govuk-button--secondary[_ngcontent-%COMP%], .govuk-button--secondary[_ngcontent-%COMP%]:link, .govuk-button--secondary[_ngcontent-%COMP%]:visited, .govuk-button--secondary[_ngcontent-%COMP%]:active, .govuk-button--secondary[_ngcontent-%COMP%]:hover{color:#0b0c0c}.govuk-button--secondary[_ngcontent-%COMP%]:hover{background-color:#dbdad9}.govuk-button--secondary[_ngcontent-%COMP%]:hover[disabled]{background-color:#f3f2f1}.govuk-button--warning[_ngcontent-%COMP%]{background-color:#d4351c;box-shadow:0 2px #55150b}.govuk-button--warning[_ngcontent-%COMP%], .govuk-button--warning[_ngcontent-%COMP%]:link, .govuk-button--warning[_ngcontent-%COMP%]:visited, .govuk-button--warning[_ngcontent-%COMP%]:active, .govuk-button--warning[_ngcontent-%COMP%]:hover{color:#fff}.govuk-button--warning[_ngcontent-%COMP%]:hover{background-color:#aa2a16}.govuk-button--warning[_ngcontent-%COMP%]:hover[disabled]{background-color:#d4351c}.govuk-button--inverse[_ngcontent-%COMP%]{background-color:#fff;box-shadow:0 2px #144e81}.govuk-button--inverse[_ngcontent-%COMP%], .govuk-button--inverse[_ngcontent-%COMP%]:link, .govuk-button--inverse[_ngcontent-%COMP%]:visited, .govuk-button--inverse[_ngcontent-%COMP%]:active, .govuk-button--inverse[_ngcontent-%COMP%]:hover{color:#1d70b8}.govuk-button--inverse[_ngcontent-%COMP%]:hover{background-color:#e8f1f8}.govuk-button--inverse[_ngcontent-%COMP%]:hover[disabled]{background-color:#fff}.govuk-button--start[_ngcontent-%COMP%]{font-weight:700;font-size:18px;font-size:1.125rem;line-height:1}@media(min-width:40.0625em){.govuk-button--start[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1}}@media print{.govuk-button--start[_ngcontent-%COMP%]{font-size:18pt;line-height:1}}.govuk-button--start[_ngcontent-%COMP%]{display:-ms-inline-flexbox;display:inline-flex;min-height:auto;-ms-flex-pack:center;justify-content:center}.govuk-button__start-icon[_ngcontent-%COMP%]{margin-left:5px}@media(min-width:48.0625em){.govuk-button__start-icon[_ngcontent-%COMP%]{margin-left:10px}}.govuk-button__start-icon[_ngcontent-%COMP%]{vertical-align:middle;-ms-flex-negative:0;flex-shrink:0;-ms-flex-item-align:center;align-self:center;forced-color-adjust:auto}.govuk-error-message[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-error-message[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-error-message[_ngcontent-%COMP%]{font-weight:700;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-error-message[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-error-message[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-error-message[_ngcontent-%COMP%]{display:block;margin-top:0;margin-bottom:15px;clear:both;color:#d4351c}.govuk-fieldset[_ngcontent-%COMP%]{min-width:0;margin:0;padding:0;border:0}.govuk-fieldset[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}@supports not (caret-color: auto){.govuk-fieldset[_ngcontent-%COMP%], x[_ngcontent-%COMP%]:-moz-any-link{display:table-cell}}.govuk-fieldset__legend[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-fieldset__legend[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-fieldset__legend[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-fieldset__legend[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-fieldset__legend[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-fieldset__legend[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-fieldset__legend[_ngcontent-%COMP%]{color:#000}}.govuk-fieldset__legend[_ngcontent-%COMP%]{box-sizing:border-box;display:table;max-width:100%;margin-bottom:10px;padding:0;white-space:normal}.govuk-fieldset__legend--xl[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-fieldset__legend--xl[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-fieldset__legend--xl[_ngcontent-%COMP%]{font-weight:700;font-size:32px;font-size:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-fieldset__legend--xl[_ngcontent-%COMP%]{font-size:48px;font-size:3rem;line-height:1.0416666667}}@media print{.govuk-fieldset__legend--xl[_ngcontent-%COMP%]{font-size:32pt;line-height:1.15}}.govuk-fieldset__legend--xl[_ngcontent-%COMP%]{margin-bottom:15px}.govuk-fieldset__legend--l[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-fieldset__legend--l[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-fieldset__legend--l[_ngcontent-%COMP%]{font-weight:700;font-size:24px;font-size:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-fieldset__legend--l[_ngcontent-%COMP%]{font-size:36px;font-size:2.25rem;line-height:1.1111111111}}@media print{.govuk-fieldset__legend--l[_ngcontent-%COMP%]{font-size:24pt;line-height:1.05}}.govuk-fieldset__legend--l[_ngcontent-%COMP%]{margin-bottom:15px}.govuk-fieldset__legend--m[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-fieldset__legend--m[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-fieldset__legend--m[_ngcontent-%COMP%]{font-weight:700;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-fieldset__legend--m[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-fieldset__legend--m[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-fieldset__legend--m[_ngcontent-%COMP%]{margin-bottom:15px}.govuk-fieldset__legend--s[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-fieldset__legend--s[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-fieldset__legend--s[_ngcontent-%COMP%]{font-weight:700;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-fieldset__legend--s[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-fieldset__legend--s[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-fieldset__heading[_ngcontent-%COMP%]{margin:0;font-size:inherit;font-weight:inherit}.govuk-hint[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-hint[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-hint[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-hint[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-hint[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-hint[_ngcontent-%COMP%]{margin-bottom:15px;color:#505a5f}.govuk-label[_ngcontent-%COMP%]:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-hint[_ngcontent-%COMP%]{margin-bottom:10px}.govuk-fieldset__legend[_ngcontent-%COMP%]:not(.govuk-fieldset__legend--m):not(.govuk-fieldset__legend--l):not(.govuk-fieldset__legend--xl) + .govuk-hint[_ngcontent-%COMP%]{margin-bottom:10px}.govuk-fieldset__legend[_ngcontent-%COMP%] + .govuk-hint[_ngcontent-%COMP%]{margin-top:-5px}.govuk-label[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-label[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-label[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-label[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-label[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-label[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-label[_ngcontent-%COMP%]{color:#000}}.govuk-label[_ngcontent-%COMP%]{display:block;margin-bottom:5px}.govuk-label--xl[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-label--xl[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-label--xl[_ngcontent-%COMP%]{font-weight:700;font-size:32px;font-size:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-label--xl[_ngcontent-%COMP%]{font-size:48px;font-size:3rem;line-height:1.0416666667}}@media print{.govuk-label--xl[_ngcontent-%COMP%]{font-size:32pt;line-height:1.15}}.govuk-label--xl[_ngcontent-%COMP%]{margin-bottom:15px}.govuk-label--l[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-label--l[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-label--l[_ngcontent-%COMP%]{font-weight:700;font-size:24px;font-size:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-label--l[_ngcontent-%COMP%]{font-size:36px;font-size:2.25rem;line-height:1.1111111111}}@media print{.govuk-label--l[_ngcontent-%COMP%]{font-size:24pt;line-height:1.05}}.govuk-label--l[_ngcontent-%COMP%]{margin-bottom:15px}.govuk-label--m[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-label--m[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-label--m[_ngcontent-%COMP%]{font-weight:700;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-label--m[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-label--m[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-label--m[_ngcontent-%COMP%]{margin-bottom:10px}.govuk-label--s[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-label--s[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-label--s[_ngcontent-%COMP%]{font-weight:700;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-label--s[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-label--s[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-label-wrapper[_ngcontent-%COMP%]{margin:0}.govuk-checkboxes__item[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-checkboxes__item[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-checkboxes__item[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-checkboxes__item[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-checkboxes__item[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-checkboxes__item[_ngcontent-%COMP%]{display:block;position:relative;min-height:40px;margin-bottom:10px;padding-left:40px;clear:left}.govuk-checkboxes__item[_ngcontent-%COMP%]:last-child, .govuk-checkboxes__item[_ngcontent-%COMP%]:last-of-type{margin-bottom:0}.govuk-checkboxes__input[_ngcontent-%COMP%]{cursor:pointer;position:absolute;z-index:1;top:-2px;left:-2px;width:44px;height:44px;margin:0;opacity:0}.govuk-checkboxes__label[_ngcontent-%COMP%]{display:inline-block;margin-bottom:0;padding:8px 15px 5px;cursor:pointer;-ms-touch-action:manipulation;touch-action:manipulation}.govuk-checkboxes__label[_ngcontent-%COMP%]:before{content:\"\";box-sizing:border-box;position:absolute;top:0;left:0;width:40px;height:40px;border:2px solid currentcolor;background:transparent}.govuk-checkboxes__label[_ngcontent-%COMP%]:after{content:\"\";box-sizing:border-box;position:absolute;top:11px;left:9px;width:23px;height:12px;-ms-transform:rotate(-45deg);transform:rotate(-45deg);border:solid;border-width:0 0 5px 5px;border-top-color:transparent;opacity:0;background:transparent}.govuk-checkboxes__hint[_ngcontent-%COMP%]{display:block;padding-right:15px;padding-left:15px}.govuk-checkboxes__input[_ngcontent-%COMP%]:focus + .govuk-checkboxes__label[_ngcontent-%COMP%]:before{border-width:4px;outline:3px solid transparent;outline-offset:1px}@media screen and (forced-colors:active),(-ms-high-contrast:active){.govuk-checkboxes__input[_ngcontent-%COMP%]:focus + .govuk-checkboxes__label[_ngcontent-%COMP%]:before{outline-color:Highlight}}.govuk-checkboxes__input[_ngcontent-%COMP%]:focus + .govuk-checkboxes__label[_ngcontent-%COMP%]:before{box-shadow:0 0 0 3px #fd0}.govuk-checkboxes__input[_ngcontent-%COMP%]:checked + .govuk-checkboxes__label[_ngcontent-%COMP%]:after{opacity:1}.govuk-checkboxes__input[_ngcontent-%COMP%]:disabled, .govuk-checkboxes__input[_ngcontent-%COMP%]:disabled + .govuk-checkboxes__label[_ngcontent-%COMP%]{cursor:not-allowed}.govuk-checkboxes__input[_ngcontent-%COMP%]:disabled + .govuk-checkboxes__label[_ngcontent-%COMP%], .govuk-checkboxes__input[_ngcontent-%COMP%]:disabled ~ .govuk-hint[_ngcontent-%COMP%]{opacity:.5}.govuk-checkboxes__divider[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-checkboxes__divider[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-checkboxes__divider[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-checkboxes__divider[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-checkboxes__divider[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-checkboxes__divider[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-checkboxes__divider[_ngcontent-%COMP%]{color:#000}}.govuk-checkboxes__divider[_ngcontent-%COMP%]{width:40px;margin-bottom:10px;text-align:center}.govuk-checkboxes__conditional[_ngcontent-%COMP%]{margin-bottom:15px}@media(min-width:40.0625em){.govuk-checkboxes__conditional[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-checkboxes__conditional[_ngcontent-%COMP%]{margin-left:18px;padding-left:33px;border-left:4px solid #b1b4b6}.js-enabled[_ngcontent-%COMP%] .govuk-checkboxes__conditional--hidden[_ngcontent-%COMP%]{display:none}.govuk-checkboxes__conditional[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__item[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__item[_ngcontent-%COMP%]{min-height:0;margin-bottom:0;padding-left:34px;float:left}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__input[_ngcontent-%COMP%]{left:-10px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__label[_ngcontent-%COMP%]{margin-top:-2px;padding:13px 15px 13px 1px;float:left}@media(min-width:40.0625em){.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__label[_ngcontent-%COMP%]{padding:11px 15px 10px 1px}}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__label[_ngcontent-%COMP%]:before{top:8px;width:24px;height:24px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__label[_ngcontent-%COMP%]:after{top:15px;left:6px;width:12px;height:6.5px;border-width:0 0 3px 3px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__hint[_ngcontent-%COMP%]{padding:0;clear:both}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__conditional[_ngcontent-%COMP%]{margin-left:10px;padding-left:20px;clear:both}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__item[_ngcontent-%COMP%]:hover .govuk-checkboxes__input[_ngcontent-%COMP%]:not(:disabled) + .govuk-checkboxes__label[_ngcontent-%COMP%]:before{box-shadow:0 0 0 10px #b1b4b6}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__item[_ngcontent-%COMP%]:hover .govuk-checkboxes__input[_ngcontent-%COMP%]:focus + .govuk-checkboxes__label[_ngcontent-%COMP%]:before{box-shadow:0 0 0 3px #fd0,0 0 0 10px #b1b4b6}@media(hover:none),(pointer:coarse){.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__item[_ngcontent-%COMP%]:hover .govuk-checkboxes__input[_ngcontent-%COMP%]:not(:disabled) + .govuk-checkboxes__label[_ngcontent-%COMP%]:before{box-shadow:initial}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__item[_ngcontent-%COMP%]:hover .govuk-checkboxes__input[_ngcontent-%COMP%]:focus + .govuk-checkboxes__label[_ngcontent-%COMP%]:before{box-shadow:0 0 0 3px #fd0}}.govuk-textarea[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-textarea[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-textarea[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-textarea[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.25}}@media print{.govuk-textarea[_ngcontent-%COMP%]{font-size:14pt;line-height:1.25}}.govuk-textarea[_ngcontent-%COMP%]{box-sizing:border-box;display:block;width:100%;min-height:40px;margin-bottom:20px}@media(min-width:40.0625em){.govuk-textarea[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-textarea[_ngcontent-%COMP%]{padding:5px;resize:vertical;border:2px solid #0b0c0c;border-radius:0;-webkit-appearance:none}.govuk-textarea[_ngcontent-%COMP%]:focus{outline:3px solid #ffdd00;outline-offset:0;box-shadow:inset 0 0 0 2px}.govuk-textarea[_ngcontent-%COMP%]:disabled{opacity:.5;color:inherit;background-color:transparent;cursor:not-allowed}.govuk-textarea--error[_ngcontent-%COMP%]{border-color:#d4351c}.govuk-textarea--error[_ngcontent-%COMP%]:focus{border-color:#0b0c0c}.govuk-character-count[_ngcontent-%COMP%]{margin-bottom:20px}@media(min-width:40.0625em){.govuk-character-count[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-character-count[_ngcontent-%COMP%] .govuk-form-group[_ngcontent-%COMP%], .govuk-character-count[_ngcontent-%COMP%] .govuk-textarea[_ngcontent-%COMP%]{margin-bottom:5px}.govuk-character-count__message[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-character-count__message[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-character-count__message[_ngcontent-%COMP%]{font-feature-settings:\"tnum\" 1}@supports (font-variant-numeric: tabular-nums){.govuk-character-count__message[_ngcontent-%COMP%]{font-feature-settings:normal;font-variant-numeric:tabular-nums}}.govuk-character-count__message[_ngcontent-%COMP%]{font-weight:400;margin-top:0;margin-bottom:0}.govuk-character-count__message[_ngcontent-%COMP%]:after{content:\"\\200b\"}.govuk-character-count__message--disabled[_ngcontent-%COMP%]{visibility:hidden}.govuk-cookie-banner[_ngcontent-%COMP%]{padding-top:20px;border-bottom:10px solid transparent;background-color:#f3f2f1}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-cookie-banner[_ngcontent-%COMP%]{background-color:#f4f8fb}.govuk-cookie-banner[hidden][_ngcontent-%COMP%]{display:none}.govuk-cookie-banner__message[_ngcontent-%COMP%]{margin-bottom:-10px}.govuk-cookie-banner__message[hidden][_ngcontent-%COMP%]{display:none}.govuk-cookie-banner__message[_ngcontent-%COMP%]:focus{outline:none}.govuk-input[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-input[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-input[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-input[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-input[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-input[_ngcontent-%COMP%]{box-sizing:border-box;width:100%;height:40px;height:2.5rem;margin-top:0;padding:5px;border:2px solid #0b0c0c;border-radius:0;-webkit-appearance:none;appearance:none}.govuk-input[_ngcontent-%COMP%]:focus{outline:3px solid #ffdd00;outline-offset:0;box-shadow:inset 0 0 0 2px}.govuk-input[_ngcontent-%COMP%]:disabled{opacity:.5;color:inherit;background-color:transparent;cursor:not-allowed}.govuk-input[_ngcontent-%COMP%]::-webkit-outer-spin-button, .govuk-input[_ngcontent-%COMP%]::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.govuk-input[type=number][_ngcontent-%COMP%]{-moz-appearance:textfield}.govuk-input--error[_ngcontent-%COMP%]{border-color:#d4351c}.govuk-input--error[_ngcontent-%COMP%]:focus{border-color:#0b0c0c}.govuk-input--extra-letter-spacing[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-input--extra-letter-spacing[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-input--extra-letter-spacing[_ngcontent-%COMP%]{font-feature-settings:\"tnum\" 1}@supports (font-variant-numeric: tabular-nums){.govuk-input--extra-letter-spacing[_ngcontent-%COMP%]{font-feature-settings:normal;font-variant-numeric:tabular-nums}}.govuk-input--extra-letter-spacing[_ngcontent-%COMP%]{font-weight:400;letter-spacing:.05em}.govuk-input--width-30[_ngcontent-%COMP%]{max-width:29.5em}.govuk-input--width-20[_ngcontent-%COMP%]{max-width:20.5em}.govuk-input--width-10[_ngcontent-%COMP%]{max-width:11.5em}.govuk-input--width-5[_ngcontent-%COMP%]{max-width:5.5em}.govuk-input--width-4[_ngcontent-%COMP%]{max-width:4.5em}.govuk-input--width-3[_ngcontent-%COMP%]{max-width:3.75em}.govuk-input--width-2[_ngcontent-%COMP%]{max-width:2.75em}.govuk-input__wrapper[_ngcontent-%COMP%]{display:-ms-flexbox;display:flex}.govuk-input__wrapper[_ngcontent-%COMP%] .govuk-input[_ngcontent-%COMP%]{-ms-flex:0 1 auto;flex:0 1 auto}.govuk-input__wrapper[_ngcontent-%COMP%] .govuk-input[_ngcontent-%COMP%]:focus{z-index:1}@media(max-width:19.99em){.govuk-input__wrapper[_ngcontent-%COMP%]{display:block}.govuk-input__wrapper[_ngcontent-%COMP%] .govuk-input[_ngcontent-%COMP%]{max-width:100%}}.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{box-sizing:border-box;display:inline-block;min-width:40px;min-width:2.5rem;height:40px;height:2.5rem;padding:5px;border:2px solid #0b0c0c;background-color:#f3f2f1;text-align:center}@media(max-width:40.0525em){.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{line-height:1.6}}.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{white-space:nowrap;cursor:default;-ms-flex:0 0 auto;flex:0 0 auto}@media(max-width:19.99em){.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{display:block;height:100%;white-space:normal}}@media(max-width:19.99em){.govuk-input__prefix[_ngcontent-%COMP%]{border-bottom:0}}@media(min-width:20em){.govuk-input__prefix[_ngcontent-%COMP%]{border-right:0}}@media(max-width:19.99em){.govuk-input__suffix[_ngcontent-%COMP%]{border-top:0}}@media(min-width:20em){.govuk-input__suffix[_ngcontent-%COMP%]{border-left:0}}.govuk-date-input[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-date-input[_ngcontent-%COMP%]{font-size:0}.govuk-date-input__item[_ngcontent-%COMP%]{display:inline-block;margin-right:20px;margin-bottom:0}.govuk-date-input__label[_ngcontent-%COMP%]{display:block}.govuk-date-input__input[_ngcontent-%COMP%]{margin-bottom:0}.govuk-details[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-details[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-details[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-details[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-details[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-details[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-details[_ngcontent-%COMP%]{color:#000}}.govuk-details[_ngcontent-%COMP%]{margin-bottom:20px}@media(min-width:40.0625em){.govuk-details[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-details[_ngcontent-%COMP%]{display:block}.govuk-details__summary[_ngcontent-%COMP%]{display:inline-block;position:relative;margin-bottom:5px;padding-left:25px;color:#1d70b8;cursor:pointer}.govuk-details__summary[_ngcontent-%COMP%]:hover{color:#003078}.govuk-details__summary[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-details__summary-text[_ngcontent-%COMP%]{text-decoration:underline}.govuk-details__summary[_ngcontent-%COMP%]:focus .govuk-details__summary-text[_ngcontent-%COMP%]{text-decoration:none}.govuk-details__summary[_ngcontent-%COMP%]::-webkit-details-marker{display:none}.govuk-details__summary[_ngcontent-%COMP%]:before{content:\"\";position:absolute;top:-1px;bottom:0;left:0;margin:auto;display:block;width:0;height:0;border-style:solid;border-color:transparent;-webkit-clip-path:polygon(0% 0%,100% 50%,0% 100%);clip-path:polygon(0% 0%,100% 50%,0% 100%);border-width:7px 0 7px 12.124px;border-left-color:inherit}.govuk-details[open][_ngcontent-%COMP%] > .govuk-details__summary[_ngcontent-%COMP%]:before{display:block;width:0;height:0;border-style:solid;border-color:transparent;-webkit-clip-path:polygon(0% 0%,50% 100%,100% 0%);clip-path:polygon(0% 0%,50% 100%,100% 0%);border-width:12.124px 7px 0 7px;border-top-color:inherit}.govuk-details__text[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:15px;padding-left:20px;border-left:5px solid #b1b4b6}.govuk-details__text[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-top:0;margin-bottom:20px}.govuk-details__text[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-error-summary[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-error-summary[_ngcontent-%COMP%]{color:#000}}.govuk-error-summary[_ngcontent-%COMP%]{padding:15px}@media(min-width:40.0625em){.govuk-error-summary[_ngcontent-%COMP%]{padding:20px}}.govuk-error-summary[_ngcontent-%COMP%]{margin-bottom:30px}@media(min-width:40.0625em){.govuk-error-summary[_ngcontent-%COMP%]{margin-bottom:50px}}.govuk-error-summary[_ngcontent-%COMP%]{border:5px solid #d4351c}.govuk-error-summary[_ngcontent-%COMP%]:focus{outline:3px solid #ffdd00}.govuk-error-summary__title[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-error-summary__title[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-error-summary__title[_ngcontent-%COMP%]{font-weight:700;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-error-summary__title[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-error-summary__title[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-error-summary__title[_ngcontent-%COMP%]{margin-top:0;margin-bottom:15px}@media(min-width:40.0625em){.govuk-error-summary__title[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-error-summary__body[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-error-summary__body[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-error-summary__body[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-error-summary__body[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-error-summary__body[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-error-summary__body[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-top:0;margin-bottom:15px}@media(min-width:40.0625em){.govuk-error-summary__body[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-error-summary__list[_ngcontent-%COMP%]{margin-top:0;margin-bottom:0}.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-weight:700;font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{text-decoration:underline}.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:link, .govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:visited{color:#d4351c}.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{color:#942514}.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:active{color:#d4351c}.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-exit-this-page[_ngcontent-%COMP%]{margin-bottom:30px}@media(min-width:40.0625em){.govuk-exit-this-page[_ngcontent-%COMP%]{margin-bottom:50px}}.govuk-exit-this-page[_ngcontent-%COMP%]{position:-webkit-sticky;position:sticky;z-index:1000;top:0;left:0;width:100%}@media(min-width:40.0625em){.govuk-exit-this-page[_ngcontent-%COMP%]{display:inline-block;right:0;left:auto;width:auto;float:right}}.govuk-exit-this-page__button[_ngcontent-%COMP%]{margin-bottom:0}.govuk-exit-this-page__indicator[_ngcontent-%COMP%]{padding:10px 10px 0;display:none;color:inherit;line-height:0;text-align:center;pointer-events:none}.govuk-exit-this-page__indicator--visible[_ngcontent-%COMP%]{display:block}.govuk-exit-this-page__indicator-light[_ngcontent-%COMP%]{box-sizing:border-box;display:inline-block;width:.75em;height:.75em;margin:0 .125em;border-width:2px;border-style:solid;border-radius:50%;border-color:currentcolor}.govuk-exit-this-page__indicator-light--on[_ngcontent-%COMP%]{border-width:.375em}@media only print{.govuk-exit-this-page[_ngcontent-%COMP%]{display:none}}.govuk-exit-this-page-overlay[_ngcontent-%COMP%]{position:fixed;z-index:9999;inset:0;background-color:#fff}.govuk-exit-this-page-hide-content[_ngcontent-%COMP%] *[_ngcontent-%COMP%]{display:none!important}.govuk-exit-this-page-hide-content[_ngcontent-%COMP%] .govuk-exit-this-page-overlay[_ngcontent-%COMP%]{display:block!important}.govuk-file-upload[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-file-upload[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-file-upload[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-file-upload[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-file-upload[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-file-upload[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-file-upload[_ngcontent-%COMP%]{color:#000}}.govuk-file-upload[_ngcontent-%COMP%]{max-width:100%;margin-left:-5px;padding:5px}.govuk-file-upload[_ngcontent-%COMP%]::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}.govuk-file-upload[_ngcontent-%COMP%]:focus{outline:3px solid #ffdd00;box-shadow:inset 0 0 0 4px #0b0c0c}.govuk-file-upload[_ngcontent-%COMP%]:focus-within{outline:3px solid #ffdd00;box-shadow:inset 0 0 0 4px #0b0c0c}.govuk-file-upload[_ngcontent-%COMP%]:disabled{opacity:.5;cursor:not-allowed}.govuk-footer[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-footer[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-footer[_ngcontent-%COMP%]{font-weight:400;font-size:14px;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-footer[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}}@media print{.govuk-footer[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-footer[_ngcontent-%COMP%]{padding-top:25px}@media(min-width:40.0625em){.govuk-footer[_ngcontent-%COMP%]{padding-top:40px}}.govuk-footer[_ngcontent-%COMP%]{padding-bottom:15px}@media(min-width:40.0625em){.govuk-footer[_ngcontent-%COMP%]{padding-bottom:25px}}.govuk-footer[_ngcontent-%COMP%]{border-top:10px solid #1d70b8;color:#0b0c0c;background:#f3f2f1}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-footer[_ngcontent-%COMP%]{background:#f4f8fb}.govuk-footer__crown[_ngcontent-%COMP%]{margin-bottom:25px}.govuk-footer__link[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-footer__link[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-footer__link[_ngcontent-%COMP%]{text-decoration:underline}.govuk-footer__link[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-footer__link[_ngcontent-%COMP%]:link, .govuk-footer__link[_ngcontent-%COMP%]:visited{color:#0b0c0c}@media print{.govuk-footer__link[_ngcontent-%COMP%]:link, .govuk-footer__link[_ngcontent-%COMP%]:visited{color:#000}}.govuk-footer__link[_ngcontent-%COMP%]:hover{color:#0b0c0cfc}.govuk-footer__link[_ngcontent-%COMP%]:active, .govuk-footer__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}@media print{.govuk-footer__link[_ngcontent-%COMP%]:active, .govuk-footer__link[_ngcontent-%COMP%]:focus{color:#000}}.govuk-footer__section-break[_ngcontent-%COMP%]{margin:0 0 30px}@media(min-width:40.0625em){.govuk-footer__section-break[_ngcontent-%COMP%]{margin-bottom:50px}}.govuk-footer__section-break[_ngcontent-%COMP%]{border:0;border-bottom:1px solid;border-bottom-color:#b1b4b6}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-footer__section-break[_ngcontent-%COMP%]{border-bottom-color:#8eb8dc}.govuk-footer__meta[_ngcontent-%COMP%]{display:-ms-flexbox;display:flex;margin-right:-15px;margin-left:-15px;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center}.govuk-footer__meta-item[_ngcontent-%COMP%]{margin-right:15px;margin-bottom:25px;margin-left:15px}.govuk-footer__meta-item--grow[_ngcontent-%COMP%]{-ms-flex:1;flex:1}@media(max-width:40.0525em){.govuk-footer__meta-item--grow[_ngcontent-%COMP%]{-ms-flex-preferred-size:320px;flex-basis:320px}}.govuk-footer__licence-logo[_ngcontent-%COMP%]{display:inline-block;margin-right:10px}@media(max-width:48.0525em){.govuk-footer__licence-logo[_ngcontent-%COMP%]{margin-bottom:15px}}.govuk-footer__licence-logo[_ngcontent-%COMP%]{vertical-align:top;forced-color-adjust:auto}.govuk-footer__licence-description[_ngcontent-%COMP%]{display:inline-block}.govuk-footer__copyright-logo[_ngcontent-%COMP%]{display:inline-block;min-width:125px;padding-top:112px;background-image:url(/assets/images/govuk-crest.png)}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.govuk-footer__copyright-logo[_ngcontent-%COMP%]{background-image:url(/assets/images/govuk-crest-2x.png)}}.govuk-footer__copyright-logo[_ngcontent-%COMP%]{background-repeat:no-repeat;background-position:50% 0%;background-size:125px 102px;text-align:center;white-space:nowrap}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-footer__copyright-logo[_ngcontent-%COMP%]{min-width:0;padding-top:0;background-image:none}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-footer__copyright-logo[_ngcontent-%COMP%]{background-image:none}}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-footer__copyright-logo[_ngcontent-%COMP%]:before{content:\"\";display:block;width:100%;padding-top:112px;background-image:url(/assets/images/govuk-crest.svg);background-repeat:no-repeat;background-position:50% 0%;background-size:125px 102px;text-align:center;white-space:nowrap}@supports (-webkit-mask-position: initial) or (mask-position: initial){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-footer__copyright-logo[_ngcontent-%COMP%]:before{background:currentcolor;-webkit-mask-image:url(/assets/images/govuk-crest.svg);mask-image:url(/assets/images/govuk-crest.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 0%;mask-position:50% 0%;-webkit-mask-size:125px 102px;mask-size:125px 102px}@media screen and (forced-colors:active){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-footer__copyright-logo[_ngcontent-%COMP%]:before{background:linktext}}}.govuk-footer__inline-list[_ngcontent-%COMP%]{margin-top:0;margin-bottom:15px;padding:0}.govuk-footer__meta-custom[_ngcontent-%COMP%]{margin-bottom:20px}.govuk-footer__inline-list-item[_ngcontent-%COMP%]{display:inline-block;margin-right:15px;margin-bottom:5px}.govuk-footer__heading[_ngcontent-%COMP%]{margin-bottom:30px;padding-bottom:20px}@media(max-width:40.0525em){.govuk-footer__heading[_ngcontent-%COMP%]{padding-bottom:10px}}.govuk-footer__heading[_ngcontent-%COMP%]{border-bottom:1px solid;border-bottom-color:#b1b4b6}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-footer__heading[_ngcontent-%COMP%]{border-bottom-color:#8eb8dc}.govuk-footer__navigation[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-footer__navigation[_ngcontent-%COMP%]{margin-right:-15px;margin-left:-15px}.govuk-footer__section[_ngcontent-%COMP%]{display:inline-block;margin-bottom:30px;vertical-align:top}.govuk-footer__list[_ngcontent-%COMP%]{margin:0;padding:0;list-style:none;column-gap:30px}@media(min-width:48.0625em){.govuk-footer__list--columns-2[_ngcontent-%COMP%]{column-count:2}.govuk-footer__list--columns-3[_ngcontent-%COMP%]{column-count:3}}.govuk-footer__list-item[_ngcontent-%COMP%]{margin-bottom:15px}@media(min-width:40.0625em){.govuk-footer__list-item[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-footer__list-item[_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-header[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-header[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-header[_ngcontent-%COMP%]{font-weight:400;font-size:14px;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-header[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}}@media print{.govuk-header[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header[_ngcontent-%COMP%]{line-height:1}.govuk-header[_ngcontent-%COMP%]{border-bottom:10px solid #ffffff}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header[_ngcontent-%COMP%]{border-bottom:1px solid transparent}.govuk-header[_ngcontent-%COMP%]{background:#0b0c0c}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header[_ngcontent-%COMP%]{background:#1d70b8}.govuk-header[_ngcontent-%COMP%]{color:#fff}.govuk-header__container--full-width[_ngcontent-%COMP%]{padding:0 15px;border-color:#1d70b8}.govuk-header__container--full-width[_ngcontent-%COMP%] .govuk-header__menu-button[_ngcontent-%COMP%]{right:15px}.govuk-header__container[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-header__container[_ngcontent-%COMP%]{position:relative;margin-bottom:-10px;padding-top:10px;border-bottom:10px solid #1d70b8}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__container[_ngcontent-%COMP%]{margin-bottom:0;padding-top:0;border-bottom:none}.govuk-header__logotype[_ngcontent-%COMP%]{display:inline-block;margin-right:5px;fill:currentcolor}@media(forced-colors:active){.govuk-header__logotype[_ngcontent-%COMP%]{forced-color-adjust:none;color:linktext}}.govuk-header__logotype[_ngcontent-%COMP%]:last-child{margin-right:0}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__logotype[_ngcontent-%COMP%]{position:relative;top:-3px;margin-right:.4375rem;margin-bottom:2px;vertical-align:top}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__logotype[_ngcontent-%COMP%]:last-child{margin-right:0}.govuk-logo-dot[_ngcontent-%COMP%]{fill:#00ffe0}@media print{.govuk-logo-dot[_ngcontent-%COMP%]{fill:currentcolor}}@media(forced-colors:active){.govuk-logo-dot[_ngcontent-%COMP%]{fill:currentcolor}}[_ngcontent-%COMP%]:focus .govuk-logo-dot[_ngcontent-%COMP%]{fill:currentcolor}.govuk-header__logotype-crown[_ngcontent-%COMP%]{position:relative;top:-1px;margin-right:1px;fill:currentcolor;vertical-align:top}.govuk-header__logotype-crown[width=\"32\"][_ngcontent-%COMP%]{top:-3px;margin-right:2px}.govuk-header__logotype-crown-fallback-image[_ngcontent-%COMP%]{width:36px;height:32px;border:0;vertical-align:bottom}.govuk-header__logotype-crown-fallback-image[width=\"32\"][_ngcontent-%COMP%]{width:32px;height:30px}.govuk-header__product-name[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-header__product-name[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-header__product-name[_ngcontent-%COMP%]{font-weight:400;font-size:18px;font-size:1.125rem;line-height:1}@media(min-width:40.0625em){.govuk-header__product-name[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1}}@media print{.govuk-header__product-name[_ngcontent-%COMP%]{font-size:18pt;line-height:1}}.govuk-header__product-name[_ngcontent-%COMP%]{display:inline-table}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__product-name[_ngcontent-%COMP%]{margin-top:0;margin-bottom:-.0625rem;font-size:1.9375rem;letter-spacing:-.015em;forced-color-adjust:none}@media screen and (forced-colors:active){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__product-name[_ngcontent-%COMP%]{color:linktext;background:transparent}}@media(min-width:40.0625em){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__product-name[_ngcontent-%COMP%]{margin-top:0}}@media(min-width:48.0625em){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__product-name[_ngcontent-%COMP%]{margin-top:0}}.govuk-header__link[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-header__link[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-header__link[_ngcontent-%COMP%]:link, .govuk-header__link[_ngcontent-%COMP%]:visited{color:#fff}.govuk-header__link[_ngcontent-%COMP%]:hover, .govuk-header__link[_ngcontent-%COMP%]:active{color:#fffffffc}.govuk-header__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-header__link[_ngcontent-%COMP%]{text-decoration:none}.govuk-header__link[_ngcontent-%COMP%]:hover{text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:.1578em}.govuk-header__link[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-header__link--homepage[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-header__link--homepage[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-header__link--homepage[_ngcontent-%COMP%]{font-weight:700;display:inline-block;margin-right:10px;font-size:30px;line-height:1}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__link--homepage[_ngcontent-%COMP%]{line-height:inherit}@media(min-width:40.0625em){.govuk-header__link--homepage[_ngcontent-%COMP%]{display:inline}}.govuk-header__link--homepage[_ngcontent-%COMP%]:link, .govuk-header__link--homepage[_ngcontent-%COMP%]:visited{text-decoration:none}.govuk-header__link--homepage[_ngcontent-%COMP%]:hover, .govuk-header__link--homepage[_ngcontent-%COMP%]:active{margin-bottom:-3px;border-bottom:3px solid}.govuk-header__link--homepage[_ngcontent-%COMP%]:focus{margin-bottom:0;border-bottom:0}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__link--homepage[_ngcontent-%COMP%]{font-weight:400;display:inline;word-spacing:-.375rem}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__link--homepage[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{word-spacing:0}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__link--homepage[_ngcontent-%COMP%]:not(:focus){background-color:#1d70b8}.govuk-header__service-name[_ngcontent-%COMP%], .govuk-header__link--service-name[_ngcontent-%COMP%]{display:inline-block;margin-bottom:10px;font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-header__service-name[_ngcontent-%COMP%], .govuk-header__link--service-name[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-header__service-name[_ngcontent-%COMP%], .govuk-header__link--service-name[_ngcontent-%COMP%]{font-weight:700;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-header__service-name[_ngcontent-%COMP%], .govuk-header__link--service-name[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-header__service-name[_ngcontent-%COMP%], .govuk-header__link--service-name[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__service-name[_ngcontent-%COMP%], .govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__link--service-name[_ngcontent-%COMP%]{margin-bottom:15px}@media(min-width:48.0625em){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__service-name[_ngcontent-%COMP%], .govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__link--service-name[_ngcontent-%COMP%]{margin:19px 0 11px}}.govuk-header__logo[_ngcontent-%COMP%], .govuk-header__content[_ngcontent-%COMP%]{box-sizing:border-box}.govuk-header__logo[_ngcontent-%COMP%]{margin-bottom:10px;padding-right:50px}@media(min-width:48.0625em){.govuk-header__logo[_ngcontent-%COMP%]{width:33.33%;padding-right:15px;float:left;vertical-align:top}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__logo[_ngcontent-%COMP%]:last-child{width:auto;padding-right:0;float:none}}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__logo[_ngcontent-%COMP%]{margin-bottom:0;padding-top:16px;padding-bottom:12px}@media(min-width:48.0625em){.govuk-header__content[_ngcontent-%COMP%]{width:66.66%;padding-left:15px;float:left}}.govuk-header__menu-button[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-header__menu-button[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-header__menu-button[_ngcontent-%COMP%]{font-weight:400;font-size:14px;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-header__menu-button[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}}@media print{.govuk-header__menu-button[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-header__menu-button[_ngcontent-%COMP%]{display:none;position:absolute;top:20px;right:0;margin:0;padding:0;border:0;color:#fff;background:none;cursor:pointer}.govuk-header__menu-button[_ngcontent-%COMP%]:hover{-webkit-text-decoration:solid underline 3px;text-decoration:solid underline 3px;text-underline-offset:.1578em}.govuk-header__menu-button[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-header__menu-button[_ngcontent-%COMP%]:after{display:inline-block;width:0;height:0;border-style:solid;border-color:transparent;-webkit-clip-path:polygon(0% 0%,50% 100%,100% 0%);clip-path:polygon(0% 0%,50% 100%,100% 0%);border-width:8.66px 5px 0 5px;border-top-color:inherit;content:\"\";margin-left:5px}.govuk-header__menu-button[aria-expanded=true][_ngcontent-%COMP%]:after{display:inline-block;width:0;height:0;border-style:solid;border-color:transparent;-webkit-clip-path:polygon(50% 0%,0% 100%,100% 100%);clip-path:polygon(50% 0%,0% 100%,100% 100%);border-width:0 5px 8.66px 5px;border-bottom-color:inherit}@media(min-width:40.0625em){.govuk-header__menu-button[_ngcontent-%COMP%]{top:15px}}.js-enabled[_ngcontent-%COMP%] .govuk-header__menu-button[_ngcontent-%COMP%]{display:block}.govuk-header__menu-button[hidden][_ngcontent-%COMP%], .js-enabled[_ngcontent-%COMP%] .govuk-header__menu-button[hidden][_ngcontent-%COMP%]{display:none}@media(max-width:19.99em){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation[_ngcontent-%COMP%]{padding-bottom:15px}}@media(min-width:48.0625em){.govuk-header__navigation[_ngcontent-%COMP%]{margin-bottom:10px}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation[_ngcontent-%COMP%]{margin-bottom:0;padding:22px 0 8px}}@media(min-width:48.0625em){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__service-name[_ngcontent-%COMP%] + .govuk-header__navigation[_ngcontent-%COMP%]{padding-top:0;padding-bottom:15px}}.govuk-header__navigation-list[_ngcontent-%COMP%]{margin:0;padding:0;list-style:none}.govuk-header__navigation-list[hidden][_ngcontent-%COMP%]{display:none}@media(min-width:20em)and (max-width:48.0525em){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-list[_ngcontent-%COMP%]{padding-bottom:15px}}@media(min-width:48.0625em){.govuk-header__navigation--end[_ngcontent-%COMP%]{margin:0;padding:5px 0;text-align:right}}.govuk-header__navigation--no-service-name[_ngcontent-%COMP%]{padding-top:40px}.govuk-header__navigation-item[_ngcontent-%COMP%]{padding:10px 0;border-bottom:1px solid #2e3133}@media(min-width:48.0625em){.govuk-header__navigation-item[_ngcontent-%COMP%]{display:inline-block;margin-right:15px;padding:5px 0;border:0}}.govuk-header__navigation-item[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-header__navigation-item[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-header__navigation-item[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-weight:700;font-size:14px;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-header__navigation-item[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}}@media print{.govuk-header__navigation-item[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-header__navigation-item[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{white-space:nowrap}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-item[_ngcontent-%COMP%]{padding-top:15px}@media(min-width:48.0625em){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-item[_ngcontent-%COMP%]{padding-top:5px}}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-item[_ngcontent-%COMP%]{border-bottom-color:#fff}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-item[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-weight:400}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-weight:700}.govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:link, .govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover, .govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:visited{color:#1d8feb}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:link, .govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover, .govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:visited{color:inherit}@media print{.govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:#1d70b8}}.govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__navigation-item--active[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-header__navigation-item[_ngcontent-%COMP%]:last-child{margin-right:0;border-bottom:0}@media print{.govuk-header[_ngcontent-%COMP%]{border-bottom-width:0;color:#0b0c0c;background:transparent}.govuk-header__logotype-crown-fallback-image[_ngcontent-%COMP%]{display:none}.govuk-header__link[_ngcontent-%COMP%]:link, .govuk-header__link[_ngcontent-%COMP%]:visited{color:#0b0c0c}.govuk-header__link[_ngcontent-%COMP%]:after{display:none}}.govuk-inset-text[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-inset-text[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-inset-text[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-inset-text[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-inset-text[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-inset-text[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-inset-text[_ngcontent-%COMP%]{color:#000}}.govuk-inset-text[_ngcontent-%COMP%]{padding:15px;margin-top:20px}@media(min-width:40.0625em){.govuk-inset-text[_ngcontent-%COMP%]{margin-top:30px}}.govuk-inset-text[_ngcontent-%COMP%]{margin-bottom:20px}@media(min-width:40.0625em){.govuk-inset-text[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-inset-text[_ngcontent-%COMP%]{clear:both;border-left:10px solid #b1b4b6}.govuk-inset-text[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:first-child{margin-top:0}.govuk-inset-text[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:only-child, .govuk-inset-text[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-notification-banner[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-notification-banner[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-notification-banner[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-notification-banner[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-notification-banner[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-notification-banner[_ngcontent-%COMP%]{margin-bottom:30px}@media(min-width:40.0625em){.govuk-notification-banner[_ngcontent-%COMP%]{margin-bottom:50px}}.govuk-notification-banner[_ngcontent-%COMP%]{border:5px solid #1d70b8;background-color:#1d70b8}.govuk-notification-banner[_ngcontent-%COMP%]:focus{outline:3px solid #ffdd00}.govuk-notification-banner__header[_ngcontent-%COMP%]{padding:2px 15px 5px;border-bottom:1px solid transparent}@media(min-width:40.0625em){.govuk-notification-banner__header[_ngcontent-%COMP%]{padding:2px 20px 5px}}.govuk-notification-banner__title[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-notification-banner__title[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-notification-banner__title[_ngcontent-%COMP%]{font-weight:700;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-notification-banner__title[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-notification-banner__title[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-notification-banner__title[_ngcontent-%COMP%]{margin:0;padding:0;color:#fff}.govuk-notification-banner__content[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-notification-banner__content[_ngcontent-%COMP%]{color:#000}}.govuk-notification-banner__content[_ngcontent-%COMP%]{padding:15px;background-color:#fff}@media(min-width:40.0625em){.govuk-notification-banner__content[_ngcontent-%COMP%]{padding:20px}}.govuk-notification-banner__content[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{box-sizing:border-box;max-width:605px}.govuk-notification-banner__content[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-notification-banner__heading[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-notification-banner__heading[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-notification-banner__heading[_ngcontent-%COMP%]{font-weight:700;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-notification-banner__heading[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-notification-banner__heading[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-notification-banner__heading[_ngcontent-%COMP%]{margin:0 0 15px;padding:0}.govuk-notification-banner__link[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-notification-banner__link[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-notification-banner__link[_ngcontent-%COMP%]{text-decoration:underline}.govuk-notification-banner__link[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-notification-banner__link[_ngcontent-%COMP%]:link, .govuk-notification-banner__link[_ngcontent-%COMP%]:visited{color:#1d70b8}.govuk-notification-banner__link[_ngcontent-%COMP%]:hover{color:#003078}.govuk-notification-banner__link[_ngcontent-%COMP%]:active{color:#0b0c0c}.govuk-notification-banner__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-notification-banner--success[_ngcontent-%COMP%]{border-color:#00703c;background-color:#00703c}.govuk-notification-banner--success[_ngcontent-%COMP%] .govuk-notification-banner__link[_ngcontent-%COMP%]:link, .govuk-notification-banner--success[_ngcontent-%COMP%] .govuk-notification-banner__link[_ngcontent-%COMP%]:visited{color:#00703c}.govuk-notification-banner--success[_ngcontent-%COMP%] .govuk-notification-banner__link[_ngcontent-%COMP%]:hover{color:#004e2a}.govuk-notification-banner--success[_ngcontent-%COMP%] .govuk-notification-banner__link[_ngcontent-%COMP%]:active{color:#00703c}.govuk-notification-banner--success[_ngcontent-%COMP%] .govuk-notification-banner__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-pagination[_ngcontent-%COMP%]{margin-bottom:20px}@media(min-width:40.0625em){.govuk-pagination[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-pagination[_ngcontent-%COMP%]{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width:40.0625em){.govuk-pagination[_ngcontent-%COMP%]{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start}}.govuk-pagination__list[_ngcontent-%COMP%]{margin:0;padding:0;list-style:none}.govuk-pagination__item[_ngcontent-%COMP%], .govuk-pagination__next[_ngcontent-%COMP%], .govuk-pagination__prev[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-pagination__item[_ngcontent-%COMP%], .govuk-pagination__next[_ngcontent-%COMP%], .govuk-pagination__prev[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-pagination__item[_ngcontent-%COMP%], .govuk-pagination__next[_ngcontent-%COMP%], .govuk-pagination__prev[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-pagination__item[_ngcontent-%COMP%], .govuk-pagination__next[_ngcontent-%COMP%], .govuk-pagination__prev[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-pagination__item[_ngcontent-%COMP%], .govuk-pagination__next[_ngcontent-%COMP%], .govuk-pagination__prev[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-pagination__item[_ngcontent-%COMP%], .govuk-pagination__next[_ngcontent-%COMP%], .govuk-pagination__prev[_ngcontent-%COMP%]{box-sizing:border-box;position:relative;min-width:45px;min-height:45px;padding:10px 15px;float:left}.govuk-pagination__item[_ngcontent-%COMP%]:hover, .govuk-pagination__next[_ngcontent-%COMP%]:hover, .govuk-pagination__prev[_ngcontent-%COMP%]:hover{background-color:#f3f2f1}.govuk-pagination__item[_ngcontent-%COMP%]{display:none;text-align:center}@media(min-width:40.0625em){.govuk-pagination__item[_ngcontent-%COMP%]{display:block}}.govuk-pagination__prev[_ngcontent-%COMP%], .govuk-pagination__next[_ngcontent-%COMP%]{font-weight:700}.govuk-pagination__prev[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%], .govuk-pagination__next[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.govuk-pagination__prev[_ngcontent-%COMP%]{padding-left:0}.govuk-pagination__next[_ngcontent-%COMP%]{padding-right:0}.govuk-pagination__item--current[_ngcontent-%COMP%], .govuk-pagination__item--ellipses[_ngcontent-%COMP%], .govuk-pagination__item[_ngcontent-%COMP%]:first-child, .govuk-pagination__item[_ngcontent-%COMP%]:last-child{display:block}.govuk-pagination__item--current[_ngcontent-%COMP%]{font-weight:700;outline:1px solid transparent;background-color:#1d70b8}.govuk-pagination__item--current[_ngcontent-%COMP%]:hover{background-color:#1d70b8}.govuk-pagination__item--current[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]:link, .govuk-pagination__item--current[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]:visited{color:#fff}.govuk-pagination__item--current[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]:hover, .govuk-pagination__item--current[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]:active{color:#fffffffc}.govuk-pagination__item--current[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-pagination__item--ellipses[_ngcontent-%COMP%]{font-weight:700;color:#505a5f}.govuk-pagination__item--ellipses[_ngcontent-%COMP%]:hover{background-color:transparent}.govuk-pagination__link[_ngcontent-%COMP%]{display:block;min-width:15px}@media screen{.govuk-pagination__link[_ngcontent-%COMP%]:after{content:\"\";position:absolute;inset:0}}.govuk-pagination__link[_ngcontent-%COMP%]:hover .govuk-pagination__link-title--decorated[_ngcontent-%COMP%], .govuk-pagination__link[_ngcontent-%COMP%]:active .govuk-pagination__link-title--decorated[_ngcontent-%COMP%]{text-decoration:underline}.govuk-pagination__link[_ngcontent-%COMP%]:focus .govuk-pagination__icon[_ngcontent-%COMP%]{color:#0b0c0c}.govuk-pagination__link[_ngcontent-%COMP%]:focus .govuk-pagination__link-label[_ngcontent-%COMP%]{text-decoration:none}.govuk-pagination__link[_ngcontent-%COMP%]:focus .govuk-pagination__link-title--decorated[_ngcontent-%COMP%]{text-decoration:none}.govuk-pagination__link-label[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-pagination__link-label[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-pagination__link-label[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-pagination__link-label[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-pagination__link-label[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-pagination__link-label[_ngcontent-%COMP%]{text-decoration:underline;display:inline-block;padding-left:30px}.govuk-pagination__icon[_ngcontent-%COMP%]{width:.9375rem;height:.8125rem;color:#505a5f;fill:currentcolor;forced-color-adjust:auto}.govuk-pagination__icon--prev[_ngcontent-%COMP%]{margin-right:15px}.govuk-pagination__icon--next[_ngcontent-%COMP%]{margin-left:15px}.govuk-pagination--block[_ngcontent-%COMP%]{display:block}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__item[_ngcontent-%COMP%]{padding:15px;float:none}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__next[_ngcontent-%COMP%], .govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__prev[_ngcontent-%COMP%]{padding-left:0;float:none}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__next[_ngcontent-%COMP%]{padding-right:15px}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__next[_ngcontent-%COMP%] .govuk-pagination__icon[_ngcontent-%COMP%]{margin-left:0}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__prev[_ngcontent-%COMP%] + .govuk-pagination__next[_ngcontent-%COMP%]{border-top:1px solid #b1b4b6}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%], .govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__link-title[_ngcontent-%COMP%]{display:inline}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__link-title[_ngcontent-%COMP%]:after{content:\"\";display:block}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]{text-align:left}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]:focus .govuk-pagination__link-label[_ngcontent-%COMP%]{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]:not(:focus){text-decoration:none}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__icon[_ngcontent-%COMP%]{margin-right:10px}.govuk-panel[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-panel[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-panel[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-panel[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-panel[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-panel[_ngcontent-%COMP%]{box-sizing:border-box;margin-bottom:15px;padding:35px;border:5px solid transparent;text-align:center}@media(max-width:40.0525em){.govuk-panel[_ngcontent-%COMP%]{padding:10px;overflow-wrap:break-word;word-wrap:break-word}}.govuk-panel--confirmation[_ngcontent-%COMP%]{color:#fff;background:#00703c}@media print{.govuk-panel--confirmation[_ngcontent-%COMP%]{border-color:currentcolor;color:#000;background:none}}.govuk-panel__title[_ngcontent-%COMP%]{margin-top:0;margin-bottom:30px;font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-panel__title[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-panel__title[_ngcontent-%COMP%]{font-weight:700;font-size:32px;font-size:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-panel__title[_ngcontent-%COMP%]{font-size:48px;font-size:3rem;line-height:1.0416666667}}@media print{.govuk-panel__title[_ngcontent-%COMP%]{font-size:32pt;line-height:1.15}}.govuk-panel__title[_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-panel__body[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-panel__body[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-panel__body[_ngcontent-%COMP%]{font-weight:400;font-size:24px;font-size:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-panel__body[_ngcontent-%COMP%]{font-size:36px;font-size:2.25rem;line-height:1.1111111111}}@media print{.govuk-panel__body[_ngcontent-%COMP%]{font-size:24pt;line-height:1.05}}.govuk-tag[_ngcontent-%COMP%]{display:inline-block;outline:2px solid transparent;outline-offset:-2px;color:#fff;background-color:#1d70b8;letter-spacing:1px;text-decoration:none;text-transform:uppercase;font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-tag[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-tag[_ngcontent-%COMP%]{font-weight:700;font-size:14px;font-size:.875rem;line-height:1}@media(min-width:40.0625em){.govuk-tag[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1}}@media print{.govuk-tag[_ngcontent-%COMP%]{font-size:14pt;line-height:1}}.govuk-tag[_ngcontent-%COMP%]{padding:5px 8px 4px}.govuk-tag--grey[_ngcontent-%COMP%]{color:#383f43;background:#eeefef}.govuk-tag--purple[_ngcontent-%COMP%]{color:#3d2375;background:#dbd5e9}.govuk-tag--turquoise[_ngcontent-%COMP%]{color:#10403c;background:#bfe3e0}.govuk-tag--blue[_ngcontent-%COMP%]{color:#144e81;background:#d2e2f1}.govuk-tag--yellow[_ngcontent-%COMP%]{color:#594d00;background:#fff7bf}.govuk-tag--orange[_ngcontent-%COMP%]{color:#6e3619;background:#fcd6c3}.govuk-tag--red[_ngcontent-%COMP%]{color:#942514;background:#f6d7d2}.govuk-tag--pink[_ngcontent-%COMP%]{color:#80224d;background:#f7d7e6}.govuk-tag--green[_ngcontent-%COMP%]{color:#005a30;background:#cce2d8}.govuk-phase-banner[_ngcontent-%COMP%]{padding-top:10px;padding-bottom:10px;border-bottom:1px solid #b1b4b6}.govuk-phase-banner__content[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-phase-banner__content[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-phase-banner__content[_ngcontent-%COMP%]{font-weight:400;font-size:14px;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-phase-banner__content[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}}@media print{.govuk-phase-banner__content[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-phase-banner__content[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-phase-banner__content[_ngcontent-%COMP%]{color:#000}}.govuk-phase-banner__content[_ngcontent-%COMP%]{display:table;margin:0}.govuk-phase-banner__content__tag[_ngcontent-%COMP%]{margin-right:10px}.govuk-phase-banner__text[_ngcontent-%COMP%]{display:table-cell;vertical-align:middle}.govuk-tabs[_ngcontent-%COMP%]{margin-top:5px;margin-bottom:20px}@media(min-width:40.0625em){.govuk-tabs[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-tabs__title[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-tabs__title[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-tabs__title[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-tabs__title[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-tabs__title[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-tabs__title[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-tabs__title[_ngcontent-%COMP%]{color:#000}}.govuk-tabs__title[_ngcontent-%COMP%]{margin-bottom:10px}.govuk-tabs__list[_ngcontent-%COMP%]{margin:0 0 20px;padding:0;list-style:none}@media(min-width:40.0625em){.govuk-tabs__list[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-tabs__list-item[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-tabs__list-item[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-tabs__list-item[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-tabs__list-item[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-tabs__list-item[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-tabs__list-item[_ngcontent-%COMP%]{margin-left:25px}.govuk-tabs__list-item[_ngcontent-%COMP%]:before{color:#0b0c0c}@media print{.govuk-tabs__list-item[_ngcontent-%COMP%]:before{color:#000}}.govuk-tabs__list-item[_ngcontent-%COMP%]:before{content:\"\\2014\";margin-left:-25px;padding-right:5px}.govuk-tabs__tab[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-tabs__tab[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-tabs__tab[_ngcontent-%COMP%]{text-decoration:underline}.govuk-tabs__tab[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.govuk-tabs__tab[_ngcontent-%COMP%]:link{color:#1d70b8}.govuk-tabs__tab[_ngcontent-%COMP%]:visited{color:#4c2c92}.govuk-tabs__tab[_ngcontent-%COMP%]:hover{color:#003078}.govuk-tabs__tab[_ngcontent-%COMP%]:active{color:#0b0c0c}.govuk-tabs__tab[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-tabs__tab[_ngcontent-%COMP%]{display:inline-block;margin-bottom:10px}.govuk-tabs__panel[_ngcontent-%COMP%]{margin-bottom:30px}@media(min-width:40.0625em){.govuk-tabs__panel[_ngcontent-%COMP%]{margin-bottom:50px}}@media(min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-tabs__list[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__list[_ngcontent-%COMP%]{margin-bottom:0;border-bottom:1px solid #b1b4b6}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__title[_ngcontent-%COMP%]{display:none}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__list-item[_ngcontent-%COMP%]{position:relative;margin-right:5px;margin-bottom:0;margin-left:0;padding:10px 20px;float:left;background-color:#f3f2f1;text-align:center}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__list-item[_ngcontent-%COMP%]:before{content:none}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__list-item--selected[_ngcontent-%COMP%]{position:relative;margin-top:-5px;margin-bottom:-1px;padding:14px 19px 16px;border:1px solid #b1b4b6;border-bottom:0;background-color:#fff}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__list-item--selected[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]{text-decoration:none}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:link, .js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:visited{color:#0b0c0c}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]{margin-bottom:0}}@media print and (min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:link, .js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:visited{color:#000}}@media(min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:hover{color:#0b0c0cfc}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:active, .js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:focus{color:#0b0c0c}}@media print and (min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:active, .js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:focus{color:#000}}@media(min-width:40.0625em){.js-enabled[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:after{content:\"\";position:absolute;inset:0}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__panel[_ngcontent-%COMP%]{margin-bottom:0;padding:30px 20px;border:1px solid #b1b4b6;border-top:0}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__panel[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.js-enabled[_ngcontent-%COMP%] .govuk-tabs__panel--hidden[_ngcontent-%COMP%]{display:none}}.govuk-radios__item[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-radios__item[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-radios__item[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-radios__item[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-radios__item[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-radios__item[_ngcontent-%COMP%]{display:block;position:relative;min-height:40px;margin-bottom:10px;padding-left:40px;clear:left}.govuk-radios__item[_ngcontent-%COMP%]:last-child, .govuk-radios__item[_ngcontent-%COMP%]:last-of-type{margin-bottom:0}.govuk-radios__input[_ngcontent-%COMP%]{cursor:pointer;position:absolute;z-index:1;top:-2px;left:-2px;width:44px;height:44px;margin:0;opacity:0}.govuk-radios__label[_ngcontent-%COMP%]{display:inline-block;margin-bottom:0;padding:8px 15px 5px;cursor:pointer;-ms-touch-action:manipulation;touch-action:manipulation}.govuk-radios__label[_ngcontent-%COMP%]:before{content:\"\";box-sizing:border-box;position:absolute;top:0;left:0;width:40px;height:40px;border:2px solid currentcolor;border-radius:50%;background:transparent}.govuk-radios__label[_ngcontent-%COMP%]:after{content:\"\";position:absolute;top:10px;left:10px;width:0;height:0;border:10px solid currentcolor;border-radius:50%;opacity:0;background:currentcolor}.govuk-radios__hint[_ngcontent-%COMP%]{display:block;padding-right:15px;padding-left:15px}.govuk-radios__input[_ngcontent-%COMP%]:focus + .govuk-radios__label[_ngcontent-%COMP%]:before{border-width:4px;outline:3px solid transparent;outline-offset:1px}@media screen and (forced-colors:active),(-ms-high-contrast:active){.govuk-radios__input[_ngcontent-%COMP%]:focus + .govuk-radios__label[_ngcontent-%COMP%]:before{outline-color:Highlight}}.govuk-radios__input[_ngcontent-%COMP%]:focus + .govuk-radios__label[_ngcontent-%COMP%]:before{box-shadow:0 0 0 4px #fd0}.govuk-radios__input[_ngcontent-%COMP%]:checked + .govuk-radios__label[_ngcontent-%COMP%]:after{opacity:1}.govuk-radios__input[_ngcontent-%COMP%]:disabled, .govuk-radios__input[_ngcontent-%COMP%]:disabled + .govuk-radios__label[_ngcontent-%COMP%]{cursor:not-allowed}.govuk-radios__input[_ngcontent-%COMP%]:disabled + .govuk-radios__label[_ngcontent-%COMP%], .govuk-radios__input[_ngcontent-%COMP%]:disabled ~ .govuk-hint[_ngcontent-%COMP%]{opacity:.5}@media(min-width:40.0625em){.govuk-radios--inline[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-radios--inline[_ngcontent-%COMP%] .govuk-radios__item[_ngcontent-%COMP%]{margin-right:20px;float:left;clear:none}}.govuk-radios__divider[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-radios__divider[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-radios__divider[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-radios__divider[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-radios__divider[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-radios__divider[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-radios__divider[_ngcontent-%COMP%]{color:#000}}.govuk-radios__divider[_ngcontent-%COMP%]{width:40px;margin-bottom:10px;text-align:center}.govuk-radios__conditional[_ngcontent-%COMP%]{margin-bottom:15px}@media(min-width:40.0625em){.govuk-radios__conditional[_ngcontent-%COMP%]{margin-bottom:20px}}.govuk-radios__conditional[_ngcontent-%COMP%]{margin-left:18px;padding-left:33px;border-left:4px solid #b1b4b6}.js-enabled[_ngcontent-%COMP%] .govuk-radios__conditional--hidden[_ngcontent-%COMP%]{display:none}.govuk-radios__conditional[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__item[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__item[_ngcontent-%COMP%]{min-height:0;margin-bottom:0;padding-left:34px;float:left}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__input[_ngcontent-%COMP%]{left:-10px}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__label[_ngcontent-%COMP%]{margin-top:-2px;padding:13px 15px 13px 1px;float:left}@media(min-width:40.0625em){.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__label[_ngcontent-%COMP%]{padding:11px 15px 10px 1px}}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__label[_ngcontent-%COMP%]:before{top:8px;width:24px;height:24px}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__label[_ngcontent-%COMP%]:after{top:15px;left:7px;border-width:5px}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__hint[_ngcontent-%COMP%]{padding:0;clear:both;pointer-events:none}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__conditional[_ngcontent-%COMP%]{margin-left:10px;padding-left:20px;clear:both}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__divider[_ngcontent-%COMP%]{width:24px;margin-bottom:5px}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__item[_ngcontent-%COMP%]:hover .govuk-radios__input[_ngcontent-%COMP%]:not(:disabled) + .govuk-radios__label[_ngcontent-%COMP%]:before{box-shadow:0 0 0 10px #b1b4b6}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__item[_ngcontent-%COMP%]:hover .govuk-radios__input[_ngcontent-%COMP%]:focus + .govuk-radios__label[_ngcontent-%COMP%]:before{box-shadow:0 0 0 4px #fd0,0 0 0 10px #b1b4b6}@media(hover:none),(pointer:coarse){.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__item[_ngcontent-%COMP%]:hover .govuk-radios__input[_ngcontent-%COMP%]:not(:disabled) + .govuk-radios__label[_ngcontent-%COMP%]:before{box-shadow:initial}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__item[_ngcontent-%COMP%]:hover .govuk-radios__input[_ngcontent-%COMP%]:focus + .govuk-radios__label[_ngcontent-%COMP%]:before{box-shadow:0 0 0 4px #fd0}}.govuk-select[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-select[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-select[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-select[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.25}}@media print{.govuk-select[_ngcontent-%COMP%]{font-size:14pt;line-height:1.25}}.govuk-select[_ngcontent-%COMP%]{box-sizing:border-box;min-width:11.5em;max-width:100%;height:40px;height:2.5rem;padding:5px;border:2px solid #0b0c0c;color:#0b0c0c;background-color:#fff}.govuk-select[_ngcontent-%COMP%]:focus{outline:3px solid #ffdd00;outline-offset:0;box-shadow:inset 0 0 0 2px}.govuk-select[_ngcontent-%COMP%]:disabled{opacity:.5;color:inherit;cursor:not-allowed}.govuk-select[_ngcontent-%COMP%] option[_ngcontent-%COMP%]:active, .govuk-select[_ngcontent-%COMP%] option[_ngcontent-%COMP%]:checked, .govuk-select[_ngcontent-%COMP%]:focus::-ms-value{color:#fff;background-color:#1d70b8}.govuk-select--error[_ngcontent-%COMP%]{border-color:#d4351c}.govuk-select--error[_ngcontent-%COMP%]:focus{border-color:#0b0c0c}.govuk-skip-link[_ngcontent-%COMP%]{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important}.govuk-skip-link[_ngcontent-%COMP%]:active, .govuk-skip-link[_ngcontent-%COMP%]:focus{position:static!important;width:auto!important;height:auto!important;margin:inherit!important;overflow:visible!important;clip:auto!important;-webkit-clip-path:none!important;clip-path:none!important;white-space:inherit!important}.govuk-skip-link[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-skip-link[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-skip-link[_ngcontent-%COMP%]{text-decoration:underline}.govuk-skip-link[_ngcontent-%COMP%]:link, .govuk-skip-link[_ngcontent-%COMP%]:visited{color:#0b0c0c}@media print{.govuk-skip-link[_ngcontent-%COMP%]:link, .govuk-skip-link[_ngcontent-%COMP%]:visited{color:#000}}.govuk-skip-link[_ngcontent-%COMP%]:hover{color:#0b0c0cfc}.govuk-skip-link[_ngcontent-%COMP%]:active, .govuk-skip-link[_ngcontent-%COMP%]:focus{color:#0b0c0c}@media print{.govuk-skip-link[_ngcontent-%COMP%]:active, .govuk-skip-link[_ngcontent-%COMP%]:focus{color:#000}}.govuk-skip-link[_ngcontent-%COMP%]{font-size:14px;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-skip-link[_ngcontent-%COMP%]{font-size:16px;font-size:1rem;line-height:1.25}}@media print{.govuk-skip-link[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-skip-link[_ngcontent-%COMP%]{display:block;padding:10px 15px}@supports (padding: max(0px)){.govuk-skip-link[_ngcontent-%COMP%]{padding-right:max(15px,calc(15px + env(safe-area-inset-right)));padding-left:max(15px,calc(15px + env(safe-area-inset-left)))}}.govuk-skip-link[_ngcontent-%COMP%]:focus{outline:3px solid #ffdd00;outline-offset:0;background-color:#fd0}.govuk-skip-link-focused-element[_ngcontent-%COMP%]:focus{outline:none}.govuk-summary-list[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-summary-list[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-summary-list[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-summary-list[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-summary-list[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-summary-list[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-summary-list[_ngcontent-%COMP%]{color:#000}}@media(min-width:40.0625em){.govuk-summary-list[_ngcontent-%COMP%]{display:table;width:100%;table-layout:fixed;border-collapse:collapse}}.govuk-summary-list[_ngcontent-%COMP%]{margin:0 0 20px}@media(min-width:40.0625em){.govuk-summary-list[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-summary-list__row[_ngcontent-%COMP%]{border-bottom:1px solid #b1b4b6}@media(max-width:40.0525em){.govuk-summary-list__row[_ngcontent-%COMP%]{margin-bottom:15px}}@media(min-width:40.0625em){.govuk-summary-list__row[_ngcontent-%COMP%]{display:table-row}}.govuk-summary-list__row[_ngcontent-%COMP%]:not(.govuk-summary-list__row--no-actions) > [_ngcontent-%COMP%]:last-child{padding-right:0}@media(min-width:40.0625em){.govuk-summary-list__row--no-actions[_ngcontent-%COMP%]:after{content:\"\";display:table-cell;width:20%}}.govuk-summary-list__key[_ngcontent-%COMP%], .govuk-summary-list__value[_ngcontent-%COMP%], .govuk-summary-list__actions[_ngcontent-%COMP%]{margin:0}@media(min-width:40.0625em){.govuk-summary-list__key[_ngcontent-%COMP%], .govuk-summary-list__value[_ngcontent-%COMP%], .govuk-summary-list__actions[_ngcontent-%COMP%]{display:table-cell;padding-top:10px;padding-right:20px;padding-bottom:10px}}.govuk-summary-list__actions[_ngcontent-%COMP%]{margin-bottom:15px}@media(min-width:40.0625em){.govuk-summary-list__actions[_ngcontent-%COMP%]{width:20%;padding-right:0;text-align:right}}.govuk-summary-list__key[_ngcontent-%COMP%], .govuk-summary-list__value[_ngcontent-%COMP%]{word-wrap:break-word;overflow-wrap:break-word}.govuk-summary-list__key[_ngcontent-%COMP%]{margin-bottom:5px;font-weight:700}@media(min-width:40.0625em){.govuk-summary-list__key[_ngcontent-%COMP%]{width:30%}}@media(max-width:40.0525em){.govuk-summary-list__value[_ngcontent-%COMP%]{margin-bottom:15px}}.govuk-summary-list__value[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-bottom:10px}.govuk-summary-list__value[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-summary-list__actions-list[_ngcontent-%COMP%]{width:100%;margin:0;padding:0}.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]{display:inline-block}@media(max-width:40.0525em){.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]{margin-right:10px;padding-right:10px}.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]:not(:last-child){border-right:1px solid #b1b4b6}.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]:last-child{margin-right:0;padding-right:0;border:0}}@media(min-width:40.0625em){.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]{margin-left:10px;padding-left:10px}.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]:not(:first-child){border-left:1px solid #b1b4b6}.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]:first-child{margin-left:0;padding-left:0;border:0}}.govuk-summary-list--no-border[_ngcontent-%COMP%] .govuk-summary-list__row[_ngcontent-%COMP%]{border:0}@media(min-width:40.0625em){.govuk-summary-list--no-border[_ngcontent-%COMP%] .govuk-summary-list__key[_ngcontent-%COMP%], .govuk-summary-list--no-border[_ngcontent-%COMP%] .govuk-summary-list__value[_ngcontent-%COMP%], .govuk-summary-list--no-border[_ngcontent-%COMP%] .govuk-summary-list__actions[_ngcontent-%COMP%]{padding-bottom:11px}}.govuk-summary-list__row--no-border[_ngcontent-%COMP%]{border:0}@media(min-width:40.0625em){.govuk-summary-list__row--no-border[_ngcontent-%COMP%] .govuk-summary-list__key[_ngcontent-%COMP%], .govuk-summary-list__row--no-border[_ngcontent-%COMP%] .govuk-summary-list__value[_ngcontent-%COMP%], .govuk-summary-list__row--no-border[_ngcontent-%COMP%] .govuk-summary-list__actions[_ngcontent-%COMP%]{padding-bottom:11px}}.govuk-summary-card[_ngcontent-%COMP%]{margin-bottom:20px}@media(min-width:40.0625em){.govuk-summary-card[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-summary-card[_ngcontent-%COMP%]{border:1px solid #b1b4b6}.govuk-summary-card__title-wrapper[_ngcontent-%COMP%]{padding:15px;border-bottom:1px solid transparent;background-color:#f3f2f1}@media(min-width:40.0625em){.govuk-summary-card__title-wrapper[_ngcontent-%COMP%]{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:15px 20px}}.govuk-summary-card__title[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-summary-card__title[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-summary-card__title[_ngcontent-%COMP%]{font-weight:700;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-summary-card__title[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-summary-card__title[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-summary-card__title[_ngcontent-%COMP%]{margin:5px 20px 10px 0}@media(min-width:40.0625em){.govuk-summary-card__title[_ngcontent-%COMP%]{margin-bottom:5px}}.govuk-summary-card__actions[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-summary-card__actions[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-summary-card__actions[_ngcontent-%COMP%]{font-weight:700;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-summary-card__actions[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-summary-card__actions[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-summary-card__actions[_ngcontent-%COMP%]{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:10px;margin:5px 0;padding:0;list-style:none}@media(min-width:40.0625em){.govuk-summary-card__actions[_ngcontent-%COMP%]{-ms-flex-pack:right;justify-content:right;text-align:right}}.govuk-summary-card__action[_ngcontent-%COMP%]{display:inline;margin:0 10px 0 0;padding-right:10px;border-right:1px solid #b1b4b6}@media(min-width:40.0625em){.govuk-summary-card__action[_ngcontent-%COMP%]{margin-right:0}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.govuk-summary-card__action[_ngcontent-%COMP%]{margin-bottom:5px}}.govuk-summary-card__action[_ngcontent-%COMP%]:last-child{margin:0;padding-right:0;border-right:none}@media(min-width:40.0625em){.govuk-summary-card__action[_ngcontent-%COMP%]:last-child{padding-left:10px}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.govuk-summary-card__action[_ngcontent-%COMP%]:last-child{margin-bottom:0}}.govuk-summary-card__content[_ngcontent-%COMP%]{padding:15px 15px 0}@media(min-width:40.0625em){.govuk-summary-card__content[_ngcontent-%COMP%]{padding:15px 20px}}.govuk-summary-card__content[_ngcontent-%COMP%] .govuk-summary-list[_ngcontent-%COMP%]{margin-bottom:0}.govuk-summary-card__content[_ngcontent-%COMP%] .govuk-summary-list__row[_ngcontent-%COMP%]:last-of-type{margin-bottom:0;border-bottom:none}.govuk-table[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-table[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-table[_ngcontent-%COMP%]{font-weight:400;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-table[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-table[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-table[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-table[_ngcontent-%COMP%]{color:#000}}.govuk-table[_ngcontent-%COMP%]{width:100%;margin-bottom:20px}@media(min-width:40.0625em){.govuk-table[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-table[_ngcontent-%COMP%]{border-spacing:0;border-collapse:collapse}.govuk-table__header[_ngcontent-%COMP%]{font-weight:700}.govuk-table__header[_ngcontent-%COMP%], .govuk-table__cell[_ngcontent-%COMP%]{padding:10px 20px 10px 0;border-bottom:1px solid #b1b4b6;text-align:left;vertical-align:top}.govuk-table__cell--numeric[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-table__cell--numeric[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-table__cell--numeric[_ngcontent-%COMP%]{font-feature-settings:\"tnum\" 1}@supports (font-variant-numeric: tabular-nums){.govuk-table__cell--numeric[_ngcontent-%COMP%]{font-feature-settings:normal;font-variant-numeric:tabular-nums}}.govuk-table__cell--numeric[_ngcontent-%COMP%]{font-weight:400}.govuk-table__header--numeric[_ngcontent-%COMP%], .govuk-table__cell--numeric[_ngcontent-%COMP%]{text-align:right}.govuk-table__header[_ngcontent-%COMP%]:last-child, .govuk-table__cell[_ngcontent-%COMP%]:last-child{padding-right:0}.govuk-table__caption[_ngcontent-%COMP%]{font-weight:700;display:table-caption;text-align:left}.govuk-table__caption--xl[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-table__caption--xl[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-table__caption--xl[_ngcontent-%COMP%]{font-weight:700;font-size:32px;font-size:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-table__caption--xl[_ngcontent-%COMP%]{font-size:48px;font-size:3rem;line-height:1.0416666667}}@media print{.govuk-table__caption--xl[_ngcontent-%COMP%]{font-size:32pt;line-height:1.15}}.govuk-table__caption--xl[_ngcontent-%COMP%]{margin-bottom:15px}.govuk-table__caption--l[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-table__caption--l[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-table__caption--l[_ngcontent-%COMP%]{font-weight:700;font-size:24px;font-size:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-table__caption--l[_ngcontent-%COMP%]{font-size:36px;font-size:2.25rem;line-height:1.1111111111}}@media print{.govuk-table__caption--l[_ngcontent-%COMP%]{font-size:24pt;line-height:1.05}}.govuk-table__caption--l[_ngcontent-%COMP%]{margin-bottom:15px}.govuk-table__caption--m[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-table__caption--m[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-table__caption--m[_ngcontent-%COMP%]{font-weight:700;font-size:18px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-table__caption--m[_ngcontent-%COMP%]{font-size:24px;font-size:1.5rem;line-height:1.25}}@media print{.govuk-table__caption--m[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-table__caption--m[_ngcontent-%COMP%]{margin-bottom:15px}.govuk-table__caption--s[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-table__caption--s[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-table__caption--s[_ngcontent-%COMP%]{font-weight:700;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-table__caption--s[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-table__caption--s[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-warning-text[_ngcontent-%COMP%]{position:relative;margin-bottom:20px}@media(min-width:40.0625em){.govuk-warning-text[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-warning-text[_ngcontent-%COMP%]{padding:10px 0}.govuk-warning-text__assistive[_ngcontent-%COMP%]{position:absolute!important}.govuk-warning-text__assistive[_ngcontent-%COMP%]:before{content:\"\\a0\"}.govuk-warning-text__assistive[_ngcontent-%COMP%]:after{content:\"\\a0\"}.govuk-warning-text__assistive[_ngcontent-%COMP%]{width:1px!important;height:1px!important;margin:0!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;border:0!important;white-space:nowrap!important}.govuk-warning-text__icon[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-warning-text__icon[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-warning-text__icon[_ngcontent-%COMP%]{font-weight:700;box-sizing:border-box;display:inline-block;position:absolute;left:0;min-width:35px;min-height:35px;margin-top:-7px}@media(min-width:40.0625em){.govuk-warning-text__icon[_ngcontent-%COMP%]{margin-top:-5px}}.govuk-warning-text__icon[_ngcontent-%COMP%]{border:3px solid #0b0c0c;border-radius:50%;color:#fff;background:#0b0c0c;font-size:30px;line-height:29px;text-align:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;forced-color-adjust:none}@media screen and (forced-colors:active){.govuk-warning-text__icon[_ngcontent-%COMP%]{border-color:windowText;color:windowText;background:transparent}}.govuk-warning-text__text[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-warning-text__text[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-warning-text__text[_ngcontent-%COMP%]{font-weight:700;font-size:16px;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-warning-text__text[_ngcontent-%COMP%]{font-size:19px;font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-warning-text__text[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-warning-text__text[_ngcontent-%COMP%]{color:#0b0c0c}@media print{.govuk-warning-text__text[_ngcontent-%COMP%]{color:#000}}.govuk-warning-text__text[_ngcontent-%COMP%]{display:block;padding-left:45px}.govuk-clearfix[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-visually-hidden[_ngcontent-%COMP%]{position:absolute!important}.govuk-visually-hidden[_ngcontent-%COMP%]:before{content:\"\\a0\"}.govuk-visually-hidden[_ngcontent-%COMP%]:after{content:\"\\a0\"}.govuk-visually-hidden[_ngcontent-%COMP%]{width:1px!important;height:1px!important;margin:0!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;border:0!important;white-space:nowrap!important}.govuk-visually-hidden-focusable[_ngcontent-%COMP%]{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important}.govuk-visually-hidden-focusable[_ngcontent-%COMP%]:active, .govuk-visually-hidden-focusable[_ngcontent-%COMP%]:focus{position:static!important;width:auto!important;height:auto!important;margin:inherit!important;overflow:visible!important;clip:auto!important;-webkit-clip-path:none!important;clip-path:none!important;white-space:inherit!important}.govuk-\\!-display-inline[_ngcontent-%COMP%]{display:inline!important}.govuk-\\!-display-inline-block[_ngcontent-%COMP%]{display:inline-block!important}.govuk-\\!-display-block[_ngcontent-%COMP%]{display:block!important}.govuk-\\!-display-none[_ngcontent-%COMP%]{display:none!important}@media print{.govuk-\\!-display-none-print[_ngcontent-%COMP%]{display:none!important}}.govuk-\\!-margin-0[_ngcontent-%COMP%]{margin:0!important}.govuk-\\!-margin-top-0[_ngcontent-%COMP%]{margin-top:0!important}.govuk-\\!-margin-right-0[_ngcontent-%COMP%]{margin-right:0!important}.govuk-\\!-margin-bottom-0[_ngcontent-%COMP%]{margin-bottom:0!important}.govuk-\\!-margin-left-0[_ngcontent-%COMP%]{margin-left:0!important}.govuk-\\!-margin-1[_ngcontent-%COMP%]{margin:5px!important}.govuk-\\!-margin-top-1[_ngcontent-%COMP%]{margin-top:5px!important}.govuk-\\!-margin-right-1[_ngcontent-%COMP%]{margin-right:5px!important}.govuk-\\!-margin-bottom-1[_ngcontent-%COMP%]{margin-bottom:5px!important}.govuk-\\!-margin-left-1[_ngcontent-%COMP%]{margin-left:5px!important}.govuk-\\!-margin-2[_ngcontent-%COMP%]{margin:10px!important}.govuk-\\!-margin-top-2[_ngcontent-%COMP%]{margin-top:10px!important}.govuk-\\!-margin-right-2[_ngcontent-%COMP%]{margin-right:10px!important}.govuk-\\!-margin-bottom-2[_ngcontent-%COMP%]{margin-bottom:10px!important}.govuk-\\!-margin-left-2[_ngcontent-%COMP%]{margin-left:10px!important}.govuk-\\!-margin-3[_ngcontent-%COMP%]{margin:15px!important}.govuk-\\!-margin-top-3[_ngcontent-%COMP%]{margin-top:15px!important}.govuk-\\!-margin-right-3[_ngcontent-%COMP%]{margin-right:15px!important}.govuk-\\!-margin-bottom-3[_ngcontent-%COMP%]{margin-bottom:15px!important}.govuk-\\!-margin-left-3[_ngcontent-%COMP%]{margin-left:15px!important}.govuk-\\!-margin-4[_ngcontent-%COMP%]{margin:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-4[_ngcontent-%COMP%]{margin:20px!important}}.govuk-\\!-margin-top-4[_ngcontent-%COMP%]{margin-top:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-top-4[_ngcontent-%COMP%]{margin-top:20px!important}}.govuk-\\!-margin-right-4[_ngcontent-%COMP%]{margin-right:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-right-4[_ngcontent-%COMP%]{margin-right:20px!important}}.govuk-\\!-margin-bottom-4[_ngcontent-%COMP%]{margin-bottom:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-bottom-4[_ngcontent-%COMP%]{margin-bottom:20px!important}}.govuk-\\!-margin-left-4[_ngcontent-%COMP%]{margin-left:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-left-4[_ngcontent-%COMP%]{margin-left:20px!important}}.govuk-\\!-margin-5[_ngcontent-%COMP%]{margin:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-5[_ngcontent-%COMP%]{margin:25px!important}}.govuk-\\!-margin-top-5[_ngcontent-%COMP%]{margin-top:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-top-5[_ngcontent-%COMP%]{margin-top:25px!important}}.govuk-\\!-margin-right-5[_ngcontent-%COMP%]{margin-right:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-right-5[_ngcontent-%COMP%]{margin-right:25px!important}}.govuk-\\!-margin-bottom-5[_ngcontent-%COMP%]{margin-bottom:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-bottom-5[_ngcontent-%COMP%]{margin-bottom:25px!important}}.govuk-\\!-margin-left-5[_ngcontent-%COMP%]{margin-left:15px!important}@media(min-width:40.0625em){.govuk-\\!-margin-left-5[_ngcontent-%COMP%]{margin-left:25px!important}}.govuk-\\!-margin-6[_ngcontent-%COMP%]{margin:20px!important}@media(min-width:40.0625em){.govuk-\\!-margin-6[_ngcontent-%COMP%]{margin:30px!important}}.govuk-\\!-margin-top-6[_ngcontent-%COMP%]{margin-top:20px!important}@media(min-width:40.0625em){.govuk-\\!-margin-top-6[_ngcontent-%COMP%]{margin-top:30px!important}}.govuk-\\!-margin-right-6[_ngcontent-%COMP%]{margin-right:20px!important}@media(min-width:40.0625em){.govuk-\\!-margin-right-6[_ngcontent-%COMP%]{margin-right:30px!important}}.govuk-\\!-margin-bottom-6[_ngcontent-%COMP%]{margin-bottom:20px!important}@media(min-width:40.0625em){.govuk-\\!-margin-bottom-6[_ngcontent-%COMP%]{margin-bottom:30px!important}}.govuk-\\!-margin-left-6[_ngcontent-%COMP%]{margin-left:20px!important}@media(min-width:40.0625em){.govuk-\\!-margin-left-6[_ngcontent-%COMP%]{margin-left:30px!important}}.govuk-\\!-margin-7[_ngcontent-%COMP%]{margin:25px!important}@media(min-width:40.0625em){.govuk-\\!-margin-7[_ngcontent-%COMP%]{margin:40px!important}}.govuk-\\!-margin-top-7[_ngcontent-%COMP%]{margin-top:25px!important}@media(min-width:40.0625em){.govuk-\\!-margin-top-7[_ngcontent-%COMP%]{margin-top:40px!important}}.govuk-\\!-margin-right-7[_ngcontent-%COMP%]{margin-right:25px!important}@media(min-width:40.0625em){.govuk-\\!-margin-right-7[_ngcontent-%COMP%]{margin-right:40px!important}}.govuk-\\!-margin-bottom-7[_ngcontent-%COMP%]{margin-bottom:25px!important}@media(min-width:40.0625em){.govuk-\\!-margin-bottom-7[_ngcontent-%COMP%]{margin-bottom:40px!important}}.govuk-\\!-margin-left-7[_ngcontent-%COMP%]{margin-left:25px!important}@media(min-width:40.0625em){.govuk-\\!-margin-left-7[_ngcontent-%COMP%]{margin-left:40px!important}}.govuk-\\!-margin-8[_ngcontent-%COMP%]{margin:30px!important}@media(min-width:40.0625em){.govuk-\\!-margin-8[_ngcontent-%COMP%]{margin:50px!important}}.govuk-\\!-margin-top-8[_ngcontent-%COMP%]{margin-top:30px!important}@media(min-width:40.0625em){.govuk-\\!-margin-top-8[_ngcontent-%COMP%]{margin-top:50px!important}}.govuk-\\!-margin-right-8[_ngcontent-%COMP%]{margin-right:30px!important}@media(min-width:40.0625em){.govuk-\\!-margin-right-8[_ngcontent-%COMP%]{margin-right:50px!important}}.govuk-\\!-margin-bottom-8[_ngcontent-%COMP%]{margin-bottom:30px!important}@media(min-width:40.0625em){.govuk-\\!-margin-bottom-8[_ngcontent-%COMP%]{margin-bottom:50px!important}}.govuk-\\!-margin-left-8[_ngcontent-%COMP%]{margin-left:30px!important}@media(min-width:40.0625em){.govuk-\\!-margin-left-8[_ngcontent-%COMP%]{margin-left:50px!important}}.govuk-\\!-margin-9[_ngcontent-%COMP%]{margin:40px!important}@media(min-width:40.0625em){.govuk-\\!-margin-9[_ngcontent-%COMP%]{margin:60px!important}}.govuk-\\!-margin-top-9[_ngcontent-%COMP%]{margin-top:40px!important}@media(min-width:40.0625em){.govuk-\\!-margin-top-9[_ngcontent-%COMP%]{margin-top:60px!important}}.govuk-\\!-margin-right-9[_ngcontent-%COMP%]{margin-right:40px!important}@media(min-width:40.0625em){.govuk-\\!-margin-right-9[_ngcontent-%COMP%]{margin-right:60px!important}}.govuk-\\!-margin-bottom-9[_ngcontent-%COMP%]{margin-bottom:40px!important}@media(min-width:40.0625em){.govuk-\\!-margin-bottom-9[_ngcontent-%COMP%]{margin-bottom:60px!important}}.govuk-\\!-margin-left-9[_ngcontent-%COMP%]{margin-left:40px!important}@media(min-width:40.0625em){.govuk-\\!-margin-left-9[_ngcontent-%COMP%]{margin-left:60px!important}}.govuk-\\!-padding-0[_ngcontent-%COMP%]{padding:0!important}.govuk-\\!-padding-top-0[_ngcontent-%COMP%]{padding-top:0!important}.govuk-\\!-padding-right-0[_ngcontent-%COMP%]{padding-right:0!important}.govuk-\\!-padding-bottom-0[_ngcontent-%COMP%]{padding-bottom:0!important}.govuk-\\!-padding-left-0[_ngcontent-%COMP%]{padding-left:0!important}.govuk-\\!-padding-1[_ngcontent-%COMP%]{padding:5px!important}.govuk-\\!-padding-top-1[_ngcontent-%COMP%]{padding-top:5px!important}.govuk-\\!-padding-right-1[_ngcontent-%COMP%]{padding-right:5px!important}.govuk-\\!-padding-bottom-1[_ngcontent-%COMP%]{padding-bottom:5px!important}.govuk-\\!-padding-left-1[_ngcontent-%COMP%]{padding-left:5px!important}.govuk-\\!-padding-2[_ngcontent-%COMP%]{padding:10px!important}.govuk-\\!-padding-top-2[_ngcontent-%COMP%]{padding-top:10px!important}.govuk-\\!-padding-right-2[_ngcontent-%COMP%]{padding-right:10px!important}.govuk-\\!-padding-bottom-2[_ngcontent-%COMP%]{padding-bottom:10px!important}.govuk-\\!-padding-left-2[_ngcontent-%COMP%]{padding-left:10px!important}.govuk-\\!-padding-3[_ngcontent-%COMP%]{padding:15px!important}.govuk-\\!-padding-top-3[_ngcontent-%COMP%]{padding-top:15px!important}.govuk-\\!-padding-right-3[_ngcontent-%COMP%]{padding-right:15px!important}.govuk-\\!-padding-bottom-3[_ngcontent-%COMP%]{padding-bottom:15px!important}.govuk-\\!-padding-left-3[_ngcontent-%COMP%]{padding-left:15px!important}.govuk-\\!-padding-4[_ngcontent-%COMP%]{padding:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-4[_ngcontent-%COMP%]{padding:20px!important}}.govuk-\\!-padding-top-4[_ngcontent-%COMP%]{padding-top:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-top-4[_ngcontent-%COMP%]{padding-top:20px!important}}.govuk-\\!-padding-right-4[_ngcontent-%COMP%]{padding-right:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-right-4[_ngcontent-%COMP%]{padding-right:20px!important}}.govuk-\\!-padding-bottom-4[_ngcontent-%COMP%]{padding-bottom:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-bottom-4[_ngcontent-%COMP%]{padding-bottom:20px!important}}.govuk-\\!-padding-left-4[_ngcontent-%COMP%]{padding-left:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-left-4[_ngcontent-%COMP%]{padding-left:20px!important}}.govuk-\\!-padding-5[_ngcontent-%COMP%]{padding:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-5[_ngcontent-%COMP%]{padding:25px!important}}.govuk-\\!-padding-top-5[_ngcontent-%COMP%]{padding-top:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-top-5[_ngcontent-%COMP%]{padding-top:25px!important}}.govuk-\\!-padding-right-5[_ngcontent-%COMP%]{padding-right:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-right-5[_ngcontent-%COMP%]{padding-right:25px!important}}.govuk-\\!-padding-bottom-5[_ngcontent-%COMP%]{padding-bottom:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-bottom-5[_ngcontent-%COMP%]{padding-bottom:25px!important}}.govuk-\\!-padding-left-5[_ngcontent-%COMP%]{padding-left:15px!important}@media(min-width:40.0625em){.govuk-\\!-padding-left-5[_ngcontent-%COMP%]{padding-left:25px!important}}.govuk-\\!-padding-6[_ngcontent-%COMP%]{padding:20px!important}@media(min-width:40.0625em){.govuk-\\!-padding-6[_ngcontent-%COMP%]{padding:30px!important}}.govuk-\\!-padding-top-6[_ngcontent-%COMP%]{padding-top:20px!important}@media(min-width:40.0625em){.govuk-\\!-padding-top-6[_ngcontent-%COMP%]{padding-top:30px!important}}.govuk-\\!-padding-right-6[_ngcontent-%COMP%]{padding-right:20px!important}@media(min-width:40.0625em){.govuk-\\!-padding-right-6[_ngcontent-%COMP%]{padding-right:30px!important}}.govuk-\\!-padding-bottom-6[_ngcontent-%COMP%]{padding-bottom:20px!important}@media(min-width:40.0625em){.govuk-\\!-padding-bottom-6[_ngcontent-%COMP%]{padding-bottom:30px!important}}.govuk-\\!-padding-left-6[_ngcontent-%COMP%]{padding-left:20px!important}@media(min-width:40.0625em){.govuk-\\!-padding-left-6[_ngcontent-%COMP%]{padding-left:30px!important}}.govuk-\\!-padding-7[_ngcontent-%COMP%]{padding:25px!important}@media(min-width:40.0625em){.govuk-\\!-padding-7[_ngcontent-%COMP%]{padding:40px!important}}.govuk-\\!-padding-top-7[_ngcontent-%COMP%]{padding-top:25px!important}@media(min-width:40.0625em){.govuk-\\!-padding-top-7[_ngcontent-%COMP%]{padding-top:40px!important}}.govuk-\\!-padding-right-7[_ngcontent-%COMP%]{padding-right:25px!important}@media(min-width:40.0625em){.govuk-\\!-padding-right-7[_ngcontent-%COMP%]{padding-right:40px!important}}.govuk-\\!-padding-bottom-7[_ngcontent-%COMP%]{padding-bottom:25px!important}@media(min-width:40.0625em){.govuk-\\!-padding-bottom-7[_ngcontent-%COMP%]{padding-bottom:40px!important}}.govuk-\\!-padding-left-7[_ngcontent-%COMP%]{padding-left:25px!important}@media(min-width:40.0625em){.govuk-\\!-padding-left-7[_ngcontent-%COMP%]{padding-left:40px!important}}.govuk-\\!-padding-8[_ngcontent-%COMP%]{padding:30px!important}@media(min-width:40.0625em){.govuk-\\!-padding-8[_ngcontent-%COMP%]{padding:50px!important}}.govuk-\\!-padding-top-8[_ngcontent-%COMP%]{padding-top:30px!important}@media(min-width:40.0625em){.govuk-\\!-padding-top-8[_ngcontent-%COMP%]{padding-top:50px!important}}.govuk-\\!-padding-right-8[_ngcontent-%COMP%]{padding-right:30px!important}@media(min-width:40.0625em){.govuk-\\!-padding-right-8[_ngcontent-%COMP%]{padding-right:50px!important}}.govuk-\\!-padding-bottom-8[_ngcontent-%COMP%]{padding-bottom:30px!important}@media(min-width:40.0625em){.govuk-\\!-padding-bottom-8[_ngcontent-%COMP%]{padding-bottom:50px!important}}.govuk-\\!-padding-left-8[_ngcontent-%COMP%]{padding-left:30px!important}@media(min-width:40.0625em){.govuk-\\!-padding-left-8[_ngcontent-%COMP%]{padding-left:50px!important}}.govuk-\\!-padding-9[_ngcontent-%COMP%]{padding:40px!important}@media(min-width:40.0625em){.govuk-\\!-padding-9[_ngcontent-%COMP%]{padding:60px!important}}.govuk-\\!-padding-top-9[_ngcontent-%COMP%]{padding-top:40px!important}@media(min-width:40.0625em){.govuk-\\!-padding-top-9[_ngcontent-%COMP%]{padding-top:60px!important}}.govuk-\\!-padding-right-9[_ngcontent-%COMP%]{padding-right:40px!important}@media(min-width:40.0625em){.govuk-\\!-padding-right-9[_ngcontent-%COMP%]{padding-right:60px!important}}.govuk-\\!-padding-bottom-9[_ngcontent-%COMP%]{padding-bottom:40px!important}@media(min-width:40.0625em){.govuk-\\!-padding-bottom-9[_ngcontent-%COMP%]{padding-bottom:60px!important}}.govuk-\\!-padding-left-9[_ngcontent-%COMP%]{padding-left:40px!important}@media(min-width:40.0625em){.govuk-\\!-padding-left-9[_ngcontent-%COMP%]{padding-left:60px!important}}.govuk-\\!-margin-static-0[_ngcontent-%COMP%], .govuk-\\!-static-margin-0[_ngcontent-%COMP%]{margin:0!important}.govuk-\\!-margin-top-static-0[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-0[_ngcontent-%COMP%]{margin-top:0!important}.govuk-\\!-margin-right-static-0[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-0[_ngcontent-%COMP%]{margin-right:0!important}.govuk-\\!-margin-bottom-static-0[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-0[_ngcontent-%COMP%]{margin-bottom:0!important}.govuk-\\!-margin-left-static-0[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-0[_ngcontent-%COMP%]{margin-left:0!important}.govuk-\\!-margin-static-1[_ngcontent-%COMP%], .govuk-\\!-static-margin-1[_ngcontent-%COMP%]{margin:5px!important}.govuk-\\!-margin-top-static-1[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-1[_ngcontent-%COMP%]{margin-top:5px!important}.govuk-\\!-margin-right-static-1[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-1[_ngcontent-%COMP%]{margin-right:5px!important}.govuk-\\!-margin-bottom-static-1[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-1[_ngcontent-%COMP%]{margin-bottom:5px!important}.govuk-\\!-margin-left-static-1[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-1[_ngcontent-%COMP%]{margin-left:5px!important}.govuk-\\!-margin-static-2[_ngcontent-%COMP%], .govuk-\\!-static-margin-2[_ngcontent-%COMP%]{margin:10px!important}.govuk-\\!-margin-top-static-2[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-2[_ngcontent-%COMP%]{margin-top:10px!important}.govuk-\\!-margin-right-static-2[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-2[_ngcontent-%COMP%]{margin-right:10px!important}.govuk-\\!-margin-bottom-static-2[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-2[_ngcontent-%COMP%]{margin-bottom:10px!important}.govuk-\\!-margin-left-static-2[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-2[_ngcontent-%COMP%]{margin-left:10px!important}.govuk-\\!-margin-static-3[_ngcontent-%COMP%], .govuk-\\!-static-margin-3[_ngcontent-%COMP%]{margin:15px!important}.govuk-\\!-margin-top-static-3[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-3[_ngcontent-%COMP%]{margin-top:15px!important}.govuk-\\!-margin-right-static-3[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-3[_ngcontent-%COMP%]{margin-right:15px!important}.govuk-\\!-margin-bottom-static-3[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-3[_ngcontent-%COMP%]{margin-bottom:15px!important}.govuk-\\!-margin-left-static-3[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-3[_ngcontent-%COMP%]{margin-left:15px!important}.govuk-\\!-margin-static-4[_ngcontent-%COMP%], .govuk-\\!-static-margin-4[_ngcontent-%COMP%]{margin:20px!important}.govuk-\\!-margin-top-static-4[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-4[_ngcontent-%COMP%]{margin-top:20px!important}.govuk-\\!-margin-right-static-4[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-4[_ngcontent-%COMP%]{margin-right:20px!important}.govuk-\\!-margin-bottom-static-4[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-4[_ngcontent-%COMP%]{margin-bottom:20px!important}.govuk-\\!-margin-left-static-4[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-4[_ngcontent-%COMP%]{margin-left:20px!important}.govuk-\\!-margin-static-5[_ngcontent-%COMP%], .govuk-\\!-static-margin-5[_ngcontent-%COMP%]{margin:25px!important}.govuk-\\!-margin-top-static-5[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-5[_ngcontent-%COMP%]{margin-top:25px!important}.govuk-\\!-margin-right-static-5[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-5[_ngcontent-%COMP%]{margin-right:25px!important}.govuk-\\!-margin-bottom-static-5[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-5[_ngcontent-%COMP%]{margin-bottom:25px!important}.govuk-\\!-margin-left-static-5[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-5[_ngcontent-%COMP%]{margin-left:25px!important}.govuk-\\!-margin-static-6[_ngcontent-%COMP%], .govuk-\\!-static-margin-6[_ngcontent-%COMP%]{margin:30px!important}.govuk-\\!-margin-top-static-6[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-6[_ngcontent-%COMP%]{margin-top:30px!important}.govuk-\\!-margin-right-static-6[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-6[_ngcontent-%COMP%]{margin-right:30px!important}.govuk-\\!-margin-bottom-static-6[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-6[_ngcontent-%COMP%]{margin-bottom:30px!important}.govuk-\\!-margin-left-static-6[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-6[_ngcontent-%COMP%]{margin-left:30px!important}.govuk-\\!-margin-static-7[_ngcontent-%COMP%], .govuk-\\!-static-margin-7[_ngcontent-%COMP%]{margin:40px!important}.govuk-\\!-margin-top-static-7[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-7[_ngcontent-%COMP%]{margin-top:40px!important}.govuk-\\!-margin-right-static-7[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-7[_ngcontent-%COMP%]{margin-right:40px!important}.govuk-\\!-margin-bottom-static-7[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-7[_ngcontent-%COMP%]{margin-bottom:40px!important}.govuk-\\!-margin-left-static-7[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-7[_ngcontent-%COMP%]{margin-left:40px!important}.govuk-\\!-margin-static-8[_ngcontent-%COMP%], .govuk-\\!-static-margin-8[_ngcontent-%COMP%]{margin:50px!important}.govuk-\\!-margin-top-static-8[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-8[_ngcontent-%COMP%]{margin-top:50px!important}.govuk-\\!-margin-right-static-8[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-8[_ngcontent-%COMP%]{margin-right:50px!important}.govuk-\\!-margin-bottom-static-8[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-8[_ngcontent-%COMP%]{margin-bottom:50px!important}.govuk-\\!-margin-left-static-8[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-8[_ngcontent-%COMP%]{margin-left:50px!important}.govuk-\\!-margin-static-9[_ngcontent-%COMP%], .govuk-\\!-static-margin-9[_ngcontent-%COMP%]{margin:60px!important}.govuk-\\!-margin-top-static-9[_ngcontent-%COMP%], .govuk-\\!-static-margin-top-9[_ngcontent-%COMP%]{margin-top:60px!important}.govuk-\\!-margin-right-static-9[_ngcontent-%COMP%], .govuk-\\!-static-margin-right-9[_ngcontent-%COMP%]{margin-right:60px!important}.govuk-\\!-margin-bottom-static-9[_ngcontent-%COMP%], .govuk-\\!-static-margin-bottom-9[_ngcontent-%COMP%]{margin-bottom:60px!important}.govuk-\\!-margin-left-static-9[_ngcontent-%COMP%], .govuk-\\!-static-margin-left-9[_ngcontent-%COMP%]{margin-left:60px!important}.govuk-\\!-padding-static-0[_ngcontent-%COMP%], .govuk-\\!-static-padding-0[_ngcontent-%COMP%]{padding:0!important}.govuk-\\!-padding-top-static-0[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-0[_ngcontent-%COMP%]{padding-top:0!important}.govuk-\\!-padding-right-static-0[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-0[_ngcontent-%COMP%]{padding-right:0!important}.govuk-\\!-padding-bottom-static-0[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-0[_ngcontent-%COMP%]{padding-bottom:0!important}.govuk-\\!-padding-left-static-0[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-0[_ngcontent-%COMP%]{padding-left:0!important}.govuk-\\!-padding-static-1[_ngcontent-%COMP%], .govuk-\\!-static-padding-1[_ngcontent-%COMP%]{padding:5px!important}.govuk-\\!-padding-top-static-1[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-1[_ngcontent-%COMP%]{padding-top:5px!important}.govuk-\\!-padding-right-static-1[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-1[_ngcontent-%COMP%]{padding-right:5px!important}.govuk-\\!-padding-bottom-static-1[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-1[_ngcontent-%COMP%]{padding-bottom:5px!important}.govuk-\\!-padding-left-static-1[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-1[_ngcontent-%COMP%]{padding-left:5px!important}.govuk-\\!-padding-static-2[_ngcontent-%COMP%], .govuk-\\!-static-padding-2[_ngcontent-%COMP%]{padding:10px!important}.govuk-\\!-padding-top-static-2[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-2[_ngcontent-%COMP%]{padding-top:10px!important}.govuk-\\!-padding-right-static-2[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-2[_ngcontent-%COMP%]{padding-right:10px!important}.govuk-\\!-padding-bottom-static-2[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-2[_ngcontent-%COMP%]{padding-bottom:10px!important}.govuk-\\!-padding-left-static-2[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-2[_ngcontent-%COMP%]{padding-left:10px!important}.govuk-\\!-padding-static-3[_ngcontent-%COMP%], .govuk-\\!-static-padding-3[_ngcontent-%COMP%]{padding:15px!important}.govuk-\\!-padding-top-static-3[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-3[_ngcontent-%COMP%]{padding-top:15px!important}.govuk-\\!-padding-right-static-3[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-3[_ngcontent-%COMP%]{padding-right:15px!important}.govuk-\\!-padding-bottom-static-3[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-3[_ngcontent-%COMP%]{padding-bottom:15px!important}.govuk-\\!-padding-left-static-3[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-3[_ngcontent-%COMP%]{padding-left:15px!important}.govuk-\\!-padding-static-4[_ngcontent-%COMP%], .govuk-\\!-static-padding-4[_ngcontent-%COMP%]{padding:20px!important}.govuk-\\!-padding-top-static-4[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-4[_ngcontent-%COMP%]{padding-top:20px!important}.govuk-\\!-padding-right-static-4[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-4[_ngcontent-%COMP%]{padding-right:20px!important}.govuk-\\!-padding-bottom-static-4[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-4[_ngcontent-%COMP%]{padding-bottom:20px!important}.govuk-\\!-padding-left-static-4[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-4[_ngcontent-%COMP%]{padding-left:20px!important}.govuk-\\!-padding-static-5[_ngcontent-%COMP%], .govuk-\\!-static-padding-5[_ngcontent-%COMP%]{padding:25px!important}.govuk-\\!-padding-top-static-5[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-5[_ngcontent-%COMP%]{padding-top:25px!important}.govuk-\\!-padding-right-static-5[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-5[_ngcontent-%COMP%]{padding-right:25px!important}.govuk-\\!-padding-bottom-static-5[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-5[_ngcontent-%COMP%]{padding-bottom:25px!important}.govuk-\\!-padding-left-static-5[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-5[_ngcontent-%COMP%]{padding-left:25px!important}.govuk-\\!-padding-static-6[_ngcontent-%COMP%], .govuk-\\!-static-padding-6[_ngcontent-%COMP%]{padding:30px!important}.govuk-\\!-padding-top-static-6[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-6[_ngcontent-%COMP%]{padding-top:30px!important}.govuk-\\!-padding-right-static-6[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-6[_ngcontent-%COMP%]{padding-right:30px!important}.govuk-\\!-padding-bottom-static-6[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-6[_ngcontent-%COMP%]{padding-bottom:30px!important}.govuk-\\!-padding-left-static-6[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-6[_ngcontent-%COMP%]{padding-left:30px!important}.govuk-\\!-padding-static-7[_ngcontent-%COMP%], .govuk-\\!-static-padding-7[_ngcontent-%COMP%]{padding:40px!important}.govuk-\\!-padding-top-static-7[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-7[_ngcontent-%COMP%]{padding-top:40px!important}.govuk-\\!-padding-right-static-7[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-7[_ngcontent-%COMP%]{padding-right:40px!important}.govuk-\\!-padding-bottom-static-7[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-7[_ngcontent-%COMP%]{padding-bottom:40px!important}.govuk-\\!-padding-left-static-7[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-7[_ngcontent-%COMP%]{padding-left:40px!important}.govuk-\\!-padding-static-8[_ngcontent-%COMP%], .govuk-\\!-static-padding-8[_ngcontent-%COMP%]{padding:50px!important}.govuk-\\!-padding-top-static-8[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-8[_ngcontent-%COMP%]{padding-top:50px!important}.govuk-\\!-padding-right-static-8[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-8[_ngcontent-%COMP%]{padding-right:50px!important}.govuk-\\!-padding-bottom-static-8[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-8[_ngcontent-%COMP%]{padding-bottom:50px!important}.govuk-\\!-padding-left-static-8[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-8[_ngcontent-%COMP%]{padding-left:50px!important}.govuk-\\!-padding-static-9[_ngcontent-%COMP%], .govuk-\\!-static-padding-9[_ngcontent-%COMP%]{padding:60px!important}.govuk-\\!-padding-top-static-9[_ngcontent-%COMP%], .govuk-\\!-static-padding-top-9[_ngcontent-%COMP%]{padding-top:60px!important}.govuk-\\!-padding-right-static-9[_ngcontent-%COMP%], .govuk-\\!-static-padding-right-9[_ngcontent-%COMP%]{padding-right:60px!important}.govuk-\\!-padding-bottom-static-9[_ngcontent-%COMP%], .govuk-\\!-static-padding-bottom-9[_ngcontent-%COMP%]{padding-bottom:60px!important}.govuk-\\!-padding-left-static-9[_ngcontent-%COMP%], .govuk-\\!-static-padding-left-9[_ngcontent-%COMP%]{padding-left:60px!important}.govuk-\\!-text-align-left[_ngcontent-%COMP%]{text-align:left!important}.govuk-\\!-text-align-centre[_ngcontent-%COMP%]{text-align:center!important}.govuk-\\!-text-align-right[_ngcontent-%COMP%]{text-align:right!important}.govuk-\\!-font-size-80[_ngcontent-%COMP%]{font-size:53px!important;font-size:3.3125rem!important;line-height:1.0377358491!important}@media(min-width:40.0625em){.govuk-\\!-font-size-80[_ngcontent-%COMP%]{font-size:80px!important;font-size:5rem!important;line-height:1!important}}@media print{.govuk-\\!-font-size-80[_ngcontent-%COMP%]{font-size:53pt!important;line-height:1.1!important}}.govuk-\\!-font-size-48[_ngcontent-%COMP%]{font-size:32px!important;font-size:2rem!important;line-height:1.09375!important}@media(min-width:40.0625em){.govuk-\\!-font-size-48[_ngcontent-%COMP%]{font-size:48px!important;font-size:3rem!important;line-height:1.0416666667!important}}@media print{.govuk-\\!-font-size-48[_ngcontent-%COMP%]{font-size:32pt!important;line-height:1.15!important}}.govuk-\\!-font-size-36[_ngcontent-%COMP%]{font-size:24px!important;font-size:1.5rem!important;line-height:1.0416666667!important}@media(min-width:40.0625em){.govuk-\\!-font-size-36[_ngcontent-%COMP%]{font-size:36px!important;font-size:2.25rem!important;line-height:1.1111111111!important}}@media print{.govuk-\\!-font-size-36[_ngcontent-%COMP%]{font-size:24pt!important;line-height:1.05!important}}.govuk-\\!-font-size-27[_ngcontent-%COMP%]{font-size:18px!important;font-size:1.125rem!important;line-height:1.1111111111!important}@media(min-width:40.0625em){.govuk-\\!-font-size-27[_ngcontent-%COMP%]{font-size:27px!important;font-size:1.6875rem!important;line-height:1.1111111111!important}}@media print{.govuk-\\!-font-size-27[_ngcontent-%COMP%]{font-size:18pt!important;line-height:1.15!important}}.govuk-\\!-font-size-24[_ngcontent-%COMP%]{font-size:18px!important;font-size:1.125rem!important;line-height:1.1111111111!important}@media(min-width:40.0625em){.govuk-\\!-font-size-24[_ngcontent-%COMP%]{font-size:24px!important;font-size:1.5rem!important;line-height:1.25!important}}@media print{.govuk-\\!-font-size-24[_ngcontent-%COMP%]{font-size:18pt!important;line-height:1.15!important}}.govuk-\\!-font-size-19[_ngcontent-%COMP%]{font-size:16px!important;font-size:1rem!important;line-height:1.25!important}@media(min-width:40.0625em){.govuk-\\!-font-size-19[_ngcontent-%COMP%]{font-size:19px!important;font-size:1.1875rem!important;line-height:1.3157894737!important}}@media print{.govuk-\\!-font-size-19[_ngcontent-%COMP%]{font-size:14pt!important;line-height:1.15!important}}.govuk-\\!-font-size-16[_ngcontent-%COMP%]{font-size:14px!important;font-size:.875rem!important;line-height:1.1428571429!important}@media(min-width:40.0625em){.govuk-\\!-font-size-16[_ngcontent-%COMP%]{font-size:16px!important;font-size:1rem!important;line-height:1.25!important}}@media print{.govuk-\\!-font-size-16[_ngcontent-%COMP%]{font-size:14pt!important;line-height:1.2!important}}.govuk-\\!-font-size-14[_ngcontent-%COMP%]{font-size:12px!important;font-size:.75rem!important;line-height:1.25!important}@media(min-width:40.0625em){.govuk-\\!-font-size-14[_ngcontent-%COMP%]{font-size:14px!important;font-size:.875rem!important;line-height:1.4285714286!important}}@media print{.govuk-\\!-font-size-14[_ngcontent-%COMP%]{font-size:12pt!important;line-height:1.2!important}}.govuk-\\!-font-weight-regular[_ngcontent-%COMP%]{font-weight:400!important}.govuk-\\!-font-weight-bold[_ngcontent-%COMP%]{font-weight:700!important}.govuk-\\!-width-full[_ngcontent-%COMP%], .govuk-\\!-width-three-quarters[_ngcontent-%COMP%]{width:100%!important}@media(min-width:40.0625em){.govuk-\\!-width-three-quarters[_ngcontent-%COMP%]{width:75%!important}}.govuk-\\!-width-two-thirds[_ngcontent-%COMP%]{width:100%!important}@media(min-width:40.0625em){.govuk-\\!-width-two-thirds[_ngcontent-%COMP%]{width:66.66%!important}}.govuk-\\!-width-one-half[_ngcontent-%COMP%]{width:100%!important}@media(min-width:40.0625em){.govuk-\\!-width-one-half[_ngcontent-%COMP%]{width:50%!important}}.govuk-\\!-width-one-third[_ngcontent-%COMP%]{width:100%!important}@media(min-width:40.0625em){.govuk-\\!-width-one-third[_ngcontent-%COMP%]{width:33.33%!important}}.govuk-\\!-width-one-quarter[_ngcontent-%COMP%]{width:100%!important}@media(min-width:40.0625em){.govuk-\\!-width-one-quarter[_ngcontent-%COMP%]{width:25%!important}}.query-list__row[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]:first-child{padding-left:10px}.query-list__row[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]:last-child{padding-right:10px}.query-list__cell--first[_ngcontent-%COMP%]{width:20%}.query-list__table[_ngcontent-%COMP%]{border:1px solid #b1b4b6;border-top:none}.query-list__caption[_ngcontent-%COMP%]{background-color:#dee0e2;border:1px solid #b1b4b6;border-bottom:none;font-weight:700;margin-bottom:0;padding:10px}.query-list__caption[_ngcontent-%COMP%]{font-size:18px}[aria-sort][_ngcontent-%COMP%] button[_ngcontent-%COMP%], [aria-sort][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:hover, [aria-sort][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:hover:hover{background-color:transparent;border-width:0;-webkit-box-shadow:0 0 0 0;-moz-box-shadow:0 0 0 0;box-shadow:0 0;color:#000;cursor:pointer;font-family:inherit;font-weight:inherit;padding:0 10px 0 0;position:relative;text-align:inherit;font-size:1em;margin:0}[aria-sort][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:focus, [aria-sort][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:hover:focus{background-color:#fd0;color:#000;box-shadow:0 -2px #fd0,0 4px #000;outline:none}[aria-sort][_ngcontent-%COMP%]:first-child button[_ngcontent-%COMP%]{right:auto}[aria-sort][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:before{content:\" \\25bc\";position:absolute;right:-1px;top:9px;font-size:.5em}[aria-sort][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:after{content:\" \\25b2\";position:absolute;right:-1px;top:1px;font-size:.5em}[aria-sort=ascending][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:before, [aria-sort=descending][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:before{content:none}[aria-sort=ascending][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:after{content:\" \\25b2\";font-size:.8em;position:absolute;right:-5px;top:2px}[aria-sort=descending][_ngcontent-%COMP%] button[_ngcontent-%COMP%]:after{content:\" \\25bc\";font-size:.8em;position:absolute;right:-5px;top:2px}\n\n"] });
|
|
23553
23640
|
}
|
|
23554
23641
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryListComponent, [{
|
|
23555
23642
|
type: Component,
|
|
@@ -23733,7 +23820,7 @@ class QueryWriteDateInputComponent {
|
|
|
23733
23820
|
i0.ɵɵproperty("id", ctx.formControlName + "-year")("name", ctx.formControlName + "-year");
|
|
23734
23821
|
i0.ɵɵtwoWayProperty("ngModel", ctx.year);
|
|
23735
23822
|
i0.ɵɵproperty("disabled", ctx.disabled);
|
|
23736
|
-
} }, dependencies: [
|
|
23823
|
+
} }, dependencies: [i3.DefaultValueAccessor, i3.NgControlStatus, i3.MaxLengthValidator, i3.NgModel, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
23737
23824
|
}
|
|
23738
23825
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryWriteDateInputComponent, [{
|
|
23739
23826
|
type: Component,
|
|
@@ -24481,7 +24568,7 @@ class QueryConfirmationComponent {
|
|
|
24481
24568
|
i0.ɵɵtemplate(0, QueryConfirmationComponent_main_0_Template, 5, 2, "main", 0);
|
|
24482
24569
|
} if (rf & 2) {
|
|
24483
24570
|
i0.ɵɵproperty("ngIf", ctx.queryCreateContext);
|
|
24484
|
-
} }, dependencies: [
|
|
24571
|
+
} }, dependencies: [i4.NgIf, i1$1.RouterLink, MarkdownComponent, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
24485
24572
|
}
|
|
24486
24573
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryConfirmationComponent, [{
|
|
24487
24574
|
type: Component,
|
|
@@ -24529,7 +24616,7 @@ class CloseQueryComponent {
|
|
|
24529
24616
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(8, 7, "I want to close this query"), " ");
|
|
24530
24617
|
i0.ɵɵadvance(10);
|
|
24531
24618
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(18, 9, "Closing this query means the parties can no longer send messages in this thread."), " ");
|
|
24532
|
-
} }, dependencies: [
|
|
24619
|
+
} }, dependencies: [i3.CheckboxControlValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
24533
24620
|
}
|
|
24534
24621
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CloseQueryComponent, [{
|
|
24535
24622
|
type: Component,
|
|
@@ -24850,7 +24937,7 @@ class WriteTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
24850
24937
|
i0.ɵɵproperty("ngIf", ctx.textareaControl.errors && (ctx.textareaControl.dirty || ctx.textareaControl.touched));
|
|
24851
24938
|
i0.ɵɵadvance();
|
|
24852
24939
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c1$d, ctx.textareaControl.errors && (ctx.textareaControl.dirty || ctx.textareaControl.touched)))("id", ctx.id())("formControl", ctx.textareaControl);
|
|
24853
|
-
} }, dependencies: [
|
|
24940
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
24854
24941
|
}
|
|
24855
24942
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteTextAreaFieldComponent, [{
|
|
24856
24943
|
type: Component,
|
|
@@ -24946,7 +25033,7 @@ class WriteTextFieldComponent extends AbstractFieldWriteComponent {
|
|
|
24946
25033
|
i0.ɵɵproperty("ngIf", (ctx.textControl == null ? null : ctx.textControl.errors) && (ctx.textControl.dirty || ctx.textControl.touched));
|
|
24947
25034
|
i0.ɵɵadvance();
|
|
24948
25035
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c1$c, (ctx.textControl == null ? null : ctx.textControl.errors) && (ctx.textControl.dirty || ctx.textControl.touched)))("id", ctx.id())("type", ctx.caseField.hidden ? "hidden" : "text")("formControl", ctx.textControl);
|
|
24949
|
-
} }, dependencies: [
|
|
25036
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
24950
25037
|
}
|
|
24951
25038
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteTextFieldComponent, [{
|
|
24952
25039
|
type: Component,
|
|
@@ -24990,7 +25077,7 @@ class WaysToPayFieldComponent extends PaymentField {
|
|
|
24990
25077
|
i0.ɵɵtemplate(0, WaysToPayFieldComponent_ccpay_payment_lib_0_Template, 1, 15, "ccpay-payment-lib", 0);
|
|
24991
25078
|
} if (rf & 2) {
|
|
24992
25079
|
i0.ɵɵproperty("ngIf", ctx.getUserRoles().length > 0);
|
|
24993
|
-
} }, dependencies: [
|
|
25080
|
+
} }, dependencies: [i4.NgIf, i3$1.PaymentLibComponent], encapsulation: 2 });
|
|
24994
25081
|
}
|
|
24995
25082
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WaysToPayFieldComponent, [{
|
|
24996
25083
|
type: Component,
|
|
@@ -25161,7 +25248,7 @@ class WriteYesNoFieldComponent extends AbstractFieldWriteComponent {
|
|
|
25161
25248
|
i0.ɵɵproperty("id", ctx.createElementId("radio"));
|
|
25162
25249
|
i0.ɵɵadvance();
|
|
25163
25250
|
i0.ɵɵproperty("ngForOf", ctx.yesNoValues);
|
|
25164
|
-
} }, dependencies: [
|
|
25251
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i3.DefaultValueAccessor, i3.RadioControlValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
25165
25252
|
}
|
|
25166
25253
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteYesNoFieldComponent, [{
|
|
25167
25254
|
type: Component,
|
|
@@ -25307,6 +25394,7 @@ class FieldReadComponent extends AbstractFieldReadComponent {
|
|
|
25307
25394
|
component.instance['parent'] = this.parent;
|
|
25308
25395
|
component.instance['caseReference'] = this.caseReference;
|
|
25309
25396
|
component.instance['context'] = this.context;
|
|
25397
|
+
component.instance['valueOrigin'] = this.valueOrigin;
|
|
25310
25398
|
component.instance['labelCanBeTranslated'] = this.labelCanBeTranslated(this.caseField);
|
|
25311
25399
|
this.fieldContainer?.insert(component.hostView);
|
|
25312
25400
|
});
|
|
@@ -25494,7 +25582,7 @@ class FieldReadLabelComponent extends AbstractFieldReadComponent {
|
|
|
25494
25582
|
i0.ɵɵproperty("hidden", ctx.caseField.hidden);
|
|
25495
25583
|
i0.ɵɵadvance();
|
|
25496
25584
|
i0.ɵɵproperty("ngIf", ctx.withLabel && !ctx.isLabel() && (!ctx.isComplex() || ctx.isCaseLink()))("ngIfElse", caseFieldValue_r2);
|
|
25497
|
-
} }, dependencies: [
|
|
25585
|
+
} }, dependencies: [i4.NgIf, i4.NgTemplateOutlet, i1.RpxTranslatePipe], styles: [".case-field[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.case-field[_ngcontent-%COMP%]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:15px}@media(min-width:641px){.case-field[_ngcontent-%COMP%]{margin-bottom:30px}}.case-field[_ngcontent-%COMP%] .case-field__label[_ngcontent-%COMP%]{display:block;color:#0b0c0c;padding-bottom:2px;font-family:nta,Arial,sans-serif;font-weight:700;text-transform:none;font-size:16px;line-height:1.25}@media(min-width:641px){.case-field[_ngcontent-%COMP%] .case-field__label[_ngcontent-%COMP%]{font-size:19px;line-height:1.3157894737}}.case-field[_ngcontent-%COMP%] .case-field__value[_ngcontent-%COMP%]{font-family:nta,Arial,sans-serif;font-weight:400;text-transform:none;font-size:16px;line-height:1.25}@media(min-width:641px){.case-field[_ngcontent-%COMP%] .case-field__value[_ngcontent-%COMP%]{font-size:19px;line-height:1.3157894737}}.form [_nghost-%COMP%] .grey-bar>*>.form-group, .form [_nghost-%COMP%] .grey-bar>*>*>.form-group, .form [_nghost-%COMP%] .grey-bar>*>dl.case-field{margin-left:15px;padding-left:15px}.form [_nghost-%COMP%] .grey-bar>*>.form-group:not(.form-group-error), .form [_nghost-%COMP%] .grey-bar>*>*>.form-group:not(.form-group-error), .form [_nghost-%COMP%] .grey-bar>*>dl.case-field:not(.form-group-error){border-left:solid 5px #b1b4b6}.form [_nghost-%COMP%] .grey-bar>*>.form-group input:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>.form-group select:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>.form-group textarea:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>*>.form-group input:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>*>.form-group select:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>*>.form-group textarea:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>dl.case-field input:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>dl.case-field select:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>dl.case-field textarea:not(.inline-block){display:block}"] });
|
|
25498
25586
|
}
|
|
25499
25587
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FieldReadLabelComponent, [{
|
|
25500
25588
|
type: Component,
|
|
@@ -25645,7 +25733,7 @@ class CaseFileViewFolderSelectorComponent {
|
|
|
25645
25733
|
i0.ɵɵtextInterpolate1("Where do you want to move \"", ctx.data.document.document_filename, "\" file?");
|
|
25646
25734
|
i0.ɵɵadvance(2);
|
|
25647
25735
|
i0.ɵɵproperty("ngForOf", ctx.currentCategories);
|
|
25648
|
-
} }, dependencies: [
|
|
25736
|
+
} }, dependencies: [i4.NgForOf, i4.NgTemplateOutlet], styles: [":host{position:relative;display:block}.folders{margin-bottom:20px}.folder{display:none;border-top:1px solid #CCC;margin:0 0 -1px}.folder:last-child{border-bottom:1px solid #CCC}.folders>.folder{display:block}input:checked~.folder{display:block}.iconImg{position:relative;display:inline-block;height:28px}.folder>.folder{margin-left:20px}.folder label:before{top:3px}.folder label:after{top:13px}p{font-weight:700}button{margin-right:20px}.close{float:right;width:30px;height:30px;background:url(/assets/img/x.PNG) no-repeat center center;cursor:pointer}.cancel{cursor:pointer}.cdk-overlay-pane{overflow:auto;background:#fff}.cdk-overlay-pane::-webkit-scrollbar{width:7px}.cdk-overlay-pane::-webkit-scrollbar-thumb{border:4px solid rgba(0,0,0,0);background-clip:padding-box;border-radius:9999px;background-color:#aaa}.cdk-overlay-pane::-webkit-scrollbar-button{display:none}.cdk-overlay-pane::-webkit-scrollbar-track-piece{background:#eee}.cdk-overlay-pane::-webkit-scrollbar-thumb{background:#ccc}\n"], encapsulation: 2 });
|
|
25649
25737
|
}
|
|
25650
25738
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseFileViewFolderSelectorComponent, [{
|
|
25651
25739
|
type: Component,
|
|
@@ -25743,7 +25831,7 @@ class CaseFileViewOverlayMenuComponent {
|
|
|
25743
25831
|
i0.ɵɵattribute("aria-expanded", ctx.isOpen);
|
|
25744
25832
|
i0.ɵɵadvance(3);
|
|
25745
25833
|
i0.ɵɵproperty("cdkConnectedOverlayOrigin", trigger_r5)("cdkConnectedOverlayOpen", ctx.isOpen)("cdkConnectedOverlayHasBackdrop", true)("cdkConnectedOverlayBackdropClass", "cdk-overlay-transparent-backdrop");
|
|
25746
|
-
} }, dependencies: [
|
|
25834
|
+
} }, dependencies: [i4.NgForOf, i4.NgIf, i2.CdkConnectedOverlay, i2.CdkOverlayOrigin], styles: [".overlay-toggle[_ngcontent-%COMP%]{display:block;background:none;border:0;padding:0 6px;margin-right:-4px;cursor:pointer}.overlay-menu[_ngcontent-%COMP%]{background-color:#fafafa;border:1px solid grey;margin-top:8px;font-size:1rem}.overlay-menu__title[_ngcontent-%COMP%], .overlay-menu__item[_ngcontent-%COMP%]{padding:10px;border-bottom:1px solid grey}.overlay-menu__title[_ngcontent-%COMP%]:last-child, .overlay-menu__item[_ngcontent-%COMP%]:last-child{border:none}.overlay-menu__title[_ngcontent-%COMP%]{padding-left:6px;padding-right:6px}.overlay-menu__item[_ngcontent-%COMP%]{display:flex;align-items:center;cursor:pointer;font-size:.875em}.overlay-menu__item[_ngcontent-%COMP%]:hover{background-color:#fff2cc}.overlay-menu__item[_ngcontent-%COMP%]:focus{border:2px solid #ffbf47}.overlay-menu__itemIcon[_ngcontent-%COMP%]{height:1.25em;width:1.25em;margin-right:6px}"] });
|
|
25747
25835
|
}
|
|
25748
25836
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseFileViewOverlayMenuComponent, [{
|
|
25749
25837
|
type: Component,
|
|
@@ -26080,10 +26168,12 @@ function CaseFileViewFolderComponent_div_11_cdk_nested_tree_node_4_Template(rf,
|
|
|
26080
26168
|
i0.ɵɵadvance();
|
|
26081
26169
|
i0.ɵɵclassProp("node--selected", (ctx_r2.selectedNodeItem == null ? null : ctx_r2.selectedNodeItem.name) === node_r2.name);
|
|
26082
26170
|
i0.ɵɵattribute("aria-label", node_r2.name);
|
|
26083
|
-
i0.ɵɵadvance(
|
|
26171
|
+
i0.ɵɵadvance(3);
|
|
26172
|
+
i0.ɵɵattribute("title", node_r2.name);
|
|
26173
|
+
i0.ɵɵadvance();
|
|
26084
26174
|
i0.ɵɵtextInterpolate1(" ", node_r2.name, " ");
|
|
26085
26175
|
i0.ɵɵadvance(3);
|
|
26086
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(9,
|
|
26176
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(9, 7, node_r2.upload_timestamp, "local", "dd MMM yyyy HH:mm"));
|
|
26087
26177
|
i0.ɵɵadvance(3);
|
|
26088
26178
|
i0.ɵɵproperty("allowMoving", ctx_r2.allowMoving);
|
|
26089
26179
|
} }
|
|
@@ -26117,7 +26207,7 @@ function CaseFileViewFolderComponent_div_11_Template(rf, ctx) { if (rf & 1) {
|
|
|
26117
26207
|
i0.ɵɵelementStart(0, "div", 10);
|
|
26118
26208
|
i0.ɵɵtemplate(1, CaseFileViewFolderComponent_div_11_div_1_Template, 2, 0, "div", 11);
|
|
26119
26209
|
i0.ɵɵelementStart(2, "div")(3, "cdk-tree", 12);
|
|
26120
|
-
i0.ɵɵtemplate(4, CaseFileViewFolderComponent_div_11_cdk_nested_tree_node_4_Template, 12,
|
|
26210
|
+
i0.ɵɵtemplate(4, CaseFileViewFolderComponent_div_11_cdk_nested_tree_node_4_Template, 12, 11, "cdk-nested-tree-node", 13)(5, CaseFileViewFolderComponent_div_11_cdk_nested_tree_node_5_Template, 10, 7, "cdk-nested-tree-node", 14);
|
|
26121
26211
|
i0.ɵɵelementEnd()()();
|
|
26122
26212
|
} if (rf & 2) {
|
|
26123
26213
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -26408,11 +26498,11 @@ class CaseFileViewFolderComponent {
|
|
|
26408
26498
|
i0.ɵɵtextInterpolate1(" Documents (", ctx.documentCount, ") ");
|
|
26409
26499
|
i0.ɵɵadvance(4);
|
|
26410
26500
|
i0.ɵɵproperty("ngIf", ctx.documentTreeData);
|
|
26411
|
-
} }, dependencies: [
|
|
26501
|
+
} }, dependencies: [i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, i6$1.CdkNestedTreeNode, i6$1.CdkTreeNodeDef, i6$1.CdkTreeNodeToggle, i6$1.CdkTree, i6$1.CdkTreeNodeOutlet, CaseFileViewFolderSortComponent, CaseFileViewFolderToggleComponent, CaseFileViewFolderDocumentActionsComponent, DatePipe], styles: ["[_nghost-%COMP%]{display:flex;height:100%;flex-direction:column}[_nghost-%COMP%] .document-tree-container[_ngcontent-%COMP%]{flex:1 0}.document-filter-container[_ngcontent-%COMP%]{border-bottom:2px solid #C9C9C9}.document-filter-container[_ngcontent-%COMP%] .document-filter[_ngcontent-%COMP%]{padding:10px}.document-filter-container[_ngcontent-%COMP%] .document-filter[_ngcontent-%COMP%] .document-search[_ngcontent-%COMP%]{background:url(/assets/images/icon-search-black.svg) no-repeat right #fff;background-position-x:calc(100% - 4px);padding-right:30px;width:100%}.document-filter-container[_ngcontent-%COMP%] .documents-title[_ngcontent-%COMP%]{height:30%;margin-left:8px;font-weight:700}.document-folders-header__flex[_ngcontent-%COMP%]{display:flex;flex-direction:row}.document-tree-container[_ngcontent-%COMP%]{padding:4px;overflow-x:hidden;overflow-y:scroll}.document-tree-container__node[_ngcontent-%COMP%]{display:block}.document-tree-container__node[_ngcontent-%COMP%] .document-tree-container__node[_ngcontent-%COMP%]{padding-left:40px}.document-tree-container[_ngcontent-%COMP%] .document-tree-invisible[_ngcontent-%COMP%]{display:none}.document-tree-container[_ngcontent-%COMP%]::-webkit-scrollbar{width:7px}.document-tree-container[_ngcontent-%COMP%]::-webkit-scrollbar-thumb{border:4px solid rgba(0,0,0,0);background-clip:padding-box;border-radius:9999px;background-color:#aaa}.document-tree-container[_ngcontent-%COMP%]::-webkit-scrollbar-button{display:none}.document-tree-container[_ngcontent-%COMP%]::-webkit-scrollbar-track-piece{background:#eee}.document-tree-container[_ngcontent-%COMP%]::-webkit-scrollbar-thumb{background:#ccc}.document-folders-header[_ngcontent-%COMP%]{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #C9C9C9;padding:10px}.document-folders-header__title[_ngcontent-%COMP%]{font-weight:700}.node[_ngcontent-%COMP%]{display:flex;align-items:center;width:100%;padding:10px;background:none;border:0;cursor:pointer;white-space:nowrap}.node--selected[_ngcontent-%COMP%]{background:#fff2cc}.node__icon[_ngcontent-%COMP%]{position:relative;display:inline-block}.node__count[_ngcontent-%COMP%]{color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.875rem;padding-top:4px}.node__iconImg[_ngcontent-%COMP%]{display:block;height:30px;width:30px}.node__name[_ngcontent-%COMP%]{margin-left:6px;font-size:1rem;overflow:hidden;text-overflow:ellipsis}.node__document-options[_ngcontent-%COMP%]{margin-left:auto;margin-right:0}.node__document-upload-timestamp[_ngcontent-%COMP%]{font-size:.8rem;float:left;padding-left:10px}.node.case-file__node[_ngcontent-%COMP%]{width:80%;float:left}.node__document-options.case-file__action[_ngcontent-%COMP%]{width:15%;float:left;box-sizing:border-box;padding:12px}"] });
|
|
26412
26502
|
}
|
|
26413
26503
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseFileViewFolderComponent, [{
|
|
26414
26504
|
type: Component,
|
|
26415
|
-
args: [{ selector: 'ccd-case-file-view-folder', standalone: false, template: "<div class=\"document-filter-container\" role=\"search\">\n <div class=\"form-group document-filter\" [formGroup]=\"documentFilterFormGroup\">\n <label\n class=\"govuk-visually-hidden\"\n for=\"document-search\">\n Search by document name\n </label>\n <input\n class=\"form-control document-search\"\n type=\"search\"\n id=\"document-search\"\n name=\"documentSearchFormControl\"\n formControlName=\"documentSearchFormControl\"\n placeholder=\"Search by document name\"/>\n </div>\n</div>\n\n<div class=\"document-folders-header\">\n <div class=\"document-folders-header__title\" id=\"document-folders-header-title\" aria-hidden=\"true\">\n Documents ({{ documentCount }})\n </div>\n <div\n class=\"document-folders-header__flex\"\n role=\"toolbar\"\n aria-label=\"Document list actions\"\n aria-labelledby=\"document-folders-header-title\">\n <ccd-case-file-view-folder-toggle\n (expandAll)=\"expandAll($event)\"\n (collapseAll)=\"collapseAll($event)\">\n </ccd-case-file-view-folder-toggle>\n <ccd-case-file-view-folder-sort\n (sortAscending)=\"sortDataSourceAscending($event)\"\n (sortDescending)=\"sortDataSourceDescending($event)\">\n </ccd-case-file-view-folder-sort>\n </div>\n</div>\n\n<div class=\"document-tree-container\" *ngIf=\"documentTreeData\">\n <div *ngIf=\"!nestedDataSource || nestedDataSource.length === 0\">\n No results found\n </div>\n <div>\n <cdk-tree\n [dataSource]=\"nestedDataSource\"\n [treeControl]=\"nestedTreeControl\"\n role=\"tree\"\n aria-label=\"Case documents\">\n <!-- document -->\n <cdk-nested-tree-node class=\"document-tree-container__node document-tree-container__node--document\" *cdkTreeNodeDef=\"let node\">\n <button\n type=\"button\"\n class=\"node case-file__node\"\n role=\"treeitem\"\n aria-expanded=\"false\"\n [attr.aria-label]=\"node.name\"\n (click)=\"selectedNodeItem = node; clickedDocument.emit(node)\"\n [class.node--selected]=\"selectedNodeItem?.name === node.name\">\n <div class=\"node__icon\" disabled aria-hidden=\"true\">\n <img src=\"/assets/img/case-file-view/case-file-view-document.svg\"\n class=\"node__iconImg\"\n alt=\"Document icon\"\n aria-hidden=\"true\"\n />\n </div>\n <span class=\"node__name node-name-document\">\n {{ node.name }}\n <br />\n <span class=\"node__document-upload-timestamp\">{{\n node.upload_timestamp | ccdDate: \"local\":\"dd MMM yyyy HH:mm\"\n }}</span>\n </span>\n </button>\n <div class=\"node__document-options case-file__action\">\n <ccd-case-file-view-folder-document-actions\n (changeFolderAction)=\"triggerDocumentAction('changeFolder', node)\"\n (openInANewTabAction)=\"triggerDocumentAction('openInANewTab', node)\"\n (downloadAction)=\"triggerDocumentAction('download', node)\"\n (printAction)=\"triggerDocumentAction('print', node)\"\n [allowMoving]=\"allowMoving\"\n >\n </ccd-case-file-view-folder-document-actions>\n </div>\n </cdk-nested-tree-node>\n <!-- folder-->\n <cdk-nested-tree-node class=\"document-tree-container__node document-tree-container__folder\" *cdkTreeNodeDef=\"let node; when: nestedChildren\">\n <button\n type=\"button\"\n class=\"node\"\n cdkTreeNodeToggle\n role=\"treeitem\"\n [attr.aria-expanded]=\"nestedTreeControl.isExpanded(node)\"\n [attr.aria-label]=\"node.name + ' folder, ' + node.childDocumentCount + ' documents'\">\n <div class=\"node__icon\" aria-hidden=\"true\">\n <img class=\"node__iconImg\"\n [src]=\"nestedTreeControl.isExpanded(node)\n ? '/assets/images/folder-open.png'\n : '/assets/images/folder.png'\n \"\n alt=\"Folder icon\"\n aria-hidden=\"true\" />\n <span class=\"node__count\">{{ node.childDocumentCount }}</span>\n </div>\n <span class=\"node__name node__name--folder\">{{ node.name }}</span>\n </button>\n <div\n role=\"group\"\n [class.document-tree-invisible]=\"!nestedTreeControl.isExpanded(node)\">\n <ng-container cdkTreeNodeOutlet></ng-container>\n </div>\n </cdk-nested-tree-node>\n </cdk-tree>\n </div>\n</div>\n", styles: [":host{display:flex;height:100%;flex-direction:column}:host .document-tree-container{flex:1 0}.document-filter-container{border-bottom:2px solid #C9C9C9}.document-filter-container .document-filter{padding:10px}.document-filter-container .document-filter .document-search{background:url(/assets/images/icon-search-black.svg) no-repeat right #fff;background-position-x:calc(100% - 4px);padding-right:30px;width:100%}.document-filter-container .documents-title{height:30%;margin-left:8px;font-weight:700}.document-folders-header__flex{display:flex;flex-direction:row}.document-tree-container{padding:4px;overflow-x:hidden;overflow-y:scroll}.document-tree-container__node{display:block}.document-tree-container__node .document-tree-container__node{padding-left:40px}.document-tree-container .document-tree-invisible{display:none}.document-tree-container::-webkit-scrollbar{width:7px}.document-tree-container::-webkit-scrollbar-thumb{border:4px solid rgba(0,0,0,0);background-clip:padding-box;border-radius:9999px;background-color:#aaa}.document-tree-container::-webkit-scrollbar-button{display:none}.document-tree-container::-webkit-scrollbar-track-piece{background:#eee}.document-tree-container::-webkit-scrollbar-thumb{background:#ccc}.document-folders-header{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #C9C9C9;padding:10px}.document-folders-header__title{font-weight:700}.node{display:flex;align-items:center;width:100%;padding:10px;background:none;border:0;cursor:pointer;white-space:nowrap}.node--selected{background:#fff2cc}.node__icon{position:relative;display:inline-block}.node__count{color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.875rem;padding-top:4px}.node__iconImg{display:block;height:30px;width:30px}.node__name{margin-left:6px;font-size:1rem;overflow:hidden;text-overflow:ellipsis}.node__document-options{margin-left:auto;margin-right:0}.node__document-upload-timestamp{font-size:.8rem;float:left;padding-left:10px}.node.case-file__node{width:80%;float:left}.node__document-options.case-file__action{width:15%;float:left;box-sizing:border-box;padding:12px}\n"] }]
|
|
26505
|
+
args: [{ selector: 'ccd-case-file-view-folder', standalone: false, template: "<div class=\"document-filter-container\" role=\"search\">\n <div class=\"form-group document-filter\" [formGroup]=\"documentFilterFormGroup\">\n <label\n class=\"govuk-visually-hidden\"\n for=\"document-search\">\n Search by document name\n </label>\n <input\n class=\"form-control document-search\"\n type=\"search\"\n id=\"document-search\"\n name=\"documentSearchFormControl\"\n formControlName=\"documentSearchFormControl\"\n placeholder=\"Search by document name\"/>\n </div>\n</div>\n\n<div class=\"document-folders-header\">\n <div class=\"document-folders-header__title\" id=\"document-folders-header-title\" aria-hidden=\"true\">\n Documents ({{ documentCount }})\n </div>\n <div\n class=\"document-folders-header__flex\"\n role=\"toolbar\"\n aria-label=\"Document list actions\"\n aria-labelledby=\"document-folders-header-title\">\n <ccd-case-file-view-folder-toggle\n (expandAll)=\"expandAll($event)\"\n (collapseAll)=\"collapseAll($event)\">\n </ccd-case-file-view-folder-toggle>\n <ccd-case-file-view-folder-sort\n (sortAscending)=\"sortDataSourceAscending($event)\"\n (sortDescending)=\"sortDataSourceDescending($event)\">\n </ccd-case-file-view-folder-sort>\n </div>\n</div>\n\n<div class=\"document-tree-container\" *ngIf=\"documentTreeData\">\n <div *ngIf=\"!nestedDataSource || nestedDataSource.length === 0\">\n No results found\n </div>\n <div>\n <cdk-tree\n [dataSource]=\"nestedDataSource\"\n [treeControl]=\"nestedTreeControl\"\n role=\"tree\"\n aria-label=\"Case documents\">\n <!-- document -->\n <cdk-nested-tree-node class=\"document-tree-container__node document-tree-container__node--document\" *cdkTreeNodeDef=\"let node\">\n <button\n type=\"button\"\n class=\"node case-file__node\"\n role=\"treeitem\"\n aria-expanded=\"false\"\n [attr.aria-label]=\"node.name\"\n (click)=\"selectedNodeItem = node; clickedDocument.emit(node)\"\n [class.node--selected]=\"selectedNodeItem?.name === node.name\">\n <div class=\"node__icon\" disabled aria-hidden=\"true\">\n <img src=\"/assets/img/case-file-view/case-file-view-document.svg\"\n class=\"node__iconImg\"\n alt=\"Document icon\"\n aria-hidden=\"true\"\n />\n </div>\n <span class=\"node__name node-name-document\" [attr.title]=\"node.name\">\n {{ node.name }}\n <br />\n <span class=\"node__document-upload-timestamp\">{{\n node.upload_timestamp | ccdDate: \"local\":\"dd MMM yyyy HH:mm\"\n }}</span>\n </span>\n </button>\n <div class=\"node__document-options case-file__action\">\n <ccd-case-file-view-folder-document-actions\n (changeFolderAction)=\"triggerDocumentAction('changeFolder', node)\"\n (openInANewTabAction)=\"triggerDocumentAction('openInANewTab', node)\"\n (downloadAction)=\"triggerDocumentAction('download', node)\"\n (printAction)=\"triggerDocumentAction('print', node)\"\n [allowMoving]=\"allowMoving\"\n >\n </ccd-case-file-view-folder-document-actions>\n </div>\n </cdk-nested-tree-node>\n <!-- folder-->\n <cdk-nested-tree-node class=\"document-tree-container__node document-tree-container__folder\" *cdkTreeNodeDef=\"let node; when: nestedChildren\">\n <button\n type=\"button\"\n class=\"node\"\n cdkTreeNodeToggle\n role=\"treeitem\"\n [attr.aria-expanded]=\"nestedTreeControl.isExpanded(node)\"\n [attr.aria-label]=\"node.name + ' folder, ' + node.childDocumentCount + ' documents'\">\n <div class=\"node__icon\" aria-hidden=\"true\">\n <img class=\"node__iconImg\"\n [src]=\"nestedTreeControl.isExpanded(node)\n ? '/assets/images/folder-open.png'\n : '/assets/images/folder.png'\n \"\n alt=\"Folder icon\"\n aria-hidden=\"true\" />\n <span class=\"node__count\">{{ node.childDocumentCount }}</span>\n </div>\n <span class=\"node__name node__name--folder\">{{ node.name }}</span>\n </button>\n <div\n role=\"group\"\n [class.document-tree-invisible]=\"!nestedTreeControl.isExpanded(node)\">\n <ng-container cdkTreeNodeOutlet></ng-container>\n </div>\n </cdk-nested-tree-node>\n </cdk-tree>\n </div>\n</div>\n", styles: [":host{display:flex;height:100%;flex-direction:column}:host .document-tree-container{flex:1 0}.document-filter-container{border-bottom:2px solid #C9C9C9}.document-filter-container .document-filter{padding:10px}.document-filter-container .document-filter .document-search{background:url(/assets/images/icon-search-black.svg) no-repeat right #fff;background-position-x:calc(100% - 4px);padding-right:30px;width:100%}.document-filter-container .documents-title{height:30%;margin-left:8px;font-weight:700}.document-folders-header__flex{display:flex;flex-direction:row}.document-tree-container{padding:4px;overflow-x:hidden;overflow-y:scroll}.document-tree-container__node{display:block}.document-tree-container__node .document-tree-container__node{padding-left:40px}.document-tree-container .document-tree-invisible{display:none}.document-tree-container::-webkit-scrollbar{width:7px}.document-tree-container::-webkit-scrollbar-thumb{border:4px solid rgba(0,0,0,0);background-clip:padding-box;border-radius:9999px;background-color:#aaa}.document-tree-container::-webkit-scrollbar-button{display:none}.document-tree-container::-webkit-scrollbar-track-piece{background:#eee}.document-tree-container::-webkit-scrollbar-thumb{background:#ccc}.document-folders-header{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #C9C9C9;padding:10px}.document-folders-header__title{font-weight:700}.node{display:flex;align-items:center;width:100%;padding:10px;background:none;border:0;cursor:pointer;white-space:nowrap}.node--selected{background:#fff2cc}.node__icon{position:relative;display:inline-block}.node__count{color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.875rem;padding-top:4px}.node__iconImg{display:block;height:30px;width:30px}.node__name{margin-left:6px;font-size:1rem;overflow:hidden;text-overflow:ellipsis}.node__document-options{margin-left:auto;margin-right:0}.node__document-upload-timestamp{font-size:.8rem;float:left;padding-left:10px}.node.case-file__node{width:80%;float:left}.node__document-options.case-file__action{width:15%;float:left;box-sizing:border-box;padding:12px}\n"] }]
|
|
26416
26506
|
}], () => [{ type: WindowService }, { type: i1$1.Router }, { type: DocumentManagementService }, { type: i1$3.MatLegacyDialog }], { categoriesAndDocuments: [{
|
|
26417
26507
|
type: Input
|
|
26418
26508
|
}], allowMoving: [{
|
|
@@ -26597,7 +26687,7 @@ class AddCommentsComponent extends AbstractJourneyComponent {
|
|
|
26597
26687
|
i0.ɵɵproperty("id", ctx.flagCommentsControlName)("name", ctx.flagCommentsControlName)("formControlName", ctx.flagCommentsControlName);
|
|
26598
26688
|
i0.ɵɵadvance(2);
|
|
26599
26689
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(17, 17, ctx.addCommentsStepEnum.CHARACTER_LIMIT_INFO), " ");
|
|
26600
|
-
} }, dependencies: [
|
|
26690
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
26601
26691
|
}
|
|
26602
26692
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddCommentsComponent, [{
|
|
26603
26693
|
type: Component,
|
|
@@ -26895,7 +26985,7 @@ class CaseFlagSummaryListComponent {
|
|
|
26895
26985
|
i0.ɵɵtemplate(0, CaseFlagSummaryListComponent_dl_0_Template, 39, 30, "dl", 0);
|
|
26896
26986
|
} if (rf & 2) {
|
|
26897
26987
|
i0.ɵɵproperty("ngIf", ctx.flagForSummaryDisplay);
|
|
26898
|
-
} }, dependencies: [
|
|
26988
|
+
} }, dependencies: [i4.NgIf, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
26899
26989
|
}
|
|
26900
26990
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseFlagSummaryListComponent, [{
|
|
26901
26991
|
type: Component,
|
|
@@ -27450,7 +27540,7 @@ class ManageCaseFlagsComponent extends AbstractJourneyComponent {
|
|
|
27450
27540
|
sanitizeHtml(content) {
|
|
27451
27541
|
return this.sanitizer.sanitize(SecurityContext.HTML, content ?? '') ?? '';
|
|
27452
27542
|
}
|
|
27453
|
-
static ɵfac = function ManageCaseFlagsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ManageCaseFlagsComponent)(i0.ɵɵdirectiveInject(MultipageComponentStateService), i0.ɵɵdirectiveInject(i2$
|
|
27543
|
+
static ɵfac = function ManageCaseFlagsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ManageCaseFlagsComponent)(i0.ɵɵdirectiveInject(MultipageComponentStateService), i0.ɵɵdirectiveInject(i2$1.DomSanitizer)); };
|
|
27454
27544
|
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ManageCaseFlagsComponent, selectors: [["ccd-manage-case-flags"]], inputs: { formGroup: "formGroup", flagsData: "flagsData", caseTitle: "caseTitle", displayContextParameter: "displayContextParameter" }, outputs: { caseFlagStateEmitter: "caseFlagStateEmitter" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 10, vars: 9, consts: [[3, "formGroup"], [1, "govuk-form-group", 3, "ngClass"], ["aria-describedby", "manage-case-flag-heading", 1, "govuk-fieldset"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--m"], ["id", "manage-case-flag-heading", 1, "govuk-fieldset__heading"], ["id", "manage-case-flag-not-selected-error-message", "class", "govuk-error-message", 4, "ngIf"], ["data-module", "govuk-radios", "id", "conditional-radios-list", 1, "govuk-radios", "govuk-radios--conditional"], ["class", "govuk-radios__item", 4, "ngFor", "ngForOf"], ["id", "manage-case-flag-not-selected-error-message", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], [1, "govuk-radios__item"], ["type", "radio", 1, "govuk-radios__input", 3, "change", "id", "checked"], [1, "govuk-label", "govuk-radios__label", 3, "for", "innerHTML"]], template: function ManageCaseFlagsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
27455
27545
|
i0.ɵɵelementContainerStart(0, 0);
|
|
27456
27546
|
i0.ɵɵelementStart(1, "div", 1)(2, "fieldset", 2)(3, "legend", 3)(4, "h1", 4);
|
|
@@ -27477,7 +27567,7 @@ class ManageCaseFlagsComponent extends AbstractJourneyComponent {
|
|
|
27477
27567
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ManageCaseFlagsComponent, [{
|
|
27478
27568
|
type: Component,
|
|
27479
27569
|
args: [{ selector: 'ccd-manage-case-flags', encapsulation: ViewEncapsulation.None, standalone: false, template: "<ng-container [formGroup]=\"formGroup\">\n <div class=\"govuk-form-group\" [ngClass]=\"{'form-group-error': errorMessages.length > 0}\">\n <fieldset class=\"govuk-fieldset\" aria-describedby=\"manage-case-flag-heading\">\n <legend class=\"govuk-fieldset__legend govuk-fieldset__legend--m\">\n <h1 id=\"manage-case-flag-heading\" class=\"govuk-fieldset__heading\">\n {{manageCaseFlagTitle | rpxTranslate}}\n </h1>\n </legend>\n <div id=\"manage-case-flag-not-selected-error-message\" class=\"govuk-error-message\"\n *ngIf=\"manageCaseFlagSelectedErrorMessage\">\n <span class=\"govuk-visually-hidden\">{{'Error:' | rpxTranslate}}</span> {{manageCaseFlagSelectedErrorMessage | rpxTranslate}}\n </div>\n <div class=\"govuk-radios govuk-radios--conditional\" data-module=\"govuk-radios\" id=\"conditional-radios-list\">\n <div class=\"govuk-radios__item\" *ngFor=\"let flagDisplay of flagsDisplayData; index as i\">\n <input class=\"govuk-radios__input\" id=\"flag-selection-{{i}}\"\n type=\"radio\"\n [checked]=\"isSelected(flagDisplay)\"\n (change)=\"onFlagSelectionChange(flagDisplay)\"/>\n <label class=\"govuk-label govuk-radios__label\" for=\"flag-selection-{{i}}\" [innerHTML]=\"sanitizeHtml(flagDisplay | manageCaseFlagsLabelDisplay)\"></label>\n </div>\n </div>\n </fieldset>\n </div>\n</ng-container>", styles: [".flag-name-and-description{font-weight:700}\n"] }]
|
|
27480
|
-
}], () => [{ type: MultipageComponentStateService }, { type: i2$
|
|
27570
|
+
}], () => [{ type: MultipageComponentStateService }, { type: i2$1.DomSanitizer }], { formGroup: [{
|
|
27481
27571
|
type: Input
|
|
27482
27572
|
}], flagsData: [{
|
|
27483
27573
|
type: Input
|
|
@@ -28036,7 +28126,7 @@ class SelectFlagLocationComponent extends AbstractJourneyComponent {
|
|
|
28036
28126
|
i0.ɵɵproperty("ngIf", ctx.flagLocationNotSelectedErrorMessage);
|
|
28037
28127
|
i0.ɵɵadvance(2);
|
|
28038
28128
|
i0.ɵɵproperty("ngForOf", ctx.filteredFlagsData);
|
|
28039
|
-
} }, dependencies: [
|
|
28129
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i3.DefaultValueAccessor, i3.RadioControlValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
28040
28130
|
}
|
|
28041
28131
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectFlagLocationComponent, [{
|
|
28042
28132
|
type: Component,
|
|
@@ -29271,7 +29361,7 @@ class UpdateFlagAddTranslationFormComponent extends AbstractJourneyComponent {
|
|
|
29271
29361
|
i0.ɵɵproperty("id", ctx.caseFlagFormFields.COMMENTS_WELSH)("name", ctx.caseFlagFormFields.COMMENTS_WELSH)("formControlName", ctx.caseFlagFormFields.COMMENTS_WELSH);
|
|
29272
29362
|
i0.ɵɵadvance(3);
|
|
29273
29363
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(49, 50, ctx.updateFlagAddTranslationStepEnum.CHARACTER_LIMIT_INFO), " ");
|
|
29274
|
-
} }, dependencies: [
|
|
29364
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
29275
29365
|
}
|
|
29276
29366
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UpdateFlagAddTranslationFormComponent, [{
|
|
29277
29367
|
type: Component,
|
|
@@ -29432,7 +29522,7 @@ class ConfirmFlagStatusComponent extends AbstractJourneyComponent {
|
|
|
29432
29522
|
i0.ɵɵproperty("id", ctx.statusReasonControlName)("name", ctx.statusReasonControlName)("formControlName", ctx.statusReasonControlName);
|
|
29433
29523
|
i0.ɵɵadvance(2);
|
|
29434
29524
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(18, 15, ctx.statusReasonCharLimitInfo), " ");
|
|
29435
|
-
} }, dependencies: [
|
|
29525
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i3.DefaultValueAccessor, i3.RadioControlValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
29436
29526
|
}
|
|
29437
29527
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConfirmFlagStatusComponent, [{
|
|
29438
29528
|
type: Component,
|
|
@@ -29718,22 +29808,28 @@ function ReadComplexFieldRawComponent_ng_container_1_Template(rf, ctx) { if (rf
|
|
|
29718
29808
|
i0.ɵɵadvance();
|
|
29719
29809
|
i0.ɵɵproperty("hidden", field_r1.hidden || field_r1.field_type.type === "Label");
|
|
29720
29810
|
i0.ɵɵadvance(2);
|
|
29721
|
-
i0.ɵɵtextInterpolate(ctx_r1.isTranslatable(field_r1) ? i0.ɵɵpipeBind1(4,
|
|
29811
|
+
i0.ɵɵtextInterpolate(ctx_r1.isTranslatable(field_r1) ? i0.ɵɵpipeBind1(4, 9, field_r1.label) : field_r1.label);
|
|
29722
29812
|
i0.ɵɵadvance(2);
|
|
29723
29813
|
i0.ɵɵproperty("hidden", field_r1.hidden);
|
|
29724
29814
|
i0.ɵɵadvance();
|
|
29725
|
-
i0.ɵɵproperty("caseField", field_r1)("context", ctx_r1.context)("caseFields", ctx_r1.caseFields)("topLevelFormGroup", ctx_r1.topLevelFormGroup)("idPrefix", ctx_r1.idPrefix);
|
|
29815
|
+
i0.ɵɵproperty("caseField", field_r1)("context", ctx_r1.context)("valueOrigin", ctx_r1.valueOrigin)("caseFields", ctx_r1.caseFields)("topLevelFormGroup", ctx_r1.topLevelFormGroup)("idPrefix", ctx_r1.idPrefix);
|
|
29726
29816
|
} }
|
|
29727
29817
|
/**
|
|
29728
29818
|
* Display a complex type fields as a list of values without labels.
|
|
29729
29819
|
* This is intended for rendering of Check Your Answer page.
|
|
29730
29820
|
*/
|
|
29731
29821
|
class ReadComplexFieldRawComponent extends AbstractFieldReadComponent {
|
|
29822
|
+
// parent_ and value match the dummy path convention used by the table variant.
|
|
29823
|
+
static DUMMY_STRING_PRE = 'parent_';
|
|
29824
|
+
static DUMMY_STRING_POST = 'value';
|
|
29732
29825
|
caseFields = [];
|
|
29826
|
+
get path() {
|
|
29827
|
+
return ReadComplexFieldRawComponent.DUMMY_STRING_PRE + this.idPrefix + ReadComplexFieldRawComponent.DUMMY_STRING_POST;
|
|
29828
|
+
}
|
|
29733
29829
|
static ɵfac = /*@__PURE__*/ (() => { let ɵReadComplexFieldRawComponent_BaseFactory; return function ReadComplexFieldRawComponent_Factory(__ngFactoryType__) { return (ɵReadComplexFieldRawComponent_BaseFactory || (ɵReadComplexFieldRawComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadComplexFieldRawComponent)))(__ngFactoryType__ || ReadComplexFieldRawComponent); }; })();
|
|
29734
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadComplexFieldRawComponent, selectors: [["ccd-read-complex-field-raw"]], inputs: { caseFields: "caseFields" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 12, consts: [[1, "complex-raw"], [4, "ngFor", "ngForOf"], [3, "hidden"], [1, "text-16"], [3, "caseField", "context", "caseFields", "topLevelFormGroup", "idPrefix"]], template: function ReadComplexFieldRawComponent_Template(rf, ctx) { if (rf & 1) {
|
|
29830
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadComplexFieldRawComponent, selectors: [["ccd-read-complex-field-raw"]], inputs: { caseFields: "caseFields" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 12, consts: [[1, "complex-raw"], [4, "ngFor", "ngForOf"], [3, "hidden"], [1, "text-16"], [3, "caseField", "context", "valueOrigin", "caseFields", "topLevelFormGroup", "idPrefix"]], template: function ReadComplexFieldRawComponent_Template(rf, ctx) { if (rf & 1) {
|
|
29735
29831
|
i0.ɵɵelementStart(0, "dl", 0);
|
|
29736
|
-
i0.ɵɵtemplate(1, ReadComplexFieldRawComponent_ng_container_1_Template, 7,
|
|
29832
|
+
i0.ɵɵtemplate(1, ReadComplexFieldRawComponent_ng_container_1_Template, 7, 11, "ng-container", 1);
|
|
29737
29833
|
i0.ɵɵpipe(2, "ccdReadFieldsFilter");
|
|
29738
29834
|
i0.ɵɵelementEnd();
|
|
29739
29835
|
} if (rf & 2) {
|
|
@@ -29743,7 +29839,7 @@ class ReadComplexFieldRawComponent extends AbstractFieldReadComponent {
|
|
|
29743
29839
|
}
|
|
29744
29840
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadComplexFieldRawComponent, [{
|
|
29745
29841
|
type: Component,
|
|
29746
|
-
args: [{ selector: 'ccd-read-complex-field-raw', standalone: false, template: "<dl class=\"complex-raw\">\n <ng-container *ngFor=\"let field of caseField | ccdReadFieldsFilter:false :undefined :true :topLevelFormGroup :id()\">\n <dt [hidden]=\"field.hidden || field.field_type.type === 'Label'\"><span class=\"text-16\">{{isTranslatable(field) ? (field.label | rpxTranslate) : field.label}}</span></dt>\n <dd [hidden]=\"field.hidden\">\n <ccd-field-read [caseField]=\"field\" [context]=\"context\" [caseFields]=\"caseFields\" [topLevelFormGroup]=\"topLevelFormGroup\" [idPrefix]=\"idPrefix\"></ccd-field-read>\n </dd>\n </ng-container>\n</dl>\n", styles: ["dl.complex-raw{list-style-type:none;margin:5px 0 10px}dl.complex-raw dl.complex-raw{padding-left:2ch}dl.complex-raw dt{font-weight:700}\n"] }]
|
|
29842
|
+
args: [{ selector: 'ccd-read-complex-field-raw', standalone: false, template: "<dl class=\"complex-raw\">\n <ng-container *ngFor=\"let field of caseField | ccdReadFieldsFilter:false :undefined :true :topLevelFormGroup :id()\">\n <dt [hidden]=\"field.hidden || field.field_type.type === 'Label'\"><span class=\"text-16\">{{isTranslatable(field) ? (field.label | rpxTranslate) : field.label}}</span></dt>\n <dd [hidden]=\"field.hidden\">\n <ccd-field-read [caseField]=\"field\" [context]=\"context\" [valueOrigin]=\"valueOrigin\" [caseFields]=\"caseFields\" [topLevelFormGroup]=\"topLevelFormGroup\" [idPrefix]=\"idPrefix\"></ccd-field-read>\n </dd>\n </ng-container>\n</dl>\n", styles: ["dl.complex-raw{list-style-type:none;margin:5px 0 10px}dl.complex-raw dl.complex-raw{padding-left:2ch}dl.complex-raw dt{font-weight:700}\n"] }]
|
|
29747
29843
|
}], null, { caseFields: [{
|
|
29748
29844
|
type: Input
|
|
29749
29845
|
}] }); })();
|
|
@@ -29762,7 +29858,7 @@ function ReadComplexFieldTableComponent_ng_container_9_ng_container_1_Template(r
|
|
|
29762
29858
|
i0.ɵɵadvance();
|
|
29763
29859
|
i0.ɵɵproperty("hidden", field_r1.hidden);
|
|
29764
29860
|
i0.ɵɵadvance(3);
|
|
29765
|
-
i0.ɵɵproperty("topLevelFormGroup", ctx_r1.topLevelFormGroup)("caseFields", ctx_r1.caseFields)("caseField", field_r1)("context", ctx_r1.context);
|
|
29861
|
+
i0.ɵɵproperty("topLevelFormGroup", ctx_r1.topLevelFormGroup)("caseFields", ctx_r1.caseFields)("caseField", field_r1)("context", ctx_r1.context)("valueOrigin", ctx_r1.valueOrigin);
|
|
29766
29862
|
} }
|
|
29767
29863
|
function ReadComplexFieldTableComponent_ng_container_9_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
29768
29864
|
i0.ɵɵelementStart(0, "tr", 10)(1, "th", 11)(2, "span", 3);
|
|
@@ -29777,15 +29873,15 @@ function ReadComplexFieldTableComponent_ng_container_9_ng_template_3_Template(rf
|
|
|
29777
29873
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
29778
29874
|
i0.ɵɵproperty("hidden", field_r1.hidden);
|
|
29779
29875
|
i0.ɵɵadvance(3);
|
|
29780
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4,
|
|
29876
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 7, field_r1.label));
|
|
29781
29877
|
i0.ɵɵadvance(4);
|
|
29782
|
-
i0.ɵɵproperty("topLevelFormGroup", ctx_r1.topLevelFormGroup)("caseFields", ctx_r1.caseFields)("caseField", field_r1)("context", ctx_r1.context);
|
|
29878
|
+
i0.ɵɵproperty("topLevelFormGroup", ctx_r1.topLevelFormGroup)("caseFields", ctx_r1.caseFields)("caseField", field_r1)("context", ctx_r1.context)("valueOrigin", ctx_r1.valueOrigin);
|
|
29783
29879
|
} }
|
|
29784
29880
|
function ReadComplexFieldTableComponent_ng_container_9_Template(rf, ctx) { if (rf & 1) {
|
|
29785
29881
|
i0.ɵɵelementContainerStart(0);
|
|
29786
|
-
i0.ɵɵtemplate(1, ReadComplexFieldTableComponent_ng_container_9_ng_container_1_Template, 5,
|
|
29882
|
+
i0.ɵɵtemplate(1, ReadComplexFieldTableComponent_ng_container_9_ng_container_1_Template, 5, 6, "ng-container", 6);
|
|
29787
29883
|
i0.ɵɵpipe(2, "ccdIsCompound");
|
|
29788
|
-
i0.ɵɵtemplate(3, ReadComplexFieldTableComponent_ng_container_9_ng_template_3_Template, 8,
|
|
29884
|
+
i0.ɵɵtemplate(3, ReadComplexFieldTableComponent_ng_container_9_ng_template_3_Template, 8, 9, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
|
|
29789
29885
|
i0.ɵɵelementContainerEnd();
|
|
29790
29886
|
} if (rf & 2) {
|
|
29791
29887
|
const field_r1 = ctx.$implicit;
|
|
@@ -29812,7 +29908,7 @@ class ReadComplexFieldTableComponent extends AbstractFieldReadComponent {
|
|
|
29812
29908
|
this.path = ReadComplexFieldTableComponent.DUMMY_STRING_PRE + this.idPrefix + ReadComplexFieldTableComponent.DUMMY_STRING_POST;
|
|
29813
29909
|
}
|
|
29814
29910
|
static ɵfac = /*@__PURE__*/ (() => { let ɵReadComplexFieldTableComponent_BaseFactory; return function ReadComplexFieldTableComponent_Factory(__ngFactoryType__) { return (ɵReadComplexFieldTableComponent_BaseFactory || (ɵReadComplexFieldTableComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadComplexFieldTableComponent)))(__ngFactoryType__ || ReadComplexFieldTableComponent); }; })();
|
|
29815
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadComplexFieldTableComponent, selectors: [["ccd-read-complex-field-table"]], inputs: { caseFields: "caseFields" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 11, vars: 17, consts: [["SimpleRow", ""], [1, "complex-panel"], [1, "complex-panel-title"], [1, "text-16"], ["aria-describedby", "complex field table", 1, "complex-panel-table"], [4, "ngFor", "ngForOf"], [4, "ngIf", "ngIfElse"], [1, "complex-panel-compound-field", 3, "hidden"], ["colspan", "2"], [3, "topLevelFormGroup", "caseFields", "caseField", "context"], [1, "complex-panel-simple-field", 3, "hidden"], ["id", "complex-panel-simple-field-label"]], template: function ReadComplexFieldTableComponent_Template(rf, ctx) { if (rf & 1) {
|
|
29911
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadComplexFieldTableComponent, selectors: [["ccd-read-complex-field-table"]], inputs: { caseFields: "caseFields" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 11, vars: 17, consts: [["SimpleRow", ""], [1, "complex-panel"], [1, "complex-panel-title"], [1, "text-16"], ["aria-describedby", "complex field table", 1, "complex-panel-table"], [4, "ngFor", "ngForOf"], [4, "ngIf", "ngIfElse"], [1, "complex-panel-compound-field", 3, "hidden"], ["colspan", "2"], [3, "topLevelFormGroup", "caseFields", "caseField", "context", "valueOrigin"], [1, "complex-panel-simple-field", 3, "hidden"], ["id", "complex-panel-simple-field-label"]], template: function ReadComplexFieldTableComponent_Template(rf, ctx) { if (rf & 1) {
|
|
29816
29912
|
i0.ɵɵelementStart(0, "div", 1)(1, "dl", 2)(2, "dt")(3, "span", 3);
|
|
29817
29913
|
i0.ɵɵtext(4);
|
|
29818
29914
|
i0.ɵɵpipe(5, "rpxTranslate");
|
|
@@ -29832,7 +29928,7 @@ class ReadComplexFieldTableComponent extends AbstractFieldReadComponent {
|
|
|
29832
29928
|
}
|
|
29833
29929
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadComplexFieldTableComponent, [{
|
|
29834
29930
|
type: Component,
|
|
29835
|
-
args: [{ selector: 'ccd-read-complex-field-table', standalone: false, template: "<div class=\"complex-panel\">\n <dl class=\"complex-panel-title\"><dt><span class=\"text-16\">{{caseField.label | rpxTranslate}}</span></dt><dd></dd></dl>\n <table class=\"complex-panel-table\" aria-describedby=\"complex field table\">\n <tbody>\n <ng-container *ngFor=\"let field of caseField | ccdReadFieldsFilter:false :undefined :true :topLevelFormGroup :path :idPrefix\">\n <ng-container *ngIf=\"(field | ccdIsCompound); else SimpleRow\">\n <tr class=\"complex-panel-compound-field\" [hidden]=\"field.hidden\">\n <td colspan=\"2\">\n <span class=\"text-16\">\n <ccd-field-read [topLevelFormGroup]=\"topLevelFormGroup\" [caseFields]=\"caseFields\"\n [caseField]=\"field\" [context]=\"context\"></ccd-field-read>\n </span>\n </td>\n </tr>\n </ng-container>\n <ng-template #SimpleRow>\n <tr class=\"complex-panel-simple-field\" [hidden]=\"field.hidden\">\n <th id=\"complex-panel-simple-field-label\"><span class=\"text-16\">{{field.label | rpxTranslate}}</span></th>\n <td>\n <span class=\"text-16\">\n <ccd-field-read [topLevelFormGroup]=\"topLevelFormGroup\" [caseFields]=\"caseFields\"\n [caseField]=\"field\" [context]=\"context\"></ccd-field-read>\n </span>\n </td>\n </tr>\n </ng-template>\n </ng-container>\n </tbody>\n </table>\n</div>\n", styles: [".complex-panel{margin:13px 0;border:1px solid #bfc1c3}.complex-panel .complex-panel-title{background-color:#dee0e2;padding:5px 5px 2px;border-bottom:1px solid #bfc1c3;display:block;color:#0b0c0c;font-family:nta,Arial,sans-serif;font-weight:700;text-transform:none;font-size:16px;line-height:1.25}@media(min-width:641px){.complex-panel .complex-panel-title{font-size:19px;line-height:1.3157894737}}.complex-panel .complex-panel-table>tbody>tr>th{vertical-align:top}.complex-panel .complex-panel-table>tbody>tr:last-child>th,.complex-panel .complex-panel-table>tbody>tr:last-child>td{border-bottom:none}.complex-panel .complex-panel-simple-field th{padding-left:5px;width:295px}.complex-panel .complex-panel-compound-field td{padding:5px}\n"] }]
|
|
29931
|
+
args: [{ selector: 'ccd-read-complex-field-table', standalone: false, template: "<div class=\"complex-panel\">\n <dl class=\"complex-panel-title\"><dt><span class=\"text-16\">{{caseField.label | rpxTranslate}}</span></dt><dd></dd></dl>\n <table class=\"complex-panel-table\" aria-describedby=\"complex field table\">\n <tbody>\n <ng-container *ngFor=\"let field of caseField | ccdReadFieldsFilter:false :undefined :true :topLevelFormGroup :path :idPrefix\">\n <ng-container *ngIf=\"(field | ccdIsCompound); else SimpleRow\">\n <tr class=\"complex-panel-compound-field\" [hidden]=\"field.hidden\">\n <td colspan=\"2\">\n <span class=\"text-16\">\n <ccd-field-read [topLevelFormGroup]=\"topLevelFormGroup\" [caseFields]=\"caseFields\"\n [caseField]=\"field\" [context]=\"context\" [valueOrigin]=\"valueOrigin\"></ccd-field-read>\n </span>\n </td>\n </tr>\n </ng-container>\n <ng-template #SimpleRow>\n <tr class=\"complex-panel-simple-field\" [hidden]=\"field.hidden\">\n <th id=\"complex-panel-simple-field-label\"><span class=\"text-16\">{{field.label | rpxTranslate}}</span></th>\n <td>\n <span class=\"text-16\">\n <ccd-field-read [topLevelFormGroup]=\"topLevelFormGroup\" [caseFields]=\"caseFields\"\n [caseField]=\"field\" [context]=\"context\" [valueOrigin]=\"valueOrigin\"></ccd-field-read>\n </span>\n </td>\n </tr>\n </ng-template>\n </ng-container>\n </tbody>\n </table>\n</div>\n", styles: [".complex-panel{margin:13px 0;border:1px solid #bfc1c3}.complex-panel .complex-panel-title{background-color:#dee0e2;padding:5px 5px 2px;border-bottom:1px solid #bfc1c3;display:block;color:#0b0c0c;font-family:nta,Arial,sans-serif;font-weight:700;text-transform:none;font-size:16px;line-height:1.25}@media(min-width:641px){.complex-panel .complex-panel-title{font-size:19px;line-height:1.3157894737}}.complex-panel .complex-panel-table>tbody>tr>th{vertical-align:top}.complex-panel .complex-panel-table>tbody>tr:last-child>th,.complex-panel .complex-panel-table>tbody>tr:last-child>td{border-bottom:none}.complex-panel .complex-panel-simple-field th{padding-left:5px;width:295px}.complex-panel .complex-panel-compound-field td{padding:5px}\n"] }]
|
|
29836
29932
|
}], null, { caseFields: [{
|
|
29837
29933
|
type: Input
|
|
29838
29934
|
}] }); })();
|
|
@@ -29866,7 +29962,7 @@ function ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_2
|
|
|
29866
29962
|
const item_r7 = i0.ɵɵnextContext().$implicit;
|
|
29867
29963
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
29868
29964
|
i0.ɵɵadvance();
|
|
29869
|
-
i0.ɵɵproperty("caseField", ctx_r2.toCaseField(heading_r6, item_r7[heading_r6].label, ctx_r2.columnsHorizontalLabel[heading_r6].type, item_r7[heading_r6]))("context", ctx_r2.context);
|
|
29965
|
+
i0.ɵɵproperty("caseField", ctx_r2.toCaseField(heading_r6, item_r7[heading_r6].label, ctx_r2.columnsHorizontalLabel[heading_r6].type, item_r7[heading_r6]))("context", ctx_r2.context)("valueOrigin", ctx_r2.valueOrigin);
|
|
29870
29966
|
} }
|
|
29871
29967
|
function ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_2_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
29872
29968
|
i0.ɵɵelementStart(0, "div");
|
|
@@ -29876,7 +29972,7 @@ function ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_2
|
|
|
29876
29972
|
function ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
29877
29973
|
i0.ɵɵelementContainerStart(0);
|
|
29878
29974
|
i0.ɵɵelementStart(1, "td", 4);
|
|
29879
|
-
i0.ɵɵtemplate(2, ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_2_div_2_Template, 2,
|
|
29975
|
+
i0.ɵɵtemplate(2, ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_2_div_2_Template, 2, 3, "div", 17)(3, ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_2_ng_template_3_Template, 2, 0, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
|
|
29880
29976
|
i0.ɵɵelementEnd();
|
|
29881
29977
|
i0.ɵɵelementContainerEnd();
|
|
29882
29978
|
} if (rf & 2) {
|
|
@@ -29895,14 +29991,14 @@ function ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_1
|
|
|
29895
29991
|
const item_r7 = i0.ɵɵnextContext().$implicit;
|
|
29896
29992
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
29897
29993
|
i0.ɵɵadvance();
|
|
29898
|
-
i0.ɵɵproperty("caseField", ctx_r2.toCaseField("", vLabel_r9.label, vLabel_r9.field_type, item_r7[vLabel_r9.id]))("context", ctx_r2.context);
|
|
29994
|
+
i0.ɵɵproperty("caseField", ctx_r2.toCaseField("", vLabel_r9.label, vLabel_r9.field_type, item_r7[vLabel_r9.id]))("context", ctx_r2.context)("valueOrigin", ctx_r2.valueOrigin);
|
|
29899
29995
|
} }
|
|
29900
29996
|
function ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_11_tr_1_Template(rf, ctx) { if (rf & 1) {
|
|
29901
29997
|
i0.ɵɵelementStart(0, "tr", 21)(1, "th", 8)(2, "span", 4);
|
|
29902
29998
|
i0.ɵɵtext(3);
|
|
29903
29999
|
i0.ɵɵpipe(4, "rpxTranslate");
|
|
29904
30000
|
i0.ɵɵelementEnd()();
|
|
29905
|
-
i0.ɵɵtemplate(5, ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_11_tr_1_td_5_Template, 2,
|
|
30001
|
+
i0.ɵɵtemplate(5, ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_11_tr_1_td_5_Template, 2, 3, "td", 22);
|
|
29906
30002
|
i0.ɵɵelementEnd();
|
|
29907
30003
|
} if (rf & 2) {
|
|
29908
30004
|
const vLabel_r9 = i0.ɵɵnextContext().$implicit;
|
|
@@ -29921,7 +30017,7 @@ function ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_1
|
|
|
29921
30017
|
const ctx_r2 = i0.ɵɵnextContext(4);
|
|
29922
30018
|
i0.ɵɵproperty("hidden", caseField_r10);
|
|
29923
30019
|
i0.ɵɵadvance(3);
|
|
29924
|
-
i0.ɵɵproperty("caseField", caseField_r10)("context", ctx_r2.context);
|
|
30020
|
+
i0.ɵɵproperty("caseField", caseField_r10)("context", ctx_r2.context)("valueOrigin", ctx_r2.valueOrigin);
|
|
29925
30021
|
} }
|
|
29926
30022
|
function ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_11_tr_2_ng_container_2_ng_template_3_td_5_Template(rf, ctx) { if (rf & 1) {
|
|
29927
30023
|
i0.ɵɵelementStart(0, "td")(1, "span", 4);
|
|
@@ -29931,11 +30027,11 @@ function ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_1
|
|
|
29931
30027
|
const caseField_r10 = i0.ɵɵnextContext(2).$implicit;
|
|
29932
30028
|
const ctx_r2 = i0.ɵɵnextContext(4);
|
|
29933
30029
|
i0.ɵɵadvance(2);
|
|
29934
|
-
i0.ɵɵproperty("caseField", caseField_r10)("context", ctx_r2.context);
|
|
30030
|
+
i0.ɵɵproperty("caseField", caseField_r10)("context", ctx_r2.context)("valueOrigin", ctx_r2.valueOrigin);
|
|
29935
30031
|
} }
|
|
29936
30032
|
function ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_11_tr_2_ng_container_2_ng_template_3_td_6_Template(rf, ctx) { if (rf & 1) {
|
|
29937
30033
|
i0.ɵɵelementStart(0, "td");
|
|
29938
|
-
i0.ɵɵelement(1, "ccd-read-case-link-field",
|
|
30034
|
+
i0.ɵɵelement(1, "ccd-read-case-link-field", 28);
|
|
29939
30035
|
i0.ɵɵelementEnd();
|
|
29940
30036
|
} if (rf & 2) {
|
|
29941
30037
|
const caseField_r10 = i0.ɵɵnextContext(2).$implicit;
|
|
@@ -29950,7 +30046,7 @@ function ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_1
|
|
|
29950
30046
|
i0.ɵɵtext(3);
|
|
29951
30047
|
i0.ɵɵpipe(4, "rpxTranslate");
|
|
29952
30048
|
i0.ɵɵelementEnd()();
|
|
29953
|
-
i0.ɵɵtemplate(5, ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_11_tr_2_ng_container_2_ng_template_3_td_5_Template, 3,
|
|
30049
|
+
i0.ɵɵtemplate(5, ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_11_tr_2_ng_container_2_ng_template_3_td_5_Template, 3, 3, "td", 27)(6, ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_11_tr_2_ng_container_2_ng_template_3_td_6_Template, 2, 2, "td", 27);
|
|
29954
30050
|
i0.ɵɵelementEnd();
|
|
29955
30051
|
} if (rf & 2) {
|
|
29956
30052
|
const caseField_r10 = i0.ɵɵnextContext().$implicit;
|
|
@@ -29966,7 +30062,7 @@ function ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_1
|
|
|
29966
30062
|
} }
|
|
29967
30063
|
function ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_11_tr_2_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
29968
30064
|
i0.ɵɵelementContainerStart(0);
|
|
29969
|
-
i0.ɵɵtemplate(1, ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_11_tr_2_ng_container_2_tr_1_Template, 4,
|
|
30065
|
+
i0.ɵɵtemplate(1, ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_11_tr_2_ng_container_2_tr_1_Template, 4, 4, "tr", 24);
|
|
29970
30066
|
i0.ɵɵpipe(2, "ccdIsCompound");
|
|
29971
30067
|
i0.ɵɵtemplate(3, ReadComplexFieldCollectionTableComponent_ng_container_12_ng_container_11_tr_2_ng_container_2_ng_template_3_Template, 7, 6, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
29972
30068
|
i0.ɵɵelementContainerEnd();
|
|
@@ -30184,7 +30280,7 @@ class ReadComplexFieldCollectionTableComponent extends AbstractFieldReadComponen
|
|
|
30184
30280
|
return result;
|
|
30185
30281
|
}
|
|
30186
30282
|
static ɵfac = /*@__PURE__*/ (() => { let ɵReadComplexFieldCollectionTableComponent_BaseFactory; return function ReadComplexFieldCollectionTableComponent_Factory(__ngFactoryType__) { return (ɵReadComplexFieldCollectionTableComponent_BaseFactory || (ɵReadComplexFieldCollectionTableComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadComplexFieldCollectionTableComponent)))(__ngFactoryType__ || ReadComplexFieldCollectionTableComponent); }; })();
|
|
30187
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadComplexFieldCollectionTableComponent, selectors: [["ccd-read-complex-field-collection-table"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 13, vars: 6, consts: [["showEmptyTd", ""], ["SimpleRow", ""], [1, "complex-panel", 3, "hidden"], [1, "complex-panel-title"], [1, "text-16"], ["aria-describedby", "complex panel table", 1, "complex-panel-table"], ["scope", "col", 4, "ngFor", "ngForOf"], [4, "ngFor", "ngForOf"], ["scope", "col"], ["href", "#", 1, "sort-widget", 3, "click", "keyup.enter", "innerHTML"], [1, "new-table-row", "accordion-heading", 3, "keyup", "click"], [2, "float", "right"], ["href", "#", 3, "click"], ["alt", "accordion-img", 1, "accordion-image", 3, "src"], [3, "hidden"], [3, "colSpan"], ["aria-describedby", "complex panel table expanded", 1, "complex-panel-table"], [4, "ngIf", "ngIfElse"], [3, "caseField", "context"], ["class", "complex-panel-simple-field accordion-body", 3, "hidden", 4, "ngIf"], [3, "hidden", 4, "ngIf"], [1, "complex-panel-simple-field", "accordion-body", 3, "hidden"], ["class", "text-16", 4, "ngIf"], ["colspan", "2"], ["class", "complex-panel-compound-field", 3, "hidden", 4, "ngIf", "ngIfElse"], [1, "complex-panel-compound-field", 3, "hidden"], [1, "complex-panel-nested-field", 3, "hidden"], [4, "ngIf"]], template: function ReadComplexFieldCollectionTableComponent_Template(rf, ctx) { if (rf & 1) {
|
|
30283
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadComplexFieldCollectionTableComponent, selectors: [["ccd-read-complex-field-collection-table"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 13, vars: 6, consts: [["showEmptyTd", ""], ["SimpleRow", ""], [1, "complex-panel", 3, "hidden"], [1, "complex-panel-title"], [1, "text-16"], ["aria-describedby", "complex panel table", 1, "complex-panel-table"], ["scope", "col", 4, "ngFor", "ngForOf"], [4, "ngFor", "ngForOf"], ["scope", "col"], ["href", "#", 1, "sort-widget", 3, "click", "keyup.enter", "innerHTML"], [1, "new-table-row", "accordion-heading", 3, "keyup", "click"], [2, "float", "right"], ["href", "#", 3, "click"], ["alt", "accordion-img", 1, "accordion-image", 3, "src"], [3, "hidden"], [3, "colSpan"], ["aria-describedby", "complex panel table expanded", 1, "complex-panel-table"], [4, "ngIf", "ngIfElse"], [3, "caseField", "context", "valueOrigin"], ["class", "complex-panel-simple-field accordion-body", 3, "hidden", 4, "ngIf"], [3, "hidden", 4, "ngIf"], [1, "complex-panel-simple-field", "accordion-body", 3, "hidden"], ["class", "text-16", 4, "ngIf"], ["colspan", "2"], ["class", "complex-panel-compound-field", 3, "hidden", 4, "ngIf", "ngIfElse"], [1, "complex-panel-compound-field", 3, "hidden"], [1, "complex-panel-nested-field", 3, "hidden"], [4, "ngIf"], [3, "caseField", "context"]], template: function ReadComplexFieldCollectionTableComponent_Template(rf, ctx) { if (rf & 1) {
|
|
30188
30284
|
i0.ɵɵelementStart(0, "div", 2)(1, "dl", 3)(2, "dt")(3, "span", 4);
|
|
30189
30285
|
i0.ɵɵtext(4);
|
|
30190
30286
|
i0.ɵɵpipe(5, "rpxTranslate");
|
|
@@ -30209,7 +30305,7 @@ class ReadComplexFieldCollectionTableComponent extends AbstractFieldReadComponen
|
|
|
30209
30305
|
}
|
|
30210
30306
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadComplexFieldCollectionTableComponent, [{
|
|
30211
30307
|
type: Component,
|
|
30212
|
-
args: [{ selector: 'ccd-read-complex-field-collection-table', standalone: false, template: "<div class=\"complex-panel\" [hidden]=\"caseField.hidden\">\n <dl class=\"complex-panel-title\">\n <dt><span class=\"text-16\">{{caseField.label | rpxTranslate}}</span></dt>\n <dd></dd>\n </dl>\n <table class=\"complex-panel-table\" aria-describedby=\"complex panel table\">\n <tbody>\n <!-- <COMPLEX table field header>-->\n <tr>\n <th *ngFor=\"let heading of columns\" scope=\"col\">\n <span class=\"text-16\">{{columnsAllLabels[heading].label | rpxTranslate}}</span>\n <a href=\"#\"\n (click)=\"sortRowsByColumns(heading); $event.preventDefault()\"\n (keyup.enter)=\"sortRowsByColumns(heading)\"\n class=\"sort-widget\"\n [attr.aria-label]=\"'Sort ' + columnsAllLabels[heading].label | rpxTranslate\"\n [innerHTML]=\"sortWidget(columnsAllLabels[heading])\"></a>\n </th>\n <th></th>\n </tr>\n <!-- </COMPLEX table field header>-->\n <ng-container *ngFor=\"let item of rows; let i = index;\">\n <!-- <COMPLEX table collapsed view>-->\n <tr class=\"new-table-row accordion-heading\" (keyup)=\"$event.key === 'Enter' ? (isHidden[i] = !isHidden[i]) : null\" (click)=\"isHidden[i] = !isHidden[i]\"\n [class.last-accordion]=\"isHidden[i]\">\n <ng-container *ngFor=\"let heading of columns\">\n <td class=\"text-16\">\n <div *ngIf=\"item[heading]; else showEmptyTd\">\n <ccd-field-read\n [caseField]=\"toCaseField(heading, item[heading].label, columnsHorizontalLabel[heading].type, item[heading])\"\n [context]=\"context\"></ccd-field-read>\n </div>\n <ng-template #showEmptyTd>\n <div> </div>\n </ng-template>\n </td>\n </ng-container>\n <td>\n <div style=\"float: right;\">\n <a href=\"#\" (click)=\"$event.preventDefault()\"> <img src=\"{{ getImage(i) }}\" alt=\"accordion-img\" class=\"accordion-image\"/></a>\n </div>\n </td>\n </tr>\n <!-- </COMPLEX table collapsed view>-->\n <!-- <COMPLEX table expanded view>-->\n <tr [hidden]=\"isHidden[i]\">\n <td [colSpan]=\"columns.length + 1\">\n <table class=\"complex-panel-table\" aria-describedby=\"complex panel table expanded\">\n <tbody>\n <ng-container\n *ngFor=\"let vLabel of columnsVerticalLabel | keyvalue: keepOriginalOrder | ccdCollectionTableCaseFieldsFilter: caseField: rows[i] | ccdReadFieldsFilter:true :undefined :true\">\n <!-- <COMPLEX table expandable body simple field>-->\n <tr class=\"complex-panel-simple-field accordion-body\" *ngIf=\"item[vLabel.id]\" [hidden]=\"vLabel.hidden\">\n <th scope=\"col\"><span class=\"text-16\">{{ vLabel.label | rpxTranslate }}</span></th>\n <td *ngIf=\"vLabel['type'] !== 'Complex'\" class=\"text-16\">\n <ccd-field-read [caseField]=\"toCaseField('', vLabel.label, vLabel.field_type, item[vLabel.id])\"\n [context]=\"context\"></ccd-field-read>\n </td>\n </tr>\n <!-- </COMPLEX table expandable body simple field>-->\n\n <!-- <COMPLEX table expandable body complex field>-->\n <tr *ngIf=\"vLabel['type'] === 'Complex' && addCaseFieldValue(vLabel, item[vLabel.id])\" [hidden]=\"vLabel.hidden\">\n <td colspan=\"2\">\n <ng-container *ngFor=\"let caseField of vLabel | ccdReadFieldsFilter:true :undefined :true\">\n <tr class=\"complex-panel-compound-field\" *ngIf=\"(caseField | ccdIsCompound); else SimpleRow\" [hidden]=\"caseField\">\n <td colspan=\"2\">\n <span class=\"text-16\"><ccd-field-read [caseField]=\"caseField\" [context]=\"context\"></ccd-field-read></span>\n </td>\n </tr>\n <ng-template #SimpleRow>\n <tr class=\"complex-panel-nested-field\" [hidden]=\"caseField.hidden\">\n <th scope=\"col\"><span class=\"text-16\">{{caseField.label | rpxTranslate}}</span></th>\n <td *ngIf=\"!item[vLabel.id]?.hasOwnProperty('CaseReference')\">\n <span class=\"text-16\"><ccd-field-read [caseField]=\"caseField\" [context]=\"context\"></ccd-field-read></span>\n </td>\n <td *ngIf=\"item[vLabel.id]?.hasOwnProperty('CaseReference')\">\n <ccd-read-case-link-field [caseField]=\"addCaseReferenceValue(caseField, item[vLabel.id].CaseReference)\" [context]=\"context\"></ccd-read-case-link-field>\n </td>\n </tr>\n </ng-template>\n </ng-container>\n </td>\n </tr>\n <!-- <COMPLEX table expandable body complex field>-->\n </ng-container>\n </tbody>\n </table>\n </td>\n </tr>\n <!-- </COMPLEX table expanded view>-->\n </ng-container>\n </tbody>\n </table>\n</div>\n", styles: [".complex-panel{margin:13px 0;border:1px solid #bfc1c3}.complex-panel .complex-panel-title{background-color:#dee0e2;padding:5px 5px 2px;border-bottom:1px solid #bfc1c3;display:block;color:#0b0c0c;font-family:nta,Arial,sans-serif;font-weight:700;text-transform:none;font-size:16px;line-height:1.25}@media(min-width:641px){.complex-panel .complex-panel-title{font-size:19px;line-height:1.3157894737}}.complex-panel .complex-panel-table>tbody>tr>th{vertical-align:top}.complex-panel .complex-panel-table>tbody>tr:last-child>th{border-bottom:none}.complex-panel .complex-panel-table th{padding-left:5px;font-weight:700;border-bottom:none}.complex-panel .complex-panel-table td{padding-left:5px;padding-top:0;padding-bottom:0;border-bottom:none}.complex-panel .new-table-row{border-top:1px solid #bfc1c3}.complex-panel .complex-panel-simple-field th{padding-left:5px;padding-top:0;padding-bottom:0;width:295px}.complex-panel .complex-panel-nested-field th{padding-left:33px;padding-top:0;padding-bottom:0;width:200px}.complex-panel .complex-panel-compound-field td{padding:5px;border-bottom:none}.sort-widget{cursor:pointer;text-decoration:none;color:#0b0c0c}.accordion-wrapper{margin-bottom:20px}.accordion-wrapper .heading-medium{margin:0}.accordion-wrapper .accordion-heading{border-top:1px solid #bfc1c3;padding-top:20px;padding-bottom:10px;height:20px;cursor:pointer}.accordion-wrapper .accordion-heading .accordion-image{width:25px;margin-right:20px}.accordion-wrapper .accordion-body{margin-top:20px;margin-right:20px}.accordion-wrapper .last-accordion{border-bottom:1px solid #bfc1c3;padding-bottom:30px}\n"] }]
|
|
30308
|
+
args: [{ selector: 'ccd-read-complex-field-collection-table', standalone: false, template: "<div class=\"complex-panel\" [hidden]=\"caseField.hidden\">\n <dl class=\"complex-panel-title\">\n <dt><span class=\"text-16\">{{caseField.label | rpxTranslate}}</span></dt>\n <dd></dd>\n </dl>\n <table class=\"complex-panel-table\" aria-describedby=\"complex panel table\">\n <tbody>\n <!-- <COMPLEX table field header>-->\n <tr>\n <th *ngFor=\"let heading of columns\" scope=\"col\">\n <span class=\"text-16\">{{columnsAllLabels[heading].label | rpxTranslate}}</span>\n <a href=\"#\"\n (click)=\"sortRowsByColumns(heading); $event.preventDefault()\"\n (keyup.enter)=\"sortRowsByColumns(heading)\"\n class=\"sort-widget\"\n [attr.aria-label]=\"'Sort ' + columnsAllLabels[heading].label | rpxTranslate\"\n [innerHTML]=\"sortWidget(columnsAllLabels[heading])\"></a>\n </th>\n <th></th>\n </tr>\n <!-- </COMPLEX table field header>-->\n <ng-container *ngFor=\"let item of rows; let i = index;\">\n <!-- <COMPLEX table collapsed view>-->\n <tr class=\"new-table-row accordion-heading\" (keyup)=\"$event.key === 'Enter' ? (isHidden[i] = !isHidden[i]) : null\" (click)=\"isHidden[i] = !isHidden[i]\"\n [class.last-accordion]=\"isHidden[i]\">\n <ng-container *ngFor=\"let heading of columns\">\n <td class=\"text-16\">\n <div *ngIf=\"item[heading]; else showEmptyTd\">\n <ccd-field-read\n [caseField]=\"toCaseField(heading, item[heading].label, columnsHorizontalLabel[heading].type, item[heading])\"\n [context]=\"context\"\n [valueOrigin]=\"valueOrigin\"></ccd-field-read>\n </div>\n <ng-template #showEmptyTd>\n <div> </div>\n </ng-template>\n </td>\n </ng-container>\n <td>\n <div style=\"float: right;\">\n <a href=\"#\" (click)=\"$event.preventDefault()\"> <img src=\"{{ getImage(i) }}\" alt=\"accordion-img\" class=\"accordion-image\"/></a>\n </div>\n </td>\n </tr>\n <!-- </COMPLEX table collapsed view>-->\n <!-- <COMPLEX table expanded view>-->\n <tr [hidden]=\"isHidden[i]\">\n <td [colSpan]=\"columns.length + 1\">\n <table class=\"complex-panel-table\" aria-describedby=\"complex panel table expanded\">\n <tbody>\n <ng-container\n *ngFor=\"let vLabel of columnsVerticalLabel | keyvalue: keepOriginalOrder | ccdCollectionTableCaseFieldsFilter: caseField: rows[i] | ccdReadFieldsFilter:true :undefined :true\">\n <!-- <COMPLEX table expandable body simple field>-->\n <tr class=\"complex-panel-simple-field accordion-body\" *ngIf=\"item[vLabel.id]\" [hidden]=\"vLabel.hidden\">\n <th scope=\"col\"><span class=\"text-16\">{{ vLabel.label | rpxTranslate }}</span></th>\n <td *ngIf=\"vLabel['type'] !== 'Complex'\" class=\"text-16\">\n <ccd-field-read [caseField]=\"toCaseField('', vLabel.label, vLabel.field_type, item[vLabel.id])\"\n [context]=\"context\"\n [valueOrigin]=\"valueOrigin\"></ccd-field-read>\n </td>\n </tr>\n <!-- </COMPLEX table expandable body simple field>-->\n\n <!-- <COMPLEX table expandable body complex field>-->\n <tr *ngIf=\"vLabel['type'] === 'Complex' && addCaseFieldValue(vLabel, item[vLabel.id])\" [hidden]=\"vLabel.hidden\">\n <td colspan=\"2\">\n <ng-container *ngFor=\"let caseField of vLabel | ccdReadFieldsFilter:true :undefined :true\">\n <tr class=\"complex-panel-compound-field\" *ngIf=\"(caseField | ccdIsCompound); else SimpleRow\" [hidden]=\"caseField\">\n <td colspan=\"2\">\n <span class=\"text-16\"><ccd-field-read [caseField]=\"caseField\" [context]=\"context\" [valueOrigin]=\"valueOrigin\"></ccd-field-read></span>\n </td>\n </tr>\n <ng-template #SimpleRow>\n <tr class=\"complex-panel-nested-field\" [hidden]=\"caseField.hidden\">\n <th scope=\"col\"><span class=\"text-16\">{{caseField.label | rpxTranslate}}</span></th>\n <td *ngIf=\"!item[vLabel.id]?.hasOwnProperty('CaseReference')\">\n <span class=\"text-16\"><ccd-field-read [caseField]=\"caseField\" [context]=\"context\" [valueOrigin]=\"valueOrigin\"></ccd-field-read></span>\n </td>\n <td *ngIf=\"item[vLabel.id]?.hasOwnProperty('CaseReference')\">\n <ccd-read-case-link-field [caseField]=\"addCaseReferenceValue(caseField, item[vLabel.id].CaseReference)\" [context]=\"context\"></ccd-read-case-link-field>\n </td>\n </tr>\n </ng-template>\n </ng-container>\n </td>\n </tr>\n <!-- <COMPLEX table expandable body complex field>-->\n </ng-container>\n </tbody>\n </table>\n </td>\n </tr>\n <!-- </COMPLEX table expanded view>-->\n </ng-container>\n </tbody>\n </table>\n</div>\n", styles: [".complex-panel{margin:13px 0;border:1px solid #bfc1c3}.complex-panel .complex-panel-title{background-color:#dee0e2;padding:5px 5px 2px;border-bottom:1px solid #bfc1c3;display:block;color:#0b0c0c;font-family:nta,Arial,sans-serif;font-weight:700;text-transform:none;font-size:16px;line-height:1.25}@media(min-width:641px){.complex-panel .complex-panel-title{font-size:19px;line-height:1.3157894737}}.complex-panel .complex-panel-table>tbody>tr>th{vertical-align:top}.complex-panel .complex-panel-table>tbody>tr:last-child>th{border-bottom:none}.complex-panel .complex-panel-table th{padding-left:5px;font-weight:700;border-bottom:none}.complex-panel .complex-panel-table td{padding-left:5px;padding-top:0;padding-bottom:0;border-bottom:none}.complex-panel .new-table-row{border-top:1px solid #bfc1c3}.complex-panel .complex-panel-simple-field th{padding-left:5px;padding-top:0;padding-bottom:0;width:295px}.complex-panel .complex-panel-nested-field th{padding-left:33px;padding-top:0;padding-bottom:0;width:200px}.complex-panel .complex-panel-compound-field td{padding:5px;border-bottom:none}.sort-widget{cursor:pointer;text-decoration:none;color:#0b0c0c}.accordion-wrapper{margin-bottom:20px}.accordion-wrapper .heading-medium{margin:0}.accordion-wrapper .accordion-heading{border-top:1px solid #bfc1c3;padding-top:20px;padding-bottom:10px;height:20px;cursor:pointer}.accordion-wrapper .accordion-heading .accordion-image{width:25px;margin-right:20px}.accordion-wrapper .accordion-body{margin-top:20px;margin-right:20px}.accordion-wrapper .last-accordion{border-bottom:1px solid #bfc1c3;padding-bottom:30px}\n"] }]
|
|
30213
30309
|
}], null, null); })();
|
|
30214
30310
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ReadComplexFieldCollectionTableComponent, { className: "ReadComplexFieldCollectionTableComponent", filePath: "lib/shared/components/palette/complex/read-complex-field-collection-table.component.ts", lineNumber: 13 }); })();
|
|
30215
30311
|
|
|
@@ -30274,7 +30370,7 @@ class WriteDateFieldComponent extends AbstractFieldWriteComponent {
|
|
|
30274
30370
|
i0.ɵɵproperty("ngIf", ctx.dateControl && ctx.dateControl.errors && (ctx.dateControl.dirty || ctx.dateControl.touched));
|
|
30275
30371
|
i0.ɵɵadvance();
|
|
30276
30372
|
i0.ɵɵproperty("id", ctx.getId())("isDateTime", ctx.isDateTime())("mandatory", i0.ɵɵpipeBind1(7, 10, ctx.caseField))("isInvalid", ctx.dateControl.errors && (ctx.dateControl.dirty || ctx.dateControl.touched))("formControl", ctx.dateControl);
|
|
30277
|
-
} }, dependencies: [
|
|
30373
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.NgControlStatus, i3.FormControlDirective, DateInputComponent, FieldLabelPipe, FirstErrorPipe, IsMandatoryPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
30278
30374
|
}
|
|
30279
30375
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteDateFieldComponent, [{
|
|
30280
30376
|
type: Component,
|
|
@@ -30560,7 +30656,7 @@ class DatetimePickerComponent extends AbstractFormFieldComponent {
|
|
|
30560
30656
|
i0.ɵɵproperty("for", picker_r3);
|
|
30561
30657
|
i0.ɵɵadvance();
|
|
30562
30658
|
i0.ɵɵproperty("color", ctx.color)("touchUi", ctx.touchUi)("hideTime", ctx.hideTime)("startView", ctx.startView)("stepHour", ctx.stepHour)("stepSecond", ctx.stepSecond)("stepMinute", ctx.stepMinute)("showSeconds", ctx.showSeconds)("showSpinners", ctx.showSpinners)("disableMinute", ctx.disableMinute)("enableMeridian", ctx.enableMeridian);
|
|
30563
|
-
} }, dependencies: [
|
|
30659
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.FormControlDirective, i4$1.NgxMatDatetimepicker, i4$1.NgxMatDatepickerInput, i4$1.NgxMatDatepickerActions, i4$1.NgxMatDatepickerApply, i5.MatLegacySuffix, i6$2.MatDatepickerToggle, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], styles: [".datepicker-container{display:inline-block;position:relative;min-width:298px}.datepicker-container .govuk-input{height:35px;min-width:298px;width:auto;padding-right:40px;border:1px solid #000}.datepicker-container .govuk-input:focus{outline:1px solid #ffdd00;border:1px solid black}.datepicker-container .govuk-input::-ms-clear{display:none}.datepicker-container .datepicker-wrapper-input{position:relative;display:inline-block;top:-20%;border:0}.datepicker-container .datepicker-wrapper-input:focus{border:0;outline:none}.datepicker-container .mat-icon-button{height:32px;width:32px}.datepicker-container .mat-icon-button:focus{outline:1px solid #ffdd00}.datepicker-container .mat-icon-button .mat-datepicker-toggle-default-icon{position:relative;top:-5px}.datepicker-container .mat-datepicker-toggle{position:absolute;right:0}.datepicker-container .mat-mdc-icon-button.mat-mdc-button-base{width:32px;height:32px;padding:5px 0 0}.datepicker-container .mat-mdc-icon-button.mat-mdc-button-base:focus{outline:1px solid #fd0}.cdk-overlay-container .mat-datepicker-content{border:1px solid black;border-radius:0;max-width:295px;background:#fff}.cdk-overlay-container .mat-datepicker-content .mat-calendar-table{width:calc(100% - 1px);table-layout:fixed}.cdk-overlay-container .mat-datepicker-content .mat-calendar-header{height:34px;border-bottom:1px ridge #bfc1c3}.cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button{left:14%;min-width:125px;border-right:1px ridge #bfc1c3;border-left:1px ridge #bfc1c3;border-radius:0;top:-20px;width:200%}.cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button .mat-button-wrapper{text-align:center;font-weight:700}.cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button:focus{border:2px solid black}.cdk-overlay-container .mat-datepicker-content .mat-calendar-previous-button{left:-73%;top:-20px;border:2px solid transparent;border-radius:0}.cdk-overlay-container .mat-datepicker-content .mat-calendar-previous-button:focus{border-color:#000}.cdk-overlay-container .mat-datepicker-content .mat-calendar-previous-button:after{border-left-width:5px;border-top-width:5px;color:#000;padding:4px;top:-2px;left:-2px}.cdk-overlay-container .mat-datepicker-content .mat-calendar-next-button{top:-20px;left:1%;border:2px solid transparent;border-radius:0}.cdk-overlay-container .mat-datepicker-content .mat-calendar-next-button:focus{border-color:#000}.cdk-overlay-container .mat-datepicker-content .mat-calendar-next-button:after{border-right-width:5px;border-top-width:5px;color:#000;padding:4px;top:-2px;left:-2px}.cdk-overlay-container .mat-datepicker-content .mat-button-wrapper{text-transform:capitalize!important}.cdk-overlay-container .mat-datepicker-content .mat-calendar{border-bottom:1px solid black}.cdk-overlay-container .mat-datepicker-content .mat-calendar-table-header-divider{padding:0;border-bottom:none}.cdk-overlay-container .mat-datepicker-content .mat-calendar-table-header-divider:after{height:0px}.cdk-overlay-container .mat-datepicker-content .mat-calendar-content{padding:0}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header{color:#000}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header th{font-weight:700;font-size:15px;padding-top:2%;padding-bottom:2%;column-width:20px;text-transform:uppercase}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-label{font-weight:700;font-size:large;color:#000}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-selected{border:none;background-color:transparent;color:#fff}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-active{background-color:#5694ca}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-active .mat-calendar-body-today{border:none;box-shadow:none}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-cell{border:1px ridge #bfc1c3}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-cell[aria-selected=true],.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-cell[aria-pressed=true]{background-color:#1d70b8;outline:3px solid #ffdd00;border:2px solid black;outline-offset:1px;z-index:1}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table{border-collapse:separate;border-spacing:10px}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-active{background-color:#5694ca}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-cell-content{border:none}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-selected{border:none;box-shadow:none;background-color:transparent}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell{border:1px solid #bfc1c3}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell[aria-selected=true]{background-color:#1d70b8;outline:2px solid #ffdd00}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table{border-collapse:separate;border-spacing:20px}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table tr:nth-of-type(1){visibility:collapse}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-active{background-color:#5694ca}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-cell-content{border:none}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-selected{border:none;box-shadow:none;background-color:transparent}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell{border:1px solid #bfc1c3}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell[aria-selected=true]{background-color:#1d70b8;outline:3px solid #ffdd00;border:2px solid black;outline-offset:1px}.cdk-overlay-container .mat-datepicker-content .time-container{padding-top:0;justify-content:flex-start;padding-left:15px}.cdk-overlay-container .mat-datepicker-content .actions{padding-bottom:20px;margin-top:20px;justify-content:flex-start}.cdk-overlay-container .mat-datepicker-content .actions .mat-button{background-color:#00823b;position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.526315em 1em .263157em;border:none;border-radius:0;outline:1px solid transparent;outline-offset:-1px;-webkit-appearance:none;box-shadow:0 2px #003618;font-size:1em;line-height:1.25;text-decoration:none;-webkit-font-smoothing:antialiased;color:#fff;box-sizing:border-box;vertical-align:top;width:auto;min-width:96px;white-space:nowrap;overflow:visible;cursor:pointer}.cdk-overlay-container .mat-datepicker-content .actions .mat-button:focus{outline:2px solid #ffdd00}.cdk-overlay-container .mat-datepicker-content .actions .mat-button:hover{background-color:#006400}.cdk-overlay-container .mat-datepicker-content .actions .mat-button .mat-icon{visibility:hidden}.cdk-overlay-container .mat-datepicker-content .actions .mat-button .mat-button-wrapper:before{color:#fff;content:\"Confirm\";position:relative;font-size:15px;left:-3px}.cdk-overlay-container .mat-datepicker-content .mat-datepicker-actions{margin-top:16px;padding:8px 8px 28px;justify-content:flex-start}.cdk-overlay-container .mat-datepicker-content .mat-datepicker-actions button{background-color:#00823b;position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.526315em 1em .263157em;border:none;border-radius:0;outline:1px solid transparent;outline-offset:-1px;-webkit-appearance:none;box-shadow:0 2px #003618;font-size:1em;line-height:1.25;text-decoration:none;-webkit-font-smoothing:antialiased;color:#fff;box-sizing:border-box;vertical-align:top;width:auto;min-width:96px;white-space:nowrap;overflow:visible;cursor:pointer}\n"], encapsulation: 2 });
|
|
30564
30660
|
}
|
|
30565
30661
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DatetimePickerComponent, [{
|
|
30566
30662
|
type: Component,
|
|
@@ -30691,7 +30787,7 @@ class EventLogDetailsComponent {
|
|
|
30691
30787
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(54, 35, "Comment"));
|
|
30692
30788
|
i0.ɵɵadvance(4);
|
|
30693
30789
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(58, 37, ctx.event.comment));
|
|
30694
|
-
} }, dependencies: [
|
|
30790
|
+
} }, dependencies: [i4.UpperCasePipe, i4.TitleCasePipe, DatePipe, DashPipe, i1.RpxTranslatePipe], styles: [".EventLogDetails[_ngcontent-%COMP%] th[_ngcontent-%COMP%], .EventLogDetails[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{border-bottom:none}"] });
|
|
30695
30791
|
}
|
|
30696
30792
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EventLogDetailsComponent, [{
|
|
30697
30793
|
type: Component,
|
|
@@ -30942,7 +31038,7 @@ class EventLogTableComponent {
|
|
|
30942
31038
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(18, 11, "Author"));
|
|
30943
31039
|
i0.ɵɵadvance(3);
|
|
30944
31040
|
i0.ɵɵproperty("ngForOf", ctx.events);
|
|
30945
|
-
} }, dependencies: [
|
|
31041
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, i1$1.RouterLink, i4.UpperCasePipe, i4.TitleCasePipe, DatePipe, i1.RpxTranslatePipe], styles: ["#case-timeline[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{cursor:pointer;text-decoration:underline;color:#005ea5}#case-timeline[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{color:#2b8cc4}#case-timeline[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:visited{color:#4c2c92}.EventLogTable[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:first-child{padding-left:10px}.EventLogTable[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr.EventLogTable-Selected[_ngcontent-%COMP%]{border-left:8px solid #005ea5;background-color:#f8f8f8}.EventLogTable[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr.EventLogTable-Selected[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:first-child{padding-left:6px}.EventLogTable[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:not(.EventLogTable-Selected):hover{border-left:8px solid #2b8cc4;background-color:#f8f8f8;cursor:pointer;cursor:hand}.EventLogTable[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:not(.EventLogTable-Selected):hover td[_ngcontent-%COMP%]:first-child{padding-left:6px}.EventLogTable[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] .event-link[_ngcontent-%COMP%]{float:left;padding-right:8px}.EventLogTable[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] .doc-img[_ngcontent-%COMP%]{width:16px;float:left}.EventLogTable[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] .doc-tooltip[_ngcontent-%COMP%]{left:35%;bottom:7px}.EventLogTable[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] .doc-tooltip[_ngcontent-%COMP%]:after{border-color:transparent}"] });
|
|
30946
31042
|
}
|
|
30947
31043
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EventLogTableComponent, [{
|
|
30948
31044
|
type: Component,
|
|
@@ -31727,7 +31823,7 @@ class ReadOrganisationFieldRawComponent extends AbstractFieldReadComponent {
|
|
|
31727
31823
|
i0.ɵɵattribute("aria-describedby", i0.ɵɵpipeBind1(2, 2, "complex organisation field table"));
|
|
31728
31824
|
i0.ɵɵadvance(6);
|
|
31729
31825
|
i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(8, 4, ctx.selectedOrg$));
|
|
31730
|
-
} }, dependencies: [
|
|
31826
|
+
} }, dependencies: [i4.NgIf, MarkdownComponent, i4.AsyncPipe, i1.RpxTranslatePipe], styles: [".hmcts-banner[_ngcontent-%COMP%]{border:0 solid;margin-bottom:10px;color:#000}.hmcts-banner[_ngcontent-%COMP%] .warning-message[_ngcontent-%COMP%]{font-weight:700}.govuk-hint[_ngcontent-%COMP%]{font-size:1.1rem}.name-header[_ngcontent-%COMP%]{font-weight:700;margin-top:10px;font-size:18px}.td-address[_ngcontent-%COMP%]{width:90%;padding-top:2px}.td-select[_ngcontent-%COMP%]{width:10%}.warning-panel[_ngcontent-%COMP%]{background-color:#e7ebef;height:40px;margin-bottom:0;align-items:center;display:flex}.warning-panel[_ngcontent-%COMP%] .warning-message[_ngcontent-%COMP%]{padding-left:15px}.complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{border:none}.complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:last-child > th[_ngcontent-%COMP%], .complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:last-child > td[_ngcontent-%COMP%]{border-bottom:none}.complex-field-title[_ngcontent-%COMP%]{width:300px}.label-width-small[_ngcontent-%COMP%]{width:100px}.label-width-medium[_ngcontent-%COMP%]{width:150px}.scroll-container[_ngcontent-%COMP%]{height:600px;overflow-y:scroll}.no-result-message[_ngcontent-%COMP%]{margin-top:15px}"] });
|
|
31731
31827
|
}
|
|
31732
31828
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadOrganisationFieldRawComponent, [{
|
|
31733
31829
|
type: Component,
|
|
@@ -31803,7 +31899,7 @@ class ReadOrganisationFieldTableComponent extends AbstractFieldReadComponent {
|
|
|
31803
31899
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 5, ctx.caseField.label));
|
|
31804
31900
|
i0.ɵɵadvance(3);
|
|
31805
31901
|
i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(13, 7, ctx.selectedOrg$));
|
|
31806
|
-
} }, dependencies: [
|
|
31902
|
+
} }, dependencies: [i4.NgIf, MarkdownComponent, i4.AsyncPipe, i1.RpxTranslatePipe], styles: [".hmcts-banner[_ngcontent-%COMP%]{border:0 solid;margin-bottom:10px;color:#000}.hmcts-banner[_ngcontent-%COMP%] .warning-message[_ngcontent-%COMP%]{font-weight:700}.govuk-hint[_ngcontent-%COMP%]{font-size:1.1rem}.name-header[_ngcontent-%COMP%]{font-weight:700;margin-top:10px;font-size:18px}.td-address[_ngcontent-%COMP%]{width:90%;padding-top:2px}.td-select[_ngcontent-%COMP%]{width:10%}.warning-panel[_ngcontent-%COMP%]{background-color:#e7ebef;height:40px;margin-bottom:0;align-items:center;display:flex}.warning-panel[_ngcontent-%COMP%] .warning-message[_ngcontent-%COMP%]{padding-left:15px}.complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{border:none}.complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:last-child > th[_ngcontent-%COMP%], .complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:last-child > td[_ngcontent-%COMP%]{border-bottom:none}.complex-field-title[_ngcontent-%COMP%]{width:300px}.label-width-small[_ngcontent-%COMP%]{width:100px}.label-width-medium[_ngcontent-%COMP%]{width:150px}.scroll-container[_ngcontent-%COMP%]{height:600px;overflow-y:scroll}.no-result-message[_ngcontent-%COMP%]{margin-top:15px}"] });
|
|
31807
31903
|
}
|
|
31808
31904
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadOrganisationFieldTableComponent, [{
|
|
31809
31905
|
type: Component,
|
|
@@ -31833,7 +31929,7 @@ class WriteOrganisationComplexFieldComponent extends AbstractFormFieldComponent
|
|
|
31833
31929
|
i0.ɵɵproperty("value", (tmp_0_0 = i0.ɵɵpipeBind1(2, 2, ctx.selectedOrg$)) == null ? null : tmp_0_0.organisationIdentifier);
|
|
31834
31930
|
i0.ɵɵadvance(2);
|
|
31835
31931
|
i0.ɵɵproperty("value", (tmp_1_0 = i0.ɵɵpipeBind1(4, 4, ctx.selectedOrg$)) == null ? null : tmp_1_0.name);
|
|
31836
|
-
} }, dependencies: [
|
|
31932
|
+
} }, dependencies: [i4.AsyncPipe], styles: [".hmcts-banner[_ngcontent-%COMP%]{border:0 solid;margin-bottom:10px;color:#000}.hmcts-banner[_ngcontent-%COMP%] .warning-message[_ngcontent-%COMP%]{font-weight:700}.govuk-hint[_ngcontent-%COMP%]{font-size:1.1rem}.name-header[_ngcontent-%COMP%]{font-weight:700;margin-top:10px;font-size:18px}.td-address[_ngcontent-%COMP%]{width:90%;padding-top:2px}.td-select[_ngcontent-%COMP%]{width:10%}.warning-panel[_ngcontent-%COMP%]{background-color:#e7ebef;height:40px;margin-bottom:0;align-items:center;display:flex}.warning-panel[_ngcontent-%COMP%] .warning-message[_ngcontent-%COMP%]{padding-left:15px}.complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{border:none}.complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:last-child > th[_ngcontent-%COMP%], .complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:last-child > td[_ngcontent-%COMP%]{border-bottom:none}.complex-field-title[_ngcontent-%COMP%]{width:300px}.label-width-small[_ngcontent-%COMP%]{width:100px}.label-width-medium[_ngcontent-%COMP%]{width:150px}.scroll-container[_ngcontent-%COMP%]{height:600px;overflow-y:scroll}.no-result-message[_ngcontent-%COMP%]{margin-top:15px}"] });
|
|
31837
31933
|
}
|
|
31838
31934
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteOrganisationComplexFieldComponent, [{
|
|
31839
31935
|
type: Component,
|
|
@@ -32207,7 +32303,6 @@ class PaletteModule {
|
|
|
32207
32303
|
CdkTreeModule,
|
|
32208
32304
|
OverlayModule,
|
|
32209
32305
|
PaymentLibModule,
|
|
32210
|
-
ScrollToModule.forRoot(),
|
|
32211
32306
|
RpxTranslationModule.forChild(),
|
|
32212
32307
|
CdkTreeModule,
|
|
32213
32308
|
OverlayModule,
|
|
@@ -32253,7 +32348,6 @@ class PaletteModule {
|
|
|
32253
32348
|
CdkTreeModule,
|
|
32254
32349
|
OverlayModule,
|
|
32255
32350
|
PaymentLibModule,
|
|
32256
|
-
ScrollToModule.forRoot(),
|
|
32257
32351
|
RpxTranslationModule.forChild(),
|
|
32258
32352
|
CdkTreeModule,
|
|
32259
32353
|
OverlayModule,
|
|
@@ -32462,7 +32556,7 @@ class PaletteModule {
|
|
|
32462
32556
|
MatLegacyAutocompleteModule,
|
|
32463
32557
|
CdkTreeModule,
|
|
32464
32558
|
OverlayModule,
|
|
32465
|
-
PaymentLibModule,
|
|
32559
|
+
PaymentLibModule, i1.RpxTranslationModule, CdkTreeModule,
|
|
32466
32560
|
OverlayModule,
|
|
32467
32561
|
MatLegacyDialogModule,
|
|
32468
32562
|
MediaViewerModule,
|
|
@@ -32600,39 +32694,39 @@ class PaletteModule {
|
|
|
32600
32694
|
CaseEventCompletionComponent,
|
|
32601
32695
|
CaseEventCompletionTaskCancelledComponent,
|
|
32602
32696
|
CaseEventCompletionTaskReassignedComponent] }); })();
|
|
32603
|
-
i0.ɵɵsetComponentScope(FieldReadComponent, function () { return [
|
|
32604
|
-
i0.ɵɵsetComponentScope(LabelFieldComponent, function () { return [
|
|
32697
|
+
i0.ɵɵsetComponentScope(FieldReadComponent, function () { return [i3.NgControlStatusGroup, i3.FormGroupDirective, FieldReadLabelComponent]; }, []);
|
|
32698
|
+
i0.ɵɵsetComponentScope(LabelFieldComponent, function () { return [i4.NgIf, LabelSubstitutorDirective, MarkdownComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
32605
32699
|
i0.ɵɵsetComponentScope(CaseHistoryViewerFieldComponent, function () { return [EventLogComponent]; }, []);
|
|
32606
|
-
i0.ɵɵsetComponentScope(EventLogComponent, function () { return [
|
|
32700
|
+
i0.ɵɵsetComponentScope(EventLogComponent, function () { return [i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, EventLogDetailsComponent,
|
|
32607
32701
|
EventLogTableComponent]; }, []);
|
|
32608
|
-
i0.ɵɵsetComponentScope(ReadCollectionFieldComponent, function () { return [
|
|
32609
|
-
i0.ɵɵsetComponentScope(ReadOrganisationFieldComponent, function () { return [
|
|
32702
|
+
i0.ɵɵsetComponentScope(ReadCollectionFieldComponent, function () { return [i4.NgForOf, i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, FieldReadComponent]; }, []);
|
|
32703
|
+
i0.ɵɵsetComponentScope(ReadOrganisationFieldComponent, function () { return [i4.NgSwitch, i4.NgSwitchCase, i4.NgSwitchDefault, ReadOrganisationFieldTableComponent,
|
|
32610
32704
|
ReadOrganisationFieldRawComponent]; }, []);
|
|
32611
|
-
i0.ɵɵsetComponentScope(ReadOrderSummaryFieldComponent, function () { return [
|
|
32705
|
+
i0.ɵɵsetComponentScope(ReadOrderSummaryFieldComponent, function () { return [i4.NgForOf, ReadOrderSummaryRowComponent,
|
|
32612
32706
|
ReadMoneyGbpFieldComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
32613
32707
|
i0.ɵɵsetComponentScope(ReadOrderSummaryRowComponent, function () { return [ReadMoneyGbpFieldComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
32614
|
-
i0.ɵɵsetComponentScope(ReadComplexFieldComponent, function () { return [
|
|
32708
|
+
i0.ɵɵsetComponentScope(ReadComplexFieldComponent, function () { return [i4.NgSwitch, i4.NgSwitchCase, i4.NgSwitchDefault, ReadComplexFieldRawComponent,
|
|
32615
32709
|
ReadComplexFieldTableComponent,
|
|
32616
32710
|
ReadComplexFieldCollectionTableComponent]; }, []);
|
|
32617
|
-
i0.ɵɵsetComponentScope(ReadComplexFieldRawComponent, function () { return [
|
|
32618
|
-
i0.ɵɵsetComponentScope(ReadComplexFieldTableComponent, function () { return [
|
|
32619
|
-
i0.ɵɵsetComponentScope(ReadComplexFieldCollectionTableComponent, function () { return [
|
|
32620
|
-
ReadCaseLinkFieldComponent]; }, function () { return [
|
|
32621
|
-
i0.ɵɵsetComponentScope(ReadCaseFlagFieldComponent, function () { return [
|
|
32711
|
+
i0.ɵɵsetComponentScope(ReadComplexFieldRawComponent, function () { return [i4.NgForOf, FieldReadComponent]; }, function () { return [ReadFieldsFilterPipe, i1.RpxTranslatePipe]; });
|
|
32712
|
+
i0.ɵɵsetComponentScope(ReadComplexFieldTableComponent, function () { return [i4.NgForOf, i4.NgIf, FieldReadComponent]; }, function () { return [IsCompoundPipe, ReadFieldsFilterPipe, i1.RpxTranslatePipe]; });
|
|
32713
|
+
i0.ɵɵsetComponentScope(ReadComplexFieldCollectionTableComponent, function () { return [i4.NgForOf, i4.NgIf, FieldReadComponent,
|
|
32714
|
+
ReadCaseLinkFieldComponent]; }, function () { return [i4.KeyValuePipe, IsCompoundPipe, CcdCollectionTableCaseFieldsFilterPipe, ReadFieldsFilterPipe, i1.RpxTranslatePipe]; });
|
|
32715
|
+
i0.ɵɵsetComponentScope(ReadCaseFlagFieldComponent, function () { return [i4.NgForOf, i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, i4.NgSwitchDefault,
|
|
32622
32716
|
// Components for case flags
|
|
32623
32717
|
CaseFlagTableComponent,
|
|
32624
32718
|
CaseFlagSummaryListComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
32625
|
-
i0.ɵɵsetComponentScope(ReadLinkedCasesFieldComponent, function () { return [
|
|
32719
|
+
i0.ɵɵsetComponentScope(ReadLinkedCasesFieldComponent, function () { return [i4.NgIf,
|
|
32626
32720
|
// Components for linked cases
|
|
32627
32721
|
LinkedCasesToTableComponent,
|
|
32628
32722
|
LinkedCasesFromTableComponent]; }, []);
|
|
32629
|
-
i0.ɵɵsetComponentScope(WriteAddressFieldComponent, function () { return [
|
|
32630
|
-
i0.ɵɵsetComponentScope(WriteComplexFieldComponent, function () { return [
|
|
32723
|
+
i0.ɵɵsetComponentScope(WriteAddressFieldComponent, function () { return [i4.NgClass, i4.NgForOf, i4.NgIf, i3.NgSelectOption, i3.ɵNgSelectMultipleOption, i3.DefaultValueAccessor, i3.SelectControlValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormControlDirective, i3.FormGroupDirective, WriteComplexFieldComponent]; }, function () { return [FieldLabelPipe, i1.RpxTranslatePipe]; });
|
|
32724
|
+
i0.ɵɵsetComponentScope(WriteComplexFieldComponent, function () { return [i4.NgForOf, i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, i3.NgControlStatusGroup, i3.FormGroupDirective, LabelSubstitutorDirective, FieldReadComponent,
|
|
32631
32725
|
FieldWriteComponent]; }, function () { return [FieldLabelPipe, IsReadOnlyPipe]; });
|
|
32632
|
-
i0.ɵɵsetComponentScope(WriteDocumentFieldComponent, function () { return [
|
|
32633
|
-
i0.ɵɵsetComponentScope(WriteDateContainerFieldComponent, function () { return [
|
|
32726
|
+
i0.ɵɵsetComponentScope(WriteDocumentFieldComponent, function () { return [i4.NgClass, i4.NgIf, i1$4.MarkdownComponent, ReadDocumentFieldComponent]; }, function () { return [FieldLabelPipe, i1.RpxTranslatePipe]; });
|
|
32727
|
+
i0.ɵɵsetComponentScope(WriteDateContainerFieldComponent, function () { return [i4.NgIf, i3.NgControlStatusGroup, i3.FormGroupDirective, DatetimePickerComponent,
|
|
32634
32728
|
WriteDateFieldComponent]; }, []);
|
|
32635
|
-
i0.ɵɵsetComponentScope(WriteCaseFlagFieldComponent, function () { return [
|
|
32729
|
+
i0.ɵɵsetComponentScope(WriteCaseFlagFieldComponent, function () { return [i4.NgForOf, i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, i3.NgControlStatusGroup, i3.FormGroupDirective, SelectFlagTypeComponent,
|
|
32636
32730
|
SearchLanguageInterpreterComponent,
|
|
32637
32731
|
SelectFlagLocationComponent,
|
|
32638
32732
|
ManageCaseFlagsComponent,
|
|
@@ -32640,54 +32734,54 @@ i0.ɵɵsetComponentScope(WriteCaseFlagFieldComponent, function () { return [i5.N
|
|
|
32640
32734
|
UpdateFlagComponent,
|
|
32641
32735
|
ConfirmFlagStatusComponent,
|
|
32642
32736
|
UpdateFlagAddTranslationFormComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
32643
|
-
i0.ɵɵsetComponentScope(WriteLinkedCasesFieldComponent, function () { return [
|
|
32737
|
+
i0.ɵɵsetComponentScope(WriteLinkedCasesFieldComponent, function () { return [i4.NgSwitch, i4.NgSwitchCase, i3.NgControlStatusGroup, i3.FormGroupDirective, BeforeYouStartComponent,
|
|
32644
32738
|
LinkCasesComponent,
|
|
32645
32739
|
CheckYourAnswersComponent,
|
|
32646
32740
|
UnLinkCasesComponent,
|
|
32647
32741
|
NoLinkedCasesComponent]; }, []);
|
|
32648
|
-
i0.ɵɵsetComponentScope(WriteOrganisationFieldComponent, function () { return [
|
|
32742
|
+
i0.ɵɵsetComponentScope(WriteOrganisationFieldComponent, function () { return [i4.NgClass, i4.NgForOf, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormControlDirective, i3.FormGroupDirective, MarkdownComponent, WriteOrganisationComplexFieldComponent]; }, function () { return [i4.AsyncPipe, i1.RpxTranslatePipe]; });
|
|
32649
32743
|
i0.ɵɵsetComponentScope(WriteOrderSummaryFieldComponent, function () { return [ReadOrderSummaryFieldComponent]; }, []);
|
|
32650
|
-
i0.ɵɵsetComponentScope(WriteDateContainerFieldComponent, function () { return [
|
|
32744
|
+
i0.ɵɵsetComponentScope(WriteDateContainerFieldComponent, function () { return [i4.NgIf, i3.NgControlStatusGroup, i3.FormGroupDirective, DatetimePickerComponent,
|
|
32651
32745
|
WriteDateFieldComponent]; }, []);
|
|
32652
|
-
i0.ɵɵsetComponentScope(WriteCollectionFieldComponent, function () { return [
|
|
32746
|
+
i0.ɵɵsetComponentScope(WriteCollectionFieldComponent, function () { return [i4.NgForOf, i4.NgIf, i3.NgControlStatusGroup, i3.FormGroupDirective, MarkdownComponent, FieldWriteComponent]; }, function () { return [FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe]; });
|
|
32653
32747
|
i0.ɵɵsetComponentScope(
|
|
32654
32748
|
// ComponentLauncher web components
|
|
32655
|
-
CaseFileViewFieldComponent, function () { return [
|
|
32749
|
+
CaseFileViewFieldComponent, function () { return [i4.NgForOf, i4.NgIf, i13.MediaViewerComponent, CaseFileViewFolderComponent]; }, []);
|
|
32656
32750
|
i0.ɵɵsetComponentScope(
|
|
32657
32751
|
// Components for case flags
|
|
32658
|
-
CaseFlagTableComponent, function () { return [
|
|
32659
|
-
i0.ɵɵsetComponentScope(SelectFlagTypeComponent, function () { return [
|
|
32660
|
-
i0.ɵɵsetComponentScope(SearchLanguageInterpreterComponent, function () { return [
|
|
32752
|
+
CaseFlagTableComponent, function () { return [i4.NgClass, i4.NgForOf, i4.NgIf]; }, function () { return [i4.DatePipe, i1.RpxTranslatePipe, FlagFieldDisplayPipe]; });
|
|
32753
|
+
i0.ɵɵsetComponentScope(SelectFlagTypeComponent, function () { return [i4.NgClass, i4.NgForOf, i4.NgIf, i3.DefaultValueAccessor, i3.CheckboxControlValueAccessor, i3.RadioControlValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName]; }, function () { return [i1.RpxTranslatePipe, FlagFieldDisplayPipe]; });
|
|
32754
|
+
i0.ɵɵsetComponentScope(SearchLanguageInterpreterComponent, function () { return [i4.NgClass, i4.NgForOf, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, i14.MatLegacyInput, i6.MatLegacyAutocomplete, i6.MatLegacyAutocompleteTrigger, i7.MatLegacyOption]; }, function () { return [i4.AsyncPipe, i1.RpxTranslatePipe, FlagFieldDisplayPipe,
|
|
32661
32755
|
LanguageInterpreterDisplayPipe]; });
|
|
32662
|
-
i0.ɵɵsetComponentScope(ManageCaseFlagsComponent, function () { return [
|
|
32663
|
-
i0.ɵɵsetComponentScope(UpdateFlagComponent, function () { return [
|
|
32756
|
+
i0.ɵɵsetComponentScope(ManageCaseFlagsComponent, function () { return [i4.NgClass, i4.NgForOf, i4.NgIf, i3.NgControlStatusGroup, i3.FormGroupDirective]; }, function () { return [i1.RpxTranslatePipe, ManageCaseFlagsLabelDisplayPipe]; });
|
|
32757
|
+
i0.ɵɵsetComponentScope(UpdateFlagComponent, function () { return [i4.NgClass, i4.NgForOf, i4.NgIf, i4.NgTemplateOutlet, i3.DefaultValueAccessor, i3.CheckboxControlValueAccessor, i3.RadioControlValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName]; }, function () { return [i1.RpxTranslatePipe, UpdateFlagTitleDisplayPipe]; });
|
|
32664
32758
|
i0.ɵɵsetComponentScope(
|
|
32665
32759
|
// Components for linked cases
|
|
32666
|
-
LinkedCasesToTableComponent, function () { return [
|
|
32667
|
-
i0.ɵɵsetComponentScope(LinkedCasesFromTableComponent, function () { return [
|
|
32668
|
-
i0.ɵɵsetComponentScope(LinkCasesComponent, function () { return [
|
|
32669
|
-
i0.ɵɵsetComponentScope(CheckYourAnswersComponent, function () { return [
|
|
32760
|
+
LinkedCasesToTableComponent, function () { return [i4.NgForOf, i4.NgIf]; }, function () { return [CaseReferencePipe, LinkCasesReasonValuePipe]; });
|
|
32761
|
+
i0.ɵɵsetComponentScope(LinkedCasesFromTableComponent, function () { return [i4.NgForOf, i4.NgIf]; }, function () { return [CaseReferencePipe, LinkCasesFromReasonValuePipe]; });
|
|
32762
|
+
i0.ɵɵsetComponentScope(LinkCasesComponent, function () { return [i4.NgClass, i4.NgForOf, i4.NgIf, i3.DefaultValueAccessor, i3.CheckboxControlValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, i3.FormGroupName, i3.FormArrayName]; }, function () { return [CaseReferencePipe, LinkCasesReasonValuePipe]; });
|
|
32763
|
+
i0.ɵɵsetComponentScope(CheckYourAnswersComponent, function () { return [i4.NgForOf, i4.NgIf]; }, function () { return [CaseReferencePipe, LinkCasesReasonValuePipe]; });
|
|
32670
32764
|
i0.ɵɵsetComponentScope(
|
|
32671
32765
|
// Components for Query Management
|
|
32672
|
-
ReadQueryManagementFieldComponent, function () { return [
|
|
32766
|
+
ReadQueryManagementFieldComponent, function () { return [i4.NgForOf, i4.NgIf, i1$1.RouterLink, QueryDetailsComponent,
|
|
32673
32767
|
QueryListComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
32674
|
-
i0.ɵɵsetComponentScope(QueryDetailsComponent, function () { return [
|
|
32675
|
-
i0.ɵɵsetComponentScope(QueryWriteRespondToQueryComponent, function () { return [
|
|
32768
|
+
i0.ɵɵsetComponentScope(QueryDetailsComponent, function () { return [i4.NgForOf, i4.NgIf, QueryAttachmentsReadComponent]; }, function () { return [i4.DatePipe, i1.RpxTranslatePipe]; });
|
|
32769
|
+
i0.ɵɵsetComponentScope(QueryWriteRespondToQueryComponent, function () { return [i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, QueryDetailsComponent,
|
|
32676
32770
|
QueryCaseDetailsHeaderComponent,
|
|
32677
32771
|
CloseQueryComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
32678
|
-
i0.ɵɵsetComponentScope(QueryWriteRaiseQueryComponent, function () { return [
|
|
32772
|
+
i0.ɵɵsetComponentScope(QueryWriteRaiseQueryComponent, function () { return [i4.NgClass, i4.NgIf, i3.DefaultValueAccessor, i3.RadioControlValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.MaxLengthValidator, i3.FormGroupDirective, i3.FormControlName, MarkdownComponent, QueryCaseDetailsHeaderComponent,
|
|
32679
32773
|
QueryWriteDateInputComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
32680
|
-
i0.ɵɵsetComponentScope(QueryCheckYourAnswersComponent, function () { return [
|
|
32774
|
+
i0.ɵɵsetComponentScope(QueryCheckYourAnswersComponent, function () { return [i4.NgForOf, i4.NgIf, CallbackErrorsComponent, QueryCaseDetailsHeaderComponent,
|
|
32681
32775
|
QueryAttachmentsReadComponent,
|
|
32682
|
-
QueryEventCompletionComponent]; }, function () { return [
|
|
32683
|
-
i0.ɵɵsetComponentScope(QueryWriteAddDocumentsComponent, function () { return [
|
|
32684
|
-
i0.ɵɵsetComponentScope(QueryAttachmentsReadComponent, function () { return [
|
|
32776
|
+
QueryEventCompletionComponent]; }, function () { return [i4.DatePipe, i1.RpxTranslatePipe]; });
|
|
32777
|
+
i0.ɵɵsetComponentScope(QueryWriteAddDocumentsComponent, function () { return [i3.NgControlStatusGroup, i3.FormGroupDirective, WriteCollectionFieldComponent]; }, []);
|
|
32778
|
+
i0.ɵɵsetComponentScope(QueryAttachmentsReadComponent, function () { return [i4.NgIf, ReadCollectionFieldComponent]; }, []);
|
|
32685
32779
|
i0.ɵɵsetComponentScope(QueryEventCompletionComponent, function () { return [
|
|
32686
32780
|
// Case event completion
|
|
32687
32781
|
CaseEventCompletionComponent]; }, []);
|
|
32688
32782
|
i0.ɵɵsetComponentScope(
|
|
32689
32783
|
// Case event completion
|
|
32690
|
-
CaseEventCompletionComponent, function () { return [
|
|
32784
|
+
CaseEventCompletionComponent, function () { return [i4.NgIf, CaseEventCompletionTaskCancelledComponent,
|
|
32691
32785
|
CaseEventCompletionTaskReassignedComponent]; }, []);
|
|
32692
32786
|
|
|
32693
32787
|
var CaseEditSubmitTitles;
|
|
@@ -32795,13 +32889,13 @@ function CaseEditSubmitComponent_div_12_ng_container_1_ng_container_7_ng_contain
|
|
|
32795
32889
|
i0.ɵɵadvance();
|
|
32796
32890
|
i0.ɵɵattribute("colspan", ctx_r1.isLabel(field_r3) ? "2" : "1");
|
|
32797
32891
|
i0.ɵɵadvance();
|
|
32798
|
-
i0.ɵɵproperty("formGroup", ctx_r1.editForm.controls["data"])("topLevelFormGroup", ctx_r1.editForm.controls["data"])("caseField", ctx_r1.summaryCaseField(field_r3))("context", ctx_r1.paletteContext)("caseFields", ctx_r1.contextFields);
|
|
32892
|
+
i0.ɵɵproperty("formGroup", ctx_r1.editForm.controls["data"])("topLevelFormGroup", ctx_r1.editForm.controls["data"])("caseField", ctx_r1.summaryCaseField(field_r3))("context", ctx_r1.paletteContext)("valueOrigin", ctx_r1.paletteValueOrigin.FORM)("caseFields", ctx_r1.contextFields);
|
|
32799
32893
|
i0.ɵɵadvance();
|
|
32800
32894
|
i0.ɵɵproperty("ngIf", !ctx_r1.caseEdit.isCaseFlagSubmission);
|
|
32801
32895
|
} }
|
|
32802
32896
|
function CaseEditSubmitComponent_div_12_ng_container_1_ng_container_7_ng_container_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
32803
32897
|
i0.ɵɵelementContainerStart(0);
|
|
32804
|
-
i0.ɵɵtemplate(1, CaseEditSubmitComponent_div_12_ng_container_1_ng_container_7_ng_container_1_ng_container_1_ng_container_1_Template, 6,
|
|
32898
|
+
i0.ɵɵtemplate(1, CaseEditSubmitComponent_div_12_ng_container_1_ng_container_7_ng_container_1_ng_container_1_ng_container_1_Template, 6, 13, "ng-container", 7);
|
|
32805
32899
|
i0.ɵɵelementContainerEnd();
|
|
32806
32900
|
} if (rf & 2) {
|
|
32807
32901
|
const field_r3 = ctx.$implicit;
|
|
@@ -32866,7 +32960,7 @@ function CaseEditSubmitComponent_div_12_ng_container_2_ng_container_3_tr_3_Templ
|
|
|
32866
32960
|
i0.ɵɵadvance(2);
|
|
32867
32961
|
i0.ɵɵtextInterpolate(field_r6.label);
|
|
32868
32962
|
i0.ɵɵadvance(2);
|
|
32869
|
-
i0.ɵɵproperty("formGroup", ctx_r1.editForm.controls["data"])("caseField", ctx_r1.summaryCaseField(field_r6));
|
|
32963
|
+
i0.ɵɵproperty("formGroup", ctx_r1.editForm.controls["data"])("caseField", ctx_r1.summaryCaseField(field_r6))("valueOrigin", ctx_r1.paletteValueOrigin.FORM);
|
|
32870
32964
|
} }
|
|
32871
32965
|
function CaseEditSubmitComponent_div_12_ng_container_2_ng_container_3_tr_4_Template(rf, ctx) { if (rf & 1) {
|
|
32872
32966
|
i0.ɵɵelementStart(0, "tr", 36)(1, "td", 37);
|
|
@@ -32877,12 +32971,12 @@ function CaseEditSubmitComponent_div_12_ng_container_2_ng_container_3_tr_4_Templ
|
|
|
32877
32971
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
32878
32972
|
i0.ɵɵproperty("caseField", field_r6)("formGroup", ctx_r1.editForm.controls["data"])("contextFields", ctx_r1.contextFields);
|
|
32879
32973
|
i0.ɵɵadvance(2);
|
|
32880
|
-
i0.ɵɵproperty("formGroup", ctx_r1.editForm.controls["data"])("caseField", ctx_r1.summaryCaseField(field_r6))("caseFields", ctx_r1.contextFields);
|
|
32974
|
+
i0.ɵɵproperty("formGroup", ctx_r1.editForm.controls["data"])("caseField", ctx_r1.summaryCaseField(field_r6))("valueOrigin", ctx_r1.paletteValueOrigin.FORM)("caseFields", ctx_r1.contextFields);
|
|
32881
32975
|
} }
|
|
32882
32976
|
function CaseEditSubmitComponent_div_12_ng_container_2_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
32883
32977
|
i0.ɵɵelementContainerStart(0)(1, 29);
|
|
32884
32978
|
i0.ɵɵpipe(2, "ccdIsCompound");
|
|
32885
|
-
i0.ɵɵtemplate(3, CaseEditSubmitComponent_div_12_ng_container_2_ng_container_3_tr_3_Template, 5,
|
|
32979
|
+
i0.ɵɵtemplate(3, CaseEditSubmitComponent_div_12_ng_container_2_ng_container_3_tr_3_Template, 5, 7, "tr", 30)(4, CaseEditSubmitComponent_div_12_ng_container_2_ng_container_3_tr_4_Template, 3, 7, "tr", 31);
|
|
32886
32980
|
i0.ɵɵelementContainerEnd()();
|
|
32887
32981
|
} if (rf & 2) {
|
|
32888
32982
|
const field_r6 = ctx.$implicit;
|
|
@@ -33002,6 +33096,7 @@ class CaseEditSubmitComponent {
|
|
|
33002
33096
|
profile;
|
|
33003
33097
|
showSummaryFields;
|
|
33004
33098
|
paletteContext = PaletteContext.CHECK_YOUR_ANSWER;
|
|
33099
|
+
paletteValueOrigin = PaletteValueOrigin;
|
|
33005
33100
|
profileSubscription;
|
|
33006
33101
|
contextFields;
|
|
33007
33102
|
task;
|
|
@@ -33301,7 +33396,7 @@ class CaseEditSubmitComponent {
|
|
|
33301
33396
|
return this.placeholderService.resolvePlaceholders(fields, stringToResolve);
|
|
33302
33397
|
}
|
|
33303
33398
|
static ɵfac = function CaseEditSubmitComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEditSubmitComponent)(i0.ɵɵdirectiveInject(CaseEditComponent), i0.ɵɵdirectiveInject(FieldsUtils), i0.ɵɵdirectiveInject(CaseFieldService), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(OrderService), i0.ɵɵdirectiveInject(ProfileNotifier), i0.ɵɵdirectiveInject(MultipageComponentStateService), i0.ɵɵdirectiveInject(FormValidatorsService), i0.ɵɵdirectiveInject(CaseFlagStateService), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(PlaceholderService)); };
|
|
33304
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseEditSubmitComponent, selectors: [["ccd-case-edit-submit"]], standalone: false, decls: 25, vars: 24, consts: [["titleBlock", ""], ["idBlock", ""], [1, "govuk-heading-l"], [4, "ngIf", "ngIfThen", "ngIfElse"], [3, "error"], [3, "callbackErrorsContext", "callbackErrorsSubject"], [1, "check-your-answers", 3, "submit", "formGroup"], [4, "ngIf"], [3, "eventCompletionParams", "eventCanBeCompleted", 4, "ngIf"], [1, "form-group", "form-group-related"], ["type", "button", 1, "button", "button-secondary", 3, "click", "disabled"], ["type", "submit", 1, "button", 3, "disabled"], [1, "cancel"], ["href", "#", 3, "click"], [3, "content"], ["class", "heading-h2", 4, "ngIf"], [1, "heading-h2"], ["class", "text-16", 4, "ngIf"], ["aria-describedby", "check your answers table", 1, "form-table"], [4, "ngFor", "ngForOf"], [1, "text-16"], ["ccdLabelSubstitutor", "", 3, "caseField", "hidden", "formGroup", "contextFields"], ["class", "valign-top case-field-label", 4, "ngIf"], [1, "form-cell", "case-field-content", "text-16"], [3, "formGroup", "topLevelFormGroup", "caseField", "context", "caseFields"], [1, "valign-top", "case-field-label"], [1, "valign-top", "check-your-answers__change", "case-field-change"], ["href", "#", 3, "click", 4, "ngIf"], ["aria-describedby", "summary fields table", 1, "summary-fields"], [3, "ngSwitch"], ["ccdLabelSubstitutor", "", 3, "caseField", "formGroup", "contextFields", 4, "ngSwitchCase"], ["class", "compound-field", "ccdLabelSubstitutor", "", 3, "caseField", "formGroup", "contextFields", 4, "ngSwitchCase"], ["ccdLabelSubstitutor", "", 3, "caseField", "formGroup", "contextFields"], ["id", "summary-field-label"], [1, "form-cell"], [3, "formGroup", "caseField"], ["ccdLabelSubstitutor", "", 1, "compound-field", 3, "caseField", "formGroup", "contextFields"], ["colspan", "2"], [3, "formGroup", "caseField", "caseFields"], ["id", "fieldset-event", "formGroupName", "event"], [2, "display", "none"], [1, "form-group", 3, "ngClass"], ["for", "field-trigger-summary", 1, "form-label"], [1, "form-hint"], ["class", "error-message", 4, "ngIf"], ["type", "text", "id", "field-trigger-summary", "formControlName", "summary", "maxlength", "1024", 1, "form-control", "bottom-30", "width-50", 3, "ngClass"], ["for", "field-trigger-description", 1, "form-label"], ["id", "field-trigger-description", "formControlName", "description", "maxlength", "65536", 1, "form-control", "bottom-30", "width-50", 3, "ngClass"], [1, "error-message"], [3, "eventCanBeCompleted", "eventCompletionParams"]], template: function CaseEditSubmitComponent_Template(rf, ctx) { if (rf & 1) {
|
|
33399
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseEditSubmitComponent, selectors: [["ccd-case-edit-submit"]], standalone: false, decls: 25, vars: 24, consts: [["titleBlock", ""], ["idBlock", ""], [1, "govuk-heading-l"], [4, "ngIf", "ngIfThen", "ngIfElse"], [3, "error"], [3, "callbackErrorsContext", "callbackErrorsSubject"], [1, "check-your-answers", 3, "submit", "formGroup"], [4, "ngIf"], [3, "eventCompletionParams", "eventCanBeCompleted", 4, "ngIf"], [1, "form-group", "form-group-related"], ["type", "button", 1, "button", "button-secondary", 3, "click", "disabled"], ["type", "submit", 1, "button", 3, "disabled"], [1, "cancel"], ["href", "#", 3, "click"], [3, "content"], ["class", "heading-h2", 4, "ngIf"], [1, "heading-h2"], ["class", "text-16", 4, "ngIf"], ["aria-describedby", "check your answers table", 1, "form-table"], [4, "ngFor", "ngForOf"], [1, "text-16"], ["ccdLabelSubstitutor", "", 3, "caseField", "hidden", "formGroup", "contextFields"], ["class", "valign-top case-field-label", 4, "ngIf"], [1, "form-cell", "case-field-content", "text-16"], [3, "formGroup", "topLevelFormGroup", "caseField", "context", "valueOrigin", "caseFields"], [1, "valign-top", "case-field-label"], [1, "valign-top", "check-your-answers__change", "case-field-change"], ["href", "#", 3, "click", 4, "ngIf"], ["aria-describedby", "summary fields table", 1, "summary-fields"], [3, "ngSwitch"], ["ccdLabelSubstitutor", "", 3, "caseField", "formGroup", "contextFields", 4, "ngSwitchCase"], ["class", "compound-field", "ccdLabelSubstitutor", "", 3, "caseField", "formGroup", "contextFields", 4, "ngSwitchCase"], ["ccdLabelSubstitutor", "", 3, "caseField", "formGroup", "contextFields"], ["id", "summary-field-label"], [1, "form-cell"], [3, "formGroup", "caseField", "valueOrigin"], ["ccdLabelSubstitutor", "", 1, "compound-field", 3, "caseField", "formGroup", "contextFields"], ["colspan", "2"], [3, "formGroup", "caseField", "valueOrigin", "caseFields"], ["id", "fieldset-event", "formGroupName", "event"], [2, "display", "none"], [1, "form-group", 3, "ngClass"], ["for", "field-trigger-summary", 1, "form-label"], [1, "form-hint"], ["class", "error-message", 4, "ngIf"], ["type", "text", "id", "field-trigger-summary", "formControlName", "summary", "maxlength", "1024", 1, "form-control", "bottom-30", "width-50", 3, "ngClass"], ["for", "field-trigger-description", 1, "form-label"], ["id", "field-trigger-description", "formControlName", "description", "maxlength", "65536", 1, "form-control", "bottom-30", "width-50", 3, "ngClass"], [1, "error-message"], [3, "eventCanBeCompleted", "eventCompletionParams"]], template: function CaseEditSubmitComponent_Template(rf, ctx) { if (rf & 1) {
|
|
33305
33400
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
33306
33401
|
i0.ɵɵelementStart(0, "div")(1, "h1", 2);
|
|
33307
33402
|
i0.ɵɵtext(2);
|
|
@@ -33362,7 +33457,7 @@ class CaseEditSubmitComponent {
|
|
|
33362
33457
|
}
|
|
33363
33458
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseEditSubmitComponent, [{
|
|
33364
33459
|
type: Component,
|
|
33365
|
-
args: [{ selector: 'ccd-case-edit-submit', standalone: false, template: "<div>\n <!-- Event trigger name -->\n <h1 class=\"govuk-heading-l\">{{eventTrigger.name | rpxTranslate}}</h1>\n\n <!--Case ID or Title -->\n <div *ngIf=\"getCaseTitle(); then titleBlock; else idBlock\"></div>\n <ng-template #titleBlock>\n <ccd-markdown [content]=\"getCaseTitle() | ccdCaseTitle: contextFields : editForm.controls['data'] | rpxTranslate\"></ccd-markdown>\n </ng-template>\n <ng-template #idBlock>\n <h2 *ngIf=\"getCaseId()\" class=\"heading-h2\">#{{ getCaseId() | ccdCaseReference }}</h2>\n </ng-template>\n\n <ccd-case-edit-generic-errors [error]=\"caseEdit.error\"></ccd-case-edit-generic-errors>\n\n <ccd-callback-errors [callbackErrorsSubject]=\"caseEdit.callbackErrorsSubject\"\n (callbackErrorsContext)=\"callbackErrorsNotify($event)\"></ccd-callback-errors>\n\n <form class=\"check-your-answers\" [formGroup]=\"editForm\" (submit)=\"submit()\">\n <div *ngIf=\"!caseEdit.isEventCompletionChecksRequired\">\n <ng-container *ngIf=\"checkYourAnswerFieldsToDisplayExists()\">\n <h2 class=\"heading-h2\">{{pageTitle | rpxTranslate }}</h2>\n <span class=\"text-16\" *ngIf=\"!caseEdit.isCaseFlagSubmission\">{{'Check the information below carefully.' | rpxTranslate}}</span>\n\n <table class=\"form-table\" aria-describedby=\"check your answers table\">\n <tbody>\n <ng-container *ngFor=\"let page of wizard.pages\">\n <ng-container *ngIf=\"isShown(page)\">\n <ng-container *ngFor=\"let field of page\n | ccdPageFields: editForm\n | ccdReadFieldsFilter: false :undefined :true :allFieldsValues\n | ccdCYAPageLabelFilter\">\n <ng-container *ngIf=\"canShowFieldInCYA(field)\">\n <tr ccdLabelSubstitutor [caseField]=\"field\" [hidden]=\"field.hidden\"\n [formGroup]=\"editForm.controls['data']\" [contextFields]=\"contextFields\">\n <th *ngIf=\"!isLabel(field) && !caseEdit.isCaseFlagSubmission\" class=\"valign-top case-field-label\">\n <span class=\"text-16\">{{field.label | rpxTranslate}}</span>\n </th>\n <td class=\"form-cell case-field-content text-16\" [attr.colspan]=\"isLabel(field) ? '2' : '1'\">\n <ccd-field-read\n [formGroup]=\"editForm.controls['data']\" [topLevelFormGroup]=\"editForm.controls['data']\"\n [caseField]=\"summaryCaseField(field)\" [context]=\"paletteContext\" [caseFields]=\"contextFields\"></ccd-field-read>\n </td>\n <ng-container *ngIf=\"!caseEdit.isCaseFlagSubmission\">\n <td class=\"valign-top check-your-answers__change case-field-change\">\n <a *ngIf=\"isChangeAllowed(field)\" (click)=\"navigateToPage(page.id); $event.preventDefault()\"\n href=\"#\">\n <span class=\"text-16\" attr.aria-label=\"{{'Change' | rpxTranslate}} {{ field.label | rpxTranslate }}\">\n {{'Change' | rpxTranslate}}\n </span>\n </a>\n </td>\n </ng-container>\n </tr>\n </ng-container>\n </ng-container>\n </ng-container>\n </ng-container>\n </tbody>\n </table>\n </ng-container>\n <ng-container *ngIf=\"readOnlySummaryFieldsToDisplayExists()\">\n\n <table class=\"summary-fields\" aria-describedby=\"summary fields table\">\n <tbody>\n <ng-container *ngFor=\"let field of showSummaryFields\">\n <ng-container [ngSwitch]=\"!(field | ccdIsCompound)\">\n <tr *ngSwitchCase=\"true\" ccdLabelSubstitutor [caseField]=\"field\" [formGroup]=\"editForm.controls['data']\" [contextFields]=\"contextFields\">\n <th id=\"summary-field-label\">{{field.label}}</th>\n <td class=\"form-cell\">\n <ccd-field-read [formGroup]=\"editForm.controls['data']\" [caseField]=\"summaryCaseField(field)\"></ccd-field-read>\n </td>\n </tr>\n <tr *ngSwitchCase=\"false\" class=\"compound-field\" ccdLabelSubstitutor [caseField]=\"field\" [formGroup]=\"editForm.controls['data']\" [contextFields]=\"contextFields\">\n <td colspan=\"2\">\n <ccd-field-read [formGroup]=\"editForm.controls['data']\" [caseField]=\"summaryCaseField(field)\" [caseFields]=\"contextFields\"></ccd-field-read>\n </td>\n </tr>\n </ng-container>\n </ng-container>\n </tbody>\n </table>\n </ng-container>\n <ng-container *ngIf=\"showEventNotes()\">\n <fieldset id=\"fieldset-event\" formGroupName=\"event\">\n <legend style=\"display: none;\"></legend>\n <div class=\"form-group\" [ngClass]=\"{'form-group-error': !!summary && !summary.valid && (summary.dirty || summary.touched)}\">\n <label for=\"field-trigger-summary\" class=\"form-label\">\n Event summary (optional)\n <span class=\"form-hint\">A few words describing the purpose of the event.</span>\n </label>\n <span class=\"error-message\" *ngIf=\"summary?.errors && (summary.dirty || summary.touched)\">\n {{summary.errors | ccdFirstError: eventSummaryLabel | rpxTranslate}}\n </span>\n <input type=\"text\" id=\"field-trigger-summary\" class=\"form-control bottom-30 width-50\"\n [ngClass]=\"{'govuk-input--error': summary?.errors && (summary.dirty || summary.touched)}\" formControlName=\"summary\" maxlength=\"1024\">\n </div>\n <div class=\"form-group\" [ngClass]=\"{'form-group-error': !!description && !description.valid && (description.dirty || description.touched)}\">\n <label for=\"field-trigger-description\" class=\"form-label\">Event description (optional)</label>\n <span class=\"error-message\" *ngIf=\"description?.errors && (description.dirty || description.touched)\">\n {{description.errors | ccdFirstError: eventDescriptionLabel | rpxTranslate}}\n </span>\n <textarea id=\"field-trigger-description\" class=\"form-control bottom-30 width-50\" formControlName=\"description\"\n [ngClass]=\"{'govuk-input--error': description?.errors && (description.dirty || description.touched)}\" maxlength=\"65536\"></textarea>\n </div>\n </fieldset>\n </ng-container>\n </div>\n <ccd-case-event-completion *ngIf=\"caseEdit.isEventCompletionChecksRequired\"\n [eventCompletionParams]=\"caseEdit.eventCompletionParams\"\n (eventCanBeCompleted)=\"onEventCanBeCompleted($event)\">\n </ccd-case-event-completion>\n <div class=\"form-group form-group-related\">\n <button class=\"button button-secondary\" type=\"button\" [disabled]=\"!hasPrevious() || caseEdit.isSubmitting\" (click)=\"previous()\">\n {{'Previous' | rpxTranslate}}\n </button>\n <button type=\"submit\" [disabled]=\"isDisabled\" class=\"button\">\n {{triggerText | rpxTranslate}}\n </button>\n </div>\n <p class=\"cancel\">\n <a (click)=\"cancel(); $event.preventDefault()\" href=\"#\" [class.disabled]=\"caseEdit.isSubmitting\">{{getCancelText() | rpxTranslate}}</a>\n </p>\n </form>\n</div>\n
|
|
33460
|
+
args: [{ selector: 'ccd-case-edit-submit', standalone: false, template: "<div>\n <!-- Event trigger name -->\n <h1 class=\"govuk-heading-l\">{{eventTrigger.name | rpxTranslate}}</h1>\n\n <!--Case ID or Title -->\n <div *ngIf=\"getCaseTitle(); then titleBlock; else idBlock\"></div>\n <ng-template #titleBlock>\n <ccd-markdown [content]=\"getCaseTitle() | ccdCaseTitle: contextFields : editForm.controls['data'] | rpxTranslate\"></ccd-markdown>\n </ng-template>\n <ng-template #idBlock>\n <h2 *ngIf=\"getCaseId()\" class=\"heading-h2\">#{{ getCaseId() | ccdCaseReference }}</h2>\n </ng-template>\n\n <ccd-case-edit-generic-errors [error]=\"caseEdit.error\"></ccd-case-edit-generic-errors>\n\n <ccd-callback-errors [callbackErrorsSubject]=\"caseEdit.callbackErrorsSubject\"\n (callbackErrorsContext)=\"callbackErrorsNotify($event)\"></ccd-callback-errors>\n\n <form class=\"check-your-answers\" [formGroup]=\"editForm\" (submit)=\"submit()\">\n <div *ngIf=\"!caseEdit.isEventCompletionChecksRequired\">\n <ng-container *ngIf=\"checkYourAnswerFieldsToDisplayExists()\">\n <h2 class=\"heading-h2\">{{pageTitle | rpxTranslate }}</h2>\n <span class=\"text-16\" *ngIf=\"!caseEdit.isCaseFlagSubmission\">{{'Check the information below carefully.' | rpxTranslate}}</span>\n\n <table class=\"form-table\" aria-describedby=\"check your answers table\">\n <tbody>\n <ng-container *ngFor=\"let page of wizard.pages\">\n <ng-container *ngIf=\"isShown(page)\">\n <ng-container *ngFor=\"let field of page\n | ccdPageFields: editForm\n | ccdReadFieldsFilter: false :undefined :true :allFieldsValues\n | ccdCYAPageLabelFilter\">\n <ng-container *ngIf=\"canShowFieldInCYA(field)\">\n <tr ccdLabelSubstitutor [caseField]=\"field\" [hidden]=\"field.hidden\"\n [formGroup]=\"editForm.controls['data']\" [contextFields]=\"contextFields\">\n <th *ngIf=\"!isLabel(field) && !caseEdit.isCaseFlagSubmission\" class=\"valign-top case-field-label\">\n <span class=\"text-16\">{{field.label | rpxTranslate}}</span>\n </th>\n <td class=\"form-cell case-field-content text-16\" [attr.colspan]=\"isLabel(field) ? '2' : '1'\">\n <ccd-field-read\n [formGroup]=\"editForm.controls['data']\" [topLevelFormGroup]=\"editForm.controls['data']\"\n [caseField]=\"summaryCaseField(field)\" [context]=\"paletteContext\" [valueOrigin]=\"paletteValueOrigin.FORM\" [caseFields]=\"contextFields\"></ccd-field-read>\n </td>\n <ng-container *ngIf=\"!caseEdit.isCaseFlagSubmission\">\n <td class=\"valign-top check-your-answers__change case-field-change\">\n <a *ngIf=\"isChangeAllowed(field)\" (click)=\"navigateToPage(page.id); $event.preventDefault()\"\n href=\"#\">\n <span class=\"text-16\" attr.aria-label=\"{{'Change' | rpxTranslate}} {{ field.label | rpxTranslate }}\">\n {{'Change' | rpxTranslate}}\n </span>\n </a>\n </td>\n </ng-container>\n </tr>\n </ng-container>\n </ng-container>\n </ng-container>\n </ng-container>\n </tbody>\n </table>\n </ng-container>\n <ng-container *ngIf=\"readOnlySummaryFieldsToDisplayExists()\">\n\n <table class=\"summary-fields\" aria-describedby=\"summary fields table\">\n <tbody>\n <ng-container *ngFor=\"let field of showSummaryFields\">\n <ng-container [ngSwitch]=\"!(field | ccdIsCompound)\">\n <tr *ngSwitchCase=\"true\" ccdLabelSubstitutor [caseField]=\"field\" [formGroup]=\"editForm.controls['data']\" [contextFields]=\"contextFields\">\n <th id=\"summary-field-label\">{{field.label}}</th>\n <td class=\"form-cell\">\n <ccd-field-read [formGroup]=\"editForm.controls['data']\" [caseField]=\"summaryCaseField(field)\" [valueOrigin]=\"paletteValueOrigin.FORM\"></ccd-field-read>\n </td>\n </tr>\n <tr *ngSwitchCase=\"false\" class=\"compound-field\" ccdLabelSubstitutor [caseField]=\"field\" [formGroup]=\"editForm.controls['data']\" [contextFields]=\"contextFields\">\n <td colspan=\"2\">\n <ccd-field-read [formGroup]=\"editForm.controls['data']\" [caseField]=\"summaryCaseField(field)\" [valueOrigin]=\"paletteValueOrigin.FORM\" [caseFields]=\"contextFields\"></ccd-field-read>\n </td>\n </tr>\n </ng-container>\n </ng-container>\n </tbody>\n </table>\n </ng-container>\n <ng-container *ngIf=\"showEventNotes()\">\n <fieldset id=\"fieldset-event\" formGroupName=\"event\">\n <legend style=\"display: none;\"></legend>\n <div class=\"form-group\" [ngClass]=\"{'form-group-error': !!summary && !summary.valid && (summary.dirty || summary.touched)}\">\n <label for=\"field-trigger-summary\" class=\"form-label\">\n Event summary (optional)\n <span class=\"form-hint\">A few words describing the purpose of the event.</span>\n </label>\n <span class=\"error-message\" *ngIf=\"summary?.errors && (summary.dirty || summary.touched)\">\n {{summary.errors | ccdFirstError: eventSummaryLabel | rpxTranslate}}\n </span>\n <input type=\"text\" id=\"field-trigger-summary\" class=\"form-control bottom-30 width-50\"\n [ngClass]=\"{'govuk-input--error': summary?.errors && (summary.dirty || summary.touched)}\" formControlName=\"summary\" maxlength=\"1024\">\n </div>\n <div class=\"form-group\" [ngClass]=\"{'form-group-error': !!description && !description.valid && (description.dirty || description.touched)}\">\n <label for=\"field-trigger-description\" class=\"form-label\">Event description (optional)</label>\n <span class=\"error-message\" *ngIf=\"description?.errors && (description.dirty || description.touched)\">\n {{description.errors | ccdFirstError: eventDescriptionLabel | rpxTranslate}}\n </span>\n <textarea id=\"field-trigger-description\" class=\"form-control bottom-30 width-50\" formControlName=\"description\"\n [ngClass]=\"{'govuk-input--error': description?.errors && (description.dirty || description.touched)}\" maxlength=\"65536\"></textarea>\n </div>\n </fieldset>\n </ng-container>\n </div>\n <ccd-case-event-completion *ngIf=\"caseEdit.isEventCompletionChecksRequired\"\n [eventCompletionParams]=\"caseEdit.eventCompletionParams\"\n (eventCanBeCompleted)=\"onEventCanBeCompleted($event)\">\n </ccd-case-event-completion>\n <div class=\"form-group form-group-related\">\n <button class=\"button button-secondary\" type=\"button\" [disabled]=\"!hasPrevious() || caseEdit.isSubmitting\" (click)=\"previous()\">\n {{'Previous' | rpxTranslate}}\n </button>\n <button type=\"submit\" [disabled]=\"isDisabled\" class=\"button\">\n {{triggerText | rpxTranslate}}\n </button>\n </div>\n <p class=\"cancel\">\n <a (click)=\"cancel(); $event.preventDefault()\" href=\"#\" [class.disabled]=\"caseEdit.isSubmitting\">{{getCancelText() | rpxTranslate}}</a>\n </p>\n </form>\n</div>\n", styles: ["#fieldset-case-data{margin-bottom:30px}#fieldset-case-data th{width:1%;white-space:nowrap;vertical-align:top}.compound-field td{padding:0}#confirmation-header{width:630px;background-color:#17958b;border:solid 1px #979797;color:#fff;text-align:center}#confirmation-body{width:630px;background-color:#fff}.valign-top{vertical-align:top}.summary-fields{margin-bottom:30px}.summary-fields tbody tr th,.summary-fields tbody tr td{border-bottom:0px}a.disabled{pointer-events:none;cursor:default}.case-field-label{width:45%}.case-field-content{width:50%}.no-bottom-border{border-bottom:none}.case-field-change{width:5%}.refresh-modal-backdrop{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.refresh-modal{background:#fff;padding:24px;max-width:520px;width:90%;box-shadow:0 8px 24px #0003;border-radius:4px;text-align:center}.refresh-modal .button{margin-top:12px}\n"] }]
|
|
33366
33461
|
}], () => [{ type: CaseEditComponent }, { type: FieldsUtils }, { type: CaseFieldService }, { type: i1$1.ActivatedRoute }, { type: OrderService }, { type: ProfileNotifier }, { type: MultipageComponentStateService }, { type: FormValidatorsService }, { type: CaseFlagStateService }, { type: LinkedCasesService }, { type: PlaceholderService }], null); })();
|
|
33367
33462
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaseEditSubmitComponent, { className: "CaseEditSubmitComponent", filePath: "lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.ts", lineNumber: 32 }); })();
|
|
33368
33463
|
|
|
@@ -33544,7 +33639,7 @@ class CaseEditGenericErrorsComponent {
|
|
|
33544
33639
|
i0.ɵɵproperty("ngIf", ctx.error && (!(ctx.error.callbackErrors || ctx.error.callbackWarnings || ctx.error.details) && !ctx.error.message));
|
|
33545
33640
|
i0.ɵɵadvance();
|
|
33546
33641
|
i0.ɵɵproperty("ngIf", ctx.error && (ctx.error.details || ctx.error.message));
|
|
33547
|
-
} }, dependencies: [
|
|
33642
|
+
} }, dependencies: [i4.NgForOf, i4.NgIf], styles: ["#fieldset-case-data[_ngcontent-%COMP%]{margin-bottom:30px}#fieldset-case-data[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{width:1%;white-space:nowrap;vertical-align:top}.compound-field[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{padding:0}#confirmation-header[_ngcontent-%COMP%]{width:630px;background-color:#17958b;border:solid 1px #979797;color:#fff;text-align:center}#confirmation-body[_ngcontent-%COMP%]{width:630px;background-color:#fff}.valign-top[_ngcontent-%COMP%]{vertical-align:top}.summary-fields[_ngcontent-%COMP%]{margin-bottom:30px}.summary-fields[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] th[_ngcontent-%COMP%], .summary-fields[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{border-bottom:0px}a.disabled[_ngcontent-%COMP%]{pointer-events:none;cursor:default}.case-field-label[_ngcontent-%COMP%]{width:45%}.case-field-content[_ngcontent-%COMP%]{width:50%}.no-bottom-border[_ngcontent-%COMP%]{border-bottom:none}.case-field-change[_ngcontent-%COMP%]{width:5%}.refresh-modal-backdrop[_ngcontent-%COMP%]{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.refresh-modal[_ngcontent-%COMP%]{background:#fff;padding:24px;max-width:520px;width:90%;box-shadow:0 8px 24px #0003;border-radius:4px;text-align:center}.refresh-modal[_ngcontent-%COMP%] .button[_ngcontent-%COMP%]{margin-top:12px}"] });
|
|
33548
33643
|
}
|
|
33549
33644
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseEditGenericErrorsComponent, [{
|
|
33550
33645
|
type: Component,
|
|
@@ -33702,13 +33797,13 @@ class CaseEditorModule {
|
|
|
33702
33797
|
CaseCreateComponent,
|
|
33703
33798
|
CaseProgressComponent,
|
|
33704
33799
|
CallbackErrorsComponent] }); })();
|
|
33705
|
-
i0.ɵɵsetComponentScope(CaseEditConfirmComponent, function () { return [
|
|
33706
|
-
i0.ɵɵsetComponentScope(CaseEditPageComponent, function () { return [
|
|
33800
|
+
i0.ɵɵsetComponentScope(CaseEditConfirmComponent, function () { return [i4.NgIf, i3.ɵNgNoValidate, i3.NgControlStatusGroup, i3.FormGroupDirective, MarkdownComponent]; }, function () { return [CaseReferencePipe, CcdCaseTitlePipe, i1.RpxTranslatePipe]; });
|
|
33801
|
+
i0.ɵɵsetComponentScope(CaseEditPageComponent, function () { return [i4.NgForOf, i4.NgIf, i3.ɵNgNoValidate, i3.NgControlStatusGroup, i3.FormGroupDirective, CallbackErrorsComponent, MarkdownComponent, CaseEventCompletionComponent, CaseEditFormComponent,
|
|
33707
33802
|
CaseEditGenericErrorsComponent]; }, function () { return [CaseReferencePipe, CcdCaseTitlePipe, i1.RpxTranslatePipe]; });
|
|
33708
|
-
i0.ɵɵsetComponentScope(CaseEditFormComponent, function () { return [
|
|
33709
|
-
i0.ɵɵsetComponentScope(CaseEditSubmitComponent, function () { return [
|
|
33710
|
-
i0.ɵɵsetComponentScope(CaseCreateComponent, function () { return [
|
|
33711
|
-
i0.ɵɵsetComponentScope(CaseProgressComponent, function () { return [
|
|
33803
|
+
i0.ɵɵsetComponentScope(CaseEditFormComponent, function () { return [i4.NgForOf, i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, i3.NgControlStatusGroup, i3.FormGroupDirective, LabelSubstitutorDirective, ConditionalShowFormDirective, FieldReadComponent, FieldWriteComponent]; }, function () { return [IsCompoundPipe, IsReadOnlyAndNotCollectionPipe]; });
|
|
33804
|
+
i0.ɵɵsetComponentScope(CaseEditSubmitComponent, function () { return [i4.NgClass, i4.NgForOf, i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, i3.ɵNgNoValidate, i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.MaxLengthValidator, i3.FormGroupDirective, i3.FormControlName, i3.FormGroupName, LabelSubstitutorDirective, CallbackErrorsComponent, MarkdownComponent, FieldReadComponent, CaseEventCompletionComponent, CaseEditGenericErrorsComponent]; }, function () { return [FirstErrorPipe, IsCompoundPipe, CaseReferencePipe, CcdCaseTitlePipe, CcdCYAPageLabelFilterPipe, ReadFieldsFilterPipe, CcdPageFieldsPipe, i1.RpxTranslatePipe]; });
|
|
33805
|
+
i0.ɵɵsetComponentScope(CaseCreateComponent, function () { return [i4.NgIf, CaseEditComponent]; }, []);
|
|
33806
|
+
i0.ɵɵsetComponentScope(CaseProgressComponent, function () { return [i4.NgIf, CaseEditComponent]; }, []);
|
|
33712
33807
|
|
|
33713
33808
|
const editorRouting = [
|
|
33714
33809
|
{
|
|
@@ -33782,7 +33877,7 @@ class CaseHeaderComponent {
|
|
|
33782
33877
|
i0.ɵɵproperty("ngIf", !ctx.caseTitle.label);
|
|
33783
33878
|
i0.ɵɵadvance();
|
|
33784
33879
|
i0.ɵɵproperty("ngIf", ctx.caseTitle.label);
|
|
33785
|
-
} }, dependencies: [
|
|
33880
|
+
} }, dependencies: [i4.NgIf, LabelFieldComponent, CaseReferencePipe], styles: [".case-title[_ngcontent-%COMP%]{margin-top:47px;margin-bottom:10px}.heading-h1[_ngcontent-%COMP%]{margin-top:40px}"] });
|
|
33786
33881
|
}
|
|
33787
33882
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseHeaderComponent, [{
|
|
33788
33883
|
type: Component,
|
|
@@ -34046,7 +34141,7 @@ class PaginationComponent {
|
|
|
34046
34141
|
i0.ɵɵattribute("aria-label", i0.ɵɵpipeBind1(3, 4, "Pagination"));
|
|
34047
34142
|
i0.ɵɵadvance(2);
|
|
34048
34143
|
i0.ɵɵproperty("ngIf", !(ctx.autoHide && p_r3.pages.length <= 1));
|
|
34049
|
-
} }, dependencies: [
|
|
34144
|
+
} }, dependencies: [i4.NgForOf, i4.NgIf, i2$2.PaginationControlsDirective, i4.DecimalPipe, i1.RpxTranslatePipe], styles: [".ngx-pagination[_ngcontent-%COMP%]{margin-left:0;margin-bottom:1rem;padding-top:25px;text-decoration:none;text-align:left;font-size:16px}.ngx-pagination[_ngcontent-%COMP%]:before, .ngx-pagination[_ngcontent-%COMP%]:after{content:\" \";display:table}.ngx-pagination[_ngcontent-%COMP%]:after{clear:both}.ngx-pagination[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;margin-right:.0625rem;border-radius:0}.ngx-pagination[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{display:inline-block}.ngx-pagination[_ngcontent-%COMP%] a[_ngcontent-%COMP%], .ngx-pagination[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{display:block;padding:.1875rem .625rem;border-radius:0;color:#005da6}.ngx-pagination[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover, .ngx-pagination[_ngcontent-%COMP%] button[_ngcontent-%COMP%]:hover{background:#e6e6e6}.ngx-pagination[_ngcontent-%COMP%] .current[_ngcontent-%COMP%]{padding:.1875rem .625rem;background:#fff;color:#4c2c92;cursor:default;font-weight:900;text-decoration:none}.ngx-pagination[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%]{display:none}.ngx-pagination[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%]:hover{background:transparent}.ngx-pagination[_ngcontent-%COMP%] a[_ngcontent-%COMP%], .ngx-pagination[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{cursor:pointer}.ngx-pagination[_ngcontent-%COMP%] .pagination-previous[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:before, .ngx-pagination[_ngcontent-%COMP%] .pagination-previous.disabled[_ngcontent-%COMP%]:before{margin-right:.5rem;display:inline-block;height:10px;width:10px;border-style:solid;color:#0a0a0a;background:transparent;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);content:\"\";border-width:3px 0 0 3px}.ngx-pagination[_ngcontent-%COMP%] .pagination-next[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:after, .ngx-pagination[_ngcontent-%COMP%] .pagination-next.disabled[_ngcontent-%COMP%]:after{margin-left:.5rem;display:inline-block;height:10px;width:10px;border-style:solid;color:#0a0a0a;background:transparent;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);content:\"\";border-width:0 3px 3px 0}.ngx-pagination[_ngcontent-%COMP%] .show-for-sr[_ngcontent-%COMP%]{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.ngx-pagination[_ngcontent-%COMP%] .small-screen[_ngcontent-%COMP%]{display:none}@media screen and (max-width:601px){.ngx-pagination.responsive[_ngcontent-%COMP%] .small-screen[_ngcontent-%COMP%]{display:inline-block}.ngx-pagination.responsive[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:not(.small-screen):not(.pagination-previous):not(.pagination-next){display:none}}"] });
|
|
34050
34145
|
}
|
|
34051
34146
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaginationComponent, [{
|
|
34052
34147
|
type: Component,
|
|
@@ -34390,7 +34485,7 @@ class CaseListComponent {
|
|
|
34390
34485
|
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind2(10, 9, ctx.cases, i0.ɵɵpureFunction3(12, _c0$d, ctx.pageSize, ctx.currentPageNo, ctx.totalResultsCount)));
|
|
34391
34486
|
i0.ɵɵadvance(2);
|
|
34392
34487
|
i0.ɵɵproperty("ngIf", ctx.totalResultsCount > ctx.pageSize);
|
|
34393
|
-
} }, dependencies: [
|
|
34488
|
+
} }, dependencies: [i4.NgForOf, i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, i4.NgSwitchDefault, i1$1.RouterLink, PaginationComponent, i4.CurrencyPipe, i2$2.PaginatePipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
34394
34489
|
}
|
|
34395
34490
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseListComponent, [{
|
|
34396
34491
|
type: Component,
|
|
@@ -35077,7 +35172,7 @@ class WorkbasketFiltersModule {
|
|
|
35077
35172
|
ReactiveFormsModule,
|
|
35078
35173
|
PaletteModule,
|
|
35079
35174
|
ConditionalShowModule, i1.RpxTranslationModule], exports: [WorkbasketFiltersComponent] }); })();
|
|
35080
|
-
i0.ɵɵsetComponentScope(WorkbasketFiltersComponent, function () { return [
|
|
35175
|
+
i0.ɵɵsetComponentScope(WorkbasketFiltersComponent, function () { return [i4.NgForOf, i4.NgIf, i3.ɵNgNoValidate, i3.NgSelectOption, i3.ɵNgSelectMultipleOption, i3.SelectControlValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.NgModel, i3.NgForm, i3.FormGroupDirective, FieldWriteComponent, ConditionalShowFormDirective]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
35081
35176
|
|
|
35082
35177
|
const READ_ACCESS = 'read';
|
|
35083
35178
|
const CREATE_ACCESS = 'create';
|
|
@@ -35185,7 +35280,7 @@ class CaseListFiltersModule {
|
|
|
35185
35280
|
PaletteModule,
|
|
35186
35281
|
DefinitionsModule,
|
|
35187
35282
|
WorkbasketFiltersModule, i1.RpxTranslationModule], exports: [CaseListFiltersComponent] }); })();
|
|
35188
|
-
i0.ɵɵsetComponentScope(CaseListFiltersComponent, function () { return [
|
|
35283
|
+
i0.ɵɵsetComponentScope(CaseListFiltersComponent, function () { return [i4.NgIf, WorkbasketFiltersComponent]; }, []);
|
|
35189
35284
|
|
|
35190
35285
|
// @dynamic
|
|
35191
35286
|
class CaseHistoryCaseType {
|
|
@@ -35529,7 +35624,7 @@ class CaseHistoryModule {
|
|
|
35529
35624
|
ConditionalShowModule,
|
|
35530
35625
|
PaletteModule,
|
|
35531
35626
|
LabelSubstitutorModule, i1.RpxTranslationModule], exports: [CaseHistoryComponent] }); })();
|
|
35532
|
-
i0.ɵɵsetComponentScope(CaseHistoryComponent, function () { return [
|
|
35627
|
+
i0.ɵɵsetComponentScope(CaseHistoryComponent, function () { return [i4.NgForOf, i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, CaseHeaderComponent, FieldReadComponent, LabelSubstitutorDirective]; }, function () { return [i4.UpperCasePipe, i4.TitleCasePipe, DatePipe, IsCompoundPipe, DashPipe, ReadFieldsFilterPipe, CcdTabFieldsPipe, i1.RpxTranslatePipe]; });
|
|
35533
35628
|
|
|
35534
35629
|
function CaseTimelineComponent_div_0_ng_container_2_ccd_event_log_1_Template(rf, ctx) { if (rf & 1) {
|
|
35535
35630
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -35675,7 +35770,7 @@ class CaseTimelineModule {
|
|
|
35675
35770
|
ReactiveFormsModule,
|
|
35676
35771
|
CaseHistoryModule,
|
|
35677
35772
|
PaletteModule, i1.RpxTranslationModule], exports: [CaseTimelineComponent] }); })();
|
|
35678
|
-
i0.ɵɵsetComponentScope(CaseTimelineComponent, function () { return [
|
|
35773
|
+
i0.ɵɵsetComponentScope(CaseTimelineComponent, function () { return [i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, CaseHistoryComponent, EventLogComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
35679
35774
|
|
|
35680
35775
|
class CaseResolver {
|
|
35681
35776
|
caseNotifier;
|
|
@@ -36409,7 +36504,7 @@ class CaseBasicAccessViewComponent {
|
|
|
36409
36504
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(23, 19, "Request access"), " ");
|
|
36410
36505
|
i0.ɵɵadvance(5);
|
|
36411
36506
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(28, 21, "Cancel"), " ");
|
|
36412
|
-
} }, dependencies: [
|
|
36507
|
+
} }, dependencies: [i4.NgIf, i1$1.RouterLink, AlertComponent, LoadingSpinnerComponent, i4.LowerCasePipe, i4.TitleCasePipe, CaseReferencePipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
36413
36508
|
}
|
|
36414
36509
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseBasicAccessViewComponent, [{
|
|
36415
36510
|
type: Component,
|
|
@@ -37226,7 +37321,7 @@ class CaseFullAccessViewComponent {
|
|
|
37226
37321
|
this.errorNotifierService.announceError(null);
|
|
37227
37322
|
this.alertService.clear();
|
|
37228
37323
|
}
|
|
37229
|
-
static ɵfac = function CaseFullAccessViewComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseFullAccessViewComponent)(i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(NavigationNotifierService), i0.ɵɵdirectiveInject(OrderService), i0.ɵɵdirectiveInject(ActivityPollingService), i0.ɵɵdirectiveInject(i1$3.MatLegacyDialog), i0.ɵɵdirectiveInject(AlertService), i0.ɵɵdirectiveInject(DraftService), i0.ɵɵdirectiveInject(ErrorNotifierService), i0.ɵɵdirectiveInject(ConvertHrefToRouterService), i0.ɵɵdirectiveInject(
|
|
37324
|
+
static ɵfac = function CaseFullAccessViewComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseFullAccessViewComponent)(i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(NavigationNotifierService), i0.ɵɵdirectiveInject(OrderService), i0.ɵɵdirectiveInject(ActivityPollingService), i0.ɵɵdirectiveInject(i1$3.MatLegacyDialog), i0.ɵɵdirectiveInject(AlertService), i0.ɵɵdirectiveInject(DraftService), i0.ɵɵdirectiveInject(ErrorNotifierService), i0.ɵɵdirectiveInject(ConvertHrefToRouterService), i0.ɵɵdirectiveInject(i4.Location), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(i1.RpxTranslatePipe), i0.ɵɵdirectiveInject(LoadingService), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(CaseFlagStateService), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
37230
37325
|
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseFullAccessViewComponent, selectors: [["ccd-case-full-access-view"]], viewQuery: function CaseFullAccessViewComponent_Query(rf, ctx) { if (rf & 1) {
|
|
37231
37326
|
i0.ɵɵviewQuery(_c0$c, 5);
|
|
37232
37327
|
} if (rf & 2) {
|
|
@@ -37271,7 +37366,7 @@ class CaseFullAccessViewComponent {
|
|
|
37271
37366
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseFullAccessViewComponent, [{
|
|
37272
37367
|
type: Component,
|
|
37273
37368
|
args: [{ selector: 'ccd-case-full-access-view', standalone: false, template: "<!-- Generic error heading and error message to be displayed only if there are no specific callback errors or warnings, or no error details -->\n<div *ngIf=\"error && !(error.callbackErrors || error.callbackWarnings || error.details)\" class=\"error-summary\"\n role=\"group\" aria-labelledby=\"edit-case-event_error-summary-heading\" tabindex=\"-1\">\n <h1 class=\"heading-h1 error-summary-heading\" id=\"edit-case-event_error-summary-heading\">\n {{'Something went wrong' | rpxTranslate}}\n </h1>\n <div class=\"govuk-error-summary__body\" id=\"edit-case-event_error-summary-body\">\n <p>{{\"We're working to fix the problem. Try again shortly.\" | rpxTranslate}}</p>\n <p>\n <a href=\"get-help\" target=\"_blank\">\n {{\"Contact us\" | rpxTranslate}}</a> {{\"if you're still having problems.\" | rpxTranslate}}\n </p>\n </div>\n</div>\n<!-- Callback error heading and error message to be displayed if there are specific error details -->\n<div *ngIf=\"error && error.details\" class=\"error-summary\" role=\"group\"\n aria-labelledby=\"edit-case-event_error-summary-heading\" tabindex=\"-1\">\n <h2 class=\"heading-h2 error-summary-heading\" id=\"edit-case-event_error-summary-heading\">\n {{'The callback data failed validation' | rpxTranslate}}\n </h2>\n <p>{{error.message | rpxTranslate}}</p>\n <ul *ngIf=\"error.details?.field_errors\" class=\"error-summary-list\">\n <li *ngFor=\"let fieldError of error.details.field_errors\">\n {{fieldError.message | rpxTranslate}}\n </li>\n </ul>\n</div>\n<ccd-callback-errors\n [triggerTextContinue]=\"triggerTextStart\"\n [triggerTextIgnore]=\"triggerTextIgnoreWarnings\"\n [callbackErrorsSubject]=\"callbackErrorsSubject\"\n (callbackErrorsContext)=\"callbackErrorsNotify($event)\">\n</ccd-callback-errors>\n<ccd-activity [caseId]=\"caseDetails.case_id\" [displayMode]=\"BANNER\"></ccd-activity>\n<div class=\"grid-row\">\n <div class=\"column-one-half\">\n <ccd-case-header [caseDetails]=\"caseDetails\"></ccd-case-header>\n <div class=\"case-viewer-controls\" *ngIf=\"hasPrint && !isDraft() && isPrintEnabled()\">\n <a id=\"case-viewer-control-print\" routerLink=\"print\" class=\"button button-secondary\">{{'Print' | rpxTranslate}}</a>\n </div>\n </div>\n <div *ngIf=\"hasEventSelector\" class=\"column-one-half\">\n <ccd-event-trigger [isDisabled]=\"isTriggerButtonDisabled()\" [triggers]=\"caseDetails.triggers\"\n [triggerText]=\"triggerText\"\n [eventId]=\"eventId\"\n (onTriggerChange)=\"clearErrorsAndWarnings()\"\n (onTriggerSubmit)=\"applyTrigger($event)\"></ccd-event-trigger>\n </div>\n</div>\n<div class=\"grid-row\" *ngIf=\"activeCaseFlags && !caseFlagsExternalUser\">\n <div class=\"column-full\">\n <ccd-notification-banner [notificationBannerConfig]=\"notificationBannerConfig\" (linkClicked)=\"onLinkClicked($event)\">\n </ccd-notification-banner>\n </div>\n</div>\n<div class=\"grid-row\">\n <div class=\"column-full\">\n <ng-container *ngIf=\"hasTabsPresent()\">\n <mat-tab-group #tabGroup animationDuration=\"0ms\" (selectedIndexChange)=\"tabChanged($event)\" [disableRipple]=\"true\" [(selectedIndex)]=\"selectedTabIndex\"\n [selectedIndex]=\"selectedTabIndex\">\n <mat-tab *ngFor=\"let tab of prependedTabs\" [id]=\"tab.id\" [label]=\"tab.label | rpxTranslate\">\n <ng-template matTabContent>\n <ng-container *ngIf=\"tab.id === 'tasks'\">\n <exui-tasks-ce></exui-tasks-ce>\n </ng-container>\n <ng-container *ngIf=\"tab.id === 'roles-and-access'\">\n <exui-roles-and-access-ce></exui-roles-and-access-ce>\n </ng-container>\n </ng-template>\n </mat-tab>\n <mat-tab *ngFor=\"let tab of sortedTabs; let curIdx=index\" [id]=\"tab.id\" [label]=\"tab.label | rpxTranslate\" [aria-label]=\"curIdx === 0 ? tab.label + ', Please use left and right arrow keys to navigate case tabs' : '' | rpxTranslate\">\n <ng-template matTabContent>\n <table [class]=\"tab.id\" [attr.aria-label]=\"'case viewer table' | rpxTranslate\">\n <tbody>\n <ng-container *ngFor=\"let field of tab | ccdTabFields | ccdReadFieldsFilter:false :undefined :true : formGroup?.controls['data']\">\n <div ccdLabelSubstitutor [caseField]=\"field\" [contextFields]=\"caseFields\" [hidden]=\"field.hidden\">\n <ng-container [ngSwitch]=\"!(field | ccdIsCompound)\">\n <tr *ngSwitchCase=\"true\">\n <th id=\"case-viewer-field-label\" *ngIf=\"!isFieldToHaveNoLabel(field)\">\n <div class=\"case-viewer-label text-16\">\n {{field.label | rpxTranslate}}</div>\n </th>\n <td [id]=\"'case-viewer-field-read--' + field.id\" scope=\"col\">\n <span class=\"text-16\">\n <ccd-field-read [topLevelFormGroup]=\"formGroup?.controls['data']\" [caseFields]=\"caseFields\"\n [caseField]=\"field\" [caseReference]=\"caseDetails.case_id\">\n </ccd-field-read>\n </span>\n </td>\n </tr>\n <tr *ngSwitchCase=\"false\" class=\"compound-field\">\n <th [id]=\"'case-viewer-field-read--' + field.id\" scope=\"col\">\n <span class=\"text-16\">\n <ccd-field-read [topLevelFormGroup]=\"formGroup.controls['data']\" [caseFields]=\"caseFields\"\n [caseField]=\"field\" [caseReference]=\"caseDetails.case_id\">\n </ccd-field-read>\n </span>\n </th>\n </tr>\n </ng-container>\n </div>\n </ng-container>\n </tbody>\n </table>\n </ng-template>\n </mat-tab>\n <mat-tab *ngFor=\"let tab of appendedTabs\" [id]=\"tab.id\" [label]=\"tab.label | rpxTranslate\">\n <ng-template matTabContent>\n <ng-container *ngIf=\"tab.id === 'hearings'\">\n <exui-case-hearings-ce></exui-case-hearings-ce>\n </ng-container>\n </ng-template>\n </mat-tab>\n </mat-tab-group>\n </ng-container>\n </div>\n</div>\n", styles: ["th{width:1%;white-space:nowrap;vertical-align:top}.compound-field th{padding:0}.case-viewer-controls{margin-top:47px;margin-bottom:20px}ccd-case-header{float:left;margin-right:10px}ccd-event-trigger{float:right}.case-viewer-label{min-width:300px;white-space:normal}.markdown h3{margin-bottom:0}.hide-table-capion{position:absolute;visibility:hidden}\n"] }]
|
|
37274
|
-
}], () => [{ type: i0.NgZone }, { type: i1$1.ActivatedRoute }, { type: i1$1.Router }, { type: NavigationNotifierService }, { type: OrderService }, { type: ActivityPollingService }, { type: i1$3.MatLegacyDialog }, { type: AlertService }, { type: DraftService }, { type: ErrorNotifierService }, { type: ConvertHrefToRouterService }, { type:
|
|
37369
|
+
}], () => [{ type: i0.NgZone }, { type: i1$1.ActivatedRoute }, { type: i1$1.Router }, { type: NavigationNotifierService }, { type: OrderService }, { type: ActivityPollingService }, { type: i1$3.MatLegacyDialog }, { type: AlertService }, { type: DraftService }, { type: ErrorNotifierService }, { type: ConvertHrefToRouterService }, { type: i4.Location }, { type: i0.ChangeDetectorRef }, { type: SessionStorageService }, { type: i1.RpxTranslatePipe }, { type: LoadingService }, { type: LinkedCasesService }, { type: CaseFlagStateService }, { type: i0.NgZone }], { hasPrint: [{
|
|
37275
37370
|
type: Input
|
|
37276
37371
|
}], hasEventSelector: [{
|
|
37277
37372
|
type: Input
|
|
@@ -37601,7 +37696,7 @@ class ErrorMessageComponent {
|
|
|
37601
37696
|
i0.ɵɵtemplate(0, ErrorMessageComponent_ng_container_0_Template, 11, 7, "ng-container", 0);
|
|
37602
37697
|
} if (rf & 2) {
|
|
37603
37698
|
i0.ɵɵproperty("ngIf", ctx.error);
|
|
37604
|
-
} }, dependencies: [
|
|
37699
|
+
} }, dependencies: [i4.NgIf, i1$1.RouterLink, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
37605
37700
|
}
|
|
37606
37701
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ErrorMessageComponent, [{
|
|
37607
37702
|
type: Component,
|
|
@@ -37865,7 +37960,7 @@ class TaskAssignedComponent {
|
|
|
37865
37960
|
i0.ɵɵtemplate(0, TaskAssignedComponent_div_0_Template, 22, 24, "div", 0);
|
|
37866
37961
|
} if (rf & 2) {
|
|
37867
37962
|
i0.ɵɵproperty("ngIf", ctx.assignedUserName);
|
|
37868
|
-
} }, dependencies: [
|
|
37963
|
+
} }, dependencies: [i4.NgIf, i1$1.RouterLink, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
37869
37964
|
}
|
|
37870
37965
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TaskAssignedComponent, [{
|
|
37871
37966
|
type: Component,
|
|
@@ -38700,17 +38795,17 @@ class EventTriggerComponent {
|
|
|
38700
38795
|
getDefault() {
|
|
38701
38796
|
return this.triggers?.length === 1 ? this.triggers[0] : '';
|
|
38702
38797
|
}
|
|
38703
|
-
static ɵfac = function EventTriggerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EventTriggerComponent)(i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(
|
|
38798
|
+
static ɵfac = function EventTriggerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EventTriggerComponent)(i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(i3.FormBuilder), i0.ɵɵdirectiveInject(OrderService)); };
|
|
38704
38799
|
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EventTriggerComponent, selectors: [["ccd-event-trigger"]], inputs: { triggers: "triggers", triggerText: "triggerText", isDisabled: "isDisabled", eventId: "eventId" }, outputs: { onTriggerSubmit: "onTriggerSubmit", onTriggerChange: "onTriggerChange" }, standalone: false, features: [i0.ɵɵNgOnChangesFeature], decls: 1, vars: 1, consts: [["class", "event-trigger", 3, "formGroup", "ngSubmit", 4, "ngIf"], [1, "event-trigger", 3, "ngSubmit", "formGroup"], [1, "form-group", 2, "width", "350px !important"], ["for", "next-step", 1, "form-label"], ["id", "next-step", "formControlName", "trigger", 1, "form-control", "ccd-dropdown", 3, "change", "ngClass", "compareWith"], ["value", "", "data-default", "", 4, "ngIf"], [3, "ngValue", "title", 4, "ngFor", "ngForOf"], ["type", "submit", 1, "button", 3, "disabled"], ["value", "", "data-default", ""], [3, "ngValue", "title"]], template: function EventTriggerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
38705
38800
|
i0.ɵɵtemplate(0, EventTriggerComponent_form_0_Template, 11, 14, "form", 0);
|
|
38706
38801
|
} if (rf & 2) {
|
|
38707
38802
|
i0.ɵɵproperty("ngIf", ctx.triggers && ctx.triggers.length);
|
|
38708
|
-
} }, dependencies: [
|
|
38803
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i3.ɵNgNoValidate, i3.NgSelectOption, i3.ɵNgSelectMultipleOption, i3.SelectControlValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, i1.RpxTranslatePipe], styles: [".event-trigger[_ngcontent-%COMP%]{width:auto;margin-top:40px;margin-bottom:20px}.event-trigger[_ngcontent-%COMP%] .form-group[_ngcontent-%COMP%]{margin-top:3px;margin-right:10px;margin-bottom:0;float:left;text-align:right;width:325px}.event-trigger[_ngcontent-%COMP%] .form-group[_ngcontent-%COMP%] .form-label[_ngcontent-%COMP%]{float:left;margin-top:5px}.event-trigger[_ngcontent-%COMP%] select.EventTrigger-empty[_ngcontent-%COMP%], .event-trigger[_ngcontent-%COMP%] select[_ngcontent-%COMP%] [data-default][_ngcontent-%COMP%]{color:#6f777b}.event-trigger[_ngcontent-%COMP%] select[_ngcontent-%COMP%]{width:250px}"] });
|
|
38709
38804
|
}
|
|
38710
38805
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EventTriggerComponent, [{
|
|
38711
38806
|
type: Component,
|
|
38712
38807
|
args: [{ selector: 'ccd-event-trigger', standalone: false, template: "<form *ngIf=\"triggers && triggers.length\" class=\"event-trigger\" (ngSubmit)=\"triggerSubmit()\" [formGroup]=\"triggerForm\">\n <div class=\"form-group\" style=\"width: 350px !important;\">\n <label class=\"form-label\" for=\"next-step\">{{'Next step' | rpxTranslate}}</label>\n <select class=\"form-control ccd-dropdown\" id=\"next-step\" (change)=\"triggerChange()\" formControlName=\"trigger\" [ngClass]=\"{\n 'EventTrigger-empty': !triggerForm.value['trigger']\n }\" [compareWith]=\"compareFn\">\n <option *ngIf=\"1 !== triggers.length\" value=\"\" data-default>{{'Select action' | rpxTranslate}}</option>\n <option *ngFor=\"let trigger of triggers\" [ngValue]=\"trigger\" [title]=\"trigger.description\">{{trigger.name | rpxTranslate}}</option>\n </select>\n </div>\n <button [disabled]=\"isButtonDisabled()\" type=\"submit\" class=\"button\">{{triggerText | rpxTranslate}}</button>\n</form>\n", styles: [".event-trigger{width:auto;margin-top:40px;margin-bottom:20px}.event-trigger .form-group{margin-top:3px;margin-right:10px;margin-bottom:0;float:left;text-align:right;width:325px}.event-trigger .form-group .form-label{float:left;margin-top:5px}.event-trigger select.EventTrigger-empty,.event-trigger select [data-default]{color:#6f777b}.event-trigger select{width:250px}\n"] }]
|
|
38713
|
-
}], () => [{ type: AbstractAppConfig }, { type:
|
|
38808
|
+
}], () => [{ type: AbstractAppConfig }, { type: i3.FormBuilder }, { type: OrderService }], { triggers: [{
|
|
38714
38809
|
type: Input
|
|
38715
38810
|
}], triggerText: [{
|
|
38716
38811
|
type: Input
|
|
@@ -38966,7 +39061,7 @@ class CaseChallengedAccessRequestComponent {
|
|
|
38966
39061
|
inputEmpty(input) {
|
|
38967
39062
|
return input.value === null || input.value.trim().length === 0;
|
|
38968
39063
|
}
|
|
38969
|
-
static ɵfac = function CaseChallengedAccessRequestComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseChallengedAccessRequestComponent)(i0.ɵɵdirectiveInject(
|
|
39064
|
+
static ɵfac = function CaseChallengedAccessRequestComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseChallengedAccessRequestComponent)(i0.ɵɵdirectiveInject(i3.FormBuilder), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CaseNotifier)); };
|
|
38970
39065
|
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseChallengedAccessRequestComponent, selectors: [["ccd-case-challenged-access-request"]], standalone: false, decls: 50, vars: 46, consts: [[3, "error", 4, "ngIf"], ["type", "information"], [3, "submit", "formGroup"], [1, "govuk-form-group", 3, "ngClass"], ["aria-describedby", "reason-hint", 1, "govuk-fieldset"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--l"], [1, "govuk-fieldset__heading"], ["id", "reason-hint", 1, "govuk-hint"], ["id", "error-message", "class", "govuk-error-message", 4, "ngIf"], ["data-module", "govuk-radios", 1, "govuk-radios", "govuk-radios--conditional"], [1, "govuk-radios__item"], ["id", "reason-0", "name", "radioSelected", "type", "radio", "data-aria-controls", "conditional-reason-0", "formControlName", "radioSelected", 1, "govuk-radios__input", 3, "change", "value", "checked"], ["for", "reason-0", 1, "govuk-label", "govuk-radios__label"], ["id", "conditional-reason-0", "class", "govuk-radios__conditional", 4, "ngIf"], ["id", "reason-1", "name", "radioSelected", "type", "radio", "formControlName", "radioSelected", 1, "govuk-radios__input", 3, "change", "value", "checked"], ["for", "reason-1", 1, "govuk-label", "govuk-radios__label"], ["id", "reason-2", "name", "radioSelected", "type", "radio", "formControlName", "radioSelected", 1, "govuk-radios__input", 3, "change", "value", "checked"], ["for", "reason-2", 1, "govuk-label", "govuk-radios__label"], ["id", "reason-3", "name", "radioSelected", "type", "radio", "data-aria-controls", "conditional-reason-3", "formControlName", "radioSelected", 1, "govuk-radios__input", 3, "change", "value", "checked"], ["for", "reason-3", "id", "reason-3-label", 1, "govuk-label", "govuk-radios__label"], ["id", "conditional-reason-3", "class", "govuk-radios__conditional", 4, "ngIf"], [1, "govuk-button-group"], ["type", "submit", 1, "govuk-button", "govuk-!-margin-right-3"], [1, "govuk-grid-column-full", "govuk-!-padding-left-0"], ["href", "#", 1, "govuk-body", 3, "click"], [3, "error"], ["id", "error-message", 1, "govuk-error-message"], ["id", "conditional-reason-0", 1, "govuk-radios__conditional"], [1, "govuk-form-group"], ["for", "case-reference", 1, "govuk-label"], ["id", "case-reference-error-message", "class", "govuk-error-message", 4, "ngIf"], ["id", "case-reference", "name", "case-reference", "type", "text", "formControlName", "caseReference", 1, "govuk-input", "govuk-!-width-one-third", 3, "ngClass"], ["id", "case-reference-error-message", 1, "govuk-error-message"], ["id", "conditional-reason-3", 1, "govuk-radios__conditional"], ["id", "other-reason-error-message", "class", "govuk-error-message", 4, "ngIf"], ["id", "other-reason", "name", "other-reason", "rows", "5", "aria-describedby", "reason-3-label", "formControlName", "otherReason", 1, "govuk-textarea", 3, "ngClass"], ["id", "other-reason-error-message", 1, "govuk-error-message"]], template: function CaseChallengedAccessRequestComponent_Template(rf, ctx) { if (rf & 1) {
|
|
38971
39066
|
i0.ɵɵtemplate(0, CaseChallengedAccessRequestComponent_exui_error_message_0_Template, 1, 1, "exui-error-message", 0);
|
|
38972
39067
|
i0.ɵɵelementStart(1, "cut-alert", 1);
|
|
@@ -39072,7 +39167,7 @@ class CaseChallengedAccessRequestComponent {
|
|
|
39072
39167
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseChallengedAccessRequestComponent, [{
|
|
39073
39168
|
type: Component,
|
|
39074
39169
|
args: [{ selector: 'ccd-case-challenged-access-request', standalone: false, template: "<exui-error-message *ngIf=\"formGroup.invalid && submitted\" [error]=\"errorMessage\"></exui-error-message>\n<cut-alert type=\"information\">\n {{'This case requires challenged access.' | rpxTranslate}}<br/>\n {{'This is because the case is outside your work area. If you request access to the case, it will be logged for auditing purposes.' | rpxTranslate}}\n</cut-alert>\n<form [formGroup]=\"formGroup\" (submit)=\"onSubmit()\">\n <div class=\"govuk-form-group\" [ngClass]=\"{'form-group-error': formGroup.invalid && submitted}\">\n <fieldset class=\"govuk-fieldset\" aria-describedby=\"reason-hint\">\n <legend class=\"govuk-fieldset__legend govuk-fieldset__legend--l\">\n <h1 class=\"govuk-fieldset__heading\">\n {{title | rpxTranslate}}\n </h1>\n </legend>\n <div id=\"reason-hint\" class=\"govuk-hint\">\n {{hint | rpxTranslate}}\n </div>\n <div id=\"error-message\" class=\"govuk-error-message\" *ngIf=\"formGroup.get('radioSelected').invalid && submitted\">\n {{errorMessage.description | rpxTranslate}}\n </div>\n <div class=\"govuk-radios govuk-radios--conditional\" data-module=\"govuk-radios\">\n <div class=\"govuk-radios__item\">\n <input class=\"govuk-radios__input\" id=\"reason-0\" name=\"radioSelected\" type=\"radio\" [value]=\"accessReasons[0].reason\"\n data-aria-controls=\"conditional-reason-0\" formControlName=\"radioSelected\" [checked]=\"accessReasons[0].checked\"\n (change)=\"onChange()\"/>\n <label class=\"govuk-label govuk-radios__label\" for=\"reason-0\">\n {{accessReasons[0].reason | rpxTranslate}}\n </label>\n </div>\n <div id=\"conditional-reason-0\" *ngIf=\"formGroup.get('radioSelected').value === accessReasons[0].reason\"\n class=\"govuk-radios__conditional\">\n <div class=\"govuk-form-group\">\n <label class=\"govuk-label\" for=\"case-reference\">\n {{caseRefLabel}}\n </label>\n <div id=\"case-reference-error-message\" class=\"govuk-error-message\" *ngIf=\"formGroup.get('caseReference').invalid && submitted\">\n {{errorMessage.description | rpxTranslate}}\n </div>\n <input class=\"govuk-input govuk-!-width-one-third\"\n [ngClass]=\"{'govuk-input--error': formGroup.get('caseReference').invalid && submitted}\" id=\"case-reference\"\n name=\"case-reference\" type=\"text\" formControlName=\"caseReference\">\n </div>\n </div>\n <div class=\"govuk-radios__item\">\n <input class=\"govuk-radios__input\" id=\"reason-1\" name=\"radioSelected\" type=\"radio\" [value]=\"accessReasons[1].reason\"\n formControlName=\"radioSelected\" [checked]=\"accessReasons[1].checked\" (change)=\"onChange()\"/>\n <label class=\"govuk-label govuk-radios__label\" for=\"reason-1\">\n {{accessReasons[1].reason | rpxTranslate}}\n </label>\n </div>\n <div class=\"govuk-radios__item\">\n <input class=\"govuk-radios__input\" id=\"reason-2\" name=\"radioSelected\" type=\"radio\" [value]=\"accessReasons[2].reason\"\n formControlName=\"radioSelected\" [checked]=\"accessReasons[2].checked\" (change)=\"onChange()\"/>\n <label class=\"govuk-label govuk-radios__label\" for=\"reason-2\">\n {{accessReasons[2].reason | rpxTranslate}}\n </label>\n </div>\n <div class=\"govuk-radios__item\">\n <input class=\"govuk-radios__input\" id=\"reason-3\" name=\"radioSelected\" type=\"radio\" [value]=\"accessReasons[3].reason\"\n data-aria-controls=\"conditional-reason-3\" formControlName=\"radioSelected\" [checked]=\"accessReasons[3].checked\"\n (change)=\"onChange()\"/>\n <label class=\"govuk-label govuk-radios__label\" for=\"reason-3\" id=\"reason-3-label\">\n {{accessReasons[3].reason | rpxTranslate}}\n </label>\n </div>\n <div id=\"conditional-reason-3\" *ngIf=\"formGroup.get('radioSelected').value === accessReasons[3].reason\"\n class=\"govuk-radios__conditional\">\n <div class=\"govuk-form-group\">\n <div id=\"other-reason-error-message\" class=\"govuk-error-message\" *ngIf=\"formGroup.get('otherReason').invalid && submitted\">\n {{errorMessage.description | rpxTranslate}}\n </div>\n <textarea class=\"govuk-textarea\" [ngClass]=\"{'govuk-textarea--error': formGroup.get('otherReason').invalid && submitted}\"\n id=\"other-reason\" name=\"other-reason\" rows=\"5\" aria-describedby=\"reason-3-label\" formControlName=\"otherReason\"></textarea>\n </div>\n </div>\n </div>\n </fieldset>\n </div>\n <div class=\"govuk-button-group\">\n <button class=\"govuk-button govuk-!-margin-right-3\" type=\"submit\">\n {{'Submit' | rpxTranslate}}\n </button>\n <div class=\"govuk-grid-column-full govuk-!-padding-left-0\">\n <p>\n <a class='govuk-body' (click)=\"onCancel(); $event.preventDefault()\" href=\"#\">\n {{'Cancel' | rpxTranslate}}\n </a>\n </p>\n </div>\n </div>\n</form>\n" }]
|
|
39075
|
-
}], () => [{ type:
|
|
39170
|
+
}], () => [{ type: i3.FormBuilder }, { type: i1$1.Router }, { type: CasesService }, { type: i1$1.ActivatedRoute }, { type: CaseNotifier }], null); })();
|
|
39076
39171
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaseChallengedAccessRequestComponent, { className: "CaseChallengedAccessRequestComponent", filePath: "lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.ts", lineNumber: 15 }); })();
|
|
39077
39172
|
|
|
39078
39173
|
const _c0$3 = (a0, a1, a2) => ["/", "cases", "case-details", a0, a1, a2];
|
|
@@ -39333,7 +39428,7 @@ class CaseReviewSpecificAccessRequestComponent {
|
|
|
39333
39428
|
this.requestAccessDetails = requestAccessDetailsMock.details;
|
|
39334
39429
|
}
|
|
39335
39430
|
}
|
|
39336
|
-
static ɵfac = function CaseReviewSpecificAccessRequestComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseReviewSpecificAccessRequestComponent)(i0.ɵɵdirectiveInject(
|
|
39431
|
+
static ɵfac = function CaseReviewSpecificAccessRequestComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseReviewSpecificAccessRequestComponent)(i0.ɵɵdirectiveInject(i3.FormBuilder), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(AbstractAppConfig)); };
|
|
39337
39432
|
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseReviewSpecificAccessRequestComponent, selectors: [["ccd-case-review-specific-access-request"]], standalone: false, decls: 77, vars: 55, consts: [[3, "error", 4, "ngIf"], [3, "submit", "formGroup"], [1, "govuk-form-group"], ["aria-describedby", "reason-hint", 1, "govuk-fieldset"], [1, "govuk-grid-column-two-thirds"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--l"], [1, "govuk-fieldset__heading"], [1, "govuk-table"], [1, "govuk-table__body"], [1, "govuk-table__row"], ["scope", "row", 1, "govuk-table__header", "leftLabel"], [1, "govuk-table__cell"], [1, "govuk-form-group", 3, "ngClass"], [1, "govuk-fieldset"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--m"], ["id", "error-message", "class", "govuk-error-message", 4, "ngIf"], [1, "govuk-radios__item"], ["id", "reason-0", "name", "radioSelected", "type", "radio", "formControlName", "radioSelected", 1, "govuk-radios__input", 3, "change", "value", "checked"], ["for", "reason-0", 1, "govuk-label", "govuk-radios__label"], ["id", "reason-1", "name", "radioSelected", "type", "radio", "formControlName", "radioSelected", 1, "govuk-radios__input", 3, "change", "value", "checked"], ["for", "reason-1", 1, "govuk-label", "govuk-radios__label"], ["id", "reason-2", "name", "radioSelected", "type", "radio", "formControlName", "radioSelected", 1, "govuk-radios__input", 3, "change", "value", "checked"], ["for", "reason-2", 1, "govuk-label", "govuk-radios__label"], [1, "govuk-button-group"], ["type", "submit", 1, "govuk-button", "govuk-!-margin-right-3"], [1, "govuk-grid-column-full", "govuk-!-padding-left-0"], ["href", "#", 1, "govuk-body", 3, "click"], [3, "error"], ["id", "error-message", 1, "govuk-error-message"]], template: function CaseReviewSpecificAccessRequestComponent_Template(rf, ctx) { if (rf & 1) {
|
|
39338
39433
|
i0.ɵɵtemplate(0, CaseReviewSpecificAccessRequestComponent_exui_error_message_0_Template, 1, 1, "exui-error-message", 0);
|
|
39339
39434
|
i0.ɵɵelementStart(1, "form", 1);
|
|
@@ -39472,7 +39567,7 @@ class CaseReviewSpecificAccessRequestComponent {
|
|
|
39472
39567
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseReviewSpecificAccessRequestComponent, [{
|
|
39473
39568
|
type: Component,
|
|
39474
39569
|
args: [{ selector: 'ccd-case-review-specific-access-request', standalone: false, template: "<exui-error-message\n *ngIf=\"formGroup.invalid && submitted\"\n [error]=\"errorMessage\">\n</exui-error-message>\n\n<form [formGroup]=\"formGroup\" (submit)=\"onSubmit()\">\n <div class=\"govuk-form-group\">\n <fieldset class=\"govuk-fieldset\" aria-describedby=\"reason-hint\">\n <div class=\"govuk-grid-column-two-thirds\">\n <p></p>\n <legend class=\"govuk-fieldset__legend govuk-fieldset__legend--l\">\n <h1 class=\"govuk-fieldset__heading\">\n {{ title | rpxTranslate }}\n </h1>\n </legend>\n <p></p>\n <table class=\"govuk-table\">\n <caption></caption>\n <tbody class=\"govuk-table__body\">\n <tr class=\"govuk-table__row\">\n <th scope=\"row\" class=\"govuk-table__header leftLabel\" >\n {{'Case name' | rpxTranslate}}\n </th>\n <td class=\"govuk-table__cell\">{{ requestAccessDetails.caseName }}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <th scope=\"row\" class=\"govuk-table__header leftLabel\" >\n {{'Case reference' | rpxTranslate}}\n </th>\n <td class=\"govuk-table__cell\">{{ requestAccessDetails.caseReference }}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <th scope=\"row\" class=\"govuk-table__header leftLabel\" >\n {{'Date submitted' | rpxTranslate}}\n </th>\n <td class=\"govuk-table__cell\">{{ requestAccessDetails.dateSubmitted }}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <th scope=\"row\" class=\"govuk-table__header leftLabel\" >\n {{'Request from' | rpxTranslate}}\n </th>\n <td class=\"govuk-table__cell\">{{ requestAccessDetails.requestFrom }}<br /></td>\n </tr>\n <tr class=\"govuk-table__row\">\n <th scope=\"row\" class=\"govuk-table__header leftLabel\" >\n {{'Reason for case access' | rpxTranslate}}\n </th>\n <td class=\"govuk-table__cell\">{{ requestAccessDetails.reasonForCaseAccess | rpxTranslate }}</td>\n </tr>\n </tbody>\n </table>\n\n <div\n class=\"govuk-form-group\"\n [ngClass]=\"{ 'form-group-error': formGroup.invalid && submitted }\">\n <fieldset class=\"govuk-fieldset\">\n <legend class=\"govuk-fieldset__legend govuk-fieldset__legend--m\">\n <h1 class=\"govuk-fieldset__heading\">\n {{ hint | rpxTranslate }}\n </h1>\n </legend>\n <div\n id=\"error-message\"\n class=\"govuk-error-message\"\n *ngIf=\"formGroup.get('radioSelected').invalid && submitted\">\n {{ errorMessage.description | rpxTranslate }}\n </div>\n <div class=\"govuk-radios__item\">\n <input\n class=\"govuk-radios__input\"\n id=\"reason-0\"\n name=\"radioSelected\"\n type=\"radio\"\n [value]=\"accessReasons[0].reason\"\n formControlName=\"radioSelected\"\n [checked]=\"accessReasons[0].checked\"\n (change)=\"onChange()\"/>\n <label class=\"govuk-label govuk-radios__label\" for=\"reason-0\">\n {{ accessReasons[0].reason | rpxTranslate }}\n </label>\n </div>\n <div class=\"govuk-radios__item\">\n <input\n class=\"govuk-radios__input\"\n id=\"reason-1\"\n name=\"radioSelected\"\n type=\"radio\"\n [value]=\"accessReasons[1].reason\"\n formControlName=\"radioSelected\"\n [checked]=\"accessReasons[1].checked\"\n (change)=\"onChange()\"/>\n <label class=\"govuk-label govuk-radios__label\" for=\"reason-1\">\n {{ accessReasons[1].reason | rpxTranslate }}\n </label>\n </div>\n <div class=\"govuk-radios__item\">\n <input\n class=\"govuk-radios__input\"\n id=\"reason-2\"\n name=\"radioSelected\"\n type=\"radio\"\n [value]=\"accessReasons[2].reason\"\n formControlName=\"radioSelected\"\n [checked]=\"accessReasons[2].checked\"\n (change)=\"onChange()\"/>\n <label class=\"govuk-label govuk-radios__label\" for=\"reason-2\">\n {{ accessReasons[2].reason | rpxTranslate }}\n </label>\n </div>\n </fieldset>\n </div>\n </div>\n </fieldset>\n </div>\n\n <div class=\"govuk-button-group\">\n <button class=\"govuk-button govuk-!-margin-right-3\" type=\"submit\">\n {{'Continue' | rpxTranslate}}\n </button>\n <div class=\"govuk-grid-column-full govuk-!-padding-left-0\">\n <p>\n <a class=\"govuk-body\" (click)=\"onCancel(); $event.preventDefault()\" href=\"#\">\n {{'Cancel' | rpxTranslate}}\n </a>\n </p>\n </div>\n </div>\n</form>\n", styles: [".left-label{width:220px}\n"] }]
|
|
39475
|
-
}], () => [{ type:
|
|
39570
|
+
}], () => [{ type: i3.FormBuilder }, { type: i1$1.ActivatedRoute }, { type: i1$1.Router }, { type: AbstractAppConfig }], null); })();
|
|
39476
39571
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaseReviewSpecificAccessRequestComponent, { className: "CaseReviewSpecificAccessRequestComponent", filePath: "lib/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.ts", lineNumber: 15 }); })();
|
|
39477
39572
|
|
|
39478
39573
|
var SpecificAccessRequestPageText;
|
|
@@ -39600,7 +39695,7 @@ class CaseSpecificAccessRequestComponent {
|
|
|
39600
39695
|
inputEmpty(input) {
|
|
39601
39696
|
return input.value === null || input.value.trim().length === 0;
|
|
39602
39697
|
}
|
|
39603
|
-
static ɵfac = function CaseSpecificAccessRequestComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseSpecificAccessRequestComponent)(i0.ɵɵdirectiveInject(
|
|
39698
|
+
static ɵfac = function CaseSpecificAccessRequestComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseSpecificAccessRequestComponent)(i0.ɵɵdirectiveInject(i3.FormBuilder), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CaseNotifier)); };
|
|
39604
39699
|
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseSpecificAccessRequestComponent, selectors: [["ccd-case-specific-access-request"]], standalone: false, decls: 50, vars: 42, consts: [[3, "error", 4, "ngIf"], ["type", "information"], [3, "submit", "formGroup"], [1, "govuk-form-group", 3, "ngClass"], ["aria-describedby", "reason-hint", 1, "govuk-fieldset"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--l"], [1, "govuk-fieldset__heading"], ["data-module", "govuk-details", "role", "group", 1, "govuk-details"], ["aria-expanded", "false", 1, "govuk-details__summary"], [1, "govuk-details__summary-text"], ["aria-hidden", "true", 1, "govuk-details__text"], [1, "govuk-body"], [1, "govuk-list", "govuk-list--bullet"], ["id", "reason-hint", 1, "govuk-hint"], ["id", "conditional-reason-3"], [1, "govuk-form-group"], ["id", "specific-reason-error-message", "class", "govuk-error-message", 4, "ngIf"], ["id", "specific-reason", "name", "specific-reason", "rows", "8", "formControlName", "specificReason", 1, "govuk-textarea", 3, "ngClass"], [1, "govuk-button-group"], ["type", "submit", 1, "govuk-button", "govuk-!-margin-right-3"], [1, "govuk-grid-column-full", "govuk-!-padding-left-0"], ["href", "#", 1, "govuk-body", 3, "click"], [3, "error"], ["id", "specific-reason-error-message", 1, "govuk-error-message"]], template: function CaseSpecificAccessRequestComponent_Template(rf, ctx) { if (rf & 1) {
|
|
39605
39700
|
i0.ɵɵtemplate(0, CaseSpecificAccessRequestComponent_exui_error_message_0_Template, 1, 1, "exui-error-message", 0);
|
|
39606
39701
|
i0.ɵɵelementStart(1, "cut-alert", 1);
|
|
@@ -39691,7 +39786,7 @@ class CaseSpecificAccessRequestComponent {
|
|
|
39691
39786
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseSpecificAccessRequestComponent, [{
|
|
39692
39787
|
type: Component,
|
|
39693
39788
|
args: [{ selector: 'ccd-case-specific-access-request', standalone: false, template: "<exui-error-message\n *ngIf=\"(formGroup.invalid && submitted) || getSpecificAccessError\"\n [error]=\"errorMessage\"></exui-error-message>\n<cut-alert type=\"information\">\n {{'Authorisation is needed to access this case.' | rpxTranslate}}<br />\n {{'This could be because it\\'s outside your jurisdiction, or you may be excluded from the case. If you request access to this case, it will be logged for auditing purposes.' | rpxTranslate}}\n</cut-alert>\n<form [formGroup]=\"formGroup\" (submit)=\"onSubmit()\">\n <div class=\"govuk-form-group\"\n [ngClass]=\"{ 'form-group-error': formGroup.invalid && submitted }\">\n <fieldset class=\"govuk-fieldset\" aria-describedby=\"reason-hint\">\n <legend class=\"govuk-fieldset__legend govuk-fieldset__legend--l\">\n <h1 class=\"govuk-fieldset__heading\">\n {{ title | rpxTranslate }}\n </h1>\n </legend>\n\n <details class=\"govuk-details\" data-module=\"govuk-details\" role=\"group\">\n <summary\n class=\"govuk-details__summary\"\n aria-expanded=\"false\">\n <span class=\"govuk-details__summary-text\">\n {{'Help with requesting case access' | rpxTranslate}}\n </span>\n </summary>\n <div\n class=\"govuk-details__text\"\n aria-hidden=\"true\">\n <p class=\"govuk-body\">{{'You could include:' | rpxTranslate}}</p>\n <ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'the case reference of the linked case' | rpxTranslate}}</li>\n <li>{{'how long you require access to this case' | rpxTranslate}}</li>\n <li>{{'any other reasons why you require access' | rpxTranslate}}</li>\n </ul>\n </div>\n </details>\n\n <div id=\"reason-hint\" class=\"govuk-hint\">\n {{ hint | rpxTranslate }}\n </div>\n <div id=\"conditional-reason-3\">\n <div class=\"govuk-form-group\">\n <div\n id=\"specific-reason-error-message\"\n class=\"govuk-error-message\"\n *ngIf=\"formGroup.get('specificReason').invalid && submitted\">\n {{ errorMessage.description | rpxTranslate }}\n </div>\n <textarea\n class=\"govuk-textarea\"\n [ngClass]=\"{\n 'govuk-textarea--error':\n formGroup.get('specificReason').invalid && submitted\n }\"\n id=\"specific-reason\"\n name=\"specific-reason\"\n rows=\"8\"\n formControlName=\"specificReason\">\n </textarea>\n </div>\n </div>\n </fieldset>\n </div>\n\n <div class=\"govuk-button-group\">\n <button class=\"govuk-button govuk-!-margin-right-3\" type=\"submit\">\n {{'Submit' | rpxTranslate}}\n </button>\n <div class=\"govuk-grid-column-full govuk-!-padding-left-0\">\n <p>\n <a class=\"govuk-body\" (click)=\"onCancel(); $event.preventDefault()\" href=\"#\">\n {{'Cancel' | rpxTranslate}}\n </a>\n </p>\n </div>\n </div>\n</form>\n" }]
|
|
39694
|
-
}], () => [{ type:
|
|
39789
|
+
}], () => [{ type: i3.FormBuilder }, { type: i1$1.Router }, { type: CasesService }, { type: i1$1.ActivatedRoute }, { type: CaseNotifier }], null); })();
|
|
39695
39790
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaseSpecificAccessRequestComponent, { className: "CaseSpecificAccessRequestComponent", filePath: "lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.ts", lineNumber: 23 }); })();
|
|
39696
39791
|
|
|
39697
39792
|
class CaseSpecificAccessSuccessComponent {
|
|
@@ -39869,15 +39964,15 @@ class CaseViewerModule {
|
|
|
39869
39964
|
LoadingSpinnerModule,
|
|
39870
39965
|
EventMessageModule], exports: [CaseViewerComponent,
|
|
39871
39966
|
CaseViewComponent] }); })();
|
|
39872
|
-
i0.ɵɵsetComponentScope(CaseEventTriggerComponent, function () { return [
|
|
39873
|
-
i0.ɵɵsetComponentScope(CasePrinterComponent, function () { return [
|
|
39874
|
-
i0.ɵɵsetComponentScope(CaseViewerComponent, function () { return [
|
|
39967
|
+
i0.ɵɵsetComponentScope(CaseEventTriggerComponent, function () { return [i4.NgIf, ActivityComponent, CaseEditComponent]; }, []);
|
|
39968
|
+
i0.ɵɵsetComponentScope(CasePrinterComponent, function () { return [i4.NgForOf, i4.NgIf, CaseHeaderComponent]; }, function () { return [i1.RpxTranslatePipe, PrintUrlPipe]; });
|
|
39969
|
+
i0.ɵɵsetComponentScope(CaseViewerComponent, function () { return [i4.NgIf, CaseFullAccessViewComponent,
|
|
39875
39970
|
CaseBasicAccessViewComponent]; }, []);
|
|
39876
|
-
i0.ɵɵsetComponentScope(CaseFullAccessViewComponent, function () { return [
|
|
39877
|
-
i0.ɵɵsetComponentScope(CaseViewComponent, function () { return [
|
|
39878
|
-
i0.ɵɵsetComponentScope(CaseChallengedAccessRequestComponent, function () { return [
|
|
39879
|
-
i0.ɵɵsetComponentScope(CaseSpecificAccessRequestComponent, function () { return [
|
|
39880
|
-
i0.ɵɵsetComponentScope(CaseReviewSpecificAccessRequestComponent, function () { return [
|
|
39971
|
+
i0.ɵɵsetComponentScope(CaseFullAccessViewComponent, function () { return [i4.NgForOf, i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, i1$1.RouterLink, CallbackErrorsComponent, ActivityComponent, CaseHeaderComponent, EventTriggerComponent, FieldReadComponent, i10.MatLegacyTabGroup, i10.MatLegacyTab, i10.MatLegacyTabContent, LabelSubstitutorDirective, NotificationBannerComponent]; }, function () { return [IsCompoundPipe, ReadFieldsFilterPipe, CcdTabFieldsPipe, i1.RpxTranslatePipe]; });
|
|
39972
|
+
i0.ɵɵsetComponentScope(CaseViewComponent, function () { return [i4.NgIf, CaseViewerComponent]; }, []);
|
|
39973
|
+
i0.ɵɵsetComponentScope(CaseChallengedAccessRequestComponent, function () { return [i4.NgClass, i4.NgIf, i3.ɵNgNoValidate, i3.DefaultValueAccessor, i3.RadioControlValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, AlertComponent, ErrorMessageComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
39974
|
+
i0.ɵɵsetComponentScope(CaseSpecificAccessRequestComponent, function () { return [i4.NgClass, i4.NgIf, i3.ɵNgNoValidate, i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, AlertComponent, ErrorMessageComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
39975
|
+
i0.ɵɵsetComponentScope(CaseReviewSpecificAccessRequestComponent, function () { return [i4.NgClass, i4.NgIf, i3.ɵNgNoValidate, i3.DefaultValueAccessor, i3.RadioControlValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, ErrorMessageComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
39881
39976
|
|
|
39882
39977
|
const viewerRouting = [
|
|
39883
39978
|
{
|
|
@@ -40246,7 +40341,7 @@ class CreateCaseFiltersComponent {
|
|
|
40246
40341
|
i0.ɵɵproperty("disabled", !ctx.isCreatable());
|
|
40247
40342
|
i0.ɵɵadvance();
|
|
40248
40343
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(30, 26, ctx.startButtonText));
|
|
40249
|
-
} }, dependencies: [
|
|
40344
|
+
} }, dependencies: [i4.NgForOf, i3.ɵNgNoValidate, i3.NgSelectOption, i3.ɵNgSelectMultipleOption, i3.SelectControlValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.NgForm, i3.FormControlDirective, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
40250
40345
|
}
|
|
40251
40346
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CreateCaseFiltersComponent, [{
|
|
40252
40347
|
type: Component,
|
|
@@ -40773,8 +40868,8 @@ class SearchFiltersModule {
|
|
|
40773
40868
|
ReactiveFormsModule,
|
|
40774
40869
|
PaletteModule,
|
|
40775
40870
|
ConditionalShowModule, i1.RpxTranslationModule], exports: [SearchFiltersWrapperComponent] }); })();
|
|
40776
|
-
i0.ɵɵsetComponentScope(SearchFiltersComponent, function () { return [
|
|
40777
|
-
i0.ɵɵsetComponentScope(SearchFiltersWrapperComponent, function () { return [
|
|
40871
|
+
i0.ɵɵsetComponentScope(SearchFiltersComponent, function () { return [i4.NgForOf, i4.NgIf, i3.ɵNgNoValidate, i3.NgSelectOption, i3.ɵNgSelectMultipleOption, i3.SelectControlValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.NgModel, i3.NgForm, i3.FormGroupDirective, FieldWriteComponent, ConditionalShowFormDirective]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
40872
|
+
i0.ɵɵsetComponentScope(SearchFiltersWrapperComponent, function () { return [i4.NgIf, SearchFiltersComponent]; }, []);
|
|
40778
40873
|
|
|
40779
40874
|
const _c0 = (a0, a1, a2) => ({ itemsPerPage: a0, currentPage: a1, totalItems: a2 });
|
|
40780
40875
|
const _c1 = () => ["value"];
|
|
@@ -41193,6 +41288,7 @@ class SearchResultComponent {
|
|
|
41193
41288
|
placeholderService;
|
|
41194
41289
|
browserService;
|
|
41195
41290
|
sessionStorageService;
|
|
41291
|
+
caseFlagRefdataService;
|
|
41196
41292
|
static PARAM_JURISDICTION = 'jurisdiction';
|
|
41197
41293
|
static PARAM_CASE_TYPE = 'case-type';
|
|
41198
41294
|
static PARAM_CASE_STATE = 'case-state';
|
|
@@ -41224,12 +41320,15 @@ class SearchResultComponent {
|
|
|
41224
41320
|
draftsCount;
|
|
41225
41321
|
consumerSortParameters = { column: null, order: null, type: null };
|
|
41226
41322
|
selectedCases = [];
|
|
41227
|
-
|
|
41323
|
+
hmctsServiceIdByCaseType = new Map();
|
|
41324
|
+
pendingHmctsServiceIdCaseTypes = new Set();
|
|
41325
|
+
constructor(searchResultViewItemComparatorFactory, appConfig, activityService, caseReferencePipe, placeholderService, browserService, sessionStorageService, caseFlagRefdataService) {
|
|
41228
41326
|
this.activityService = activityService;
|
|
41229
41327
|
this.caseReferencePipe = caseReferencePipe;
|
|
41230
41328
|
this.placeholderService = placeholderService;
|
|
41231
41329
|
this.browserService = browserService;
|
|
41232
41330
|
this.sessionStorageService = sessionStorageService;
|
|
41331
|
+
this.caseFlagRefdataService = caseFlagRefdataService;
|
|
41233
41332
|
this.searchResultViewItemComparatorFactory = searchResultViewItemComparatorFactory;
|
|
41234
41333
|
this.paginationPageSize = appConfig.getPaginationPageSize();
|
|
41235
41334
|
this.hideRows = false;
|
|
@@ -41259,6 +41358,7 @@ class SearchResultComponent {
|
|
|
41259
41358
|
return a.order - b.order;
|
|
41260
41359
|
});
|
|
41261
41360
|
this.hydrateResultView();
|
|
41361
|
+
this.resolveHmctsServiceIdsForResults();
|
|
41262
41362
|
this.draftsCount = this.draftsCount ? this.draftsCount : this.numberOfDrafts();
|
|
41263
41363
|
}
|
|
41264
41364
|
if (changes['page']) {
|
|
@@ -41406,8 +41506,48 @@ class SearchResultComponent {
|
|
|
41406
41506
|
value: result.case_fields[col.case_field_id],
|
|
41407
41507
|
display_context_parameter: col.display_context_parameter,
|
|
41408
41508
|
display_context: col.display_context,
|
|
41509
|
+
hmctsServiceId: this.hmctsServiceIdByCaseType.get(this.getCaseTypeId(result)) || ''
|
|
41409
41510
|
});
|
|
41410
41511
|
}
|
|
41512
|
+
resolveHmctsServiceIdsForResults() {
|
|
41513
|
+
this.resultView.results.forEach((result) => {
|
|
41514
|
+
const caseTypeId = this.getCaseTypeId(result);
|
|
41515
|
+
if (!caseTypeId || !this.caseFlagRefdataService) {
|
|
41516
|
+
return;
|
|
41517
|
+
}
|
|
41518
|
+
if (this.hmctsServiceIdByCaseType.has(caseTypeId)) {
|
|
41519
|
+
this.applyHmctsServiceIdToResultFields(caseTypeId, this.hmctsServiceIdByCaseType.get(caseTypeId));
|
|
41520
|
+
return;
|
|
41521
|
+
}
|
|
41522
|
+
if (this.pendingHmctsServiceIdCaseTypes.has(caseTypeId)) {
|
|
41523
|
+
return;
|
|
41524
|
+
}
|
|
41525
|
+
this.pendingHmctsServiceIdCaseTypes.add(caseTypeId);
|
|
41526
|
+
this.caseFlagRefdataService.getHmctsServiceDetailsByCaseType(caseTypeId).subscribe({
|
|
41527
|
+
next: (serviceDetails) => {
|
|
41528
|
+
const hmctsServiceId = serviceDetails?.find((serviceDetail) => !!serviceDetail.service_code)?.service_code;
|
|
41529
|
+
if (hmctsServiceId) {
|
|
41530
|
+
this.hmctsServiceIdByCaseType.set(caseTypeId, hmctsServiceId);
|
|
41531
|
+
this.applyHmctsServiceIdToResultFields(caseTypeId, hmctsServiceId);
|
|
41532
|
+
}
|
|
41533
|
+
},
|
|
41534
|
+
error: () => this.pendingHmctsServiceIdCaseTypes.delete(caseTypeId),
|
|
41535
|
+
complete: () => this.pendingHmctsServiceIdCaseTypes.delete(caseTypeId)
|
|
41536
|
+
});
|
|
41537
|
+
});
|
|
41538
|
+
}
|
|
41539
|
+
applyHmctsServiceIdToResultFields(caseTypeId, hmctsServiceId) {
|
|
41540
|
+
this.resultView.results
|
|
41541
|
+
.filter((result) => this.getCaseTypeId(result) === caseTypeId)
|
|
41542
|
+
.forEach((result) => {
|
|
41543
|
+
Object.keys(result.columns || {}).forEach((columnId) => {
|
|
41544
|
+
result.columns[columnId].hmctsServiceId = hmctsServiceId;
|
|
41545
|
+
});
|
|
41546
|
+
});
|
|
41547
|
+
}
|
|
41548
|
+
getCaseTypeId(result) {
|
|
41549
|
+
return result?.case_fields?.['[CASE_TYPE]'] || this.caseType?.id;
|
|
41550
|
+
}
|
|
41411
41551
|
getColumnsWithPrefix(col, result) {
|
|
41412
41552
|
col.value = this.draftPrefixOrGet(col, result);
|
|
41413
41553
|
col.value = this.placeholderService.resolvePlaceholders(result.case_fields, col.value);
|
|
@@ -41530,7 +41670,7 @@ class SearchResultComponent {
|
|
|
41530
41670
|
}
|
|
41531
41671
|
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
41532
41672
|
noop() { }
|
|
41533
|
-
static ɵfac = function SearchResultComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchResultComponent)(i0.ɵɵdirectiveInject(SearchResultViewItemComparatorFactory), i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(ActivityService), i0.ɵɵdirectiveInject(CaseReferencePipe), i0.ɵɵdirectiveInject(PlaceholderService), i0.ɵɵdirectiveInject(BrowserService), i0.ɵɵdirectiveInject(SessionStorageService)); };
|
|
41673
|
+
static ɵfac = function SearchResultComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchResultComponent)(i0.ɵɵdirectiveInject(SearchResultViewItemComparatorFactory), i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(ActivityService), i0.ɵɵdirectiveInject(CaseReferencePipe), i0.ɵɵdirectiveInject(PlaceholderService), i0.ɵɵdirectiveInject(BrowserService), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(CaseFlagRefdataService, 8)); };
|
|
41534
41674
|
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchResultComponent, selectors: [["ccd-search-result"]], inputs: { caseLinkUrlTemplate: "caseLinkUrlTemplate", jurisdiction: "jurisdiction", caseType: "caseType", caseState: "caseState", caseFilterFG: "caseFilterFG", resultView: "resultView", page: "page", paginationMetadata: "paginationMetadata", metadataFields: "metadataFields", selectionEnabled: "selectionEnabled", showOnlySelected: "showOnlySelected", preSelectedCases: "preSelectedCases", consumerSortingEnabled: "consumerSortingEnabled" }, outputs: { selection: "selection", changePage: "changePage", clickCase: "clickCase", sortHandler: "sortHandler" }, standalone: false, features: [i0.ɵɵNgOnChangesFeature], decls: 3, vars: 3, consts: [["case_reference", ""], [4, "ngIf"], [3, "visibilityLabel", "autoHide", "maxSize", "screenReaderPaginationLabel", "screenReaderPageLabel", "screenReaderCurrentLabel", "pageChange", 4, "ngIf"], ["class", "notification", 4, "ngIf"], ["id", "search-result-heading__text", "tabindex", "-1", 1, "heading-h2"], ["class", "govuk-warning-text pagination-limit-warning", 4, "ngIf"], ["class", "pagination-top", 4, "ngIf"], ["class", "reset-selection", 4, "ngIf"], ["scope", "row"], ["class", "govuk-table__checkbox", 4, "ngIf"], ["class", "search-result-column-header", "scope", "col", 4, "ngFor", "ngForOf"], ["style", "width: 110px;", "scope", "col", 4, "ngIf"], [1, "govuk-warning-text", "pagination-limit-warning"], ["aria-hidden", "true", 1, "govuk-warning-text__icon"], [1, "govuk-warning-text__text"], [1, "govuk-warning-text__assistive"], [1, "pagination-top"], ["id", "search-result-summary__text", 1, "text-16"], [1, "govuk-!-font-weight-bold"], [1, "reset-selection"], ["href", "#", 1, "search-result-reset-link", 3, "click"], [1, "govuk-table__checkbox"], [1, "govuk-checkboxes__item"], ["id", "select-all", "name", "select-all", "type", "checkbox", 1, "govuk-checkboxes__input", 3, "change", "checked", "disabled"], ["for", "select-all", 1, "govuk-label", "govuk-checkboxes__label"], ["scope", "col", 1, "search-result-column-header"], [1, "search-result-column-label", 3, "click", "keyup"], ["class", "search-result-column-sort", 4, "ngIf"], [1, "search-result-column-sort"], ["href", "#", 1, "sort-widget", 3, "click", "keyup.enter", "innerHTML"], ["scope", "col", 2, "width", "110px"], [4, "ngFor", "ngForOf"], ["class", "govuk-table__checkbox", "scope", "col", 4, "ngIf"], ["class", "search-result-column-cell", "scope", "row", 4, "ngFor", "ngForOf"], ["scope", "col", 1, "govuk-table__checkbox"], ["type", "checkbox", 1, "govuk-checkboxes__input", 3, "change", "id", "name", "checked", "disabled"], [1, "govuk-label", "govuk-checkboxes__label", 3, "for"], ["scope", "row", 1, "search-result-column-cell"], ["class", "govuk-link", 3, "routerLink", 4, "ngIf"], ["class", "text-16", 3, "visibility", 4, "ngIf"], [1, "govuk-link", 3, "routerLink"], ["class", "text-16", 4, "ngIf"], [1, "text-16"], ["ccdLabelSubstitutor", "", 3, "caseField", "contextFields", "elementsToSubstitute", 4, "ngIf", "ngIfElse"], ["ccdLabelSubstitutor", "", 3, "caseField", "contextFields", "elementsToSubstitute"], [3, "caseId", "displayMode"], ["type", "checkbox", 1, "govuk-checkboxes__input", 3, "change", "keyup", "id", "name", "checked", "disabled"], [3, "pageChange", "visibilityLabel", "autoHide", "maxSize", "screenReaderPaginationLabel", "screenReaderPageLabel", "screenReaderCurrentLabel"], [1, "notification"]], template: function SearchResultComponent_Template(rf, ctx) { if (rf & 1) {
|
|
41535
41675
|
i0.ɵɵtemplate(0, SearchResultComponent_table_0_Template, 16, 11, "table", 1)(1, SearchResultComponent_ccd_pagination_1_Template, 1, 6, "ccd-pagination", 2)(2, SearchResultComponent_div_2_Template, 4, 6, "div", 3);
|
|
41536
41676
|
} if (rf & 2) {
|
|
@@ -41544,7 +41684,9 @@ class SearchResultComponent {
|
|
|
41544
41684
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SearchResultComponent, [{
|
|
41545
41685
|
type: Component,
|
|
41546
41686
|
args: [{ selector: 'ccd-search-result', standalone: false, template: "<table *ngIf=\"hasResults() || hasDrafts()\">\n <caption>\n <h2 class=\"heading-h2\" id=\"search-result-heading__text\" tabindex=\"-1\">{{ (caseState ? 'Your cases' : 'Search result') | rpxTranslate}}</h2>\n\n <div class=\"govuk-warning-text pagination-limit-warning\" *ngIf=\"paginationLimitEnforced\">\n <span class=\"govuk-warning-text__icon\" aria-hidden=\"true\">!</span>\n <strong class=\"govuk-warning-text__text\">\n <span class=\"govuk-warning-text__assistive\">{{'Warning' | rpxTranslate}}</span>\n {{'The total size of the result set is' | rpxTranslate}} {{paginationMetadata.totalResultsCount | number}}. {{'Only the first 10,000 records are available for display.' | rpxTranslate}}\n </strong>\n </div>\n\n <div *ngIf=\"(hasResults() || hasDrafts())\" class=\"pagination-top\">\n <output [attr.aria-label]=\"getTotalResults() + ' ' + ('results have been found' | rpxTranslate)\"></output>\n <span class=\"text-16\" id=\"search-result-summary__text\">{{'Showing' | rpxTranslate}}\n <span class=\"govuk-!-font-weight-bold\">{{ getFirstResult() }}</span>\n {{'to' | rpxTranslate}}\n <span class=\"govuk-!-font-weight-bold\">{{ getLastResult() }}</span>\n {{'of' | rpxTranslate}}\n <span class=\"govuk-!-font-weight-bold\">{{ getTotalResults() }}</span> {{'results' | rpxTranslate}}</span>\n </div>\n <div *ngIf=\"(hasResults() || hasDrafts()) && selectionEnabled\" class=\"reset-selection\"\n [attr.aria-label]=\"'Reset selection' | rpxTranslate\">\n <span><a class=\"search-result-reset-link\" href=\"#\" (click)=\"clearSelection(); $event.preventDefault()\">{{'Reset case selection' | rpxTranslate}}</a></span>\n </div>\n </caption>\n <thead>\n <tr scope=\"row\">\n <td *ngIf=\"selectionEnabled\" class=\"govuk-table__checkbox\">\n <div class=\"govuk-checkboxes__item\">\n <input class=\"govuk-checkboxes__input\" id=\"select-all\" name=\"select-all\" type=\"checkbox\" (change)=\"selectAll()\" [checked]=\"allOnPageSelected()\" [disabled]=\"!canAnyBeShared()\" />\n <label class=\"govuk-label govuk-checkboxes__label\" for=\"select-all\" [attr.aria-labelledby]=\"'select-all'\">\n </label>\n </div>\n </td>\n <th *ngFor=\"let col of resultView.columns\" class=\"search-result-column-header\"\n [attr.aria-sort]=\"isSortAscending(col) === null ? null : (isSortAscending(col) ? 'ascending' : 'descending')\" scope=\"col\">\n <div>\n <div class=\"search-result-column-label\" (click)=\"sort(col)\" (keyup)=\"noop()\">\n {{ isTranslatable(col) ? (col.label | rpxTranslate) : col.label }}\n </div>\n <div *ngIf=\"comparator(col)\" class=\"search-result-column-sort\">\n <a (click)=\"sort(col); $event.preventDefault()\" (keyup.enter)=\"sort(col)\" class=\"sort-widget\" [innerHTML]=\"sortWidget(col)\" [attr.aria-label]=\"'Sort ' + col.label | rpxTranslate\" href=\"#\"></a>\n </div>\n </div>\n </th>\n <th *ngIf=\"activityEnabled()\" style=\"width: 110px;\" scope=\"col\">​</th>\n </tr>\n </thead>\n\n <tbody>\n <!-- sorted by consumer -->\n <ng-container *ngIf=\"consumerSortingEnabled\">\n <tr *ngFor=\"let result of resultView.results | paginate: { itemsPerPage: paginationPageSize, currentPage: selected.page, totalItems: resultTotal }\">\n <td *ngIf=\"selectionEnabled\" class=\"govuk-table__checkbox\" scope=\"col\">\n <div class=\"govuk-checkboxes__item\">\n <input class=\"govuk-checkboxes__input\" id=\"select-{{ result.case_id }}\" name=\"select-{{ result.case_id }}\"\n type=\"checkbox\" (change)=\"changeSelection(result)\" [checked]=\"isSelected(result)\" [disabled]=\"!canBeShared(result)\" />\n <label class=\"govuk-label govuk-checkboxes__label\" for=\"select-{{ result.case_id }}\" [attr.aria-labelledby]=\"'select-' + result.case_id\">\n </label>\n </div>\n </td>\n <td class=\"search-result-column-cell\" *ngFor=\"let col of resultView.columns; let colIndex = index\" scope=\"row\">\n <a *ngIf=\"colIndex == 0\" [routerLink]=\"prepareCaseLinkUrl(result.case_id)\"\n attr.aria-label=\"go to case with Case reference:{{ result.case_id | ccdCaseReference }}\" class=\"govuk-link\">\n <ng-container class=\"text-16\" *ngIf=\"!hideRows\">\n <ccd-field-read *ngIf=\"draftPrefixOrGet(col, result); else case_reference\"\n ccdLabelSubstitutor [caseField]=\"getColumnsWithPrefix(result.columns[col.case_field_id], result)\"\n [contextFields]=\"result.hydrated_case_fields\"\n [elementsToSubstitute]=\"['value']\"></ccd-field-read>\n <ng-template #case_reference>{{result.case_id | ccdCaseReference}}</ng-template>\n </ng-container>\n </a>\n <div *ngIf=\"colIndex != 0\" class=\"text-16\" [style.visibility]=\"hideRows ? 'hidden' : 'visible'\">\n <ccd-field-read ccdLabelSubstitutor\n [caseField]=\"result.columns[col.case_field_id]\"\n [contextFields]=\"result.hydrated_case_fields\"\n [elementsToSubstitute]=\"['value']\"></ccd-field-read>\n </div>\n </td>\n <td *ngIf=\"activityEnabled()\">\n <div [style.visibility]=\"hideRows ? 'hidden' : 'visible'\">\n <ccd-activity [caseId]=\"result.case_id\" [displayMode]=\"ICON\"></ccd-activity>\n </div>\n </td>\n </tr>\n </ng-container>\n <!-- sorted by toolkit -->\n <ng-container *ngIf=\"!consumerSortingEnabled\">\n <tr *ngFor=\"let result of resultView.results | ccdSortSearchResult : sortParameters | paginate: { itemsPerPage: paginationPageSize, currentPage: selected.page, totalItems: resultTotal }\">\n <td *ngIf=\"selectionEnabled\" class=\"govuk-table__checkbox\" scope=\"col\">\n <div class=\"govuk-checkboxes__item\">\n <input class=\"govuk-checkboxes__input\" id=\"select-{{ result.case_id }}\" name=\"select-{{ result.case_id }}\"\n type=\"checkbox\" (change)=\"changeSelection(result)\" [checked]=\"isSelected(result)\" [disabled]=\"!canBeShared(result)\" (keyup)=\"onKeyUp($event, result)\" />\n <label class=\"govuk-label govuk-checkboxes__label\" for=\"select-{{ result.case_id }}\" [attr.aria-labelledby]=\"'select-' + result.case_id\">\n </label>\n </div>\n </td>\n <td class=\"search-result-column-cell\" *ngFor=\"let col of resultView.columns; let colIndex = index\" scope=\"row\">\n\n <a *ngIf=\"colIndex == 0\" [routerLink]=\"prepareCaseLinkUrl(result.case_id)\"\n attr.aria-label=\"go to case with Case reference:{{ result.case_id | ccdCaseReference }}\" class=\"govuk-link\">\n <ng-container class=\"text-16\" *ngIf=\"!hideRows\">\n <ccd-field-read *ngIf=\"draftPrefixOrGet(col, result); else case_reference\"\n ccdLabelSubstitutor [caseField]=\"getColumnsWithPrefix(result.columns[col.case_field_id], result)\"\n [contextFields]=\"result.hydrated_case_fields\"\n [elementsToSubstitute]=\"['value']\"></ccd-field-read>\n <ng-template #case_reference>{{result.case_id | ccdCaseReference}}</ng-template>\n </ng-container>\n </a>\n <div *ngIf=\"colIndex != 0\" class=\"text-16\" [style.visibility]=\"hideRows ? 'hidden' : 'visible'\">\n <ccd-field-read ccdLabelSubstitutor\n [caseField]=\"result.columns[col.case_field_id]\"\n [contextFields]=\"result.hydrated_case_fields\"\n [elementsToSubstitute]=\"['value']\"></ccd-field-read>\n </div>\n </td>\n <td *ngIf=\"activityEnabled()\">\n <div [style.visibility]=\"hideRows ? 'hidden' : 'visible'\">\n <ccd-activity [caseId]=\"result.case_id\" [displayMode]=\"ICON\"></ccd-activity>\n </div>\n </td>\n </tr>\n </ng-container>\n\n </tbody>\n</table>\n\n<ccd-pagination\n *ngIf=\"hasResults()\"\n (pageChange)=\"goToPage($event)\"\n [visibilityLabel]=\"hideRows ? 'hidden' : 'visible'\"\n [autoHide]=\"true\"\n [maxSize]=\"8\"\n [screenReaderPaginationLabel]=\"'Pagination'\"\n [screenReaderPageLabel]=\"page\"\n [screenReaderCurrentLabel]=\"'You\\'re on page'\"></ccd-pagination>\n\n<div *ngIf=\"!(hasResults() || hasDrafts())\" class=\"notification\"\n[attr.aria-describedby]=\"'No cases found. Try using different filters.' | rpxTranslate\">\n{{'No cases found. Try using different filters.' | rpxTranslate}}\n</div>\n", styles: ["table thead tr th{vertical-align:top}table tbody tr td{font-size:16px;word-wrap:break-word}table tbody tr td a{float:left}table .caseid-col{white-space:nowrap}.notification{text-align:center;padding:30px 0;margin-top:75px}a:hover{color:#005ea5}.search-result-reset-link{padding-right:15px;padding-left:15px}.search-result-column-header{width:unset;table-layout:normal}.search-result-column-header div{display:table-cell;width:auto}@media screen and (max-width:379px){.search-result-column-header div{display:block;float:right}}.search-result-column-label{font-size:16px;font-weight:700;word-wrap:break-word;cursor:pointer;padding-right:15px}.search-result-column-sort{font-size:16px}.sort-widget{cursor:pointer;text-decoration:none;color:#231f20}span.heading-medium{margin-top:-20px}.govuk-table__checkbox{vertical-align:middle;padding-left:3px}#search-result-heading__text:focus{outline:none}\n"] }]
|
|
41547
|
-
}], () => [{ type: SearchResultViewItemComparatorFactory }, { type: AbstractAppConfig }, { type: ActivityService }, { type: CaseReferencePipe }, { type: PlaceholderService }, { type: BrowserService }, { type: SessionStorageService }
|
|
41687
|
+
}], () => [{ type: SearchResultViewItemComparatorFactory }, { type: AbstractAppConfig }, { type: ActivityService }, { type: CaseReferencePipe }, { type: PlaceholderService }, { type: BrowserService }, { type: SessionStorageService }, { type: CaseFlagRefdataService, decorators: [{
|
|
41688
|
+
type: Optional
|
|
41689
|
+
}] }], { caseLinkUrlTemplate: [{
|
|
41548
41690
|
type: Input
|
|
41549
41691
|
}], jurisdiction: [{
|
|
41550
41692
|
type: Input
|
|
@@ -41579,7 +41721,7 @@ class SearchResultComponent {
|
|
|
41579
41721
|
}], sortHandler: [{
|
|
41580
41722
|
type: Output
|
|
41581
41723
|
}] }); })();
|
|
41582
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SearchResultComponent, { className: "SearchResultComponent", filePath: "lib/shared/components/search-result/search-result.component.ts", lineNumber:
|
|
41724
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SearchResultComponent, { className: "SearchResultComponent", filePath: "lib/shared/components/search-result/search-result.component.ts", lineNumber: 21 }); })();
|
|
41583
41725
|
|
|
41584
41726
|
class SearchResultModule {
|
|
41585
41727
|
static ɵfac = function SearchResultModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchResultModule)(); };
|
|
@@ -41636,7 +41778,7 @@ class SearchResultModule {
|
|
|
41636
41778
|
PipesModule,
|
|
41637
41779
|
ActivityModule,
|
|
41638
41780
|
PaginationModule, i1.RpxTranslationModule, PaletteModule], exports: [SearchResultComponent] }); })();
|
|
41639
|
-
i0.ɵɵsetComponentScope(SearchResultComponent, function () { return [
|
|
41781
|
+
i0.ɵɵsetComponentScope(SearchResultComponent, function () { return [i4.NgForOf, i4.NgIf, i1$1.RouterLink, LabelSubstitutorDirective, ActivityComponent, PaginationComponent, FieldReadComponent]; }, function () { return [i4.DecimalPipe, i2$2.PaginatePipe, CaseReferencePipe, SortSearchResultPipe, i1.RpxTranslatePipe]; });
|
|
41640
41782
|
|
|
41641
41783
|
// tslint:disable:variable-name
|
|
41642
41784
|
class ComplexFieldOverride {
|
|
@@ -41880,5 +42022,5 @@ class TestRouteSnapshotBuilder {
|
|
|
41880
42022
|
* Generated bundle index. Do not edit.
|
|
41881
42023
|
*/
|
|
41882
42024
|
|
|
41883
|
-
export { AbstractAppConfig, AbstractFieldReadComponent, AbstractFieldWriteComponent, AbstractFieldWriteJourneyComponent, AbstractJourneyComponent, Activity, ActivityBannerComponent, ActivityComponent, ActivityIconComponent, ActivityInfo, ActivityModule, ActivityPollingService, ActivityService, AddCommentsComponent, AddCommentsErrorMessage, AddCommentsStep, AddressModel, AddressOption, AddressesService, Alert, AlertComponent, AlertIconClassPipe, AlertMessageType, AlertModule, AlertService, AuthService, Banner, BannersService, BeforeYouStartComponent, BodyComponent, BrowserService, CCDCaseLinkType, COMPONENT_PORTAL_INJECTION_TOKEN, CallbackErrorsComponent, CallbackErrorsContext, CaseAccessUtils, CaseBasicAccessViewComponent, CaseChallengedAccessRequestComponent, CaseChallengedAccessSuccessComponent, CaseCreateComponent, CaseDetails, CaseEditComponent, CaseEditConfirmComponent, CaseEditDataModule, CaseEditDataService, CaseEditFormComponent, CaseEditPageComponent, CaseEditSubmitComponent, CaseEditWizardGuard, CaseEditorConfig, CaseEditorModule, CaseEvent, CaseEventCompletionComponent, CaseEventCompletionTaskCancelledComponent, CaseEventCompletionTaskReassignedComponent, CaseEventData, CaseEventTrigger, CaseEventTriggerComponent, CaseField, CaseFieldService, CaseFileViewFieldComponent, CaseFileViewFolderComponent, CaseFileViewFolderDocumentActionsComponent, CaseFileViewFolderSelectorComponent, CaseFileViewFolderSortComponent, CaseFileViewFolderToggleComponent, CaseFileViewOverlayMenuComponent, CaseFileViewService, CaseFlagCheckYourAnswersPageStep, CaseFlagDisplayContextParameter, CaseFlagErrorMessage, CaseFlagFieldState, CaseFlagFormFields, CaseFlagRefdataService, CaseFlagStatus, CaseFlagSummaryListComponent, CaseFlagSummaryListDisplayMode, CaseFlagTableComponent, CaseFlagWizardStepTitle, CaseFullAccessViewComponent, CaseHeaderComponent, CaseHeaderModule, CaseHistoryViewerFieldComponent, CaseLink, CaseLinkResponse, CaseListComponent, CaseListFiltersComponent, CaseListFiltersModule, CaseListModule, CaseNotifier, CasePaymentHistoryViewerFieldComponent, CasePrintDocument, CasePrinterComponent, CaseProgressComponent, CaseReferencePipe, CaseResolver, CaseSpecificAccessRequestComponent, CaseSpecificAccessSuccessComponent, CaseState, CaseTab, CaseTimelineComponent, CaseTimelineDisplayMode, CaseTimelineModule, CaseType, CaseTypeLite, CaseView, CaseViewComponent, CaseViewEvent, CaseViewTrigger, CaseViewerComponent, CaseViewerModule, CasesService, CaseworkerService, CcdCYAPageLabelFilterPipe, CcdCaseTitlePipe, CcdCollectionTableCaseFieldsFilterPipe, CcdPageFieldsPipe, CcdTabFieldsPipe, CheckYourAnswersComponent, CloseQueryComponent, ConditionalShowFormDirective, ConditionalShowModule, ConditionalShowRegistrarService, ConfirmFlagStatusComponent, ConfirmStatusErrorMessage, ConfirmStatusStep, Confirmation, ConvertHrefToRouterService, CreateCaseFiltersComponent, CreateCaseFiltersModule, CreateCaseFiltersSelection, DRAFT_PREFIX, DRAFT_QUERY_PARAM, DashPipe, DateInputComponent, DatePipe, DateTimeFormatUtils, DatetimePickerComponent, DefinitionsModule, DefinitionsService, DeleteOrCancelDialogComponent, DialogsModule, DisplayMode, Document, DocumentData, DocumentDialogComponent, DocumentLinks, DocumentManagementService, DocumentUrlPipe, Draft, DraftService, DynamicListPipe, DynamicRadioListPipe, ESQueryType, Embedded, EnumDisplayDescriptionPipe, ErrorMessageComponent, ErrorNotifierService, EventCaseField, EventCompletionReturnStates, EventCompletionStateMachineService, EventCompletionStates, EventLogComponent, EventLogDetailsComponent, EventLogTableComponent, EventMessageModule, EventStartComponent, EventStartModule, EventStartStateMachineService, EventStatusService, EventTriggerResolver, EventTriggerService, Fee, FeeValue, Field, FieldLabelPipe, FieldReadComponent, FieldReadLabelComponent, FieldType, FieldTypeSanitiser, FieldWriteComponent, FieldsFilterPipe, FieldsPurger, FieldsUtils, FirstErrorPipe, FixedListItem, FixedListPipe, FixedRadioListPipe, FlagFieldDisplayPipe, FocusElementDirective, FocusElementModule, FocusService, FooterComponent, FormDocument, FormErrorService, FormValidatorsService, FormValueService, FormatTranslatorService, GreyBarService, HRef, HeaderBarComponent, HeadersModule, HttpError, HttpErrorService, HttpService, IsCompoundPipe, IsMandatoryPipe, IsReadOnlyAndNotCollectionPipe, IsReadOnlyPipe, JudicialworkerService, Jurisdiction, JurisdictionService, LabelFieldComponent, LabelSubstitutorDirective, LabelSubstitutorModule, LanguageInterpreterDisplayPipe, LinkCaseReason, LinkCasesComponent, LinkCasesFromReasonValuePipe, LinkCasesReasonValuePipe, LinkDetails, LinkFromReason, LinkReason, LinkedCasesErrorMessages, LinkedCasesEventTriggers, LinkedCasesFromTableComponent, LinkedCasesPages, LinkedCasesResponse, LinkedCasesToTableComponent, LoadingModule, LoadingService, LoadingSpinnerComponent, LoadingSpinnerModule, MEDIA_VIEWER_LOCALSTORAGE_KEY, MULTIPLE_TASKS_FOUND, ManageCaseFlagsComponent, ManageCaseFlagsLabelDisplayPipe, MarkdownComponent, MarkdownComponentModule, MoneyGbpInputComponent, MultipageComponentStateService, MultipleTasksExistComponent, NavigationComponent, NavigationItemComponent, NavigationNotifierService, NavigationOrigin, NoLinkedCasesComponent, NoTasksAvailableComponent, NotificationBannerComponent, NotificationBannerHeaderClass, NotificationBannerType, OrderService, OrderSummary, OrganisationConverter, OrganisationService, PageValidationService, PaginationComponent, PaginationMetadata, PaginationModule, PaletteContext, PaletteModule, PaletteService, PaletteUtilsModule, Patterns, PaymentField, PhaseComponent, PipesModule, PlaceholderService, PrintUrlPipe, Profile, ProfileNotifier, ProfileService, QualifyingQuestionDetailComponent, QualifyingQuestionOptionsComponent, QualifyingQuestionService, QualifyingQuestionsErrorMessage, QueryAttachmentsReadComponent, QueryCaseDetailsHeaderComponent, QueryCheckYourAnswersComponent, QueryConfirmationComponent, QueryCreateContext, QueryDetailsComponent, QueryEventCompletionComponent, QueryItemResponseStatus, QueryListComponent, QueryListData, QueryListItem, QueryManagementService, QueryWriteAddDocumentsComponent, QueryWriteDateInputComponent, QueryWriteRaiseQueryComponent, QueryWriteRespondToQueryComponent, RaiseQueryErrorMessage, ReadCaseFlagFieldComponent, ReadCaseLinkFieldComponent, ReadCollectionFieldComponent, ReadComplexFieldCollectionTableComponent, ReadComplexFieldComponent, ReadComplexFieldRawComponent, ReadComplexFieldTableComponent, ReadCookieService, ReadDateFieldComponent, ReadDocumentFieldComponent, ReadDynamicListFieldComponent, ReadDynamicMultiSelectListFieldComponent, ReadDynamicRadioListFieldComponent, ReadEmailFieldComponent, ReadFieldsFilterPipe, ReadFixedListFieldComponent, ReadFixedRadioListFieldComponent, ReadJudicialUserFieldComponent, ReadLinkedCasesFieldComponent, ReadMoneyGbpFieldComponent, ReadMultiSelectListFieldComponent, ReadNumberFieldComponent, ReadOrderSummaryFieldComponent, ReadOrderSummaryRowComponent, ReadOrganisationFieldComponent, ReadOrganisationFieldRawComponent, ReadOrganisationFieldTableComponent, ReadPhoneUKFieldComponent, ReadQueryManagementFieldComponent, ReadTextAreaFieldComponent, ReadTextFieldComponent, ReadYesNoFieldComponent, RefdataCaseFlagType, RemoveDialogComponent, RequestOptionsBuilder, RespondToQueryErrorMessages, RetryUtil, RouterHelperService, RouterLinkComponent, SaveOrDiscardDialogComponent, SearchFiltersComponent, SearchFiltersModule, SearchFiltersWrapperComponent, SearchInput, SearchLanguageInterpreterComponent, SearchLanguageInterpreterErrorMessage, SearchLanguageInterpreterStep, SearchResultComponent, SearchResultModule, SearchResultView, SearchResultViewColumn, SearchResultViewItem, SearchResultViewItemComparatorFactory, SearchService, SelectFlagErrorMessage, SelectFlagLocationComponent, SelectFlagLocationErrorMessage, SelectFlagTypeComponent, SelectFlagTypeErrorMessage, SessionErrorPageComponent, SessionErrorRoute, SessionJsonErrorLogger, SessionStorageGuard, SessionStorageService, ShowCondition, SortOrder$1 as SortOrder, SortParameters, SortSearchResultPipe, StructuredLoggerService, TabComponent, TableColumnConfig, TableConfig, TabsComponent, TabsModule, TaskAssignedComponent, TaskCancelledComponent, TaskConflictComponent, TaskUnassignedComponent, Terms, TestRouteSnapshotBuilder, TranslatedMarkdownDirective, TranslatedMarkdownModule, UnLinkCasesComponent, UnsupportedFieldComponent, UpdateFlagAddTranslationErrorMessage, UpdateFlagAddTranslationFormComponent, UpdateFlagAddTranslationStep, UpdateFlagComponent, UpdateFlagErrorMessage, UpdateFlagStep, UpdateFlagTitleDisplayPipe, WaysToPayFieldComponent, WindowService, Wizard, WizardFactoryService, WizardPage, WizardPageField, WorkAllocationService, WorkbasketFiltersComponent, WorkbasketFiltersModule, WorkbasketInput, WorkbasketInputFilterService, WorkbasketInputModel, WriteAddressFieldComponent, WriteCaseFlagFieldComponent, WriteCaseLinkFieldComponent, WriteCollectionFieldComponent, WriteComplexFieldComponent, WriteDateContainerFieldComponent, WriteDateFieldComponent, WriteDocumentFieldComponent, WriteDynamicListFieldComponent, WriteDynamicMultiSelectListFieldComponent, WriteDynamicRadioListFieldComponent, WriteEmailFieldComponent, WriteFixedListFieldComponent, WriteFixedRadioListFieldComponent, WriteJudicialUserFieldComponent, WriteLinkedCasesFieldComponent, WriteMoneyGbpFieldComponent, WriteMultiSelectListFieldComponent, WriteNumberFieldComponent, WriteOrderSummaryFieldComponent, WriteOrganisationComplexFieldComponent, WriteOrganisationFieldComponent, WritePhoneUKFieldComponent, WriteTextAreaFieldComponent, WriteTextFieldComponent, WriteYesNoFieldComponent, YesNoService, aCaseField, caseMessagesMockData, createACL, createCaseEventTrigger, createCaseField, createComplexFieldOverride, createFieldType, createFixedListFieldType, createHiddenComplexFieldOverride, createMultiSelectListFieldType, createWizardPage, createWizardPageField, editorRouting, initDialog, newCaseField, safeJsonParse, textFieldType, viewerRouting };
|
|
42025
|
+
export { AbstractAppConfig, AbstractFieldReadComponent, AbstractFieldWriteComponent, AbstractFieldWriteJourneyComponent, AbstractJourneyComponent, Activity, ActivityBannerComponent, ActivityComponent, ActivityIconComponent, ActivityInfo, ActivityModule, ActivityPollingService, ActivityService, AddCommentsComponent, AddCommentsErrorMessage, AddCommentsStep, AddressModel, AddressOption, AddressesService, Alert, AlertComponent, AlertIconClassPipe, AlertMessageType, AlertModule, AlertService, AuthService, Banner, BannersService, BeforeYouStartComponent, BodyComponent, BrowserService, CCDCaseLinkType, COMPONENT_PORTAL_INJECTION_TOKEN, CallbackErrorsComponent, CallbackErrorsContext, CaseAccessUtils, CaseBasicAccessViewComponent, CaseChallengedAccessRequestComponent, CaseChallengedAccessSuccessComponent, CaseCreateComponent, CaseDetails, CaseEditComponent, CaseEditConfirmComponent, CaseEditDataModule, CaseEditDataService, CaseEditFormComponent, CaseEditPageComponent, CaseEditSubmitComponent, CaseEditWizardGuard, CaseEditorConfig, CaseEditorModule, CaseEvent, CaseEventCompletionComponent, CaseEventCompletionTaskCancelledComponent, CaseEventCompletionTaskReassignedComponent, CaseEventData, CaseEventTrigger, CaseEventTriggerComponent, CaseField, CaseFieldService, CaseFileViewFieldComponent, CaseFileViewFolderComponent, CaseFileViewFolderDocumentActionsComponent, CaseFileViewFolderSelectorComponent, CaseFileViewFolderSortComponent, CaseFileViewFolderToggleComponent, CaseFileViewOverlayMenuComponent, CaseFileViewService, CaseFlagCheckYourAnswersPageStep, CaseFlagDisplayContextParameter, CaseFlagErrorMessage, CaseFlagFieldState, CaseFlagFormFields, CaseFlagRefdataService, CaseFlagStatus, CaseFlagSummaryListComponent, CaseFlagSummaryListDisplayMode, CaseFlagTableComponent, CaseFlagWizardStepTitle, CaseFullAccessViewComponent, CaseHeaderComponent, CaseHeaderModule, CaseHistoryViewerFieldComponent, CaseLink, CaseLinkResponse, CaseListComponent, CaseListFiltersComponent, CaseListFiltersModule, CaseListModule, CaseNotifier, CasePaymentHistoryViewerFieldComponent, CasePrintDocument, CasePrinterComponent, CaseProgressComponent, CaseReferencePipe, CaseResolver, CaseSpecificAccessRequestComponent, CaseSpecificAccessSuccessComponent, CaseState, CaseTab, CaseTimelineComponent, CaseTimelineDisplayMode, CaseTimelineModule, CaseType, CaseTypeLite, CaseView, CaseViewComponent, CaseViewEvent, CaseViewTrigger, CaseViewerComponent, CaseViewerModule, CasesService, CaseworkerService, CcdCYAPageLabelFilterPipe, CcdCaseTitlePipe, CcdCollectionTableCaseFieldsFilterPipe, CcdPageFieldsPipe, CcdTabFieldsPipe, CheckYourAnswersComponent, CloseQueryComponent, ConditionalShowFormDirective, ConditionalShowModule, ConditionalShowRegistrarService, ConfirmFlagStatusComponent, ConfirmStatusErrorMessage, ConfirmStatusStep, Confirmation, ConvertHrefToRouterService, CreateCaseFiltersComponent, CreateCaseFiltersModule, CreateCaseFiltersSelection, DRAFT_PREFIX, DRAFT_QUERY_PARAM, DashPipe, DateInputComponent, DatePipe, DateTimeFormatUtils, DatetimePickerComponent, DefinitionsModule, DefinitionsService, DeleteOrCancelDialogComponent, DialogsModule, DisplayMode, Document, DocumentData, DocumentDialogComponent, DocumentLinks, DocumentManagementService, DocumentUrlPipe, Draft, DraftService, DynamicListPipe, DynamicRadioListPipe, ESQueryType, Embedded, EnumDisplayDescriptionPipe, ErrorMessageComponent, ErrorNotifierService, EventCaseField, EventCompletionReturnStates, EventCompletionStateMachineService, EventCompletionStates, EventLogComponent, EventLogDetailsComponent, EventLogTableComponent, EventMessageModule, EventStartComponent, EventStartModule, EventStartStateMachineService, EventStatusService, EventTriggerResolver, EventTriggerService, Fee, FeeValue, Field, FieldLabelPipe, FieldReadComponent, FieldReadLabelComponent, FieldType, FieldTypeSanitiser, FieldWriteComponent, FieldsFilterPipe, FieldsPurger, FieldsUtils, FirstErrorPipe, FixedListItem, FixedListPipe, FixedRadioListPipe, FlagFieldDisplayPipe, FocusElementDirective, FocusElementModule, FocusService, FooterComponent, FormDocument, FormErrorService, FormValidatorsService, FormValueService, FormatTranslatorService, GreyBarService, HRef, HeaderBarComponent, HeadersModule, HttpError, HttpErrorService, HttpService, IsCompoundPipe, IsMandatoryPipe, IsReadOnlyAndNotCollectionPipe, IsReadOnlyPipe, JudicialworkerService, Jurisdiction, JurisdictionService, LabelFieldComponent, LabelSubstitutorDirective, LabelSubstitutorModule, LanguageInterpreterDisplayPipe, LinkCaseReason, LinkCasesComponent, LinkCasesFromReasonValuePipe, LinkCasesReasonValuePipe, LinkDetails, LinkFromReason, LinkReason, LinkedCasesErrorMessages, LinkedCasesEventTriggers, LinkedCasesFromTableComponent, LinkedCasesPages, LinkedCasesResponse, LinkedCasesToTableComponent, LoadingModule, LoadingService, LoadingSpinnerComponent, LoadingSpinnerModule, MEDIA_VIEWER_LOCALSTORAGE_KEY, MULTIPLE_TASKS_FOUND, ManageCaseFlagsComponent, ManageCaseFlagsLabelDisplayPipe, MarkdownComponent, MarkdownComponentModule, MoneyGbpInputComponent, MultipageComponentStateService, MultipleTasksExistComponent, NavigationComponent, NavigationItemComponent, NavigationNotifierService, NavigationOrigin, NoLinkedCasesComponent, NoTasksAvailableComponent, NotificationBannerComponent, NotificationBannerHeaderClass, NotificationBannerType, OrderService, OrderSummary, OrganisationConverter, OrganisationService, PageValidationService, PaginationComponent, PaginationMetadata, PaginationModule, PaletteContext, PaletteModule, PaletteService, PaletteUtilsModule, PaletteValueOrigin, Patterns, PaymentField, PhaseComponent, PipesModule, PlaceholderService, PrintUrlPipe, Profile, ProfileNotifier, ProfileService, QualifyingQuestionDetailComponent, QualifyingQuestionOptionsComponent, QualifyingQuestionService, QualifyingQuestionsErrorMessage, QueryAttachmentsReadComponent, QueryCaseDetailsHeaderComponent, QueryCheckYourAnswersComponent, QueryConfirmationComponent, QueryCreateContext, QueryDetailsComponent, QueryEventCompletionComponent, QueryItemResponseStatus, QueryListComponent, QueryListData, QueryListItem, QueryManagementService, QueryWriteAddDocumentsComponent, QueryWriteDateInputComponent, QueryWriteRaiseQueryComponent, QueryWriteRespondToQueryComponent, RaiseQueryErrorMessage, ReadCaseFlagFieldComponent, ReadCaseLinkFieldComponent, ReadCollectionFieldComponent, ReadComplexFieldCollectionTableComponent, ReadComplexFieldComponent, ReadComplexFieldRawComponent, ReadComplexFieldTableComponent, ReadCookieService, ReadDateFieldComponent, ReadDocumentFieldComponent, ReadDynamicListFieldComponent, ReadDynamicMultiSelectListFieldComponent, ReadDynamicRadioListFieldComponent, ReadEmailFieldComponent, ReadFieldsFilterPipe, ReadFixedListFieldComponent, ReadFixedRadioListFieldComponent, ReadJudicialUserFieldComponent, ReadLinkedCasesFieldComponent, ReadMoneyGbpFieldComponent, ReadMultiSelectListFieldComponent, ReadNumberFieldComponent, ReadOrderSummaryFieldComponent, ReadOrderSummaryRowComponent, ReadOrganisationFieldComponent, ReadOrganisationFieldRawComponent, ReadOrganisationFieldTableComponent, ReadPhoneUKFieldComponent, ReadQueryManagementFieldComponent, ReadTextAreaFieldComponent, ReadTextFieldComponent, ReadYesNoFieldComponent, RefdataCaseFlagType, RemoveDialogComponent, RequestOptionsBuilder, RespondToQueryErrorMessages, RetryUtil, RouterHelperService, RouterLinkComponent, SaveOrDiscardDialogComponent, SearchFiltersComponent, SearchFiltersModule, SearchFiltersWrapperComponent, SearchInput, SearchLanguageInterpreterComponent, SearchLanguageInterpreterErrorMessage, SearchLanguageInterpreterStep, SearchResultComponent, SearchResultModule, SearchResultView, SearchResultViewColumn, SearchResultViewItem, SearchResultViewItemComparatorFactory, SearchService, SelectFlagErrorMessage, SelectFlagLocationComponent, SelectFlagLocationErrorMessage, SelectFlagTypeComponent, SelectFlagTypeErrorMessage, SessionErrorPageComponent, SessionErrorRoute, SessionJsonErrorLogger, SessionStorageGuard, SessionStorageService, ShowCondition, SortOrder$1 as SortOrder, SortParameters, SortSearchResultPipe, StructuredLoggerService, TabComponent, TableColumnConfig, TableConfig, TabsComponent, TabsModule, TaskAssignedComponent, TaskCancelledComponent, TaskConflictComponent, TaskUnassignedComponent, Terms, TestRouteSnapshotBuilder, TranslatedMarkdownDirective, TranslatedMarkdownModule, UnLinkCasesComponent, UnsupportedFieldComponent, UpdateFlagAddTranslationErrorMessage, UpdateFlagAddTranslationFormComponent, UpdateFlagAddTranslationStep, UpdateFlagComponent, UpdateFlagErrorMessage, UpdateFlagStep, UpdateFlagTitleDisplayPipe, WaysToPayFieldComponent, WindowService, Wizard, WizardFactoryService, WizardPage, WizardPageField, WorkAllocationService, WorkbasketFiltersComponent, WorkbasketFiltersModule, WorkbasketInput, WorkbasketInputFilterService, WorkbasketInputModel, WriteAddressFieldComponent, WriteCaseFlagFieldComponent, WriteCaseLinkFieldComponent, WriteCollectionFieldComponent, WriteComplexFieldComponent, WriteDateContainerFieldComponent, WriteDateFieldComponent, WriteDocumentFieldComponent, WriteDynamicListFieldComponent, WriteDynamicMultiSelectListFieldComponent, WriteDynamicRadioListFieldComponent, WriteEmailFieldComponent, WriteFixedListFieldComponent, WriteFixedRadioListFieldComponent, WriteJudicialUserFieldComponent, WriteLinkedCasesFieldComponent, WriteMoneyGbpFieldComponent, WriteMultiSelectListFieldComponent, WriteNumberFieldComponent, WriteOrderSummaryFieldComponent, WriteOrganisationComplexFieldComponent, WriteOrganisationFieldComponent, WritePhoneUKFieldComponent, WriteTextAreaFieldComponent, WriteTextFieldComponent, WriteYesNoFieldComponent, YesNoService, aCaseField, caseMessagesMockData, createACL, createCaseEventTrigger, createCaseField, createComplexFieldOverride, createFieldType, createFixedListFieldType, createHiddenComplexFieldOverride, createMultiSelectListFieldType, createWizardPage, createWizardPageField, editorRouting, initDialog, newCaseField, safeJsonParse, textFieldType, viewerRouting };
|
|
41884
42026
|
//# sourceMappingURL=hmcts-ccd-case-ui-toolkit.mjs.map
|