@hmcts/ccd-case-ui-toolkit 7.3.68-govuk7 → 7.3.68-govuk9
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 +355 -264
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +1 -1
- package/index.d.ts +37 -16
- package/index.d.ts.map +1 -1
- package/package.json +5 -6
|
@@ -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
|
|
39
|
+
import * as i4$1 from '@angular/platform-browser';
|
|
42
40
|
import { cloneDeep } from 'lodash';
|
|
43
|
-
import * as i4$
|
|
41
|
+
import * as i4$2 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$1 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: [".govuk-js-link[_ngcontent-%COMP%]{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link[_ngcontent-%COMP%]:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link[_ngcontent-%COMP%]:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link[_ngcontent-%COMP%]:visited{color:#4c2c92}.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}.govuk-js-link[_ngcontent-%COMP%]{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link[_ngcontent-%COMP%]:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link[_ngcontent-%COMP%]:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link[_ngcontent-%COMP%]:visited{color:#4c2c92}.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}}@media print{.global-header[_ngcontent-%COMP%] .header-title[_ngcontent-%COMP%]{font-size:12pt}}.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}}@media print{.global-header[_ngcontent-%COMP%] .header-username[_ngcontent-%COMP%]{font-size:11pt}}.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: [".govuk-js-link[_ngcontent-%COMP%]{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link[_ngcontent-%COMP%]:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link[_ngcontent-%COMP%]:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link[_ngcontent-%COMP%]:visited{color:#4c2c92}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: [".govuk-js-link[_ngcontent-%COMP%]{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link[_ngcontent-%COMP%]:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link[_ngcontent-%COMP%]:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link[_ngcontent-%COMP%]:visited{color:#4c2c92}.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: [".govuk-js-link[_ngcontent-%COMP%]{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link[_ngcontent-%COMP%]:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link[_ngcontent-%COMP%]:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link[_ngcontent-%COMP%]:visited{color:#4c2c92}.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: [".govuk-js-link[_ngcontent-%COMP%]{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link[_ngcontent-%COMP%]:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link[_ngcontent-%COMP%]:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link[_ngcontent-%COMP%]:visited{color:#4c2c92}.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,
|
|
@@ -8401,6 +8399,26 @@ class WindowService {
|
|
|
8401
8399
|
type: Injectable
|
|
8402
8400
|
}], null, null); })();
|
|
8403
8401
|
|
|
8402
|
+
class FocusService {
|
|
8403
|
+
/** unique ID of DOM element this service will focus on */
|
|
8404
|
+
elementIdToFocus = 'focusService-elementIdToFocus';
|
|
8405
|
+
/**
|
|
8406
|
+
* Focus on a specific element with the elementIdToFocus.
|
|
8407
|
+
* If there is no element in the DOM, no action is taken.
|
|
8408
|
+
*/
|
|
8409
|
+
focus() {
|
|
8410
|
+
const elementToFocus = document.getElementById(this.elementIdToFocus);
|
|
8411
|
+
if (elementToFocus) {
|
|
8412
|
+
elementToFocus.focus();
|
|
8413
|
+
}
|
|
8414
|
+
}
|
|
8415
|
+
static ɵfac = function FocusService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FocusService)(); };
|
|
8416
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: FocusService, factory: FocusService.ɵfac });
|
|
8417
|
+
}
|
|
8418
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FocusService, [{
|
|
8419
|
+
type: Injectable
|
|
8420
|
+
}], null, null); })();
|
|
8421
|
+
|
|
8404
8422
|
class WorkbasketInputFilterService {
|
|
8405
8423
|
httpService;
|
|
8406
8424
|
appConfig;
|
|
@@ -10163,7 +10181,7 @@ class CaseEditComponent {
|
|
|
10163
10181
|
return of(true);
|
|
10164
10182
|
}
|
|
10165
10183
|
finishEventCompletionLogic(eventResponse) {
|
|
10166
|
-
this.caseNotifier.
|
|
10184
|
+
this.caseNotifier.removeCachedCase();
|
|
10167
10185
|
this.sessionStorageService.removeItem('eventUrl');
|
|
10168
10186
|
const confirmation = this.buildConfirmation(eventResponse);
|
|
10169
10187
|
if (confirmation && (confirmation.getHeader() || confirmation.getBody())) {
|
|
@@ -10257,19 +10275,19 @@ class CaseEditComponent {
|
|
|
10257
10275
|
this.abstractConfig.logMessage(`checking taskIsForEvent: task ID ${task.id}, task description ${task.description}, event name ${eventDetails.eventId}`);
|
|
10258
10276
|
return task.case_id === eventDetails.caseId && (task.description?.includes(eventDetails.eventId));
|
|
10259
10277
|
}
|
|
10260
|
-
static ɵfac = function CaseEditComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEditComponent)(i0.ɵɵdirectiveInject(
|
|
10278
|
+
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)); };
|
|
10261
10279
|
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) {
|
|
10262
10280
|
i0.ɵɵelement(0, "router-outlet");
|
|
10263
10281
|
i0.ɵɵtemplate(1, CaseEditComponent_div_1_Template, 10, 2, "div", 0);
|
|
10264
10282
|
} if (rf & 2) {
|
|
10265
10283
|
i0.ɵɵadvance();
|
|
10266
10284
|
i0.ɵɵproperty("ngIf", ctx.isRefreshModalVisible);
|
|
10267
|
-
} }, dependencies: [
|
|
10285
|
+
} }, 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}"] });
|
|
10268
10286
|
}
|
|
10269
10287
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseEditComponent, [{
|
|
10270
10288
|
type: Component,
|
|
10271
10289
|
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"] }]
|
|
10272
|
-
}], () => [{ type:
|
|
10290
|
+
}], () => [{ 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: [{
|
|
10273
10291
|
type: Input
|
|
10274
10292
|
}], submit: [{
|
|
10275
10293
|
type: Input
|
|
@@ -10921,6 +10939,7 @@ function CaseEditFormComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
10921
10939
|
} }
|
|
10922
10940
|
class CaseEditFormComponent {
|
|
10923
10941
|
formValueService;
|
|
10942
|
+
conditionalShowFormDirectives;
|
|
10924
10943
|
fields = [];
|
|
10925
10944
|
formGroup;
|
|
10926
10945
|
caseFields = [];
|
|
@@ -10968,8 +10987,17 @@ class CaseEditFormComponent {
|
|
|
10968
10987
|
const current = JSON.stringify(this.formValueService.sanitise(changes));
|
|
10969
10988
|
this.initial !== current ? this.valuesChanged.emit(true) : this.valuesChanged.emit(false);
|
|
10970
10989
|
}
|
|
10990
|
+
// EXUI-4675 - needed for the race condition caused by the debounce in ConditionalShowFormDirective
|
|
10991
|
+
syncConditionalShowStates() {
|
|
10992
|
+
this.conditionalShowFormDirectives?.forEach(directive => directive.evalAllShowHideConditions());
|
|
10993
|
+
}
|
|
10971
10994
|
static ɵfac = function CaseEditFormComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEditFormComponent)(i0.ɵɵdirectiveInject(FormValueService)); };
|
|
10972
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseEditFormComponent, selectors: [["ccd-case-edit-form"]],
|
|
10995
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseEditFormComponent, selectors: [["ccd-case-edit-form"]], viewQuery: function CaseEditFormComponent_Query(rf, ctx) { if (rf & 1) {
|
|
10996
|
+
i0.ɵɵviewQuery(ConditionalShowFormDirective, 5);
|
|
10997
|
+
} if (rf & 2) {
|
|
10998
|
+
let _t;
|
|
10999
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.conditionalShowFormDirectives = _t);
|
|
11000
|
+
} }, inputs: { fields: "fields", formGroup: "formGroup", caseFields: "caseFields", pageChangeSubject: "pageChangeSubject" }, outputs: { valuesChanged: "valuesChanged" }, standalone: false, decls: 1, vars: 1, consts: [["CompoundRow", ""], ["ccdConditionalShowForm", "", 3, "formGroup", "caseFields", "contextFields", 4, "ngFor", "ngForOf"], ["ccdConditionalShowForm", "", 3, "formGroup", "caseFields", "contextFields"], ["ccdLabelSubstitutor", "", 3, "caseField", "formGroup", "contextFields"], [3, "ngSwitch"], [3, "caseField", "caseFields", "withLabel", "formGroup", 4, "ngSwitchCase"], [4, "ngSwitchCase"], [3, "caseField", "caseFields", "withLabel", "formGroup"], [4, "ngIf", "ngIfElse"], [3, "caseField", "caseFields", "formGroup", "idPrefix", "hidden"]], template: function CaseEditFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10973
11001
|
i0.ɵɵtemplate(0, CaseEditFormComponent_ng_container_0_Template, 6, 11, "ng-container", 1);
|
|
10974
11002
|
} if (rf & 2) {
|
|
10975
11003
|
i0.ɵɵproperty("ngForOf", ctx.fields);
|
|
@@ -10978,7 +11006,10 @@ class CaseEditFormComponent {
|
|
|
10978
11006
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseEditFormComponent, [{
|
|
10979
11007
|
type: Component,
|
|
10980
11008
|
args: [{ selector: 'ccd-case-edit-form', standalone: false, template: "<ng-container ccdConditionalShowForm [formGroup]=\"formGroup\" [caseFields]=\"fields\" [contextFields]=\"caseFields\"\n *ngFor=\"let field of fields\">\n\n <div ccdLabelSubstitutor [caseField]=\"field\" [formGroup]=\"formGroup\" [contextFields]=\"caseFields\">\n <ng-container [ngSwitch]=\"field | ccdIsReadOnlyAndNotCollection\">\n\n <ccd-field-read *ngSwitchCase=\"true\" [caseField]=\"field\" [caseFields]=\"caseFields\" [withLabel]=\"true\"\n [formGroup]=\"formGroup\" [attr.field_id]=\"field.id\"\n [attr.field_type]=\"field.field_type.type\"></ccd-field-read>\n <ng-container *ngSwitchCase=\"false\">\n\n <ng-container *ngIf=\"!(field | ccdIsCompound); else CompoundRow\">\n <ccd-field-write [caseField]=\"field\"\n [caseFields]=\"caseFields\"\n [formGroup]=\"formGroup\"\n [idPrefix]=\"\"\n [hidden]=\"field.hidden\"\n [attr.field_id]=\"field.id\"\n [attr.field_type]=\"field.field_type.type\">\n </ccd-field-write>\n </ng-container>\n\n <ng-template #CompoundRow>\n <ccd-field-write [caseField]=\"field\"\n [caseFields]=\"caseFields\"\n [formGroup]=\"formGroup\"\n [idPrefix]=\"field.id + '_'\"\n [hidden]=\"field.hidden\"\n [attr.field_id]=\"field.id\"\n [attr.field_type]=\"field.field_type.type\"></ccd-field-write>\n </ng-template>\n </ng-container>\n </ng-container>\n </div>\n</ng-container>\n" }]
|
|
10981
|
-
}], () => [{ type: FormValueService }], {
|
|
11009
|
+
}], () => [{ type: FormValueService }], { conditionalShowFormDirectives: [{
|
|
11010
|
+
type: ViewChildren,
|
|
11011
|
+
args: [ConditionalShowFormDirective]
|
|
11012
|
+
}], fields: [{
|
|
10982
11013
|
type: Input
|
|
10983
11014
|
}], formGroup: [{
|
|
10984
11015
|
type: Input
|
|
@@ -10989,7 +11020,7 @@ class CaseEditFormComponent {
|
|
|
10989
11020
|
}], valuesChanged: [{
|
|
10990
11021
|
type: Output
|
|
10991
11022
|
}] }); })();
|
|
10992
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaseEditFormComponent, { className: "CaseEditFormComponent", filePath: "lib/shared/components/case-editor/case-edit-form/case-edit-form.component.ts", lineNumber:
|
|
11023
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaseEditFormComponent, { className: "CaseEditFormComponent", filePath: "lib/shared/components/case-editor/case-edit-form/case-edit-form.component.ts", lineNumber: 14 }); })();
|
|
10993
11024
|
|
|
10994
11025
|
class CaseEditDataService {
|
|
10995
11026
|
details$ = new BehaviorSubject(null);
|
|
@@ -11494,6 +11525,7 @@ class CaseEditPageComponent {
|
|
|
11494
11525
|
addressService;
|
|
11495
11526
|
linkedCasesService;
|
|
11496
11527
|
caseFlagStateService;
|
|
11528
|
+
focusService;
|
|
11497
11529
|
static RESUMED_FORM_DISCARD = 'RESUMED_FORM_DISCARD';
|
|
11498
11530
|
static NEW_FORM_DISCARD = 'NEW_FORM_DISCARD';
|
|
11499
11531
|
static NEW_FORM_SAVE = 'NEW_FORM_CHANGED_SAVE';
|
|
@@ -11526,16 +11558,11 @@ class CaseEditPageComponent {
|
|
|
11526
11558
|
saveDraftSub;
|
|
11527
11559
|
caseFormValidationErrorsSub;
|
|
11528
11560
|
logger = new StructuredLoggerService();
|
|
11561
|
+
caseEditFormComponents;
|
|
11529
11562
|
static scrollToTop() {
|
|
11530
11563
|
window.scrollTo(0, 0);
|
|
11531
11564
|
}
|
|
11532
|
-
|
|
11533
|
-
const topContainer = document.getElementById('top');
|
|
11534
|
-
if (topContainer) {
|
|
11535
|
-
topContainer.focus();
|
|
11536
|
-
}
|
|
11537
|
-
}
|
|
11538
|
-
constructor(caseEdit, route, formValueService, formErrorService, cdRef, pageValidationService, dialog, caseFieldService, caseEditDataService, loadingService, validPageListCaseFieldsService, multipageComponentStateService, addressService, linkedCasesService, caseFlagStateService) {
|
|
11565
|
+
constructor(caseEdit, route, formValueService, formErrorService, cdRef, pageValidationService, dialog, caseFieldService, caseEditDataService, loadingService, validPageListCaseFieldsService, multipageComponentStateService, addressService, linkedCasesService, caseFlagStateService, focusService) {
|
|
11539
11566
|
this.caseEdit = caseEdit;
|
|
11540
11567
|
this.route = route;
|
|
11541
11568
|
this.formValueService = formValueService;
|
|
@@ -11551,6 +11578,7 @@ class CaseEditPageComponent {
|
|
|
11551
11578
|
this.addressService = addressService;
|
|
11552
11579
|
this.linkedCasesService = linkedCasesService;
|
|
11553
11580
|
this.caseFlagStateService = caseFlagStateService;
|
|
11581
|
+
this.focusService = focusService;
|
|
11554
11582
|
this.multipageComponentStateService.setInstigator(this);
|
|
11555
11583
|
}
|
|
11556
11584
|
onFinalNext() {
|
|
@@ -11615,7 +11643,7 @@ class CaseEditPageComponent {
|
|
|
11615
11643
|
}
|
|
11616
11644
|
this.triggerText = this.getTriggerText();
|
|
11617
11645
|
});
|
|
11618
|
-
|
|
11646
|
+
this.focusService.focus();
|
|
11619
11647
|
this.caseEditFormSub = this.caseEditDataService.caseEditForm$.subscribe({
|
|
11620
11648
|
next: editForm => this.editForm = editForm
|
|
11621
11649
|
});
|
|
@@ -11676,7 +11704,7 @@ class CaseEditPageComponent {
|
|
|
11676
11704
|
if (this.getPageNumber() !== undefined) {
|
|
11677
11705
|
this.previousStep();
|
|
11678
11706
|
}
|
|
11679
|
-
|
|
11707
|
+
this.focusService.focus();
|
|
11680
11708
|
}
|
|
11681
11709
|
// Adding validation message to show it as Error Summary
|
|
11682
11710
|
generateErrorMessage(fields, container, path, sourceFromComplexField) {
|
|
@@ -11732,6 +11760,11 @@ class CaseEditPageComponent {
|
|
|
11732
11760
|
this.caseEditDataService.addFormValidationError({ id, message: `%FIELDLABEL% exceeds the maximum length`, label });
|
|
11733
11761
|
fieldElement.markAsDirty();
|
|
11734
11762
|
}
|
|
11763
|
+
else if (fieldElement.hasError('markDownPattern')) {
|
|
11764
|
+
this.caseEditDataService.addFormValidationError({
|
|
11765
|
+
id, message: `The data entered is not valid for %FIELDLABEL%. Link mark up characters are not allowed in this field.`, label
|
|
11766
|
+
});
|
|
11767
|
+
}
|
|
11735
11768
|
else if (fieldElement.invalid) {
|
|
11736
11769
|
if (casefield.isComplex()) {
|
|
11737
11770
|
errorPresent = this.generateErrorMessage(casefield.field_type.complex_fields, fieldElement, id, true);
|
|
@@ -11843,6 +11876,7 @@ class CaseEditPageComponent {
|
|
|
11843
11876
|
}
|
|
11844
11877
|
this.clearValidationErrors();
|
|
11845
11878
|
this.checkForStagesCompleted();
|
|
11879
|
+
this.caseEditFormComponents?.forEach(component => component.syncConditionalShowStates());
|
|
11846
11880
|
if (this.currentPageIsNotValid()) {
|
|
11847
11881
|
// The generateErrorMessage method filters out the hidden fields.
|
|
11848
11882
|
// The error message for LinkedCases journey will never get displayed because the
|
|
@@ -11885,7 +11919,7 @@ class CaseEditPageComponent {
|
|
|
11885
11919
|
// purposes)
|
|
11886
11920
|
this.removeAllJudicialUserFormControls(this.currentPage, this.editForm);
|
|
11887
11921
|
}
|
|
11888
|
-
|
|
11922
|
+
this.focusService.focus();
|
|
11889
11923
|
}
|
|
11890
11924
|
updateFormData(jsonData) {
|
|
11891
11925
|
for (const caseFieldId of Object.keys(jsonData.data)) {
|
|
@@ -12004,6 +12038,8 @@ class CaseEditPageComponent {
|
|
|
12004
12038
|
else {
|
|
12005
12039
|
this.caseEdit.cancelled.emit();
|
|
12006
12040
|
}
|
|
12041
|
+
// clear CaseView cache to allow any incidental changes to get picked up once the edit has cancelled
|
|
12042
|
+
this.caseEdit.caseNotifier.removeCachedCase();
|
|
12007
12043
|
this.clearValidationErrors();
|
|
12008
12044
|
this.multipageComponentStateService.reset();
|
|
12009
12045
|
}
|
|
@@ -12049,7 +12085,7 @@ class CaseEditPageComponent {
|
|
|
12049
12085
|
: CaseEditPageComponent.TRIGGER_TEXT_START;
|
|
12050
12086
|
return this.canNavigateToSummaryPage()
|
|
12051
12087
|
? textBasedOnCanSaveDraft
|
|
12052
|
-
: 'Submit';
|
|
12088
|
+
: this.eventTrigger.end_button_label || 'Submit';
|
|
12053
12089
|
}
|
|
12054
12090
|
discard() {
|
|
12055
12091
|
if (this.route.snapshot.queryParamMap.get(CaseEditComponent.ORIGIN_QUERY_PARAM) === 'viewDraft') {
|
|
@@ -12177,8 +12213,13 @@ class CaseEditPageComponent {
|
|
|
12177
12213
|
}
|
|
12178
12214
|
});
|
|
12179
12215
|
}
|
|
12180
|
-
static ɵfac = function CaseEditPageComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEditPageComponent)(i0.ɵɵdirectiveInject(CaseEditComponent), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(FormValueService), i0.ɵɵdirectiveInject(FormErrorService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(PageValidationService), i0.ɵɵdirectiveInject(i1$3.MatLegacyDialog), i0.ɵɵdirectiveInject(CaseFieldService), i0.ɵɵdirectiveInject(CaseEditDataService), i0.ɵɵdirectiveInject(LoadingService), i0.ɵɵdirectiveInject(ValidPageListCaseFieldsService), i0.ɵɵdirectiveInject(MultipageComponentStateService), i0.ɵɵdirectiveInject(AddressesService), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(CaseFlagStateService)); };
|
|
12181
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseEditPageComponent, selectors: [["ccd-case-edit-page"]],
|
|
12216
|
+
static ɵfac = function CaseEditPageComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEditPageComponent)(i0.ɵɵdirectiveInject(CaseEditComponent), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(FormValueService), i0.ɵɵdirectiveInject(FormErrorService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(PageValidationService), i0.ɵɵdirectiveInject(i1$3.MatLegacyDialog), i0.ɵɵdirectiveInject(CaseFieldService), i0.ɵɵdirectiveInject(CaseEditDataService), i0.ɵɵdirectiveInject(LoadingService), i0.ɵɵdirectiveInject(ValidPageListCaseFieldsService), i0.ɵɵdirectiveInject(MultipageComponentStateService), i0.ɵɵdirectiveInject(AddressesService), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(CaseFlagStateService), i0.ɵɵdirectiveInject(FocusService)); };
|
|
12217
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseEditPageComponent, selectors: [["ccd-case-edit-page"]], viewQuery: function CaseEditPageComponent_Query(rf, ctx) { if (rf & 1) {
|
|
12218
|
+
i0.ɵɵviewQuery(CaseEditFormComponent, 5);
|
|
12219
|
+
} if (rf & 2) {
|
|
12220
|
+
let _t;
|
|
12221
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.caseEditFormComponents = _t);
|
|
12222
|
+
} }, standalone: false, decls: 12, vars: 11, consts: [["titleBlock", ""], ["idBlock", ""], [4, "ngIf"], [4, "ngIf", "ngIfThen", "ngIfElse"], ["class", "govuk-error-summary", "aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "govuk-error-summary", 4, "ngIf"], [3, "error"], [3, "callbackErrorsContext", "triggerTextContinue", "triggerTextIgnore", "callbackErrorsSubject"], [1, "width-50"], ["class", "form", 3, "formGroup", "submit", 4, "ngIf"], [3, "eventCompletionParams", "eventCanBeCompleted", 4, "ngIf"], ["class", "govuk-heading-l", 4, "ngIf"], [1, "govuk-heading-l"], [1, "govuk-caption-l"], [3, "content"], ["class", "heading-h2", 4, "ngIf"], [1, "heading-h2"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "govuk-error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], ["class", "govuk-error-summary__body", 4, "ngFor", "ngForOf"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["tabindex", "0", 1, "validation-error", 3, "click", "keyup.enter"], [1, "form", 3, "submit", "formGroup"], ["id", "fieldset-case-data"], [2, "display", "none"], ["id", "caseEditForm", 3, "fields", "formGroup", "caseFields", "pageChangeSubject", "valuesChanged", 4, "ngIf"], ["class", "grid-row", 4, "ngIf"], [1, "form-group", "form-group-related"], ["class", "button button-secondary", "type", "button", 3, "disabled", "click", 4, "ngIf"], ["type", "submit", 1, "button", 3, "disabled"], [1, "cancel"], ["type", "button", 1, "govuk-js-link", 3, "click"], ["id", "caseEditForm", 3, "valuesChanged", "fields", "formGroup", "caseFields", "pageChangeSubject"], [1, "grid-row"], [1, "column-two-thirds", "rightBorderSeparator"], ["id", "caseEditForm1", 3, "fields", "formGroup", "caseFields"], [1, "column-one-third"], ["id", "caseEditForm2", 3, "fields", "formGroup", "caseFields"], ["type", "button", 1, "button", "button-secondary", 3, "click", "disabled"], [3, "eventCanBeCompleted", "eventCompletionParams"]], template: function CaseEditPageComponent_Template(rf, ctx) { if (rf & 1) {
|
|
12182
12223
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
12183
12224
|
i0.ɵɵtemplate(0, CaseEditPageComponent_ng_container_0_Template, 3, 2, "ng-container", 2)(1, CaseEditPageComponent_div_1_Template, 1, 0, "div", 3)(2, CaseEditPageComponent_ng_template_2_Template, 3, 7, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(4, CaseEditPageComponent_ng_template_4_Template, 1, 1, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor)(6, CaseEditPageComponent_div_6_Template, 5, 4, "div", 4);
|
|
12184
12225
|
i0.ɵɵelement(7, "ccd-case-edit-generic-errors", 5);
|
|
@@ -12210,8 +12251,11 @@ class CaseEditPageComponent {
|
|
|
12210
12251
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseEditPageComponent, [{
|
|
12211
12252
|
type: Component,
|
|
12212
12253
|
args: [{ selector: 'ccd-case-edit-page', standalone: false, template: "<ng-container *ngIf=\"currentPage\">\n <h1 *ngIf=\"!currentPage.label\" class=\"govuk-heading-l\">{{eventTrigger.name | rpxTranslate}}</h1>\n <ng-container *ngIf=\"currentPage.label\">\n <span class=\"govuk-caption-l\">{{ eventTrigger.name | rpxTranslate}}</span>\n <h1 class=\"govuk-heading-l\">{{currentPage.label | rpxTranslate}}</h1>\n </ng-container>\n</ng-container>\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: caseFields : 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<!-- Error message summary -->\n<div *ngIf=\"validationErrors.length > 0\" class=\"govuk-error-summary\" aria-labelledby=\"error-summary-title\" role=\"alert\" tabindex=\"-1\" data-module=\"govuk-error-summary\">\n <h2 class=\"govuk-error-summary__title\" id=\"error-summary-title\">\n {{'There is a problem' | rpxTranslate}}\n </h2>\n <div *ngFor=\"let validationError of validationErrors\" class=\"govuk-error-summary__body\">\n <ul class=\"govuk-list govuk-error-summary__list\">\n <li>\n <a (click)=\"navigateToErrorElement(validationError.id)\" (keyup.enter)=\"navigateToErrorElement(validationError.id)\" tabindex=\"0\" class=\"validation-error\">\n {{ validationError.message | rpxTranslate: getRpxTranslatePipeArgs(validationError.label | rpxTranslate): null }}\n </a>\n </li>\n </ul>\n </div>\n</div>\n\n<ccd-case-edit-generic-errors [error]=\"caseEdit.error\"></ccd-case-edit-generic-errors>\n\n<ccd-callback-errors\n [triggerTextContinue]=\"triggerTextStart\"\n [triggerTextIgnore]=\"triggerTextIgnoreWarnings\"\n [callbackErrorsSubject]=\"caseEdit.callbackErrorsSubject\"\n (callbackErrorsContext)=\"callbackErrorsNotify($event)\">\n</ccd-callback-errors>\n<div class=\"width-50\">\n <form *ngIf=\"currentPage\" class=\"form\" [formGroup]=\"editForm\" (submit)=\"nextStep()\">\n <fieldset id=\"fieldset-case-data\">\n <legend style=\"display: none;\"></legend>\n <!-- single column -->\n <ccd-case-edit-form id='caseEditForm' *ngIf=\"!currentPage.isMultiColumn()\" [fields]=\"currentPage.getCol1Fields()\"\n [formGroup]=\"editForm.controls['data']\" [caseFields]=\"caseFields\"\n [pageChangeSubject]=\"pageChangeSubject\"\n (valuesChanged)=\"applyValuesChanged($event)\"></ccd-case-edit-form>\n <!-- two columns -->\n <div *ngIf=\"currentPage.isMultiColumn()\" class=\"grid-row\">\n <div class=\"column-two-thirds rightBorderSeparator\">\n <ccd-case-edit-form id='caseEditForm1' [fields]=\"currentPage.getCol1Fields()\"\n [formGroup]=\"editForm.controls['data']\" [caseFields]=\"caseFields\"></ccd-case-edit-form>\n </div>\n <div class=\"column-one-third\">\n <ccd-case-edit-form id='caseEditForm2' [fields]=\"currentPage.getCol2Fields()\"\n [formGroup]=\"editForm.controls['data']\" [caseFields]=\"caseFields\"></ccd-case-edit-form>\n </div>\n </div>\n </fieldset>\n\n <div class=\"form-group form-group-related\">\n <button class=\"button button-secondary\" type=\"button\" (click)=\"toPreviousPage()\" *ngIf=\"!isAtStart()\" [disabled]=\"isDisabled()\">\n {{'Previous' | rpxTranslate}}\n </button>\n <button class=\"button\" type=\"submit\" [disabled]=\"submitting()\">{{triggerText | rpxTranslate}}</button>\n </div>\n\n <p class=\"cancel\"><button type=\"button\" (click)=\"cancel()\" class=\"govuk-js-link\">{{getCancelText() | rpxTranslate}}</button></p>\n </form>\n</div>\n\n<ccd-case-event-completion *ngIf=\"caseEdit.isEventCompletionChecksRequired\"\n [eventCompletionParams]=\"caseEdit.eventCompletionParams\"\n (eventCanBeCompleted)=\"onEventCanBeCompleted($event)\">\n</ccd-case-event-completion>\n", styles: [".govuk-js-link{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link:visited{color:#4c2c92}.rightBorderSeparator{border-right-width:4px;border-right-color:#ffcc02;border-right-style:solid}.validation-error{cursor:pointer;text-decoration:underline;color:#d4351c}\n"] }]
|
|
12213
|
-
}], () => [{ type: CaseEditComponent }, { type: i1$1.ActivatedRoute }, { type: FormValueService }, { type: FormErrorService }, { type: i0.ChangeDetectorRef }, { type: PageValidationService }, { type: i1$3.MatLegacyDialog }, { type: CaseFieldService }, { type: CaseEditDataService }, { type: LoadingService }, { type: ValidPageListCaseFieldsService }, { type: MultipageComponentStateService }, { type: AddressesService }, { type: LinkedCasesService }, { type: CaseFlagStateService }],
|
|
12214
|
-
|
|
12254
|
+
}], () => [{ type: CaseEditComponent }, { type: i1$1.ActivatedRoute }, { type: FormValueService }, { type: FormErrorService }, { type: i0.ChangeDetectorRef }, { type: PageValidationService }, { type: i1$3.MatLegacyDialog }, { type: CaseFieldService }, { type: CaseEditDataService }, { type: LoadingService }, { type: ValidPageListCaseFieldsService }, { type: MultipageComponentStateService }, { type: AddressesService }, { type: LinkedCasesService }, { type: CaseFlagStateService }, { type: FocusService }], { caseEditFormComponents: [{
|
|
12255
|
+
type: ViewChildren,
|
|
12256
|
+
args: [CaseEditFormComponent]
|
|
12257
|
+
}] }); })();
|
|
12258
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaseEditPageComponent, { className: "CaseEditPageComponent", filePath: "lib/shared/components/case-editor/case-edit-page/case-edit-page.component.ts", lineNumber: 37 }); })();
|
|
12215
12259
|
|
|
12216
12260
|
class CallbackErrorsContext {
|
|
12217
12261
|
triggerText;
|
|
@@ -12342,7 +12386,7 @@ class CallbackErrorsComponent {
|
|
|
12342
12386
|
i0.ɵɵtemplate(0, CallbackErrorsComponent_div_0_Template, 5, 6, "div", 0);
|
|
12343
12387
|
} if (rf & 2) {
|
|
12344
12388
|
i0.ɵɵproperty("ngIf", ctx.hasErrors() || ctx.hasWarnings());
|
|
12345
|
-
} }, dependencies: [
|
|
12389
|
+
} }, dependencies: [i4.NgForOf, i4.NgIf, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
12346
12390
|
}
|
|
12347
12391
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CallbackErrorsComponent, [{
|
|
12348
12392
|
type: Component,
|
|
@@ -12714,7 +12758,7 @@ class CaseEventCompletionTaskReassignedComponent {
|
|
|
12714
12758
|
i0.ɵɵtemplate(0, CaseEventCompletionTaskReassignedComponent_div_0_Template, 31, 30, "div", 0);
|
|
12715
12759
|
} if (rf & 2) {
|
|
12716
12760
|
i0.ɵɵproperty("ngIf", ctx.assignedUserName);
|
|
12717
|
-
} }, dependencies: [
|
|
12761
|
+
} }, dependencies: [i4.NgIf, i1$1.RouterLink, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
12718
12762
|
}
|
|
12719
12763
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseEventCompletionTaskReassignedComponent, [{
|
|
12720
12764
|
type: Component,
|
|
@@ -14964,7 +15008,7 @@ class ReadCaseLinkFieldComponent extends AbstractFieldReadComponent {
|
|
|
14964
15008
|
i0.ɵɵtemplate(0, ReadCaseLinkFieldComponent_a_0_Template, 4, 5, "a", 0);
|
|
14965
15009
|
} if (rf & 2) {
|
|
14966
15010
|
i0.ɵɵproperty("ngIf", ctx.hasReference());
|
|
14967
|
-
} }, dependencies: [
|
|
15011
|
+
} }, dependencies: [i4.NgIf, CaseReferencePipe], encapsulation: 2 });
|
|
14968
15012
|
}
|
|
14969
15013
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadCaseLinkFieldComponent, [{
|
|
14970
15014
|
type: Component,
|
|
@@ -15076,7 +15120,7 @@ class WriteCaseLinkFieldComponent extends AbstractFieldWriteComponent {
|
|
|
15076
15120
|
i0.ɵɵproperty("ngIf", ctx.caseReferenceControl.errors && (ctx.caseReferenceControl.dirty || ctx.caseReferenceControl.touched));
|
|
15077
15121
|
i0.ɵɵadvance();
|
|
15078
15122
|
i0.ɵɵproperty("id", ctx.id())("formControl", ctx.caseReferenceControl);
|
|
15079
|
-
} }, dependencies: [
|
|
15123
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
15080
15124
|
}
|
|
15081
15125
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteCaseLinkFieldComponent, [{
|
|
15082
15126
|
type: Component,
|
|
@@ -15317,10 +15361,9 @@ function WriteCollectionFieldComponent_button_8_Template(rf, ctx) { if (rf & 1)
|
|
|
15317
15361
|
} }
|
|
15318
15362
|
class WriteCollectionFieldComponent extends AbstractFieldWriteComponent {
|
|
15319
15363
|
dialog;
|
|
15320
|
-
scrollToService;
|
|
15321
15364
|
profileNotifier;
|
|
15322
15365
|
cdRef;
|
|
15323
|
-
|
|
15366
|
+
static SCROLL_OFFSET_PX = -150;
|
|
15324
15367
|
caseFields = [];
|
|
15325
15368
|
formArray;
|
|
15326
15369
|
profile;
|
|
@@ -15328,10 +15371,9 @@ class WriteCollectionFieldComponent extends AbstractFieldWriteComponent {
|
|
|
15328
15371
|
items;
|
|
15329
15372
|
collItems = [];
|
|
15330
15373
|
collectionItemUidCounter = 0;
|
|
15331
|
-
constructor(dialog,
|
|
15374
|
+
constructor(dialog, profileNotifier, cdRef) {
|
|
15332
15375
|
super();
|
|
15333
15376
|
this.dialog = dialog;
|
|
15334
|
-
this.scrollToService = scrollToService;
|
|
15335
15377
|
this.profileNotifier = profileNotifier;
|
|
15336
15378
|
this.cdRef = cdRef;
|
|
15337
15379
|
}
|
|
@@ -15463,14 +15505,20 @@ class WriteCollectionFieldComponent extends AbstractFieldWriteComponent {
|
|
|
15463
15505
|
// Update DOM required after pushing a new item to do the next steps (i.e. scrolling and focusing)
|
|
15464
15506
|
this.cdRef.detectChanges();
|
|
15465
15507
|
if (doScroll) {
|
|
15466
|
-
this.
|
|
15467
|
-
|
|
15468
|
-
|
|
15469
|
-
|
|
15470
|
-
|
|
15471
|
-
.subscribe(() => { }, error => this.logger.error('Error while scrolling collection item into view.', { error }));
|
|
15508
|
+
this.focusLastItem(true);
|
|
15509
|
+
this.scrollToCollectionItem(`${this.buildIdPrefix(index)}${index}`);
|
|
15510
|
+
}
|
|
15511
|
+
else {
|
|
15512
|
+
this.focusLastItem();
|
|
15472
15513
|
}
|
|
15473
|
-
|
|
15514
|
+
}
|
|
15515
|
+
scrollToCollectionItem(targetId) {
|
|
15516
|
+
const target = document.getElementById(targetId);
|
|
15517
|
+
if (!target) {
|
|
15518
|
+
return;
|
|
15519
|
+
}
|
|
15520
|
+
const targetTop = target.getBoundingClientRect().top + window.pageYOffset + WriteCollectionFieldComponent.SCROLL_OFFSET_PX;
|
|
15521
|
+
window.scrollTo({ top: targetTop, behavior: 'smooth' });
|
|
15474
15522
|
}
|
|
15475
15523
|
isCollectionDynamic() {
|
|
15476
15524
|
if (!this.caseField.field_type || !this.caseField.field_type.collection_field_type) {
|
|
@@ -15506,7 +15554,7 @@ class WriteCollectionFieldComponent extends AbstractFieldWriteComponent {
|
|
|
15506
15554
|
return this.formArray.at(index);
|
|
15507
15555
|
}
|
|
15508
15556
|
}
|
|
15509
|
-
focusLastItem() {
|
|
15557
|
+
focusLastItem(preventScroll = false) {
|
|
15510
15558
|
const root = this.items.last?.nativeElement;
|
|
15511
15559
|
if (!root) {
|
|
15512
15560
|
return;
|
|
@@ -15520,7 +15568,7 @@ class WriteCollectionFieldComponent extends AbstractFieldWriteComponent {
|
|
|
15520
15568
|
return type !== 'radio';
|
|
15521
15569
|
});
|
|
15522
15570
|
if (focusTarget) {
|
|
15523
|
-
focusTarget.focus();
|
|
15571
|
+
focusTarget.focus({ preventScroll });
|
|
15524
15572
|
}
|
|
15525
15573
|
}
|
|
15526
15574
|
removeItem(index) {
|
|
@@ -15635,7 +15683,7 @@ class WriteCollectionFieldComponent extends AbstractFieldWriteComponent {
|
|
|
15635
15683
|
const notSimple = ['Collection', 'Complex'];
|
|
15636
15684
|
return notSimple.indexOf(caseField.field_type.collection_field_type.type) < 0;
|
|
15637
15685
|
}
|
|
15638
|
-
static ɵfac = function WriteCollectionFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WriteCollectionFieldComponent)(i0.ɵɵdirectiveInject(i1$3.MatLegacyDialog), i0.ɵɵdirectiveInject(
|
|
15686
|
+
static ɵfac = function WriteCollectionFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WriteCollectionFieldComponent)(i0.ɵɵdirectiveInject(i1$3.MatLegacyDialog), i0.ɵɵdirectiveInject(ProfileNotifier), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
|
|
15639
15687
|
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteCollectionFieldComponent, selectors: [["ccd-write-collection-field"]], viewQuery: function WriteCollectionFieldComponent_Query(rf, ctx) { if (rf & 1) {
|
|
15640
15688
|
i0.ɵɵviewQuery(_c0$U, 5);
|
|
15641
15689
|
} if (rf & 2) {
|
|
@@ -15670,13 +15718,13 @@ class WriteCollectionFieldComponent extends AbstractFieldWriteComponent {
|
|
|
15670
15718
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteCollectionFieldComponent, [{
|
|
15671
15719
|
type: Component,
|
|
15672
15720
|
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: [".govuk-js-link{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link:visited{color:#4c2c92}.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}}@media print{.complex-panel .complex-panel-title{font-size:14pt}}.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"] }]
|
|
15673
|
-
}], () => [{ type: i1$3.MatLegacyDialog }, { type:
|
|
15721
|
+
}], () => [{ type: i1$3.MatLegacyDialog }, { type: ProfileNotifier }, { type: i0.ChangeDetectorRef }], { caseFields: [{
|
|
15674
15722
|
type: Input
|
|
15675
15723
|
}], items: [{
|
|
15676
15724
|
type: ViewChildren,
|
|
15677
15725
|
args: ['collectionItem']
|
|
15678
15726
|
}] }); })();
|
|
15679
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WriteCollectionFieldComponent, { className: "WriteCollectionFieldComponent", filePath: "lib/shared/components/palette/collection/write-collection-field.component.ts", lineNumber:
|
|
15727
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WriteCollectionFieldComponent, { className: "WriteCollectionFieldComponent", filePath: "lib/shared/components/palette/collection/write-collection-field.component.ts", lineNumber: 32 }); })();
|
|
15680
15728
|
|
|
15681
15729
|
function ReadComplexFieldComponent_ccd_read_complex_field_raw_1_Template(rf, ctx) { if (rf & 1) {
|
|
15682
15730
|
i0.ɵɵelement(0, "ccd-read-complex-field-raw", 4);
|
|
@@ -15876,7 +15924,7 @@ class ReadDocumentFieldComponent extends AbstractFieldReadComponent {
|
|
|
15876
15924
|
i0.ɵɵtemplate(0, ReadDocumentFieldComponent_button_0_Template, 2, 1, "button", 0);
|
|
15877
15925
|
} if (rf & 2) {
|
|
15878
15926
|
i0.ɵɵproperty("ngIf", ctx.caseField.value);
|
|
15879
|
-
} }, dependencies: [
|
|
15927
|
+
} }, dependencies: [i4.NgIf], encapsulation: 2 });
|
|
15880
15928
|
}
|
|
15881
15929
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadDocumentFieldComponent, [{
|
|
15882
15930
|
type: Component,
|
|
@@ -16557,7 +16605,7 @@ class WriteDynamicListFieldComponent extends AbstractFieldWriteComponent {
|
|
|
16557
16605
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(9, 11, "--Select a value--"));
|
|
16558
16606
|
i0.ɵɵadvance(2);
|
|
16559
16607
|
i0.ɵɵproperty("ngForOf", ctx.caseField.list_items);
|
|
16560
|
-
} }, dependencies: [
|
|
16608
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i3.NgSelectOption, i3.ɵNgSelectMultipleOption, i3.SelectControlValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
16561
16609
|
}
|
|
16562
16610
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteDynamicListFieldComponent, [{
|
|
16563
16611
|
type: Component,
|
|
@@ -16711,7 +16759,7 @@ class ReadDynamicMultiSelectListFieldComponent extends AbstractFieldReadComponen
|
|
|
16711
16759
|
i0.ɵɵtemplate(0, ReadDynamicMultiSelectListFieldComponent_div_0_Template, 4, 6, "div", 0);
|
|
16712
16760
|
} if (rf & 2) {
|
|
16713
16761
|
i0.ɵɵproperty("ngForOf", ctx.caseField.value);
|
|
16714
|
-
} }, dependencies: [
|
|
16762
|
+
} }, 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}"] });
|
|
16715
16763
|
}
|
|
16716
16764
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadDynamicMultiSelectListFieldComponent, [{
|
|
16717
16765
|
type: Component,
|
|
@@ -16848,7 +16896,7 @@ class WriteDynamicMultiSelectListFieldComponent extends AbstractFieldWriteCompon
|
|
|
16848
16896
|
i0.ɵɵproperty("ngIf", ctx.checkboxes.errors && ctx.checkboxes.touched);
|
|
16849
16897
|
i0.ɵɵadvance();
|
|
16850
16898
|
i0.ɵɵproperty("ngForOf", ctx.caseField.list_items);
|
|
16851
|
-
} }, dependencies: [
|
|
16899
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, MarkdownComponent, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], styles: ["ccd-markdown[_ngcontent-%COMP%]{display:inline-block}"] });
|
|
16852
16900
|
}
|
|
16853
16901
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteDynamicMultiSelectListFieldComponent, [{
|
|
16854
16902
|
type: Component,
|
|
@@ -17027,7 +17075,7 @@ class WriteDynamicRadioListFieldComponent extends AbstractFieldWriteComponent {
|
|
|
17027
17075
|
i0.ɵɵproperty("ngIf", ctx.dynamicRadioListControl.errors && ctx.dynamicRadioListControl.dirty);
|
|
17028
17076
|
i0.ɵɵadvance(2);
|
|
17029
17077
|
i0.ɵɵproperty("ngForOf", ctx.caseField.list_items);
|
|
17030
|
-
} }, dependencies: [
|
|
17078
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i3.DefaultValueAccessor, i3.RadioControlValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
17031
17079
|
}
|
|
17032
17080
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteDynamicRadioListFieldComponent, [{
|
|
17033
17081
|
type: Component,
|
|
@@ -17054,7 +17102,7 @@ class ReadEmailFieldComponent extends AbstractFieldReadComponent {
|
|
|
17054
17102
|
i0.ɵɵtemplate(0, ReadEmailFieldComponent_a_0_Template, 2, 3, "a", 0);
|
|
17055
17103
|
} if (rf & 2) {
|
|
17056
17104
|
i0.ɵɵproperty("ngIf", !ctx.isFieldValueEmpty());
|
|
17057
|
-
} }, dependencies: [
|
|
17105
|
+
} }, dependencies: [i4.NgIf], encapsulation: 2 });
|
|
17058
17106
|
}
|
|
17059
17107
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadEmailFieldComponent, [{
|
|
17060
17108
|
type: Component,
|
|
@@ -17125,7 +17173,7 @@ class WriteEmailFieldComponent extends AbstractFieldWriteComponent {
|
|
|
17125
17173
|
i0.ɵɵproperty("ngIf", ctx.emailControl.errors && (ctx.emailControl.dirty || ctx.emailControl.touched));
|
|
17126
17174
|
i0.ɵɵadvance();
|
|
17127
17175
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c1$j, ctx.emailControl.errors && (ctx.emailControl.dirty || ctx.emailControl.touched)))("id", ctx.id())("formControl", ctx.emailControl);
|
|
17128
|
-
} }, dependencies: [
|
|
17176
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
17129
17177
|
}
|
|
17130
17178
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteEmailFieldComponent, [{
|
|
17131
17179
|
type: Component,
|
|
@@ -17246,7 +17294,7 @@ class WriteFixedListFieldComponent extends AbstractFieldWriteComponent {
|
|
|
17246
17294
|
i0.ɵɵproperty("ngValue", null);
|
|
17247
17295
|
i0.ɵɵadvance(2);
|
|
17248
17296
|
i0.ɵɵproperty("ngForOf", ctx.listItems);
|
|
17249
|
-
} }, dependencies: [
|
|
17297
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i3.NgSelectOption, i3.ɵNgSelectMultipleOption, i3.SelectControlValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
17250
17298
|
}
|
|
17251
17299
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteFixedListFieldComponent, [{
|
|
17252
17300
|
type: Component,
|
|
@@ -17373,7 +17421,7 @@ class WriteFixedRadioListFieldComponent extends AbstractFieldWriteComponent {
|
|
|
17373
17421
|
i0.ɵɵproperty("ngIf", ctx.fixedRadioListControl.errors && (ctx.fixedRadioListControl.dirty || ctx.fixedRadioListControl.touched));
|
|
17374
17422
|
i0.ɵɵadvance(2);
|
|
17375
17423
|
i0.ɵɵproperty("ngForOf", ctx.caseField.field_type.fixed_list_items);
|
|
17376
|
-
} }, dependencies: [
|
|
17424
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i3.DefaultValueAccessor, i3.RadioControlValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
17377
17425
|
}
|
|
17378
17426
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteFixedRadioListFieldComponent, [{
|
|
17379
17427
|
type: Component,
|
|
@@ -17430,7 +17478,7 @@ class ReadJudicialUserFieldComponent extends AbstractFieldReadComponent {
|
|
|
17430
17478
|
i0.ɵɵtemplate(0, ReadJudicialUserFieldComponent_span_0_Template, 2, 2, "span", 0);
|
|
17431
17479
|
} if (rf & 2) {
|
|
17432
17480
|
i0.ɵɵproperty("ngIf", ctx.judicialUser);
|
|
17433
|
-
} }, dependencies: [
|
|
17481
|
+
} }, dependencies: [i4.NgIf], encapsulation: 2 });
|
|
17434
17482
|
}
|
|
17435
17483
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadJudicialUserFieldComponent, [{
|
|
17436
17484
|
type: Component,
|
|
@@ -17677,7 +17725,7 @@ class WriteJudicialUserFieldComponent extends WriteComplexFieldComponent {
|
|
|
17677
17725
|
i0.ɵɵproperty("ngIf", ctx.noResults && ctx.searchTerm && ctx.searchTerm.length > ctx.minSearchCharacters && ctx.showAutocomplete);
|
|
17678
17726
|
i0.ɵɵadvance();
|
|
17679
17727
|
i0.ɵɵproperty("ngIf", ctx.invalidSearchTerm);
|
|
17680
|
-
} }, dependencies: [
|
|
17728
|
+
} }, 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}"] });
|
|
17681
17729
|
}
|
|
17682
17730
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteJudicialUserFieldComponent, [{
|
|
17683
17731
|
type: Component,
|
|
@@ -17883,7 +17931,7 @@ class BeforeYouStartComponent extends AbstractJourneyComponent {
|
|
|
17883
17931
|
i0.ɵɵproperty("ngIf", ctx.serverLinkedApiError);
|
|
17884
17932
|
i0.ɵɵadvance();
|
|
17885
17933
|
i0.ɵɵproperty("ngIf", !ctx.serverLinkedApiError);
|
|
17886
|
-
} }, dependencies: [
|
|
17934
|
+
} }, dependencies: [i4.NgIf], encapsulation: 2 });
|
|
17887
17935
|
}
|
|
17888
17936
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BeforeYouStartComponent, [{
|
|
17889
17937
|
type: Component,
|
|
@@ -18624,7 +18672,7 @@ class LinkCasesComponent extends AbstractJourneyComponent {
|
|
|
18624
18672
|
super.next();
|
|
18625
18673
|
}
|
|
18626
18674
|
}
|
|
18627
|
-
static ɵfac = function LinkCasesComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LinkCasesComponent)(i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(
|
|
18675
|
+
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)); };
|
|
18628
18676
|
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) {
|
|
18629
18677
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div")(3, "span", 2);
|
|
18630
18678
|
i0.ɵɵtext(4);
|
|
@@ -18678,7 +18726,7 @@ class LinkCasesComponent extends AbstractJourneyComponent {
|
|
|
18678
18726
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LinkCasesComponent, [{
|
|
18679
18727
|
type: Component,
|
|
18680
18728
|
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"] }]
|
|
18681
|
-
}], () => [{ type: CasesService }, { type:
|
|
18729
|
+
}], () => [{ type: CasesService }, { type: i3.FormBuilder }, { type: ValidatorsUtils }, { type: LinkedCasesService }, { type: MultipageComponentStateService }], { linkedCasesStateEmitter: [{
|
|
18682
18730
|
type: Output
|
|
18683
18731
|
}] }); })();
|
|
18684
18732
|
(() => { (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 }); })();
|
|
@@ -19251,7 +19299,7 @@ class NoLinkedCasesComponent extends AbstractJourneyComponent {
|
|
|
19251
19299
|
i0.ɵɵproperty("ngIf", ctx.serverLinkedApiError);
|
|
19252
19300
|
i0.ɵɵadvance();
|
|
19253
19301
|
i0.ɵɵproperty("ngIf", ctx.serverLinkedApiError)("ngIfElse", noLinkedCases_r3);
|
|
19254
|
-
} }, dependencies: [
|
|
19302
|
+
} }, dependencies: [i4.NgIf], encapsulation: 2 });
|
|
19255
19303
|
}
|
|
19256
19304
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NoLinkedCasesComponent, [{
|
|
19257
19305
|
type: Component,
|
|
@@ -19475,17 +19523,17 @@ class UnLinkCasesComponent extends AbstractFieldWriteJourneyComponent {
|
|
|
19475
19523
|
this.errorMessages = [];
|
|
19476
19524
|
this.unlinkErrorMessage = null;
|
|
19477
19525
|
}
|
|
19478
|
-
static ɵfac = function UnLinkCasesComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UnLinkCasesComponent)(i0.ɵɵdirectiveInject(
|
|
19526
|
+
static ɵfac = function UnLinkCasesComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UnLinkCasesComponent)(i0.ɵɵdirectiveInject(i3.FormBuilder), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
|
|
19479
19527
|
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) {
|
|
19480
19528
|
i0.ɵɵtemplate(0, UnLinkCasesComponent_div_0_Template, 5, 1, "div", 0);
|
|
19481
19529
|
} if (rf & 2) {
|
|
19482
19530
|
i0.ɵɵproperty("ngIf", ctx.linkedCases.length > 0);
|
|
19483
|
-
} }, dependencies: [
|
|
19531
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormArrayName, CaseReferencePipe], encapsulation: 2 });
|
|
19484
19532
|
}
|
|
19485
19533
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UnLinkCasesComponent, [{
|
|
19486
19534
|
type: Component,
|
|
19487
19535
|
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" }]
|
|
19488
|
-
}], () => [{ type:
|
|
19536
|
+
}], () => [{ type: i3.FormBuilder }, { type: CasesService }, { type: LinkedCasesService }, { type: MultipageComponentStateService }], { linkedCasesStateEmitter: [{
|
|
19489
19537
|
type: Output
|
|
19490
19538
|
}], notifyAPIFailure: [{
|
|
19491
19539
|
type: Output
|
|
@@ -20088,7 +20136,7 @@ class ReadMoneyGbpFieldComponent extends AbstractFieldReadComponent {
|
|
|
20088
20136
|
i0.ɵɵtemplate(0, ReadMoneyGbpFieldComponent_ng_container_0_Template, 4, 5, "ng-container", 0);
|
|
20089
20137
|
} if (rf & 2) {
|
|
20090
20138
|
i0.ɵɵproperty("ngIf", ctx.isNumber());
|
|
20091
|
-
} }, dependencies: [
|
|
20139
|
+
} }, dependencies: [i4.NgIf, i4.CurrencyPipe], encapsulation: 2 });
|
|
20092
20140
|
}
|
|
20093
20141
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadMoneyGbpFieldComponent, [{
|
|
20094
20142
|
type: Component,
|
|
@@ -20294,7 +20342,7 @@ class WriteMoneyGbpFieldComponent extends AbstractFieldWriteComponent {
|
|
|
20294
20342
|
i0.ɵɵproperty("ngIf", ctx.moneyGbpControl.errors && (ctx.moneyGbpControl.dirty || ctx.moneyGbpControl.touched));
|
|
20295
20343
|
i0.ɵɵadvance(4);
|
|
20296
20344
|
i0.ɵɵproperty("id", ctx.id())("name", ctx.id())("mandatory", i0.ɵɵpipeBind1(9, 9, ctx.caseField))("formControl", ctx.moneyGbpControl);
|
|
20297
|
-
} }, dependencies: [
|
|
20345
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.NgControlStatus, i3.FormControlDirective, MoneyGbpInputComponent, FieldLabelPipe, FirstErrorPipe, IsMandatoryPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
20298
20346
|
}
|
|
20299
20347
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteMoneyGbpFieldComponent, [{
|
|
20300
20348
|
type: Component,
|
|
@@ -20334,7 +20382,7 @@ class ReadMultiSelectListFieldComponent extends AbstractFieldReadComponent {
|
|
|
20334
20382
|
i0.ɵɵtemplate(0, ReadMultiSelectListFieldComponent_table_0_Template, 4, 4, "table", 0);
|
|
20335
20383
|
} if (rf & 2) {
|
|
20336
20384
|
i0.ɵɵproperty("ngIf", ctx.caseField.value && ctx.caseField.value.length);
|
|
20337
|
-
} }, dependencies: [
|
|
20385
|
+
} }, 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}"] });
|
|
20338
20386
|
}
|
|
20339
20387
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadMultiSelectListFieldComponent, [{
|
|
20340
20388
|
type: Component,
|
|
@@ -20452,7 +20500,7 @@ class WriteMultiSelectListFieldComponent extends AbstractFieldWriteComponent {
|
|
|
20452
20500
|
i0.ɵɵproperty("ngIf", ctx.checkboxes.errors && (ctx.checkboxes.dirty || ctx.checkboxes.touched));
|
|
20453
20501
|
i0.ɵɵadvance();
|
|
20454
20502
|
i0.ɵɵproperty("ngForOf", ctx.caseField.field_type.fixed_list_items);
|
|
20455
|
-
} }, dependencies: [
|
|
20503
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
20456
20504
|
}
|
|
20457
20505
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteMultiSelectListFieldComponent, [{
|
|
20458
20506
|
type: Component,
|
|
@@ -20539,7 +20587,7 @@ class WriteNumberFieldComponent extends AbstractFieldWriteComponent {
|
|
|
20539
20587
|
i0.ɵɵproperty("ngIf", ctx.numberControl.errors && ctx.numberControl.dirty);
|
|
20540
20588
|
i0.ɵɵadvance();
|
|
20541
20589
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c1$f, ctx.numberControl.errors && ctx.numberControl.dirty))("id", ctx.id())("formControl", ctx.numberControl);
|
|
20542
|
-
} }, dependencies: [
|
|
20590
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.PatternValidator, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
20543
20591
|
}
|
|
20544
20592
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteNumberFieldComponent, [{
|
|
20545
20593
|
type: Component,
|
|
@@ -21153,7 +21201,7 @@ class CasePaymentHistoryViewerFieldComponent extends PaymentField {
|
|
|
21153
21201
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(8, 20, ctx.PAYMENT_HISTORY_WARNING), " ");
|
|
21154
21202
|
i0.ɵɵadvance(2);
|
|
21155
21203
|
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");
|
|
21156
|
-
} }, dependencies: [i3.PaymentLibComponent, i1.RpxTranslatePipe], styles: [".govuk-warning-text[_ngcontent-%COMP%]{margin-top:20px;margin-bottom:-20px}"] });
|
|
21204
|
+
} }, dependencies: [i3$1.PaymentLibComponent, i1.RpxTranslatePipe], styles: [".govuk-warning-text[_ngcontent-%COMP%]{margin-top:20px;margin-bottom:-20px}"] });
|
|
21157
21205
|
}
|
|
21158
21206
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CasePaymentHistoryViewerFieldComponent, [{
|
|
21159
21207
|
type: Component,
|
|
@@ -21239,7 +21287,7 @@ class WritePhoneUKFieldComponent extends AbstractFieldWriteComponent {
|
|
|
21239
21287
|
i0.ɵɵproperty("ngIf", ctx.phoneUkControl.errors && (ctx.phoneUkControl.dirty || ctx.phoneUkControl.touched));
|
|
21240
21288
|
i0.ɵɵadvance();
|
|
21241
21289
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c1$e, ctx.phoneUkControl.errors && ctx.phoneUkControl.dirty))("id", ctx.id())("formControl", ctx.phoneUkControl);
|
|
21242
|
-
} }, dependencies: [
|
|
21290
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
21243
21291
|
}
|
|
21244
21292
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WritePhoneUKFieldComponent, [{
|
|
21245
21293
|
type: Component,
|
|
@@ -21492,7 +21540,7 @@ class QualifyingQuestionDetailComponent {
|
|
|
21492
21540
|
i0.ɵɵtemplate(0, QualifyingQuestionDetailComponent_ng_container_0_Template, 5, 4, "ng-container", 0);
|
|
21493
21541
|
} if (rf & 2) {
|
|
21494
21542
|
i0.ɵɵproperty("ngIf", ctx.qualifyingQuestion == null ? null : ctx.qualifyingQuestion.markdown);
|
|
21495
|
-
} }, dependencies: [
|
|
21543
|
+
} }, dependencies: [i4.NgIf, TranslatedMarkdownDirective, MarkdownComponent, i1.RpxTranslatePipe], styles: [".qm-qualifying-question[_ngcontent-%COMP%] .markdown[_ngcontent-%COMP%]{font-size:19px}"] });
|
|
21496
21544
|
}
|
|
21497
21545
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QualifyingQuestionDetailComponent, [{
|
|
21498
21546
|
type: Component,
|
|
@@ -22126,7 +22174,7 @@ class QualifyingQuestionOptionsComponent {
|
|
|
22126
22174
|
i0.ɵɵtemplate(0, QualifyingQuestionOptionsComponent_ng_container_0_Template, 14, 12, "ng-container", 0);
|
|
22127
22175
|
} if (rf & 2) {
|
|
22128
22176
|
i0.ɵɵproperty("ngIf", ctx.qualifyingQuestionsControl);
|
|
22129
|
-
} }, dependencies: [
|
|
22177
|
+
} }, dependencies: [i4.NgForOf, i4.NgIf, i3.DefaultValueAccessor, i3.RadioControlValueAccessor, i3.NgControlStatus, i3.FormControlDirective, i4.AsyncPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
22130
22178
|
}
|
|
22131
22179
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QualifyingQuestionOptionsComponent, [{
|
|
22132
22180
|
type: Component,
|
|
@@ -22243,7 +22291,7 @@ class QueryCaseDetailsHeaderComponent {
|
|
|
22243
22291
|
i0.ɵɵproperty("ngIf", !ctx.caseTitle.label);
|
|
22244
22292
|
i0.ɵɵadvance();
|
|
22245
22293
|
i0.ɵɵproperty("ngIf", ctx.caseTitle.label);
|
|
22246
|
-
} }, dependencies: [
|
|
22294
|
+
} }, dependencies: [i4.NgIf, LabelFieldComponent, CaseReferencePipe], encapsulation: 2 });
|
|
22247
22295
|
}
|
|
22248
22296
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryCaseDetailsHeaderComponent, [{
|
|
22249
22297
|
type: Component,
|
|
@@ -23508,7 +23556,7 @@ class QueryListComponent {
|
|
|
23508
23556
|
i0.ɵɵtemplate(0, QueryListComponent_ng_container_0_Template, 10, 3, "ng-container", 0);
|
|
23509
23557
|
} if (rf & 2) {
|
|
23510
23558
|
i0.ɵɵproperty("ngIf", ctx.queryListData);
|
|
23511
|
-
} }, dependencies: [i5.NgForOf, i5.NgIf, i5.DatePipe, i1.RpxTranslatePipe], styles: ["@charset \"UTF-8\";[_ngcontent-%COMP%]:root{--govuk-frontend-version: \"5.13.0\";--govuk-breakpoint-mobile: 20rem;--govuk-frontend-breakpoint-mobile: var(--govuk-breakpoint-mobile);--govuk-breakpoint-tablet: 40.0625rem;--govuk-frontend-breakpoint-tablet: var(--govuk-breakpoint-tablet);--govuk-breakpoint-desktop: 48.0625rem;--govuk-frontend-breakpoint-desktop: var(--govuk-breakpoint-desktop)}.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;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-link[_ngcontent-%COMP%]:hover{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.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}@supports not (text-wrap: balance){.govuk-link[_ngcontent-%COMP%]:focus{-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-link-image[_ngcontent-%COMP%]{display:inline-block;line-height:0;text-decoration:none}.govuk-link-image[_ngcontent-%COMP%]:focus{outline:3px solid transparent;box-shadow:0 0 0 4px #fd0,0 0 0 8px #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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-list[_ngcontent-%COMP%]{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:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-heading-xl[_ngcontent-%COMP%]{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:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-heading-l[_ngcontent-%COMP%]{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:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-heading-m[_ngcontent-%COMP%]{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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-heading-s[_ngcontent-%COMP%]{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:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-caption-xl[_ngcontent-%COMP%]{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:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-caption-l[_ngcontent-%COMP%]{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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-caption-m[_ngcontent-%COMP%]{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:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{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:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-body-s[_ngcontent-%COMP%]{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:.75rem;line-height:1.25}@media(min-width:40.0625em){.govuk-body-xs[_ngcontent-%COMP%]{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:flex;flex-direction:column;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:1rem;line-height:1.1875}@media(min-width:40.0625em){.govuk-button-group[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]{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;flex-direction:row;flex-wrap:wrap;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:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-accordion__section-button[_ngcontent-%COMP%]{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}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion[_ngcontent-%COMP%]{border-bottom:1px solid #b1b4b6}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section[_ngcontent-%COMP%]{padding-top:0}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-content[_ngcontent-%COMP%]{display:none;padding-top:15px;padding-bottom:30px}@media(min-width:40.0625em){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-content[_ngcontent-%COMP%]{padding-bottom:50px}}@supports (content-visibility: hidden){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-content[hidden][_ngcontent-%COMP%]{content-visibility:hidden;display:inherit}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-content[hidden][_ngcontent-%COMP%]{padding-top:0;padding-bottom:0}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section--expanded[_ngcontent-%COMP%] .govuk-accordion__section-content[_ngcontent-%COMP%]{display:block}.govuk-frontend-supported[_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{.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{font-weight:400;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-frontend-supported[_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){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{margin-bottom:14px}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]::-moz-focus-inner{padding:0;border:0}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover{color:#0b0c0c;background:#f3f2f1;box-shadow:0 -2px #f3f2f1,0 4px #f3f2f1}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover .govuk-accordion__section-toggle-text[_ngcontent-%COMP%]{color:#0b0c0c}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{color:#0b0c0c;background:#0b0c0c}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]:after{color:#f3f2f1}.govuk-frontend-supported[_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}@supports not (text-wrap: balance){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus{-webkit-box-decoration-break:clone;box-decoration-break:clone}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{background:#0b0c0c}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]:after{color:#fd0}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-heading[_ngcontent-%COMP%]{padding:0}.govuk-frontend-supported[_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}.govuk-frontend-supported[_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;transform:rotate(-45deg);border-top:.125rem solid;border-right:.125rem solid}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion-nav__chevron--down[_ngcontent-%COMP%]{transform:rotate(180deg)}.govuk-frontend-supported[_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){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]{padding-bottom:10px}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:active{color:#0b0c0c;background:none}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover{color:#0b0c0c;background:#f3f2f1}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover .govuk-accordion__section-toggle-text[_ngcontent-%COMP%]{color:#0b0c0c}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{color:#0b0c0c;background:#0b0c0c}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]:after{color:#f3f2f1}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus{outline:0}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_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}@supports not (text-wrap: balance){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%]{-webkit-box-decoration-break:clone;box-decoration-break:clone}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{color:#0b0c0c;background:#0b0c0c}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]:after{color:#fd0}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]::-moz-focus-inner{padding:0;border:0}.govuk-frontend-supported[_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){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section--expanded[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]{padding-bottom:20px}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%]{padding-bottom:3px}@media(min-width:48.0625em){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%]{padding-bottom:2px}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-heading-text[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-summary[_ngcontent-%COMP%]{display:block;margin-bottom:13px}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%] .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%] .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%] .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-heading-text[_ngcontent-%COMP%] .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-heading-text[_ngcontent-%COMP%] .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-heading-text[_ngcontent-%COMP%] .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-summary[_ngcontent-%COMP%] .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-summary[_ngcontent-%COMP%] .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-summary[_ngcontent-%COMP%] .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%]{display:inline}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%]{font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%]{font-weight:400;color:#1d70b8}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all-text[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-toggle-text[_ngcontent-%COMP%]{margin-left:5px;vertical-align:middle}@media screen and (forced-colors:active){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{background-color:transparent}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{background:transparent;background-color:transparent}}@media(hover:none){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-header[_ngcontent-%COMP%]:hover{border-top-color:#b1b4b6;box-shadow:inset 0 3px #1d70b8}.govuk-frontend-supported[_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:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-back-link[_ngcontent-%COMP%]{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;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-back-link[_ngcontent-%COMP%]:hover{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.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}@supports not (text-wrap: balance){.govuk-back-link[_ngcontent-%COMP%]:focus{-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;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:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-breadcrumbs[_ngcontent-%COMP%]{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;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;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-breadcrumbs__link[_ngcontent-%COMP%]:hover{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.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}@supports not (text-wrap: balance){.govuk-breadcrumbs__link[_ngcontent-%COMP%]:focus{-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: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:1rem;line-height:1.1875}@media(min-width:40.0625em){.govuk-button[_ngcontent-%COMP%]{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%]{opacity:.5}.govuk-button[disabled][_ngcontent-%COMP%]:hover{background-color:#00703c;cursor:not-allowed}.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:1.125rem;line-height:1}@media(min-width:40.0625em){.govuk-button--start[_ngcontent-%COMP%]{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:inline-flex;min-height:auto;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;flex-shrink:0;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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-error-message[_ngcontent-%COMP%]{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-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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-hint[_ngcontent-%COMP%]{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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-label[_ngcontent-%COMP%]{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%], .govuk-label--l[_ngcontent-%COMP%], .govuk-label--m[_ngcontent-%COMP%]{font-weight:700;margin-bottom:15px}.govuk-label--xl[_ngcontent-%COMP%]{font-size:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-label--xl[_ngcontent-%COMP%]{font-size:3rem;line-height:1.0416666667}}@media print{.govuk-label--xl[_ngcontent-%COMP%]{font-size:32pt;line-height:1.15}}.govuk-label--l[_ngcontent-%COMP%]{font-size:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-label--l[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.1111111111}}@media print{.govuk-label--l[_ngcontent-%COMP%]{font-size:24pt;line-height:1.05}}.govuk-label--m[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-label--m[_ngcontent-%COMP%]{font-size:1.5rem;line-height:1.25}}@media print{.govuk-label--m[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-label--s[_ngcontent-%COMP%]{font-weight:700}.govuk-label-wrapper[_ngcontent-%COMP%]{margin:0}.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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-textarea[_ngcontent-%COMP%]{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[_ngcontent-%COMP%] .govuk-textarea--error[_ngcontent-%COMP%]:focus{border-color:#d4351c;box-shadow:inset 0 0 0 2px #d4351c}.govuk-character-count__message[_ngcontent-%COMP%]{font-variant-numeric:tabular-nums;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-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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-fieldset__legend[_ngcontent-%COMP%]{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%], .govuk-fieldset__legend--l[_ngcontent-%COMP%], .govuk-fieldset__legend--m[_ngcontent-%COMP%]{font-weight:700;margin-bottom:15px}.govuk-fieldset__legend--xl[_ngcontent-%COMP%]{font-size:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-fieldset__legend--xl[_ngcontent-%COMP%]{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--l[_ngcontent-%COMP%]{font-size:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-fieldset__legend--l[_ngcontent-%COMP%]{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--m[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-fieldset__legend--m[_ngcontent-%COMP%]{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--s[_ngcontent-%COMP%]{font-weight:700}.govuk-fieldset__heading[_ngcontent-%COMP%]{margin:0;font-size:inherit;font-weight:inherit}.govuk-checkboxes__item[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap;position:relative;margin-bottom:10px}.govuk-checkboxes__item[_ngcontent-%COMP%]:last-child, .govuk-checkboxes__item[_ngcontent-%COMP%]:last-of-type{margin-bottom:0}.govuk-checkboxes__input[_ngcontent-%COMP%]{z-index:1;width:44px;height:44px;margin:0;opacity:0;cursor:pointer}.govuk-checkboxes__label[_ngcontent-%COMP%]{align-self:center;max-width:calc(100% - 74px);margin-bottom:0;padding:7px 15px;cursor:pointer;touch-action:manipulation}.govuk-checkboxes__label[_ngcontent-%COMP%]:before{content:\"\";box-sizing:border-box;position:absolute;top:2px;left:2px;width:40px;height:40px;border:2px solid currentcolor;background:transparent}.govuk-checkboxes__label[_ngcontent-%COMP%]:after{content:\"\";box-sizing:border-box;position:absolute;top:13px;left:10px;width:23px;height:12px;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;width:100%;margin-top:-5px;padding-right:15px;padding-left:59px}.govuk-label[_ngcontent-%COMP%]:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-checkboxes__hint[_ngcontent-%COMP%]{margin-bottom:0}.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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-checkboxes__divider[_ngcontent-%COMP%]{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:20px;padding-left:35px;border-left:4px solid #b1b4b6}.govuk-frontend-supported[_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%]{margin-bottom:0}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__input[_ngcontent-%COMP%]{margin-left:-10px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__label[_ngcontent-%COMP%]{padding-left:1px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__label[_ngcontent-%COMP%]:before{top:10px;left:0;width:24px;height:24px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__label[_ngcontent-%COMP%]:after{top:17px;left:6px;width:12px;height:6.5px;border-width:0 0 3px 3px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__hint[_ngcontent-%COMP%]{padding-left:34px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__conditional[_ngcontent-%COMP%]{margin-left:10px;padding-left:20px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__divider[_ngcontent-%COMP%]{width:24px;margin-bottom:5px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__item[_ngcontent-%COMP%]:hover .govuk-checkboxes__input[_ngcontent-%COMP%]:not(:disabled) + .govuk-checkboxes__label[_ngcontent-%COMP%]:before{outline:3px dashed transparent;outline-offset:1px;box-shadow:0 0 0 10px #b1b4b6}@media screen and (forced-colors:active),(-ms-high-contrast:active){.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__item[_ngcontent-%COMP%]:hover .govuk-checkboxes__input[_ngcontent-%COMP%]:focus + .govuk-checkboxes__label[_ngcontent-%COMP%]:before{outline-color:Highlight}}.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-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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-input[_ngcontent-%COMP%]{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: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-variant-numeric:tabular-nums;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:flex}.govuk-input__wrapper[_ngcontent-%COMP%] .govuk-input[_ngcontent-%COMP%]{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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{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:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:5px;border:2px solid #0b0c0c;background-color:#f3f2f1;text-align:center;white-space:nowrap;cursor:default;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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-details[_ngcontent-%COMP%]{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%], .govuk-details__summary[_ngcontent-%COMP%]{display:block}.govuk-details[open][_ngcontent-%COMP%] .govuk-details__summary[_ngcontent-%COMP%]{margin-bottom:5px}.govuk-details__summary-text[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:first-child{margin-top:0}.govuk-details__summary-text[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:only-child, .govuk-details__summary-text[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-details__text[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:15px;padding-left:20px}.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}@media screen\\fffd {.govuk-details[_ngcontent-%COMP%]{border-left:10px solid #b1b4b6}.govuk-details__summary[_ngcontent-%COMP%]{margin-top:15px}.govuk-details__summary-text[_ngcontent-%COMP%]{font-weight:700;margin-bottom:15px;padding-left:20px}}@media screen\\fffd and (min-width:40.0625em){.govuk-details__summary-text[_ngcontent-%COMP%]{margin-bottom:20px}}@supports not (-ms-ime-align: auto){.govuk-details__summary[_ngcontent-%COMP%]{position:relative;width:-webkit-fit-content;width:fit-content;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}@supports not (text-wrap: balance){.govuk-details__summary[_ngcontent-%COMP%]:focus{-webkit-box-decoration-break:clone;box-decoration-break:clone}}.govuk-details__summary-text[_ngcontent-%COMP%]{text-decoration:underline;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-details__summary[_ngcontent-%COMP%]:hover .govuk-details__summary-text[_ngcontent-%COMP%]{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.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%]{border-left:5px solid #b1b4b6}}.govuk-error-summary[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-error-summary[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-error-summary[_ngcontent-%COMP%]{font-weight:400;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-error-summary[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-error-summary[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.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-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-error-summary__title[_ngcontent-%COMP%]{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%]{font-weight:700;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%] p[_ngcontent-%COMP%]{margin-bottom:0}.govuk-error-summary__body[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] + *[_ngcontent-%COMP%]{margin-top:15px}@media(min-width:40.0625em){.govuk-error-summary__body[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] + *[_ngcontent-%COMP%]{margin-top:20px}}.govuk-error-summary__body[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:5px}.govuk-error-summary__list[_ngcontent-%COMP%]{margin-bottom:0}.govuk-error-summary__list[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:last-child{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;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.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}@supports not (text-wrap: balance){.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:focus{-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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-file-upload[_ngcontent-%COMP%]{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-drop-zone[_ngcontent-%COMP%]{display:block;position:relative;z-index:0;background-color:#fff}.govuk-drop-zone--disabled[_ngcontent-%COMP%]{cursor:not-allowed}.govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%]{width:auto;margin-right:10px;margin-bottom:3px;flex-shrink:0}.govuk-file-upload-button__instruction[_ngcontent-%COMP%]{margin-top:7px;margin-bottom:0;text-align:left}.govuk-file-upload-button__status[_ngcontent-%COMP%]{display:block;margin-bottom:10px;padding:15px 10px;background-color:#fff;text-align:left;word-wrap:break-word;overflow-wrap:break-word}.govuk-file-upload-button__pseudo-button-container[_ngcontent-%COMP%]{display:flex;align-items:baseline;flex-wrap:wrap}.govuk-file-upload-button[_ngcontent-%COMP%]{width:100%;padding:18px;border:2px #b1b4b6 solid;background-color:#f3f2f1;cursor:pointer}@media(min-width:40.0625em){.govuk-file-upload-button[_ngcontent-%COMP%]{padding:23px}}.govuk-file-upload-button[_ngcontent-%COMP%] .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%]{background-color:#fff}.govuk-file-upload-button[_ngcontent-%COMP%]:hover{background-color:#c1c3c5}.govuk-file-upload-button[_ngcontent-%COMP%]:hover .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%]{background-color:#dbdad9}.govuk-file-upload-button[_ngcontent-%COMP%]:hover .govuk-file-upload-button__status[_ngcontent-%COMP%]{background-color:#d2e2f1}.govuk-file-upload-button[_ngcontent-%COMP%]:active, .govuk-file-upload-button[_ngcontent-%COMP%]:focus{border:2px solid #0b0c0c;outline:3px solid #ffdd00;outline-offset:0;background-color:#c1c3c5;box-shadow:inset 0 0 0 2px}.govuk-file-upload-button[_ngcontent-%COMP%]:active .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%], .govuk-file-upload-button[_ngcontent-%COMP%]:focus .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%]{background-color:#fd0;box-shadow:0 2px #0b0c0c}.govuk-file-upload-button[_ngcontent-%COMP%]:active:hover .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%], .govuk-file-upload-button[_ngcontent-%COMP%]:focus:hover .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%]{border-color:#fd0;outline:3px solid transparent;background-color:#f3f2f1;box-shadow:inset 0 0 0 1px #fd0}.govuk-file-upload-button--empty[_ngcontent-%COMP%]{border-style:dashed;background-color:#fff}.govuk-file-upload-button--empty[_ngcontent-%COMP%] .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%]{background-color:#f3f2f1}.govuk-file-upload-button--empty[_ngcontent-%COMP%] .govuk-file-upload-button__status[_ngcontent-%COMP%]{color:#0c2d4a;background-color:#bbd4ea}.govuk-file-upload-button--empty[_ngcontent-%COMP%]:hover, .govuk-file-upload-button--empty[_ngcontent-%COMP%]:focus, .govuk-file-upload-button--empty[_ngcontent-%COMP%]:active{background-color:#f3f2f1}.govuk-file-upload-button--empty[_ngcontent-%COMP%]:hover .govuk-file-upload-button__status[_ngcontent-%COMP%], .govuk-file-upload-button--empty[_ngcontent-%COMP%]:focus .govuk-file-upload-button__status[_ngcontent-%COMP%], .govuk-file-upload-button--empty[_ngcontent-%COMP%]:active .govuk-file-upload-button__status[_ngcontent-%COMP%]{background-color:#d2e2f1}.govuk-file-upload-button--dragging[_ngcontent-%COMP%]{border-style:solid;border-color:#0b0c0c}.govuk-file-upload-button--dragging.govuk-file-upload-button[_ngcontent-%COMP%]{background-color:#c1c3c5}.govuk-file-upload-button--dragging.govuk-file-upload-button--empty[_ngcontent-%COMP%]{background-color:#f3f2f1}.govuk-file-upload-button--dragging.govuk-file-upload-button--empty[_ngcontent-%COMP%]:not(:disabled) .govuk-file-upload-button__status[_ngcontent-%COMP%], .govuk-file-upload-button--dragging.govuk-file-upload-button--empty[_ngcontent-%COMP%] .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%]{background-color:#fff}.govuk-file-upload-button--dragging[_ngcontent-%COMP%] .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%]{background-color:#dbdad9}.govuk-file-upload-button[_ngcontent-%COMP%]:disabled{pointer-events:none;opacity:.5;background-color:#fff}.govuk-file-upload-button[_ngcontent-%COMP%]:disabled .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%]{background-color:#f3f2f1}.govuk-file-upload-button[_ngcontent-%COMP%]:disabled .govuk-file-upload-button__status[_ngcontent-%COMP%]{background-color:#bbd4ea}.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:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-footer[_ngcontent-%COMP%]{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;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-footer__link[_ngcontent-%COMP%]:hover{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.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}@supports not (text-wrap: balance){.govuk-footer__link[_ngcontent-%COMP%]:focus{-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:flex;margin-right:-15px;margin-left:-15px;flex-wrap:wrap;align-items:flex-end;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%]{flex:1}@media(max-width:40.0525em){.govuk-footer__meta-item--grow[_ngcontent-%COMP%]{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;text-wrap:balance}.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-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-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:.875rem;line-height:1}@media(min-width:40.0625em){.govuk-header[_ngcontent-%COMP%]{font-size:1rem;line-height:1}}@media print{.govuk-header[_ngcontent-%COMP%]{font-size:14pt;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}@media(max-width:48.0525em){.govuk-header--with-js-navigation[_ngcontent-%COMP%] .govuk-header__logo[_ngcontent-%COMP%]{padding-right:80px}}.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--full-width-border[_ngcontent-%COMP%]{border-bottom-color:#1d70b8}.govuk-header--full-width-border[_ngcontent-%COMP%] .govuk-header__container[_ngcontent-%COMP%]{border-bottom-color:transparent}.govuk-header__logotype[_ngcontent-%COMP%]{display:inline-block;position:relative;top:-3px;margin-right:5px;fill:currentcolor;vertical-align:top}@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%]{margin-right:.4375rem;margin-bottom:2px}.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__product-name[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1}@media(min-width:40.0625em){.govuk-header__product-name[_ngcontent-%COMP%]{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%]{font-weight:400;display:inline-table;margin-top:10px}@-moz-document url-prefix(){.govuk-header__product-name{margin-top:9.5px}}.govuk-header__product-name[_ngcontent-%COMP%]{vertical-align:top}@media(min-width:40.0625em){.govuk-header__product-name[_ngcontent-%COMP%]{margin-top:5px}@-moz-document url-prefix(){.govuk-header__product-name{margin-top:4.5px}}}.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%]: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}@supports not (text-wrap: balance){.govuk-header__link[_ngcontent-%COMP%]:focus{-webkit-box-decoration-break:clone;box-decoration-break:clone}}.govuk-header__link--homepage[_ngcontent-%COMP%]{display:inline-block;margin-right:10px;font-size:30px}@media(min-width:48.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%]{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%]{display:inline-block;margin-bottom:10px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-header__service-name[_ngcontent-%COMP%]{font-size:1.5rem;line-height:1.25}}@media print{.govuk-header__service-name[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-header__service-name[_ngcontent-%COMP%]{font-weight:700}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__service-name[_ngcontent-%COMP%]{margin-bottom:15px}@media(min-width:48.0625em){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__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}@media(min-width:48.0625em){.govuk-header__logo[_ngcontent-%COMP%]{width:33.33%;padding-right:15px;float:left;vertical-align:top}.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:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-header__menu-button[_ngcontent-%COMP%]{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%]{max-width:80px;min-height:24px;margin-bottom:5px;padding:0;border:0;color:#fff;background:none;word-break:break-all;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}@supports not (text-wrap: balance){.govuk-header__menu-button[_ngcontent-%COMP%]:focus{-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;border-bottom-color:inherit}@media(min-width:20em){.govuk-header__menu-button[_ngcontent-%COMP%]{position:absolute;top:13px;right:0;margin:0}}@media(min-width:40.0625em){.govuk-header__menu-button[_ngcontent-%COMP%]{top:15px}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-header__menu-button[_ngcontent-%COMP%]{display:block}.govuk-header__menu-button[hidden][_ngcontent-%COMP%], .govuk-frontend-supported[_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-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-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-header__navigation-item[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{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%]{font-weight:700;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__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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-inset-text[_ngcontent-%COMP%]{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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-notification-banner[_ngcontent-%COMP%]{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-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-notification-banner__title[_ngcontent-%COMP%]{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%]{font-weight:700;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-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-notification-banner__heading[_ngcontent-%COMP%]{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%]{font-weight:700;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;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-notification-banner__link[_ngcontent-%COMP%]:hover{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.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}@supports not (text-wrap: balance){.govuk-notification-banner__link[_ngcontent-%COMP%]:focus{-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:flex;flex-direction:column;align-items:center;flex-wrap:wrap}@media(min-width:40.0625em){.govuk-pagination[_ngcontent-%COMP%]{flex-direction:row;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: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: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:flex;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--ellipsis[_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--ellipsis[_ngcontent-%COMP%], .govuk-pagination__item--ellipses[_ngcontent-%COMP%]{font-weight:700;color:#505a5f}.govuk-pagination__item--ellipsis[_ngcontent-%COMP%]:hover, .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;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-pagination__link[_ngcontent-%COMP%]:hover .govuk-pagination__link-label[_ngcontent-%COMP%], .govuk-pagination__link[_ngcontent-%COMP%]:hover .govuk-pagination__link-title--decorated[_ngcontent-%COMP%], .govuk-pagination__link[_ngcontent-%COMP%]:active .govuk-pagination__link-label[_ngcontent-%COMP%], .govuk-pagination__link[_ngcontent-%COMP%]:active .govuk-pagination__link-title--decorated[_ngcontent-%COMP%]{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.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-title[_ngcontent-%COMP%]{text-decoration-thickness:inherit}.govuk-pagination__link-label[_ngcontent-%COMP%]{font-weight:400;text-decoration:underline;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em;display:inline-block}.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__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%] .govuk-pagination__link[_ngcontent-%COMP%], .govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__prev[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]{display:inline-block}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__next[_ngcontent-%COMP%]{padding-right:15px}.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-title[_ngcontent-%COMP%]:after{content:\"\";display:block}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]{padding-left:30px;text-align:left}.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-top:.326em;margin-left:-30px;float:left}.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:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-panel[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.1111111111}}@media print{.govuk-panel[_ngcontent-%COMP%]{font-size:24pt;line-height:1.05}}.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%]{font-size:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-panel__title[_ngcontent-%COMP%]{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%]{font-weight:700;margin-top:0;margin-bottom:30px}.govuk-panel__title[_ngcontent-%COMP%]:last-child{margin-bottom:0}@media(min-width:20em){.govuk-password-input__wrapper[_ngcontent-%COMP%]{flex-direction:row;align-items:flex-start}}.govuk-password-input__input[_ngcontent-%COMP%]::-ms-reveal{display:none}.govuk-password-input__toggle[_ngcontent-%COMP%]{margin-top:5px;margin-bottom:0}.govuk-password-input__toggle[hidden][_ngcontent-%COMP%]{display:none}@media(min-width:20em){.govuk-password-input__toggle[_ngcontent-%COMP%]{width:auto;flex-shrink:0;flex-basis:5em;margin-top:0;margin-left:5px}}.govuk-tag[_ngcontent-%COMP%]{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:400;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-tag[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-tag[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-tag[_ngcontent-%COMP%]{display:inline-block;max-width:160px;margin-top:-2px;margin-bottom:-3px;padding:2px 8px 3px;color:#0c2d4a;background-color:#bbd4ea;text-decoration:none;overflow-wrap:break-word}@media screen and (forced-colors:active){.govuk-tag[_ngcontent-%COMP%]{font-weight:700}}.govuk-tag--grey[_ngcontent-%COMP%]{color:#282d30;background-color:#e5e6e7}.govuk-tag--purple[_ngcontent-%COMP%]{color:#491644;background-color:#efdfed}.govuk-tag--turquoise[_ngcontent-%COMP%]{color:#10403c;background-color:#d4ecea}.govuk-tag--blue[_ngcontent-%COMP%]{color:#0c2d4a;background-color:#bbd4ea}.govuk-tag--light-blue[_ngcontent-%COMP%]{color:#0c2d4a;background-color:#e8f1f8}.govuk-tag--yellow[_ngcontent-%COMP%]{color:#594d00;background-color:#fff7bf}.govuk-tag--orange[_ngcontent-%COMP%]{color:#6e3619;background-color:#fcd6c3}.govuk-tag--red[_ngcontent-%COMP%]{color:#2a0b06;background-color:#f4cdc6}.govuk-tag--pink[_ngcontent-%COMP%]{color:#6b1c40;background-color:#f9e1ec}.govuk-tag--green[_ngcontent-%COMP%]{color:#005a30;background-color:#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:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-phase-banner__content[_ngcontent-%COMP%]{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%]{font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-phase-banner__content__tag[_ngcontent-%COMP%]{font-size:1rem;line-height:1.25}}@media print{.govuk-phase-banner__content__tag[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-phase-banner__content__tag[_ngcontent-%COMP%]{margin-right:10px}.govuk-phase-banner__text[_ngcontent-%COMP%]{display:table-cell;vertical-align:middle}.govuk-radios__item[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap;position:relative;margin-bottom:10px}.govuk-radios__item[_ngcontent-%COMP%]:last-child, .govuk-radios__item[_ngcontent-%COMP%]:last-of-type{margin-bottom:0}.govuk-radios__input[_ngcontent-%COMP%]{z-index:1;width:44px;height:44px;margin:0;opacity:0;cursor:pointer}.govuk-radios__label[_ngcontent-%COMP%]{align-self:center;max-width:calc(100% - 74px);margin-bottom:0;padding:7px 15px;cursor:pointer;touch-action:manipulation}.govuk-radios__label[_ngcontent-%COMP%]:before{content:\"\";box-sizing:border-box;position:absolute;top:2px;left:2px;width:40px;height:40px;border:2px solid currentcolor;border-radius:50%;background:transparent}.govuk-radios__label[_ngcontent-%COMP%]:after{content:\"\";position:absolute;top:12px;left:12px;width:0;height:0;border:10px solid currentcolor;border-radius:50%;opacity:0;background:currentcolor}.govuk-radios__hint[_ngcontent-%COMP%]{display:block;width:100%;margin-top:-5px;padding-right:15px;padding-left:59px}.govuk-label[_ngcontent-%COMP%]:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-radios__hint[_ngcontent-%COMP%]{margin-bottom:0}.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%]{display:flex;flex-wrap:wrap;align-items:flex-start}.govuk-radios--inline[_ngcontent-%COMP%] .govuk-radios__item[_ngcontent-%COMP%]{margin-right:20px}}.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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-radios__divider[_ngcontent-%COMP%]{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:20px;padding-left:35px;border-left:4px solid #b1b4b6}.govuk-frontend-supported[_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%]{margin-bottom:0}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__input[_ngcontent-%COMP%]{margin-left:-10px}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__label[_ngcontent-%COMP%]{padding-left:1px}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__label[_ngcontent-%COMP%]:before{top:10px;left:0;width:24px;height:24px}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__label[_ngcontent-%COMP%]:after{top:17px;left:7px;border-width:5px}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__hint[_ngcontent-%COMP%]{padding-left:34px}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__conditional[_ngcontent-%COMP%]{margin-left:10px;padding-left:20px}.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{outline:4px dashed transparent;outline-offset:1px;box-shadow:0 0 0 10px #b1b4b6}@media screen and (forced-colors:active),(-ms-high-contrast:active){.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__item[_ngcontent-%COMP%]:hover .govuk-radios__input[_ngcontent-%COMP%]:focus + .govuk-radios__label[_ngcontent-%COMP%]:before{outline-color:Highlight}}.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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-select[_ngcontent-%COMP%]{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: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-service-navigation[_ngcontent-%COMP%]{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#b1b4b6}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation[_ngcontent-%COMP%]{border-bottom-color:#8eb8dc}.govuk-service-navigation[_ngcontent-%COMP%]{background-color:#f3f2f1}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation[_ngcontent-%COMP%]{background-color:#f4f8fb}.govuk-service-navigation__container[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:start}@media(min-width:40.0625em){.govuk-service-navigation__container[_ngcontent-%COMP%]{flex-direction:row;flex-wrap:wrap}}.govuk-service-navigation__item[_ngcontent-%COMP%], .govuk-service-navigation__service-name[_ngcontent-%COMP%]{position:relative;margin:10px 0;border:0 solid #1a65a6}@media(min-width:40.0625em){.govuk-service-navigation__item[_ngcontent-%COMP%], .govuk-service-navigation__service-name[_ngcontent-%COMP%]{display:inline-block;margin-top:0;margin-bottom:0;padding:20px 0}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation__item[_ngcontent-%COMP%], .govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation__service-name[_ngcontent-%COMP%]{padding:15px 0;line-height:1.5263157895}.govuk-service-navigation__item[_ngcontent-%COMP%]:not(:last-child), .govuk-service-navigation__service-name[_ngcontent-%COMP%]:not(:last-child){margin-right:20px}}@media(min-width:40.0625em)and (min-width:40.0625em){.govuk-service-navigation__item[_ngcontent-%COMP%]:not(:last-child), .govuk-service-navigation__service-name[_ngcontent-%COMP%]:not(:last-child){margin-right:30px}}.govuk-service-navigation__service-name[_ngcontent-%COMP%] + .govuk-service-navigation__wrapper[_ngcontent-%COMP%] .govuk-service-navigation__list[_ngcontent-%COMP%]:first-child .govuk-service-navigation__item[_ngcontent-%COMP%]:first-child, .govuk-service-navigation__service-name[_ngcontent-%COMP%] + .govuk-service-navigation__wrapper[_ngcontent-%COMP%] .govuk-service-navigation__toggle[hidden][_ngcontent-%COMP%] + .govuk-service-navigation__list[_ngcontent-%COMP%] .govuk-service-navigation__item[_ngcontent-%COMP%]:first-child{margin-top:0}@media(max-width:40.0525em){.govuk-service-navigation__item--active[_ngcontent-%COMP%]{margin-left:-15px;padding-left:10px;border-left-width:5px}}@media(min-width:40.0625em){.govuk-service-navigation__item--active[_ngcontent-%COMP%]{padding-bottom:15px}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation__item--active[_ngcontent-%COMP%]{padding-bottom:10px}.govuk-service-navigation__item--active[_ngcontent-%COMP%]{border-bottom-width:5px}}.govuk-service-navigation__link[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-service-navigation__link[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-service-navigation__link[_ngcontent-%COMP%]{text-decoration:underline;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-service-navigation__link[_ngcontent-%COMP%]:hover{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.govuk-service-navigation__link[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none}@supports not (text-wrap: balance){.govuk-service-navigation__link[_ngcontent-%COMP%]:focus{-webkit-box-decoration-break:clone;box-decoration-break:clone}}.govuk-service-navigation__link[_ngcontent-%COMP%]:not(:hover):not(:active){text-decoration:none}.govuk-service-navigation__link[_ngcontent-%COMP%]:link, .govuk-service-navigation__link[_ngcontent-%COMP%]:visited{color:#1d70b8}.govuk-service-navigation__link[_ngcontent-%COMP%]:hover{color:#003078}.govuk-service-navigation__link[_ngcontent-%COMP%]:active{color:#0b0c0c}.govuk-service-navigation__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-service-navigation__link[_ngcontent-%COMP%]:not(:hover):not(:focus){color:#1a65a6}.govuk-service-navigation__service-name[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-service-navigation__service-name[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-service-navigation__service-name[_ngcontent-%COMP%]{font-weight:700;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-service-navigation__service-name[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-service-navigation__service-name[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-service-navigation__service-name[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:link, .govuk-service-navigation__service-name[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:visited{color:#0b0c0c}@media print{.govuk-service-navigation__service-name[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:link, .govuk-service-navigation__service-name[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:visited{color:#000}}.govuk-service-navigation__service-name[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:hover{color:#0b0c0cfc}.govuk-service-navigation__service-name[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:active, .govuk-service-navigation__service-name[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}@media print{.govuk-service-navigation__service-name[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:active, .govuk-service-navigation__service-name[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:focus{color:#000}}.govuk-service-navigation__wrapper[_ngcontent-%COMP%]{flex-grow:1}.govuk-service-navigation__toggle[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-service-navigation__toggle[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-service-navigation__toggle[_ngcontent-%COMP%]{font-weight:700;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-service-navigation__toggle[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-service-navigation__toggle[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-service-navigation__toggle[_ngcontent-%COMP%]{display:inline-flex;margin:10px 0;padding:0;border:0;color:#1a65a6;background:none;word-break:break-all;cursor:pointer;align-items:center}.govuk-service-navigation__toggle[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none}@supports not (text-wrap: balance){.govuk-service-navigation__toggle[_ngcontent-%COMP%]:focus{-webkit-box-decoration-break:clone;box-decoration-break:clone}}.govuk-service-navigation__toggle[_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-service-navigation__toggle[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;border-bottom-color:inherit}.govuk-service-navigation__toggle[hidden][_ngcontent-%COMP%]{display:none}.govuk-service-navigation__service-name[_ngcontent-%COMP%] + .govuk-service-navigation__wrapper[_ngcontent-%COMP%] .govuk-service-navigation__toggle[_ngcontent-%COMP%]{margin-top:0}.govuk-service-navigation__list[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-service-navigation__list[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-service-navigation__list[_ngcontent-%COMP%]{font-weight:400;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-service-navigation__list[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-service-navigation__list[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-service-navigation__list[_ngcontent-%COMP%]{margin:0 0 15px;padding:0;list-style:none}@media(min-width:40.0625em){.govuk-service-navigation__list[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap;margin-bottom:0}}@media screen and (min-width:40.0625em)and (min-width:0\\fffd){.govuk-service-navigation__list[_ngcontent-%COMP%]{display:block}}.govuk-service-navigation__active-fallback[_ngcontent-%COMP%]{font-weight:inherit}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%]{border-bottom:none;color:#fff;background-color:#1d70b8}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-width-container[_ngcontent-%COMP%]{border-width:1px 0;border-style:solid;border-color:#8eb8dc}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-service-navigation__container[_ngcontent-%COMP%]{margin-top:-1px}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-service-navigation__item[_ngcontent-%COMP%], .govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-service-navigation__service-name[_ngcontent-%COMP%]{border-color:#fff}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:link, .govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:visited{color:#fff}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:hover, .govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:active{color:#fffffffc}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-service-navigation__toggle[_ngcontent-%COMP%]:not(:focus){color:currentcolor}.govuk-skip-link[_ngcontent-%COMP%]:not(:active):not(:focus):not(.\\:focus){position:absolute!important;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;-webkit-user-select:none;-ms-user-select:none;user-select:none}.govuk-skip-link[_ngcontent-%COMP%]{text-decoration:underline;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.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-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%]{font-weight:400;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-skip-link[_ngcontent-%COMP%]{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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-summary-list[_ngcontent-%COMP%]{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%;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%], .govuk-summary-card__action[_ngcontent-%COMP%]{display:inline-block}@media(max-width:40.0525em){.govuk-summary-list__actions-list-item[_ngcontent-%COMP%], .govuk-summary-card__action[_ngcontent-%COMP%]{margin-right:10px;padding-right:10px;border-right:1px solid #b1b4b6}.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]:last-child, .govuk-summary-card__action[_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%], .govuk-summary-card__action[_ngcontent-%COMP%]{margin-left:10px;padding-left:10px}.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]:not(:first-child), .govuk-summary-card__action[_ngcontent-%COMP%]:not(:first-child){border-left:1px solid #b1b4b6}.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]:first-child, .govuk-summary-card__action[_ngcontent-%COMP%]:first-child{margin-left:0;padding-left:0;border:0}}.govuk-summary-list__actions-list-item[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]:focus{isolation:isolate}.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:flex;justify-content:space-between;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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-summary-card__title[_ngcontent-%COMP%]{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%]{color:#0b0c0c}@media print{.govuk-summary-card__title[_ngcontent-%COMP%]{color:#000}}.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-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-summary-card__actions[_ngcontent-%COMP%]{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%]{font-weight:700;display:flex;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%]{justify-content:right;text-align:right}}.govuk-summary-card__action[_ngcontent-%COMP%]{display:inline}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.govuk-summary-card__action[_ngcontent-%COMP%]{margin-bottom:5px}}@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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-table[_ngcontent-%COMP%]{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-variant-numeric:tabular-nums}.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%], .govuk-table__caption--l[_ngcontent-%COMP%], .govuk-table__caption--m[_ngcontent-%COMP%]{margin-bottom:15px}.govuk-table__caption--xl[_ngcontent-%COMP%]{font-size:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-table__caption--xl[_ngcontent-%COMP%]{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--l[_ngcontent-%COMP%]{font-size:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-table__caption--l[_ngcontent-%COMP%]{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--m[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-table__caption--m[_ngcontent-%COMP%]{font-size:1.5rem;line-height:1.25}}@media print{.govuk-table__caption--m[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-tabs[_ngcontent-%COMP%]{margin-top:5px;margin-bottom:20px}@media(min-width:40.0625em){.govuk-tabs[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-tabs[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-tabs[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-tabs[_ngcontent-%COMP%]{font-weight:400;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-tabs[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-tabs[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-tabs__title[_ngcontent-%COMP%]{font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-tabs__title[_ngcontent-%COMP%]{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%]{font-weight:400;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%]{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;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-tabs__tab[_ngcontent-%COMP%]:hover{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.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}@supports not (text-wrap: balance){.govuk-tabs__tab[_ngcontent-%COMP%]:focus{-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){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__list[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__list[_ngcontent-%COMP%]{margin-bottom:0;border-bottom:1px solid #b1b4b6}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__title[_ngcontent-%COMP%]{display:none}.govuk-frontend-supported[_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}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__list-item[_ngcontent-%COMP%]:before{content:none}.govuk-frontend-supported[_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}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__list-item--selected[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]{text-decoration:none}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:link, .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:visited{color:#0b0c0c}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]{margin-bottom:0}}@media print and (min-width:40.0625em){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:link, .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:visited{color:#000}}@media(min-width:40.0625em){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:hover{color:#0b0c0cfc}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:active, .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:focus{color:#0b0c0c}}@media print and (min-width:40.0625em){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:active, .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:focus{color:#000}}@media(min-width:40.0625em){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:after{content:\"\";position:absolute;inset:0}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__panel[_ngcontent-%COMP%]{margin-bottom:0;padding:30px 20px;border:1px solid #b1b4b6;border-top:0}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__panel[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__panel--hidden[_ngcontent-%COMP%]{display:none}}.govuk-task-list[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-task-list[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-task-list[_ngcontent-%COMP%]{font-weight:400;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-task-list[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-task-list[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-task-list[_ngcontent-%COMP%]{margin-top:0;margin-bottom:20px}@media(min-width:40.0625em){.govuk-task-list[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-task-list[_ngcontent-%COMP%]{padding:0;list-style-type:none}.govuk-task-list__item[_ngcontent-%COMP%]{display:table;position:relative;width:100%;margin-bottom:0;padding-top:10px;padding-bottom:10px;border-bottom:1px solid #b1b4b6}.govuk-task-list__item[_ngcontent-%COMP%]:first-child{border-top:1px solid #b1b4b6}.govuk-task-list__item--with-link[_ngcontent-%COMP%]:hover{background:#f3f2f1}.govuk-task-list__name-and-hint[_ngcontent-%COMP%]{display:table-cell;vertical-align:top;color:#0b0c0c}@media print{.govuk-task-list__name-and-hint[_ngcontent-%COMP%]{color:#000}}.govuk-task-list__status[_ngcontent-%COMP%]{display:table-cell;padding-left:10px;text-align:right;vertical-align:top;color:#0b0c0c}@media print{.govuk-task-list__status[_ngcontent-%COMP%]{color:#000}}.govuk-task-list__status--cannot-start-yet[_ngcontent-%COMP%]{color:#505a5f}.govuk-task-list__link[_ngcontent-%COMP%]:after{content:\"\";display:block;position:absolute;inset:0}.govuk-task-list__hint[_ngcontent-%COMP%]{margin-top:5px;color:#505a5f}.govuk-warning-text[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-warning-text[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-warning-text[_ngcontent-%COMP%]{font-weight:400;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-warning-text[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-warning-text[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-warning-text[_ngcontent-%COMP%]{margin-bottom:20px}@media(min-width:40.0625em){.govuk-warning-text[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-warning-text[_ngcontent-%COMP%]{font-weight:700;position:relative;padding:10px 0}.govuk-warning-text__icon[_ngcontent-%COMP%]{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%]{color:#0b0c0c}@media print{.govuk-warning-text__text[_ngcontent-%COMP%]{color:#000}}.govuk-warning-text__text[_ngcontent-%COMP%]{display:block;padding-left:45px;font-weight:inherit}.govuk-clearfix[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-visually-hidden[_ngcontent-%COMP%]{position:absolute!important;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;-webkit-user-select:none;-ms-user-select:none;user-select:none}.govuk-visually-hidden[_ngcontent-%COMP%]:before{content:\"\\a0\"}.govuk-visually-hidden[_ngcontent-%COMP%]:after{content:\"\\a0\"}.govuk-visually-hidden-focusable[_ngcontent-%COMP%]:not(:active):not(:focus):not(.\\:focus){position:absolute!important;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;-webkit-user-select:none;-ms-user-select:none;user-select:none}.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-\\!-static-margin-0[_ngcontent-%COMP%]{margin:0!important}.govuk-\\!-static-margin-top-0[_ngcontent-%COMP%]{margin-top:0!important}.govuk-\\!-static-margin-right-0[_ngcontent-%COMP%]{margin-right:0!important}.govuk-\\!-static-margin-bottom-0[_ngcontent-%COMP%]{margin-bottom:0!important}.govuk-\\!-static-margin-left-0[_ngcontent-%COMP%]{margin-left:0!important}.govuk-\\!-static-margin-1[_ngcontent-%COMP%]{margin:5px!important}.govuk-\\!-static-margin-top-1[_ngcontent-%COMP%]{margin-top:5px!important}.govuk-\\!-static-margin-right-1[_ngcontent-%COMP%]{margin-right:5px!important}.govuk-\\!-static-margin-bottom-1[_ngcontent-%COMP%]{margin-bottom:5px!important}.govuk-\\!-static-margin-left-1[_ngcontent-%COMP%]{margin-left:5px!important}.govuk-\\!-static-margin-2[_ngcontent-%COMP%]{margin:10px!important}.govuk-\\!-static-margin-top-2[_ngcontent-%COMP%]{margin-top:10px!important}.govuk-\\!-static-margin-right-2[_ngcontent-%COMP%]{margin-right:10px!important}.govuk-\\!-static-margin-bottom-2[_ngcontent-%COMP%]{margin-bottom:10px!important}.govuk-\\!-static-margin-left-2[_ngcontent-%COMP%]{margin-left:10px!important}.govuk-\\!-static-margin-3[_ngcontent-%COMP%]{margin:15px!important}.govuk-\\!-static-margin-top-3[_ngcontent-%COMP%]{margin-top:15px!important}.govuk-\\!-static-margin-right-3[_ngcontent-%COMP%]{margin-right:15px!important}.govuk-\\!-static-margin-bottom-3[_ngcontent-%COMP%]{margin-bottom:15px!important}.govuk-\\!-static-margin-left-3[_ngcontent-%COMP%]{margin-left:15px!important}.govuk-\\!-static-margin-4[_ngcontent-%COMP%]{margin:20px!important}.govuk-\\!-static-margin-top-4[_ngcontent-%COMP%]{margin-top:20px!important}.govuk-\\!-static-margin-right-4[_ngcontent-%COMP%]{margin-right:20px!important}.govuk-\\!-static-margin-bottom-4[_ngcontent-%COMP%]{margin-bottom:20px!important}.govuk-\\!-static-margin-left-4[_ngcontent-%COMP%]{margin-left:20px!important}.govuk-\\!-static-margin-5[_ngcontent-%COMP%]{margin:25px!important}.govuk-\\!-static-margin-top-5[_ngcontent-%COMP%]{margin-top:25px!important}.govuk-\\!-static-margin-right-5[_ngcontent-%COMP%]{margin-right:25px!important}.govuk-\\!-static-margin-bottom-5[_ngcontent-%COMP%]{margin-bottom:25px!important}.govuk-\\!-static-margin-left-5[_ngcontent-%COMP%]{margin-left:25px!important}.govuk-\\!-static-margin-6[_ngcontent-%COMP%]{margin:30px!important}.govuk-\\!-static-margin-top-6[_ngcontent-%COMP%]{margin-top:30px!important}.govuk-\\!-static-margin-right-6[_ngcontent-%COMP%]{margin-right:30px!important}.govuk-\\!-static-margin-bottom-6[_ngcontent-%COMP%]{margin-bottom:30px!important}.govuk-\\!-static-margin-left-6[_ngcontent-%COMP%]{margin-left:30px!important}.govuk-\\!-static-margin-7[_ngcontent-%COMP%]{margin:40px!important}.govuk-\\!-static-margin-top-7[_ngcontent-%COMP%]{margin-top:40px!important}.govuk-\\!-static-margin-right-7[_ngcontent-%COMP%]{margin-right:40px!important}.govuk-\\!-static-margin-bottom-7[_ngcontent-%COMP%]{margin-bottom:40px!important}.govuk-\\!-static-margin-left-7[_ngcontent-%COMP%]{margin-left:40px!important}.govuk-\\!-static-margin-8[_ngcontent-%COMP%]{margin:50px!important}.govuk-\\!-static-margin-top-8[_ngcontent-%COMP%]{margin-top:50px!important}.govuk-\\!-static-margin-right-8[_ngcontent-%COMP%]{margin-right:50px!important}.govuk-\\!-static-margin-bottom-8[_ngcontent-%COMP%]{margin-bottom:50px!important}.govuk-\\!-static-margin-left-8[_ngcontent-%COMP%]{margin-left:50px!important}.govuk-\\!-static-margin-9[_ngcontent-%COMP%]{margin:60px!important}.govuk-\\!-static-margin-top-9[_ngcontent-%COMP%]{margin-top:60px!important}.govuk-\\!-static-margin-right-9[_ngcontent-%COMP%]{margin-right:60px!important}.govuk-\\!-static-margin-bottom-9[_ngcontent-%COMP%]{margin-bottom:60px!important}.govuk-\\!-static-margin-left-9[_ngcontent-%COMP%]{margin-left:60px!important}.govuk-\\!-static-padding-0[_ngcontent-%COMP%]{padding:0!important}.govuk-\\!-static-padding-top-0[_ngcontent-%COMP%]{padding-top:0!important}.govuk-\\!-static-padding-right-0[_ngcontent-%COMP%]{padding-right:0!important}.govuk-\\!-static-padding-bottom-0[_ngcontent-%COMP%]{padding-bottom:0!important}.govuk-\\!-static-padding-left-0[_ngcontent-%COMP%]{padding-left:0!important}.govuk-\\!-static-padding-1[_ngcontent-%COMP%]{padding:5px!important}.govuk-\\!-static-padding-top-1[_ngcontent-%COMP%]{padding-top:5px!important}.govuk-\\!-static-padding-right-1[_ngcontent-%COMP%]{padding-right:5px!important}.govuk-\\!-static-padding-bottom-1[_ngcontent-%COMP%]{padding-bottom:5px!important}.govuk-\\!-static-padding-left-1[_ngcontent-%COMP%]{padding-left:5px!important}.govuk-\\!-static-padding-2[_ngcontent-%COMP%]{padding:10px!important}.govuk-\\!-static-padding-top-2[_ngcontent-%COMP%]{padding-top:10px!important}.govuk-\\!-static-padding-right-2[_ngcontent-%COMP%]{padding-right:10px!important}.govuk-\\!-static-padding-bottom-2[_ngcontent-%COMP%]{padding-bottom:10px!important}.govuk-\\!-static-padding-left-2[_ngcontent-%COMP%]{padding-left:10px!important}.govuk-\\!-static-padding-3[_ngcontent-%COMP%]{padding:15px!important}.govuk-\\!-static-padding-top-3[_ngcontent-%COMP%]{padding-top:15px!important}.govuk-\\!-static-padding-right-3[_ngcontent-%COMP%]{padding-right:15px!important}.govuk-\\!-static-padding-bottom-3[_ngcontent-%COMP%]{padding-bottom:15px!important}.govuk-\\!-static-padding-left-3[_ngcontent-%COMP%]{padding-left:15px!important}.govuk-\\!-static-padding-4[_ngcontent-%COMP%]{padding:20px!important}.govuk-\\!-static-padding-top-4[_ngcontent-%COMP%]{padding-top:20px!important}.govuk-\\!-static-padding-right-4[_ngcontent-%COMP%]{padding-right:20px!important}.govuk-\\!-static-padding-bottom-4[_ngcontent-%COMP%]{padding-bottom:20px!important}.govuk-\\!-static-padding-left-4[_ngcontent-%COMP%]{padding-left:20px!important}.govuk-\\!-static-padding-5[_ngcontent-%COMP%]{padding:25px!important}.govuk-\\!-static-padding-top-5[_ngcontent-%COMP%]{padding-top:25px!important}.govuk-\\!-static-padding-right-5[_ngcontent-%COMP%]{padding-right:25px!important}.govuk-\\!-static-padding-bottom-5[_ngcontent-%COMP%]{padding-bottom:25px!important}.govuk-\\!-static-padding-left-5[_ngcontent-%COMP%]{padding-left:25px!important}.govuk-\\!-static-padding-6[_ngcontent-%COMP%]{padding:30px!important}.govuk-\\!-static-padding-top-6[_ngcontent-%COMP%]{padding-top:30px!important}.govuk-\\!-static-padding-right-6[_ngcontent-%COMP%]{padding-right:30px!important}.govuk-\\!-static-padding-bottom-6[_ngcontent-%COMP%]{padding-bottom:30px!important}.govuk-\\!-static-padding-left-6[_ngcontent-%COMP%]{padding-left:30px!important}.govuk-\\!-static-padding-7[_ngcontent-%COMP%]{padding:40px!important}.govuk-\\!-static-padding-top-7[_ngcontent-%COMP%]{padding-top:40px!important}.govuk-\\!-static-padding-right-7[_ngcontent-%COMP%]{padding-right:40px!important}.govuk-\\!-static-padding-bottom-7[_ngcontent-%COMP%]{padding-bottom:40px!important}.govuk-\\!-static-padding-left-7[_ngcontent-%COMP%]{padding-left:40px!important}.govuk-\\!-static-padding-8[_ngcontent-%COMP%]{padding:50px!important}.govuk-\\!-static-padding-top-8[_ngcontent-%COMP%]{padding-top:50px!important}.govuk-\\!-static-padding-right-8[_ngcontent-%COMP%]{padding-right:50px!important}.govuk-\\!-static-padding-bottom-8[_ngcontent-%COMP%]{padding-bottom:50px!important}.govuk-\\!-static-padding-left-8[_ngcontent-%COMP%]{padding-left:50px!important}.govuk-\\!-static-padding-9[_ngcontent-%COMP%]{padding:60px!important}.govuk-\\!-static-padding-top-9[_ngcontent-%COMP%]{padding-top:60px!important}.govuk-\\!-static-padding-right-9[_ngcontent-%COMP%]{padding-right:60px!important}.govuk-\\!-static-padding-bottom-9[_ngcontent-%COMP%]{padding-bottom:60px!important}.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:3.3125rem!important;line-height:1.0377358491!important}@media(min-width:40.0625em){.govuk-\\!-font-size-80[_ngcontent-%COMP%]{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:2rem!important;line-height:1.09375!important}@media(min-width:40.0625em){.govuk-\\!-font-size-48[_ngcontent-%COMP%]{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:1.5rem!important;line-height:1.0416666667!important}@media(min-width:40.0625em){.govuk-\\!-font-size-36[_ngcontent-%COMP%]{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:1.125rem!important;line-height:1.1111111111!important}@media(min-width:40.0625em){.govuk-\\!-font-size-27[_ngcontent-%COMP%]{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:1.125rem!important;line-height:1.1111111111!important}@media(min-width:40.0625em){.govuk-\\!-font-size-24[_ngcontent-%COMP%]{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:1rem!important;line-height:1.25!important}@media(min-width:40.0625em){.govuk-\\!-font-size-19[_ngcontent-%COMP%]{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:.875rem!important;line-height:1.1428571429!important}@media(min-width:40.0625em){.govuk-\\!-font-size-16[_ngcontent-%COMP%]{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:.75rem!important;line-height:1.25!important}@media(min-width:40.0625em){.govuk-\\!-font-size-14[_ngcontent-%COMP%]{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-\\!-font-tabular-numbers[_ngcontent-%COMP%]{font-variant-numeric:tabular-nums!important}.govuk-\\!-text-break-word[_ngcontent-%COMP%]{word-wrap:break-word!important;overflow-wrap:break-word!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}}.govuk-js-link[_ngcontent-%COMP%]{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link[_ngcontent-%COMP%]:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link[_ngcontent-%COMP%]:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link[_ngcontent-%COMP%]:visited{color:#4c2c92}.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"] });
|
|
23559
|
+
} }, dependencies: [i4.NgForOf, i4.NgIf, i4.DatePipe, i1.RpxTranslatePipe], styles: ["@charset \"UTF-8\";[_ngcontent-%COMP%]:root{--govuk-frontend-version: \"5.13.0\";--govuk-breakpoint-mobile: 20rem;--govuk-frontend-breakpoint-mobile: var(--govuk-breakpoint-mobile);--govuk-breakpoint-tablet: 40.0625rem;--govuk-frontend-breakpoint-tablet: var(--govuk-breakpoint-tablet);--govuk-breakpoint-desktop: 48.0625rem;--govuk-frontend-breakpoint-desktop: var(--govuk-breakpoint-desktop)}.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;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-link[_ngcontent-%COMP%]:hover{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.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}@supports not (text-wrap: balance){.govuk-link[_ngcontent-%COMP%]:focus{-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-link-image[_ngcontent-%COMP%]{display:inline-block;line-height:0;text-decoration:none}.govuk-link-image[_ngcontent-%COMP%]:focus{outline:3px solid transparent;box-shadow:0 0 0 4px #fd0,0 0 0 8px #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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-list[_ngcontent-%COMP%]{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:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-heading-xl[_ngcontent-%COMP%]{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:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-heading-l[_ngcontent-%COMP%]{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:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-heading-m[_ngcontent-%COMP%]{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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-heading-s[_ngcontent-%COMP%]{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:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-caption-xl[_ngcontent-%COMP%]{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:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-caption-l[_ngcontent-%COMP%]{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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-caption-m[_ngcontent-%COMP%]{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:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-body-lead[_ngcontent-%COMP%], .govuk-body-l[_ngcontent-%COMP%]{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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-body[_ngcontent-%COMP%], .govuk-body-m[_ngcontent-%COMP%]{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:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-body-s[_ngcontent-%COMP%]{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:.75rem;line-height:1.25}@media(min-width:40.0625em){.govuk-body-xs[_ngcontent-%COMP%]{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:flex;flex-direction:column;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:1rem;line-height:1.1875}@media(min-width:40.0625em){.govuk-button-group[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]{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;flex-direction:row;flex-wrap:wrap;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:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-accordion__section-button[_ngcontent-%COMP%]{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}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion[_ngcontent-%COMP%]{border-bottom:1px solid #b1b4b6}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section[_ngcontent-%COMP%]{padding-top:0}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-content[_ngcontent-%COMP%]{display:none;padding-top:15px;padding-bottom:30px}@media(min-width:40.0625em){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-content[_ngcontent-%COMP%]{padding-bottom:50px}}@supports (content-visibility: hidden){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-content[hidden][_ngcontent-%COMP%]{content-visibility:hidden;display:inherit}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-content[hidden][_ngcontent-%COMP%]{padding-top:0;padding-bottom:0}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section--expanded[_ngcontent-%COMP%] .govuk-accordion__section-content[_ngcontent-%COMP%]{display:block}.govuk-frontend-supported[_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{.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{font-weight:400;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-frontend-supported[_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){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]{margin-bottom:14px}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]::-moz-focus-inner{padding:0;border:0}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover{color:#0b0c0c;background:#f3f2f1;box-shadow:0 -2px #f3f2f1,0 4px #f3f2f1}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover .govuk-accordion__section-toggle-text[_ngcontent-%COMP%]{color:#0b0c0c}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{color:#0b0c0c;background:#0b0c0c}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]:after{color:#f3f2f1}.govuk-frontend-supported[_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}@supports not (text-wrap: balance){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus{-webkit-box-decoration-break:clone;box-decoration-break:clone}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{background:#0b0c0c}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]:after{color:#fd0}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-heading[_ngcontent-%COMP%]{padding:0}.govuk-frontend-supported[_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}.govuk-frontend-supported[_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;transform:rotate(-45deg);border-top:.125rem solid;border-right:.125rem solid}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion-nav__chevron--down[_ngcontent-%COMP%]{transform:rotate(180deg)}.govuk-frontend-supported[_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){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]{padding-bottom:10px}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:active{color:#0b0c0c;background:none}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover{color:#0b0c0c;background:#f3f2f1}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover .govuk-accordion__section-toggle-text[_ngcontent-%COMP%]{color:#0b0c0c}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{color:#0b0c0c;background:#0b0c0c}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]:after{color:#f3f2f1}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus{outline:0}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_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}@supports not (text-wrap: balance){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%]{-webkit-box-decoration-break:clone;box-decoration-break:clone}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{color:#0b0c0c;background:#0b0c0c}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]:after{color:#fd0}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]::-moz-focus-inner{padding:0;border:0}.govuk-frontend-supported[_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){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section--expanded[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]{padding-bottom:20px}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%]{padding-bottom:3px}@media(min-width:48.0625em){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%]{padding-bottom:2px}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-heading-text[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-summary[_ngcontent-%COMP%]{display:block;margin-bottom:13px}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%] .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%] .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%] .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-heading-text[_ngcontent-%COMP%] .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-heading-text[_ngcontent-%COMP%] .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-heading-text[_ngcontent-%COMP%] .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-summary[_ngcontent-%COMP%] .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-summary[_ngcontent-%COMP%] .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-summary[_ngcontent-%COMP%] .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%]{display:inline}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%]{font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-toggle[_ngcontent-%COMP%]{font-weight:400;color:#1d70b8}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all-text[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-toggle-text[_ngcontent-%COMP%]{margin-left:5px;vertical-align:middle}@media screen and (forced-colors:active){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:hover .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{background-color:transparent}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__show-all[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-heading-text-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-summary-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion__section-toggle-focus[_ngcontent-%COMP%], .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-button[_ngcontent-%COMP%]:focus .govuk-accordion-nav__chevron[_ngcontent-%COMP%]{background:transparent;background-color:transparent}}@media(hover:none){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-accordion__section-header[_ngcontent-%COMP%]:hover{border-top-color:#b1b4b6;box-shadow:inset 0 3px #1d70b8}.govuk-frontend-supported[_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:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-back-link[_ngcontent-%COMP%]{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;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-back-link[_ngcontent-%COMP%]:hover{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.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}@supports not (text-wrap: balance){.govuk-back-link[_ngcontent-%COMP%]:focus{-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;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:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-breadcrumbs[_ngcontent-%COMP%]{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;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;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-breadcrumbs__link[_ngcontent-%COMP%]:hover{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.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}@supports not (text-wrap: balance){.govuk-breadcrumbs__link[_ngcontent-%COMP%]:focus{-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: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:1rem;line-height:1.1875}@media(min-width:40.0625em){.govuk-button[_ngcontent-%COMP%]{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%]{opacity:.5}.govuk-button[disabled][_ngcontent-%COMP%]:hover{background-color:#00703c;cursor:not-allowed}.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:1.125rem;line-height:1}@media(min-width:40.0625em){.govuk-button--start[_ngcontent-%COMP%]{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:inline-flex;min-height:auto;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;flex-shrink:0;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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-error-message[_ngcontent-%COMP%]{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-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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-hint[_ngcontent-%COMP%]{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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-label[_ngcontent-%COMP%]{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%], .govuk-label--l[_ngcontent-%COMP%], .govuk-label--m[_ngcontent-%COMP%]{font-weight:700;margin-bottom:15px}.govuk-label--xl[_ngcontent-%COMP%]{font-size:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-label--xl[_ngcontent-%COMP%]{font-size:3rem;line-height:1.0416666667}}@media print{.govuk-label--xl[_ngcontent-%COMP%]{font-size:32pt;line-height:1.15}}.govuk-label--l[_ngcontent-%COMP%]{font-size:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-label--l[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.1111111111}}@media print{.govuk-label--l[_ngcontent-%COMP%]{font-size:24pt;line-height:1.05}}.govuk-label--m[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-label--m[_ngcontent-%COMP%]{font-size:1.5rem;line-height:1.25}}@media print{.govuk-label--m[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-label--s[_ngcontent-%COMP%]{font-weight:700}.govuk-label-wrapper[_ngcontent-%COMP%]{margin:0}.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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-textarea[_ngcontent-%COMP%]{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[_ngcontent-%COMP%] .govuk-textarea--error[_ngcontent-%COMP%]:focus{border-color:#d4351c;box-shadow:inset 0 0 0 2px #d4351c}.govuk-character-count__message[_ngcontent-%COMP%]{font-variant-numeric:tabular-nums;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-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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-fieldset__legend[_ngcontent-%COMP%]{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%], .govuk-fieldset__legend--l[_ngcontent-%COMP%], .govuk-fieldset__legend--m[_ngcontent-%COMP%]{font-weight:700;margin-bottom:15px}.govuk-fieldset__legend--xl[_ngcontent-%COMP%]{font-size:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-fieldset__legend--xl[_ngcontent-%COMP%]{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--l[_ngcontent-%COMP%]{font-size:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-fieldset__legend--l[_ngcontent-%COMP%]{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--m[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-fieldset__legend--m[_ngcontent-%COMP%]{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--s[_ngcontent-%COMP%]{font-weight:700}.govuk-fieldset__heading[_ngcontent-%COMP%]{margin:0;font-size:inherit;font-weight:inherit}.govuk-checkboxes__item[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap;position:relative;margin-bottom:10px}.govuk-checkboxes__item[_ngcontent-%COMP%]:last-child, .govuk-checkboxes__item[_ngcontent-%COMP%]:last-of-type{margin-bottom:0}.govuk-checkboxes__input[_ngcontent-%COMP%]{z-index:1;width:44px;height:44px;margin:0;opacity:0;cursor:pointer}.govuk-checkboxes__label[_ngcontent-%COMP%]{align-self:center;max-width:calc(100% - 74px);margin-bottom:0;padding:7px 15px;cursor:pointer;touch-action:manipulation}.govuk-checkboxes__label[_ngcontent-%COMP%]:before{content:\"\";box-sizing:border-box;position:absolute;top:2px;left:2px;width:40px;height:40px;border:2px solid currentcolor;background:transparent}.govuk-checkboxes__label[_ngcontent-%COMP%]:after{content:\"\";box-sizing:border-box;position:absolute;top:13px;left:10px;width:23px;height:12px;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;width:100%;margin-top:-5px;padding-right:15px;padding-left:59px}.govuk-label[_ngcontent-%COMP%]:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-checkboxes__hint[_ngcontent-%COMP%]{margin-bottom:0}.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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-checkboxes__divider[_ngcontent-%COMP%]{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:20px;padding-left:35px;border-left:4px solid #b1b4b6}.govuk-frontend-supported[_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%]{margin-bottom:0}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__input[_ngcontent-%COMP%]{margin-left:-10px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__label[_ngcontent-%COMP%]{padding-left:1px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__label[_ngcontent-%COMP%]:before{top:10px;left:0;width:24px;height:24px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__label[_ngcontent-%COMP%]:after{top:17px;left:6px;width:12px;height:6.5px;border-width:0 0 3px 3px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__hint[_ngcontent-%COMP%]{padding-left:34px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__conditional[_ngcontent-%COMP%]{margin-left:10px;padding-left:20px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__divider[_ngcontent-%COMP%]{width:24px;margin-bottom:5px}.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__item[_ngcontent-%COMP%]:hover .govuk-checkboxes__input[_ngcontent-%COMP%]:not(:disabled) + .govuk-checkboxes__label[_ngcontent-%COMP%]:before{outline:3px dashed transparent;outline-offset:1px;box-shadow:0 0 0 10px #b1b4b6}@media screen and (forced-colors:active),(-ms-high-contrast:active){.govuk-checkboxes--small[_ngcontent-%COMP%] .govuk-checkboxes__item[_ngcontent-%COMP%]:hover .govuk-checkboxes__input[_ngcontent-%COMP%]:focus + .govuk-checkboxes__label[_ngcontent-%COMP%]:before{outline-color:Highlight}}.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-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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-input[_ngcontent-%COMP%]{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: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-variant-numeric:tabular-nums;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:flex}.govuk-input__wrapper[_ngcontent-%COMP%] .govuk-input[_ngcontent-%COMP%]{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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-input__prefix[_ngcontent-%COMP%], .govuk-input__suffix[_ngcontent-%COMP%]{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:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:5px;border:2px solid #0b0c0c;background-color:#f3f2f1;text-align:center;white-space:nowrap;cursor:default;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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-details[_ngcontent-%COMP%]{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%], .govuk-details__summary[_ngcontent-%COMP%]{display:block}.govuk-details[open][_ngcontent-%COMP%] .govuk-details__summary[_ngcontent-%COMP%]{margin-bottom:5px}.govuk-details__summary-text[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:first-child{margin-top:0}.govuk-details__summary-text[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:only-child, .govuk-details__summary-text[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-details__text[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:15px;padding-left:20px}.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}@media screen\\fffd {.govuk-details[_ngcontent-%COMP%]{border-left:10px solid #b1b4b6}.govuk-details__summary[_ngcontent-%COMP%]{margin-top:15px}.govuk-details__summary-text[_ngcontent-%COMP%]{font-weight:700;margin-bottom:15px;padding-left:20px}}@media screen\\fffd and (min-width:40.0625em){.govuk-details__summary-text[_ngcontent-%COMP%]{margin-bottom:20px}}@supports not (-ms-ime-align: auto){.govuk-details__summary[_ngcontent-%COMP%]{position:relative;width:-webkit-fit-content;width:fit-content;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}@supports not (text-wrap: balance){.govuk-details__summary[_ngcontent-%COMP%]:focus{-webkit-box-decoration-break:clone;box-decoration-break:clone}}.govuk-details__summary-text[_ngcontent-%COMP%]{text-decoration:underline;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-details__summary[_ngcontent-%COMP%]:hover .govuk-details__summary-text[_ngcontent-%COMP%]{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.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%]{border-left:5px solid #b1b4b6}}.govuk-error-summary[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-error-summary[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-error-summary[_ngcontent-%COMP%]{font-weight:400;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-error-summary[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-error-summary[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.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-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-error-summary__title[_ngcontent-%COMP%]{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%]{font-weight:700;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%] p[_ngcontent-%COMP%]{margin-bottom:0}.govuk-error-summary__body[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] + *[_ngcontent-%COMP%]{margin-top:15px}@media(min-width:40.0625em){.govuk-error-summary__body[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] + *[_ngcontent-%COMP%]{margin-top:20px}}.govuk-error-summary__body[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:5px}.govuk-error-summary__list[_ngcontent-%COMP%]{margin-bottom:0}.govuk-error-summary__list[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:last-child{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;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.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}@supports not (text-wrap: balance){.govuk-error-summary__list[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:focus{-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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-file-upload[_ngcontent-%COMP%]{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-drop-zone[_ngcontent-%COMP%]{display:block;position:relative;z-index:0;background-color:#fff}.govuk-drop-zone--disabled[_ngcontent-%COMP%]{cursor:not-allowed}.govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%]{width:auto;margin-right:10px;margin-bottom:3px;flex-shrink:0}.govuk-file-upload-button__instruction[_ngcontent-%COMP%]{margin-top:7px;margin-bottom:0;text-align:left}.govuk-file-upload-button__status[_ngcontent-%COMP%]{display:block;margin-bottom:10px;padding:15px 10px;background-color:#fff;text-align:left;word-wrap:break-word;overflow-wrap:break-word}.govuk-file-upload-button__pseudo-button-container[_ngcontent-%COMP%]{display:flex;align-items:baseline;flex-wrap:wrap}.govuk-file-upload-button[_ngcontent-%COMP%]{width:100%;padding:18px;border:2px #b1b4b6 solid;background-color:#f3f2f1;cursor:pointer}@media(min-width:40.0625em){.govuk-file-upload-button[_ngcontent-%COMP%]{padding:23px}}.govuk-file-upload-button[_ngcontent-%COMP%] .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%]{background-color:#fff}.govuk-file-upload-button[_ngcontent-%COMP%]:hover{background-color:#c1c3c5}.govuk-file-upload-button[_ngcontent-%COMP%]:hover .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%]{background-color:#dbdad9}.govuk-file-upload-button[_ngcontent-%COMP%]:hover .govuk-file-upload-button__status[_ngcontent-%COMP%]{background-color:#d2e2f1}.govuk-file-upload-button[_ngcontent-%COMP%]:active, .govuk-file-upload-button[_ngcontent-%COMP%]:focus{border:2px solid #0b0c0c;outline:3px solid #ffdd00;outline-offset:0;background-color:#c1c3c5;box-shadow:inset 0 0 0 2px}.govuk-file-upload-button[_ngcontent-%COMP%]:active .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%], .govuk-file-upload-button[_ngcontent-%COMP%]:focus .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%]{background-color:#fd0;box-shadow:0 2px #0b0c0c}.govuk-file-upload-button[_ngcontent-%COMP%]:active:hover .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%], .govuk-file-upload-button[_ngcontent-%COMP%]:focus:hover .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%]{border-color:#fd0;outline:3px solid transparent;background-color:#f3f2f1;box-shadow:inset 0 0 0 1px #fd0}.govuk-file-upload-button--empty[_ngcontent-%COMP%]{border-style:dashed;background-color:#fff}.govuk-file-upload-button--empty[_ngcontent-%COMP%] .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%]{background-color:#f3f2f1}.govuk-file-upload-button--empty[_ngcontent-%COMP%] .govuk-file-upload-button__status[_ngcontent-%COMP%]{color:#0c2d4a;background-color:#bbd4ea}.govuk-file-upload-button--empty[_ngcontent-%COMP%]:hover, .govuk-file-upload-button--empty[_ngcontent-%COMP%]:focus, .govuk-file-upload-button--empty[_ngcontent-%COMP%]:active{background-color:#f3f2f1}.govuk-file-upload-button--empty[_ngcontent-%COMP%]:hover .govuk-file-upload-button__status[_ngcontent-%COMP%], .govuk-file-upload-button--empty[_ngcontent-%COMP%]:focus .govuk-file-upload-button__status[_ngcontent-%COMP%], .govuk-file-upload-button--empty[_ngcontent-%COMP%]:active .govuk-file-upload-button__status[_ngcontent-%COMP%]{background-color:#d2e2f1}.govuk-file-upload-button--dragging[_ngcontent-%COMP%]{border-style:solid;border-color:#0b0c0c}.govuk-file-upload-button--dragging.govuk-file-upload-button[_ngcontent-%COMP%]{background-color:#c1c3c5}.govuk-file-upload-button--dragging.govuk-file-upload-button--empty[_ngcontent-%COMP%]{background-color:#f3f2f1}.govuk-file-upload-button--dragging.govuk-file-upload-button--empty[_ngcontent-%COMP%]:not(:disabled) .govuk-file-upload-button__status[_ngcontent-%COMP%], .govuk-file-upload-button--dragging.govuk-file-upload-button--empty[_ngcontent-%COMP%] .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%]{background-color:#fff}.govuk-file-upload-button--dragging[_ngcontent-%COMP%] .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%]{background-color:#dbdad9}.govuk-file-upload-button[_ngcontent-%COMP%]:disabled{pointer-events:none;opacity:.5;background-color:#fff}.govuk-file-upload-button[_ngcontent-%COMP%]:disabled .govuk-file-upload-button__pseudo-button[_ngcontent-%COMP%]{background-color:#f3f2f1}.govuk-file-upload-button[_ngcontent-%COMP%]:disabled .govuk-file-upload-button__status[_ngcontent-%COMP%]{background-color:#bbd4ea}.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:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-footer[_ngcontent-%COMP%]{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;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-footer__link[_ngcontent-%COMP%]:hover{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.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}@supports not (text-wrap: balance){.govuk-footer__link[_ngcontent-%COMP%]:focus{-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:flex;margin-right:-15px;margin-left:-15px;flex-wrap:wrap;align-items:flex-end;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%]{flex:1}@media(max-width:40.0525em){.govuk-footer__meta-item--grow[_ngcontent-%COMP%]{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;text-wrap:balance}.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-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-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:.875rem;line-height:1}@media(min-width:40.0625em){.govuk-header[_ngcontent-%COMP%]{font-size:1rem;line-height:1}}@media print{.govuk-header[_ngcontent-%COMP%]{font-size:14pt;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}@media(max-width:48.0525em){.govuk-header--with-js-navigation[_ngcontent-%COMP%] .govuk-header__logo[_ngcontent-%COMP%]{padding-right:80px}}.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--full-width-border[_ngcontent-%COMP%]{border-bottom-color:#1d70b8}.govuk-header--full-width-border[_ngcontent-%COMP%] .govuk-header__container[_ngcontent-%COMP%]{border-bottom-color:transparent}.govuk-header__logotype[_ngcontent-%COMP%]{display:inline-block;position:relative;top:-3px;margin-right:5px;fill:currentcolor;vertical-align:top}@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%]{margin-right:.4375rem;margin-bottom:2px}.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__product-name[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1}@media(min-width:40.0625em){.govuk-header__product-name[_ngcontent-%COMP%]{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%]{font-weight:400;display:inline-table;margin-top:10px}@-moz-document url-prefix(){.govuk-header__product-name{margin-top:9.5px}}.govuk-header__product-name[_ngcontent-%COMP%]{vertical-align:top}@media(min-width:40.0625em){.govuk-header__product-name[_ngcontent-%COMP%]{margin-top:5px}@-moz-document url-prefix(){.govuk-header__product-name{margin-top:4.5px}}}.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%]: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}@supports not (text-wrap: balance){.govuk-header__link[_ngcontent-%COMP%]:focus{-webkit-box-decoration-break:clone;box-decoration-break:clone}}.govuk-header__link--homepage[_ngcontent-%COMP%]{display:inline-block;margin-right:10px;font-size:30px}@media(min-width:48.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%]{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%]{display:inline-block;margin-bottom:10px;font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-header__service-name[_ngcontent-%COMP%]{font-size:1.5rem;line-height:1.25}}@media print{.govuk-header__service-name[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-header__service-name[_ngcontent-%COMP%]{font-weight:700}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__service-name[_ngcontent-%COMP%]{margin-bottom:15px}@media(min-width:48.0625em){.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-header__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}@media(min-width:48.0625em){.govuk-header__logo[_ngcontent-%COMP%]{width:33.33%;padding-right:15px;float:left;vertical-align:top}.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:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-header__menu-button[_ngcontent-%COMP%]{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%]{max-width:80px;min-height:24px;margin-bottom:5px;padding:0;border:0;color:#fff;background:none;word-break:break-all;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}@supports not (text-wrap: balance){.govuk-header__menu-button[_ngcontent-%COMP%]:focus{-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;border-bottom-color:inherit}@media(min-width:20em){.govuk-header__menu-button[_ngcontent-%COMP%]{position:absolute;top:13px;right:0;margin:0}}@media(min-width:40.0625em){.govuk-header__menu-button[_ngcontent-%COMP%]{top:15px}}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-header__menu-button[_ngcontent-%COMP%]{display:block}.govuk-header__menu-button[hidden][_ngcontent-%COMP%], .govuk-frontend-supported[_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-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-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-header__navigation-item[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{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%]{font-weight:700;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__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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-inset-text[_ngcontent-%COMP%]{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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-notification-banner[_ngcontent-%COMP%]{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-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-notification-banner__title[_ngcontent-%COMP%]{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%]{font-weight:700;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-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-notification-banner__heading[_ngcontent-%COMP%]{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%]{font-weight:700;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;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-notification-banner__link[_ngcontent-%COMP%]:hover{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.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}@supports not (text-wrap: balance){.govuk-notification-banner__link[_ngcontent-%COMP%]:focus{-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:flex;flex-direction:column;align-items:center;flex-wrap:wrap}@media(min-width:40.0625em){.govuk-pagination[_ngcontent-%COMP%]{flex-direction:row;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: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: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:flex;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--ellipsis[_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--ellipsis[_ngcontent-%COMP%], .govuk-pagination__item--ellipses[_ngcontent-%COMP%]{font-weight:700;color:#505a5f}.govuk-pagination__item--ellipsis[_ngcontent-%COMP%]:hover, .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;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-pagination__link[_ngcontent-%COMP%]:hover .govuk-pagination__link-label[_ngcontent-%COMP%], .govuk-pagination__link[_ngcontent-%COMP%]:hover .govuk-pagination__link-title--decorated[_ngcontent-%COMP%], .govuk-pagination__link[_ngcontent-%COMP%]:active .govuk-pagination__link-label[_ngcontent-%COMP%], .govuk-pagination__link[_ngcontent-%COMP%]:active .govuk-pagination__link-title--decorated[_ngcontent-%COMP%]{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.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-title[_ngcontent-%COMP%]{text-decoration-thickness:inherit}.govuk-pagination__link-label[_ngcontent-%COMP%]{font-weight:400;text-decoration:underline;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em;display:inline-block}.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__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%] .govuk-pagination__link[_ngcontent-%COMP%], .govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__prev[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]{display:inline-block}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__next[_ngcontent-%COMP%]{padding-right:15px}.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-title[_ngcontent-%COMP%]:after{content:\"\";display:block}.govuk-pagination--block[_ngcontent-%COMP%] .govuk-pagination__link[_ngcontent-%COMP%]{padding-left:30px;text-align:left}.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-top:.326em;margin-left:-30px;float:left}.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:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-panel[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.1111111111}}@media print{.govuk-panel[_ngcontent-%COMP%]{font-size:24pt;line-height:1.05}}.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%]{font-size:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-panel__title[_ngcontent-%COMP%]{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%]{font-weight:700;margin-top:0;margin-bottom:30px}.govuk-panel__title[_ngcontent-%COMP%]:last-child{margin-bottom:0}@media(min-width:20em){.govuk-password-input__wrapper[_ngcontent-%COMP%]{flex-direction:row;align-items:flex-start}}.govuk-password-input__input[_ngcontent-%COMP%]::-ms-reveal{display:none}.govuk-password-input__toggle[_ngcontent-%COMP%]{margin-top:5px;margin-bottom:0}.govuk-password-input__toggle[hidden][_ngcontent-%COMP%]{display:none}@media(min-width:20em){.govuk-password-input__toggle[_ngcontent-%COMP%]{width:auto;flex-shrink:0;flex-basis:5em;margin-top:0;margin-left:5px}}.govuk-tag[_ngcontent-%COMP%]{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:400;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-tag[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-tag[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-tag[_ngcontent-%COMP%]{display:inline-block;max-width:160px;margin-top:-2px;margin-bottom:-3px;padding:2px 8px 3px;color:#0c2d4a;background-color:#bbd4ea;text-decoration:none;overflow-wrap:break-word}@media screen and (forced-colors:active){.govuk-tag[_ngcontent-%COMP%]{font-weight:700}}.govuk-tag--grey[_ngcontent-%COMP%]{color:#282d30;background-color:#e5e6e7}.govuk-tag--purple[_ngcontent-%COMP%]{color:#491644;background-color:#efdfed}.govuk-tag--turquoise[_ngcontent-%COMP%]{color:#10403c;background-color:#d4ecea}.govuk-tag--blue[_ngcontent-%COMP%]{color:#0c2d4a;background-color:#bbd4ea}.govuk-tag--light-blue[_ngcontent-%COMP%]{color:#0c2d4a;background-color:#e8f1f8}.govuk-tag--yellow[_ngcontent-%COMP%]{color:#594d00;background-color:#fff7bf}.govuk-tag--orange[_ngcontent-%COMP%]{color:#6e3619;background-color:#fcd6c3}.govuk-tag--red[_ngcontent-%COMP%]{color:#2a0b06;background-color:#f4cdc6}.govuk-tag--pink[_ngcontent-%COMP%]{color:#6b1c40;background-color:#f9e1ec}.govuk-tag--green[_ngcontent-%COMP%]{color:#005a30;background-color:#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:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-phase-banner__content[_ngcontent-%COMP%]{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%]{font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-phase-banner__content__tag[_ngcontent-%COMP%]{font-size:1rem;line-height:1.25}}@media print{.govuk-phase-banner__content__tag[_ngcontent-%COMP%]{font-size:14pt;line-height:1.2}}.govuk-phase-banner__content__tag[_ngcontent-%COMP%]{margin-right:10px}.govuk-phase-banner__text[_ngcontent-%COMP%]{display:table-cell;vertical-align:middle}.govuk-radios__item[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap;position:relative;margin-bottom:10px}.govuk-radios__item[_ngcontent-%COMP%]:last-child, .govuk-radios__item[_ngcontent-%COMP%]:last-of-type{margin-bottom:0}.govuk-radios__input[_ngcontent-%COMP%]{z-index:1;width:44px;height:44px;margin:0;opacity:0;cursor:pointer}.govuk-radios__label[_ngcontent-%COMP%]{align-self:center;max-width:calc(100% - 74px);margin-bottom:0;padding:7px 15px;cursor:pointer;touch-action:manipulation}.govuk-radios__label[_ngcontent-%COMP%]:before{content:\"\";box-sizing:border-box;position:absolute;top:2px;left:2px;width:40px;height:40px;border:2px solid currentcolor;border-radius:50%;background:transparent}.govuk-radios__label[_ngcontent-%COMP%]:after{content:\"\";position:absolute;top:12px;left:12px;width:0;height:0;border:10px solid currentcolor;border-radius:50%;opacity:0;background:currentcolor}.govuk-radios__hint[_ngcontent-%COMP%]{display:block;width:100%;margin-top:-5px;padding-right:15px;padding-left:59px}.govuk-label[_ngcontent-%COMP%]:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-radios__hint[_ngcontent-%COMP%]{margin-bottom:0}.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%]{display:flex;flex-wrap:wrap;align-items:flex-start}.govuk-radios--inline[_ngcontent-%COMP%] .govuk-radios__item[_ngcontent-%COMP%]{margin-right:20px}}.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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-radios__divider[_ngcontent-%COMP%]{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:20px;padding-left:35px;border-left:4px solid #b1b4b6}.govuk-frontend-supported[_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%]{margin-bottom:0}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__input[_ngcontent-%COMP%]{margin-left:-10px}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__label[_ngcontent-%COMP%]{padding-left:1px}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__label[_ngcontent-%COMP%]:before{top:10px;left:0;width:24px;height:24px}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__label[_ngcontent-%COMP%]:after{top:17px;left:7px;border-width:5px}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__hint[_ngcontent-%COMP%]{padding-left:34px}.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__conditional[_ngcontent-%COMP%]{margin-left:10px;padding-left:20px}.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{outline:4px dashed transparent;outline-offset:1px;box-shadow:0 0 0 10px #b1b4b6}@media screen and (forced-colors:active),(-ms-high-contrast:active){.govuk-radios--small[_ngcontent-%COMP%] .govuk-radios__item[_ngcontent-%COMP%]:hover .govuk-radios__input[_ngcontent-%COMP%]:focus + .govuk-radios__label[_ngcontent-%COMP%]:before{outline-color:Highlight}}.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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-select[_ngcontent-%COMP%]{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: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-service-navigation[_ngcontent-%COMP%]{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#b1b4b6}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation[_ngcontent-%COMP%]{border-bottom-color:#8eb8dc}.govuk-service-navigation[_ngcontent-%COMP%]{background-color:#f3f2f1}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation[_ngcontent-%COMP%]{background-color:#f4f8fb}.govuk-service-navigation__container[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:start}@media(min-width:40.0625em){.govuk-service-navigation__container[_ngcontent-%COMP%]{flex-direction:row;flex-wrap:wrap}}.govuk-service-navigation__item[_ngcontent-%COMP%], .govuk-service-navigation__service-name[_ngcontent-%COMP%]{position:relative;margin:10px 0;border:0 solid #1a65a6}@media(min-width:40.0625em){.govuk-service-navigation__item[_ngcontent-%COMP%], .govuk-service-navigation__service-name[_ngcontent-%COMP%]{display:inline-block;margin-top:0;margin-bottom:0;padding:20px 0}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation__item[_ngcontent-%COMP%], .govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation__service-name[_ngcontent-%COMP%]{padding:15px 0;line-height:1.5263157895}.govuk-service-navigation__item[_ngcontent-%COMP%]:not(:last-child), .govuk-service-navigation__service-name[_ngcontent-%COMP%]:not(:last-child){margin-right:20px}}@media(min-width:40.0625em)and (min-width:40.0625em){.govuk-service-navigation__item[_ngcontent-%COMP%]:not(:last-child), .govuk-service-navigation__service-name[_ngcontent-%COMP%]:not(:last-child){margin-right:30px}}.govuk-service-navigation__service-name[_ngcontent-%COMP%] + .govuk-service-navigation__wrapper[_ngcontent-%COMP%] .govuk-service-navigation__list[_ngcontent-%COMP%]:first-child .govuk-service-navigation__item[_ngcontent-%COMP%]:first-child, .govuk-service-navigation__service-name[_ngcontent-%COMP%] + .govuk-service-navigation__wrapper[_ngcontent-%COMP%] .govuk-service-navigation__toggle[hidden][_ngcontent-%COMP%] + .govuk-service-navigation__list[_ngcontent-%COMP%] .govuk-service-navigation__item[_ngcontent-%COMP%]:first-child{margin-top:0}@media(max-width:40.0525em){.govuk-service-navigation__item--active[_ngcontent-%COMP%]{margin-left:-15px;padding-left:10px;border-left-width:5px}}@media(min-width:40.0625em){.govuk-service-navigation__item--active[_ngcontent-%COMP%]{padding-bottom:15px}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation__item--active[_ngcontent-%COMP%]{padding-bottom:10px}.govuk-service-navigation__item--active[_ngcontent-%COMP%]{border-bottom-width:5px}}.govuk-service-navigation__link[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-service-navigation__link[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-service-navigation__link[_ngcontent-%COMP%]{text-decoration:underline;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-service-navigation__link[_ngcontent-%COMP%]:hover{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.govuk-service-navigation__link[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none}@supports not (text-wrap: balance){.govuk-service-navigation__link[_ngcontent-%COMP%]:focus{-webkit-box-decoration-break:clone;box-decoration-break:clone}}.govuk-service-navigation__link[_ngcontent-%COMP%]:not(:hover):not(:active){text-decoration:none}.govuk-service-navigation__link[_ngcontent-%COMP%]:link, .govuk-service-navigation__link[_ngcontent-%COMP%]:visited{color:#1d70b8}.govuk-service-navigation__link[_ngcontent-%COMP%]:hover{color:#003078}.govuk-service-navigation__link[_ngcontent-%COMP%]:active{color:#0b0c0c}.govuk-service-navigation__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-service-navigation__link[_ngcontent-%COMP%]:not(:hover):not(:focus){color:#1a65a6}.govuk-service-navigation__service-name[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-service-navigation__service-name[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-service-navigation__service-name[_ngcontent-%COMP%]{font-weight:700;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-service-navigation__service-name[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-service-navigation__service-name[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-service-navigation__service-name[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:link, .govuk-service-navigation__service-name[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:visited{color:#0b0c0c}@media print{.govuk-service-navigation__service-name[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:link, .govuk-service-navigation__service-name[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:visited{color:#000}}.govuk-service-navigation__service-name[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:hover{color:#0b0c0cfc}.govuk-service-navigation__service-name[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:active, .govuk-service-navigation__service-name[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}@media print{.govuk-service-navigation__service-name[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:active, .govuk-service-navigation__service-name[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:focus{color:#000}}.govuk-service-navigation__wrapper[_ngcontent-%COMP%]{flex-grow:1}.govuk-service-navigation__toggle[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-service-navigation__toggle[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-service-navigation__toggle[_ngcontent-%COMP%]{font-weight:700;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-service-navigation__toggle[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-service-navigation__toggle[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-service-navigation__toggle[_ngcontent-%COMP%]{display:inline-flex;margin:10px 0;padding:0;border:0;color:#1a65a6;background:none;word-break:break-all;cursor:pointer;align-items:center}.govuk-service-navigation__toggle[_ngcontent-%COMP%]:focus{outline:3px solid transparent;color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none}@supports not (text-wrap: balance){.govuk-service-navigation__toggle[_ngcontent-%COMP%]:focus{-webkit-box-decoration-break:clone;box-decoration-break:clone}}.govuk-service-navigation__toggle[_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-service-navigation__toggle[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;border-bottom-color:inherit}.govuk-service-navigation__toggle[hidden][_ngcontent-%COMP%]{display:none}.govuk-service-navigation__service-name[_ngcontent-%COMP%] + .govuk-service-navigation__wrapper[_ngcontent-%COMP%] .govuk-service-navigation__toggle[_ngcontent-%COMP%]{margin-top:0}.govuk-service-navigation__list[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-service-navigation__list[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-service-navigation__list[_ngcontent-%COMP%]{font-weight:400;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-service-navigation__list[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-service-navigation__list[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-service-navigation__list[_ngcontent-%COMP%]{margin:0 0 15px;padding:0;list-style:none}@media(min-width:40.0625em){.govuk-service-navigation__list[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap;margin-bottom:0}}@media screen and (min-width:40.0625em)and (min-width:0\\fffd){.govuk-service-navigation__list[_ngcontent-%COMP%]{display:block}}.govuk-service-navigation__active-fallback[_ngcontent-%COMP%]{font-weight:inherit}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%]{border-bottom:none;color:#fff;background-color:#1d70b8}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-width-container[_ngcontent-%COMP%]{border-width:1px 0;border-style:solid;border-color:#8eb8dc}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-service-navigation__container[_ngcontent-%COMP%]{margin-top:-1px}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-service-navigation__item[_ngcontent-%COMP%], .govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-service-navigation__service-name[_ngcontent-%COMP%]{border-color:#fff}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:link, .govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:visited{color:#fff}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:hover, .govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:active{color:#fffffffc}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-service-navigation__link[_ngcontent-%COMP%]:focus{color:#0b0c0c}.govuk-template--rebranded[_ngcontent-%COMP%] .govuk-service-navigation--inverse[_ngcontent-%COMP%] .govuk-service-navigation__toggle[_ngcontent-%COMP%]:not(:focus){color:currentcolor}.govuk-skip-link[_ngcontent-%COMP%]:not(:active):not(:focus):not(.\\:focus){position:absolute!important;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;-webkit-user-select:none;-ms-user-select:none;user-select:none}.govuk-skip-link[_ngcontent-%COMP%]{text-decoration:underline;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.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-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%]{font-weight:400;font-size:.875rem;line-height:1.1428571429}@media(min-width:40.0625em){.govuk-skip-link[_ngcontent-%COMP%]{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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-summary-list[_ngcontent-%COMP%]{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%;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%], .govuk-summary-card__action[_ngcontent-%COMP%]{display:inline-block}@media(max-width:40.0525em){.govuk-summary-list__actions-list-item[_ngcontent-%COMP%], .govuk-summary-card__action[_ngcontent-%COMP%]{margin-right:10px;padding-right:10px;border-right:1px solid #b1b4b6}.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]:last-child, .govuk-summary-card__action[_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%], .govuk-summary-card__action[_ngcontent-%COMP%]{margin-left:10px;padding-left:10px}.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]:not(:first-child), .govuk-summary-card__action[_ngcontent-%COMP%]:not(:first-child){border-left:1px solid #b1b4b6}.govuk-summary-list__actions-list-item[_ngcontent-%COMP%]:first-child, .govuk-summary-card__action[_ngcontent-%COMP%]:first-child{margin-left:0;padding-left:0;border:0}}.govuk-summary-list__actions-list-item[_ngcontent-%COMP%] .govuk-link[_ngcontent-%COMP%]:focus{isolation:isolate}.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:flex;justify-content:space-between;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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-summary-card__title[_ngcontent-%COMP%]{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%]{color:#0b0c0c}@media print{.govuk-summary-card__title[_ngcontent-%COMP%]{color:#000}}.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-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-summary-card__actions[_ngcontent-%COMP%]{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%]{font-weight:700;display:flex;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%]{justify-content:right;text-align:right}}.govuk-summary-card__action[_ngcontent-%COMP%]{display:inline}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.govuk-summary-card__action[_ngcontent-%COMP%]{margin-bottom:5px}}@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:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-table[_ngcontent-%COMP%]{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-variant-numeric:tabular-nums}.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%], .govuk-table__caption--l[_ngcontent-%COMP%], .govuk-table__caption--m[_ngcontent-%COMP%]{margin-bottom:15px}.govuk-table__caption--xl[_ngcontent-%COMP%]{font-size:2rem;line-height:1.09375}@media(min-width:40.0625em){.govuk-table__caption--xl[_ngcontent-%COMP%]{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--l[_ngcontent-%COMP%]{font-size:1.5rem;line-height:1.0416666667}@media(min-width:40.0625em){.govuk-table__caption--l[_ngcontent-%COMP%]{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--m[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.1111111111}@media(min-width:40.0625em){.govuk-table__caption--m[_ngcontent-%COMP%]{font-size:1.5rem;line-height:1.25}}@media print{.govuk-table__caption--m[_ngcontent-%COMP%]{font-size:18pt;line-height:1.15}}.govuk-tabs[_ngcontent-%COMP%]{margin-top:5px;margin-bottom:20px}@media(min-width:40.0625em){.govuk-tabs[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-tabs[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-tabs[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-tabs[_ngcontent-%COMP%]{font-weight:400;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-tabs[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-tabs[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-tabs__title[_ngcontent-%COMP%]{font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-tabs__title[_ngcontent-%COMP%]{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%]{font-weight:400;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%]{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;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1578em}.govuk-tabs__tab[_ngcontent-%COMP%]:hover{text-decoration-thickness:max(3px,.1875rem,.12em);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;text-decoration-skip:none}.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}@supports not (text-wrap: balance){.govuk-tabs__tab[_ngcontent-%COMP%]:focus{-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){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__list[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__list[_ngcontent-%COMP%]{margin-bottom:0;border-bottom:1px solid #b1b4b6}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__title[_ngcontent-%COMP%]{display:none}.govuk-frontend-supported[_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}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__list-item[_ngcontent-%COMP%]:before{content:none}.govuk-frontend-supported[_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}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__list-item--selected[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]{text-decoration:none}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:link, .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:visited{color:#0b0c0c}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]{margin-bottom:0}}@media print and (min-width:40.0625em){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:link, .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:visited{color:#000}}@media(min-width:40.0625em){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:hover{color:#0b0c0cfc}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:active, .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:focus{color:#0b0c0c}}@media print and (min-width:40.0625em){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:active, .govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:focus{color:#000}}@media(min-width:40.0625em){.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__tab[_ngcontent-%COMP%]:after{content:\"\";position:absolute;inset:0}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__panel[_ngcontent-%COMP%]{margin-bottom:0;padding:30px 20px;border:1px solid #b1b4b6;border-top:0}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__panel[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{margin-bottom:0}.govuk-frontend-supported[_ngcontent-%COMP%] .govuk-tabs__panel--hidden[_ngcontent-%COMP%]{display:none}}.govuk-task-list[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-task-list[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-task-list[_ngcontent-%COMP%]{font-weight:400;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-task-list[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-task-list[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-task-list[_ngcontent-%COMP%]{margin-top:0;margin-bottom:20px}@media(min-width:40.0625em){.govuk-task-list[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-task-list[_ngcontent-%COMP%]{padding:0;list-style-type:none}.govuk-task-list__item[_ngcontent-%COMP%]{display:table;position:relative;width:100%;margin-bottom:0;padding-top:10px;padding-bottom:10px;border-bottom:1px solid #b1b4b6}.govuk-task-list__item[_ngcontent-%COMP%]:first-child{border-top:1px solid #b1b4b6}.govuk-task-list__item--with-link[_ngcontent-%COMP%]:hover{background:#f3f2f1}.govuk-task-list__name-and-hint[_ngcontent-%COMP%]{display:table-cell;vertical-align:top;color:#0b0c0c}@media print{.govuk-task-list__name-and-hint[_ngcontent-%COMP%]{color:#000}}.govuk-task-list__status[_ngcontent-%COMP%]{display:table-cell;padding-left:10px;text-align:right;vertical-align:top;color:#0b0c0c}@media print{.govuk-task-list__status[_ngcontent-%COMP%]{color:#000}}.govuk-task-list__status--cannot-start-yet[_ngcontent-%COMP%]{color:#505a5f}.govuk-task-list__link[_ngcontent-%COMP%]:after{content:\"\";display:block;position:absolute;inset:0}.govuk-task-list__hint[_ngcontent-%COMP%]{margin-top:5px;color:#505a5f}.govuk-warning-text[_ngcontent-%COMP%]{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.govuk-warning-text[_ngcontent-%COMP%]{font-family:sans-serif}}.govuk-warning-text[_ngcontent-%COMP%]{font-weight:400;font-size:1rem;line-height:1.25}@media(min-width:40.0625em){.govuk-warning-text[_ngcontent-%COMP%]{font-size:1.1875rem;line-height:1.3157894737}}@media print{.govuk-warning-text[_ngcontent-%COMP%]{font-size:14pt;line-height:1.15}}.govuk-warning-text[_ngcontent-%COMP%]{margin-bottom:20px}@media(min-width:40.0625em){.govuk-warning-text[_ngcontent-%COMP%]{margin-bottom:30px}}.govuk-warning-text[_ngcontent-%COMP%]{font-weight:700;position:relative;padding:10px 0}.govuk-warning-text__icon[_ngcontent-%COMP%]{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%]{color:#0b0c0c}@media print{.govuk-warning-text__text[_ngcontent-%COMP%]{color:#000}}.govuk-warning-text__text[_ngcontent-%COMP%]{display:block;padding-left:45px;font-weight:inherit}.govuk-clearfix[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-visually-hidden[_ngcontent-%COMP%]{position:absolute!important;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;-webkit-user-select:none;-ms-user-select:none;user-select:none}.govuk-visually-hidden[_ngcontent-%COMP%]:before{content:\"\\a0\"}.govuk-visually-hidden[_ngcontent-%COMP%]:after{content:\"\\a0\"}.govuk-visually-hidden-focusable[_ngcontent-%COMP%]:not(:active):not(:focus):not(.\\:focus){position:absolute!important;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;-webkit-user-select:none;-ms-user-select:none;user-select:none}.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-\\!-static-margin-0[_ngcontent-%COMP%]{margin:0!important}.govuk-\\!-static-margin-top-0[_ngcontent-%COMP%]{margin-top:0!important}.govuk-\\!-static-margin-right-0[_ngcontent-%COMP%]{margin-right:0!important}.govuk-\\!-static-margin-bottom-0[_ngcontent-%COMP%]{margin-bottom:0!important}.govuk-\\!-static-margin-left-0[_ngcontent-%COMP%]{margin-left:0!important}.govuk-\\!-static-margin-1[_ngcontent-%COMP%]{margin:5px!important}.govuk-\\!-static-margin-top-1[_ngcontent-%COMP%]{margin-top:5px!important}.govuk-\\!-static-margin-right-1[_ngcontent-%COMP%]{margin-right:5px!important}.govuk-\\!-static-margin-bottom-1[_ngcontent-%COMP%]{margin-bottom:5px!important}.govuk-\\!-static-margin-left-1[_ngcontent-%COMP%]{margin-left:5px!important}.govuk-\\!-static-margin-2[_ngcontent-%COMP%]{margin:10px!important}.govuk-\\!-static-margin-top-2[_ngcontent-%COMP%]{margin-top:10px!important}.govuk-\\!-static-margin-right-2[_ngcontent-%COMP%]{margin-right:10px!important}.govuk-\\!-static-margin-bottom-2[_ngcontent-%COMP%]{margin-bottom:10px!important}.govuk-\\!-static-margin-left-2[_ngcontent-%COMP%]{margin-left:10px!important}.govuk-\\!-static-margin-3[_ngcontent-%COMP%]{margin:15px!important}.govuk-\\!-static-margin-top-3[_ngcontent-%COMP%]{margin-top:15px!important}.govuk-\\!-static-margin-right-3[_ngcontent-%COMP%]{margin-right:15px!important}.govuk-\\!-static-margin-bottom-3[_ngcontent-%COMP%]{margin-bottom:15px!important}.govuk-\\!-static-margin-left-3[_ngcontent-%COMP%]{margin-left:15px!important}.govuk-\\!-static-margin-4[_ngcontent-%COMP%]{margin:20px!important}.govuk-\\!-static-margin-top-4[_ngcontent-%COMP%]{margin-top:20px!important}.govuk-\\!-static-margin-right-4[_ngcontent-%COMP%]{margin-right:20px!important}.govuk-\\!-static-margin-bottom-4[_ngcontent-%COMP%]{margin-bottom:20px!important}.govuk-\\!-static-margin-left-4[_ngcontent-%COMP%]{margin-left:20px!important}.govuk-\\!-static-margin-5[_ngcontent-%COMP%]{margin:25px!important}.govuk-\\!-static-margin-top-5[_ngcontent-%COMP%]{margin-top:25px!important}.govuk-\\!-static-margin-right-5[_ngcontent-%COMP%]{margin-right:25px!important}.govuk-\\!-static-margin-bottom-5[_ngcontent-%COMP%]{margin-bottom:25px!important}.govuk-\\!-static-margin-left-5[_ngcontent-%COMP%]{margin-left:25px!important}.govuk-\\!-static-margin-6[_ngcontent-%COMP%]{margin:30px!important}.govuk-\\!-static-margin-top-6[_ngcontent-%COMP%]{margin-top:30px!important}.govuk-\\!-static-margin-right-6[_ngcontent-%COMP%]{margin-right:30px!important}.govuk-\\!-static-margin-bottom-6[_ngcontent-%COMP%]{margin-bottom:30px!important}.govuk-\\!-static-margin-left-6[_ngcontent-%COMP%]{margin-left:30px!important}.govuk-\\!-static-margin-7[_ngcontent-%COMP%]{margin:40px!important}.govuk-\\!-static-margin-top-7[_ngcontent-%COMP%]{margin-top:40px!important}.govuk-\\!-static-margin-right-7[_ngcontent-%COMP%]{margin-right:40px!important}.govuk-\\!-static-margin-bottom-7[_ngcontent-%COMP%]{margin-bottom:40px!important}.govuk-\\!-static-margin-left-7[_ngcontent-%COMP%]{margin-left:40px!important}.govuk-\\!-static-margin-8[_ngcontent-%COMP%]{margin:50px!important}.govuk-\\!-static-margin-top-8[_ngcontent-%COMP%]{margin-top:50px!important}.govuk-\\!-static-margin-right-8[_ngcontent-%COMP%]{margin-right:50px!important}.govuk-\\!-static-margin-bottom-8[_ngcontent-%COMP%]{margin-bottom:50px!important}.govuk-\\!-static-margin-left-8[_ngcontent-%COMP%]{margin-left:50px!important}.govuk-\\!-static-margin-9[_ngcontent-%COMP%]{margin:60px!important}.govuk-\\!-static-margin-top-9[_ngcontent-%COMP%]{margin-top:60px!important}.govuk-\\!-static-margin-right-9[_ngcontent-%COMP%]{margin-right:60px!important}.govuk-\\!-static-margin-bottom-9[_ngcontent-%COMP%]{margin-bottom:60px!important}.govuk-\\!-static-margin-left-9[_ngcontent-%COMP%]{margin-left:60px!important}.govuk-\\!-static-padding-0[_ngcontent-%COMP%]{padding:0!important}.govuk-\\!-static-padding-top-0[_ngcontent-%COMP%]{padding-top:0!important}.govuk-\\!-static-padding-right-0[_ngcontent-%COMP%]{padding-right:0!important}.govuk-\\!-static-padding-bottom-0[_ngcontent-%COMP%]{padding-bottom:0!important}.govuk-\\!-static-padding-left-0[_ngcontent-%COMP%]{padding-left:0!important}.govuk-\\!-static-padding-1[_ngcontent-%COMP%]{padding:5px!important}.govuk-\\!-static-padding-top-1[_ngcontent-%COMP%]{padding-top:5px!important}.govuk-\\!-static-padding-right-1[_ngcontent-%COMP%]{padding-right:5px!important}.govuk-\\!-static-padding-bottom-1[_ngcontent-%COMP%]{padding-bottom:5px!important}.govuk-\\!-static-padding-left-1[_ngcontent-%COMP%]{padding-left:5px!important}.govuk-\\!-static-padding-2[_ngcontent-%COMP%]{padding:10px!important}.govuk-\\!-static-padding-top-2[_ngcontent-%COMP%]{padding-top:10px!important}.govuk-\\!-static-padding-right-2[_ngcontent-%COMP%]{padding-right:10px!important}.govuk-\\!-static-padding-bottom-2[_ngcontent-%COMP%]{padding-bottom:10px!important}.govuk-\\!-static-padding-left-2[_ngcontent-%COMP%]{padding-left:10px!important}.govuk-\\!-static-padding-3[_ngcontent-%COMP%]{padding:15px!important}.govuk-\\!-static-padding-top-3[_ngcontent-%COMP%]{padding-top:15px!important}.govuk-\\!-static-padding-right-3[_ngcontent-%COMP%]{padding-right:15px!important}.govuk-\\!-static-padding-bottom-3[_ngcontent-%COMP%]{padding-bottom:15px!important}.govuk-\\!-static-padding-left-3[_ngcontent-%COMP%]{padding-left:15px!important}.govuk-\\!-static-padding-4[_ngcontent-%COMP%]{padding:20px!important}.govuk-\\!-static-padding-top-4[_ngcontent-%COMP%]{padding-top:20px!important}.govuk-\\!-static-padding-right-4[_ngcontent-%COMP%]{padding-right:20px!important}.govuk-\\!-static-padding-bottom-4[_ngcontent-%COMP%]{padding-bottom:20px!important}.govuk-\\!-static-padding-left-4[_ngcontent-%COMP%]{padding-left:20px!important}.govuk-\\!-static-padding-5[_ngcontent-%COMP%]{padding:25px!important}.govuk-\\!-static-padding-top-5[_ngcontent-%COMP%]{padding-top:25px!important}.govuk-\\!-static-padding-right-5[_ngcontent-%COMP%]{padding-right:25px!important}.govuk-\\!-static-padding-bottom-5[_ngcontent-%COMP%]{padding-bottom:25px!important}.govuk-\\!-static-padding-left-5[_ngcontent-%COMP%]{padding-left:25px!important}.govuk-\\!-static-padding-6[_ngcontent-%COMP%]{padding:30px!important}.govuk-\\!-static-padding-top-6[_ngcontent-%COMP%]{padding-top:30px!important}.govuk-\\!-static-padding-right-6[_ngcontent-%COMP%]{padding-right:30px!important}.govuk-\\!-static-padding-bottom-6[_ngcontent-%COMP%]{padding-bottom:30px!important}.govuk-\\!-static-padding-left-6[_ngcontent-%COMP%]{padding-left:30px!important}.govuk-\\!-static-padding-7[_ngcontent-%COMP%]{padding:40px!important}.govuk-\\!-static-padding-top-7[_ngcontent-%COMP%]{padding-top:40px!important}.govuk-\\!-static-padding-right-7[_ngcontent-%COMP%]{padding-right:40px!important}.govuk-\\!-static-padding-bottom-7[_ngcontent-%COMP%]{padding-bottom:40px!important}.govuk-\\!-static-padding-left-7[_ngcontent-%COMP%]{padding-left:40px!important}.govuk-\\!-static-padding-8[_ngcontent-%COMP%]{padding:50px!important}.govuk-\\!-static-padding-top-8[_ngcontent-%COMP%]{padding-top:50px!important}.govuk-\\!-static-padding-right-8[_ngcontent-%COMP%]{padding-right:50px!important}.govuk-\\!-static-padding-bottom-8[_ngcontent-%COMP%]{padding-bottom:50px!important}.govuk-\\!-static-padding-left-8[_ngcontent-%COMP%]{padding-left:50px!important}.govuk-\\!-static-padding-9[_ngcontent-%COMP%]{padding:60px!important}.govuk-\\!-static-padding-top-9[_ngcontent-%COMP%]{padding-top:60px!important}.govuk-\\!-static-padding-right-9[_ngcontent-%COMP%]{padding-right:60px!important}.govuk-\\!-static-padding-bottom-9[_ngcontent-%COMP%]{padding-bottom:60px!important}.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:3.3125rem!important;line-height:1.0377358491!important}@media(min-width:40.0625em){.govuk-\\!-font-size-80[_ngcontent-%COMP%]{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:2rem!important;line-height:1.09375!important}@media(min-width:40.0625em){.govuk-\\!-font-size-48[_ngcontent-%COMP%]{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:1.5rem!important;line-height:1.0416666667!important}@media(min-width:40.0625em){.govuk-\\!-font-size-36[_ngcontent-%COMP%]{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:1.125rem!important;line-height:1.1111111111!important}@media(min-width:40.0625em){.govuk-\\!-font-size-27[_ngcontent-%COMP%]{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:1.125rem!important;line-height:1.1111111111!important}@media(min-width:40.0625em){.govuk-\\!-font-size-24[_ngcontent-%COMP%]{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:1rem!important;line-height:1.25!important}@media(min-width:40.0625em){.govuk-\\!-font-size-19[_ngcontent-%COMP%]{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:.875rem!important;line-height:1.1428571429!important}@media(min-width:40.0625em){.govuk-\\!-font-size-16[_ngcontent-%COMP%]{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:.75rem!important;line-height:1.25!important}@media(min-width:40.0625em){.govuk-\\!-font-size-14[_ngcontent-%COMP%]{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-\\!-font-tabular-numbers[_ngcontent-%COMP%]{font-variant-numeric:tabular-nums!important}.govuk-\\!-text-break-word[_ngcontent-%COMP%]{word-wrap:break-word!important;overflow-wrap:break-word!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}}.govuk-js-link[_ngcontent-%COMP%]{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link[_ngcontent-%COMP%]:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link[_ngcontent-%COMP%]:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link[_ngcontent-%COMP%]:visited{color:#4c2c92}.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"] });
|
|
23512
23560
|
}
|
|
23513
23561
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryListComponent, [{
|
|
23514
23562
|
type: Component,
|
|
@@ -23692,7 +23740,7 @@ class QueryWriteDateInputComponent {
|
|
|
23692
23740
|
i0.ɵɵproperty("id", ctx.formControlName + "-year")("name", ctx.formControlName + "-year");
|
|
23693
23741
|
i0.ɵɵtwoWayProperty("ngModel", ctx.year);
|
|
23694
23742
|
i0.ɵɵproperty("disabled", ctx.disabled);
|
|
23695
|
-
} }, dependencies: [
|
|
23743
|
+
} }, dependencies: [i3.DefaultValueAccessor, i3.NgControlStatus, i3.MaxLengthValidator, i3.NgModel, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
23696
23744
|
}
|
|
23697
23745
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryWriteDateInputComponent, [{
|
|
23698
23746
|
type: Component,
|
|
@@ -24440,7 +24488,7 @@ class QueryConfirmationComponent {
|
|
|
24440
24488
|
i0.ɵɵtemplate(0, QueryConfirmationComponent_main_0_Template, 5, 2, "main", 0);
|
|
24441
24489
|
} if (rf & 2) {
|
|
24442
24490
|
i0.ɵɵproperty("ngIf", ctx.queryCreateContext);
|
|
24443
|
-
} }, dependencies: [
|
|
24491
|
+
} }, dependencies: [i4.NgIf, i1$1.RouterLink, MarkdownComponent, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
24444
24492
|
}
|
|
24445
24493
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryConfirmationComponent, [{
|
|
24446
24494
|
type: Component,
|
|
@@ -24488,7 +24536,7 @@ class CloseQueryComponent {
|
|
|
24488
24536
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(8, 7, "I want to close this query"), " ");
|
|
24489
24537
|
i0.ɵɵadvance(10);
|
|
24490
24538
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(18, 9, "Closing this query means the parties can no longer send messages in this thread."), " ");
|
|
24491
|
-
} }, dependencies: [
|
|
24539
|
+
} }, dependencies: [i3.CheckboxControlValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
24492
24540
|
}
|
|
24493
24541
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CloseQueryComponent, [{
|
|
24494
24542
|
type: Component,
|
|
@@ -24809,7 +24857,7 @@ class WriteTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
24809
24857
|
i0.ɵɵproperty("ngIf", ctx.textareaControl.errors && (ctx.textareaControl.dirty || ctx.textareaControl.touched));
|
|
24810
24858
|
i0.ɵɵadvance();
|
|
24811
24859
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c1$d, ctx.textareaControl.errors && (ctx.textareaControl.dirty || ctx.textareaControl.touched)))("id", ctx.id())("formControl", ctx.textareaControl);
|
|
24812
|
-
} }, dependencies: [
|
|
24860
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
24813
24861
|
}
|
|
24814
24862
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteTextAreaFieldComponent, [{
|
|
24815
24863
|
type: Component,
|
|
@@ -24905,7 +24953,7 @@ class WriteTextFieldComponent extends AbstractFieldWriteComponent {
|
|
|
24905
24953
|
i0.ɵɵproperty("ngIf", (ctx.textControl == null ? null : ctx.textControl.errors) && (ctx.textControl.dirty || ctx.textControl.touched));
|
|
24906
24954
|
i0.ɵɵadvance();
|
|
24907
24955
|
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);
|
|
24908
|
-
} }, dependencies: [
|
|
24956
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
24909
24957
|
}
|
|
24910
24958
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteTextFieldComponent, [{
|
|
24911
24959
|
type: Component,
|
|
@@ -24949,7 +24997,7 @@ class WaysToPayFieldComponent extends PaymentField {
|
|
|
24949
24997
|
i0.ɵɵtemplate(0, WaysToPayFieldComponent_ccpay_payment_lib_0_Template, 1, 15, "ccpay-payment-lib", 0);
|
|
24950
24998
|
} if (rf & 2) {
|
|
24951
24999
|
i0.ɵɵproperty("ngIf", ctx.getUserRoles().length > 0);
|
|
24952
|
-
} }, dependencies: [
|
|
25000
|
+
} }, dependencies: [i4.NgIf, i3$1.PaymentLibComponent], encapsulation: 2 });
|
|
24953
25001
|
}
|
|
24954
25002
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WaysToPayFieldComponent, [{
|
|
24955
25003
|
type: Component,
|
|
@@ -25120,7 +25168,7 @@ class WriteYesNoFieldComponent extends AbstractFieldWriteComponent {
|
|
|
25120
25168
|
i0.ɵɵproperty("id", ctx.createElementId("radio"));
|
|
25121
25169
|
i0.ɵɵadvance();
|
|
25122
25170
|
i0.ɵɵproperty("ngForOf", ctx.yesNoValues);
|
|
25123
|
-
} }, dependencies: [
|
|
25171
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i3.DefaultValueAccessor, i3.RadioControlValueAccessor, i3.NgControlStatus, i3.FormControlDirective, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
25124
25172
|
}
|
|
25125
25173
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteYesNoFieldComponent, [{
|
|
25126
25174
|
type: Component,
|
|
@@ -25453,7 +25501,7 @@ class FieldReadLabelComponent extends AbstractFieldReadComponent {
|
|
|
25453
25501
|
i0.ɵɵproperty("hidden", ctx.caseField.hidden);
|
|
25454
25502
|
i0.ɵɵadvance();
|
|
25455
25503
|
i0.ɵɵproperty("ngIf", ctx.withLabel && !ctx.isLabel() && (!ctx.isComplex() || ctx.isCaseLink()))("ngIfElse", caseFieldValue_r2);
|
|
25456
|
-
} }, dependencies: [
|
|
25504
|
+
} }, dependencies: [i4.NgIf, i4.NgTemplateOutlet, i1.RpxTranslatePipe], styles: [".case-field[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.govuk-js-link[_ngcontent-%COMP%]{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link[_ngcontent-%COMP%]:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link[_ngcontent-%COMP%]:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link[_ngcontent-%COMP%]:visited{color:#4c2c92}.case-field[_ngcontent-%COMP%]{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}}@media print{.case-field[_ngcontent-%COMP%] .case-field__label[_ngcontent-%COMP%]{font-size:14pt}}.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}}@media print{.case-field[_ngcontent-%COMP%] .case-field__value[_ngcontent-%COMP%]{font-size:14pt}}.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}"] });
|
|
25457
25505
|
}
|
|
25458
25506
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FieldReadLabelComponent, [{
|
|
25459
25507
|
type: Component,
|
|
@@ -25604,7 +25652,7 @@ class CaseFileViewFolderSelectorComponent {
|
|
|
25604
25652
|
i0.ɵɵtextInterpolate1("Where do you want to move \"", ctx.data.document.document_filename, "\" file?");
|
|
25605
25653
|
i0.ɵɵadvance(2);
|
|
25606
25654
|
i0.ɵɵproperty("ngForOf", ctx.currentCategories);
|
|
25607
|
-
} }, dependencies: [
|
|
25655
|
+
} }, 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 });
|
|
25608
25656
|
}
|
|
25609
25657
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseFileViewFolderSelectorComponent, [{
|
|
25610
25658
|
type: Component,
|
|
@@ -25702,7 +25750,7 @@ class CaseFileViewOverlayMenuComponent {
|
|
|
25702
25750
|
i0.ɵɵattribute("aria-expanded", ctx.isOpen);
|
|
25703
25751
|
i0.ɵɵadvance(3);
|
|
25704
25752
|
i0.ɵɵproperty("cdkConnectedOverlayOrigin", trigger_r5)("cdkConnectedOverlayOpen", ctx.isOpen)("cdkConnectedOverlayHasBackdrop", true)("cdkConnectedOverlayBackdropClass", "cdk-overlay-transparent-backdrop");
|
|
25705
|
-
} }, dependencies: [
|
|
25753
|
+
} }, 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}"] });
|
|
25706
25754
|
}
|
|
25707
25755
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseFileViewOverlayMenuComponent, [{
|
|
25708
25756
|
type: Component,
|
|
@@ -26039,10 +26087,12 @@ function CaseFileViewFolderComponent_div_11_cdk_nested_tree_node_4_Template(rf,
|
|
|
26039
26087
|
i0.ɵɵadvance();
|
|
26040
26088
|
i0.ɵɵclassProp("node--selected", (ctx_r2.selectedNodeItem == null ? null : ctx_r2.selectedNodeItem.name) === node_r2.name);
|
|
26041
26089
|
i0.ɵɵattribute("aria-label", node_r2.name);
|
|
26042
|
-
i0.ɵɵadvance(
|
|
26090
|
+
i0.ɵɵadvance(3);
|
|
26091
|
+
i0.ɵɵattribute("title", node_r2.name);
|
|
26092
|
+
i0.ɵɵadvance();
|
|
26043
26093
|
i0.ɵɵtextInterpolate1(" ", node_r2.name, " ");
|
|
26044
26094
|
i0.ɵɵadvance(3);
|
|
26045
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(9,
|
|
26095
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(9, 7, node_r2.upload_timestamp, "local", "dd MMM yyyy HH:mm"));
|
|
26046
26096
|
i0.ɵɵadvance(3);
|
|
26047
26097
|
i0.ɵɵproperty("allowMoving", ctx_r2.allowMoving);
|
|
26048
26098
|
} }
|
|
@@ -26076,7 +26126,7 @@ function CaseFileViewFolderComponent_div_11_Template(rf, ctx) { if (rf & 1) {
|
|
|
26076
26126
|
i0.ɵɵelementStart(0, "div", 10);
|
|
26077
26127
|
i0.ɵɵtemplate(1, CaseFileViewFolderComponent_div_11_div_1_Template, 2, 0, "div", 11);
|
|
26078
26128
|
i0.ɵɵelementStart(2, "div")(3, "cdk-tree", 12);
|
|
26079
|
-
i0.ɵɵtemplate(4, CaseFileViewFolderComponent_div_11_cdk_nested_tree_node_4_Template, 12,
|
|
26129
|
+
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);
|
|
26080
26130
|
i0.ɵɵelementEnd()()();
|
|
26081
26131
|
} if (rf & 2) {
|
|
26082
26132
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -26344,7 +26394,7 @@ class CaseFileViewFolderComponent {
|
|
|
26344
26394
|
a.remove();
|
|
26345
26395
|
}
|
|
26346
26396
|
static ɵfac = function CaseFileViewFolderComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseFileViewFolderComponent)(i0.ɵɵdirectiveInject(WindowService), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(DocumentManagementService), i0.ɵɵdirectiveInject(i1$3.MatLegacyDialog)); };
|
|
26347
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseFileViewFolderComponent, selectors: [["ccd-case-file-view-folder"]], inputs: { categoriesAndDocuments: "categoriesAndDocuments", allowMoving: "allowMoving" }, outputs: { clickedDocument: "clickedDocument", moveDocument: "moveDocument" }, standalone: false, decls: 12, vars: 3, consts: [["role", "search", 1, "document-filter-container"], [1, "form-group", "document-filter", 3, "formGroup"], ["for", "document-search", 1, "govuk-visually-hidden"], ["type", "search", "id", "document-search", "name", "documentSearchFormControl", "formControlName", "documentSearchFormControl", "placeholder", "Search by document name", 1, "form-control", "document-search"], [1, "document-folders-header"], ["id", "document-folders-header-title", "aria-hidden", "true", 1, "document-folders-header__title"], ["role", "toolbar", "aria-label", "Document list actions", "aria-labelledby", "document-folders-header-title", 1, "document-folders-header__flex"], [3, "expandAll", "collapseAll"], [3, "sortAscending", "sortDescending"], ["class", "document-tree-container", 4, "ngIf"], [1, "document-tree-container"], [4, "ngIf"], ["role", "tree", "aria-label", "Case documents", 3, "dataSource", "treeControl"], ["class", "document-tree-container__node document-tree-container__node--document", 4, "cdkTreeNodeDef"], ["class", "document-tree-container__node document-tree-container__folder", 4, "cdkTreeNodeDef", "cdkTreeNodeDefWhen"], [1, "document-tree-container__node", "document-tree-container__node--document"], ["type", "button",
|
|
26397
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseFileViewFolderComponent, selectors: [["ccd-case-file-view-folder"]], inputs: { categoriesAndDocuments: "categoriesAndDocuments", allowMoving: "allowMoving" }, outputs: { clickedDocument: "clickedDocument", moveDocument: "moveDocument" }, standalone: false, decls: 12, vars: 3, consts: [["role", "search", 1, "document-filter-container"], [1, "form-group", "document-filter", 3, "formGroup"], ["for", "document-search", 1, "govuk-visually-hidden"], ["type", "search", "id", "document-search", "name", "documentSearchFormControl", "formControlName", "documentSearchFormControl", "placeholder", "Search by document name", 1, "form-control", "document-search"], [1, "document-folders-header"], ["id", "document-folders-header-title", "aria-hidden", "true", 1, "document-folders-header__title"], ["role", "toolbar", "aria-label", "Document list actions", "aria-labelledby", "document-folders-header-title", 1, "document-folders-header__flex"], [3, "expandAll", "collapseAll"], [3, "sortAscending", "sortDescending"], ["class", "document-tree-container", 4, "ngIf"], [1, "document-tree-container"], [4, "ngIf"], ["role", "tree", "aria-label", "Case documents", 3, "dataSource", "treeControl"], ["class", "document-tree-container__node document-tree-container__node--document", 4, "cdkTreeNodeDef"], ["class", "document-tree-container__node document-tree-container__folder", 4, "cdkTreeNodeDef", "cdkTreeNodeDefWhen"], [1, "document-tree-container__node", "document-tree-container__node--document"], ["type", "button", 1, "node", "case-file__node", 3, "click"], ["disabled", "", "aria-hidden", "true", 1, "node__icon"], ["src", "/assets/img/case-file-view/case-file-view-document.svg", "alt", "Document icon", "aria-hidden", "true", 1, "node__iconImg"], [1, "node__name", "node-name-document"], [1, "node__document-upload-timestamp"], [1, "node__document-options", "case-file__action"], [3, "changeFolderAction", "openInANewTabAction", "downloadAction", "printAction", "allowMoving"], [1, "document-tree-container__node", "document-tree-container__folder"], ["type", "button", "cdkTreeNodeToggle", "", 1, "node"], ["aria-hidden", "true", 1, "node__icon"], ["alt", "Folder icon", "aria-hidden", "true", 1, "node__iconImg", 3, "src"], [1, "node__count"], [1, "node__name", "node__name--folder"], ["role", "group"], ["cdkTreeNodeOutlet", ""]], template: function CaseFileViewFolderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
26348
26398
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "label", 2);
|
|
26349
26399
|
i0.ɵɵtext(3, " Search by document name ");
|
|
26350
26400
|
i0.ɵɵelementEnd();
|
|
@@ -26367,11 +26417,11 @@ class CaseFileViewFolderComponent {
|
|
|
26367
26417
|
i0.ɵɵtextInterpolate1(" Documents (", ctx.documentCount, ") ");
|
|
26368
26418
|
i0.ɵɵadvance(4);
|
|
26369
26419
|
i0.ɵɵproperty("ngIf", ctx.documentTreeData);
|
|
26370
|
-
} }, dependencies: [
|
|
26420
|
+
} }, 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}"] });
|
|
26371
26421
|
}
|
|
26372
26422
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseFileViewFolderComponent, [{
|
|
26373
26423
|
type: Component,
|
|
26374
|
-
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
|
|
26424
|
+
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 [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 [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"] }]
|
|
26375
26425
|
}], () => [{ type: WindowService }, { type: i1$1.Router }, { type: DocumentManagementService }, { type: i1$3.MatLegacyDialog }], { categoriesAndDocuments: [{
|
|
26376
26426
|
type: Input
|
|
26377
26427
|
}], allowMoving: [{
|
|
@@ -26556,7 +26606,7 @@ class AddCommentsComponent extends AbstractJourneyComponent {
|
|
|
26556
26606
|
i0.ɵɵproperty("id", ctx.flagCommentsControlName)("name", ctx.flagCommentsControlName)("formControlName", ctx.flagCommentsControlName);
|
|
26557
26607
|
i0.ɵɵadvance(2);
|
|
26558
26608
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(17, 17, ctx.addCommentsStepEnum.CHARACTER_LIMIT_INFO), " ");
|
|
26559
|
-
} }, dependencies: [
|
|
26609
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
26560
26610
|
}
|
|
26561
26611
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddCommentsComponent, [{
|
|
26562
26612
|
type: Component,
|
|
@@ -26854,7 +26904,7 @@ class CaseFlagSummaryListComponent {
|
|
|
26854
26904
|
i0.ɵɵtemplate(0, CaseFlagSummaryListComponent_dl_0_Template, 39, 30, "dl", 0);
|
|
26855
26905
|
} if (rf & 2) {
|
|
26856
26906
|
i0.ɵɵproperty("ngIf", ctx.flagForSummaryDisplay);
|
|
26857
|
-
} }, dependencies: [
|
|
26907
|
+
} }, dependencies: [i4.NgIf, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
26858
26908
|
}
|
|
26859
26909
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseFlagSummaryListComponent, [{
|
|
26860
26910
|
type: Component,
|
|
@@ -27409,7 +27459,7 @@ class ManageCaseFlagsComponent extends AbstractJourneyComponent {
|
|
|
27409
27459
|
sanitizeHtml(content) {
|
|
27410
27460
|
return this.sanitizer.sanitize(SecurityContext.HTML, content ?? '') ?? '';
|
|
27411
27461
|
}
|
|
27412
|
-
static ɵfac = function ManageCaseFlagsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ManageCaseFlagsComponent)(i0.ɵɵdirectiveInject(MultipageComponentStateService), i0.ɵɵdirectiveInject(
|
|
27462
|
+
static ɵfac = function ManageCaseFlagsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ManageCaseFlagsComponent)(i0.ɵɵdirectiveInject(MultipageComponentStateService), i0.ɵɵdirectiveInject(i4$1.DomSanitizer)); };
|
|
27413
27463
|
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) {
|
|
27414
27464
|
i0.ɵɵelementContainerStart(0, 0);
|
|
27415
27465
|
i0.ɵɵelementStart(1, "div", 1)(2, "fieldset", 2)(3, "legend", 3)(4, "h1", 4);
|
|
@@ -27436,7 +27486,7 @@ class ManageCaseFlagsComponent extends AbstractJourneyComponent {
|
|
|
27436
27486
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ManageCaseFlagsComponent, [{
|
|
27437
27487
|
type: Component,
|
|
27438
27488
|
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"] }]
|
|
27439
|
-
}], () => [{ type: MultipageComponentStateService }, { type:
|
|
27489
|
+
}], () => [{ type: MultipageComponentStateService }, { type: i4$1.DomSanitizer }], { formGroup: [{
|
|
27440
27490
|
type: Input
|
|
27441
27491
|
}], flagsData: [{
|
|
27442
27492
|
type: Input
|
|
@@ -27995,7 +28045,7 @@ class SelectFlagLocationComponent extends AbstractJourneyComponent {
|
|
|
27995
28045
|
i0.ɵɵproperty("ngIf", ctx.flagLocationNotSelectedErrorMessage);
|
|
27996
28046
|
i0.ɵɵadvance(2);
|
|
27997
28047
|
i0.ɵɵproperty("ngForOf", ctx.filteredFlagsData);
|
|
27998
|
-
} }, dependencies: [
|
|
28048
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i3.DefaultValueAccessor, i3.RadioControlValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
27999
28049
|
}
|
|
28000
28050
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectFlagLocationComponent, [{
|
|
28001
28051
|
type: Component,
|
|
@@ -29230,7 +29280,7 @@ class UpdateFlagAddTranslationFormComponent extends AbstractJourneyComponent {
|
|
|
29230
29280
|
i0.ɵɵproperty("id", ctx.caseFlagFormFields.COMMENTS_WELSH)("name", ctx.caseFlagFormFields.COMMENTS_WELSH)("formControlName", ctx.caseFlagFormFields.COMMENTS_WELSH);
|
|
29231
29281
|
i0.ɵɵadvance(3);
|
|
29232
29282
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(49, 50, ctx.updateFlagAddTranslationStepEnum.CHARACTER_LIMIT_INFO), " ");
|
|
29233
|
-
} }, dependencies: [
|
|
29283
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
29234
29284
|
}
|
|
29235
29285
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UpdateFlagAddTranslationFormComponent, [{
|
|
29236
29286
|
type: Component,
|
|
@@ -29391,7 +29441,7 @@ class ConfirmFlagStatusComponent extends AbstractJourneyComponent {
|
|
|
29391
29441
|
i0.ɵɵproperty("id", ctx.statusReasonControlName)("name", ctx.statusReasonControlName)("formControlName", ctx.statusReasonControlName);
|
|
29392
29442
|
i0.ɵɵadvance(2);
|
|
29393
29443
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(18, 15, ctx.statusReasonCharLimitInfo), " ");
|
|
29394
|
-
} }, dependencies: [
|
|
29444
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i3.DefaultValueAccessor, i3.RadioControlValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
29395
29445
|
}
|
|
29396
29446
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConfirmFlagStatusComponent, [{
|
|
29397
29447
|
type: Component,
|
|
@@ -30233,7 +30283,7 @@ class WriteDateFieldComponent extends AbstractFieldWriteComponent {
|
|
|
30233
30283
|
i0.ɵɵproperty("ngIf", ctx.dateControl && ctx.dateControl.errors && (ctx.dateControl.dirty || ctx.dateControl.touched));
|
|
30234
30284
|
i0.ɵɵadvance();
|
|
30235
30285
|
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);
|
|
30236
|
-
} }, dependencies: [
|
|
30286
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.NgControlStatus, i3.FormControlDirective, DateInputComponent, FieldLabelPipe, FirstErrorPipe, IsMandatoryPipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
30237
30287
|
}
|
|
30238
30288
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteDateFieldComponent, [{
|
|
30239
30289
|
type: Component,
|
|
@@ -30519,7 +30569,7 @@ class DatetimePickerComponent extends AbstractFormFieldComponent {
|
|
|
30519
30569
|
i0.ɵɵproperty("for", picker_r3);
|
|
30520
30570
|
i0.ɵɵadvance();
|
|
30521
30571
|
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);
|
|
30522
|
-
} }, dependencies: [
|
|
30572
|
+
} }, dependencies: [i4.NgClass, i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.FormControlDirective, i4$2.NgxMatDatetimepicker, i4$2.NgxMatDatepickerInput, i4$2.NgxMatDatepickerActions, i4$2.NgxMatDatepickerApply, i5.MatLegacySuffix, i6$2.MatDatepickerToggle, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], styles: [".govuk-js-link{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link:visited{color:#4c2c92}.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 });
|
|
30523
30573
|
}
|
|
30524
30574
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DatetimePickerComponent, [{
|
|
30525
30575
|
type: Component,
|
|
@@ -30650,7 +30700,7 @@ class EventLogDetailsComponent {
|
|
|
30650
30700
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(54, 35, "Comment"));
|
|
30651
30701
|
i0.ɵɵadvance(4);
|
|
30652
30702
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(58, 37, ctx.event.comment));
|
|
30653
|
-
} }, dependencies: [
|
|
30703
|
+
} }, 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}"] });
|
|
30654
30704
|
}
|
|
30655
30705
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EventLogDetailsComponent, [{
|
|
30656
30706
|
type: Component,
|
|
@@ -30901,7 +30951,7 @@ class EventLogTableComponent {
|
|
|
30901
30951
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(18, 11, "Author"));
|
|
30902
30952
|
i0.ɵɵadvance(3);
|
|
30903
30953
|
i0.ɵɵproperty("ngForOf", ctx.events);
|
|
30904
|
-
} }, dependencies: [
|
|
30954
|
+
} }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, i1$1.RouterLink, i4.UpperCasePipe, i4.TitleCasePipe, DatePipe, i1.RpxTranslatePipe], styles: [".govuk-js-link[_ngcontent-%COMP%]{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link[_ngcontent-%COMP%]:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link[_ngcontent-%COMP%]:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link[_ngcontent-%COMP%]:visited{color:#4c2c92}#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}"] });
|
|
30905
30955
|
}
|
|
30906
30956
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EventLogTableComponent, [{
|
|
30907
30957
|
type: Component,
|
|
@@ -31686,7 +31736,7 @@ class ReadOrganisationFieldRawComponent extends AbstractFieldReadComponent {
|
|
|
31686
31736
|
i0.ɵɵattribute("aria-describedby", i0.ɵɵpipeBind1(2, 2, "complex organisation field table"));
|
|
31687
31737
|
i0.ɵɵadvance(6);
|
|
31688
31738
|
i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(8, 4, ctx.selectedOrg$));
|
|
31689
|
-
} }, dependencies: [
|
|
31739
|
+
} }, dependencies: [i4.NgIf, MarkdownComponent, i4.AsyncPipe, i1.RpxTranslatePipe], styles: [".govuk-js-link[_ngcontent-%COMP%]{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link[_ngcontent-%COMP%]:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link[_ngcontent-%COMP%]:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link[_ngcontent-%COMP%]:visited{color:#4c2c92}.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}"] });
|
|
31690
31740
|
}
|
|
31691
31741
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadOrganisationFieldRawComponent, [{
|
|
31692
31742
|
type: Component,
|
|
@@ -31762,7 +31812,7 @@ class ReadOrganisationFieldTableComponent extends AbstractFieldReadComponent {
|
|
|
31762
31812
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 5, ctx.caseField.label));
|
|
31763
31813
|
i0.ɵɵadvance(3);
|
|
31764
31814
|
i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(13, 7, ctx.selectedOrg$));
|
|
31765
|
-
} }, dependencies: [
|
|
31815
|
+
} }, dependencies: [i4.NgIf, MarkdownComponent, i4.AsyncPipe, i1.RpxTranslatePipe], styles: [".govuk-js-link[_ngcontent-%COMP%]{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link[_ngcontent-%COMP%]:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link[_ngcontent-%COMP%]:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link[_ngcontent-%COMP%]:visited{color:#4c2c92}.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}"] });
|
|
31766
31816
|
}
|
|
31767
31817
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadOrganisationFieldTableComponent, [{
|
|
31768
31818
|
type: Component,
|
|
@@ -31792,7 +31842,7 @@ class WriteOrganisationComplexFieldComponent extends AbstractFormFieldComponent
|
|
|
31792
31842
|
i0.ɵɵproperty("value", (tmp_0_0 = i0.ɵɵpipeBind1(2, 2, ctx.selectedOrg$)) == null ? null : tmp_0_0.organisationIdentifier);
|
|
31793
31843
|
i0.ɵɵadvance(2);
|
|
31794
31844
|
i0.ɵɵproperty("value", (tmp_1_0 = i0.ɵɵpipeBind1(4, 4, ctx.selectedOrg$)) == null ? null : tmp_1_0.name);
|
|
31795
|
-
} }, dependencies: [
|
|
31845
|
+
} }, dependencies: [i4.AsyncPipe], styles: [".govuk-js-link[_ngcontent-%COMP%]{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link[_ngcontent-%COMP%]:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link[_ngcontent-%COMP%]:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link[_ngcontent-%COMP%]:visited{color:#4c2c92}.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}"] });
|
|
31796
31846
|
}
|
|
31797
31847
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteOrganisationComplexFieldComponent, [{
|
|
31798
31848
|
type: Component,
|
|
@@ -32166,7 +32216,6 @@ class PaletteModule {
|
|
|
32166
32216
|
CdkTreeModule,
|
|
32167
32217
|
OverlayModule,
|
|
32168
32218
|
PaymentLibModule,
|
|
32169
|
-
ScrollToModule.forRoot(),
|
|
32170
32219
|
RpxTranslationModule.forChild(),
|
|
32171
32220
|
CdkTreeModule,
|
|
32172
32221
|
OverlayModule,
|
|
@@ -32212,7 +32261,6 @@ class PaletteModule {
|
|
|
32212
32261
|
CdkTreeModule,
|
|
32213
32262
|
OverlayModule,
|
|
32214
32263
|
PaymentLibModule,
|
|
32215
|
-
ScrollToModule.forRoot(),
|
|
32216
32264
|
RpxTranslationModule.forChild(),
|
|
32217
32265
|
CdkTreeModule,
|
|
32218
32266
|
OverlayModule,
|
|
@@ -32421,7 +32469,7 @@ class PaletteModule {
|
|
|
32421
32469
|
MatLegacyAutocompleteModule,
|
|
32422
32470
|
CdkTreeModule,
|
|
32423
32471
|
OverlayModule,
|
|
32424
|
-
PaymentLibModule,
|
|
32472
|
+
PaymentLibModule, i1.RpxTranslationModule, CdkTreeModule,
|
|
32425
32473
|
OverlayModule,
|
|
32426
32474
|
MatLegacyDialogModule,
|
|
32427
32475
|
MediaViewerModule,
|
|
@@ -32559,39 +32607,39 @@ class PaletteModule {
|
|
|
32559
32607
|
CaseEventCompletionComponent,
|
|
32560
32608
|
CaseEventCompletionTaskCancelledComponent,
|
|
32561
32609
|
CaseEventCompletionTaskReassignedComponent] }); })();
|
|
32562
|
-
i0.ɵɵsetComponentScope(FieldReadComponent, function () { return [
|
|
32563
|
-
i0.ɵɵsetComponentScope(LabelFieldComponent, function () { return [
|
|
32610
|
+
i0.ɵɵsetComponentScope(FieldReadComponent, function () { return [i3.NgControlStatusGroup, i3.FormGroupDirective, FieldReadLabelComponent]; }, []);
|
|
32611
|
+
i0.ɵɵsetComponentScope(LabelFieldComponent, function () { return [i4.NgIf, LabelSubstitutorDirective, MarkdownComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
32564
32612
|
i0.ɵɵsetComponentScope(CaseHistoryViewerFieldComponent, function () { return [EventLogComponent]; }, []);
|
|
32565
|
-
i0.ɵɵsetComponentScope(EventLogComponent, function () { return [
|
|
32613
|
+
i0.ɵɵsetComponentScope(EventLogComponent, function () { return [i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, EventLogDetailsComponent,
|
|
32566
32614
|
EventLogTableComponent]; }, []);
|
|
32567
|
-
i0.ɵɵsetComponentScope(ReadCollectionFieldComponent, function () { return [
|
|
32568
|
-
i0.ɵɵsetComponentScope(ReadOrganisationFieldComponent, function () { return [
|
|
32615
|
+
i0.ɵɵsetComponentScope(ReadCollectionFieldComponent, function () { return [i4.NgForOf, i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, FieldReadComponent]; }, []);
|
|
32616
|
+
i0.ɵɵsetComponentScope(ReadOrganisationFieldComponent, function () { return [i4.NgSwitch, i4.NgSwitchCase, i4.NgSwitchDefault, ReadOrganisationFieldTableComponent,
|
|
32569
32617
|
ReadOrganisationFieldRawComponent]; }, []);
|
|
32570
|
-
i0.ɵɵsetComponentScope(ReadOrderSummaryFieldComponent, function () { return [
|
|
32618
|
+
i0.ɵɵsetComponentScope(ReadOrderSummaryFieldComponent, function () { return [i4.NgForOf, ReadOrderSummaryRowComponent,
|
|
32571
32619
|
ReadMoneyGbpFieldComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
32572
32620
|
i0.ɵɵsetComponentScope(ReadOrderSummaryRowComponent, function () { return [ReadMoneyGbpFieldComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
32573
|
-
i0.ɵɵsetComponentScope(ReadComplexFieldComponent, function () { return [
|
|
32621
|
+
i0.ɵɵsetComponentScope(ReadComplexFieldComponent, function () { return [i4.NgSwitch, i4.NgSwitchCase, i4.NgSwitchDefault, ReadComplexFieldRawComponent,
|
|
32574
32622
|
ReadComplexFieldTableComponent,
|
|
32575
32623
|
ReadComplexFieldCollectionTableComponent]; }, []);
|
|
32576
|
-
i0.ɵɵsetComponentScope(ReadComplexFieldRawComponent, function () { return [
|
|
32577
|
-
i0.ɵɵsetComponentScope(ReadComplexFieldTableComponent, function () { return [
|
|
32578
|
-
i0.ɵɵsetComponentScope(ReadComplexFieldCollectionTableComponent, function () { return [
|
|
32579
|
-
ReadCaseLinkFieldComponent]; }, function () { return [
|
|
32580
|
-
i0.ɵɵsetComponentScope(ReadCaseFlagFieldComponent, function () { return [
|
|
32624
|
+
i0.ɵɵsetComponentScope(ReadComplexFieldRawComponent, function () { return [i4.NgForOf, FieldReadComponent]; }, function () { return [ReadFieldsFilterPipe, i1.RpxTranslatePipe]; });
|
|
32625
|
+
i0.ɵɵsetComponentScope(ReadComplexFieldTableComponent, function () { return [i4.NgForOf, i4.NgIf, FieldReadComponent]; }, function () { return [IsCompoundPipe, ReadFieldsFilterPipe, i1.RpxTranslatePipe]; });
|
|
32626
|
+
i0.ɵɵsetComponentScope(ReadComplexFieldCollectionTableComponent, function () { return [i4.NgForOf, i4.NgIf, FieldReadComponent,
|
|
32627
|
+
ReadCaseLinkFieldComponent]; }, function () { return [i4.KeyValuePipe, IsCompoundPipe, CcdCollectionTableCaseFieldsFilterPipe, ReadFieldsFilterPipe, i1.RpxTranslatePipe]; });
|
|
32628
|
+
i0.ɵɵsetComponentScope(ReadCaseFlagFieldComponent, function () { return [i4.NgForOf, i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, i4.NgSwitchDefault,
|
|
32581
32629
|
// Components for case flags
|
|
32582
32630
|
CaseFlagTableComponent,
|
|
32583
32631
|
CaseFlagSummaryListComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
32584
|
-
i0.ɵɵsetComponentScope(ReadLinkedCasesFieldComponent, function () { return [
|
|
32632
|
+
i0.ɵɵsetComponentScope(ReadLinkedCasesFieldComponent, function () { return [i4.NgIf,
|
|
32585
32633
|
// Components for linked cases
|
|
32586
32634
|
LinkedCasesToTableComponent,
|
|
32587
32635
|
LinkedCasesFromTableComponent]; }, []);
|
|
32588
|
-
i0.ɵɵsetComponentScope(WriteAddressFieldComponent, function () { return [
|
|
32589
|
-
i0.ɵɵsetComponentScope(WriteComplexFieldComponent, function () { return [
|
|
32636
|
+
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]; });
|
|
32637
|
+
i0.ɵɵsetComponentScope(WriteComplexFieldComponent, function () { return [i4.NgForOf, i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, i3.NgControlStatusGroup, i3.FormGroupDirective, LabelSubstitutorDirective, FieldReadComponent,
|
|
32590
32638
|
FieldWriteComponent]; }, function () { return [FieldLabelPipe, IsReadOnlyPipe]; });
|
|
32591
|
-
i0.ɵɵsetComponentScope(WriteDocumentFieldComponent, function () { return [
|
|
32592
|
-
i0.ɵɵsetComponentScope(WriteDateContainerFieldComponent, function () { return [
|
|
32639
|
+
i0.ɵɵsetComponentScope(WriteDocumentFieldComponent, function () { return [i4.NgClass, i4.NgIf, i1$4.MarkdownComponent, ReadDocumentFieldComponent]; }, function () { return [FieldLabelPipe, i1.RpxTranslatePipe]; });
|
|
32640
|
+
i0.ɵɵsetComponentScope(WriteDateContainerFieldComponent, function () { return [i4.NgIf, i3.NgControlStatusGroup, i3.FormGroupDirective, DatetimePickerComponent,
|
|
32593
32641
|
WriteDateFieldComponent]; }, []);
|
|
32594
|
-
i0.ɵɵsetComponentScope(WriteCaseFlagFieldComponent, function () { return [
|
|
32642
|
+
i0.ɵɵsetComponentScope(WriteCaseFlagFieldComponent, function () { return [i4.NgForOf, i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, i3.NgControlStatusGroup, i3.FormGroupDirective, SelectFlagTypeComponent,
|
|
32595
32643
|
SearchLanguageInterpreterComponent,
|
|
32596
32644
|
SelectFlagLocationComponent,
|
|
32597
32645
|
ManageCaseFlagsComponent,
|
|
@@ -32599,54 +32647,54 @@ i0.ɵɵsetComponentScope(WriteCaseFlagFieldComponent, function () { return [i5.N
|
|
|
32599
32647
|
UpdateFlagComponent,
|
|
32600
32648
|
ConfirmFlagStatusComponent,
|
|
32601
32649
|
UpdateFlagAddTranslationFormComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
32602
|
-
i0.ɵɵsetComponentScope(WriteLinkedCasesFieldComponent, function () { return [
|
|
32650
|
+
i0.ɵɵsetComponentScope(WriteLinkedCasesFieldComponent, function () { return [i4.NgSwitch, i4.NgSwitchCase, i3.NgControlStatusGroup, i3.FormGroupDirective, BeforeYouStartComponent,
|
|
32603
32651
|
LinkCasesComponent,
|
|
32604
32652
|
CheckYourAnswersComponent,
|
|
32605
32653
|
UnLinkCasesComponent,
|
|
32606
32654
|
NoLinkedCasesComponent]; }, []);
|
|
32607
|
-
i0.ɵɵsetComponentScope(WriteOrganisationFieldComponent, function () { return [
|
|
32655
|
+
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]; });
|
|
32608
32656
|
i0.ɵɵsetComponentScope(WriteOrderSummaryFieldComponent, function () { return [ReadOrderSummaryFieldComponent]; }, []);
|
|
32609
|
-
i0.ɵɵsetComponentScope(WriteDateContainerFieldComponent, function () { return [
|
|
32657
|
+
i0.ɵɵsetComponentScope(WriteDateContainerFieldComponent, function () { return [i4.NgIf, i3.NgControlStatusGroup, i3.FormGroupDirective, DatetimePickerComponent,
|
|
32610
32658
|
WriteDateFieldComponent]; }, []);
|
|
32611
|
-
i0.ɵɵsetComponentScope(WriteCollectionFieldComponent, function () { return [
|
|
32659
|
+
i0.ɵɵsetComponentScope(WriteCollectionFieldComponent, function () { return [i4.NgForOf, i4.NgIf, i3.NgControlStatusGroup, i3.FormGroupDirective, MarkdownComponent, FieldWriteComponent]; }, function () { return [FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe]; });
|
|
32612
32660
|
i0.ɵɵsetComponentScope(
|
|
32613
32661
|
// ComponentLauncher web components
|
|
32614
|
-
CaseFileViewFieldComponent, function () { return [
|
|
32662
|
+
CaseFileViewFieldComponent, function () { return [i4.NgForOf, i4.NgIf, i13.MediaViewerComponent, CaseFileViewFolderComponent]; }, []);
|
|
32615
32663
|
i0.ɵɵsetComponentScope(
|
|
32616
32664
|
// Components for case flags
|
|
32617
|
-
CaseFlagTableComponent, function () { return [
|
|
32618
|
-
i0.ɵɵsetComponentScope(SelectFlagTypeComponent, function () { return [
|
|
32619
|
-
i0.ɵɵsetComponentScope(SearchLanguageInterpreterComponent, function () { return [
|
|
32665
|
+
CaseFlagTableComponent, function () { return [i4.NgClass, i4.NgForOf, i4.NgIf]; }, function () { return [i4.DatePipe, i1.RpxTranslatePipe, FlagFieldDisplayPipe]; });
|
|
32666
|
+
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]; });
|
|
32667
|
+
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,
|
|
32620
32668
|
LanguageInterpreterDisplayPipe]; });
|
|
32621
|
-
i0.ɵɵsetComponentScope(ManageCaseFlagsComponent, function () { return [
|
|
32622
|
-
i0.ɵɵsetComponentScope(UpdateFlagComponent, function () { return [
|
|
32669
|
+
i0.ɵɵsetComponentScope(ManageCaseFlagsComponent, function () { return [i4.NgClass, i4.NgForOf, i4.NgIf, i3.NgControlStatusGroup, i3.FormGroupDirective]; }, function () { return [i1.RpxTranslatePipe, ManageCaseFlagsLabelDisplayPipe]; });
|
|
32670
|
+
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]; });
|
|
32623
32671
|
i0.ɵɵsetComponentScope(
|
|
32624
32672
|
// Components for linked cases
|
|
32625
|
-
LinkedCasesToTableComponent, function () { return [
|
|
32626
|
-
i0.ɵɵsetComponentScope(LinkedCasesFromTableComponent, function () { return [
|
|
32627
|
-
i0.ɵɵsetComponentScope(LinkCasesComponent, function () { return [
|
|
32628
|
-
i0.ɵɵsetComponentScope(CheckYourAnswersComponent, function () { return [
|
|
32673
|
+
LinkedCasesToTableComponent, function () { return [i4.NgForOf, i4.NgIf]; }, function () { return [CaseReferencePipe, LinkCasesReasonValuePipe]; });
|
|
32674
|
+
i0.ɵɵsetComponentScope(LinkedCasesFromTableComponent, function () { return [i4.NgForOf, i4.NgIf]; }, function () { return [CaseReferencePipe, LinkCasesFromReasonValuePipe]; });
|
|
32675
|
+
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]; });
|
|
32676
|
+
i0.ɵɵsetComponentScope(CheckYourAnswersComponent, function () { return [i4.NgForOf, i4.NgIf]; }, function () { return [CaseReferencePipe, LinkCasesReasonValuePipe]; });
|
|
32629
32677
|
i0.ɵɵsetComponentScope(
|
|
32630
32678
|
// Components for Query Management
|
|
32631
|
-
ReadQueryManagementFieldComponent, function () { return [
|
|
32679
|
+
ReadQueryManagementFieldComponent, function () { return [i4.NgForOf, i4.NgIf, i1$1.RouterLink, QueryDetailsComponent,
|
|
32632
32680
|
QueryListComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
32633
|
-
i0.ɵɵsetComponentScope(QueryDetailsComponent, function () { return [
|
|
32634
|
-
i0.ɵɵsetComponentScope(QueryWriteRespondToQueryComponent, function () { return [
|
|
32681
|
+
i0.ɵɵsetComponentScope(QueryDetailsComponent, function () { return [i4.NgForOf, i4.NgIf, QueryAttachmentsReadComponent]; }, function () { return [i4.DatePipe, i1.RpxTranslatePipe]; });
|
|
32682
|
+
i0.ɵɵsetComponentScope(QueryWriteRespondToQueryComponent, function () { return [i4.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, QueryDetailsComponent,
|
|
32635
32683
|
QueryCaseDetailsHeaderComponent,
|
|
32636
32684
|
CloseQueryComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
32637
|
-
i0.ɵɵsetComponentScope(QueryWriteRaiseQueryComponent, function () { return [
|
|
32685
|
+
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,
|
|
32638
32686
|
QueryWriteDateInputComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
32639
|
-
i0.ɵɵsetComponentScope(QueryCheckYourAnswersComponent, function () { return [
|
|
32687
|
+
i0.ɵɵsetComponentScope(QueryCheckYourAnswersComponent, function () { return [i4.NgForOf, i4.NgIf, CallbackErrorsComponent, QueryCaseDetailsHeaderComponent,
|
|
32640
32688
|
QueryAttachmentsReadComponent,
|
|
32641
|
-
QueryEventCompletionComponent]; }, function () { return [
|
|
32642
|
-
i0.ɵɵsetComponentScope(QueryWriteAddDocumentsComponent, function () { return [
|
|
32643
|
-
i0.ɵɵsetComponentScope(QueryAttachmentsReadComponent, function () { return [
|
|
32689
|
+
QueryEventCompletionComponent]; }, function () { return [i4.DatePipe, i1.RpxTranslatePipe]; });
|
|
32690
|
+
i0.ɵɵsetComponentScope(QueryWriteAddDocumentsComponent, function () { return [i3.NgControlStatusGroup, i3.FormGroupDirective, WriteCollectionFieldComponent]; }, []);
|
|
32691
|
+
i0.ɵɵsetComponentScope(QueryAttachmentsReadComponent, function () { return [i4.NgIf, ReadCollectionFieldComponent]; }, []);
|
|
32644
32692
|
i0.ɵɵsetComponentScope(QueryEventCompletionComponent, function () { return [
|
|
32645
32693
|
// Case event completion
|
|
32646
32694
|
CaseEventCompletionComponent]; }, []);
|
|
32647
32695
|
i0.ɵɵsetComponentScope(
|
|
32648
32696
|
// Case event completion
|
|
32649
|
-
CaseEventCompletionComponent, function () { return [
|
|
32697
|
+
CaseEventCompletionComponent, function () { return [i4.NgIf, CaseEventCompletionTaskCancelledComponent,
|
|
32650
32698
|
CaseEventCompletionTaskReassignedComponent]; }, []);
|
|
32651
32699
|
|
|
32652
32700
|
var CaseEditSubmitTitles;
|
|
@@ -33503,7 +33551,7 @@ class CaseEditGenericErrorsComponent {
|
|
|
33503
33551
|
i0.ɵɵproperty("ngIf", ctx.error && (!(ctx.error.callbackErrors || ctx.error.callbackWarnings || ctx.error.details) && !ctx.error.message));
|
|
33504
33552
|
i0.ɵɵadvance();
|
|
33505
33553
|
i0.ɵɵproperty("ngIf", ctx.error && (ctx.error.details || ctx.error.message));
|
|
33506
|
-
} }, dependencies: [
|
|
33554
|
+
} }, 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}"] });
|
|
33507
33555
|
}
|
|
33508
33556
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseEditGenericErrorsComponent, [{
|
|
33509
33557
|
type: Component,
|
|
@@ -33546,7 +33594,8 @@ class CaseEditorModule {
|
|
|
33546
33594
|
EventCompletionStateMachineService,
|
|
33547
33595
|
CaseFlagStateService,
|
|
33548
33596
|
ValidPageListCaseFieldsService,
|
|
33549
|
-
MultipageComponentStateService
|
|
33597
|
+
MultipageComponentStateService,
|
|
33598
|
+
FocusService
|
|
33550
33599
|
], imports: [CommonModule,
|
|
33551
33600
|
RouterModule,
|
|
33552
33601
|
FormsModule,
|
|
@@ -33629,7 +33678,8 @@ class CaseEditorModule {
|
|
|
33629
33678
|
EventCompletionStateMachineService,
|
|
33630
33679
|
CaseFlagStateService,
|
|
33631
33680
|
ValidPageListCaseFieldsService,
|
|
33632
|
-
MultipageComponentStateService
|
|
33681
|
+
MultipageComponentStateService,
|
|
33682
|
+
FocusService
|
|
33633
33683
|
]
|
|
33634
33684
|
}]
|
|
33635
33685
|
}], null, null); })();
|
|
@@ -33659,13 +33709,13 @@ class CaseEditorModule {
|
|
|
33659
33709
|
CaseCreateComponent,
|
|
33660
33710
|
CaseProgressComponent,
|
|
33661
33711
|
CallbackErrorsComponent] }); })();
|
|
33662
|
-
i0.ɵɵsetComponentScope(CaseEditConfirmComponent, function () { return [
|
|
33663
|
-
i0.ɵɵsetComponentScope(CaseEditPageComponent, function () { return [
|
|
33712
|
+
i0.ɵɵsetComponentScope(CaseEditConfirmComponent, function () { return [i4.NgIf, i3.ɵNgNoValidate, i3.NgControlStatusGroup, i3.FormGroupDirective, MarkdownComponent]; }, function () { return [CaseReferencePipe, CcdCaseTitlePipe, i1.RpxTranslatePipe]; });
|
|
33713
|
+
i0.ɵɵsetComponentScope(CaseEditPageComponent, function () { return [i4.NgForOf, i4.NgIf, i3.ɵNgNoValidate, i3.NgControlStatusGroup, i3.FormGroupDirective, CallbackErrorsComponent, MarkdownComponent, CaseEventCompletionComponent, CaseEditFormComponent,
|
|
33664
33714
|
CaseEditGenericErrorsComponent]; }, function () { return [CaseReferencePipe, CcdCaseTitlePipe, i1.RpxTranslatePipe]; });
|
|
33665
|
-
i0.ɵɵsetComponentScope(CaseEditFormComponent, function () { return [
|
|
33666
|
-
i0.ɵɵsetComponentScope(CaseEditSubmitComponent, function () { return [
|
|
33667
|
-
i0.ɵɵsetComponentScope(CaseCreateComponent, function () { return [
|
|
33668
|
-
i0.ɵɵsetComponentScope(CaseProgressComponent, function () { return [
|
|
33715
|
+
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]; });
|
|
33716
|
+
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]; });
|
|
33717
|
+
i0.ɵɵsetComponentScope(CaseCreateComponent, function () { return [i4.NgIf, CaseEditComponent]; }, []);
|
|
33718
|
+
i0.ɵɵsetComponentScope(CaseProgressComponent, function () { return [i4.NgIf, CaseEditComponent]; }, []);
|
|
33669
33719
|
|
|
33670
33720
|
const editorRouting = [
|
|
33671
33721
|
{
|
|
@@ -33739,7 +33789,7 @@ class CaseHeaderComponent {
|
|
|
33739
33789
|
i0.ɵɵproperty("ngIf", !ctx.caseTitle.label);
|
|
33740
33790
|
i0.ɵɵadvance();
|
|
33741
33791
|
i0.ɵɵproperty("ngIf", ctx.caseTitle.label);
|
|
33742
|
-
} }, dependencies: [
|
|
33792
|
+
} }, dependencies: [i4.NgIf, LabelFieldComponent, CaseReferencePipe], styles: [".case-title[_ngcontent-%COMP%]{margin-top:47px;margin-bottom:10px}.heading-h1[_ngcontent-%COMP%]{margin-top:40px}"] });
|
|
33743
33793
|
}
|
|
33744
33794
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseHeaderComponent, [{
|
|
33745
33795
|
type: Component,
|
|
@@ -34003,7 +34053,7 @@ class PaginationComponent {
|
|
|
34003
34053
|
i0.ɵɵattribute("aria-label", i0.ɵɵpipeBind1(3, 4, "Pagination"));
|
|
34004
34054
|
i0.ɵɵadvance(2);
|
|
34005
34055
|
i0.ɵɵproperty("ngIf", !(ctx.autoHide && p_r3.pages.length <= 1));
|
|
34006
|
-
} }, dependencies: [
|
|
34056
|
+
} }, dependencies: [i4.NgForOf, i4.NgIf, i2$1.PaginationControlsDirective, i4.DecimalPipe, i1.RpxTranslatePipe], styles: [".govuk-js-link[_ngcontent-%COMP%]{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link[_ngcontent-%COMP%]:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link[_ngcontent-%COMP%]:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link[_ngcontent-%COMP%]:visited{color:#4c2c92}.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}}"] });
|
|
34007
34057
|
}
|
|
34008
34058
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaginationComponent, [{
|
|
34009
34059
|
type: Component,
|
|
@@ -34347,7 +34397,7 @@ class CaseListComponent {
|
|
|
34347
34397
|
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind2(10, 9, ctx.cases, i0.ɵɵpureFunction3(12, _c0$d, ctx.pageSize, ctx.currentPageNo, ctx.totalResultsCount)));
|
|
34348
34398
|
i0.ɵɵadvance(2);
|
|
34349
34399
|
i0.ɵɵproperty("ngIf", ctx.totalResultsCount > ctx.pageSize);
|
|
34350
|
-
} }, dependencies: [
|
|
34400
|
+
} }, dependencies: [i4.NgForOf, i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, i4.NgSwitchDefault, i1$1.RouterLink, PaginationComponent, i4.CurrencyPipe, i2$1.PaginatePipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
34351
34401
|
}
|
|
34352
34402
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseListComponent, [{
|
|
34353
34403
|
type: Component,
|
|
@@ -34865,8 +34915,8 @@ class WorkbasketFiltersComponent {
|
|
|
34865
34915
|
}
|
|
34866
34916
|
}
|
|
34867
34917
|
static ɵfac = function WorkbasketFiltersComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WorkbasketFiltersComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(WorkbasketInputFilterService), i0.ɵɵdirectiveInject(OrderService), i0.ɵɵdirectiveInject(JurisdictionService), i0.ɵɵdirectiveInject(AlertService), i0.ɵɵdirectiveInject(WindowService)); };
|
|
34868
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WorkbasketFiltersComponent, selectors: [["ccd-workbasket-filters"]], inputs: { jurisdictions: "jurisdictions", defaults: "defaults" }, outputs: { onApply: "onApply", onReset: "onReset" }, standalone: false, decls: 45, vars: 55, consts: [["id", "filters", 1, "global-display"], [1, "form-group", "flex"], [
|
|
34869
|
-
i0.ɵɵelementStart(0, "form", 0)(1, "div", 1)(2, "
|
|
34918
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WorkbasketFiltersComponent, selectors: [["ccd-workbasket-filters"]], inputs: { jurisdictions: "jurisdictions", defaults: "defaults" }, outputs: { onApply: "onApply", onReset: "onReset" }, standalone: false, decls: 45, vars: 55, consts: [["id", "filters", 1, "global-display"], [1, "form-group", "flex"], [1, "heading-h2"], ["type", "button", 1, "button", "workbasket-filters-apply", 3, "click", "disabled", "title"], ["type", "button", 1, "button", "button-secondary", 3, "click", "title"], [1, "form-group"], ["for", "wb-jurisdiction", 1, "form-label"], ["id", "wb-jurisdiction", "name", "jurisdiction", "aria-controls", "search-result", 1, "form-control", "form-control-3-4", "ccd-dropdown", 3, "ngModelChange", "change", "ngModel"], [3, "ngValue", 4, "ngIf"], [3, "ngValue", 4, "ngFor", "ngForOf"], ["for", "wb-case-type", 1, "form-label"], ["id", "wb-case-type", "name", "case-type", "aria-controls", "search-result", 1, "form-control", "form-control-3-4", "ccd-dropdown", 3, "ngModelChange", "change", "ngModel", "disabled"], ["for", "wb-case-state", 1, "form-label"], ["id", "wb-case-state", "name", "state", "aria-controls", "search-result", 1, "form-control", "form-control-3-4", "ccd-dropdown", 3, "ngModelChange", "ngModel", "disabled"], [3, "ngValue"], ["ccdConditionalShowForm", "", 3, "formGroup", "contextFields", 4, "ngIf"], ["type", "button", 1, "button", 3, "click", "title"], ["ccdConditionalShowForm", "", 3, "formGroup", "contextFields"], ["id", "dynamicFilters"], ["class", "form-group", 4, "ngFor", "ngForOf"], [3, "keyup.enter", "caseField", "formGroup", "isExpanded", "isInSearchBlock"]], template: function WorkbasketFiltersComponent_Template(rf, ctx) { if (rf & 1) {
|
|
34919
|
+
i0.ɵɵelementStart(0, "form", 0)(1, "div", 1)(2, "h2", 2);
|
|
34870
34920
|
i0.ɵɵtext(3);
|
|
34871
34921
|
i0.ɵɵpipe(4, "rpxTranslate");
|
|
34872
34922
|
i0.ɵɵelementEnd();
|
|
@@ -34975,7 +35025,7 @@ class WorkbasketFiltersComponent {
|
|
|
34975
35025
|
}
|
|
34976
35026
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WorkbasketFiltersComponent, [{
|
|
34977
35027
|
type: Component,
|
|
34978
|
-
args: [{ selector: 'ccd-workbasket-filters', standalone: false, template: "<form id=\"filters\" class=\"global-display\">\n <div class=\"form-group flex\">\n <
|
|
35028
|
+
args: [{ selector: 'ccd-workbasket-filters', standalone: false, template: "<form id=\"filters\" class=\"global-display\">\n <div class=\"form-group flex\">\n <h2 class=\"heading-h2\">{{'Filters' | rpxTranslate }}</h2>\n <button type=\"button\" class=\"button workbasket-filters-apply\" (click)=\"apply(true)\" [disabled]=\"isApplyButtonDisabled()\"\n [title]=\"'Apply filter' | rpxTranslate\" [attr.aria-label]=\"'Apply filter' | rpxTranslate\">\n {{'Apply' | rpxTranslate}}\n </button> \n <button type=\"button\" (click)=\"reset()\" class=\"button button-secondary\"\n [title]=\"'Reset filter' | rpxTranslate\" [attr.aria-label]=\"'Reset filter' | rpxTranslate\">\n {{'Reset' | rpxTranslate}}\n </button>\n </div>\n\n <div class=\"form-group\">\n <label class=\"form-label\" for=\"wb-jurisdiction\">{{'Jurisdiction' | rpxTranslate}}</label>\n <select class=\"form-control form-control-3-4 ccd-dropdown\" id=\"wb-jurisdiction\"\n name=\"jurisdiction\" [(ngModel)]=\"selected.jurisdiction\" aria-controls=\"search-result\"\n (change)=\"onJurisdictionIdChange()\">\n <option *ngIf=\"!workbasketDefaults\" [ngValue]=\"null\">{{'Select a value' | rpxTranslate}}</option>\n <option *ngFor=\"let j of jurisdictions\" [ngValue]=\"j\">{{j.name | rpxTranslate}}</option>\n </select>\n </div>\n\n <div class=\"form-group\">\n <label class=\"form-label\" for=\"wb-case-type\">{{'Case type' | rpxTranslate}}</label>\n <select class=\"form-control form-control-3-4 ccd-dropdown\" id=\"wb-case-type\"\n name=\"case-type\" [(ngModel)]=\"selected.caseType\" [disabled]=\"isCaseTypesDropdownDisabled()\"\n (change)=\"onCaseTypeIdChange()\" aria-controls=\"search-result\">\n <option *ngIf=\"!workbasketDefaults\" [ngValue]=\"null\">{{'Select a value' | rpxTranslate}}</option>\n <option *ngFor=\"let ct of selectedJurisdictionCaseTypes\" [ngValue]=\"ct\">{{ct.name | rpxTranslate}}</option>\n </select>\n </div>\n\n <div class=\"form-group\">\n <label class=\"form-label\" for=\"wb-case-state\">{{'State' | rpxTranslate}}</label>\n <select class=\"form-control form-control-3-4 ccd-dropdown\" id=\"wb-case-state\"\n name=\"state\" [(ngModel)]=\"selected.caseState\" [disabled]=\"isCaseStatesDropdownDisabled()\"\n aria-controls=\"search-result\">\n <option [ngValue]=\"null\">{{'Any' | rpxTranslate}}</option>\n <option *ngFor=\"let cs of selectedCaseTypeStates\" [ngValue]=\"cs\">{{cs.name | rpxTranslate}}</option>\n </select>\n </div>\n\n <ng-container ccdConditionalShowForm *ngIf=\"isSearchableAndWorkbasketInputsReady()\" [formGroup]=\"formGroup\" [contextFields]=\"caseFields\">\n <div id=\"dynamicFilters\">\n <div class=\"form-group\" *ngFor=\"let workbasketInput of workbasketInputs\">\n <ccd-field-write [caseField]=\"workbasketInput.field\" [formGroup]=\"formGroup\" [isExpanded]=\"true\" [isInSearchBlock]=\"true\" (keyup.enter)=\"apply(null)\">\n </ccd-field-write>\n </div>\n </div>\n </ng-container>\n\n <button type=\"button\" class=\"button\" (click)=\"scrollToTop()\"\n [title]=\"'Back to top' | rpxTranslate\" [attr.aria-label]=\"'Back to top' | rpxTranslate\">{{'Back to top' | rpxTranslate}}\n </button>\n</form>\n", styles: [".govuk-js-link{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link:visited{color:#4c2c92}div select{font-family:nta,Arial,sans-serif;font-weight:400;text-transform:none;font-size:11pt;line-height:1.2727272727}@media(min-width:641px){div select{font-size:12pt;line-height:1.3333333333}}@media print{div select{font-size:10pt}}.form-group{margin-bottom:7px}.form-group.flex{display:flex}.form-group.flex button{margin:1rem .25rem .25rem;height:2rem}.ccd-dropdown{width:100%}span.heading-medium{margin-top:0}\n"] }]
|
|
34979
35029
|
}], () => [{ type: i1$1.ActivatedRoute }, { type: WorkbasketInputFilterService }, { type: OrderService }, { type: JurisdictionService }, { type: AlertService }, { type: WindowService }], { jurisdictions: [{
|
|
34980
35030
|
type: Input
|
|
34981
35031
|
}], defaults: [{
|
|
@@ -35034,7 +35084,7 @@ class WorkbasketFiltersModule {
|
|
|
35034
35084
|
ReactiveFormsModule,
|
|
35035
35085
|
PaletteModule,
|
|
35036
35086
|
ConditionalShowModule, i1.RpxTranslationModule], exports: [WorkbasketFiltersComponent] }); })();
|
|
35037
|
-
i0.ɵɵsetComponentScope(WorkbasketFiltersComponent, function () { return [
|
|
35087
|
+
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]; });
|
|
35038
35088
|
|
|
35039
35089
|
const READ_ACCESS = 'read';
|
|
35040
35090
|
const CREATE_ACCESS = 'create';
|
|
@@ -35142,7 +35192,7 @@ class CaseListFiltersModule {
|
|
|
35142
35192
|
PaletteModule,
|
|
35143
35193
|
DefinitionsModule,
|
|
35144
35194
|
WorkbasketFiltersModule, i1.RpxTranslationModule], exports: [CaseListFiltersComponent] }); })();
|
|
35145
|
-
i0.ɵɵsetComponentScope(CaseListFiltersComponent, function () { return [
|
|
35195
|
+
i0.ɵɵsetComponentScope(CaseListFiltersComponent, function () { return [i4.NgIf, WorkbasketFiltersComponent]; }, []);
|
|
35146
35196
|
|
|
35147
35197
|
// @dynamic
|
|
35148
35198
|
class CaseHistoryCaseType {
|
|
@@ -35486,7 +35536,7 @@ class CaseHistoryModule {
|
|
|
35486
35536
|
ConditionalShowModule,
|
|
35487
35537
|
PaletteModule,
|
|
35488
35538
|
LabelSubstitutorModule, i1.RpxTranslationModule], exports: [CaseHistoryComponent] }); })();
|
|
35489
|
-
i0.ɵɵsetComponentScope(CaseHistoryComponent, function () { return [
|
|
35539
|
+
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]; });
|
|
35490
35540
|
|
|
35491
35541
|
function CaseTimelineComponent_div_0_ng_container_2_ccd_event_log_1_Template(rf, ctx) { if (rf & 1) {
|
|
35492
35542
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -35632,7 +35682,7 @@ class CaseTimelineModule {
|
|
|
35632
35682
|
ReactiveFormsModule,
|
|
35633
35683
|
CaseHistoryModule,
|
|
35634
35684
|
PaletteModule, i1.RpxTranslationModule], exports: [CaseTimelineComponent] }); })();
|
|
35635
|
-
i0.ɵɵsetComponentScope(CaseTimelineComponent, function () { return [
|
|
35685
|
+
i0.ɵɵsetComponentScope(CaseTimelineComponent, function () { return [i4.NgIf, i4.NgSwitch, i4.NgSwitchCase, CaseHistoryComponent, EventLogComponent]; }, function () { return [i1.RpxTranslatePipe]; });
|
|
35636
35686
|
|
|
35637
35687
|
class CaseResolver {
|
|
35638
35688
|
caseNotifier;
|
|
@@ -36366,7 +36416,7 @@ class CaseBasicAccessViewComponent {
|
|
|
36366
36416
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(23, 19, "Request access"), " ");
|
|
36367
36417
|
i0.ɵɵadvance(5);
|
|
36368
36418
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(28, 21, "Cancel"), " ");
|
|
36369
|
-
} }, dependencies: [
|
|
36419
|
+
} }, dependencies: [i4.NgIf, i1$1.RouterLink, AlertComponent, LoadingSpinnerComponent, i4.LowerCasePipe, i4.TitleCasePipe, CaseReferencePipe, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
36370
36420
|
}
|
|
36371
36421
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseBasicAccessViewComponent, [{
|
|
36372
36422
|
type: Component,
|
|
@@ -37183,7 +37233,7 @@ class CaseFullAccessViewComponent {
|
|
|
37183
37233
|
this.errorNotifierService.announceError(null);
|
|
37184
37234
|
this.alertService.clear();
|
|
37185
37235
|
}
|
|
37186
|
-
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(
|
|
37236
|
+
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)); };
|
|
37187
37237
|
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseFullAccessViewComponent, selectors: [["ccd-case-full-access-view"]], viewQuery: function CaseFullAccessViewComponent_Query(rf, ctx) { if (rf & 1) {
|
|
37188
37238
|
i0.ɵɵviewQuery(_c0$c, 5);
|
|
37189
37239
|
} if (rf & 2) {
|
|
@@ -37228,7 +37278,7 @@ class CaseFullAccessViewComponent {
|
|
|
37228
37278
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseFullAccessViewComponent, [{
|
|
37229
37279
|
type: Component,
|
|
37230
37280
|
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"] }]
|
|
37231
|
-
}], () => [{ 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:
|
|
37281
|
+
}], () => [{ 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: [{
|
|
37232
37282
|
type: Input
|
|
37233
37283
|
}], hasEventSelector: [{
|
|
37234
37284
|
type: Input
|
|
@@ -37508,7 +37558,7 @@ class CaseViewerComponent {
|
|
|
37508
37558
|
return tabs;
|
|
37509
37559
|
}
|
|
37510
37560
|
static ɵfac = function CaseViewerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseViewerComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(OrderService)); };
|
|
37511
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseViewerComponent, selectors: [["ccd-case-viewer"]], inputs: { hasPrint: "hasPrint", hasEventSelector: "hasEventSelector", prependedTabs: "prependedTabs", appendedTabs: "appendedTabs" }, standalone: false, decls: 1, vars: 1, consts: [[4, "ngIf"], [
|
|
37561
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseViewerComponent, selectors: [["ccd-case-viewer"]], inputs: { hasPrint: "hasPrint", hasEventSelector: "hasEventSelector", prependedTabs: "prependedTabs", appendedTabs: "appendedTabs" }, standalone: false, decls: 1, vars: 1, consts: [[4, "ngIf"], [3, "accessType", "caseDetails", 4, "ngIf"], [3, "caseDetails", "hasPrint", "hasEventSelector", "prependedTabs", "appendedTabs", 4, "ngIf"], [3, "accessType", "caseDetails"], [3, "caseDetails", "hasPrint", "hasEventSelector", "prependedTabs", "appendedTabs"]], template: function CaseViewerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
37512
37562
|
i0.ɵɵtemplate(0, CaseViewerComponent_div_0_Template, 3, 2, "div", 0);
|
|
37513
37563
|
} if (rf & 2) {
|
|
37514
37564
|
i0.ɵɵproperty("ngIf", ctx.isDataLoaded());
|
|
@@ -37516,7 +37566,7 @@ class CaseViewerComponent {
|
|
|
37516
37566
|
}
|
|
37517
37567
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseViewerComponent, [{
|
|
37518
37568
|
type: Component,
|
|
37519
|
-
args: [{ selector: 'ccd-case-viewer', standalone: false, template: "<div *ngIf=\"isDataLoaded()\">\n <ccd-case-basic-access-view *ngIf=\"!hasStandardAccess()\"\n [accessType]=\"userAccessType\"\n [caseDetails]=\"caseDetails\"
|
|
37569
|
+
args: [{ selector: 'ccd-case-viewer', standalone: false, template: "<div *ngIf=\"isDataLoaded()\">\n <ccd-case-basic-access-view *ngIf=\"!hasStandardAccess()\"\n [accessType]=\"userAccessType\"\n [caseDetails]=\"caseDetails\">\n </ccd-case-basic-access-view>\n <ccd-case-full-access-view *ngIf=\"hasStandardAccess()\"\n [caseDetails]=\"caseDetails\"\n [hasPrint]=\"hasPrint\"\n [hasEventSelector]=\"hasEventSelector\"\n [prependedTabs]=\"prependedTabs\"\n [appendedTabs]=\"appendedTabs\">\n </ccd-case-full-access-view>\n</div>\n" }]
|
|
37520
37570
|
}], () => [{ type: i1$1.ActivatedRoute }, { type: CaseNotifier }, { type: AbstractAppConfig }, { type: OrderService }], { hasPrint: [{
|
|
37521
37571
|
type: Input
|
|
37522
37572
|
}], hasEventSelector: [{
|
|
@@ -37547,22 +37597,22 @@ function ErrorMessageComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
37547
37597
|
i0.ɵɵadvance(3);
|
|
37548
37598
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 3, ctx_r0.error.title));
|
|
37549
37599
|
i0.ɵɵadvance(5);
|
|
37550
|
-
i0.ɵɵ
|
|
37600
|
+
i0.ɵɵattribute("href", "#" + ctx_r0.error.fieldId, i0.ɵɵsanitizeUrl);
|
|
37551
37601
|
i0.ɵɵadvance();
|
|
37552
37602
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 5, ctx_r0.error.description));
|
|
37553
37603
|
} }
|
|
37554
37604
|
class ErrorMessageComponent {
|
|
37555
37605
|
error;
|
|
37556
37606
|
static ɵfac = function ErrorMessageComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ErrorMessageComponent)(); };
|
|
37557
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ErrorMessageComponent, selectors: [["exui-error-message"]], inputs: { error: "error" }, standalone: false, decls: 1, vars: 1, consts: [[4, "ngIf"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "govuk-error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["
|
|
37607
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ErrorMessageComponent, selectors: [["exui-error-message"]], inputs: { error: "error" }, standalone: false, decls: 1, vars: 1, consts: [[4, "ngIf"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "govuk-error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["tabindex", "0"]], template: function ErrorMessageComponent_Template(rf, ctx) { if (rf & 1) {
|
|
37558
37608
|
i0.ɵɵtemplate(0, ErrorMessageComponent_ng_container_0_Template, 11, 7, "ng-container", 0);
|
|
37559
37609
|
} if (rf & 2) {
|
|
37560
37610
|
i0.ɵɵproperty("ngIf", ctx.error);
|
|
37561
|
-
} }, dependencies: [
|
|
37611
|
+
} }, dependencies: [i4.NgIf, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
37562
37612
|
}
|
|
37563
37613
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ErrorMessageComponent, [{
|
|
37564
37614
|
type: Component,
|
|
37565
|
-
args: [{ selector: 'exui-error-message', standalone: false, template: "<!-- Cloned from rpx-xui-webapp src/app/components/error-message/error-message.component.html -->\n<ng-container *ngIf=\"error\">\n <div class=\"govuk-error-summary\" aria-labelledby=\"error-summary-title\" role=\"alert\" tabindex=\"-1\" data-module=\"govuk-error-summary\">\n <h2 class=\"govuk-error-summary__title\" id=\"error-summary-title\">{{error.title | rpxTranslate}}</h2>\n <div class=\"govuk-error-summary__body\">\n <ul class=\"govuk-list govuk-error-summary__list\">\n <li>\n <a
|
|
37615
|
+
args: [{ selector: 'exui-error-message', standalone: false, template: "<!-- Cloned from rpx-xui-webapp src/app/components/error-message/error-message.component.html -->\n<ng-container *ngIf=\"error\">\n <div class=\"govuk-error-summary\" aria-labelledby=\"error-summary-title\" role=\"alert\" tabindex=\"-1\" data-module=\"govuk-error-summary\">\n <h2 class=\"govuk-error-summary__title\" id=\"error-summary-title\">{{error.title | rpxTranslate}}</h2>\n <div class=\"govuk-error-summary__body\">\n <ul class=\"govuk-list govuk-error-summary__list\">\n <li>\n <a tabindex=\"0\" [attr.href]=\"'#' + error.fieldId\">{{error.description | rpxTranslate}}</a>\n </li>\n </ul>\n </div>\n </div>\n</ng-container>\n" }]
|
|
37566
37616
|
}], null, { error: [{
|
|
37567
37617
|
type: Input
|
|
37568
37618
|
}] }); })();
|
|
@@ -37822,7 +37872,7 @@ class TaskAssignedComponent {
|
|
|
37822
37872
|
i0.ɵɵtemplate(0, TaskAssignedComponent_div_0_Template, 22, 24, "div", 0);
|
|
37823
37873
|
} if (rf & 2) {
|
|
37824
37874
|
i0.ɵɵproperty("ngIf", ctx.assignedUserName);
|
|
37825
|
-
} }, dependencies: [
|
|
37875
|
+
} }, dependencies: [i4.NgIf, i1$1.RouterLink, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
37826
37876
|
}
|
|
37827
37877
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TaskAssignedComponent, [{
|
|
37828
37878
|
type: Component,
|
|
@@ -38657,17 +38707,17 @@ class EventTriggerComponent {
|
|
|
38657
38707
|
getDefault() {
|
|
38658
38708
|
return this.triggers?.length === 1 ? this.triggers[0] : '';
|
|
38659
38709
|
}
|
|
38660
|
-
static ɵfac = function EventTriggerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EventTriggerComponent)(i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(
|
|
38710
|
+
static ɵfac = function EventTriggerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EventTriggerComponent)(i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(i3.FormBuilder), i0.ɵɵdirectiveInject(OrderService)); };
|
|
38661
38711
|
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) {
|
|
38662
38712
|
i0.ɵɵtemplate(0, EventTriggerComponent_form_0_Template, 11, 14, "form", 0);
|
|
38663
38713
|
} if (rf & 2) {
|
|
38664
38714
|
i0.ɵɵproperty("ngIf", ctx.triggers && ctx.triggers.length);
|
|
38665
|
-
} }, dependencies: [
|
|
38715
|
+
} }, 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: [".govuk-js-link[_ngcontent-%COMP%]{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link[_ngcontent-%COMP%]:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link[_ngcontent-%COMP%]:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link[_ngcontent-%COMP%]:visited{color:#4c2c92}.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}"] });
|
|
38666
38716
|
}
|
|
38667
38717
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EventTriggerComponent, [{
|
|
38668
38718
|
type: Component,
|
|
38669
38719
|
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: [".govuk-js-link{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link:visited{color:#4c2c92}.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"] }]
|
|
38670
|
-
}], () => [{ type: AbstractAppConfig }, { type:
|
|
38720
|
+
}], () => [{ type: AbstractAppConfig }, { type: i3.FormBuilder }, { type: OrderService }], { triggers: [{
|
|
38671
38721
|
type: Input
|
|
38672
38722
|
}], triggerText: [{
|
|
38673
38723
|
type: Input
|
|
@@ -38804,6 +38854,7 @@ class CaseChallengedAccessRequestComponent {
|
|
|
38804
38854
|
casesService;
|
|
38805
38855
|
route;
|
|
38806
38856
|
caseNotifier;
|
|
38857
|
+
titleService;
|
|
38807
38858
|
static CANCEL_LINK_DESTINATION = '/work/my-work/list';
|
|
38808
38859
|
title;
|
|
38809
38860
|
hint;
|
|
@@ -38817,12 +38868,14 @@ class CaseChallengedAccessRequestComponent {
|
|
|
38817
38868
|
radioSelectedControlName = 'radioSelected';
|
|
38818
38869
|
caseReferenceControlName = 'caseReference';
|
|
38819
38870
|
otherReasonControlName = 'otherReason';
|
|
38820
|
-
|
|
38871
|
+
originalDocumentTitle;
|
|
38872
|
+
constructor(fb, router, casesService, route, caseNotifier, titleService) {
|
|
38821
38873
|
this.fb = fb;
|
|
38822
38874
|
this.router = router;
|
|
38823
38875
|
this.casesService = casesService;
|
|
38824
38876
|
this.route = route;
|
|
38825
38877
|
this.caseNotifier = caseNotifier;
|
|
38878
|
+
this.titleService = titleService;
|
|
38826
38879
|
this.accessReasons = [
|
|
38827
38880
|
{ reason: AccessReason$1.LINKED_TO_CURRENT_CASE, checked: false },
|
|
38828
38881
|
{ reason: AccessReason$1.CONSOLIDATE_CASE, checked: false },
|
|
@@ -38834,6 +38887,7 @@ class CaseChallengedAccessRequestComponent {
|
|
|
38834
38887
|
this.title = ChallengedAccessRequestPageText.TITLE;
|
|
38835
38888
|
this.hint = ChallengedAccessRequestPageText.HINT;
|
|
38836
38889
|
this.caseRefLabel = ChallengedAccessRequestPageText.CASE_REF;
|
|
38890
|
+
this.originalDocumentTitle = this.titleService.getTitle();
|
|
38837
38891
|
this.formGroup = this.fb.group({
|
|
38838
38892
|
radioSelected: new FormControl(null, Validators.required)
|
|
38839
38893
|
});
|
|
@@ -38858,6 +38912,7 @@ class CaseChallengedAccessRequestComponent {
|
|
|
38858
38912
|
}
|
|
38859
38913
|
onChange() {
|
|
38860
38914
|
this.submitted = false;
|
|
38915
|
+
this.restoreDocumentTitle();
|
|
38861
38916
|
// Clear the "Case reference" and "Other reason" fields manually. This prevents any previous value being retained by
|
|
38862
38917
|
// the field's FormControl when the field itself is removed from the DOM by *ngIf. (If it is subsequently added back
|
|
38863
38918
|
// to the DOM by *ngIf, it will appear empty but the associated FormControl still has the previous value.)
|
|
@@ -38870,8 +38925,9 @@ class CaseChallengedAccessRequestComponent {
|
|
|
38870
38925
|
this.errorMessage = {
|
|
38871
38926
|
title: this.genericError,
|
|
38872
38927
|
description: ChallengedAccessRequestErrors.NO_SELECTION,
|
|
38873
|
-
fieldId: '
|
|
38928
|
+
fieldId: 'reason-0'
|
|
38874
38929
|
};
|
|
38930
|
+
this.prefixDocumentTitleWithError();
|
|
38875
38931
|
}
|
|
38876
38932
|
else {
|
|
38877
38933
|
if (this.formGroup.get(this.caseReferenceControlName).invalid) {
|
|
@@ -38880,6 +38936,7 @@ class CaseChallengedAccessRequestComponent {
|
|
|
38880
38936
|
description: ChallengedAccessRequestErrors.NO_CASE_REFERENCE,
|
|
38881
38937
|
fieldId: 'case-reference'
|
|
38882
38938
|
};
|
|
38939
|
+
this.prefixDocumentTitleWithError();
|
|
38883
38940
|
}
|
|
38884
38941
|
if (this.formGroup.get(this.otherReasonControlName).invalid) {
|
|
38885
38942
|
this.errorMessage = {
|
|
@@ -38887,10 +38944,12 @@ class CaseChallengedAccessRequestComponent {
|
|
|
38887
38944
|
description: ChallengedAccessRequestErrors.NO_REASON,
|
|
38888
38945
|
fieldId: 'other-reason'
|
|
38889
38946
|
};
|
|
38947
|
+
this.prefixDocumentTitleWithError();
|
|
38890
38948
|
}
|
|
38891
38949
|
}
|
|
38892
38950
|
// Initiate Challenged Access Request
|
|
38893
38951
|
if (this.formGroup.valid) {
|
|
38952
|
+
this.restoreDocumentTitle();
|
|
38894
38953
|
// Get the Case Reference (for which access is being requested) from the ActivatedRouteSnapshot data
|
|
38895
38954
|
const caseId = this.route.snapshot.params.cid;
|
|
38896
38955
|
const radioSelectedValue = this.formGroup.get(this.radioSelectedControlName).value;
|
|
@@ -38916,6 +38975,16 @@ class CaseChallengedAccessRequestComponent {
|
|
|
38916
38975
|
onCancel() {
|
|
38917
38976
|
this.router.navigateByUrl(CaseChallengedAccessRequestComponent.CANCEL_LINK_DESTINATION);
|
|
38918
38977
|
}
|
|
38978
|
+
prefixDocumentTitleWithError() {
|
|
38979
|
+
if (!this.titleService.getTitle().startsWith('Error:')) {
|
|
38980
|
+
this.titleService.setTitle(`Error: ${this.originalDocumentTitle}`);
|
|
38981
|
+
}
|
|
38982
|
+
}
|
|
38983
|
+
restoreDocumentTitle() {
|
|
38984
|
+
if (this.titleService.getTitle() !== this.originalDocumentTitle) {
|
|
38985
|
+
this.titleService.setTitle(this.originalDocumentTitle);
|
|
38986
|
+
}
|
|
38987
|
+
}
|
|
38919
38988
|
ngOnDestroy() {
|
|
38920
38989
|
if (this.$roleAssignmentResponseSubscription) {
|
|
38921
38990
|
this.$roleAssignmentResponseSubscription.unsubscribe();
|
|
@@ -38924,7 +38993,7 @@ class CaseChallengedAccessRequestComponent {
|
|
|
38924
38993
|
inputEmpty(input) {
|
|
38925
38994
|
return input.value === null || input.value.trim().length === 0;
|
|
38926
38995
|
}
|
|
38927
|
-
static ɵfac = function CaseChallengedAccessRequestComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseChallengedAccessRequestComponent)(i0.ɵɵdirectiveInject(
|
|
38996
|
+
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), i0.ɵɵdirectiveInject(i4$1.Title)); };
|
|
38928
38997
|
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) {
|
|
38929
38998
|
i0.ɵɵtemplate(0, CaseChallengedAccessRequestComponent_exui_error_message_0_Template, 1, 1, "exui-error-message", 0);
|
|
38930
38999
|
i0.ɵɵelementStart(1, "cut-alert", 1);
|
|
@@ -39030,8 +39099,8 @@ class CaseChallengedAccessRequestComponent {
|
|
|
39030
39099
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseChallengedAccessRequestComponent, [{
|
|
39031
39100
|
type: Component,
|
|
39032
39101
|
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" }]
|
|
39033
|
-
}], () => [{ type:
|
|
39034
|
-
(() => { (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:
|
|
39102
|
+
}], () => [{ type: i3.FormBuilder }, { type: i1$1.Router }, { type: CasesService }, { type: i1$1.ActivatedRoute }, { type: CaseNotifier }, { type: i4$1.Title }], null); })();
|
|
39103
|
+
(() => { (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: 16 }); })();
|
|
39035
39104
|
|
|
39036
39105
|
const _c0$3 = (a0, a1, a2) => ["/", "cases", "case-details", a0, a1, a2];
|
|
39037
39106
|
class CaseChallengedAccessSuccessComponent {
|
|
@@ -39291,7 +39360,7 @@ class CaseReviewSpecificAccessRequestComponent {
|
|
|
39291
39360
|
this.requestAccessDetails = requestAccessDetailsMock.details;
|
|
39292
39361
|
}
|
|
39293
39362
|
}
|
|
39294
|
-
static ɵfac = function CaseReviewSpecificAccessRequestComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseReviewSpecificAccessRequestComponent)(i0.ɵɵdirectiveInject(
|
|
39363
|
+
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)); };
|
|
39295
39364
|
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) {
|
|
39296
39365
|
i0.ɵɵtemplate(0, CaseReviewSpecificAccessRequestComponent_exui_error_message_0_Template, 1, 1, "exui-error-message", 0);
|
|
39297
39366
|
i0.ɵɵelementStart(1, "form", 1);
|
|
@@ -39430,7 +39499,7 @@ class CaseReviewSpecificAccessRequestComponent {
|
|
|
39430
39499
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseReviewSpecificAccessRequestComponent, [{
|
|
39431
39500
|
type: Component,
|
|
39432
39501
|
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"] }]
|
|
39433
|
-
}], () => [{ type:
|
|
39502
|
+
}], () => [{ type: i3.FormBuilder }, { type: i1$1.ActivatedRoute }, { type: i1$1.Router }, { type: AbstractAppConfig }], null); })();
|
|
39434
39503
|
(() => { (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 }); })();
|
|
39435
39504
|
|
|
39436
39505
|
var SpecificAccessRequestPageText;
|
|
@@ -39447,13 +39516,13 @@ var SpecificAccessRequestErrors;
|
|
|
39447
39516
|
const _c0$1 = a0 => ({ "form-group-error": a0 });
|
|
39448
39517
|
const _c1$1 = a0 => ({ "govuk-textarea--error": a0 });
|
|
39449
39518
|
function CaseSpecificAccessRequestComponent_exui_error_message_0_Template(rf, ctx) { if (rf & 1) {
|
|
39450
|
-
i0.ɵɵelement(0, "exui-error-message",
|
|
39519
|
+
i0.ɵɵelement(0, "exui-error-message", 23);
|
|
39451
39520
|
} if (rf & 2) {
|
|
39452
39521
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
39453
39522
|
i0.ɵɵproperty("error", ctx_r0.errorMessage);
|
|
39454
39523
|
} }
|
|
39455
39524
|
function CaseSpecificAccessRequestComponent_div_38_Template(rf, ctx) { if (rf & 1) {
|
|
39456
|
-
i0.ɵɵelementStart(0, "div",
|
|
39525
|
+
i0.ɵɵelementStart(0, "div", 24);
|
|
39457
39526
|
i0.ɵɵtext(1);
|
|
39458
39527
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
39459
39528
|
i0.ɵɵelementEnd();
|
|
@@ -39468,6 +39537,7 @@ class CaseSpecificAccessRequestComponent {
|
|
|
39468
39537
|
casesService;
|
|
39469
39538
|
route;
|
|
39470
39539
|
caseNotifier;
|
|
39540
|
+
titleService;
|
|
39471
39541
|
static CANCEL_LINK_DESTINATION = '/work/my-work/list';
|
|
39472
39542
|
collapsed = false;
|
|
39473
39543
|
title;
|
|
@@ -39480,17 +39550,20 @@ class CaseSpecificAccessRequestComponent {
|
|
|
39480
39550
|
genericError = 'There is a problem';
|
|
39481
39551
|
specificReasonControlName = 'specificReason';
|
|
39482
39552
|
getSpecificAccessError = false;
|
|
39483
|
-
|
|
39553
|
+
originalDocumentTitle;
|
|
39554
|
+
constructor(fb, router, casesService, route, caseNotifier, titleService) {
|
|
39484
39555
|
this.fb = fb;
|
|
39485
39556
|
this.router = router;
|
|
39486
39557
|
this.casesService = casesService;
|
|
39487
39558
|
this.route = route;
|
|
39488
39559
|
this.caseNotifier = caseNotifier;
|
|
39560
|
+
this.titleService = titleService;
|
|
39489
39561
|
}
|
|
39490
39562
|
ngOnInit() {
|
|
39491
39563
|
this.title = SpecificAccessRequestPageText.TITLE;
|
|
39492
39564
|
this.hint = SpecificAccessRequestPageText.HINT;
|
|
39493
39565
|
this.caseRefLabel = SpecificAccessRequestPageText.CASE_REF;
|
|
39566
|
+
this.originalDocumentTitle = this.titleService.getTitle();
|
|
39494
39567
|
this.formGroup = this.fb.group({
|
|
39495
39568
|
radioSelected: new FormControl(null, null),
|
|
39496
39569
|
});
|
|
@@ -39508,6 +39581,7 @@ class CaseSpecificAccessRequestComponent {
|
|
|
39508
39581
|
}
|
|
39509
39582
|
onChange() {
|
|
39510
39583
|
this.submitted = false;
|
|
39584
|
+
this.restoreDocumentTitle();
|
|
39511
39585
|
// Clear the "specific reason" fields manually. This prevents any previous value being retained by
|
|
39512
39586
|
// the field's FormControl when the field itself is removed from the DOM by *ngIf. (If it is subsequently added back
|
|
39513
39587
|
// to the DOM by *ngIf, it will appear empty but the associated FormControl still has the previous value.)
|
|
@@ -39521,6 +39595,10 @@ class CaseSpecificAccessRequestComponent {
|
|
|
39521
39595
|
description: SpecificAccessRequestErrors.NO_REASON,
|
|
39522
39596
|
fieldId: 'specific-reason',
|
|
39523
39597
|
};
|
|
39598
|
+
this.prefixDocumentTitleWithError();
|
|
39599
|
+
}
|
|
39600
|
+
else {
|
|
39601
|
+
this.restoreDocumentTitle();
|
|
39524
39602
|
}
|
|
39525
39603
|
// Initiate Specific Access Request
|
|
39526
39604
|
if (this.formGroup.valid) {
|
|
@@ -39541,11 +39619,23 @@ class CaseSpecificAccessRequestComponent {
|
|
|
39541
39619
|
this.getSpecificAccessError = true;
|
|
39542
39620
|
this.errorMessage = {
|
|
39543
39621
|
title: this.genericError,
|
|
39544
|
-
description: 'Sorry, there is a problem with the service; Try again later.'
|
|
39622
|
+
description: 'Sorry, there is a problem with the service; Try again later.',
|
|
39623
|
+
fieldId: 'specific-reason'
|
|
39545
39624
|
};
|
|
39625
|
+
this.prefixDocumentTitleWithError();
|
|
39546
39626
|
});
|
|
39547
39627
|
}
|
|
39548
39628
|
}
|
|
39629
|
+
prefixDocumentTitleWithError() {
|
|
39630
|
+
if (!this.titleService.getTitle().startsWith('Error:')) {
|
|
39631
|
+
this.titleService.setTitle(`Error: ${this.originalDocumentTitle}`);
|
|
39632
|
+
}
|
|
39633
|
+
}
|
|
39634
|
+
restoreDocumentTitle() {
|
|
39635
|
+
if (this.titleService.getTitle() !== this.originalDocumentTitle) {
|
|
39636
|
+
this.titleService.setTitle(this.originalDocumentTitle);
|
|
39637
|
+
}
|
|
39638
|
+
}
|
|
39549
39639
|
onCancel() {
|
|
39550
39640
|
// Navigate to the page before previous one (should be Search Results or Case List page, for example)
|
|
39551
39641
|
this.router.navigateByUrl(CaseSpecificAccessRequestComponent.CANCEL_LINK_DESTINATION);
|
|
@@ -39558,8 +39648,8 @@ class CaseSpecificAccessRequestComponent {
|
|
|
39558
39648
|
inputEmpty(input) {
|
|
39559
39649
|
return input.value === null || input.value.trim().length === 0;
|
|
39560
39650
|
}
|
|
39561
|
-
static ɵfac = function CaseSpecificAccessRequestComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseSpecificAccessRequestComponent)(i0.ɵɵdirectiveInject(
|
|
39562
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseSpecificAccessRequestComponent, selectors: [["ccd-case-specific-access-request"]], standalone: false, decls:
|
|
39651
|
+
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), i0.ɵɵdirectiveInject(i4$1.Title)); };
|
|
39652
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseSpecificAccessRequestComponent, selectors: [["ccd-case-specific-access-request"]], standalone: false, decls: 53, vars: 45, 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"], ["for", "specific-reason", 1, "govuk-label", "govuk-visually-hidden"], ["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) {
|
|
39563
39653
|
i0.ɵɵtemplate(0, CaseSpecificAccessRequestComponent_exui_error_message_0_Template, 1, 1, "exui-error-message", 0);
|
|
39564
39654
|
i0.ɵɵelementStart(1, "cut-alert", 1);
|
|
39565
39655
|
i0.ɵɵtext(2);
|
|
@@ -39600,57 +39690,63 @@ class CaseSpecificAccessRequestComponent {
|
|
|
39600
39690
|
i0.ɵɵelementEnd();
|
|
39601
39691
|
i0.ɵɵelementStart(36, "div", 14)(37, "div", 15);
|
|
39602
39692
|
i0.ɵɵtemplate(38, CaseSpecificAccessRequestComponent_div_38_Template, 3, 3, "div", 16);
|
|
39603
|
-
i0.ɵɵelementStart(39, "
|
|
39604
|
-
i0.ɵɵtext(40
|
|
39693
|
+
i0.ɵɵelementStart(39, "label", 17);
|
|
39694
|
+
i0.ɵɵtext(40);
|
|
39695
|
+
i0.ɵɵpipe(41, "rpxTranslate");
|
|
39696
|
+
i0.ɵɵelementEnd();
|
|
39697
|
+
i0.ɵɵelementStart(42, "textarea", 18);
|
|
39698
|
+
i0.ɵɵtext(43, " ");
|
|
39605
39699
|
i0.ɵɵelementEnd()()()()();
|
|
39606
|
-
i0.ɵɵelementStart(
|
|
39607
|
-
i0.ɵɵtext(
|
|
39608
|
-
i0.ɵɵpipe(
|
|
39700
|
+
i0.ɵɵelementStart(44, "div", 19)(45, "button", 20);
|
|
39701
|
+
i0.ɵɵtext(46);
|
|
39702
|
+
i0.ɵɵpipe(47, "rpxTranslate");
|
|
39609
39703
|
i0.ɵɵelementEnd();
|
|
39610
|
-
i0.ɵɵelementStart(
|
|
39611
|
-
i0.ɵɵlistener("click", function
|
|
39612
|
-
i0.ɵɵtext(
|
|
39613
|
-
i0.ɵɵpipe(
|
|
39704
|
+
i0.ɵɵelementStart(48, "div", 21)(49, "p")(50, "a", 22);
|
|
39705
|
+
i0.ɵɵlistener("click", function CaseSpecificAccessRequestComponent_Template_a_click_50_listener($event) { ctx.onCancel(); return $event.preventDefault(); });
|
|
39706
|
+
i0.ɵɵtext(51);
|
|
39707
|
+
i0.ɵɵpipe(52, "rpxTranslate");
|
|
39614
39708
|
i0.ɵɵelementEnd()()()()();
|
|
39615
39709
|
} if (rf & 2) {
|
|
39616
39710
|
i0.ɵɵproperty("ngIf", ctx.formGroup.invalid && ctx.submitted || ctx.getSpecificAccessError);
|
|
39617
39711
|
i0.ɵɵadvance(2);
|
|
39618
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3,
|
|
39712
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 17, "Authorisation is needed to access this case."));
|
|
39619
39713
|
i0.ɵɵadvance(3);
|
|
39620
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(6,
|
|
39714
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(6, 19, "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."), "\n");
|
|
39621
39715
|
i0.ɵɵadvance(2);
|
|
39622
39716
|
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
39623
39717
|
i0.ɵɵadvance();
|
|
39624
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(
|
|
39718
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(41, _c0$1, ctx.formGroup.invalid && ctx.submitted));
|
|
39625
39719
|
i0.ɵɵadvance(4);
|
|
39626
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(13,
|
|
39720
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(13, 21, ctx.title), " ");
|
|
39627
39721
|
i0.ɵɵadvance(5);
|
|
39628
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(18,
|
|
39722
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(18, 23, "Help with requesting case access"), " ");
|
|
39629
39723
|
i0.ɵɵadvance(4);
|
|
39630
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(22,
|
|
39724
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(22, 25, "You could include:"));
|
|
39631
39725
|
i0.ɵɵadvance(4);
|
|
39632
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(26,
|
|
39726
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(26, 27, "the case reference of the linked case"));
|
|
39633
39727
|
i0.ɵɵadvance(3);
|
|
39634
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(29,
|
|
39728
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(29, 29, "how long you require access to this case"));
|
|
39635
39729
|
i0.ɵɵadvance(3);
|
|
39636
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(32,
|
|
39730
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(32, 31, "any other reasons why you require access"));
|
|
39637
39731
|
i0.ɵɵadvance(3);
|
|
39638
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(35,
|
|
39732
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(35, 33, ctx.hint), " ");
|
|
39639
39733
|
i0.ɵɵadvance(4);
|
|
39640
39734
|
i0.ɵɵproperty("ngIf", ctx.formGroup.get("specificReason").invalid && ctx.submitted);
|
|
39641
|
-
i0.ɵɵadvance();
|
|
39642
|
-
i0.ɵɵ
|
|
39735
|
+
i0.ɵɵadvance(2);
|
|
39736
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(41, 35, ctx.title), " ");
|
|
39737
|
+
i0.ɵɵadvance(2);
|
|
39738
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(43, _c1$1, ctx.formGroup.get("specificReason").invalid && ctx.submitted));
|
|
39643
39739
|
i0.ɵɵadvance(4);
|
|
39644
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
39740
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(47, 37, "Submit"), " ");
|
|
39645
39741
|
i0.ɵɵadvance(5);
|
|
39646
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
39742
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(52, 39, "Cancel"), " ");
|
|
39647
39743
|
} }, encapsulation: 2 });
|
|
39648
39744
|
}
|
|
39649
39745
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseSpecificAccessRequestComponent, [{
|
|
39650
39746
|
type: Component,
|
|
39651
|
-
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" }]
|
|
39652
|
-
}], () => [{ type:
|
|
39653
|
-
(() => { (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:
|
|
39747
|
+
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 <label class=\"govuk-label govuk-visually-hidden\" for=\"specific-reason\">\n {{ title | rpxTranslate }}\n </label>\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" }]
|
|
39748
|
+
}], () => [{ type: i3.FormBuilder }, { type: i1$1.Router }, { type: CasesService }, { type: i1$1.ActivatedRoute }, { type: CaseNotifier }, { type: i4$1.Title }], null); })();
|
|
39749
|
+
(() => { (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: 24 }); })();
|
|
39654
39750
|
|
|
39655
39751
|
class CaseSpecificAccessSuccessComponent {
|
|
39656
39752
|
route;
|
|
@@ -39827,15 +39923,15 @@ class CaseViewerModule {
|
|
|
39827
39923
|
LoadingSpinnerModule,
|
|
39828
39924
|
EventMessageModule], exports: [CaseViewerComponent,
|
|
39829
39925
|
CaseViewComponent] }); })();
|
|
39830
|
-
i0.ɵɵsetComponentScope(CaseEventTriggerComponent, function () { return [
|
|
39831
|
-
i0.ɵɵsetComponentScope(CasePrinterComponent, function () { return [
|
|
39832
|
-
i0.ɵɵsetComponentScope(CaseViewerComponent, function () { return [
|
|
39926
|
+
i0.ɵɵsetComponentScope(CaseEventTriggerComponent, function () { return [i4.NgIf, ActivityComponent, CaseEditComponent]; }, []);
|
|
39927
|
+
i0.ɵɵsetComponentScope(CasePrinterComponent, function () { return [i4.NgForOf, i4.NgIf, CaseHeaderComponent]; }, function () { return [i1.RpxTranslatePipe, PrintUrlPipe]; });
|
|
39928
|
+
i0.ɵɵsetComponentScope(CaseViewerComponent, function () { return [i4.NgIf, CaseFullAccessViewComponent,
|
|
39833
39929
|
CaseBasicAccessViewComponent]; }, []);
|
|
39834
|
-
i0.ɵɵsetComponentScope(CaseFullAccessViewComponent, function () { return [
|
|
39835
|
-
i0.ɵɵsetComponentScope(CaseViewComponent, function () { return [
|
|
39836
|
-
i0.ɵɵsetComponentScope(CaseChallengedAccessRequestComponent, function () { return [
|
|
39837
|
-
i0.ɵɵsetComponentScope(CaseSpecificAccessRequestComponent, function () { return [
|
|
39838
|
-
i0.ɵɵsetComponentScope(CaseReviewSpecificAccessRequestComponent, function () { return [
|
|
39930
|
+
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]; });
|
|
39931
|
+
i0.ɵɵsetComponentScope(CaseViewComponent, function () { return [i4.NgIf, CaseViewerComponent]; }, []);
|
|
39932
|
+
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]; });
|
|
39933
|
+
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]; });
|
|
39934
|
+
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]; });
|
|
39839
39935
|
|
|
39840
39936
|
const viewerRouting = [
|
|
39841
39937
|
{
|
|
@@ -40013,9 +40109,6 @@ class CreateCaseFiltersComponent {
|
|
|
40013
40109
|
this.jurisdictions = jurisdictions;
|
|
40014
40110
|
this.selectJurisdiction(this.jurisdictions, this.filterJurisdictionControl);
|
|
40015
40111
|
});
|
|
40016
|
-
if (document.getElementById('cc-jurisdiction')) {
|
|
40017
|
-
document.getElementById('cc-jurisdiction').focus();
|
|
40018
|
-
}
|
|
40019
40112
|
}
|
|
40020
40113
|
onJurisdictionIdChange() {
|
|
40021
40114
|
this.resetCaseType();
|
|
@@ -40207,7 +40300,7 @@ class CreateCaseFiltersComponent {
|
|
|
40207
40300
|
i0.ɵɵproperty("disabled", !ctx.isCreatable());
|
|
40208
40301
|
i0.ɵɵadvance();
|
|
40209
40302
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(30, 26, ctx.startButtonText));
|
|
40210
|
-
} }, dependencies: [
|
|
40303
|
+
} }, dependencies: [i4.NgForOf, i3.ɵNgNoValidate, i3.NgSelectOption, i3.ɵNgSelectMultipleOption, i3.SelectControlValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, i3.NgForm, i3.FormControlDirective, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
40211
40304
|
}
|
|
40212
40305
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CreateCaseFiltersComponent, [{
|
|
40213
40306
|
type: Component,
|
|
@@ -40734,8 +40827,8 @@ class SearchFiltersModule {
|
|
|
40734
40827
|
ReactiveFormsModule,
|
|
40735
40828
|
PaletteModule,
|
|
40736
40829
|
ConditionalShowModule, i1.RpxTranslationModule], exports: [SearchFiltersWrapperComponent] }); })();
|
|
40737
|
-
i0.ɵɵsetComponentScope(SearchFiltersComponent, function () { return [
|
|
40738
|
-
i0.ɵɵsetComponentScope(SearchFiltersWrapperComponent, function () { return [
|
|
40830
|
+
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]; });
|
|
40831
|
+
i0.ɵɵsetComponentScope(SearchFiltersWrapperComponent, function () { return [i4.NgIf, SearchFiltersComponent]; }, []);
|
|
40739
40832
|
|
|
40740
40833
|
const _c0 = (a0, a1, a2) => ({ itemsPerPage: a0, currentPage: a1, totalItems: a2 });
|
|
40741
40834
|
const _c1 = () => ["value"];
|
|
@@ -41139,14 +41232,12 @@ function SearchResultComponent_ccd_pagination_1_Template(rf, ctx) { if (rf & 1)
|
|
|
41139
41232
|
} }
|
|
41140
41233
|
function SearchResultComponent_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
41141
41234
|
i0.ɵɵelementStart(0, "div", 48);
|
|
41142
|
-
i0.ɵɵ
|
|
41143
|
-
i0.ɵɵ
|
|
41144
|
-
i0.ɵɵpipe(3, "rpxTranslate");
|
|
41235
|
+
i0.ɵɵtext(1);
|
|
41236
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
41145
41237
|
i0.ɵɵelementEnd();
|
|
41146
41238
|
} if (rf & 2) {
|
|
41147
|
-
i0.ɵɵ
|
|
41148
|
-
i0.ɵɵ
|
|
41149
|
-
i0.ɵɵtextInterpolate1("\n", i0.ɵɵpipeBind1(3, 4, "No cases found. Try using different filters."), "\n");
|
|
41239
|
+
i0.ɵɵadvance();
|
|
41240
|
+
i0.ɵɵtextInterpolate1("\n", i0.ɵɵpipeBind1(2, 1, "No cases found. Try using different filters."), "\n");
|
|
41150
41241
|
} }
|
|
41151
41242
|
class SearchResultComponent {
|
|
41152
41243
|
activityService;
|
|
@@ -41492,8 +41583,8 @@ class SearchResultComponent {
|
|
|
41492
41583
|
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
41493
41584
|
noop() { }
|
|
41494
41585
|
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)); };
|
|
41495
|
-
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) {
|
|
41496
|
-
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,
|
|
41586
|
+
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", "role", "status", 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"], ["role", "status", 1, "notification"]], template: function SearchResultComponent_Template(rf, ctx) { if (rf & 1) {
|
|
41587
|
+
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, 3, 3, "div", 3);
|
|
41497
41588
|
} if (rf & 2) {
|
|
41498
41589
|
i0.ɵɵproperty("ngIf", ctx.hasResults() || ctx.hasDrafts());
|
|
41499
41590
|
i0.ɵɵadvance();
|
|
@@ -41504,7 +41595,7 @@ class SearchResultComponent {
|
|
|
41504
41595
|
}
|
|
41505
41596
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SearchResultComponent, [{
|
|
41506
41597
|
type: Component,
|
|
41507
|
-
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: [".govuk-js-link{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link:visited{color:#4c2c92}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"] }]
|
|
41598
|
+
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\" role=\"status\">\n{{'No cases found. Try using different filters.' | rpxTranslate}}\n</div>\n", styles: [".govuk-js-link{appearance:none;background:none;border:none;color:#005ea5;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-decoration:underline}.govuk-js-link:hover{color:#2b8cc4;text-decoration-thickness:max(3px,.1875rem,.12em)}.govuk-js-link:focus{background-color:#ffbf47;color:#000;outline:3px solid transparent;text-decoration:none;box-shadow:0 -2px #ffbf47,0 4px #000}.govuk-js-link:visited{color:#4c2c92}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"] }]
|
|
41508
41599
|
}], () => [{ type: SearchResultViewItemComparatorFactory }, { type: AbstractAppConfig }, { type: ActivityService }, { type: CaseReferencePipe }, { type: PlaceholderService }, { type: BrowserService }, { type: SessionStorageService }], { caseLinkUrlTemplate: [{
|
|
41509
41600
|
type: Input
|
|
41510
41601
|
}], jurisdiction: [{
|
|
@@ -41597,7 +41688,7 @@ class SearchResultModule {
|
|
|
41597
41688
|
PipesModule,
|
|
41598
41689
|
ActivityModule,
|
|
41599
41690
|
PaginationModule, i1.RpxTranslationModule, PaletteModule], exports: [SearchResultComponent] }); })();
|
|
41600
|
-
i0.ɵɵsetComponentScope(SearchResultComponent, function () { return [
|
|
41691
|
+
i0.ɵɵsetComponentScope(SearchResultComponent, function () { return [i4.NgForOf, i4.NgIf, i1$1.RouterLink, LabelSubstitutorDirective, ActivityComponent, PaginationComponent, FieldReadComponent]; }, function () { return [i4.DecimalPipe, i2$1.PaginatePipe, CaseReferencePipe, SortSearchResultPipe, i1.RpxTranslatePipe]; });
|
|
41601
41692
|
|
|
41602
41693
|
// tslint:disable:variable-name
|
|
41603
41694
|
class ComplexFieldOverride {
|
|
@@ -41841,5 +41932,5 @@ class TestRouteSnapshotBuilder {
|
|
|
41841
41932
|
* Generated bundle index. Do not edit.
|
|
41842
41933
|
*/
|
|
41843
41934
|
|
|
41844
|
-
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, 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 };
|
|
41935
|
+
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 };
|
|
41845
41936
|
//# sourceMappingURL=hmcts-ccd-case-ui-toolkit.mjs.map
|