@sebgroup/green-angular 5.5.3 → 5.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/src/v-angular/alert/alert.component.mjs +5 -3
- package/esm2022/src/v-angular/datepicker/components/date-input/date-input.component.mjs +3 -3
- package/esm2022/src/v-angular/dropdown/dropdown.component.mjs +2 -2
- package/esm2022/src/v-angular/input/input.component.mjs +2 -2
- package/esm2022/src/v-angular/modal/fold-out/fold-out.component.mjs +2 -2
- package/esm2022/src/v-angular/modal/slide-out/slide-out.component.mjs +5 -5
- package/esm2022/src/v-angular/textarea/textarea.component.mjs +3 -3
- package/esm2022/src/v-angular/toast/toast.component.mjs +3 -10
- package/esm2022/v-angular/alert/alert.component.mjs +5 -3
- package/esm2022/v-angular/datepicker/components/date-input/date-input.component.mjs +3 -3
- package/esm2022/v-angular/dropdown/dropdown.component.mjs +2 -2
- package/esm2022/v-angular/input/input.component.mjs +2 -2
- package/esm2022/v-angular/modal/fold-out/fold-out.component.mjs +2 -2
- package/esm2022/v-angular/modal/slide-out/slide-out.component.mjs +5 -5
- package/esm2022/v-angular/textarea/textarea.component.mjs +3 -3
- package/esm2022/v-angular/toast/toast.component.mjs +3 -10
- package/fesm2022/sebgroup-green-angular-src-v-angular-alert.mjs +4 -2
- package/fesm2022/sebgroup-green-angular-src-v-angular-alert.mjs.map +1 -1
- package/fesm2022/sebgroup-green-angular-src-v-angular-datepicker.mjs +2 -2
- package/fesm2022/sebgroup-green-angular-src-v-angular-datepicker.mjs.map +1 -1
- package/fesm2022/sebgroup-green-angular-src-v-angular-dropdown.mjs +2 -2
- package/fesm2022/sebgroup-green-angular-src-v-angular-dropdown.mjs.map +1 -1
- package/fesm2022/sebgroup-green-angular-src-v-angular-input.mjs +2 -2
- package/fesm2022/sebgroup-green-angular-src-v-angular-input.mjs.map +1 -1
- package/fesm2022/sebgroup-green-angular-src-v-angular-modal.mjs +6 -6
- package/fesm2022/sebgroup-green-angular-src-v-angular-modal.mjs.map +1 -1
- package/fesm2022/sebgroup-green-angular-src-v-angular-textarea.mjs +2 -2
- package/fesm2022/sebgroup-green-angular-src-v-angular-textarea.mjs.map +1 -1
- package/fesm2022/sebgroup-green-angular-src-v-angular-toast.mjs +2 -9
- package/fesm2022/sebgroup-green-angular-src-v-angular-toast.mjs.map +1 -1
- package/fesm2022/sebgroup-green-angular-v-angular.mjs +20 -22
- package/fesm2022/sebgroup-green-angular-v-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/src/v-angular/alert/alert.component.d.ts +2 -1
- package/src/v-angular/toast/toast.component.d.ts +0 -3
- package/v-angular/alert/alert.component.d.ts +2 -1
- package/v-angular/toast/toast.component.d.ts +0 -3
|
@@ -138,11 +138,11 @@ class AlertComponent {
|
|
|
138
138
|
this.clickAction.emit(e);
|
|
139
139
|
}
|
|
140
140
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
141
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: AlertComponent, selector: "nggv-alert", inputs: { type: "type", title: "title", body: "body", linkText: "linkText", actionText: "actionText", closable: "closable" }, outputs: { closeAlert: "closeAlert", clickLink: "clickLink", clickAction: "clickAction" }, ngImport: i0, template: "<div class=\"alert-container\" role=\"alert\" [ngClass]=\"type\">\n <ng-container [ngSwitch]=\"type\">\n <ng-container\n *ngSwitchCase=\"'success'\"\n [ngTemplateOutlet]=\"checkMark\"\n ></ng-container>\n <ng-container\n *ngSwitchCase=\"'information'\"\n [ngTemplateOutlet]=\"infoSquare\"\n ></ng-container>\n <ng-container\n *ngSwitchDefault\n [ngTemplateOutlet]=\"exclamationSquare\"\n ></ng-container>\n </ng-container>\n <div>\n <h3 *ngIf=\"title\">{{ title }}</h3>\n <p *ngIf=\"body\">\n {{ body }} <a *ngIf=\"linkText\" (click)=\"onLink($event)\">{{\n linkText\n }}</a>\n </p>\n </div>\n <button\n *ngIf=\"closable && !actionText\"\n class=\"close\"\n type=\"button\"\n (click)=\"onClose($event)\"\n >\n <i></i>\n </button>\n <footer *ngIf=\"actionText && !closable\">\n <button type=\"button\" (click)=\"onAction($event)\">\n {{ actionText }}\n </button>\n </footer>\n</div>\n\n<ng-template #checkMark>\n <i>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M17.6203 6.60836L9.40014 14.8285L6.37976 11.8081C6.23332 11.6617 5.99588 11.6617 5.84942 11.8081L4.96554 12.692C4.8191 12.8384 4.8191 13.0759 4.96554 13.2223L9.13495 17.3917C9.28138 17.5382 9.51882 17.5382 9.66529 17.3917L19.0344 8.02258C19.1809 7.87614 19.1809 7.63871 19.0344 7.49224L18.1506 6.60836C18.0041 6.46193 17.7667 6.46193 17.6203 6.60836Z\"\n fill=\"white\"\n ></path>\n </svg>\n </i>\n</ng-template>\n<ng-template #infoSquare>\n <i>\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M18.2857 4H5.71429C4.7675 4 4 4.7675 4 5.71429V18.2857C4 19.2325 4.7675 20 5.71429 20H18.2857C19.2325 20 20 19.2325 20 18.2857V5.71429C20 4.7675 19.2325 4 18.2857 4ZM12 7.07143C12.8284 7.07143 13.5 7.743 13.5 8.57143C13.5 9.39986 12.8284 10.0714 12 10.0714C11.1716 10.0714 10.5 9.39986 10.5 8.57143C10.5 7.743 11.1716 7.07143 12 7.07143ZM14 16.1429C14 16.3795 13.8081 16.5714 13.5714 16.5714H10.4286C10.1919 16.5714 10 16.3795 10 16.1429V15.2857C10 15.049 10.1919 14.8571 10.4286 14.8571H10.8571V12.5714H10.4286C10.1919 12.5714 10 12.3795 10 12.1429V11.2857C10 11.049 10.1919 10.8571 10.4286 10.8571H12.7143C12.951 10.8571 13.1429 11.049 13.1429 11.2857V14.8571H13.5714C13.8081 14.8571 14 15.049 14 15.2857V16.1429Z\"\n fill=\"#333333\"\n />\n </svg>\n </i>\n</ng-template>\n<ng-template #exclamationSquare>\n <i>\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M18.2857 4H5.71429C4.7675 4 4 4.7675 4 5.71429V18.2857C4 19.2325 4.7675 20 5.71429 20H18.2857C19.2325 20 20 19.2325 20 18.2857V5.71429C20 4.7675 19.2325 4 18.2857 4ZM10.8682 7.42857H13.1318C13.3777 7.42857 13.5731 7.635 13.5597 7.8805L13.2948 12.7376C13.2824 12.9649 13.0945 13.1429 12.8669 13.1429H11.1331C10.9055 13.1429 10.7176 12.9649 10.7052 12.7376L10.4402 7.8805C10.4269 7.635 10.6223 7.42857 10.8682 7.42857ZM12 17.0714C11.0927 17.0714 10.3571 16.3359 10.3571 15.4286C10.3571 14.5213 11.0927 13.7857 12 13.7857C12.9073 13.7857 13.6429 14.5213 13.6429 15.4286C13.6429 16.3359 12.9073 17.0714 12 17.0714Z\"\n fill=\"currentColor\"\n />\n </svg>\n </i>\n</ng-template>\n", styles: ["div[role=alert],.alert-ribbon{--background: hsl(var(--sg-intent-neutral-hsl));--color: var(--text-primary-color);--border-color: var(--text-primary-color);background:var(--background);border-radius:0;border:solid 1px var(--border-color);color:var(--color);padding:1rem;display:inline-grid;grid-template-columns:auto 1fr auto;grid-template-rows:min-content 1fr;grid-template-areas:\"icon content dismiss\" \"footer footer footer\"}@media (min-width: 36em){div[role=alert],.alert-ribbon{grid-template-areas:\"icon content dismiss\" \"icon content footer\"}}div[role=alert]>i,.alert-ribbon>i{display:block;width:1.5rem;height:1.5rem;margin-inline-end:.5rem;grid-area:icon}div[role=alert]>i svg>*,.alert-ribbon>i svg>*{fill:var(--text-primary-color)}div[role=alert]>div:not(.alert-ribbon__footer),div[role=alert] .alert-ribbon__content,.alert-ribbon>div:not(.alert-ribbon__footer),.alert-ribbon .alert-ribbon__content{grid-area:content;max-width:75ch}div[role=alert]>div:not(.alert-ribbon__footer):has(+button),div[role=alert] .alert-ribbon__content:has(+button),.alert-ribbon>div:not(.alert-ribbon__footer):has(+button),.alert-ribbon .alert-ribbon__content:has(+button){padding-right:.5rem}div[role=alert]>div:not(.alert-ribbon__footer)>h1,div[role=alert]>div:not(.alert-ribbon__footer) h2,div[role=alert]>div:not(.alert-ribbon__footer) h3,div[role=alert]>div:not(.alert-ribbon__footer) h4,div[role=alert]>div:not(.alert-ribbon__footer) h5,div[role=alert]>div:not(.alert-ribbon__footer) .header,div[role=alert] .alert-ribbon__content>h1,div[role=alert] .alert-ribbon__content h2,div[role=alert] .alert-ribbon__content h3,div[role=alert] .alert-ribbon__content h4,div[role=alert] .alert-ribbon__content h5,div[role=alert] .alert-ribbon__content .header,.alert-ribbon>div:not(.alert-ribbon__footer)>h1,.alert-ribbon>div:not(.alert-ribbon__footer) h2,.alert-ribbon>div:not(.alert-ribbon__footer) h3,.alert-ribbon>div:not(.alert-ribbon__footer) h4,.alert-ribbon>div:not(.alert-ribbon__footer) h5,.alert-ribbon>div:not(.alert-ribbon__footer) .header,.alert-ribbon .alert-ribbon__content>h1,.alert-ribbon .alert-ribbon__content h2,.alert-ribbon .alert-ribbon__content h3,.alert-ribbon .alert-ribbon__content h4,.alert-ribbon .alert-ribbon__content h5,.alert-ribbon .alert-ribbon__content .header{display:inline;font-size:1rem;font-weight:500;line-height:1.5rem;margin-right:.25rem}div[role=alert]>div:not(.alert-ribbon__footer)>p,div[role=alert] .alert-ribbon__content>p,.alert-ribbon>div:not(.alert-ribbon__footer)>p,.alert-ribbon .alert-ribbon__content>p{display:inline;line-height:1.5rem;margin-bottom:0;margin-top:0}div[role=alert]>div:not(.alert-ribbon__footer)>p a,div[role=alert]>div:not(.alert-ribbon__footer)>p a:visited:not(.button,[role=tab]),div[role=alert] .alert-ribbon__content>p a,div[role=alert] .alert-ribbon__content>p a:visited:not(.button,[role=tab]),.alert-ribbon>div:not(.alert-ribbon__footer)>p a,.alert-ribbon>div:not(.alert-ribbon__footer)>p a:visited:not(.button,[role=tab]),.alert-ribbon .alert-ribbon__content>p a,.alert-ribbon .alert-ribbon__content>p a:visited:not(.button,[role=tab]){color:var(--color)}div[role=alert]>div:not(.alert-ribbon__footer)>p a:hover,div[role=alert]>div:not(.alert-ribbon__footer)>p a:visited:not(.button,[role=tab]):hover,div[role=alert] .alert-ribbon__content>p a:hover,div[role=alert] .alert-ribbon__content>p a:visited:not(.button,[role=tab]):hover,.alert-ribbon>div:not(.alert-ribbon__footer)>p a:hover,.alert-ribbon>div:not(.alert-ribbon__footer)>p a:visited:not(.button,[role=tab]):hover,.alert-ribbon .alert-ribbon__content>p a:hover,.alert-ribbon .alert-ribbon__content>p a:visited:not(.button,[role=tab]):hover{color:var(--color)}div[role=alert] button.close,.alert-ribbon button.close{grid-area:dismiss;justify-self:flex-end;margin:-.5rem -.375rem 0 .375rem;background-color:transparent;--background-hsl: var(--sg-hsl-black);--color: var(--text-primary-color)}div[role=alert] button.close>i:after,div[role=alert] button.close>i:before,.alert-ribbon button.close>i:after,.alert-ribbon button.close>i:before{background-color:var(--color)}div[role=alert] button.close:hover>i:after,div[role=alert] button.close:hover>i:before,.alert-ribbon button.close:hover>i:after,.alert-ribbon button.close:hover>i:before{background-color:var(--color)}@media (min-width: 36em){div[role=alert] button.close+footer,div[role=alert] button.close .alert-ribbon__footer,.alert-ribbon button.close+footer,.alert-ribbon button.close .alert-ribbon__footer{margin-top:.75rem}}div[role=alert] a:link:focus:not(:focus-visible),.alert-ribbon a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert] a:link:focus,div[role=alert] a:link:focus-within,.alert-ribbon a:link:focus,.alert-ribbon a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert] a:link:not(.button,[aria-disabled]),.alert-ribbon a:link:not(.button,[aria-disabled]){color:var(--text-primary-color)}div[role=alert] a:link:not(.button,[aria-disabled]):hover,div[role=alert] a:link:not(.button,[aria-disabled]):focus,div[role=alert] a:link:not(.button,[aria-disabled]):visited,.alert-ribbon a:link:not(.button,[aria-disabled]):hover,.alert-ribbon a:link:not(.button,[aria-disabled]):focus,.alert-ribbon a:link:not(.button,[aria-disabled]):visited{color:currentColor}div[role=alert] a,.alert-ribbon a{text-decoration:underline!important;transition:opacity .3s ease-in-out}div[role=alert]>footer,div[role=alert] .alert-ribbon__footer,.alert-ribbon>footer,.alert-ribbon .alert-ribbon__footer{grid-area:footer;align-self:end}@media (max-width: 35.98em){div[role=alert]>footer,div[role=alert] .alert-ribbon__footer,.alert-ribbon>footer,.alert-ribbon .alert-ribbon__footer{margin-top:.75rem}}@media (min-width: 36em){div[role=alert]>footer,div[role=alert] .alert-ribbon__footer,.alert-ribbon>footer,.alert-ribbon .alert-ribbon__footer{margin-left:.75rem}}div[role=alert]>footer>a,div[role=alert] .alert-ribbon__footer>a,.alert-ribbon>footer>a,.alert-ribbon .alert-ribbon__footer>a{display:flex}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#333;color:#333;--color: rgb(51, 51, 51);min-height:2rem;padding:.4375rem .75rem;line-height:1.125rem}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333!important}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}@media (max-width: 35.98em){div[role=alert]>footer>a+a,div[role=alert]>footer>a+button,div[role=alert]>footer>a+.button,div[role=alert]>footer>button+a,div[role=alert]>footer>button+button,div[role=alert]>footer>button+.button,div[role=alert]>footer>button[type=button]+a,div[role=alert]>footer>button[type=button]+button,div[role=alert]>footer>button[type=button]+.button,div[role=alert]>footer>.button+a,div[role=alert]>footer>.button+button,div[role=alert]>footer>.button+.button,div[role=alert] .alert-ribbon__footer>a+a,div[role=alert] .alert-ribbon__footer>a+button,div[role=alert] .alert-ribbon__footer>a+.button,div[role=alert] .alert-ribbon__footer>button+a,div[role=alert] .alert-ribbon__footer>button+button,div[role=alert] .alert-ribbon__footer>button+.button,div[role=alert] .alert-ribbon__footer>button[type=button]+a,div[role=alert] .alert-ribbon__footer>button[type=button]+button,div[role=alert] .alert-ribbon__footer>button[type=button]+.button,div[role=alert] .alert-ribbon__footer>.button+a,div[role=alert] .alert-ribbon__footer>.button+button,div[role=alert] .alert-ribbon__footer>.button+.button,.alert-ribbon>footer>a+a,.alert-ribbon>footer>a+button,.alert-ribbon>footer>a+.button,.alert-ribbon>footer>button+a,.alert-ribbon>footer>button+button,.alert-ribbon>footer>button+.button,.alert-ribbon>footer>button[type=button]+a,.alert-ribbon>footer>button[type=button]+button,.alert-ribbon>footer>button[type=button]+.button,.alert-ribbon>footer>.button+a,.alert-ribbon>footer>.button+button,.alert-ribbon>footer>.button+.button,.alert-ribbon .alert-ribbon__footer>a+a,.alert-ribbon .alert-ribbon__footer>a+button,.alert-ribbon .alert-ribbon__footer>a+.button,.alert-ribbon .alert-ribbon__footer>button+a,.alert-ribbon .alert-ribbon__footer>button+button,.alert-ribbon .alert-ribbon__footer>button+.button,.alert-ribbon .alert-ribbon__footer>button[type=button]+a,.alert-ribbon .alert-ribbon__footer>button[type=button]+button,.alert-ribbon .alert-ribbon__footer>button[type=button]+.button,.alert-ribbon .alert-ribbon__footer>.button+a,.alert-ribbon .alert-ribbon__footer>.button+button,.alert-ribbon .alert-ribbon__footer>.button+.button{margin-top:.75rem}}@media (min-width: 36em){div[role=alert]>footer>a+a,div[role=alert]>footer>a+button,div[role=alert]>footer>a+.button,div[role=alert]>footer>button+a,div[role=alert]>footer>button+button,div[role=alert]>footer>button+.button,div[role=alert]>footer>button[type=button]+a,div[role=alert]>footer>button[type=button]+button,div[role=alert]>footer>button[type=button]+.button,div[role=alert]>footer>.button+a,div[role=alert]>footer>.button+button,div[role=alert]>footer>.button+.button,div[role=alert] .alert-ribbon__footer>a+a,div[role=alert] .alert-ribbon__footer>a+button,div[role=alert] .alert-ribbon__footer>a+.button,div[role=alert] .alert-ribbon__footer>button+a,div[role=alert] .alert-ribbon__footer>button+button,div[role=alert] .alert-ribbon__footer>button+.button,div[role=alert] .alert-ribbon__footer>button[type=button]+a,div[role=alert] .alert-ribbon__footer>button[type=button]+button,div[role=alert] .alert-ribbon__footer>button[type=button]+.button,div[role=alert] .alert-ribbon__footer>.button+a,div[role=alert] .alert-ribbon__footer>.button+button,div[role=alert] .alert-ribbon__footer>.button+.button,.alert-ribbon>footer>a+a,.alert-ribbon>footer>a+button,.alert-ribbon>footer>a+.button,.alert-ribbon>footer>button+a,.alert-ribbon>footer>button+button,.alert-ribbon>footer>button+.button,.alert-ribbon>footer>button[type=button]+a,.alert-ribbon>footer>button[type=button]+button,.alert-ribbon>footer>button[type=button]+.button,.alert-ribbon>footer>.button+a,.alert-ribbon>footer>.button+button,.alert-ribbon>footer>.button+.button,.alert-ribbon .alert-ribbon__footer>a+a,.alert-ribbon .alert-ribbon__footer>a+button,.alert-ribbon .alert-ribbon__footer>a+.button,.alert-ribbon .alert-ribbon__footer>button+a,.alert-ribbon .alert-ribbon__footer>button+button,.alert-ribbon .alert-ribbon__footer>button+.button,.alert-ribbon .alert-ribbon__footer>button[type=button]+a,.alert-ribbon .alert-ribbon__footer>button[type=button]+button,.alert-ribbon .alert-ribbon__footer>button[type=button]+.button,.alert-ribbon .alert-ribbon__footer>.button+a,.alert-ribbon .alert-ribbon__footer>.button+button,.alert-ribbon .alert-ribbon__footer>.button+.button{margin-left:.75rem}}div[role=alert].info,.alert-ribbon.info{--background: hsl(var(--sg-intent-info-hsl));--color: hsl(var(--sg-intent-info-hsl-contrast));--border-color: transparent;--gds-sys-color-focus-outline: hsl(var(--sg-intent-info-hsl-contrast))}div[role=alert].info .close,.alert-ribbon.info .close{--color: hsl(var(--sg-intent-info-hsl-contrast))}div[role=alert].info i>svg>*,.alert-ribbon.info i>svg>*{fill:hsl(var(--sg-intent-info-hsl-contrast))}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#fff;color:#fff;--color: rgb(255, 255, 255)}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff!important}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}div[role=alert].info a:link:focus:not(:focus-visible),.alert-ribbon.info a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert].info a:link:focus,div[role=alert].info a:link:focus-within,.alert-ribbon.info a:link:focus,.alert-ribbon.info a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert].info a:link:not(.button,[aria-disabled]),.alert-ribbon.info a:link:not(.button,[aria-disabled]){color:hsl(var(--sg-intent-info-hsl-contrast))}div[role=alert].info a:link:not(.button,[aria-disabled]):hover,div[role=alert].info a:link:not(.button,[aria-disabled]):focus,div[role=alert].info a:link:not(.button,[aria-disabled]):visited,.alert-ribbon.info a:link:not(.button,[aria-disabled]):hover,.alert-ribbon.info a:link:not(.button,[aria-disabled]):focus,.alert-ribbon.info a:link:not(.button,[aria-disabled]):visited{color:currentColor}div[role=alert].success,.alert-ribbon.success{--background: hsl(var(--sg-intent-success-hsl));--color: var(--gds-ref-pallet-base000);--border-color: transparent;--gds-sys-color-focus-outline: var(--gds-ref-pallet-base000)}div[role=alert].success .close,.alert-ribbon.success .close{--color: var(--gds-ref-pallet-base000)}div[role=alert].success i>svg>*,.alert-ribbon.success i>svg>*{fill:var(--gds-ref-pallet-base000)}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#fff;color:#fff;--color: rgb(255, 255, 255)}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff!important}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}div[role=alert].success a:link:focus:not(:focus-visible),.alert-ribbon.success a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert].success a:link:focus,div[role=alert].success a:link:focus-within,.alert-ribbon.success a:link:focus,.alert-ribbon.success a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert].success a:link:not(.button,[aria-disabled]),.alert-ribbon.success a:link:not(.button,[aria-disabled]){color:var(--gds-ref-pallet-base000)}div[role=alert].success a:link:not(.button,[aria-disabled]):hover,div[role=alert].success a:link:not(.button,[aria-disabled]):focus,div[role=alert].success a:link:not(.button,[aria-disabled]):visited,.alert-ribbon.success a:link:not(.button,[aria-disabled]):hover,.alert-ribbon.success a:link:not(.button,[aria-disabled]):focus,.alert-ribbon.success a:link:not(.button,[aria-disabled]):visited{color:currentColor}div[role=alert].warning,.alert-ribbon.warning{--background: hsl(var(--sg-intent-warning-hsl));--color: hsl(var(--sg-intent-warning-hsl-contrast));--border-color: transparent;--gds-sys-color-focus-outline: hsl(var(--sg-intent-warning-hsl-contrast))}div[role=alert].warning .close,.alert-ribbon.warning .close{--color: hsl(var(--sg-intent-warning-hsl-contrast))}div[role=alert].warning i>svg>*,.alert-ribbon.warning i>svg>*{fill:hsl(var(--sg-intent-warning-hsl-contrast))}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#333;color:#333;--color: rgb(51, 51, 51)}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333!important}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}div[role=alert].warning a:link:focus:not(:focus-visible),.alert-ribbon.warning a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert].warning a:link:focus,div[role=alert].warning a:link:focus-within,.alert-ribbon.warning a:link:focus,.alert-ribbon.warning a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert].warning a:link:not(.button,[aria-disabled]),.alert-ribbon.warning a:link:not(.button,[aria-disabled]){color:hsl(var(--sg-intent-warning-hsl-contrast))}div[role=alert].warning a:link:not(.button,[aria-disabled]):hover,div[role=alert].warning a:link:not(.button,[aria-disabled]):focus,div[role=alert].warning a:link:not(.button,[aria-disabled]):visited,.alert-ribbon.warning a:link:not(.button,[aria-disabled]):hover,.alert-ribbon.warning a:link:not(.button,[aria-disabled]):focus,.alert-ribbon.warning a:link:not(.button,[aria-disabled]):visited{color:currentColor}div[role=alert].danger,.alert-ribbon.danger{--background: hsl(var(--sg-intent-critical-hsl));--color: hsl(var(--sg-intent-critical-hsl-contrast));--border-color: transparent;--gds-sys-color-focus-outline: hsl(var(--sg-intent-critical-hsl-contrast))}div[role=alert].danger .close,.alert-ribbon.danger .close{--color: hsl(var(--sg-intent-critical-hsl-contrast))}div[role=alert].danger i>svg>*,.alert-ribbon.danger i>svg>*{fill:hsl(var(--sg-intent-critical-hsl-contrast))}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#fff;color:#fff;--color: rgb(255, 255, 255)}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff!important}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}div[role=alert].danger a:link:focus:not(:focus-visible),.alert-ribbon.danger a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert].danger a:link:focus,div[role=alert].danger a:link:focus-within,.alert-ribbon.danger a:link:focus,.alert-ribbon.danger a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert].danger a:link:not(.button,[aria-disabled]),.alert-ribbon.danger a:link:not(.button,[aria-disabled]){color:hsl(var(--sg-intent-critical-hsl-contrast))}div[role=alert].danger a:link:not(.button,[aria-disabled]):hover,div[role=alert].danger a:link:not(.button,[aria-disabled]):focus,div[role=alert].danger a:link:not(.button,[aria-disabled]):visited,.alert-ribbon.danger a:link:not(.button,[aria-disabled]):hover,.alert-ribbon.danger a:link:not(.button,[aria-disabled]):focus,.alert-ribbon.danger a:link:not(.button,[aria-disabled]):visited{color:currentColor}.close{font-size:0;background:var(--gds-sys-color-surface);border:0;border-radius:50%;content:\"\";cursor:pointer;display:flex;font-family:inherit;height:2rem;position:relative;width:2rem}@media (hover: none) and (pointer: coarse){.close:not(:disabled):not(.disabled){padding:.375rem;height:2.75rem;width:2.75rem}.close:not(:disabled):not(.disabled)>i{background:var(--gds-ref-pallet-base200);height:2rem;width:2rem;border-radius:50%;position:relative;--color: var(--gds-sys-color-base)}.close:not(:disabled):not(.disabled)>div:after,.close:not(:disabled):not(.disabled)>div:before{height:.789375rem;width:.130625rem;top:.625rem}}.close:focus:not(:focus-visible){box-shadow:none;outline:0}.close:focus,.close:focus-visible i{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}.close>i{border-radius:var(--gds-sys-shape-corner-round);display:block;width:100%;height:100%}.close>i:after,.close>i:before{background:var(--gds-sys-color-font);content:\"\";display:block;height:.789375rem;width:.130625rem;border-radius:.5px;left:calc(50% - .0625rem);position:absolute;top:.625rem}.close>i:after{transform:rotate(45deg)}.close>i:before{transform:rotate(-45deg)}.close>svg path{fill:var(--gds-sys-color-font)}@media (min-width: 48em){.close:not(:disabled,.disabled):hover>i{background:color-mix(in srgb,var(--gds-sys-color-font) 10%,transparent)}.close:not(:disabled,.disabled):hover:active>i{background:color-mix(in srgb,var(--gds-sys-color-font) 20%,transparent)}}:host{--sg-intent-neutral-hsl: 0deg, 0%, 91.3725490196%;--sg-intent-success-hsl: 98.8235294118deg, 100%, 26.6666666667%;--sg-intent-success-hsl-contrast: 0deg, 0%, 100%;--sg-intent-warning-hsl: 46.3529411765deg, 100%, 50%;--sg-intent-warning-hsl-contrast: 0deg, 0%, 0%;--sg-intent-critical-hsl: 0deg, 78.5123966942%, 47.4509803922%;--sg-intent-critical-hsl-contrast: 0deg, 0%, 100%;--gds-ref-pallet-base000: hsl(0 0% 100%);--text-primary-color: #333;--sg-border-width: 1px;--sg-border-width-50: .5px;--sg-border-radius: .25rem;--gds-sys-color-font: #333;--sg-border-color: #868686}:host .alert-container{box-sizing:border-box;width:100%}:host .alert-container a{cursor:pointer}:host .alert-container button{font-size:1rem;font-family:inherit}:host .alert-container button:not(.close){padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);font-weight:500;min-height:2.75rem;align-items:center;display:inline-flex;justify-content:center;transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;background:transparent;border-color:#007ac7;color:#007ac7;--color: rgb(0, 122, 199)}@media (max-width: 35.98em){:host .alert-container button:not(.close){min-width:100%}}@media screen and (-ms-high-contrast: active){:host .alert-container button:not(.close){border:2px solid currentcolor}}:host .alert-container button:not(.close).small{min-height:2rem;padding:.4375rem .75rem;line-height:1rem}:host .alert-container button:not(.close).large{min-height:4rem;padding:1rem 1.5rem;font-size:1.5rem;line-height:2rem}:host .alert-container button:not(.close):focus:not(:focus-visible){box-shadow:none;outline:0}:host .alert-container button:not(.close):focus,:host .alert-container button:not(.close):focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .alert-container button:not(.close):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#199be3;color:#fff;--background: rgb(25.4035777564, 154.8940067842, 227.221994169);--color: rgb(255, 255, 255);border-color:#199be3}:host .alert-container button:not(.close)[aria-selected=true],:host .alert-container button:not(.close):active,:host .alert-container button:not(.close).active,:host .alert-container button:not(.close).active:hover,:host .alert-container button:not(.close):active:hover{background-color:#007ac7;color:#fff;--background: rgb(0, 122, 199);--color: rgb(255, 255, 255);border-color:#007ac7}:host .alert-container button:not(.close):disabled,:host .alert-container button:not(.close).disabled,:host .alert-container button:not(.close)[aria-disabled=true]{background:var(--sg-form-control-bg-disabled)!important;color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host .alert-container button:not(.close):disabled::placeholder,:host .alert-container button:not(.close).disabled::placeholder,:host .alert-container button:not(.close)[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host .alert-container .close{padding:0}:host .alert-container .close i{width:2rem;height:2rem;border-radius:50%}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }] }); }
|
|
141
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: AlertComponent, selector: "nggv-alert", inputs: { type: "type", title: "title", body: "body", linkText: "linkText", linkHref: "linkHref", actionText: "actionText", closable: "closable" }, outputs: { closeAlert: "closeAlert", clickLink: "clickLink", clickAction: "clickAction" }, ngImport: i0, template: "<div class=\"alert-container\" role=\"alert\" [ngClass]=\"type\">\n <ng-container [ngSwitch]=\"type\">\n <ng-container\n *ngSwitchCase=\"'success'\"\n [ngTemplateOutlet]=\"checkMark\"\n ></ng-container>\n <ng-container\n *ngSwitchCase=\"'information'\"\n [ngTemplateOutlet]=\"infoSquare\"\n ></ng-container>\n <ng-container\n *ngSwitchDefault\n [ngTemplateOutlet]=\"exclamationSquare\"\n ></ng-container>\n </ng-container>\n <div>\n <h3 *ngIf=\"title\">{{ title }}</h3>\n <p *ngIf=\"body\">\n {{ body }} <a\n *ngIf=\"linkText\"\n [href]=\"linkHref\"\n (click)=\"onLink($event)\"\n >{{ linkText }}</a\n >\n </p>\n </div>\n <button\n *ngIf=\"closable && !actionText\"\n class=\"close\"\n type=\"button\"\n (click)=\"onClose($event)\"\n >\n <i></i>\n </button>\n <footer *ngIf=\"actionText && !closable\">\n <button type=\"button\" (click)=\"onAction($event)\">\n {{ actionText }}\n </button>\n </footer>\n</div>\n\n<ng-template #checkMark>\n <i>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M17.6203 6.60836L9.40014 14.8285L6.37976 11.8081C6.23332 11.6617 5.99588 11.6617 5.84942 11.8081L4.96554 12.692C4.8191 12.8384 4.8191 13.0759 4.96554 13.2223L9.13495 17.3917C9.28138 17.5382 9.51882 17.5382 9.66529 17.3917L19.0344 8.02258C19.1809 7.87614 19.1809 7.63871 19.0344 7.49224L18.1506 6.60836C18.0041 6.46193 17.7667 6.46193 17.6203 6.60836Z\"\n fill=\"white\"\n ></path>\n </svg>\n </i>\n</ng-template>\n<ng-template #infoSquare>\n <i>\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M18.2857 4H5.71429C4.7675 4 4 4.7675 4 5.71429V18.2857C4 19.2325 4.7675 20 5.71429 20H18.2857C19.2325 20 20 19.2325 20 18.2857V5.71429C20 4.7675 19.2325 4 18.2857 4ZM12 7.07143C12.8284 7.07143 13.5 7.743 13.5 8.57143C13.5 9.39986 12.8284 10.0714 12 10.0714C11.1716 10.0714 10.5 9.39986 10.5 8.57143C10.5 7.743 11.1716 7.07143 12 7.07143ZM14 16.1429C14 16.3795 13.8081 16.5714 13.5714 16.5714H10.4286C10.1919 16.5714 10 16.3795 10 16.1429V15.2857C10 15.049 10.1919 14.8571 10.4286 14.8571H10.8571V12.5714H10.4286C10.1919 12.5714 10 12.3795 10 12.1429V11.2857C10 11.049 10.1919 10.8571 10.4286 10.8571H12.7143C12.951 10.8571 13.1429 11.049 13.1429 11.2857V14.8571H13.5714C13.8081 14.8571 14 15.049 14 15.2857V16.1429Z\"\n fill=\"#333333\"\n />\n </svg>\n </i>\n</ng-template>\n<ng-template #exclamationSquare>\n <i>\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M18.2857 4H5.71429C4.7675 4 4 4.7675 4 5.71429V18.2857C4 19.2325 4.7675 20 5.71429 20H18.2857C19.2325 20 20 19.2325 20 18.2857V5.71429C20 4.7675 19.2325 4 18.2857 4ZM10.8682 7.42857H13.1318C13.3777 7.42857 13.5731 7.635 13.5597 7.8805L13.2948 12.7376C13.2824 12.9649 13.0945 13.1429 12.8669 13.1429H11.1331C10.9055 13.1429 10.7176 12.9649 10.7052 12.7376L10.4402 7.8805C10.4269 7.635 10.6223 7.42857 10.8682 7.42857ZM12 17.0714C11.0927 17.0714 10.3571 16.3359 10.3571 15.4286C10.3571 14.5213 11.0927 13.7857 12 13.7857C12.9073 13.7857 13.6429 14.5213 13.6429 15.4286C13.6429 16.3359 12.9073 17.0714 12 17.0714Z\"\n fill=\"currentColor\"\n />\n </svg>\n </i>\n</ng-template>\n", styles: ["div[role=alert],.alert-ribbon{--background: hsl(var(--sg-intent-neutral-hsl));--color: var(--text-primary-color);--border-color: var(--text-primary-color);background:var(--background);border-radius:0;border:solid 1px var(--border-color);color:var(--color);padding:1rem;display:inline-grid;grid-template-columns:auto 1fr auto;grid-template-rows:min-content 1fr;grid-template-areas:\"icon content dismiss\" \"footer footer footer\"}@media (min-width: 36em){div[role=alert],.alert-ribbon{grid-template-areas:\"icon content dismiss\" \"icon content footer\"}}div[role=alert]>i,.alert-ribbon>i{display:block;width:1.5rem;height:1.5rem;margin-inline-end:.5rem;grid-area:icon}div[role=alert]>i svg>*,.alert-ribbon>i svg>*{fill:var(--text-primary-color)}div[role=alert]>div:not(.alert-ribbon__footer),div[role=alert] .alert-ribbon__content,.alert-ribbon>div:not(.alert-ribbon__footer),.alert-ribbon .alert-ribbon__content{grid-area:content;max-width:75ch}div[role=alert]>div:not(.alert-ribbon__footer):has(+button),div[role=alert] .alert-ribbon__content:has(+button),.alert-ribbon>div:not(.alert-ribbon__footer):has(+button),.alert-ribbon .alert-ribbon__content:has(+button){padding-right:.5rem}div[role=alert]>div:not(.alert-ribbon__footer)>h1,div[role=alert]>div:not(.alert-ribbon__footer) h2,div[role=alert]>div:not(.alert-ribbon__footer) h3,div[role=alert]>div:not(.alert-ribbon__footer) h4,div[role=alert]>div:not(.alert-ribbon__footer) h5,div[role=alert]>div:not(.alert-ribbon__footer) .header,div[role=alert] .alert-ribbon__content>h1,div[role=alert] .alert-ribbon__content h2,div[role=alert] .alert-ribbon__content h3,div[role=alert] .alert-ribbon__content h4,div[role=alert] .alert-ribbon__content h5,div[role=alert] .alert-ribbon__content .header,.alert-ribbon>div:not(.alert-ribbon__footer)>h1,.alert-ribbon>div:not(.alert-ribbon__footer) h2,.alert-ribbon>div:not(.alert-ribbon__footer) h3,.alert-ribbon>div:not(.alert-ribbon__footer) h4,.alert-ribbon>div:not(.alert-ribbon__footer) h5,.alert-ribbon>div:not(.alert-ribbon__footer) .header,.alert-ribbon .alert-ribbon__content>h1,.alert-ribbon .alert-ribbon__content h2,.alert-ribbon .alert-ribbon__content h3,.alert-ribbon .alert-ribbon__content h4,.alert-ribbon .alert-ribbon__content h5,.alert-ribbon .alert-ribbon__content .header{display:inline;font-size:1rem;font-weight:500;line-height:1.5rem;margin-right:.25rem}div[role=alert]>div:not(.alert-ribbon__footer)>p,div[role=alert] .alert-ribbon__content>p,.alert-ribbon>div:not(.alert-ribbon__footer)>p,.alert-ribbon .alert-ribbon__content>p{display:inline;line-height:1.5rem;margin-bottom:0;margin-top:0}div[role=alert]>div:not(.alert-ribbon__footer)>p a,div[role=alert]>div:not(.alert-ribbon__footer)>p a:visited:not(.button,[role=tab]),div[role=alert] .alert-ribbon__content>p a,div[role=alert] .alert-ribbon__content>p a:visited:not(.button,[role=tab]),.alert-ribbon>div:not(.alert-ribbon__footer)>p a,.alert-ribbon>div:not(.alert-ribbon__footer)>p a:visited:not(.button,[role=tab]),.alert-ribbon .alert-ribbon__content>p a,.alert-ribbon .alert-ribbon__content>p a:visited:not(.button,[role=tab]){color:var(--color)}div[role=alert]>div:not(.alert-ribbon__footer)>p a:hover,div[role=alert]>div:not(.alert-ribbon__footer)>p a:visited:not(.button,[role=tab]):hover,div[role=alert] .alert-ribbon__content>p a:hover,div[role=alert] .alert-ribbon__content>p a:visited:not(.button,[role=tab]):hover,.alert-ribbon>div:not(.alert-ribbon__footer)>p a:hover,.alert-ribbon>div:not(.alert-ribbon__footer)>p a:visited:not(.button,[role=tab]):hover,.alert-ribbon .alert-ribbon__content>p a:hover,.alert-ribbon .alert-ribbon__content>p a:visited:not(.button,[role=tab]):hover{color:var(--color)}div[role=alert] button.close,.alert-ribbon button.close{grid-area:dismiss;justify-self:flex-end;margin:-.5rem -.375rem 0 .375rem;background-color:transparent;--background-hsl: var(--sg-hsl-black);--color: var(--text-primary-color)}div[role=alert] button.close>i:after,div[role=alert] button.close>i:before,.alert-ribbon button.close>i:after,.alert-ribbon button.close>i:before{background-color:var(--color)}div[role=alert] button.close:hover>i:after,div[role=alert] button.close:hover>i:before,.alert-ribbon button.close:hover>i:after,.alert-ribbon button.close:hover>i:before{background-color:var(--color)}@media (min-width: 36em){div[role=alert] button.close+footer,div[role=alert] button.close .alert-ribbon__footer,.alert-ribbon button.close+footer,.alert-ribbon button.close .alert-ribbon__footer{margin-top:.75rem}}div[role=alert] a:link:focus:not(:focus-visible),.alert-ribbon a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert] a:link:focus,div[role=alert] a:link:focus-within,.alert-ribbon a:link:focus,.alert-ribbon a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert] a:link:not(.button,[aria-disabled]),.alert-ribbon a:link:not(.button,[aria-disabled]){color:var(--text-primary-color)}div[role=alert] a:link:not(.button,[aria-disabled]):hover,div[role=alert] a:link:not(.button,[aria-disabled]):focus,div[role=alert] a:link:not(.button,[aria-disabled]):visited,.alert-ribbon a:link:not(.button,[aria-disabled]):hover,.alert-ribbon a:link:not(.button,[aria-disabled]):focus,.alert-ribbon a:link:not(.button,[aria-disabled]):visited{color:currentColor}div[role=alert] a,.alert-ribbon a{text-decoration:underline!important;transition:opacity .3s ease-in-out}div[role=alert]>footer,div[role=alert] .alert-ribbon__footer,.alert-ribbon>footer,.alert-ribbon .alert-ribbon__footer{grid-area:footer;align-self:end}@media (max-width: 35.98em){div[role=alert]>footer,div[role=alert] .alert-ribbon__footer,.alert-ribbon>footer,.alert-ribbon .alert-ribbon__footer{margin-top:.75rem}}@media (min-width: 36em){div[role=alert]>footer,div[role=alert] .alert-ribbon__footer,.alert-ribbon>footer,.alert-ribbon .alert-ribbon__footer{margin-left:.75rem}}div[role=alert]>footer>a,div[role=alert] .alert-ribbon__footer>a,.alert-ribbon>footer>a,.alert-ribbon .alert-ribbon__footer>a{display:flex}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#333;color:#333;--color: rgb(51, 51, 51);min-height:2rem;padding:.4375rem .75rem;line-height:1.125rem}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333!important}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}@media (max-width: 35.98em){div[role=alert]>footer>a+a,div[role=alert]>footer>a+button,div[role=alert]>footer>a+.button,div[role=alert]>footer>button+a,div[role=alert]>footer>button+button,div[role=alert]>footer>button+.button,div[role=alert]>footer>button[type=button]+a,div[role=alert]>footer>button[type=button]+button,div[role=alert]>footer>button[type=button]+.button,div[role=alert]>footer>.button+a,div[role=alert]>footer>.button+button,div[role=alert]>footer>.button+.button,div[role=alert] .alert-ribbon__footer>a+a,div[role=alert] .alert-ribbon__footer>a+button,div[role=alert] .alert-ribbon__footer>a+.button,div[role=alert] .alert-ribbon__footer>button+a,div[role=alert] .alert-ribbon__footer>button+button,div[role=alert] .alert-ribbon__footer>button+.button,div[role=alert] .alert-ribbon__footer>button[type=button]+a,div[role=alert] .alert-ribbon__footer>button[type=button]+button,div[role=alert] .alert-ribbon__footer>button[type=button]+.button,div[role=alert] .alert-ribbon__footer>.button+a,div[role=alert] .alert-ribbon__footer>.button+button,div[role=alert] .alert-ribbon__footer>.button+.button,.alert-ribbon>footer>a+a,.alert-ribbon>footer>a+button,.alert-ribbon>footer>a+.button,.alert-ribbon>footer>button+a,.alert-ribbon>footer>button+button,.alert-ribbon>footer>button+.button,.alert-ribbon>footer>button[type=button]+a,.alert-ribbon>footer>button[type=button]+button,.alert-ribbon>footer>button[type=button]+.button,.alert-ribbon>footer>.button+a,.alert-ribbon>footer>.button+button,.alert-ribbon>footer>.button+.button,.alert-ribbon .alert-ribbon__footer>a+a,.alert-ribbon .alert-ribbon__footer>a+button,.alert-ribbon .alert-ribbon__footer>a+.button,.alert-ribbon .alert-ribbon__footer>button+a,.alert-ribbon .alert-ribbon__footer>button+button,.alert-ribbon .alert-ribbon__footer>button+.button,.alert-ribbon .alert-ribbon__footer>button[type=button]+a,.alert-ribbon .alert-ribbon__footer>button[type=button]+button,.alert-ribbon .alert-ribbon__footer>button[type=button]+.button,.alert-ribbon .alert-ribbon__footer>.button+a,.alert-ribbon .alert-ribbon__footer>.button+button,.alert-ribbon .alert-ribbon__footer>.button+.button{margin-top:.75rem}}@media (min-width: 36em){div[role=alert]>footer>a+a,div[role=alert]>footer>a+button,div[role=alert]>footer>a+.button,div[role=alert]>footer>button+a,div[role=alert]>footer>button+button,div[role=alert]>footer>button+.button,div[role=alert]>footer>button[type=button]+a,div[role=alert]>footer>button[type=button]+button,div[role=alert]>footer>button[type=button]+.button,div[role=alert]>footer>.button+a,div[role=alert]>footer>.button+button,div[role=alert]>footer>.button+.button,div[role=alert] .alert-ribbon__footer>a+a,div[role=alert] .alert-ribbon__footer>a+button,div[role=alert] .alert-ribbon__footer>a+.button,div[role=alert] .alert-ribbon__footer>button+a,div[role=alert] .alert-ribbon__footer>button+button,div[role=alert] .alert-ribbon__footer>button+.button,div[role=alert] .alert-ribbon__footer>button[type=button]+a,div[role=alert] .alert-ribbon__footer>button[type=button]+button,div[role=alert] .alert-ribbon__footer>button[type=button]+.button,div[role=alert] .alert-ribbon__footer>.button+a,div[role=alert] .alert-ribbon__footer>.button+button,div[role=alert] .alert-ribbon__footer>.button+.button,.alert-ribbon>footer>a+a,.alert-ribbon>footer>a+button,.alert-ribbon>footer>a+.button,.alert-ribbon>footer>button+a,.alert-ribbon>footer>button+button,.alert-ribbon>footer>button+.button,.alert-ribbon>footer>button[type=button]+a,.alert-ribbon>footer>button[type=button]+button,.alert-ribbon>footer>button[type=button]+.button,.alert-ribbon>footer>.button+a,.alert-ribbon>footer>.button+button,.alert-ribbon>footer>.button+.button,.alert-ribbon .alert-ribbon__footer>a+a,.alert-ribbon .alert-ribbon__footer>a+button,.alert-ribbon .alert-ribbon__footer>a+.button,.alert-ribbon .alert-ribbon__footer>button+a,.alert-ribbon .alert-ribbon__footer>button+button,.alert-ribbon .alert-ribbon__footer>button+.button,.alert-ribbon .alert-ribbon__footer>button[type=button]+a,.alert-ribbon .alert-ribbon__footer>button[type=button]+button,.alert-ribbon .alert-ribbon__footer>button[type=button]+.button,.alert-ribbon .alert-ribbon__footer>.button+a,.alert-ribbon .alert-ribbon__footer>.button+button,.alert-ribbon .alert-ribbon__footer>.button+.button{margin-left:.75rem}}div[role=alert].info,.alert-ribbon.info{--background: hsl(var(--sg-intent-info-hsl));--color: hsl(var(--sg-intent-info-hsl-contrast));--border-color: transparent;--gds-sys-color-focus-outline: hsl(var(--sg-intent-info-hsl-contrast))}div[role=alert].info .close,.alert-ribbon.info .close{--color: hsl(var(--sg-intent-info-hsl-contrast))}div[role=alert].info i>svg>*,.alert-ribbon.info i>svg>*{fill:hsl(var(--sg-intent-info-hsl-contrast))}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#fff;color:#fff;--color: rgb(255, 255, 255)}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff!important}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}div[role=alert].info a:link:focus:not(:focus-visible),.alert-ribbon.info a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert].info a:link:focus,div[role=alert].info a:link:focus-within,.alert-ribbon.info a:link:focus,.alert-ribbon.info a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert].info a:link:not(.button,[aria-disabled]),.alert-ribbon.info a:link:not(.button,[aria-disabled]){color:hsl(var(--sg-intent-info-hsl-contrast))}div[role=alert].info a:link:not(.button,[aria-disabled]):hover,div[role=alert].info a:link:not(.button,[aria-disabled]):focus,div[role=alert].info a:link:not(.button,[aria-disabled]):visited,.alert-ribbon.info a:link:not(.button,[aria-disabled]):hover,.alert-ribbon.info a:link:not(.button,[aria-disabled]):focus,.alert-ribbon.info a:link:not(.button,[aria-disabled]):visited{color:currentColor}div[role=alert].success,.alert-ribbon.success{--background: hsl(var(--sg-intent-success-hsl));--color: var(--gds-ref-pallet-base000);--border-color: transparent;--gds-sys-color-focus-outline: var(--gds-ref-pallet-base000)}div[role=alert].success .close,.alert-ribbon.success .close{--color: var(--gds-ref-pallet-base000)}div[role=alert].success i>svg>*,.alert-ribbon.success i>svg>*{fill:var(--gds-ref-pallet-base000)}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#fff;color:#fff;--color: rgb(255, 255, 255)}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff!important}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}div[role=alert].success a:link:focus:not(:focus-visible),.alert-ribbon.success a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert].success a:link:focus,div[role=alert].success a:link:focus-within,.alert-ribbon.success a:link:focus,.alert-ribbon.success a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert].success a:link:not(.button,[aria-disabled]),.alert-ribbon.success a:link:not(.button,[aria-disabled]){color:var(--gds-ref-pallet-base000)}div[role=alert].success a:link:not(.button,[aria-disabled]):hover,div[role=alert].success a:link:not(.button,[aria-disabled]):focus,div[role=alert].success a:link:not(.button,[aria-disabled]):visited,.alert-ribbon.success a:link:not(.button,[aria-disabled]):hover,.alert-ribbon.success a:link:not(.button,[aria-disabled]):focus,.alert-ribbon.success a:link:not(.button,[aria-disabled]):visited{color:currentColor}div[role=alert].warning,.alert-ribbon.warning{--background: hsl(var(--sg-intent-warning-hsl));--color: hsl(var(--sg-intent-warning-hsl-contrast));--border-color: transparent;--gds-sys-color-focus-outline: hsl(var(--sg-intent-warning-hsl-contrast))}div[role=alert].warning .close,.alert-ribbon.warning .close{--color: hsl(var(--sg-intent-warning-hsl-contrast))}div[role=alert].warning i>svg>*,.alert-ribbon.warning i>svg>*{fill:hsl(var(--sg-intent-warning-hsl-contrast))}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#333;color:#333;--color: rgb(51, 51, 51)}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333!important}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}div[role=alert].warning a:link:focus:not(:focus-visible),.alert-ribbon.warning a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert].warning a:link:focus,div[role=alert].warning a:link:focus-within,.alert-ribbon.warning a:link:focus,.alert-ribbon.warning a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert].warning a:link:not(.button,[aria-disabled]),.alert-ribbon.warning a:link:not(.button,[aria-disabled]){color:hsl(var(--sg-intent-warning-hsl-contrast))}div[role=alert].warning a:link:not(.button,[aria-disabled]):hover,div[role=alert].warning a:link:not(.button,[aria-disabled]):focus,div[role=alert].warning a:link:not(.button,[aria-disabled]):visited,.alert-ribbon.warning a:link:not(.button,[aria-disabled]):hover,.alert-ribbon.warning a:link:not(.button,[aria-disabled]):focus,.alert-ribbon.warning a:link:not(.button,[aria-disabled]):visited{color:currentColor}div[role=alert].danger,.alert-ribbon.danger{--background: hsl(var(--sg-intent-critical-hsl));--color: hsl(var(--sg-intent-critical-hsl-contrast));--border-color: transparent;--gds-sys-color-focus-outline: hsl(var(--sg-intent-critical-hsl-contrast))}div[role=alert].danger .close,.alert-ribbon.danger .close{--color: hsl(var(--sg-intent-critical-hsl-contrast))}div[role=alert].danger i>svg>*,.alert-ribbon.danger i>svg>*{fill:hsl(var(--sg-intent-critical-hsl-contrast))}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#fff;color:#fff;--color: rgb(255, 255, 255)}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff!important}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}div[role=alert].danger a:link:focus:not(:focus-visible),.alert-ribbon.danger a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert].danger a:link:focus,div[role=alert].danger a:link:focus-within,.alert-ribbon.danger a:link:focus,.alert-ribbon.danger a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert].danger a:link:not(.button,[aria-disabled]),.alert-ribbon.danger a:link:not(.button,[aria-disabled]){color:hsl(var(--sg-intent-critical-hsl-contrast))}div[role=alert].danger a:link:not(.button,[aria-disabled]):hover,div[role=alert].danger a:link:not(.button,[aria-disabled]):focus,div[role=alert].danger a:link:not(.button,[aria-disabled]):visited,.alert-ribbon.danger a:link:not(.button,[aria-disabled]):hover,.alert-ribbon.danger a:link:not(.button,[aria-disabled]):focus,.alert-ribbon.danger a:link:not(.button,[aria-disabled]):visited{color:currentColor}.close{font-size:0;background:var(--gds-sys-color-surface);border:0;border-radius:50%;content:\"\";cursor:pointer;display:flex;font-family:inherit;height:2rem;position:relative;width:2rem}@media (hover: none) and (pointer: coarse){.close:not(:disabled):not(.disabled){padding:.375rem;height:2.75rem;width:2.75rem}.close:not(:disabled):not(.disabled)>i{background:var(--gds-ref-pallet-base200);height:2rem;width:2rem;border-radius:50%;position:relative;--color: var(--gds-sys-color-base)}.close:not(:disabled):not(.disabled)>div:after,.close:not(:disabled):not(.disabled)>div:before{height:.789375rem;width:.130625rem;top:.625rem}}.close:focus:not(:focus-visible){box-shadow:none;outline:0}.close:focus,.close:focus-visible i{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}.close>i{border-radius:var(--gds-sys-shape-corner-round);display:block;width:100%;height:100%}.close>i:after,.close>i:before{background:var(--gds-sys-color-font);content:\"\";display:block;height:.789375rem;width:.130625rem;border-radius:.5px;left:calc(50% - .0625rem);position:absolute;top:.625rem}.close>i:after{transform:rotate(45deg)}.close>i:before{transform:rotate(-45deg)}.close>svg path{fill:var(--gds-sys-color-font)}@media (min-width: 48em){.close:not(:disabled,.disabled):hover>i{background:color-mix(in srgb,var(--gds-sys-color-font) 10%,transparent)}.close:not(:disabled,.disabled):hover:active>i{background:color-mix(in srgb,var(--gds-sys-color-font) 20%,transparent)}}:host{--sg-intent-neutral-hsl: 0deg, 0%, 91.3725490196%;--sg-intent-success-hsl: 98.8235294118deg, 100%, 26.6666666667%;--sg-intent-success-hsl-contrast: 0deg, 0%, 100%;--sg-intent-warning-hsl: 46.3529411765deg, 100%, 50%;--sg-intent-warning-hsl-contrast: 0deg, 0%, 0%;--sg-intent-critical-hsl: 0deg, 78.5123966942%, 47.4509803922%;--sg-intent-critical-hsl-contrast: 0deg, 0%, 100%;--gds-ref-pallet-base000: hsl(0 0% 100%);--text-primary-color: #333;--sg-border-width: 1px;--sg-border-width-50: .5px;--sg-border-radius: .25rem;--gds-sys-color-font: #333;--sg-border-color: #868686}:host .alert-container{box-sizing:border-box;width:100%}:host .alert-container a{cursor:pointer}:host .alert-container button{font-size:1rem;font-family:inherit}:host .alert-container button:not(.close){padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);font-weight:500;min-height:2.75rem;align-items:center;display:inline-flex;justify-content:center;transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;background:transparent;border-color:#007ac7;color:#007ac7;--color: rgb(0, 122, 199)}@media (max-width: 35.98em){:host .alert-container button:not(.close){min-width:100%}}@media screen and (-ms-high-contrast: active){:host .alert-container button:not(.close){border:2px solid currentcolor}}:host .alert-container button:not(.close).small{min-height:2rem;padding:.4375rem .75rem;line-height:1rem}:host .alert-container button:not(.close).large{min-height:4rem;padding:1rem 1.5rem;font-size:1.5rem;line-height:2rem}:host .alert-container button:not(.close):focus:not(:focus-visible){box-shadow:none;outline:0}:host .alert-container button:not(.close):focus,:host .alert-container button:not(.close):focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .alert-container button:not(.close):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#199be3;color:#fff;--background: rgb(25.4035777564, 154.8940067842, 227.221994169);--color: rgb(255, 255, 255);border-color:#199be3}:host .alert-container button:not(.close)[aria-selected=true],:host .alert-container button:not(.close):active,:host .alert-container button:not(.close).active,:host .alert-container button:not(.close).active:hover,:host .alert-container button:not(.close):active:hover{background-color:#007ac7;color:#fff;--background: rgb(0, 122, 199);--color: rgb(255, 255, 255);border-color:#007ac7}:host .alert-container button:not(.close):disabled,:host .alert-container button:not(.close).disabled,:host .alert-container button:not(.close)[aria-disabled=true]{background:var(--sg-form-control-bg-disabled)!important;color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host .alert-container button:not(.close):disabled::placeholder,:host .alert-container button:not(.close).disabled::placeholder,:host .alert-container button:not(.close)[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host .alert-container .close{padding:0}:host .alert-container .close i{width:2rem;height:2rem;border-radius:50%}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }] }); }
|
|
142
142
|
}
|
|
143
143
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AlertComponent, decorators: [{
|
|
144
144
|
type: Component,
|
|
145
|
-
args: [{ selector: 'nggv-alert', template: "<div class=\"alert-container\" role=\"alert\" [ngClass]=\"type\">\n <ng-container [ngSwitch]=\"type\">\n <ng-container\n *ngSwitchCase=\"'success'\"\n [ngTemplateOutlet]=\"checkMark\"\n ></ng-container>\n <ng-container\n *ngSwitchCase=\"'information'\"\n [ngTemplateOutlet]=\"infoSquare\"\n ></ng-container>\n <ng-container\n *ngSwitchDefault\n [ngTemplateOutlet]=\"exclamationSquare\"\n ></ng-container>\n </ng-container>\n <div>\n <h3 *ngIf=\"title\">{{ title }}</h3>\n <p *ngIf=\"body\">\n {{ body }} <a *ngIf=\"linkText\" (click)=\"onLink($event)\">{{\n linkText\n }}</a>\n </p>\n </div>\n <button\n *ngIf=\"closable && !actionText\"\n class=\"close\"\n type=\"button\"\n (click)=\"onClose($event)\"\n >\n <i></i>\n </button>\n <footer *ngIf=\"actionText && !closable\">\n <button type=\"button\" (click)=\"onAction($event)\">\n {{ actionText }}\n </button>\n </footer>\n</div>\n\n<ng-template #checkMark>\n <i>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M17.6203 6.60836L9.40014 14.8285L6.37976 11.8081C6.23332 11.6617 5.99588 11.6617 5.84942 11.8081L4.96554 12.692C4.8191 12.8384 4.8191 13.0759 4.96554 13.2223L9.13495 17.3917C9.28138 17.5382 9.51882 17.5382 9.66529 17.3917L19.0344 8.02258C19.1809 7.87614 19.1809 7.63871 19.0344 7.49224L18.1506 6.60836C18.0041 6.46193 17.7667 6.46193 17.6203 6.60836Z\"\n fill=\"white\"\n ></path>\n </svg>\n </i>\n</ng-template>\n<ng-template #infoSquare>\n <i>\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M18.2857 4H5.71429C4.7675 4 4 4.7675 4 5.71429V18.2857C4 19.2325 4.7675 20 5.71429 20H18.2857C19.2325 20 20 19.2325 20 18.2857V5.71429C20 4.7675 19.2325 4 18.2857 4ZM12 7.07143C12.8284 7.07143 13.5 7.743 13.5 8.57143C13.5 9.39986 12.8284 10.0714 12 10.0714C11.1716 10.0714 10.5 9.39986 10.5 8.57143C10.5 7.743 11.1716 7.07143 12 7.07143ZM14 16.1429C14 16.3795 13.8081 16.5714 13.5714 16.5714H10.4286C10.1919 16.5714 10 16.3795 10 16.1429V15.2857C10 15.049 10.1919 14.8571 10.4286 14.8571H10.8571V12.5714H10.4286C10.1919 12.5714 10 12.3795 10 12.1429V11.2857C10 11.049 10.1919 10.8571 10.4286 10.8571H12.7143C12.951 10.8571 13.1429 11.049 13.1429 11.2857V14.8571H13.5714C13.8081 14.8571 14 15.049 14 15.2857V16.1429Z\"\n fill=\"#333333\"\n />\n </svg>\n </i>\n</ng-template>\n<ng-template #exclamationSquare>\n <i>\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M18.2857 4H5.71429C4.7675 4 4 4.7675 4 5.71429V18.2857C4 19.2325 4.7675 20 5.71429 20H18.2857C19.2325 20 20 19.2325 20 18.2857V5.71429C20 4.7675 19.2325 4 18.2857 4ZM10.8682 7.42857H13.1318C13.3777 7.42857 13.5731 7.635 13.5597 7.8805L13.2948 12.7376C13.2824 12.9649 13.0945 13.1429 12.8669 13.1429H11.1331C10.9055 13.1429 10.7176 12.9649 10.7052 12.7376L10.4402 7.8805C10.4269 7.635 10.6223 7.42857 10.8682 7.42857ZM12 17.0714C11.0927 17.0714 10.3571 16.3359 10.3571 15.4286C10.3571 14.5213 11.0927 13.7857 12 13.7857C12.9073 13.7857 13.6429 14.5213 13.6429 15.4286C13.6429 16.3359 12.9073 17.0714 12 17.0714Z\"\n fill=\"currentColor\"\n />\n </svg>\n </i>\n</ng-template>\n", styles: ["div[role=alert],.alert-ribbon{--background: hsl(var(--sg-intent-neutral-hsl));--color: var(--text-primary-color);--border-color: var(--text-primary-color);background:var(--background);border-radius:0;border:solid 1px var(--border-color);color:var(--color);padding:1rem;display:inline-grid;grid-template-columns:auto 1fr auto;grid-template-rows:min-content 1fr;grid-template-areas:\"icon content dismiss\" \"footer footer footer\"}@media (min-width: 36em){div[role=alert],.alert-ribbon{grid-template-areas:\"icon content dismiss\" \"icon content footer\"}}div[role=alert]>i,.alert-ribbon>i{display:block;width:1.5rem;height:1.5rem;margin-inline-end:.5rem;grid-area:icon}div[role=alert]>i svg>*,.alert-ribbon>i svg>*{fill:var(--text-primary-color)}div[role=alert]>div:not(.alert-ribbon__footer),div[role=alert] .alert-ribbon__content,.alert-ribbon>div:not(.alert-ribbon__footer),.alert-ribbon .alert-ribbon__content{grid-area:content;max-width:75ch}div[role=alert]>div:not(.alert-ribbon__footer):has(+button),div[role=alert] .alert-ribbon__content:has(+button),.alert-ribbon>div:not(.alert-ribbon__footer):has(+button),.alert-ribbon .alert-ribbon__content:has(+button){padding-right:.5rem}div[role=alert]>div:not(.alert-ribbon__footer)>h1,div[role=alert]>div:not(.alert-ribbon__footer) h2,div[role=alert]>div:not(.alert-ribbon__footer) h3,div[role=alert]>div:not(.alert-ribbon__footer) h4,div[role=alert]>div:not(.alert-ribbon__footer) h5,div[role=alert]>div:not(.alert-ribbon__footer) .header,div[role=alert] .alert-ribbon__content>h1,div[role=alert] .alert-ribbon__content h2,div[role=alert] .alert-ribbon__content h3,div[role=alert] .alert-ribbon__content h4,div[role=alert] .alert-ribbon__content h5,div[role=alert] .alert-ribbon__content .header,.alert-ribbon>div:not(.alert-ribbon__footer)>h1,.alert-ribbon>div:not(.alert-ribbon__footer) h2,.alert-ribbon>div:not(.alert-ribbon__footer) h3,.alert-ribbon>div:not(.alert-ribbon__footer) h4,.alert-ribbon>div:not(.alert-ribbon__footer) h5,.alert-ribbon>div:not(.alert-ribbon__footer) .header,.alert-ribbon .alert-ribbon__content>h1,.alert-ribbon .alert-ribbon__content h2,.alert-ribbon .alert-ribbon__content h3,.alert-ribbon .alert-ribbon__content h4,.alert-ribbon .alert-ribbon__content h5,.alert-ribbon .alert-ribbon__content .header{display:inline;font-size:1rem;font-weight:500;line-height:1.5rem;margin-right:.25rem}div[role=alert]>div:not(.alert-ribbon__footer)>p,div[role=alert] .alert-ribbon__content>p,.alert-ribbon>div:not(.alert-ribbon__footer)>p,.alert-ribbon .alert-ribbon__content>p{display:inline;line-height:1.5rem;margin-bottom:0;margin-top:0}div[role=alert]>div:not(.alert-ribbon__footer)>p a,div[role=alert]>div:not(.alert-ribbon__footer)>p a:visited:not(.button,[role=tab]),div[role=alert] .alert-ribbon__content>p a,div[role=alert] .alert-ribbon__content>p a:visited:not(.button,[role=tab]),.alert-ribbon>div:not(.alert-ribbon__footer)>p a,.alert-ribbon>div:not(.alert-ribbon__footer)>p a:visited:not(.button,[role=tab]),.alert-ribbon .alert-ribbon__content>p a,.alert-ribbon .alert-ribbon__content>p a:visited:not(.button,[role=tab]){color:var(--color)}div[role=alert]>div:not(.alert-ribbon__footer)>p a:hover,div[role=alert]>div:not(.alert-ribbon__footer)>p a:visited:not(.button,[role=tab]):hover,div[role=alert] .alert-ribbon__content>p a:hover,div[role=alert] .alert-ribbon__content>p a:visited:not(.button,[role=tab]):hover,.alert-ribbon>div:not(.alert-ribbon__footer)>p a:hover,.alert-ribbon>div:not(.alert-ribbon__footer)>p a:visited:not(.button,[role=tab]):hover,.alert-ribbon .alert-ribbon__content>p a:hover,.alert-ribbon .alert-ribbon__content>p a:visited:not(.button,[role=tab]):hover{color:var(--color)}div[role=alert] button.close,.alert-ribbon button.close{grid-area:dismiss;justify-self:flex-end;margin:-.5rem -.375rem 0 .375rem;background-color:transparent;--background-hsl: var(--sg-hsl-black);--color: var(--text-primary-color)}div[role=alert] button.close>i:after,div[role=alert] button.close>i:before,.alert-ribbon button.close>i:after,.alert-ribbon button.close>i:before{background-color:var(--color)}div[role=alert] button.close:hover>i:after,div[role=alert] button.close:hover>i:before,.alert-ribbon button.close:hover>i:after,.alert-ribbon button.close:hover>i:before{background-color:var(--color)}@media (min-width: 36em){div[role=alert] button.close+footer,div[role=alert] button.close .alert-ribbon__footer,.alert-ribbon button.close+footer,.alert-ribbon button.close .alert-ribbon__footer{margin-top:.75rem}}div[role=alert] a:link:focus:not(:focus-visible),.alert-ribbon a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert] a:link:focus,div[role=alert] a:link:focus-within,.alert-ribbon a:link:focus,.alert-ribbon a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert] a:link:not(.button,[aria-disabled]),.alert-ribbon a:link:not(.button,[aria-disabled]){color:var(--text-primary-color)}div[role=alert] a:link:not(.button,[aria-disabled]):hover,div[role=alert] a:link:not(.button,[aria-disabled]):focus,div[role=alert] a:link:not(.button,[aria-disabled]):visited,.alert-ribbon a:link:not(.button,[aria-disabled]):hover,.alert-ribbon a:link:not(.button,[aria-disabled]):focus,.alert-ribbon a:link:not(.button,[aria-disabled]):visited{color:currentColor}div[role=alert] a,.alert-ribbon a{text-decoration:underline!important;transition:opacity .3s ease-in-out}div[role=alert]>footer,div[role=alert] .alert-ribbon__footer,.alert-ribbon>footer,.alert-ribbon .alert-ribbon__footer{grid-area:footer;align-self:end}@media (max-width: 35.98em){div[role=alert]>footer,div[role=alert] .alert-ribbon__footer,.alert-ribbon>footer,.alert-ribbon .alert-ribbon__footer{margin-top:.75rem}}@media (min-width: 36em){div[role=alert]>footer,div[role=alert] .alert-ribbon__footer,.alert-ribbon>footer,.alert-ribbon .alert-ribbon__footer{margin-left:.75rem}}div[role=alert]>footer>a,div[role=alert] .alert-ribbon__footer>a,.alert-ribbon>footer>a,.alert-ribbon .alert-ribbon__footer>a{display:flex}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#333;color:#333;--color: rgb(51, 51, 51);min-height:2rem;padding:.4375rem .75rem;line-height:1.125rem}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333!important}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}@media (max-width: 35.98em){div[role=alert]>footer>a+a,div[role=alert]>footer>a+button,div[role=alert]>footer>a+.button,div[role=alert]>footer>button+a,div[role=alert]>footer>button+button,div[role=alert]>footer>button+.button,div[role=alert]>footer>button[type=button]+a,div[role=alert]>footer>button[type=button]+button,div[role=alert]>footer>button[type=button]+.button,div[role=alert]>footer>.button+a,div[role=alert]>footer>.button+button,div[role=alert]>footer>.button+.button,div[role=alert] .alert-ribbon__footer>a+a,div[role=alert] .alert-ribbon__footer>a+button,div[role=alert] .alert-ribbon__footer>a+.button,div[role=alert] .alert-ribbon__footer>button+a,div[role=alert] .alert-ribbon__footer>button+button,div[role=alert] .alert-ribbon__footer>button+.button,div[role=alert] .alert-ribbon__footer>button[type=button]+a,div[role=alert] .alert-ribbon__footer>button[type=button]+button,div[role=alert] .alert-ribbon__footer>button[type=button]+.button,div[role=alert] .alert-ribbon__footer>.button+a,div[role=alert] .alert-ribbon__footer>.button+button,div[role=alert] .alert-ribbon__footer>.button+.button,.alert-ribbon>footer>a+a,.alert-ribbon>footer>a+button,.alert-ribbon>footer>a+.button,.alert-ribbon>footer>button+a,.alert-ribbon>footer>button+button,.alert-ribbon>footer>button+.button,.alert-ribbon>footer>button[type=button]+a,.alert-ribbon>footer>button[type=button]+button,.alert-ribbon>footer>button[type=button]+.button,.alert-ribbon>footer>.button+a,.alert-ribbon>footer>.button+button,.alert-ribbon>footer>.button+.button,.alert-ribbon .alert-ribbon__footer>a+a,.alert-ribbon .alert-ribbon__footer>a+button,.alert-ribbon .alert-ribbon__footer>a+.button,.alert-ribbon .alert-ribbon__footer>button+a,.alert-ribbon .alert-ribbon__footer>button+button,.alert-ribbon .alert-ribbon__footer>button+.button,.alert-ribbon .alert-ribbon__footer>button[type=button]+a,.alert-ribbon .alert-ribbon__footer>button[type=button]+button,.alert-ribbon .alert-ribbon__footer>button[type=button]+.button,.alert-ribbon .alert-ribbon__footer>.button+a,.alert-ribbon .alert-ribbon__footer>.button+button,.alert-ribbon .alert-ribbon__footer>.button+.button{margin-top:.75rem}}@media (min-width: 36em){div[role=alert]>footer>a+a,div[role=alert]>footer>a+button,div[role=alert]>footer>a+.button,div[role=alert]>footer>button+a,div[role=alert]>footer>button+button,div[role=alert]>footer>button+.button,div[role=alert]>footer>button[type=button]+a,div[role=alert]>footer>button[type=button]+button,div[role=alert]>footer>button[type=button]+.button,div[role=alert]>footer>.button+a,div[role=alert]>footer>.button+button,div[role=alert]>footer>.button+.button,div[role=alert] .alert-ribbon__footer>a+a,div[role=alert] .alert-ribbon__footer>a+button,div[role=alert] .alert-ribbon__footer>a+.button,div[role=alert] .alert-ribbon__footer>button+a,div[role=alert] .alert-ribbon__footer>button+button,div[role=alert] .alert-ribbon__footer>button+.button,div[role=alert] .alert-ribbon__footer>button[type=button]+a,div[role=alert] .alert-ribbon__footer>button[type=button]+button,div[role=alert] .alert-ribbon__footer>button[type=button]+.button,div[role=alert] .alert-ribbon__footer>.button+a,div[role=alert] .alert-ribbon__footer>.button+button,div[role=alert] .alert-ribbon__footer>.button+.button,.alert-ribbon>footer>a+a,.alert-ribbon>footer>a+button,.alert-ribbon>footer>a+.button,.alert-ribbon>footer>button+a,.alert-ribbon>footer>button+button,.alert-ribbon>footer>button+.button,.alert-ribbon>footer>button[type=button]+a,.alert-ribbon>footer>button[type=button]+button,.alert-ribbon>footer>button[type=button]+.button,.alert-ribbon>footer>.button+a,.alert-ribbon>footer>.button+button,.alert-ribbon>footer>.button+.button,.alert-ribbon .alert-ribbon__footer>a+a,.alert-ribbon .alert-ribbon__footer>a+button,.alert-ribbon .alert-ribbon__footer>a+.button,.alert-ribbon .alert-ribbon__footer>button+a,.alert-ribbon .alert-ribbon__footer>button+button,.alert-ribbon .alert-ribbon__footer>button+.button,.alert-ribbon .alert-ribbon__footer>button[type=button]+a,.alert-ribbon .alert-ribbon__footer>button[type=button]+button,.alert-ribbon .alert-ribbon__footer>button[type=button]+.button,.alert-ribbon .alert-ribbon__footer>.button+a,.alert-ribbon .alert-ribbon__footer>.button+button,.alert-ribbon .alert-ribbon__footer>.button+.button{margin-left:.75rem}}div[role=alert].info,.alert-ribbon.info{--background: hsl(var(--sg-intent-info-hsl));--color: hsl(var(--sg-intent-info-hsl-contrast));--border-color: transparent;--gds-sys-color-focus-outline: hsl(var(--sg-intent-info-hsl-contrast))}div[role=alert].info .close,.alert-ribbon.info .close{--color: hsl(var(--sg-intent-info-hsl-contrast))}div[role=alert].info i>svg>*,.alert-ribbon.info i>svg>*{fill:hsl(var(--sg-intent-info-hsl-contrast))}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#fff;color:#fff;--color: rgb(255, 255, 255)}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff!important}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}div[role=alert].info a:link:focus:not(:focus-visible),.alert-ribbon.info a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert].info a:link:focus,div[role=alert].info a:link:focus-within,.alert-ribbon.info a:link:focus,.alert-ribbon.info a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert].info a:link:not(.button,[aria-disabled]),.alert-ribbon.info a:link:not(.button,[aria-disabled]){color:hsl(var(--sg-intent-info-hsl-contrast))}div[role=alert].info a:link:not(.button,[aria-disabled]):hover,div[role=alert].info a:link:not(.button,[aria-disabled]):focus,div[role=alert].info a:link:not(.button,[aria-disabled]):visited,.alert-ribbon.info a:link:not(.button,[aria-disabled]):hover,.alert-ribbon.info a:link:not(.button,[aria-disabled]):focus,.alert-ribbon.info a:link:not(.button,[aria-disabled]):visited{color:currentColor}div[role=alert].success,.alert-ribbon.success{--background: hsl(var(--sg-intent-success-hsl));--color: var(--gds-ref-pallet-base000);--border-color: transparent;--gds-sys-color-focus-outline: var(--gds-ref-pallet-base000)}div[role=alert].success .close,.alert-ribbon.success .close{--color: var(--gds-ref-pallet-base000)}div[role=alert].success i>svg>*,.alert-ribbon.success i>svg>*{fill:var(--gds-ref-pallet-base000)}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#fff;color:#fff;--color: rgb(255, 255, 255)}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff!important}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}div[role=alert].success a:link:focus:not(:focus-visible),.alert-ribbon.success a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert].success a:link:focus,div[role=alert].success a:link:focus-within,.alert-ribbon.success a:link:focus,.alert-ribbon.success a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert].success a:link:not(.button,[aria-disabled]),.alert-ribbon.success a:link:not(.button,[aria-disabled]){color:var(--gds-ref-pallet-base000)}div[role=alert].success a:link:not(.button,[aria-disabled]):hover,div[role=alert].success a:link:not(.button,[aria-disabled]):focus,div[role=alert].success a:link:not(.button,[aria-disabled]):visited,.alert-ribbon.success a:link:not(.button,[aria-disabled]):hover,.alert-ribbon.success a:link:not(.button,[aria-disabled]):focus,.alert-ribbon.success a:link:not(.button,[aria-disabled]):visited{color:currentColor}div[role=alert].warning,.alert-ribbon.warning{--background: hsl(var(--sg-intent-warning-hsl));--color: hsl(var(--sg-intent-warning-hsl-contrast));--border-color: transparent;--gds-sys-color-focus-outline: hsl(var(--sg-intent-warning-hsl-contrast))}div[role=alert].warning .close,.alert-ribbon.warning .close{--color: hsl(var(--sg-intent-warning-hsl-contrast))}div[role=alert].warning i>svg>*,.alert-ribbon.warning i>svg>*{fill:hsl(var(--sg-intent-warning-hsl-contrast))}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#333;color:#333;--color: rgb(51, 51, 51)}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333!important}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}div[role=alert].warning a:link:focus:not(:focus-visible),.alert-ribbon.warning a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert].warning a:link:focus,div[role=alert].warning a:link:focus-within,.alert-ribbon.warning a:link:focus,.alert-ribbon.warning a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert].warning a:link:not(.button,[aria-disabled]),.alert-ribbon.warning a:link:not(.button,[aria-disabled]){color:hsl(var(--sg-intent-warning-hsl-contrast))}div[role=alert].warning a:link:not(.button,[aria-disabled]):hover,div[role=alert].warning a:link:not(.button,[aria-disabled]):focus,div[role=alert].warning a:link:not(.button,[aria-disabled]):visited,.alert-ribbon.warning a:link:not(.button,[aria-disabled]):hover,.alert-ribbon.warning a:link:not(.button,[aria-disabled]):focus,.alert-ribbon.warning a:link:not(.button,[aria-disabled]):visited{color:currentColor}div[role=alert].danger,.alert-ribbon.danger{--background: hsl(var(--sg-intent-critical-hsl));--color: hsl(var(--sg-intent-critical-hsl-contrast));--border-color: transparent;--gds-sys-color-focus-outline: hsl(var(--sg-intent-critical-hsl-contrast))}div[role=alert].danger .close,.alert-ribbon.danger .close{--color: hsl(var(--sg-intent-critical-hsl-contrast))}div[role=alert].danger i>svg>*,.alert-ribbon.danger i>svg>*{fill:hsl(var(--sg-intent-critical-hsl-contrast))}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#fff;color:#fff;--color: rgb(255, 255, 255)}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff!important}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}div[role=alert].danger a:link:focus:not(:focus-visible),.alert-ribbon.danger a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert].danger a:link:focus,div[role=alert].danger a:link:focus-within,.alert-ribbon.danger a:link:focus,.alert-ribbon.danger a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert].danger a:link:not(.button,[aria-disabled]),.alert-ribbon.danger a:link:not(.button,[aria-disabled]){color:hsl(var(--sg-intent-critical-hsl-contrast))}div[role=alert].danger a:link:not(.button,[aria-disabled]):hover,div[role=alert].danger a:link:not(.button,[aria-disabled]):focus,div[role=alert].danger a:link:not(.button,[aria-disabled]):visited,.alert-ribbon.danger a:link:not(.button,[aria-disabled]):hover,.alert-ribbon.danger a:link:not(.button,[aria-disabled]):focus,.alert-ribbon.danger a:link:not(.button,[aria-disabled]):visited{color:currentColor}.close{font-size:0;background:var(--gds-sys-color-surface);border:0;border-radius:50%;content:\"\";cursor:pointer;display:flex;font-family:inherit;height:2rem;position:relative;width:2rem}@media (hover: none) and (pointer: coarse){.close:not(:disabled):not(.disabled){padding:.375rem;height:2.75rem;width:2.75rem}.close:not(:disabled):not(.disabled)>i{background:var(--gds-ref-pallet-base200);height:2rem;width:2rem;border-radius:50%;position:relative;--color: var(--gds-sys-color-base)}.close:not(:disabled):not(.disabled)>div:after,.close:not(:disabled):not(.disabled)>div:before{height:.789375rem;width:.130625rem;top:.625rem}}.close:focus:not(:focus-visible){box-shadow:none;outline:0}.close:focus,.close:focus-visible i{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}.close>i{border-radius:var(--gds-sys-shape-corner-round);display:block;width:100%;height:100%}.close>i:after,.close>i:before{background:var(--gds-sys-color-font);content:\"\";display:block;height:.789375rem;width:.130625rem;border-radius:.5px;left:calc(50% - .0625rem);position:absolute;top:.625rem}.close>i:after{transform:rotate(45deg)}.close>i:before{transform:rotate(-45deg)}.close>svg path{fill:var(--gds-sys-color-font)}@media (min-width: 48em){.close:not(:disabled,.disabled):hover>i{background:color-mix(in srgb,var(--gds-sys-color-font) 10%,transparent)}.close:not(:disabled,.disabled):hover:active>i{background:color-mix(in srgb,var(--gds-sys-color-font) 20%,transparent)}}:host{--sg-intent-neutral-hsl: 0deg, 0%, 91.3725490196%;--sg-intent-success-hsl: 98.8235294118deg, 100%, 26.6666666667%;--sg-intent-success-hsl-contrast: 0deg, 0%, 100%;--sg-intent-warning-hsl: 46.3529411765deg, 100%, 50%;--sg-intent-warning-hsl-contrast: 0deg, 0%, 0%;--sg-intent-critical-hsl: 0deg, 78.5123966942%, 47.4509803922%;--sg-intent-critical-hsl-contrast: 0deg, 0%, 100%;--gds-ref-pallet-base000: hsl(0 0% 100%);--text-primary-color: #333;--sg-border-width: 1px;--sg-border-width-50: .5px;--sg-border-radius: .25rem;--gds-sys-color-font: #333;--sg-border-color: #868686}:host .alert-container{box-sizing:border-box;width:100%}:host .alert-container a{cursor:pointer}:host .alert-container button{font-size:1rem;font-family:inherit}:host .alert-container button:not(.close){padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);font-weight:500;min-height:2.75rem;align-items:center;display:inline-flex;justify-content:center;transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;background:transparent;border-color:#007ac7;color:#007ac7;--color: rgb(0, 122, 199)}@media (max-width: 35.98em){:host .alert-container button:not(.close){min-width:100%}}@media screen and (-ms-high-contrast: active){:host .alert-container button:not(.close){border:2px solid currentcolor}}:host .alert-container button:not(.close).small{min-height:2rem;padding:.4375rem .75rem;line-height:1rem}:host .alert-container button:not(.close).large{min-height:4rem;padding:1rem 1.5rem;font-size:1.5rem;line-height:2rem}:host .alert-container button:not(.close):focus:not(:focus-visible){box-shadow:none;outline:0}:host .alert-container button:not(.close):focus,:host .alert-container button:not(.close):focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .alert-container button:not(.close):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#199be3;color:#fff;--background: rgb(25.4035777564, 154.8940067842, 227.221994169);--color: rgb(255, 255, 255);border-color:#199be3}:host .alert-container button:not(.close)[aria-selected=true],:host .alert-container button:not(.close):active,:host .alert-container button:not(.close).active,:host .alert-container button:not(.close).active:hover,:host .alert-container button:not(.close):active:hover{background-color:#007ac7;color:#fff;--background: rgb(0, 122, 199);--color: rgb(255, 255, 255);border-color:#007ac7}:host .alert-container button:not(.close):disabled,:host .alert-container button:not(.close).disabled,:host .alert-container button:not(.close)[aria-disabled=true]{background:var(--sg-form-control-bg-disabled)!important;color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host .alert-container button:not(.close):disabled::placeholder,:host .alert-container button:not(.close).disabled::placeholder,:host .alert-container button:not(.close)[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host .alert-container .close{padding:0}:host .alert-container .close i{width:2rem;height:2rem;border-radius:50%}\n"] }]
|
|
145
|
+
args: [{ selector: 'nggv-alert', template: "<div class=\"alert-container\" role=\"alert\" [ngClass]=\"type\">\n <ng-container [ngSwitch]=\"type\">\n <ng-container\n *ngSwitchCase=\"'success'\"\n [ngTemplateOutlet]=\"checkMark\"\n ></ng-container>\n <ng-container\n *ngSwitchCase=\"'information'\"\n [ngTemplateOutlet]=\"infoSquare\"\n ></ng-container>\n <ng-container\n *ngSwitchDefault\n [ngTemplateOutlet]=\"exclamationSquare\"\n ></ng-container>\n </ng-container>\n <div>\n <h3 *ngIf=\"title\">{{ title }}</h3>\n <p *ngIf=\"body\">\n {{ body }} <a\n *ngIf=\"linkText\"\n [href]=\"linkHref\"\n (click)=\"onLink($event)\"\n >{{ linkText }}</a\n >\n </p>\n </div>\n <button\n *ngIf=\"closable && !actionText\"\n class=\"close\"\n type=\"button\"\n (click)=\"onClose($event)\"\n >\n <i></i>\n </button>\n <footer *ngIf=\"actionText && !closable\">\n <button type=\"button\" (click)=\"onAction($event)\">\n {{ actionText }}\n </button>\n </footer>\n</div>\n\n<ng-template #checkMark>\n <i>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M17.6203 6.60836L9.40014 14.8285L6.37976 11.8081C6.23332 11.6617 5.99588 11.6617 5.84942 11.8081L4.96554 12.692C4.8191 12.8384 4.8191 13.0759 4.96554 13.2223L9.13495 17.3917C9.28138 17.5382 9.51882 17.5382 9.66529 17.3917L19.0344 8.02258C19.1809 7.87614 19.1809 7.63871 19.0344 7.49224L18.1506 6.60836C18.0041 6.46193 17.7667 6.46193 17.6203 6.60836Z\"\n fill=\"white\"\n ></path>\n </svg>\n </i>\n</ng-template>\n<ng-template #infoSquare>\n <i>\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M18.2857 4H5.71429C4.7675 4 4 4.7675 4 5.71429V18.2857C4 19.2325 4.7675 20 5.71429 20H18.2857C19.2325 20 20 19.2325 20 18.2857V5.71429C20 4.7675 19.2325 4 18.2857 4ZM12 7.07143C12.8284 7.07143 13.5 7.743 13.5 8.57143C13.5 9.39986 12.8284 10.0714 12 10.0714C11.1716 10.0714 10.5 9.39986 10.5 8.57143C10.5 7.743 11.1716 7.07143 12 7.07143ZM14 16.1429C14 16.3795 13.8081 16.5714 13.5714 16.5714H10.4286C10.1919 16.5714 10 16.3795 10 16.1429V15.2857C10 15.049 10.1919 14.8571 10.4286 14.8571H10.8571V12.5714H10.4286C10.1919 12.5714 10 12.3795 10 12.1429V11.2857C10 11.049 10.1919 10.8571 10.4286 10.8571H12.7143C12.951 10.8571 13.1429 11.049 13.1429 11.2857V14.8571H13.5714C13.8081 14.8571 14 15.049 14 15.2857V16.1429Z\"\n fill=\"#333333\"\n />\n </svg>\n </i>\n</ng-template>\n<ng-template #exclamationSquare>\n <i>\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M18.2857 4H5.71429C4.7675 4 4 4.7675 4 5.71429V18.2857C4 19.2325 4.7675 20 5.71429 20H18.2857C19.2325 20 20 19.2325 20 18.2857V5.71429C20 4.7675 19.2325 4 18.2857 4ZM10.8682 7.42857H13.1318C13.3777 7.42857 13.5731 7.635 13.5597 7.8805L13.2948 12.7376C13.2824 12.9649 13.0945 13.1429 12.8669 13.1429H11.1331C10.9055 13.1429 10.7176 12.9649 10.7052 12.7376L10.4402 7.8805C10.4269 7.635 10.6223 7.42857 10.8682 7.42857ZM12 17.0714C11.0927 17.0714 10.3571 16.3359 10.3571 15.4286C10.3571 14.5213 11.0927 13.7857 12 13.7857C12.9073 13.7857 13.6429 14.5213 13.6429 15.4286C13.6429 16.3359 12.9073 17.0714 12 17.0714Z\"\n fill=\"currentColor\"\n />\n </svg>\n </i>\n</ng-template>\n", styles: ["div[role=alert],.alert-ribbon{--background: hsl(var(--sg-intent-neutral-hsl));--color: var(--text-primary-color);--border-color: var(--text-primary-color);background:var(--background);border-radius:0;border:solid 1px var(--border-color);color:var(--color);padding:1rem;display:inline-grid;grid-template-columns:auto 1fr auto;grid-template-rows:min-content 1fr;grid-template-areas:\"icon content dismiss\" \"footer footer footer\"}@media (min-width: 36em){div[role=alert],.alert-ribbon{grid-template-areas:\"icon content dismiss\" \"icon content footer\"}}div[role=alert]>i,.alert-ribbon>i{display:block;width:1.5rem;height:1.5rem;margin-inline-end:.5rem;grid-area:icon}div[role=alert]>i svg>*,.alert-ribbon>i svg>*{fill:var(--text-primary-color)}div[role=alert]>div:not(.alert-ribbon__footer),div[role=alert] .alert-ribbon__content,.alert-ribbon>div:not(.alert-ribbon__footer),.alert-ribbon .alert-ribbon__content{grid-area:content;max-width:75ch}div[role=alert]>div:not(.alert-ribbon__footer):has(+button),div[role=alert] .alert-ribbon__content:has(+button),.alert-ribbon>div:not(.alert-ribbon__footer):has(+button),.alert-ribbon .alert-ribbon__content:has(+button){padding-right:.5rem}div[role=alert]>div:not(.alert-ribbon__footer)>h1,div[role=alert]>div:not(.alert-ribbon__footer) h2,div[role=alert]>div:not(.alert-ribbon__footer) h3,div[role=alert]>div:not(.alert-ribbon__footer) h4,div[role=alert]>div:not(.alert-ribbon__footer) h5,div[role=alert]>div:not(.alert-ribbon__footer) .header,div[role=alert] .alert-ribbon__content>h1,div[role=alert] .alert-ribbon__content h2,div[role=alert] .alert-ribbon__content h3,div[role=alert] .alert-ribbon__content h4,div[role=alert] .alert-ribbon__content h5,div[role=alert] .alert-ribbon__content .header,.alert-ribbon>div:not(.alert-ribbon__footer)>h1,.alert-ribbon>div:not(.alert-ribbon__footer) h2,.alert-ribbon>div:not(.alert-ribbon__footer) h3,.alert-ribbon>div:not(.alert-ribbon__footer) h4,.alert-ribbon>div:not(.alert-ribbon__footer) h5,.alert-ribbon>div:not(.alert-ribbon__footer) .header,.alert-ribbon .alert-ribbon__content>h1,.alert-ribbon .alert-ribbon__content h2,.alert-ribbon .alert-ribbon__content h3,.alert-ribbon .alert-ribbon__content h4,.alert-ribbon .alert-ribbon__content h5,.alert-ribbon .alert-ribbon__content .header{display:inline;font-size:1rem;font-weight:500;line-height:1.5rem;margin-right:.25rem}div[role=alert]>div:not(.alert-ribbon__footer)>p,div[role=alert] .alert-ribbon__content>p,.alert-ribbon>div:not(.alert-ribbon__footer)>p,.alert-ribbon .alert-ribbon__content>p{display:inline;line-height:1.5rem;margin-bottom:0;margin-top:0}div[role=alert]>div:not(.alert-ribbon__footer)>p a,div[role=alert]>div:not(.alert-ribbon__footer)>p a:visited:not(.button,[role=tab]),div[role=alert] .alert-ribbon__content>p a,div[role=alert] .alert-ribbon__content>p a:visited:not(.button,[role=tab]),.alert-ribbon>div:not(.alert-ribbon__footer)>p a,.alert-ribbon>div:not(.alert-ribbon__footer)>p a:visited:not(.button,[role=tab]),.alert-ribbon .alert-ribbon__content>p a,.alert-ribbon .alert-ribbon__content>p a:visited:not(.button,[role=tab]){color:var(--color)}div[role=alert]>div:not(.alert-ribbon__footer)>p a:hover,div[role=alert]>div:not(.alert-ribbon__footer)>p a:visited:not(.button,[role=tab]):hover,div[role=alert] .alert-ribbon__content>p a:hover,div[role=alert] .alert-ribbon__content>p a:visited:not(.button,[role=tab]):hover,.alert-ribbon>div:not(.alert-ribbon__footer)>p a:hover,.alert-ribbon>div:not(.alert-ribbon__footer)>p a:visited:not(.button,[role=tab]):hover,.alert-ribbon .alert-ribbon__content>p a:hover,.alert-ribbon .alert-ribbon__content>p a:visited:not(.button,[role=tab]):hover{color:var(--color)}div[role=alert] button.close,.alert-ribbon button.close{grid-area:dismiss;justify-self:flex-end;margin:-.5rem -.375rem 0 .375rem;background-color:transparent;--background-hsl: var(--sg-hsl-black);--color: var(--text-primary-color)}div[role=alert] button.close>i:after,div[role=alert] button.close>i:before,.alert-ribbon button.close>i:after,.alert-ribbon button.close>i:before{background-color:var(--color)}div[role=alert] button.close:hover>i:after,div[role=alert] button.close:hover>i:before,.alert-ribbon button.close:hover>i:after,.alert-ribbon button.close:hover>i:before{background-color:var(--color)}@media (min-width: 36em){div[role=alert] button.close+footer,div[role=alert] button.close .alert-ribbon__footer,.alert-ribbon button.close+footer,.alert-ribbon button.close .alert-ribbon__footer{margin-top:.75rem}}div[role=alert] a:link:focus:not(:focus-visible),.alert-ribbon a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert] a:link:focus,div[role=alert] a:link:focus-within,.alert-ribbon a:link:focus,.alert-ribbon a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert] a:link:not(.button,[aria-disabled]),.alert-ribbon a:link:not(.button,[aria-disabled]){color:var(--text-primary-color)}div[role=alert] a:link:not(.button,[aria-disabled]):hover,div[role=alert] a:link:not(.button,[aria-disabled]):focus,div[role=alert] a:link:not(.button,[aria-disabled]):visited,.alert-ribbon a:link:not(.button,[aria-disabled]):hover,.alert-ribbon a:link:not(.button,[aria-disabled]):focus,.alert-ribbon a:link:not(.button,[aria-disabled]):visited{color:currentColor}div[role=alert] a,.alert-ribbon a{text-decoration:underline!important;transition:opacity .3s ease-in-out}div[role=alert]>footer,div[role=alert] .alert-ribbon__footer,.alert-ribbon>footer,.alert-ribbon .alert-ribbon__footer{grid-area:footer;align-self:end}@media (max-width: 35.98em){div[role=alert]>footer,div[role=alert] .alert-ribbon__footer,.alert-ribbon>footer,.alert-ribbon .alert-ribbon__footer{margin-top:.75rem}}@media (min-width: 36em){div[role=alert]>footer,div[role=alert] .alert-ribbon__footer,.alert-ribbon>footer,.alert-ribbon .alert-ribbon__footer{margin-left:.75rem}}div[role=alert]>footer>a,div[role=alert] .alert-ribbon__footer>a,.alert-ribbon>footer>a,.alert-ribbon .alert-ribbon__footer>a{display:flex}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#333;color:#333;--color: rgb(51, 51, 51);min-height:2rem;padding:.4375rem .75rem;line-height:1.125rem}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333!important}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert]>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert]>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert]>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert]>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert] .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert] .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert] .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert] .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}@media (max-width: 35.98em){div[role=alert]>footer>a+a,div[role=alert]>footer>a+button,div[role=alert]>footer>a+.button,div[role=alert]>footer>button+a,div[role=alert]>footer>button+button,div[role=alert]>footer>button+.button,div[role=alert]>footer>button[type=button]+a,div[role=alert]>footer>button[type=button]+button,div[role=alert]>footer>button[type=button]+.button,div[role=alert]>footer>.button+a,div[role=alert]>footer>.button+button,div[role=alert]>footer>.button+.button,div[role=alert] .alert-ribbon__footer>a+a,div[role=alert] .alert-ribbon__footer>a+button,div[role=alert] .alert-ribbon__footer>a+.button,div[role=alert] .alert-ribbon__footer>button+a,div[role=alert] .alert-ribbon__footer>button+button,div[role=alert] .alert-ribbon__footer>button+.button,div[role=alert] .alert-ribbon__footer>button[type=button]+a,div[role=alert] .alert-ribbon__footer>button[type=button]+button,div[role=alert] .alert-ribbon__footer>button[type=button]+.button,div[role=alert] .alert-ribbon__footer>.button+a,div[role=alert] .alert-ribbon__footer>.button+button,div[role=alert] .alert-ribbon__footer>.button+.button,.alert-ribbon>footer>a+a,.alert-ribbon>footer>a+button,.alert-ribbon>footer>a+.button,.alert-ribbon>footer>button+a,.alert-ribbon>footer>button+button,.alert-ribbon>footer>button+.button,.alert-ribbon>footer>button[type=button]+a,.alert-ribbon>footer>button[type=button]+button,.alert-ribbon>footer>button[type=button]+.button,.alert-ribbon>footer>.button+a,.alert-ribbon>footer>.button+button,.alert-ribbon>footer>.button+.button,.alert-ribbon .alert-ribbon__footer>a+a,.alert-ribbon .alert-ribbon__footer>a+button,.alert-ribbon .alert-ribbon__footer>a+.button,.alert-ribbon .alert-ribbon__footer>button+a,.alert-ribbon .alert-ribbon__footer>button+button,.alert-ribbon .alert-ribbon__footer>button+.button,.alert-ribbon .alert-ribbon__footer>button[type=button]+a,.alert-ribbon .alert-ribbon__footer>button[type=button]+button,.alert-ribbon .alert-ribbon__footer>button[type=button]+.button,.alert-ribbon .alert-ribbon__footer>.button+a,.alert-ribbon .alert-ribbon__footer>.button+button,.alert-ribbon .alert-ribbon__footer>.button+.button{margin-top:.75rem}}@media (min-width: 36em){div[role=alert]>footer>a+a,div[role=alert]>footer>a+button,div[role=alert]>footer>a+.button,div[role=alert]>footer>button+a,div[role=alert]>footer>button+button,div[role=alert]>footer>button+.button,div[role=alert]>footer>button[type=button]+a,div[role=alert]>footer>button[type=button]+button,div[role=alert]>footer>button[type=button]+.button,div[role=alert]>footer>.button+a,div[role=alert]>footer>.button+button,div[role=alert]>footer>.button+.button,div[role=alert] .alert-ribbon__footer>a+a,div[role=alert] .alert-ribbon__footer>a+button,div[role=alert] .alert-ribbon__footer>a+.button,div[role=alert] .alert-ribbon__footer>button+a,div[role=alert] .alert-ribbon__footer>button+button,div[role=alert] .alert-ribbon__footer>button+.button,div[role=alert] .alert-ribbon__footer>button[type=button]+a,div[role=alert] .alert-ribbon__footer>button[type=button]+button,div[role=alert] .alert-ribbon__footer>button[type=button]+.button,div[role=alert] .alert-ribbon__footer>.button+a,div[role=alert] .alert-ribbon__footer>.button+button,div[role=alert] .alert-ribbon__footer>.button+.button,.alert-ribbon>footer>a+a,.alert-ribbon>footer>a+button,.alert-ribbon>footer>a+.button,.alert-ribbon>footer>button+a,.alert-ribbon>footer>button+button,.alert-ribbon>footer>button+.button,.alert-ribbon>footer>button[type=button]+a,.alert-ribbon>footer>button[type=button]+button,.alert-ribbon>footer>button[type=button]+.button,.alert-ribbon>footer>.button+a,.alert-ribbon>footer>.button+button,.alert-ribbon>footer>.button+.button,.alert-ribbon .alert-ribbon__footer>a+a,.alert-ribbon .alert-ribbon__footer>a+button,.alert-ribbon .alert-ribbon__footer>a+.button,.alert-ribbon .alert-ribbon__footer>button+a,.alert-ribbon .alert-ribbon__footer>button+button,.alert-ribbon .alert-ribbon__footer>button+.button,.alert-ribbon .alert-ribbon__footer>button[type=button]+a,.alert-ribbon .alert-ribbon__footer>button[type=button]+button,.alert-ribbon .alert-ribbon__footer>button[type=button]+.button,.alert-ribbon .alert-ribbon__footer>.button+a,.alert-ribbon .alert-ribbon__footer>.button+button,.alert-ribbon .alert-ribbon__footer>.button+.button{margin-left:.75rem}}div[role=alert].info,.alert-ribbon.info{--background: hsl(var(--sg-intent-info-hsl));--color: hsl(var(--sg-intent-info-hsl-contrast));--border-color: transparent;--gds-sys-color-focus-outline: hsl(var(--sg-intent-info-hsl-contrast))}div[role=alert].info .close,.alert-ribbon.info .close{--color: hsl(var(--sg-intent-info-hsl-contrast))}div[role=alert].info i>svg>*,.alert-ribbon.info i>svg>*{fill:hsl(var(--sg-intent-info-hsl-contrast))}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#fff;color:#fff;--color: rgb(255, 255, 255)}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff!important}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.info .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}div[role=alert].info a:link:focus:not(:focus-visible),.alert-ribbon.info a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert].info a:link:focus,div[role=alert].info a:link:focus-within,.alert-ribbon.info a:link:focus,.alert-ribbon.info a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert].info a:link:not(.button,[aria-disabled]),.alert-ribbon.info a:link:not(.button,[aria-disabled]){color:hsl(var(--sg-intent-info-hsl-contrast))}div[role=alert].info a:link:not(.button,[aria-disabled]):hover,div[role=alert].info a:link:not(.button,[aria-disabled]):focus,div[role=alert].info a:link:not(.button,[aria-disabled]):visited,.alert-ribbon.info a:link:not(.button,[aria-disabled]):hover,.alert-ribbon.info a:link:not(.button,[aria-disabled]):focus,.alert-ribbon.info a:link:not(.button,[aria-disabled]):visited{color:currentColor}div[role=alert].success,.alert-ribbon.success{--background: hsl(var(--sg-intent-success-hsl));--color: var(--gds-ref-pallet-base000);--border-color: transparent;--gds-sys-color-focus-outline: var(--gds-ref-pallet-base000)}div[role=alert].success .close,.alert-ribbon.success .close{--color: var(--gds-ref-pallet-base000)}div[role=alert].success i>svg>*,.alert-ribbon.success i>svg>*{fill:var(--gds-ref-pallet-base000)}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#fff;color:#fff;--color: rgb(255, 255, 255)}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff!important}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.success .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}div[role=alert].success a:link:focus:not(:focus-visible),.alert-ribbon.success a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert].success a:link:focus,div[role=alert].success a:link:focus-within,.alert-ribbon.success a:link:focus,.alert-ribbon.success a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert].success a:link:not(.button,[aria-disabled]),.alert-ribbon.success a:link:not(.button,[aria-disabled]){color:var(--gds-ref-pallet-base000)}div[role=alert].success a:link:not(.button,[aria-disabled]):hover,div[role=alert].success a:link:not(.button,[aria-disabled]):focus,div[role=alert].success a:link:not(.button,[aria-disabled]):visited,.alert-ribbon.success a:link:not(.button,[aria-disabled]):hover,.alert-ribbon.success a:link:not(.button,[aria-disabled]):focus,.alert-ribbon.success a:link:not(.button,[aria-disabled]):visited{color:currentColor}div[role=alert].warning,.alert-ribbon.warning{--background: hsl(var(--sg-intent-warning-hsl));--color: hsl(var(--sg-intent-warning-hsl-contrast));--border-color: transparent;--gds-sys-color-focus-outline: hsl(var(--sg-intent-warning-hsl-contrast))}div[role=alert].warning .close,.alert-ribbon.warning .close{--color: hsl(var(--sg-intent-warning-hsl-contrast))}div[role=alert].warning i>svg>*,.alert-ribbon.warning i>svg>*{fill:hsl(var(--sg-intent-warning-hsl-contrast))}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#333;color:#333;--color: rgb(51, 51, 51)}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333!important}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.warning .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}div[role=alert].warning a:link:focus:not(:focus-visible),.alert-ribbon.warning a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert].warning a:link:focus,div[role=alert].warning a:link:focus-within,.alert-ribbon.warning a:link:focus,.alert-ribbon.warning a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert].warning a:link:not(.button,[aria-disabled]),.alert-ribbon.warning a:link:not(.button,[aria-disabled]){color:hsl(var(--sg-intent-warning-hsl-contrast))}div[role=alert].warning a:link:not(.button,[aria-disabled]):hover,div[role=alert].warning a:link:not(.button,[aria-disabled]):focus,div[role=alert].warning a:link:not(.button,[aria-disabled]):visited,.alert-ribbon.warning a:link:not(.button,[aria-disabled]):hover,.alert-ribbon.warning a:link:not(.button,[aria-disabled]):focus,.alert-ribbon.warning a:link:not(.button,[aria-disabled]):visited{color:currentColor}div[role=alert].danger,.alert-ribbon.danger{--background: hsl(var(--sg-intent-critical-hsl));--color: hsl(var(--sg-intent-critical-hsl-contrast));--border-color: transparent;--gds-sys-color-focus-outline: hsl(var(--sg-intent-critical-hsl-contrast))}div[role=alert].danger .close,.alert-ribbon.danger .close{--color: hsl(var(--sg-intent-critical-hsl-contrast))}div[role=alert].danger i>svg>*,.alert-ribbon.danger i>svg>*{fill:hsl(var(--sg-intent-critical-hsl-contrast))}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]),.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]){transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#fff;color:#fff;--color: rgb(255, 255, 255)}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected=true],.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-selected]:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).active:hover,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):active:hover{opacity:.9}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):focus-visible{background-color:#fff;color:#000;--background: rgb(255, 255, 255);--color: black;border-color:#fff!important}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true],.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,div[role=alert].danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger>footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger>footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger>footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger>footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>a:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>button[type=button]:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]):disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled]).disabled::placeholder,.alert-ribbon.danger .alert-ribbon__footer>.button:not(.primary,.ghost,.close,.link,[type=submit],:disabled,.disabled,[aria-disabled])[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}div[role=alert].danger a:link:focus:not(:focus-visible),.alert-ribbon.danger a:link:focus:not(:focus-visible){box-shadow:none;outline:0}div[role=alert].danger a:link:focus,div[role=alert].danger a:link:focus-within,.alert-ribbon.danger a:link:focus,.alert-ribbon.danger a:link:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}div[role=alert].danger a:link:not(.button,[aria-disabled]),.alert-ribbon.danger a:link:not(.button,[aria-disabled]){color:hsl(var(--sg-intent-critical-hsl-contrast))}div[role=alert].danger a:link:not(.button,[aria-disabled]):hover,div[role=alert].danger a:link:not(.button,[aria-disabled]):focus,div[role=alert].danger a:link:not(.button,[aria-disabled]):visited,.alert-ribbon.danger a:link:not(.button,[aria-disabled]):hover,.alert-ribbon.danger a:link:not(.button,[aria-disabled]):focus,.alert-ribbon.danger a:link:not(.button,[aria-disabled]):visited{color:currentColor}.close{font-size:0;background:var(--gds-sys-color-surface);border:0;border-radius:50%;content:\"\";cursor:pointer;display:flex;font-family:inherit;height:2rem;position:relative;width:2rem}@media (hover: none) and (pointer: coarse){.close:not(:disabled):not(.disabled){padding:.375rem;height:2.75rem;width:2.75rem}.close:not(:disabled):not(.disabled)>i{background:var(--gds-ref-pallet-base200);height:2rem;width:2rem;border-radius:50%;position:relative;--color: var(--gds-sys-color-base)}.close:not(:disabled):not(.disabled)>div:after,.close:not(:disabled):not(.disabled)>div:before{height:.789375rem;width:.130625rem;top:.625rem}}.close:focus:not(:focus-visible){box-shadow:none;outline:0}.close:focus,.close:focus-visible i{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}.close>i{border-radius:var(--gds-sys-shape-corner-round);display:block;width:100%;height:100%}.close>i:after,.close>i:before{background:var(--gds-sys-color-font);content:\"\";display:block;height:.789375rem;width:.130625rem;border-radius:.5px;left:calc(50% - .0625rem);position:absolute;top:.625rem}.close>i:after{transform:rotate(45deg)}.close>i:before{transform:rotate(-45deg)}.close>svg path{fill:var(--gds-sys-color-font)}@media (min-width: 48em){.close:not(:disabled,.disabled):hover>i{background:color-mix(in srgb,var(--gds-sys-color-font) 10%,transparent)}.close:not(:disabled,.disabled):hover:active>i{background:color-mix(in srgb,var(--gds-sys-color-font) 20%,transparent)}}:host{--sg-intent-neutral-hsl: 0deg, 0%, 91.3725490196%;--sg-intent-success-hsl: 98.8235294118deg, 100%, 26.6666666667%;--sg-intent-success-hsl-contrast: 0deg, 0%, 100%;--sg-intent-warning-hsl: 46.3529411765deg, 100%, 50%;--sg-intent-warning-hsl-contrast: 0deg, 0%, 0%;--sg-intent-critical-hsl: 0deg, 78.5123966942%, 47.4509803922%;--sg-intent-critical-hsl-contrast: 0deg, 0%, 100%;--gds-ref-pallet-base000: hsl(0 0% 100%);--text-primary-color: #333;--sg-border-width: 1px;--sg-border-width-50: .5px;--sg-border-radius: .25rem;--gds-sys-color-font: #333;--sg-border-color: #868686}:host .alert-container{box-sizing:border-box;width:100%}:host .alert-container a{cursor:pointer}:host .alert-container button{font-size:1rem;font-family:inherit}:host .alert-container button:not(.close){padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);font-weight:500;min-height:2.75rem;align-items:center;display:inline-flex;justify-content:center;transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;background:transparent;border-color:#007ac7;color:#007ac7;--color: rgb(0, 122, 199)}@media (max-width: 35.98em){:host .alert-container button:not(.close){min-width:100%}}@media screen and (-ms-high-contrast: active){:host .alert-container button:not(.close){border:2px solid currentcolor}}:host .alert-container button:not(.close).small{min-height:2rem;padding:.4375rem .75rem;line-height:1rem}:host .alert-container button:not(.close).large{min-height:4rem;padding:1rem 1.5rem;font-size:1.5rem;line-height:2rem}:host .alert-container button:not(.close):focus:not(:focus-visible){box-shadow:none;outline:0}:host .alert-container button:not(.close):focus,:host .alert-container button:not(.close):focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .alert-container button:not(.close):not(:disabled,.disabled,[aria-disabled]):hover{background-color:#199be3;color:#fff;--background: rgb(25.4035777564, 154.8940067842, 227.221994169);--color: rgb(255, 255, 255);border-color:#199be3}:host .alert-container button:not(.close)[aria-selected=true],:host .alert-container button:not(.close):active,:host .alert-container button:not(.close).active,:host .alert-container button:not(.close).active:hover,:host .alert-container button:not(.close):active:hover{background-color:#007ac7;color:#fff;--background: rgb(0, 122, 199);--color: rgb(255, 255, 255);border-color:#007ac7}:host .alert-container button:not(.close):disabled,:host .alert-container button:not(.close).disabled,:host .alert-container button:not(.close)[aria-disabled=true]{background:var(--sg-form-control-bg-disabled)!important;color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host .alert-container button:not(.close):disabled::placeholder,:host .alert-container button:not(.close).disabled::placeholder,:host .alert-container button:not(.close)[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host .alert-container .close{padding:0}:host .alert-container .close i{width:2rem;height:2rem;border-radius:50%}\n"] }]
|
|
146
146
|
}], propDecorators: { type: [{
|
|
147
147
|
type: Input
|
|
148
148
|
}], title: [{
|
|
@@ -151,6 +151,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
151
151
|
type: Input
|
|
152
152
|
}], linkText: [{
|
|
153
153
|
type: Input
|
|
154
|
+
}], linkHref: [{
|
|
155
|
+
type: Input
|
|
154
156
|
}], actionText: [{
|
|
155
157
|
type: Input
|
|
156
158
|
}], closable: [{
|
|
@@ -2507,11 +2509,11 @@ class DateInputComponent extends DateControlValueAccessorComponent {
|
|
|
2507
2509
|
});
|
|
2508
2510
|
}
|
|
2509
2511
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DateInputComponent, deps: [{ token: i1$1.NgControl, optional: true, self: true }, { token: TRANSLOCO_SCOPE, optional: true }, { token: i3.TranslocoService }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2510
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: DateInputComponent, selector: "nggv-dateinput,nggv-input[type=date]", inputs: { thook: "thook", type: "type", readonly: "readonly", disableDates: "disableDates", disableWeekDays: "disableWeekDays", minRows: "minRows", firstValid: "firstValid", lastValid: "lastValid", closingTime: "closingTime", firstDayOfWeek: "firstDayOfWeek", closeCalendarOnEscape: "closeCalendarOnEscape" }, host: { listeners: { "keydown": "keyListener($event)" }, properties: { "attr.data-thook": "this.thook" } }, viewQueries: [{ propertyName: "toggleButtonRef", first: true, predicate: ["toggleCalendarButton"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<!-- LABEL -->\n<ng-container *transloco=\"let t; read: scope\">\n <label\n [id]=\"id + '-label'\"\n class=\"gds-field-label hide-if-empty\"\n [attr.for]=\"id + '-input'\"\n >\n <ng-template\n *ngTemplateOutlet=\"labelContentTpl || basicLabelContentTpl\"\n ></ng-template>\n <ng-template #basicLabelContentTpl>\n <!-- to trigger css:empty if no label was added -->\n <ng-container *ngIf=\"label\">\n {{ label }}\n <span\n *ngIf=\"optional === true || (required !== true && optional !== false)\"\n class=\"gds-field-label--optional\"\n >\n ({{ t('label.optional') }})\n </span>\n </ng-container>\n </ng-template>\n </label>\n\n <!-- DESCRIPTION -->\n <div class=\"gds-field-label--small description hide-if-empty\">\n {{ description }}\n </div>\n\n <!-- LOCKED INPUT -->\n <ng-container *ngIf=\"locked\">\n <div\n [id]=\"id + '-input'\"\n class=\"nggv-field--locked\"\n [attr.name]=\"name\"\n [attr.value]=\"state\"\n [attr.role]=\"role\"\n >\n <span *ngIf=\"!state\" class=\"unset-state\">-</span>\n <ng-container *ngIf=\"state\">\n {{ state | nggvInputMaskFormat: dateInputMask }}\n </ng-container>\n </div>\n </ng-container>\n\n <!-- INPUT WRAPPER -->\n <ng-container *ngIf=\"!locked\">\n <div\n class=\"field-wrap\"\n [class.nggv-field--error]=\"invalid\"\n *ngIf=\"showInput$ | async\"\n >\n <!-- INPUT FIELD -->\n <input\n #input\n [id]=\"id + '-input'\"\n class=\"nggv-field-date\"\n type=\"text\"\n autocomplete=\"off\"\n [attr.name]=\"name\"\n [attr.required]=\"required\"\n [disabled]=\"disabled\"\n [readOnly]=\"readonly\"\n [attr.role]=\"role\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-label]=\"description\"\n [nggvInputMask]=\"dateInputMask\"\n [value]=\"state\"\n title=\"\"\n (change)=\"onValueChange($event.target)\"\n (focus)=\"onFocus($event)\"\n (blur)=\"onBlur($event)\"\n />\n\n <button\n aria-label=\"toggle calendar\"\n #toggleCalendarButton\n class=\"nggv-button-date\"\n type=\"button\"\n data-thook=\"toggle-calendar-button\"\n (click)=\"toggleDatepicker()\"\n [disabled]=\"disabled\"\n >\n <gds-icon-calendar\n *nggCoreElement\n width=\"20\"\n height=\"20\"\n ></gds-icon-calendar>\n </button>\n </div>\n\n <!-- DATEPICKER -->\n <div class=\"nggv-datepicker\" *ngIf=\"shown\">\n <nggv-datepicker\n #input\n [type]=\"type\"\n [disableDates]=\"disableDates\"\n [disableWeekDays]=\"disableWeekDays\"\n [selected]=\"state\"\n [locale]=\"locale\"\n [minCalendarRows]=\"minRows\"\n [firstDayOfWeek]=\"firstDayOfWeek\"\n [firstValid]=\"firstValid\"\n [lastValid]=\"lastValid\"\n [closingTime]=\"closingTime\"\n (ngvDateChange)=\"onDateChange($event)\"\n >\n <ng-content></ng-content>\n </nggv-datepicker>\n </div>\n\n <!-- ERRORS -->\n <ng-container\n *ngIf=\"\n invalid &&\n (error || ngControl?.invalid) &&\n (!errorList || !errorList.length)\n \"\n >\n <label\n class=\"gds-field-notice gds-field-notice--error\"\n [attr.for]=\"id + '-input'\"\n >\n <span class=\"error-item\">\n <span class=\"error-item--icon\">\n <gds-icon-triangle-exclamation\n *nggCoreElement\n [solid]=\"true\"\n width=\"16\"\n height=\"16\"\n ></gds-icon-triangle-exclamation>\n </span>\n <span\n *ngIf=\"error; else errorsRef\"\n class=\"error-item--text\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n <ng-template #errorsRef>\n <span\n *ngIf=\"firstError as error\"\n class=\"error-item--text\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >\n {{ t('error.field' + error?.code, error?.params) }}\n </span>\n </ng-template>\n </span>\n </label>\n </ng-container>\n\n <ng-container *ngFor=\"let error of errorList ?? []\">\n <label\n class=\"gds-field-notice gds-field-notice--error\"\n [attr.for]=\"id + '-input'\"\n *ngIf=\"invalid && error\"\n >\n <span class=\"error-item\">\n <span class=\"error-item--icon\">\n <gds-icon-triangle-exclamation\n *nggCoreElement\n [solid]=\"true\"\n width=\"16\"\n height=\"16\"\n ></gds-icon-triangle-exclamation>\n </span>\n <span\n class=\"error-item--text\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n </span>\n </label>\n </ng-container>\n </ng-container>\n</ng-container>\n", styles: [":host{display:block;position:relative}@media (max-width: 47.98em){:host{min-width:100%}}:host .hide-if-empty:empty{display:none}:host .unset-state{padding-left:.5rem}:host .gds-field-label{display:block}:host .gds-field-label:is(label){margin-bottom:0}:host .gds-field-label.form-control{width:fit-content}@supports (-moz-appearance: none){:host .gds-field-label.form-control:focus:not(:focus-visible){box-shadow:none;outline:0}:host .gds-field-label.form-control:focus,:host .gds-field-label.form-control:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}}:host .gds-field-label:not(.form-control){font-weight:500;width:100%;line-height:1.25rem}:host .gds-field-label+input,:host .gds-field-label+textarea,fieldset :host .gds-field-label+div,:host .gds-field-label+button,:host .gds-field-label+.group-stepper,:host .gds-field-label+.stepper-wrapper,:host .gds-field-label+.group{margin-top:.5rem}:host .gds-field-label+.form-info{margin-bottom:.5rem}:host .gds-field-label:is(label){margin-bottom:.5rem}:host .gds-field-label--optional{margin-bottom:.5rem}:host .gds-field-label--optional:is(label){margin-bottom:0}:host .gds-field-label--optional.form-control{width:fit-content}@supports (-moz-appearance: none){:host .gds-field-label--optional.form-control:focus:not(:focus-visible){box-shadow:none;outline:0}:host .gds-field-label--optional.form-control:focus,:host .gds-field-label--optional.form-control:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}}:host .gds-field-label--optional:not(.form-control){font-weight:500;width:100%;line-height:1.25rem}:host .gds-field-label--optional+input,:host .gds-field-label--optional+textarea,fieldset :host .gds-field-label--optional+div,:host .gds-field-label--optional+button,:host .gds-field-label--optional+.group-stepper,:host .gds-field-label--optional+.stepper-wrapper,:host .gds-field-label--optional+.group{margin-top:.5rem}:host .gds-field-label--optional+.form-info{margin-bottom:.5rem}:host .nggv-datepicker{margin-top:.25rem;position:absolute}:host .nggv-field--error{border-bottom:.125rem solid #9f000a!important}:host .nggv-field--error:focus,:host .nggv-field--error:active,:host .nggv-field--error:hover{border-bottom:.125rem solid #9f000a!important}:host .error-item{display:flex;gap:.5rem;color:#9f000a}:host .gds-field-notice{margin-top:.5rem;display:block;font-size:.875rem;line-height:1;font-weight:500}:host .field-wrap{border:1px solid #868686;border-radius:4px;outline:none;box-sizing:border-box;min-height:2.75rem;line-height:1.5;font-size:1rem;font-family:inherit;height:2.625rem;display:flex}:host .field-wrap *,:host .field-wrap *:before,:host .field-wrap *:after{box-sizing:border-box}:host .field-wrap .nggv-button-date{--text-disabled-color: #adadad;padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);font-weight:500;min-height:2.75rem;align-items:center;display:inline-flex;justify-content:center;transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#333;color:#333;--color: rgb(51, 51, 51);background-color:transparent;min-height:2.5rem;border:none;border-radius:3px;width:2.625rem;height:2.625rem;min-width:2.625rem;border-top-left-radius:0!important;border-bottom-left-radius:0!important;text-align:right}:host .field-wrap .nggv-button-date:focus:not(:focus-visible){box-shadow:none;outline:0}:host .field-wrap .nggv-button-date:focus,:host .field-wrap .nggv-button-date:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media (max-width: 35.98em){:host .field-wrap .nggv-button-date{min-width:100%}}@media screen and (-ms-high-contrast: active){:host .field-wrap .nggv-button-date{border:2px solid currentcolor}}:host .field-wrap .nggv-button-date.small{min-height:2rem;padding:.4375rem .75rem;line-height:1rem}:host .field-wrap .nggv-button-date.large{min-height:4rem;padding:1rem 1.5rem;font-size:1.5rem;line-height:2rem}:host .field-wrap .nggv-button-date:not(:disabled,.disabled,[aria-disabled]):hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}:host .field-wrap .nggv-button-date[aria-selected=true],:host .field-wrap .nggv-button-date:active,:host .field-wrap .nggv-button-date.active,:host .field-wrap .nggv-button-date.active:hover,:host .field-wrap .nggv-button-date:active:hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}:host .field-wrap .nggv-button-date[aria-selected]:hover,:host .field-wrap .nggv-button-date.active:hover,:host .field-wrap .nggv-button-date:active:hover{opacity:.9}:host .field-wrap .nggv-button-date:focus-visible{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333!important}:host .field-wrap .nggv-button-date:disabled,:host .field-wrap .nggv-button-date.disabled,:host .field-wrap .nggv-button-date[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host .field-wrap .nggv-button-date:disabled::placeholder,:host .field-wrap .nggv-button-date.disabled::placeholder,:host .field-wrap .nggv-button-date[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}@media (max-width: 47.98em){:host .field-wrap .nggv-button-date{width:2.625rem;height:2.625rem}}:host .field-wrap .nggv-button-date:focus{outline-color:#1a1a1a;outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .field-wrap .nggv-button-date[disabled]{background-color:#f8f8f8!important;color:#adadad}@media (max-width: 35.98em){:host .field-wrap .nggv-button-date{min-width:initial}}:host .field-wrap input[type=text]::-webkit-inner-spin-button,:host .field-wrap input[type=text]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none;font-size:1rem;font-family:inherit}:host .field-wrap .nggv-field-date{border:1px solid #cecece;border-radius:4px 0 0 4px;outline:none;box-sizing:border-box;min-height:2.75rem;line-height:1.5;font-size:1rem;font-family:inherit;border:none;min-height:2.375rem;width:100%;padding-left:1rem}:host .field-wrap .nggv-field-date *,:host .field-wrap .nggv-field-date *:before,:host .field-wrap .nggv-field-date *:after{box-sizing:border-box}:host .field-wrap .nggv-field-date:hover{border-color:#41b0ee}:host .field-wrap .nggv-field-date:focus{outline-color:#1a1a1a;outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .field-wrap .nggv-field-date:active{border-color:#cecece}:host .field-wrap .nggv-field-date[disabled]{background-color:#f8f8f8;border-color:#cecece}:host .field-wrap .nggv-field-date[disabled]::placeholder{color:#cecece}:host .field-wrap .nggv-field-date:not(:focus){border-right:none;padding-right:0}:host .field-wrap .nggv-field-date:focus{padding-right:0}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i3.TranslocoDirective, selector: "[transloco]", inputs: ["transloco", "translocoParams", "translocoScope", "translocoRead", "translocoPrefix", "translocoLang", "translocoLoadingTpl"] }, { kind: "directive", type: i4$1.NggvInputMaskDirective, selector: "[nggvInputMask]", inputs: ["nggvInputMask"] }, { kind: "directive", type: i4.NggCoreElementDirective, selector: "[nggCoreElement]" }, { kind: "component", type: DatepickerComponent, selector: "nggv-datepicker", inputs: ["firstDayOfWeek", "disableDates", "disableWeekDays", "minCalendarRows", "selected", "locale", "type", "firstValid", "lastValid", "closingTime"], outputs: ["ngvDateChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i4$1.InputMaskFormatPipe, name: "nggvInputMaskFormat" }] }); }
|
|
2512
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: DateInputComponent, selector: "nggv-dateinput,nggv-input[type=date]", inputs: { thook: "thook", type: "type", readonly: "readonly", disableDates: "disableDates", disableWeekDays: "disableWeekDays", minRows: "minRows", firstValid: "firstValid", lastValid: "lastValid", closingTime: "closingTime", firstDayOfWeek: "firstDayOfWeek", closeCalendarOnEscape: "closeCalendarOnEscape" }, host: { listeners: { "keydown": "keyListener($event)" }, properties: { "attr.data-thook": "this.thook" } }, viewQueries: [{ propertyName: "toggleButtonRef", first: true, predicate: ["toggleCalendarButton"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<!-- LABEL -->\n<ng-container *transloco=\"let t; read: scope\">\n <label\n [id]=\"id + '-label'\"\n class=\"gds-field-label hide-if-empty\"\n [attr.for]=\"id + '-input'\"\n >\n <ng-template\n *ngTemplateOutlet=\"labelContentTpl || basicLabelContentTpl\"\n ></ng-template>\n <ng-template #basicLabelContentTpl>\n <!-- to trigger css:empty if no label was added -->\n <ng-container *ngIf=\"label\">\n {{ label }}\n <span\n *ngIf=\"optional === true || (required !== true && optional !== false)\"\n class=\"gds-field-label--optional\"\n >\n ({{ t('label.optional') }})\n </span>\n </ng-container>\n </ng-template>\n </label>\n\n <!-- DESCRIPTION -->\n <div\n class=\"gds-field-label--small description hide-if-empty\"\n *ngIf=\"description\"\n >\n {{ description }}\n </div>\n\n <!-- LOCKED INPUT -->\n <ng-container *ngIf=\"locked\">\n <div\n [id]=\"id + '-input'\"\n class=\"nggv-field--locked\"\n [attr.name]=\"name\"\n [attr.value]=\"state\"\n [attr.role]=\"role\"\n >\n <span *ngIf=\"!state\" class=\"unset-state\">-</span>\n <ng-container *ngIf=\"state\">\n {{ state | nggvInputMaskFormat: dateInputMask }}\n </ng-container>\n </div>\n </ng-container>\n\n <!-- INPUT WRAPPER -->\n <ng-container *ngIf=\"!locked\">\n <div\n class=\"field-wrap\"\n [class.nggv-field--error]=\"invalid\"\n *ngIf=\"showInput$ | async\"\n >\n <!-- INPUT FIELD -->\n <input\n #input\n [id]=\"id + '-input'\"\n class=\"nggv-field-date\"\n type=\"text\"\n autocomplete=\"off\"\n [attr.name]=\"name\"\n [attr.required]=\"required\"\n [disabled]=\"disabled\"\n [readOnly]=\"readonly\"\n [attr.role]=\"role\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-label]=\"description\"\n [nggvInputMask]=\"dateInputMask\"\n [value]=\"state\"\n title=\"\"\n (change)=\"onValueChange($event.target)\"\n (focus)=\"onFocus($event)\"\n (blur)=\"onBlur($event)\"\n />\n\n <button\n aria-label=\"toggle calendar\"\n #toggleCalendarButton\n class=\"nggv-button-date\"\n type=\"button\"\n data-thook=\"toggle-calendar-button\"\n (click)=\"toggleDatepicker()\"\n [disabled]=\"disabled\"\n >\n <gds-icon-calendar\n *nggCoreElement\n width=\"20\"\n height=\"20\"\n ></gds-icon-calendar>\n </button>\n </div>\n\n <!-- DATEPICKER -->\n <div class=\"nggv-datepicker\" *ngIf=\"shown\">\n <nggv-datepicker\n #input\n [type]=\"type\"\n [disableDates]=\"disableDates\"\n [disableWeekDays]=\"disableWeekDays\"\n [selected]=\"state\"\n [locale]=\"locale\"\n [minCalendarRows]=\"minRows\"\n [firstDayOfWeek]=\"firstDayOfWeek\"\n [firstValid]=\"firstValid\"\n [lastValid]=\"lastValid\"\n [closingTime]=\"closingTime\"\n (ngvDateChange)=\"onDateChange($event)\"\n >\n <ng-content></ng-content>\n </nggv-datepicker>\n </div>\n\n <!-- ERRORS -->\n <ng-container\n *ngIf=\"\n invalid &&\n (error || ngControl?.invalid) &&\n (!errorList || !errorList.length)\n \"\n >\n <label\n class=\"gds-field-notice gds-field-notice--error\"\n [attr.for]=\"id + '-input'\"\n >\n <span class=\"error-item\">\n <span class=\"error-item--icon\">\n <gds-icon-triangle-exclamation\n *nggCoreElement\n [solid]=\"true\"\n width=\"16\"\n height=\"16\"\n ></gds-icon-triangle-exclamation>\n </span>\n <span\n *ngIf=\"error; else errorsRef\"\n class=\"error-item--text\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n <ng-template #errorsRef>\n <span\n *ngIf=\"firstError as error\"\n class=\"error-item--text\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >\n {{ t('error.field' + error?.code, error?.params) }}\n </span>\n </ng-template>\n </span>\n </label>\n </ng-container>\n\n <ng-container *ngFor=\"let error of errorList ?? []\">\n <label\n class=\"gds-field-notice gds-field-notice--error\"\n [attr.for]=\"id + '-input'\"\n *ngIf=\"invalid && error\"\n >\n <span class=\"error-item\">\n <span class=\"error-item--icon\">\n <gds-icon-triangle-exclamation\n *nggCoreElement\n [solid]=\"true\"\n width=\"16\"\n height=\"16\"\n ></gds-icon-triangle-exclamation>\n </span>\n <span\n class=\"error-item--text\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n </span>\n </label>\n </ng-container>\n </ng-container>\n</ng-container>\n", styles: [":host{display:block;position:relative}@media (max-width: 47.98em){:host{min-width:100%}}:host .hide-if-empty:empty{display:none}:host .unset-state{padding-left:.5rem}:host .gds-field-label{display:block}:host .gds-field-label:is(label){margin-bottom:0}:host .gds-field-label.form-control{width:fit-content}@supports (-moz-appearance: none){:host .gds-field-label.form-control:focus:not(:focus-visible){box-shadow:none;outline:0}:host .gds-field-label.form-control:focus,:host .gds-field-label.form-control:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}}:host .gds-field-label:not(.form-control){font-weight:500;width:100%;line-height:1.25rem}:host .gds-field-label+input,:host .gds-field-label+textarea,fieldset :host .gds-field-label+div,:host .gds-field-label+button,:host .gds-field-label+.group-stepper,:host .gds-field-label+.stepper-wrapper,:host .gds-field-label+.group{margin-top:.5rem}:host .gds-field-label+.form-info{margin-bottom:.5rem}:host label+.field-wrap,:host label+.nggv-field--locked{margin-top:.5rem}:host .description{font-size:.875rem;margin-bottom:.5rem;line-height:1.25rem;width:100%}:host .gds-field-label--optional:is(label){margin-bottom:0}:host .gds-field-label--optional.form-control{width:fit-content}@supports (-moz-appearance: none){:host .gds-field-label--optional.form-control:focus:not(:focus-visible){box-shadow:none;outline:0}:host .gds-field-label--optional.form-control:focus,:host .gds-field-label--optional.form-control:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}}:host .gds-field-label--optional:not(.form-control){font-weight:500;width:100%;line-height:1.25rem}:host .gds-field-label--optional+input,:host .gds-field-label--optional+textarea,fieldset :host .gds-field-label--optional+div,:host .gds-field-label--optional+button,:host .gds-field-label--optional+.group-stepper,:host .gds-field-label--optional+.stepper-wrapper,:host .gds-field-label--optional+.group{margin-top:.5rem}:host .gds-field-label--optional+.form-info{margin-bottom:.5rem}:host .nggv-datepicker{margin-top:.25rem;position:absolute}:host .nggv-field--error{border-bottom:.125rem solid #9f000a!important}:host .nggv-field--error:focus,:host .nggv-field--error:active,:host .nggv-field--error:hover{border-bottom:.125rem solid #9f000a!important}:host .error-item{display:flex;gap:.5rem;color:#9f000a}:host .gds-field-notice{margin-top:.5rem;display:block;font-size:.875rem;line-height:1;font-weight:500}:host .field-wrap{border:1px solid #868686;border-radius:4px;outline:none;box-sizing:border-box;min-height:2.75rem;line-height:1.5;font-size:1rem;font-family:inherit;height:2.625rem;display:flex}:host .field-wrap *,:host .field-wrap *:before,:host .field-wrap *:after{box-sizing:border-box}:host .field-wrap .nggv-button-date{--text-disabled-color: #adadad;padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);font-weight:500;min-height:2.75rem;align-items:center;display:inline-flex;justify-content:center;transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#333;color:#333;--color: rgb(51, 51, 51);background-color:transparent;min-height:2.5rem;border:none;border-radius:3px;width:2.625rem;height:2.625rem;min-width:2.625rem;border-top-left-radius:0!important;border-bottom-left-radius:0!important;text-align:right}:host .field-wrap .nggv-button-date:focus:not(:focus-visible){box-shadow:none;outline:0}:host .field-wrap .nggv-button-date:focus,:host .field-wrap .nggv-button-date:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media (max-width: 35.98em){:host .field-wrap .nggv-button-date{min-width:100%}}@media screen and (-ms-high-contrast: active){:host .field-wrap .nggv-button-date{border:2px solid currentcolor}}:host .field-wrap .nggv-button-date.small{min-height:2rem;padding:.4375rem .75rem;line-height:1rem}:host .field-wrap .nggv-button-date.large{min-height:4rem;padding:1rem 1.5rem;font-size:1.5rem;line-height:2rem}:host .field-wrap .nggv-button-date:not(:disabled,.disabled,[aria-disabled]):hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}:host .field-wrap .nggv-button-date[aria-selected=true],:host .field-wrap .nggv-button-date:active,:host .field-wrap .nggv-button-date.active,:host .field-wrap .nggv-button-date.active:hover,:host .field-wrap .nggv-button-date:active:hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}:host .field-wrap .nggv-button-date[aria-selected]:hover,:host .field-wrap .nggv-button-date.active:hover,:host .field-wrap .nggv-button-date:active:hover{opacity:.9}:host .field-wrap .nggv-button-date:focus-visible{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333!important}:host .field-wrap .nggv-button-date:disabled,:host .field-wrap .nggv-button-date.disabled,:host .field-wrap .nggv-button-date[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host .field-wrap .nggv-button-date:disabled::placeholder,:host .field-wrap .nggv-button-date.disabled::placeholder,:host .field-wrap .nggv-button-date[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}@media (max-width: 47.98em){:host .field-wrap .nggv-button-date{width:2.625rem;height:2.625rem}}:host .field-wrap .nggv-button-date:focus{outline-color:#1a1a1a;outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .field-wrap .nggv-button-date[disabled]{background-color:#f8f8f8!important;color:#adadad}@media (max-width: 35.98em){:host .field-wrap .nggv-button-date{min-width:initial}}:host .field-wrap input[type=text]::-webkit-inner-spin-button,:host .field-wrap input[type=text]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none;font-size:1rem;font-family:inherit}:host .field-wrap .nggv-field-date{border:1px solid #cecece;border-radius:4px 0 0 4px;outline:none;box-sizing:border-box;min-height:2.75rem;line-height:1.5;font-size:1rem;font-family:inherit;border:none;min-height:2.375rem;width:100%;padding-left:1rem}:host .field-wrap .nggv-field-date *,:host .field-wrap .nggv-field-date *:before,:host .field-wrap .nggv-field-date *:after{box-sizing:border-box}:host .field-wrap .nggv-field-date:hover{border-color:#41b0ee}:host .field-wrap .nggv-field-date:focus{outline-color:#1a1a1a;outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .field-wrap .nggv-field-date:active{border-color:#cecece}:host .field-wrap .nggv-field-date[disabled]{background-color:#f8f8f8;border-color:#cecece}:host .field-wrap .nggv-field-date[disabled]::placeholder{color:#cecece}:host .field-wrap .nggv-field-date:not(:focus){border-right:none;padding-right:0}:host .field-wrap .nggv-field-date:focus{padding-right:0}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i3.TranslocoDirective, selector: "[transloco]", inputs: ["transloco", "translocoParams", "translocoScope", "translocoRead", "translocoPrefix", "translocoLang", "translocoLoadingTpl"] }, { kind: "directive", type: i4$1.NggvInputMaskDirective, selector: "[nggvInputMask]", inputs: ["nggvInputMask"] }, { kind: "directive", type: i4.NggCoreElementDirective, selector: "[nggCoreElement]" }, { kind: "component", type: DatepickerComponent, selector: "nggv-datepicker", inputs: ["firstDayOfWeek", "disableDates", "disableWeekDays", "minCalendarRows", "selected", "locale", "type", "firstValid", "lastValid", "closingTime"], outputs: ["ngvDateChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i4$1.InputMaskFormatPipe, name: "nggvInputMaskFormat" }] }); }
|
|
2511
2513
|
}
|
|
2512
2514
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DateInputComponent, decorators: [{
|
|
2513
2515
|
type: Component,
|
|
2514
|
-
args: [{ selector: 'nggv-dateinput,nggv-input[type=date]', template: "<!-- LABEL -->\n<ng-container *transloco=\"let t; read: scope\">\n <label\n [id]=\"id + '-label'\"\n class=\"gds-field-label hide-if-empty\"\n [attr.for]=\"id + '-input'\"\n >\n <ng-template\n *ngTemplateOutlet=\"labelContentTpl || basicLabelContentTpl\"\n ></ng-template>\n <ng-template #basicLabelContentTpl>\n <!-- to trigger css:empty if no label was added -->\n <ng-container *ngIf=\"label\">\n {{ label }}\n <span\n *ngIf=\"optional === true || (required !== true && optional !== false)\"\n class=\"gds-field-label--optional\"\n >\n ({{ t('label.optional') }})\n </span>\n </ng-container>\n </ng-template>\n </label>\n\n <!-- DESCRIPTION -->\n <div class=\"gds-field-label--small description hide-if-empty\">\n {{ description }}\n </div>\n\n <!-- LOCKED INPUT -->\n <ng-container *ngIf=\"locked\">\n <div\n [id]=\"id + '-input'\"\n class=\"nggv-field--locked\"\n [attr.name]=\"name\"\n [attr.value]=\"state\"\n [attr.role]=\"role\"\n >\n <span *ngIf=\"!state\" class=\"unset-state\">-</span>\n <ng-container *ngIf=\"state\">\n {{ state | nggvInputMaskFormat: dateInputMask }}\n </ng-container>\n </div>\n </ng-container>\n\n <!-- INPUT WRAPPER -->\n <ng-container *ngIf=\"!locked\">\n <div\n class=\"field-wrap\"\n [class.nggv-field--error]=\"invalid\"\n *ngIf=\"showInput$ | async\"\n >\n <!-- INPUT FIELD -->\n <input\n #input\n [id]=\"id + '-input'\"\n class=\"nggv-field-date\"\n type=\"text\"\n autocomplete=\"off\"\n [attr.name]=\"name\"\n [attr.required]=\"required\"\n [disabled]=\"disabled\"\n [readOnly]=\"readonly\"\n [attr.role]=\"role\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-label]=\"description\"\n [nggvInputMask]=\"dateInputMask\"\n [value]=\"state\"\n title=\"\"\n (change)=\"onValueChange($event.target)\"\n (focus)=\"onFocus($event)\"\n (blur)=\"onBlur($event)\"\n />\n\n <button\n aria-label=\"toggle calendar\"\n #toggleCalendarButton\n class=\"nggv-button-date\"\n type=\"button\"\n data-thook=\"toggle-calendar-button\"\n (click)=\"toggleDatepicker()\"\n [disabled]=\"disabled\"\n >\n <gds-icon-calendar\n *nggCoreElement\n width=\"20\"\n height=\"20\"\n ></gds-icon-calendar>\n </button>\n </div>\n\n <!-- DATEPICKER -->\n <div class=\"nggv-datepicker\" *ngIf=\"shown\">\n <nggv-datepicker\n #input\n [type]=\"type\"\n [disableDates]=\"disableDates\"\n [disableWeekDays]=\"disableWeekDays\"\n [selected]=\"state\"\n [locale]=\"locale\"\n [minCalendarRows]=\"minRows\"\n [firstDayOfWeek]=\"firstDayOfWeek\"\n [firstValid]=\"firstValid\"\n [lastValid]=\"lastValid\"\n [closingTime]=\"closingTime\"\n (ngvDateChange)=\"onDateChange($event)\"\n >\n <ng-content></ng-content>\n </nggv-datepicker>\n </div>\n\n <!-- ERRORS -->\n <ng-container\n *ngIf=\"\n invalid &&\n (error || ngControl?.invalid) &&\n (!errorList || !errorList.length)\n \"\n >\n <label\n class=\"gds-field-notice gds-field-notice--error\"\n [attr.for]=\"id + '-input'\"\n >\n <span class=\"error-item\">\n <span class=\"error-item--icon\">\n <gds-icon-triangle-exclamation\n *nggCoreElement\n [solid]=\"true\"\n width=\"16\"\n height=\"16\"\n ></gds-icon-triangle-exclamation>\n </span>\n <span\n *ngIf=\"error; else errorsRef\"\n class=\"error-item--text\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n <ng-template #errorsRef>\n <span\n *ngIf=\"firstError as error\"\n class=\"error-item--text\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >\n {{ t('error.field' + error?.code, error?.params) }}\n </span>\n </ng-template>\n </span>\n </label>\n </ng-container>\n\n <ng-container *ngFor=\"let error of errorList ?? []\">\n <label\n class=\"gds-field-notice gds-field-notice--error\"\n [attr.for]=\"id + '-input'\"\n *ngIf=\"invalid && error\"\n >\n <span class=\"error-item\">\n <span class=\"error-item--icon\">\n <gds-icon-triangle-exclamation\n *nggCoreElement\n [solid]=\"true\"\n width=\"16\"\n height=\"16\"\n ></gds-icon-triangle-exclamation>\n </span>\n <span\n class=\"error-item--text\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n </span>\n </label>\n </ng-container>\n </ng-container>\n</ng-container>\n", styles: [":host{display:block;position:relative}@media (max-width: 47.98em){:host{min-width:100%}}:host .hide-if-empty:empty{display:none}:host .unset-state{padding-left:.5rem}:host .gds-field-label{display:block}:host .gds-field-label:is(label){margin-bottom:0}:host .gds-field-label.form-control{width:fit-content}@supports (-moz-appearance: none){:host .gds-field-label.form-control:focus:not(:focus-visible){box-shadow:none;outline:0}:host .gds-field-label.form-control:focus,:host .gds-field-label.form-control:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}}:host .gds-field-label:not(.form-control){font-weight:500;width:100%;line-height:1.25rem}:host .gds-field-label+input,:host .gds-field-label+textarea,fieldset :host .gds-field-label+div,:host .gds-field-label+button,:host .gds-field-label+.group-stepper,:host .gds-field-label+.stepper-wrapper,:host .gds-field-label+.group{margin-top:.5rem}:host .gds-field-label+.form-info{margin-bottom:.5rem}:host .gds-field-label:is(label){margin-bottom:.5rem}:host .gds-field-label--optional{margin-bottom:.5rem}:host .gds-field-label--optional:is(label){margin-bottom:0}:host .gds-field-label--optional.form-control{width:fit-content}@supports (-moz-appearance: none){:host .gds-field-label--optional.form-control:focus:not(:focus-visible){box-shadow:none;outline:0}:host .gds-field-label--optional.form-control:focus,:host .gds-field-label--optional.form-control:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}}:host .gds-field-label--optional:not(.form-control){font-weight:500;width:100%;line-height:1.25rem}:host .gds-field-label--optional+input,:host .gds-field-label--optional+textarea,fieldset :host .gds-field-label--optional+div,:host .gds-field-label--optional+button,:host .gds-field-label--optional+.group-stepper,:host .gds-field-label--optional+.stepper-wrapper,:host .gds-field-label--optional+.group{margin-top:.5rem}:host .gds-field-label--optional+.form-info{margin-bottom:.5rem}:host .nggv-datepicker{margin-top:.25rem;position:absolute}:host .nggv-field--error{border-bottom:.125rem solid #9f000a!important}:host .nggv-field--error:focus,:host .nggv-field--error:active,:host .nggv-field--error:hover{border-bottom:.125rem solid #9f000a!important}:host .error-item{display:flex;gap:.5rem;color:#9f000a}:host .gds-field-notice{margin-top:.5rem;display:block;font-size:.875rem;line-height:1;font-weight:500}:host .field-wrap{border:1px solid #868686;border-radius:4px;outline:none;box-sizing:border-box;min-height:2.75rem;line-height:1.5;font-size:1rem;font-family:inherit;height:2.625rem;display:flex}:host .field-wrap *,:host .field-wrap *:before,:host .field-wrap *:after{box-sizing:border-box}:host .field-wrap .nggv-button-date{--text-disabled-color: #adadad;padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);font-weight:500;min-height:2.75rem;align-items:center;display:inline-flex;justify-content:center;transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#333;color:#333;--color: rgb(51, 51, 51);background-color:transparent;min-height:2.5rem;border:none;border-radius:3px;width:2.625rem;height:2.625rem;min-width:2.625rem;border-top-left-radius:0!important;border-bottom-left-radius:0!important;text-align:right}:host .field-wrap .nggv-button-date:focus:not(:focus-visible){box-shadow:none;outline:0}:host .field-wrap .nggv-button-date:focus,:host .field-wrap .nggv-button-date:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media (max-width: 35.98em){:host .field-wrap .nggv-button-date{min-width:100%}}@media screen and (-ms-high-contrast: active){:host .field-wrap .nggv-button-date{border:2px solid currentcolor}}:host .field-wrap .nggv-button-date.small{min-height:2rem;padding:.4375rem .75rem;line-height:1rem}:host .field-wrap .nggv-button-date.large{min-height:4rem;padding:1rem 1.5rem;font-size:1.5rem;line-height:2rem}:host .field-wrap .nggv-button-date:not(:disabled,.disabled,[aria-disabled]):hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}:host .field-wrap .nggv-button-date[aria-selected=true],:host .field-wrap .nggv-button-date:active,:host .field-wrap .nggv-button-date.active,:host .field-wrap .nggv-button-date.active:hover,:host .field-wrap .nggv-button-date:active:hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}:host .field-wrap .nggv-button-date[aria-selected]:hover,:host .field-wrap .nggv-button-date.active:hover,:host .field-wrap .nggv-button-date:active:hover{opacity:.9}:host .field-wrap .nggv-button-date:focus-visible{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333!important}:host .field-wrap .nggv-button-date:disabled,:host .field-wrap .nggv-button-date.disabled,:host .field-wrap .nggv-button-date[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host .field-wrap .nggv-button-date:disabled::placeholder,:host .field-wrap .nggv-button-date.disabled::placeholder,:host .field-wrap .nggv-button-date[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}@media (max-width: 47.98em){:host .field-wrap .nggv-button-date{width:2.625rem;height:2.625rem}}:host .field-wrap .nggv-button-date:focus{outline-color:#1a1a1a;outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .field-wrap .nggv-button-date[disabled]{background-color:#f8f8f8!important;color:#adadad}@media (max-width: 35.98em){:host .field-wrap .nggv-button-date{min-width:initial}}:host .field-wrap input[type=text]::-webkit-inner-spin-button,:host .field-wrap input[type=text]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none;font-size:1rem;font-family:inherit}:host .field-wrap .nggv-field-date{border:1px solid #cecece;border-radius:4px 0 0 4px;outline:none;box-sizing:border-box;min-height:2.75rem;line-height:1.5;font-size:1rem;font-family:inherit;border:none;min-height:2.375rem;width:100%;padding-left:1rem}:host .field-wrap .nggv-field-date *,:host .field-wrap .nggv-field-date *:before,:host .field-wrap .nggv-field-date *:after{box-sizing:border-box}:host .field-wrap .nggv-field-date:hover{border-color:#41b0ee}:host .field-wrap .nggv-field-date:focus{outline-color:#1a1a1a;outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .field-wrap .nggv-field-date:active{border-color:#cecece}:host .field-wrap .nggv-field-date[disabled]{background-color:#f8f8f8;border-color:#cecece}:host .field-wrap .nggv-field-date[disabled]::placeholder{color:#cecece}:host .field-wrap .nggv-field-date:not(:focus){border-right:none;padding-right:0}:host .field-wrap .nggv-field-date:focus{padding-right:0}\n"] }]
|
|
2516
|
+
args: [{ selector: 'nggv-dateinput,nggv-input[type=date]', template: "<!-- LABEL -->\n<ng-container *transloco=\"let t; read: scope\">\n <label\n [id]=\"id + '-label'\"\n class=\"gds-field-label hide-if-empty\"\n [attr.for]=\"id + '-input'\"\n >\n <ng-template\n *ngTemplateOutlet=\"labelContentTpl || basicLabelContentTpl\"\n ></ng-template>\n <ng-template #basicLabelContentTpl>\n <!-- to trigger css:empty if no label was added -->\n <ng-container *ngIf=\"label\">\n {{ label }}\n <span\n *ngIf=\"optional === true || (required !== true && optional !== false)\"\n class=\"gds-field-label--optional\"\n >\n ({{ t('label.optional') }})\n </span>\n </ng-container>\n </ng-template>\n </label>\n\n <!-- DESCRIPTION -->\n <div\n class=\"gds-field-label--small description hide-if-empty\"\n *ngIf=\"description\"\n >\n {{ description }}\n </div>\n\n <!-- LOCKED INPUT -->\n <ng-container *ngIf=\"locked\">\n <div\n [id]=\"id + '-input'\"\n class=\"nggv-field--locked\"\n [attr.name]=\"name\"\n [attr.value]=\"state\"\n [attr.role]=\"role\"\n >\n <span *ngIf=\"!state\" class=\"unset-state\">-</span>\n <ng-container *ngIf=\"state\">\n {{ state | nggvInputMaskFormat: dateInputMask }}\n </ng-container>\n </div>\n </ng-container>\n\n <!-- INPUT WRAPPER -->\n <ng-container *ngIf=\"!locked\">\n <div\n class=\"field-wrap\"\n [class.nggv-field--error]=\"invalid\"\n *ngIf=\"showInput$ | async\"\n >\n <!-- INPUT FIELD -->\n <input\n #input\n [id]=\"id + '-input'\"\n class=\"nggv-field-date\"\n type=\"text\"\n autocomplete=\"off\"\n [attr.name]=\"name\"\n [attr.required]=\"required\"\n [disabled]=\"disabled\"\n [readOnly]=\"readonly\"\n [attr.role]=\"role\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-label]=\"description\"\n [nggvInputMask]=\"dateInputMask\"\n [value]=\"state\"\n title=\"\"\n (change)=\"onValueChange($event.target)\"\n (focus)=\"onFocus($event)\"\n (blur)=\"onBlur($event)\"\n />\n\n <button\n aria-label=\"toggle calendar\"\n #toggleCalendarButton\n class=\"nggv-button-date\"\n type=\"button\"\n data-thook=\"toggle-calendar-button\"\n (click)=\"toggleDatepicker()\"\n [disabled]=\"disabled\"\n >\n <gds-icon-calendar\n *nggCoreElement\n width=\"20\"\n height=\"20\"\n ></gds-icon-calendar>\n </button>\n </div>\n\n <!-- DATEPICKER -->\n <div class=\"nggv-datepicker\" *ngIf=\"shown\">\n <nggv-datepicker\n #input\n [type]=\"type\"\n [disableDates]=\"disableDates\"\n [disableWeekDays]=\"disableWeekDays\"\n [selected]=\"state\"\n [locale]=\"locale\"\n [minCalendarRows]=\"minRows\"\n [firstDayOfWeek]=\"firstDayOfWeek\"\n [firstValid]=\"firstValid\"\n [lastValid]=\"lastValid\"\n [closingTime]=\"closingTime\"\n (ngvDateChange)=\"onDateChange($event)\"\n >\n <ng-content></ng-content>\n </nggv-datepicker>\n </div>\n\n <!-- ERRORS -->\n <ng-container\n *ngIf=\"\n invalid &&\n (error || ngControl?.invalid) &&\n (!errorList || !errorList.length)\n \"\n >\n <label\n class=\"gds-field-notice gds-field-notice--error\"\n [attr.for]=\"id + '-input'\"\n >\n <span class=\"error-item\">\n <span class=\"error-item--icon\">\n <gds-icon-triangle-exclamation\n *nggCoreElement\n [solid]=\"true\"\n width=\"16\"\n height=\"16\"\n ></gds-icon-triangle-exclamation>\n </span>\n <span\n *ngIf=\"error; else errorsRef\"\n class=\"error-item--text\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n <ng-template #errorsRef>\n <span\n *ngIf=\"firstError as error\"\n class=\"error-item--text\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >\n {{ t('error.field' + error?.code, error?.params) }}\n </span>\n </ng-template>\n </span>\n </label>\n </ng-container>\n\n <ng-container *ngFor=\"let error of errorList ?? []\">\n <label\n class=\"gds-field-notice gds-field-notice--error\"\n [attr.for]=\"id + '-input'\"\n *ngIf=\"invalid && error\"\n >\n <span class=\"error-item\">\n <span class=\"error-item--icon\">\n <gds-icon-triangle-exclamation\n *nggCoreElement\n [solid]=\"true\"\n width=\"16\"\n height=\"16\"\n ></gds-icon-triangle-exclamation>\n </span>\n <span\n class=\"error-item--text\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n </span>\n </label>\n </ng-container>\n </ng-container>\n</ng-container>\n", styles: [":host{display:block;position:relative}@media (max-width: 47.98em){:host{min-width:100%}}:host .hide-if-empty:empty{display:none}:host .unset-state{padding-left:.5rem}:host .gds-field-label{display:block}:host .gds-field-label:is(label){margin-bottom:0}:host .gds-field-label.form-control{width:fit-content}@supports (-moz-appearance: none){:host .gds-field-label.form-control:focus:not(:focus-visible){box-shadow:none;outline:0}:host .gds-field-label.form-control:focus,:host .gds-field-label.form-control:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}}:host .gds-field-label:not(.form-control){font-weight:500;width:100%;line-height:1.25rem}:host .gds-field-label+input,:host .gds-field-label+textarea,fieldset :host .gds-field-label+div,:host .gds-field-label+button,:host .gds-field-label+.group-stepper,:host .gds-field-label+.stepper-wrapper,:host .gds-field-label+.group{margin-top:.5rem}:host .gds-field-label+.form-info{margin-bottom:.5rem}:host label+.field-wrap,:host label+.nggv-field--locked{margin-top:.5rem}:host .description{font-size:.875rem;margin-bottom:.5rem;line-height:1.25rem;width:100%}:host .gds-field-label--optional:is(label){margin-bottom:0}:host .gds-field-label--optional.form-control{width:fit-content}@supports (-moz-appearance: none){:host .gds-field-label--optional.form-control:focus:not(:focus-visible){box-shadow:none;outline:0}:host .gds-field-label--optional.form-control:focus,:host .gds-field-label--optional.form-control:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}}:host .gds-field-label--optional:not(.form-control){font-weight:500;width:100%;line-height:1.25rem}:host .gds-field-label--optional+input,:host .gds-field-label--optional+textarea,fieldset :host .gds-field-label--optional+div,:host .gds-field-label--optional+button,:host .gds-field-label--optional+.group-stepper,:host .gds-field-label--optional+.stepper-wrapper,:host .gds-field-label--optional+.group{margin-top:.5rem}:host .gds-field-label--optional+.form-info{margin-bottom:.5rem}:host .nggv-datepicker{margin-top:.25rem;position:absolute}:host .nggv-field--error{border-bottom:.125rem solid #9f000a!important}:host .nggv-field--error:focus,:host .nggv-field--error:active,:host .nggv-field--error:hover{border-bottom:.125rem solid #9f000a!important}:host .error-item{display:flex;gap:.5rem;color:#9f000a}:host .gds-field-notice{margin-top:.5rem;display:block;font-size:.875rem;line-height:1;font-weight:500}:host .field-wrap{border:1px solid #868686;border-radius:4px;outline:none;box-sizing:border-box;min-height:2.75rem;line-height:1.5;font-size:1rem;font-family:inherit;height:2.625rem;display:flex}:host .field-wrap *,:host .field-wrap *:before,:host .field-wrap *:after{box-sizing:border-box}:host .field-wrap .nggv-button-date{--text-disabled-color: #adadad;padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);font-weight:500;min-height:2.75rem;align-items:center;display:inline-flex;justify-content:center;transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;border-color:#333;color:#333;--color: rgb(51, 51, 51);background-color:transparent;min-height:2.5rem;border:none;border-radius:3px;width:2.625rem;height:2.625rem;min-width:2.625rem;border-top-left-radius:0!important;border-bottom-left-radius:0!important;text-align:right}:host .field-wrap .nggv-button-date:focus:not(:focus-visible){box-shadow:none;outline:0}:host .field-wrap .nggv-button-date:focus,:host .field-wrap .nggv-button-date:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media (max-width: 35.98em){:host .field-wrap .nggv-button-date{min-width:100%}}@media screen and (-ms-high-contrast: active){:host .field-wrap .nggv-button-date{border:2px solid currentcolor}}:host .field-wrap .nggv-button-date.small{min-height:2rem;padding:.4375rem .75rem;line-height:1rem}:host .field-wrap .nggv-button-date.large{min-height:4rem;padding:1rem 1.5rem;font-size:1.5rem;line-height:2rem}:host .field-wrap .nggv-button-date:not(:disabled,.disabled,[aria-disabled]):hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}:host .field-wrap .nggv-button-date[aria-selected=true],:host .field-wrap .nggv-button-date:active,:host .field-wrap .nggv-button-date.active,:host .field-wrap .nggv-button-date.active:hover,:host .field-wrap .nggv-button-date:active:hover{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333}:host .field-wrap .nggv-button-date[aria-selected]:hover,:host .field-wrap .nggv-button-date.active:hover,:host .field-wrap .nggv-button-date:active:hover{opacity:.9}:host .field-wrap .nggv-button-date:focus-visible{background-color:#333;color:#fff;--background: rgb(51, 51, 51);--color: rgb(255, 255, 255);border-color:#333!important}:host .field-wrap .nggv-button-date:disabled,:host .field-wrap .nggv-button-date.disabled,:host .field-wrap .nggv-button-date[aria-disabled=true]{color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host .field-wrap .nggv-button-date:disabled::placeholder,:host .field-wrap .nggv-button-date.disabled::placeholder,:host .field-wrap .nggv-button-date[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}@media (max-width: 47.98em){:host .field-wrap .nggv-button-date{width:2.625rem;height:2.625rem}}:host .field-wrap .nggv-button-date:focus{outline-color:#1a1a1a;outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .field-wrap .nggv-button-date[disabled]{background-color:#f8f8f8!important;color:#adadad}@media (max-width: 35.98em){:host .field-wrap .nggv-button-date{min-width:initial}}:host .field-wrap input[type=text]::-webkit-inner-spin-button,:host .field-wrap input[type=text]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none;font-size:1rem;font-family:inherit}:host .field-wrap .nggv-field-date{border:1px solid #cecece;border-radius:4px 0 0 4px;outline:none;box-sizing:border-box;min-height:2.75rem;line-height:1.5;font-size:1rem;font-family:inherit;border:none;min-height:2.375rem;width:100%;padding-left:1rem}:host .field-wrap .nggv-field-date *,:host .field-wrap .nggv-field-date *:before,:host .field-wrap .nggv-field-date *:after{box-sizing:border-box}:host .field-wrap .nggv-field-date:hover{border-color:#41b0ee}:host .field-wrap .nggv-field-date:focus{outline-color:#1a1a1a;outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .field-wrap .nggv-field-date:active{border-color:#cecece}:host .field-wrap .nggv-field-date[disabled]{background-color:#f8f8f8;border-color:#cecece}:host .field-wrap .nggv-field-date[disabled]::placeholder{color:#cecece}:host .field-wrap .nggv-field-date:not(:focus){border-right:none;padding-right:0}:host .field-wrap .nggv-field-date:focus{padding-right:0}\n"] }]
|
|
2515
2517
|
}], ctorParameters: () => [{ type: i1$1.NgControl, decorators: [{
|
|
2516
2518
|
type: Self
|
|
2517
2519
|
}, {
|
|
@@ -3812,11 +3814,11 @@ class NggvDropdownComponent extends NggvBaseControlValueAccessorComponent$1 {
|
|
|
3812
3814
|
return !('options' in option);
|
|
3813
3815
|
}
|
|
3814
3816
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NggvDropdownComponent, deps: [{ token: i1$1.NgControl, optional: true, self: true }, { token: TRANSLOCO_SCOPE, optional: true }, { token: i0.ChangeDetectorRef }, { token: i2$2.DropdownUtils }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3815
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NggvDropdownComponent, selector: "nggv-dropdown", inputs: { thook: "thook", placeholder: "placeholder", ariaLabel: "ariaLabel", options: "options", scrollOffset: "scrollOffset", allowControlNullishOption: "allowControlNullishOption", textToHighlight: "textToHighlight", selectOnSingleOption: "selectOnSingleOption" }, outputs: { expandedChange: "expandedChange" }, host: { listeners: { "keyup": "onKeyUp($event)" }, properties: { "attr.data-thook": "this.thook" } }, queries: [{ propertyName: "selectedContentTpl", first: true, predicate: ["selectedTpl"], descendants: true, read: TemplateRef }, { propertyName: "optionContentTpl", first: true, predicate: ["optionTpl"], descendants: true, read: TemplateRef }, { propertyName: "groupLabelTpl", first: true, predicate: ["groupLabelTpl"], descendants: true, read: TemplateRef }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<!-- LABEL -->\n<ng-container *transloco=\"let t; read: scope\">\n <label\n [id]=\"id + '-label'\"\n class=\"gds-field-label hide-if-empty\"\n [attr.for]=\"id + '-toggle'\"\n *ngIf=\"labelContentTpl || basicLabelContentTpl || label\"\n >\n <ng-template\n *ngTemplateOutlet=\"labelContentTpl || basicLabelContentTpl\"\n ></ng-template>\n <ng-template #basicLabelContentTpl>\n <!-- to trigger css:empty if no label was added -->\n <ng-container *ngIf=\"label\">\n {{ label }}\n <span\n *ngIf=\"optional === true || (required !== true && optional !== false)\"\n class=\"gds-field-label--optional\"\n >\n ({{ t('label.optional') }})\n </span>\n </ng-container>\n </ng-template>\n </label>\n\n <!-- DESCRIPTION -->\n <div class=\"description\" *ngIf=\"description\">{{ description }}</div>\n\n <!-- LOCKED INPUT -->\n <ng-container *ngIf=\"locked\">\n <div\n [id]=\"id + '-input'\"\n class=\"nggv-field--locked\"\n [attr.name]=\"name\"\n [attr.value]=\"state\"\n [attr.role]=\"role\"\n [attr.aria-labelledby]=\"id + '-label ' + id + '-input'\"\n >\n <span *ngIf=\"!state\" class=\"unset-state\">-</span>\n <ng-container *ngIf=\"state\">\n <ng-template\n *ngTemplateOutlet=\"\n selectedContentTpl || defaultSelectedContentTpl;\n context: { $implicit: state }\n \"\n >\n </ng-template>\n </ng-container>\n </div>\n </ng-container>\n\n <!-- INPUT -->\n <ng-container *ngIf=\"!locked\">\n <div class=\"gds-input-wrapper\">\n <div #input [id]=\"id + '-input'\" class=\"dropdown\">\n <button\n [id]=\"id + '-toggle'\"\n [disabled]=\"disabled\"\n type=\"button\"\n class=\"nggv-field-dropdown__label toggle\"\n [class.nggv-field--error]=\"invalid\"\n aria-haspopup=\"listbox\"\n [attr.data-thook]=\"thook + '-toggle'\"\n [attr.aria-expanded]=\"expanded\"\n [attr.aria-labelledby]=\"\n ariaLabel ? null : id + '-label ' + id + '-toggle'\n \"\n [attr.aria-label]=\"ariaLabel || null\"\n (click)=\"toggleDropdown()\"\n >\n <span>\n <ng-template\n *ngTemplateOutlet=\"\n selectedContentTpl || defaultSelectedContentTpl;\n context: { $implicit: state }\n \"\n >\n </ng-template>\n </span>\n </button>\n <nggv-dropdown-list\n #dropDownList\n [options]=\"options\"\n [scrollOffset]=\"scrollOffset\"\n [state]=\"state\"\n [expanded]=\"expanded\"\n [optionContentTpl]=\"optionContentTpl\"\n [groupLabelTpl]=\"groupLabelTpl\"\n [textToHighlight]=\"textToHighlight\"\n (closed)=\"setExpanded(false)\"\n (selectedValueChanged)=\"onSelectChange($event)\"\n >\n </nggv-dropdown-list>\n </div>\n <!-- ERRORS -->\n <div class=\"gds-form-item__footer error-wrapper\">\n <span\n class=\"form-info form-info--error\"\n [attr.for]=\"id + '-input'\"\n *ngIf=\"invalid && (error || ngControl?.invalid)\"\n >\n <span class=\"error-icon\">\n <gds-icon-triangle-exclamation\n width=\"16\"\n height=\"16\"\n [solid]=\"true\"\n *nggCoreElement\n ></gds-icon-triangle-exclamation>\n </span>\n <span\n *ngIf=\"error; else errorsRef\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n </span>\n <ng-template #errorsRef>\n <span\n *ngIf=\"firstError as error\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >\n {{ t('error.field' + error?.code, error?.params) }}\n </span>\n </ng-template>\n </div>\n <!-- CHILDREN -->\n <ng-content></ng-content>\n </div>\n </ng-container>\n\n <ng-template #defaultSelectedContentTpl let-state>\n <!-- eslint-disable-next-line @angular-eslint/template/eqeqeq -->\n {{ state?.key != null && state?.label ? t(state.label) : placeholder }}\n </ng-template>\n</ng-container>\n", styles: [":host{--sg-border-radius: .25rem;--sg-border-width: 1px;--sg-border-color: #868686;--text-primary-color: #333;--sg-form-control-bg: #fff;--grey-000: hsl(0 0% 100%);--grey-100: hsl(0, 0%, 97%);--grey-200: hsl(0, 0%, 91%);--grey-300: hsl(0, 0%, 87%);--grey-400: hsl(0, 0%, 81%);--grey-500: hsl(0, 0%, 68%);--grey-600: hsl(0, 0%, 53%);--grey-700: hsl(0, 0%, 29%);--grey-800: hsl(0, 0%, 20%);--grey-900: hsl(0, 0%, 10%);--grey-1000: hsl(0 0% 0%);display:flex;flex-direction:column;max-width:100%;position:relative;width:100%;z-index:0;position:initial}:host label{display:block;font-weight:500;line-height:1.25rem;width:100%}:host label+.gds-input-wrapper,:host label+.nggv-field--locked{margin-top:.5rem}:host .description{font-size:.875rem;margin-bottom:.5rem;line-height:1.25rem;width:100%}:host:not(:last-child){margin-bottom:1.5rem}:host .gds-form-item__header{display:flex}:host .gds-form-item__header .form-info{font-weight:400}:host .gds-form-item__header button.icon.small{margin-top:-.5rem;margin-right:-.5rem}:host .gds-form-item__labels{flex:1;margin-bottom:.5rem}:host .gds-form-item__labels .form-info{margin-bottom:0}:host .gds-form-item__labels .form-info a:link:not(.button,[aria-disabled]){color:#0062bc}:host .gds-form-item__labels>*{width:100%;display:block}:host .gds-form-item__expandable-info{overflow:hidden;font-size:.875rem;line-height:1.25rem;transition:height .3s cubic-bezier(.23,1,.32,1)}:host .gds-form-item__expandable-info>div{padding-bottom:.5rem}:host .gds-form-item__backdrop{position:absolute;inset:0;background:var(--gds-ref-pallet-base100);border-radius:2px;z-index:-1;margin:-1rem;opacity:0;transition:all .3s cubic-bezier(.23,1,.32,1);border:1px solid transparent}@media (prefers-reduced-motion: reduce){:host .gds-form-item__backdrop{transition:none}}:host:has([aria-expanded=true]) .gds-form-item__backdrop{opacity:1;border-radius:.25rem;border-color:var(--gds-ref-pallet-base600)}:host .gds-form-item__footer:not(:empty){margin-top:.5rem;display:flex;column-gap:.5rem}:host .gds-form-item__footer:not(:empty)>span,:host .gds-form-item__footer:not(:empty)>.form-info{font-weight:500;line-height:1.125}:host .gds-field-label--optional{font-weight:400}:host button{background-color:transparent;border:0;cursor:pointer;font-family:inherit;padding:0;padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--grey-600);--sg-border-color: var(--grey-600);background:var(--sg-form-control-bg);color:var(--text-primary-color);min-height:2.75rem;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;max-width:100%;font-size:1rem;font-weight:400;line-height:1.125;text-align:left;width:100%}:host button:focus{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media (max-width: 35.98em){:host button{min-width:100%}}:host button>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host button:after{margin-left:.5rem;margin-right:.5rem;border-bottom:solid 2px var(--text-primary-color);border-left:solid 2px var(--text-primary-color);content:\"\";display:block;height:.5rem;width:.5rem;position:relative;top:-.15rem;transform:translate(75%) rotate3d(0,0,1,-45deg) scaleZ(-1);transition:transform .3s ease-in;flex-shrink:0}:host button[aria-expanded=true]:after{transform:translate(75%,6px) rotate3d(0,0,1,-45deg) scale3d(-1,-1,1)}:host button:hover:after{border-color:currentColor}:host button:disabled{--background: var(--grey-500)}:host button span{width:100%;white-space:nowrap;display:block;text-overflow:ellipsis}:host button.small{font-size:.875rem}:host button:hover{background:#e7e7e7}:host button:active{background:inherit;color:inherit;border-color:inherit}:host button:disabled,:host button.disabled{--text-primary-color: var(--grey-600);background:var(--grey-300);color:var(--grey-600);cursor:not-allowed}:host button.nggv-field--error{border-bottom:2px solid #9f000a}:host .gds-form-item__footer .form-info{font-weight:500;font-size:.875rem}:host .gds-form-item__footer .form-info--error{display:flex;align-items:flex-start;gap:.5em;color:#9f000a}:host .gds-form-item__footer .form-info--error .error-icon{margin-top:.128rem;align-items:center}:host .dropdown{width:100%;position:relative}:host .dropdown nggv-dropdown-list{width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i4.NggCoreElementDirective, selector: "[nggCoreElement]" }, { kind: "directive", type: i3.TranslocoDirective, selector: "[transloco]", inputs: ["transloco", "translocoParams", "translocoScope", "translocoRead", "translocoPrefix", "translocoLang", "translocoLoadingTpl"] }, { kind: "component", type: NggvDropdownListComponent, selector: "nggv-dropdown-list", inputs: ["expanded", "state", "scrollOffset", "optionContentTpl", "groupLabelTpl", "id", "thook", "options", "textToHighlight", "onlyEmitDistinctChanges"], outputs: ["selectedValueChanged", "closed"] }] }); }
|
|
3817
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NggvDropdownComponent, selector: "nggv-dropdown", inputs: { thook: "thook", placeholder: "placeholder", ariaLabel: "ariaLabel", options: "options", scrollOffset: "scrollOffset", allowControlNullishOption: "allowControlNullishOption", textToHighlight: "textToHighlight", selectOnSingleOption: "selectOnSingleOption" }, outputs: { expandedChange: "expandedChange" }, host: { listeners: { "keyup": "onKeyUp($event)" }, properties: { "attr.data-thook": "this.thook" } }, queries: [{ propertyName: "selectedContentTpl", first: true, predicate: ["selectedTpl"], descendants: true, read: TemplateRef }, { propertyName: "optionContentTpl", first: true, predicate: ["optionTpl"], descendants: true, read: TemplateRef }, { propertyName: "groupLabelTpl", first: true, predicate: ["groupLabelTpl"], descendants: true, read: TemplateRef }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<!-- LABEL -->\n<ng-container *transloco=\"let t; read: scope\">\n <label\n [id]=\"id + '-label'\"\n class=\"gds-field-label hide-if-empty\"\n [attr.for]=\"id + '-toggle'\"\n *ngIf=\"labelContentTpl || basicLabelContentTpl || label\"\n >\n <ng-template\n *ngTemplateOutlet=\"labelContentTpl || basicLabelContentTpl\"\n ></ng-template>\n <ng-template #basicLabelContentTpl>\n <!-- to trigger css:empty if no label was added -->\n <ng-container *ngIf=\"label\">\n {{ label }}\n <span\n *ngIf=\"optional === true || (required !== true && optional !== false)\"\n class=\"gds-field-label--optional\"\n >\n ({{ t('label.optional') }})\n </span>\n </ng-container>\n </ng-template>\n </label>\n\n <!-- DESCRIPTION -->\n <div class=\"description\" *ngIf=\"description\">{{ description }}</div>\n\n <!-- LOCKED INPUT -->\n <ng-container *ngIf=\"locked\">\n <div\n [id]=\"id + '-input'\"\n class=\"nggv-field--locked\"\n [attr.name]=\"name\"\n [attr.value]=\"state\"\n [attr.role]=\"role\"\n [attr.aria-labelledby]=\"id + '-label ' + id + '-input'\"\n >\n <span *ngIf=\"!state\" class=\"unset-state\">-</span>\n <ng-container *ngIf=\"state\">\n <ng-template\n *ngTemplateOutlet=\"\n selectedContentTpl || defaultSelectedContentTpl;\n context: { $implicit: state }\n \"\n >\n </ng-template>\n </ng-container>\n </div>\n </ng-container>\n\n <!-- INPUT -->\n <ng-container *ngIf=\"!locked\">\n <div class=\"gds-input-wrapper\">\n <div #input [id]=\"id + '-input'\" class=\"dropdown\">\n <button\n [id]=\"id + '-toggle'\"\n [disabled]=\"disabled\"\n type=\"button\"\n class=\"nggv-field-dropdown__label toggle\"\n [class.nggv-field--error]=\"invalid\"\n aria-haspopup=\"listbox\"\n [attr.data-thook]=\"thook + '-toggle'\"\n [attr.aria-expanded]=\"expanded\"\n [attr.aria-labelledby]=\"\n ariaLabel ? null : id + '-label ' + id + '-toggle'\n \"\n [attr.aria-label]=\"ariaLabel || null\"\n (click)=\"toggleDropdown()\"\n >\n <span>\n <ng-template\n *ngTemplateOutlet=\"\n selectedContentTpl || defaultSelectedContentTpl;\n context: { $implicit: state }\n \"\n >\n </ng-template>\n </span>\n </button>\n <nggv-dropdown-list\n #dropDownList\n [options]=\"options\"\n [scrollOffset]=\"scrollOffset\"\n [state]=\"state\"\n [expanded]=\"expanded\"\n [optionContentTpl]=\"optionContentTpl\"\n [groupLabelTpl]=\"groupLabelTpl\"\n [textToHighlight]=\"textToHighlight\"\n (closed)=\"setExpanded(false)\"\n (selectedValueChanged)=\"onSelectChange($event)\"\n >\n </nggv-dropdown-list>\n </div>\n <!-- ERRORS -->\n <div class=\"gds-form-item__footer error-wrapper\">\n <span\n class=\"form-info form-info--error\"\n [attr.for]=\"id + '-input'\"\n *ngIf=\"invalid && (error || ngControl?.invalid)\"\n >\n <span class=\"error-icon\">\n <gds-icon-triangle-exclamation\n width=\"16\"\n height=\"16\"\n [solid]=\"true\"\n *nggCoreElement\n ></gds-icon-triangle-exclamation>\n </span>\n <span\n *ngIf=\"error; else errorsRef\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n </span>\n <ng-template #errorsRef>\n <span\n *ngIf=\"firstError as error\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >\n {{ t('error.field' + error?.code, error?.params) }}\n </span>\n </ng-template>\n </div>\n <!-- CHILDREN -->\n <ng-content></ng-content>\n </div>\n </ng-container>\n\n <ng-template #defaultSelectedContentTpl let-state>\n <!-- eslint-disable-next-line @angular-eslint/template/eqeqeq -->\n {{ state?.key != null && state?.label ? t(state.label) : placeholder }}\n </ng-template>\n</ng-container>\n", styles: [":host{--sg-border-radius: .25rem;--sg-border-width: 1px;--sg-border-color: #868686;--text-primary-color: #333;--sg-form-control-bg: #fff;--grey-000: hsl(0 0% 100%);--grey-100: hsl(0, 0%, 97%);--grey-200: hsl(0, 0%, 91%);--grey-300: hsl(0, 0%, 87%);--grey-400: hsl(0, 0%, 81%);--grey-500: hsl(0, 0%, 68%);--grey-600: hsl(0, 0%, 53%);--grey-700: hsl(0, 0%, 29%);--grey-800: hsl(0, 0%, 20%);--grey-900: hsl(0, 0%, 10%);--grey-1000: hsl(0 0% 0%);display:flex;flex-direction:column;max-width:100%;position:relative;width:100%;z-index:0;position:initial}:host label{display:block;font-weight:500;line-height:1.25rem;width:100%}:host label+.gds-input-wrapper,:host label+.nggv-field--locked{margin-top:.5rem}:host .description{font-size:.875rem;margin-bottom:.5rem;line-height:1.25rem;width:100%}:host:not(:last-child){margin-bottom:1.5rem}:host .gds-form-item__header{display:flex}:host .gds-form-item__header .form-info{font-weight:400}:host .gds-form-item__header button.icon.small{margin-top:-.5rem;margin-right:-.5rem}:host .gds-form-item__labels{flex:1;margin-bottom:.5rem}:host .gds-form-item__labels .form-info{margin-bottom:0}:host .gds-form-item__labels .form-info a:link:not(.button,[aria-disabled]){color:#0062bc}:host .gds-form-item__labels>*{width:100%;display:block}:host .gds-form-item__expandable-info{overflow:hidden;font-size:.875rem;line-height:1.25rem;transition:height .3s cubic-bezier(.23,1,.32,1)}:host .gds-form-item__expandable-info>div{padding-bottom:.5rem}:host .gds-form-item__backdrop{position:absolute;inset:0;background:var(--gds-ref-pallet-base100);border-radius:2px;z-index:-1;margin:-1rem;opacity:0;transition:all .3s cubic-bezier(.23,1,.32,1);border:1px solid transparent}@media (prefers-reduced-motion: reduce){:host .gds-form-item__backdrop{transition:none}}:host:has([aria-expanded=true]) .gds-form-item__backdrop{opacity:1;border-radius:.25rem;border-color:var(--gds-ref-pallet-base600)}:host .gds-form-item__footer:not(:empty){margin-top:.5rem;display:flex;column-gap:.5rem}:host .gds-form-item__footer:not(:empty)>span,:host .gds-form-item__footer:not(:empty)>.form-info{font-weight:500;line-height:1.125}:host:not(:last-child){margin-bottom:unset}:host .gds-field-label--optional{font-weight:400}:host button{background-color:transparent;border:0;cursor:pointer;font-family:inherit;padding:0;padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--grey-600);--sg-border-color: var(--grey-600);background:var(--sg-form-control-bg);color:var(--text-primary-color);min-height:2.75rem;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;max-width:100%;font-size:1rem;font-weight:400;line-height:1.125;text-align:left;width:100%}:host button:focus{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media (max-width: 35.98em){:host button{min-width:100%}}:host button>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host button:after{margin-left:.5rem;margin-right:.5rem;border-bottom:solid 2px var(--text-primary-color);border-left:solid 2px var(--text-primary-color);content:\"\";display:block;height:.5rem;width:.5rem;position:relative;top:-.15rem;transform:translate(75%) rotate3d(0,0,1,-45deg) scaleZ(-1);transition:transform .3s ease-in;flex-shrink:0}:host button[aria-expanded=true]:after{transform:translate(75%,6px) rotate3d(0,0,1,-45deg) scale3d(-1,-1,1)}:host button:hover:after{border-color:currentColor}:host button:disabled{--background: var(--grey-500)}:host button span{width:100%;white-space:nowrap;display:block;text-overflow:ellipsis}:host button.small{font-size:.875rem}:host button:hover{background:#e7e7e7}:host button:active{background:inherit;color:inherit;border-color:inherit}:host button:disabled,:host button.disabled{--text-primary-color: var(--grey-600);background:var(--grey-300);color:var(--grey-600);cursor:not-allowed}:host button.nggv-field--error{border-bottom:2px solid #9f000a}:host .gds-form-item__footer .form-info{font-weight:500;font-size:.875rem}:host .gds-form-item__footer .form-info--error{display:flex;align-items:flex-start;gap:.5em;color:#9f000a}:host .gds-form-item__footer .form-info--error .error-icon{align-items:center}:host .dropdown{width:100%;position:relative}:host .dropdown nggv-dropdown-list{width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i4.NggCoreElementDirective, selector: "[nggCoreElement]" }, { kind: "directive", type: i3.TranslocoDirective, selector: "[transloco]", inputs: ["transloco", "translocoParams", "translocoScope", "translocoRead", "translocoPrefix", "translocoLang", "translocoLoadingTpl"] }, { kind: "component", type: NggvDropdownListComponent, selector: "nggv-dropdown-list", inputs: ["expanded", "state", "scrollOffset", "optionContentTpl", "groupLabelTpl", "id", "thook", "options", "textToHighlight", "onlyEmitDistinctChanges"], outputs: ["selectedValueChanged", "closed"] }] }); }
|
|
3816
3818
|
}
|
|
3817
3819
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NggvDropdownComponent, decorators: [{
|
|
3818
3820
|
type: Component,
|
|
3819
|
-
args: [{ selector: 'nggv-dropdown', template: "<!-- LABEL -->\n<ng-container *transloco=\"let t; read: scope\">\n <label\n [id]=\"id + '-label'\"\n class=\"gds-field-label hide-if-empty\"\n [attr.for]=\"id + '-toggle'\"\n *ngIf=\"labelContentTpl || basicLabelContentTpl || label\"\n >\n <ng-template\n *ngTemplateOutlet=\"labelContentTpl || basicLabelContentTpl\"\n ></ng-template>\n <ng-template #basicLabelContentTpl>\n <!-- to trigger css:empty if no label was added -->\n <ng-container *ngIf=\"label\">\n {{ label }}\n <span\n *ngIf=\"optional === true || (required !== true && optional !== false)\"\n class=\"gds-field-label--optional\"\n >\n ({{ t('label.optional') }})\n </span>\n </ng-container>\n </ng-template>\n </label>\n\n <!-- DESCRIPTION -->\n <div class=\"description\" *ngIf=\"description\">{{ description }}</div>\n\n <!-- LOCKED INPUT -->\n <ng-container *ngIf=\"locked\">\n <div\n [id]=\"id + '-input'\"\n class=\"nggv-field--locked\"\n [attr.name]=\"name\"\n [attr.value]=\"state\"\n [attr.role]=\"role\"\n [attr.aria-labelledby]=\"id + '-label ' + id + '-input'\"\n >\n <span *ngIf=\"!state\" class=\"unset-state\">-</span>\n <ng-container *ngIf=\"state\">\n <ng-template\n *ngTemplateOutlet=\"\n selectedContentTpl || defaultSelectedContentTpl;\n context: { $implicit: state }\n \"\n >\n </ng-template>\n </ng-container>\n </div>\n </ng-container>\n\n <!-- INPUT -->\n <ng-container *ngIf=\"!locked\">\n <div class=\"gds-input-wrapper\">\n <div #input [id]=\"id + '-input'\" class=\"dropdown\">\n <button\n [id]=\"id + '-toggle'\"\n [disabled]=\"disabled\"\n type=\"button\"\n class=\"nggv-field-dropdown__label toggle\"\n [class.nggv-field--error]=\"invalid\"\n aria-haspopup=\"listbox\"\n [attr.data-thook]=\"thook + '-toggle'\"\n [attr.aria-expanded]=\"expanded\"\n [attr.aria-labelledby]=\"\n ariaLabel ? null : id + '-label ' + id + '-toggle'\n \"\n [attr.aria-label]=\"ariaLabel || null\"\n (click)=\"toggleDropdown()\"\n >\n <span>\n <ng-template\n *ngTemplateOutlet=\"\n selectedContentTpl || defaultSelectedContentTpl;\n context: { $implicit: state }\n \"\n >\n </ng-template>\n </span>\n </button>\n <nggv-dropdown-list\n #dropDownList\n [options]=\"options\"\n [scrollOffset]=\"scrollOffset\"\n [state]=\"state\"\n [expanded]=\"expanded\"\n [optionContentTpl]=\"optionContentTpl\"\n [groupLabelTpl]=\"groupLabelTpl\"\n [textToHighlight]=\"textToHighlight\"\n (closed)=\"setExpanded(false)\"\n (selectedValueChanged)=\"onSelectChange($event)\"\n >\n </nggv-dropdown-list>\n </div>\n <!-- ERRORS -->\n <div class=\"gds-form-item__footer error-wrapper\">\n <span\n class=\"form-info form-info--error\"\n [attr.for]=\"id + '-input'\"\n *ngIf=\"invalid && (error || ngControl?.invalid)\"\n >\n <span class=\"error-icon\">\n <gds-icon-triangle-exclamation\n width=\"16\"\n height=\"16\"\n [solid]=\"true\"\n *nggCoreElement\n ></gds-icon-triangle-exclamation>\n </span>\n <span\n *ngIf=\"error; else errorsRef\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n </span>\n <ng-template #errorsRef>\n <span\n *ngIf=\"firstError as error\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >\n {{ t('error.field' + error?.code, error?.params) }}\n </span>\n </ng-template>\n </div>\n <!-- CHILDREN -->\n <ng-content></ng-content>\n </div>\n </ng-container>\n\n <ng-template #defaultSelectedContentTpl let-state>\n <!-- eslint-disable-next-line @angular-eslint/template/eqeqeq -->\n {{ state?.key != null && state?.label ? t(state.label) : placeholder }}\n </ng-template>\n</ng-container>\n", styles: [":host{--sg-border-radius: .25rem;--sg-border-width: 1px;--sg-border-color: #868686;--text-primary-color: #333;--sg-form-control-bg: #fff;--grey-000: hsl(0 0% 100%);--grey-100: hsl(0, 0%, 97%);--grey-200: hsl(0, 0%, 91%);--grey-300: hsl(0, 0%, 87%);--grey-400: hsl(0, 0%, 81%);--grey-500: hsl(0, 0%, 68%);--grey-600: hsl(0, 0%, 53%);--grey-700: hsl(0, 0%, 29%);--grey-800: hsl(0, 0%, 20%);--grey-900: hsl(0, 0%, 10%);--grey-1000: hsl(0 0% 0%);display:flex;flex-direction:column;max-width:100%;position:relative;width:100%;z-index:0;position:initial}:host label{display:block;font-weight:500;line-height:1.25rem;width:100%}:host label+.gds-input-wrapper,:host label+.nggv-field--locked{margin-top:.5rem}:host .description{font-size:.875rem;margin-bottom:.5rem;line-height:1.25rem;width:100%}:host:not(:last-child){margin-bottom:1.5rem}:host .gds-form-item__header{display:flex}:host .gds-form-item__header .form-info{font-weight:400}:host .gds-form-item__header button.icon.small{margin-top:-.5rem;margin-right:-.5rem}:host .gds-form-item__labels{flex:1;margin-bottom:.5rem}:host .gds-form-item__labels .form-info{margin-bottom:0}:host .gds-form-item__labels .form-info a:link:not(.button,[aria-disabled]){color:#0062bc}:host .gds-form-item__labels>*{width:100%;display:block}:host .gds-form-item__expandable-info{overflow:hidden;font-size:.875rem;line-height:1.25rem;transition:height .3s cubic-bezier(.23,1,.32,1)}:host .gds-form-item__expandable-info>div{padding-bottom:.5rem}:host .gds-form-item__backdrop{position:absolute;inset:0;background:var(--gds-ref-pallet-base100);border-radius:2px;z-index:-1;margin:-1rem;opacity:0;transition:all .3s cubic-bezier(.23,1,.32,1);border:1px solid transparent}@media (prefers-reduced-motion: reduce){:host .gds-form-item__backdrop{transition:none}}:host:has([aria-expanded=true]) .gds-form-item__backdrop{opacity:1;border-radius:.25rem;border-color:var(--gds-ref-pallet-base600)}:host .gds-form-item__footer:not(:empty){margin-top:.5rem;display:flex;column-gap:.5rem}:host .gds-form-item__footer:not(:empty)>span,:host .gds-form-item__footer:not(:empty)>.form-info{font-weight:500;line-height:1.125}:host .gds-field-label--optional{font-weight:400}:host button{background-color:transparent;border:0;cursor:pointer;font-family:inherit;padding:0;padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--grey-600);--sg-border-color: var(--grey-600);background:var(--sg-form-control-bg);color:var(--text-primary-color);min-height:2.75rem;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;max-width:100%;font-size:1rem;font-weight:400;line-height:1.125;text-align:left;width:100%}:host button:focus{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media (max-width: 35.98em){:host button{min-width:100%}}:host button>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host button:after{margin-left:.5rem;margin-right:.5rem;border-bottom:solid 2px var(--text-primary-color);border-left:solid 2px var(--text-primary-color);content:\"\";display:block;height:.5rem;width:.5rem;position:relative;top:-.15rem;transform:translate(75%) rotate3d(0,0,1,-45deg) scaleZ(-1);transition:transform .3s ease-in;flex-shrink:0}:host button[aria-expanded=true]:after{transform:translate(75%,6px) rotate3d(0,0,1,-45deg) scale3d(-1,-1,1)}:host button:hover:after{border-color:currentColor}:host button:disabled{--background: var(--grey-500)}:host button span{width:100%;white-space:nowrap;display:block;text-overflow:ellipsis}:host button.small{font-size:.875rem}:host button:hover{background:#e7e7e7}:host button:active{background:inherit;color:inherit;border-color:inherit}:host button:disabled,:host button.disabled{--text-primary-color: var(--grey-600);background:var(--grey-300);color:var(--grey-600);cursor:not-allowed}:host button.nggv-field--error{border-bottom:2px solid #9f000a}:host .gds-form-item__footer .form-info{font-weight:500;font-size:.875rem}:host .gds-form-item__footer .form-info--error{display:flex;align-items:flex-start;gap:.5em;color:#9f000a}:host .gds-form-item__footer .form-info--error .error-icon{
|
|
3821
|
+
args: [{ selector: 'nggv-dropdown', template: "<!-- LABEL -->\n<ng-container *transloco=\"let t; read: scope\">\n <label\n [id]=\"id + '-label'\"\n class=\"gds-field-label hide-if-empty\"\n [attr.for]=\"id + '-toggle'\"\n *ngIf=\"labelContentTpl || basicLabelContentTpl || label\"\n >\n <ng-template\n *ngTemplateOutlet=\"labelContentTpl || basicLabelContentTpl\"\n ></ng-template>\n <ng-template #basicLabelContentTpl>\n <!-- to trigger css:empty if no label was added -->\n <ng-container *ngIf=\"label\">\n {{ label }}\n <span\n *ngIf=\"optional === true || (required !== true && optional !== false)\"\n class=\"gds-field-label--optional\"\n >\n ({{ t('label.optional') }})\n </span>\n </ng-container>\n </ng-template>\n </label>\n\n <!-- DESCRIPTION -->\n <div class=\"description\" *ngIf=\"description\">{{ description }}</div>\n\n <!-- LOCKED INPUT -->\n <ng-container *ngIf=\"locked\">\n <div\n [id]=\"id + '-input'\"\n class=\"nggv-field--locked\"\n [attr.name]=\"name\"\n [attr.value]=\"state\"\n [attr.role]=\"role\"\n [attr.aria-labelledby]=\"id + '-label ' + id + '-input'\"\n >\n <span *ngIf=\"!state\" class=\"unset-state\">-</span>\n <ng-container *ngIf=\"state\">\n <ng-template\n *ngTemplateOutlet=\"\n selectedContentTpl || defaultSelectedContentTpl;\n context: { $implicit: state }\n \"\n >\n </ng-template>\n </ng-container>\n </div>\n </ng-container>\n\n <!-- INPUT -->\n <ng-container *ngIf=\"!locked\">\n <div class=\"gds-input-wrapper\">\n <div #input [id]=\"id + '-input'\" class=\"dropdown\">\n <button\n [id]=\"id + '-toggle'\"\n [disabled]=\"disabled\"\n type=\"button\"\n class=\"nggv-field-dropdown__label toggle\"\n [class.nggv-field--error]=\"invalid\"\n aria-haspopup=\"listbox\"\n [attr.data-thook]=\"thook + '-toggle'\"\n [attr.aria-expanded]=\"expanded\"\n [attr.aria-labelledby]=\"\n ariaLabel ? null : id + '-label ' + id + '-toggle'\n \"\n [attr.aria-label]=\"ariaLabel || null\"\n (click)=\"toggleDropdown()\"\n >\n <span>\n <ng-template\n *ngTemplateOutlet=\"\n selectedContentTpl || defaultSelectedContentTpl;\n context: { $implicit: state }\n \"\n >\n </ng-template>\n </span>\n </button>\n <nggv-dropdown-list\n #dropDownList\n [options]=\"options\"\n [scrollOffset]=\"scrollOffset\"\n [state]=\"state\"\n [expanded]=\"expanded\"\n [optionContentTpl]=\"optionContentTpl\"\n [groupLabelTpl]=\"groupLabelTpl\"\n [textToHighlight]=\"textToHighlight\"\n (closed)=\"setExpanded(false)\"\n (selectedValueChanged)=\"onSelectChange($event)\"\n >\n </nggv-dropdown-list>\n </div>\n <!-- ERRORS -->\n <div class=\"gds-form-item__footer error-wrapper\">\n <span\n class=\"form-info form-info--error\"\n [attr.for]=\"id + '-input'\"\n *ngIf=\"invalid && (error || ngControl?.invalid)\"\n >\n <span class=\"error-icon\">\n <gds-icon-triangle-exclamation\n width=\"16\"\n height=\"16\"\n [solid]=\"true\"\n *nggCoreElement\n ></gds-icon-triangle-exclamation>\n </span>\n <span\n *ngIf=\"error; else errorsRef\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n </span>\n <ng-template #errorsRef>\n <span\n *ngIf=\"firstError as error\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >\n {{ t('error.field' + error?.code, error?.params) }}\n </span>\n </ng-template>\n </div>\n <!-- CHILDREN -->\n <ng-content></ng-content>\n </div>\n </ng-container>\n\n <ng-template #defaultSelectedContentTpl let-state>\n <!-- eslint-disable-next-line @angular-eslint/template/eqeqeq -->\n {{ state?.key != null && state?.label ? t(state.label) : placeholder }}\n </ng-template>\n</ng-container>\n", styles: [":host{--sg-border-radius: .25rem;--sg-border-width: 1px;--sg-border-color: #868686;--text-primary-color: #333;--sg-form-control-bg: #fff;--grey-000: hsl(0 0% 100%);--grey-100: hsl(0, 0%, 97%);--grey-200: hsl(0, 0%, 91%);--grey-300: hsl(0, 0%, 87%);--grey-400: hsl(0, 0%, 81%);--grey-500: hsl(0, 0%, 68%);--grey-600: hsl(0, 0%, 53%);--grey-700: hsl(0, 0%, 29%);--grey-800: hsl(0, 0%, 20%);--grey-900: hsl(0, 0%, 10%);--grey-1000: hsl(0 0% 0%);display:flex;flex-direction:column;max-width:100%;position:relative;width:100%;z-index:0;position:initial}:host label{display:block;font-weight:500;line-height:1.25rem;width:100%}:host label+.gds-input-wrapper,:host label+.nggv-field--locked{margin-top:.5rem}:host .description{font-size:.875rem;margin-bottom:.5rem;line-height:1.25rem;width:100%}:host:not(:last-child){margin-bottom:1.5rem}:host .gds-form-item__header{display:flex}:host .gds-form-item__header .form-info{font-weight:400}:host .gds-form-item__header button.icon.small{margin-top:-.5rem;margin-right:-.5rem}:host .gds-form-item__labels{flex:1;margin-bottom:.5rem}:host .gds-form-item__labels .form-info{margin-bottom:0}:host .gds-form-item__labels .form-info a:link:not(.button,[aria-disabled]){color:#0062bc}:host .gds-form-item__labels>*{width:100%;display:block}:host .gds-form-item__expandable-info{overflow:hidden;font-size:.875rem;line-height:1.25rem;transition:height .3s cubic-bezier(.23,1,.32,1)}:host .gds-form-item__expandable-info>div{padding-bottom:.5rem}:host .gds-form-item__backdrop{position:absolute;inset:0;background:var(--gds-ref-pallet-base100);border-radius:2px;z-index:-1;margin:-1rem;opacity:0;transition:all .3s cubic-bezier(.23,1,.32,1);border:1px solid transparent}@media (prefers-reduced-motion: reduce){:host .gds-form-item__backdrop{transition:none}}:host:has([aria-expanded=true]) .gds-form-item__backdrop{opacity:1;border-radius:.25rem;border-color:var(--gds-ref-pallet-base600)}:host .gds-form-item__footer:not(:empty){margin-top:.5rem;display:flex;column-gap:.5rem}:host .gds-form-item__footer:not(:empty)>span,:host .gds-form-item__footer:not(:empty)>.form-info{font-weight:500;line-height:1.125}:host:not(:last-child){margin-bottom:unset}:host .gds-field-label--optional{font-weight:400}:host button{background-color:transparent;border:0;cursor:pointer;font-family:inherit;padding:0;padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--grey-600);--sg-border-color: var(--grey-600);background:var(--sg-form-control-bg);color:var(--text-primary-color);min-height:2.75rem;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;max-width:100%;font-size:1rem;font-weight:400;line-height:1.125;text-align:left;width:100%}:host button:focus{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media (max-width: 35.98em){:host button{min-width:100%}}:host button>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host button:after{margin-left:.5rem;margin-right:.5rem;border-bottom:solid 2px var(--text-primary-color);border-left:solid 2px var(--text-primary-color);content:\"\";display:block;height:.5rem;width:.5rem;position:relative;top:-.15rem;transform:translate(75%) rotate3d(0,0,1,-45deg) scaleZ(-1);transition:transform .3s ease-in;flex-shrink:0}:host button[aria-expanded=true]:after{transform:translate(75%,6px) rotate3d(0,0,1,-45deg) scale3d(-1,-1,1)}:host button:hover:after{border-color:currentColor}:host button:disabled{--background: var(--grey-500)}:host button span{width:100%;white-space:nowrap;display:block;text-overflow:ellipsis}:host button.small{font-size:.875rem}:host button:hover{background:#e7e7e7}:host button:active{background:inherit;color:inherit;border-color:inherit}:host button:disabled,:host button.disabled{--text-primary-color: var(--grey-600);background:var(--grey-300);color:var(--grey-600);cursor:not-allowed}:host button.nggv-field--error{border-bottom:2px solid #9f000a}:host .gds-form-item__footer .form-info{font-weight:500;font-size:.875rem}:host .gds-form-item__footer .form-info--error{display:flex;align-items:flex-start;gap:.5em;color:#9f000a}:host .gds-form-item__footer .form-info--error .error-icon{align-items:center}:host .dropdown{width:100%;position:relative}:host .dropdown nggv-dropdown-list{width:100%}\n"] }]
|
|
3820
3822
|
}], ctorParameters: () => [{ type: i1$1.NgControl, decorators: [{
|
|
3821
3823
|
type: Self
|
|
3822
3824
|
}, {
|
|
@@ -4747,11 +4749,11 @@ class NggvInputComponent extends NggvBaseControlValueAccessorComponent$1 {
|
|
|
4747
4749
|
this.inputChange$.next(this.state);
|
|
4748
4750
|
}
|
|
4749
4751
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NggvInputComponent, deps: [{ token: i1$1.NgControl, optional: true, self: true }, { token: TRANSLOCO_SCOPE, optional: true }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4750
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NggvInputComponent, selector: "nggv-input", inputs: { thook: "thook", type: "type", placeholder: "placeholder", autocomplete: "autocomplete", readonly: "readonly", email: "email", min: "min", max: "max", step: "step", minLength: "minLength", minlength: "minlength", maxLength: "maxLength", maxlength: "maxlength", showCharacterCountdown: "showCharacterCountdown", pattern: "pattern", debounceTime: "debounceTime", inputMask: "inputMask" }, outputs: { nggvInput: "nggvInput" }, host: { properties: { "class": "this.class", "attr.data-thook": "this.thook" } }, usesInheritance: true, ngImport: i0, template: "<!-- LABEL -->\n<label\n [id]=\"id + '-label'\"\n class=\"gds-field-label hide-if-empty\"\n [attr.for]=\"id + '-input'\"\n *transloco=\"let t; read: scope\"\n>\n <ng-template\n *ngTemplateOutlet=\"labelContentTpl || basicLabelContentTpl\"\n ></ng-template>\n <ng-template #basicLabelContentTpl>\n <!-- to trigger css:empty if no label was added -->\n <ng-container *ngIf=\"label\">\n {{ label }}\n <span\n *ngIf=\"optional === true || (required !== true && optional !== false)\"\n class=\"gds-field-label--optional\"\n >\n ({{ t('label.optional') }})\n </span>\n </ng-container>\n </ng-template>\n</label>\n\n<!-- DESCRIPTION -->\n<div\n class=\"form-info description hide-if-empty\"\n *ngIf=\"description && descriptionIsVisible\"\n>\n {{ description }}\n</div>\n\n<!-- LOCKED INPUT -->\n<ng-container *ngIf=\"locked\">\n <div\n [id]=\"id + '-input'\"\n class=\"nggv-field--locked\"\n [attr.name]=\"name\"\n [attr.value]=\"state\"\n [attr.role]=\"role\"\n >\n <span *ngIf=\"!state\" class=\"unset-state\">-</span>\n <ng-container *ngIf=\"state\">\n <ng-container *ngIf=\"!inputMask\">\n {{ state }}\n </ng-container>\n <ng-container *ngIf=\"!!inputMask\">\n {{ state | nggvInputMaskFormat: inputMask }}\n </ng-container>\n </ng-container>\n </div>\n</ng-container>\n\n<!-- INPUT WRAPPER -->\n<ng-container *ngIf=\"!locked\">\n <div class=\"gds-input-wrapper\" [class.nggv-field--error]=\"invalid\">\n <div class=\"input-group-prefix hide-if-empty\">\n <ng-content select=\"[slot='prefix']\"></ng-content>\n </div>\n\n <!-- INPUT FIELD -->\n <div class=\"input-group\" *ngIf=\"!inputMask\">\n <input\n #input\n [id]=\"id + '-input'\"\n class=\"gds-field\"\n [attr.type]=\"type\"\n [attr.name]=\"name\"\n [attr.required]=\"required\"\n [attr.email]=\"email\"\n [attr.aria-describedby]=\"id + '-message'\"\n [min]=\"min\"\n [max]=\"max\"\n [step]=\"step\"\n [attr.maxlength]=\"maxlength\"\n [attr.minlength]=\"minlength\"\n [pattern]=\"pattern\"\n title=\"\"\n [disabled]=\"disabled\"\n [autocomplete]=\"autocomplete\"\n [autofocus]=\"autofocus\"\n [readOnly]=\"readonly\"\n [attr.role]=\"role\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-label]=\"description\"\n [value]=\"state\"\n (input)=\"onInput($event)\"\n (focus)=\"onFocus($event)\"\n (blur)=\"onBlur($event)\"\n />\n </div>\n\n <!-- INPUT FIELD WITH MASK -->\n <div\n class=\"input-group\"\n *ngIf=\"!!inputMask && (hideInput$ | async) === false\"\n >\n <input\n #input\n [id]=\"id + '-input'\"\n class=\"gds-field\"\n autocomplete=\"off\"\n [attr.name]=\"name\"\n [attr.required]=\"required\"\n [readOnly]=\"readonly\"\n [attr.role]=\"role\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-label]=\"description\"\n [attr.aria-describedby]=\"id + '-message'\"\n [nggvInputMask]=\"inputMask\"\n title=\"\"\n [formControl]=\"control\"\n />\n </div>\n\n <div class=\"input-group-suffix hide-if-empty\">\n <ng-content select=\"[slot='suffix']\"></ng-content>\n <ng-content></ng-content>\n </div>\n </div>\n\n <!-- ERRORS -->\n <div\n class=\"gds-form-item__footer error-wrapper\"\n *transloco=\"let t; read: scope\"\n >\n <span\n class=\"form-info form-info--error\"\n [attr.for]=\"id + '-input'\"\n *ngIf=\"invalid && (error || ngControl?.invalid)\"\n >\n <span class=\"error-icon\">\n <gds-icon-triangle-exclamation\n width=\"16\"\n height=\"16\"\n solid=\"true\"\n *nggCoreElement\n ></gds-icon-triangle-exclamation>\n </span>\n\n <span\n *ngIf=\"error; else errorsRef\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n <ng-template #errorsRef>\n <span\n *ngIf=\"firstError as error\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >\n {{ t('error.field' + error?.code, error?.params) }}\n </span>\n </ng-template>\n </span>\n\n <ng-container *ngIf=\"!inputMask && hasMaxLength && showCharacterCountdown\">\n <span\n *nggvCharacterCountdown=\"\n maxlength;\n currentLength: (inputRef?.nativeElement?.value ?? '').length;\n charactersLeft as charactersLeft\n \"\n class=\"form-info form-info--countdown\"\n style=\"text-align: right\"\n >\n {{ charactersLeft }} {{ t('label.maxlength') }}\n </span>\n </ng-container>\n </div>\n</ng-container>\n", styles: [":host{--sg-text-primary: #333;--sg-form-control-bg: #fff;--gds-ref-pallet-base100: hsl(0, 0%, 97%);--sg-border-radius: 4px;--sg-border-width: 1px;--sg-border-color: #868686}:host *{box-sizing:border-box}:host.gds-form-item{display:flex;flex-direction:column;max-width:100%;position:relative;width:100%;z-index:0}:host.gds-form-item:not(:last-child){margin-bottom:1.5rem}:host.gds-form-item .gds-form-item__header{display:flex}:host.gds-form-item .gds-form-item__header .form-info{font-weight:400}:host.gds-form-item .gds-form-item__header button.icon.small{margin-top:-.5rem;margin-right:-.5rem}:host.gds-form-item .gds-form-item__labels{flex:1;margin-bottom:.5rem}:host.gds-form-item .gds-form-item__labels .form-info{margin-bottom:0}:host.gds-form-item .gds-form-item__labels .form-info a:link:not(.button,[aria-disabled]){color:#0062bc}:host.gds-form-item .gds-form-item__labels>*{width:100%;display:block}:host.gds-form-item .gds-form-item__expandable-info{overflow:hidden;font-size:.875rem;line-height:1.25rem;transition:height .3s cubic-bezier(.23,1,.32,1)}:host.gds-form-item .gds-form-item__expandable-info>div{padding-bottom:.5rem}:host.gds-form-item .gds-form-item__backdrop{position:absolute;inset:0;background:var(--gds-ref-pallet-base100);border-radius:2px;z-index:-1;margin:-1rem;opacity:0;transition:all .3s cubic-bezier(.23,1,.32,1);border:1px solid transparent}@media (prefers-reduced-motion: reduce){:host.gds-form-item .gds-form-item__backdrop{transition:none}}:host.gds-form-item:has([aria-expanded=true]) .gds-form-item__backdrop{opacity:1;border-radius:.25rem;border-color:var(--gds-ref-pallet-base600)}:host.gds-form-item .gds-form-item__footer:not(:empty){margin-top:.5rem;display:flex;column-gap:.5rem}:host.gds-form-item .gds-form-item__footer:not(:empty)>span,:host.gds-form-item .gds-form-item__footer:not(:empty)>.form-info{font-weight:500;line-height:1.125}:host.gds-form-item .gds-form-item__footer:not(:empty) .form-info{font-weight:500}:host.gds-form-item .gds-form-item__footer:not(:empty) .form-info--error{display:flex;align-items:flex-start;gap:.5em;color:#9f000a}:host.gds-form-item .gds-form-item__footer:not(:empty) .form-info--error .error-icon{margin-top:.128rem;align-items:center}:host.gds-form-item .gds-form-item__footer:not(:empty)>.form-info--countdown{font-weight:400}:host .hide-if-empty:empty{display:none}:host input:not([type]),:host input[type=date],:host input[type=datetime],:host input[type=datetime-local],:host input[type=email],:host input[type=month],:host input[type=number],:host input[type=password],:host input[type=search],:host input[type=tel],:host input[type=text],:host input[type=time],:host input[type=url],:host input[type=week]{padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--sg-border-color);background-color:var(--sg-form-control-bg);color:var(--sg-text-primary);min-height:2.75rem;display:flex;align-items:center;justify-content:center}:host input:not([type]):focus:not(:focus-visible),:host input[type=date]:focus:not(:focus-visible),:host input[type=datetime]:focus:not(:focus-visible),:host input[type=datetime-local]:focus:not(:focus-visible),:host input[type=email]:focus:not(:focus-visible),:host input[type=month]:focus:not(:focus-visible),:host input[type=number]:focus:not(:focus-visible),:host input[type=password]:focus:not(:focus-visible),:host input[type=search]:focus:not(:focus-visible),:host input[type=tel]:focus:not(:focus-visible),:host input[type=text]:focus:not(:focus-visible),:host input[type=time]:focus:not(:focus-visible),:host input[type=url]:focus:not(:focus-visible),:host input[type=week]:focus:not(:focus-visible){box-shadow:none;outline:0}:host input:not([type]):focus,:host input:not([type]):focus-visible,:host input[type=date]:focus,:host input[type=date]:focus-visible,:host input[type=datetime]:focus,:host input[type=datetime]:focus-visible,:host input[type=datetime-local]:focus,:host input[type=datetime-local]:focus-visible,:host input[type=email]:focus,:host input[type=email]:focus-visible,:host input[type=month]:focus,:host input[type=month]:focus-visible,:host input[type=number]:focus,:host input[type=number]:focus-visible,:host input[type=password]:focus,:host input[type=password]:focus-visible,:host input[type=search]:focus,:host input[type=search]:focus-visible,:host input[type=tel]:focus,:host input[type=tel]:focus-visible,:host input[type=text]:focus,:host input[type=text]:focus-visible,:host input[type=time]:focus,:host input[type=time]:focus-visible,:host input[type=url]:focus,:host input[type=url]:focus-visible,:host input[type=week]:focus,:host input[type=week]:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host input:not([type]).small,:host input[type=date].small,:host input[type=datetime].small,:host input[type=datetime-local].small,:host input[type=email].small,:host input[type=month].small,:host input[type=number].small,:host input[type=password].small,:host input[type=search].small,:host input[type=tel].small,:host input[type=text].small,:host input[type=time].small,:host input[type=url].small,:host input[type=week].small{min-height:2rem;padding:.25rem .75rem;line-height:1rem}@media screen and (-ms-high-contrast: active){:host input:not([type]),:host input[type=date],:host input[type=datetime],:host input[type=datetime-local],:host input[type=email],:host input[type=month],:host input[type=number],:host input[type=password],:host input[type=search],:host input[type=tel],:host input[type=text],:host input[type=time],:host input[type=url],:host input[type=week]{border:2px solid currentcolor}}:host input:not([type]):disabled,:host input:not([type]).disabled,:host input:not([type])[aria-disabled=true],:host input[type=date]:disabled,:host input[type=date].disabled,:host input[type=date][aria-disabled=true],:host input[type=datetime]:disabled,:host input[type=datetime].disabled,:host input[type=datetime][aria-disabled=true],:host input[type=datetime-local]:disabled,:host input[type=datetime-local].disabled,:host input[type=datetime-local][aria-disabled=true],:host input[type=email]:disabled,:host input[type=email].disabled,:host input[type=email][aria-disabled=true],:host input[type=month]:disabled,:host input[type=month].disabled,:host input[type=month][aria-disabled=true],:host input[type=number]:disabled,:host input[type=number].disabled,:host input[type=number][aria-disabled=true],:host input[type=password]:disabled,:host input[type=password].disabled,:host input[type=password][aria-disabled=true],:host input[type=search]:disabled,:host input[type=search].disabled,:host input[type=search][aria-disabled=true],:host input[type=tel]:disabled,:host input[type=tel].disabled,:host input[type=tel][aria-disabled=true],:host input[type=text]:disabled,:host input[type=text].disabled,:host input[type=text][aria-disabled=true],:host input[type=time]:disabled,:host input[type=time].disabled,:host input[type=time][aria-disabled=true],:host input[type=url]:disabled,:host input[type=url].disabled,:host input[type=url][aria-disabled=true],:host input[type=week]:disabled,:host input[type=week].disabled,:host input[type=week][aria-disabled=true]{background:var(--sg-form-control-bg-disabled)!important;color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host input:not([type]):disabled::placeholder,:host input:not([type]).disabled::placeholder,:host input:not([type])[aria-disabled=true]::placeholder,:host input[type=date]:disabled::placeholder,:host input[type=date].disabled::placeholder,:host input[type=date][aria-disabled=true]::placeholder,:host input[type=datetime]:disabled::placeholder,:host input[type=datetime].disabled::placeholder,:host input[type=datetime][aria-disabled=true]::placeholder,:host input[type=datetime-local]:disabled::placeholder,:host input[type=datetime-local].disabled::placeholder,:host input[type=datetime-local][aria-disabled=true]::placeholder,:host input[type=email]:disabled::placeholder,:host input[type=email].disabled::placeholder,:host input[type=email][aria-disabled=true]::placeholder,:host input[type=month]:disabled::placeholder,:host input[type=month].disabled::placeholder,:host input[type=month][aria-disabled=true]::placeholder,:host input[type=number]:disabled::placeholder,:host input[type=number].disabled::placeholder,:host input[type=number][aria-disabled=true]::placeholder,:host input[type=password]:disabled::placeholder,:host input[type=password].disabled::placeholder,:host input[type=password][aria-disabled=true]::placeholder,:host input[type=search]:disabled::placeholder,:host input[type=search].disabled::placeholder,:host input[type=search][aria-disabled=true]::placeholder,:host input[type=tel]:disabled::placeholder,:host input[type=tel].disabled::placeholder,:host input[type=tel][aria-disabled=true]::placeholder,:host input[type=text]:disabled::placeholder,:host input[type=text].disabled::placeholder,:host input[type=text][aria-disabled=true]::placeholder,:host input[type=time]:disabled::placeholder,:host input[type=time].disabled::placeholder,:host input[type=time][aria-disabled=true]::placeholder,:host input[type=url]:disabled::placeholder,:host input[type=url].disabled::placeholder,:host input[type=url][aria-disabled=true]::placeholder,:host input[type=week]:disabled::placeholder,:host input[type=week].disabled::placeholder,:host input[type=week][aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host input:not([type]):hover,:host input[type=date]:hover,:host input[type=datetime]:hover,:host input[type=datetime-local]:hover,:host input[type=email]:hover,:host input[type=month]:hover,:host input[type=number]:hover,:host input[type=password]:hover,:host input[type=search]:hover,:host input[type=tel]:hover,:host input[type=text]:hover,:host input[type=time]:hover,:host input[type=url]:hover,:host input[type=week]:hover{background-color:var(--gds-ref-pallet-base100)}:host input[type=number]{-moz-appearance:textfield}:host input[type=number]::-webkit-outer-spin-button,:host input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}:host input{width:100%;line-height:18px;font-size:1rem;font-family:inherit}:host .gds-input-wrapper{position:relative;transition:all .2s ease-in-out,outline-offset 0s,outline-width 0s;border:1px solid #868686;border-radius:4px;outline:none;box-sizing:border-box;min-height:2.75rem;line-height:1.5;font-size:1rem;font-family:inherit;display:flex;flex-direction:row}:host .gds-input-wrapper:before{background:transparent;border-radius:0 0 4px 4px;clip-path:inset(4px 0 0 0);content:\"\";display:block;height:4px;position:absolute;transition:.3s ease-in-out;width:100%}:host .gds-input-wrapper:before{bottom:0}.is-invalid :host .gds-input-wrapper{color:var(--intent-danger-background);opacity:1}.is-invalid :host .gds-input-wrapper:before{background:var(--intent-danger-background);clip-path:inset(1px 0 0 0)}:host .gds-input-wrapper.nggv-field--error{border-bottom:.125rem solid #9f000a!important;height:100%}:host .gds-input-wrapper *,:host .gds-input-wrapper *:before,:host .gds-input-wrapper *:after{box-sizing:border-box}:host .gds-input-wrapper .input-group-prefix{min-height:2.5rem;border:none;border-radius:3px;height:2.625rem;min-width:2.625rem;border-top-right-radius:0!important;border-bottom-right-radius:0!important;display:flex;align-items:center;justify-content:center}:host .gds-input-wrapper .input-group-prefix[disabled]{background-color:#f8f8f8!important;color:#adadad}@media (max-width: 35.98em){:host .gds-input-wrapper .input-group-prefix{min-width:initial}}:host .gds-input-wrapper .input-group-prefix:empty{display:none}:host .gds-input-wrapper .input-group-suffix{min-height:2.5rem;border:none;border-radius:3px;height:2.625rem;min-width:2.625rem;border-top-left-radius:0!important;border-bottom-left-radius:0!important;display:flex;align-items:center;justify-content:center}:host .gds-input-wrapper .input-group-suffix[disabled]{background-color:#f8f8f8!important;color:#adadad}@media (max-width: 35.98em){:host .gds-input-wrapper .input-group-suffix{min-width:initial}}:host .gds-input-wrapper .input-group-suffix:empty{display:none}:host .gds-input-wrapper .input-group{width:100%}:host .gds-input-wrapper .input-group input{outline:none;min-height:2.5rem;height:2.625rem;line-height:1.5;font-size:1rem;font-family:inherit;border:none;min-height:2.375rem;width:100%}:host .gds-input-wrapper .input-group input *,:host .gds-input-wrapper .input-group input *:before,:host .gds-input-wrapper .input-group input *:after{box-sizing:border-box}:host .gds-input-wrapper .input-group input:hover{border-color:#41b0ee}:host .gds-input-wrapper .input-group input:focus{outline-color:#1a1a1a;outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .gds-input-wrapper .input-group input:active{border-color:#cecece}:host .gds-input-wrapper .input-group input[disabled]{background-color:#f8f8f8;border-color:#cecece}:host .gds-input-wrapper .input-group input[disabled]::placeholder{color:#cecece}:host .gds-input-wrapper .input-group input:not(:focus){border-right:none;padding-right:0}:host .gds-input-wrapper .input-group input:focus{padding-right:0}:host .gds-input-wrapper:has(.input-group-prefix:not(:empty)) .input-group input{border-bottom-left-radius:0;border-top-left-radius:0}:host .gds-input-wrapper:has(.input-group-suffix:not(:empty)) .input-group input{border-bottom-right-radius:0;border-top-right-radius:0}:host label:is(label),:host .label:is(label),:host legend:is(label){margin-bottom:0}:host label.form-control,:host .label.form-control,:host legend.form-control{width:fit-content}@supports (-moz-appearance: none){:host label.form-control:focus:not(:focus-visible),:host .label.form-control:focus:not(:focus-visible),:host legend.form-control:focus:not(:focus-visible){box-shadow:none;outline:0}:host label.form-control:focus,:host label.form-control:focus-within,:host .label.form-control:focus,:host .label.form-control:focus-within,:host legend.form-control:focus,:host legend.form-control:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}}:host label:not(.form-control),:host .label:not(.form-control),:host legend:not(.form-control){font-weight:500;width:100%;line-height:1.25rem}:host label+input,:host label+textarea,fieldset :host label+div,:host label+button,:host label+.group-stepper,:host label+.stepper-wrapper,:host label+.group,:host .label+input,:host .label+textarea,fieldset :host .label+div,:host .label+button,:host .label+.group-stepper,:host .label+.stepper-wrapper,:host .label+.group,:host legend+input,:host legend+textarea,fieldset :host legend+div,:host legend+button,:host legend+.group-stepper,:host legend+.stepper-wrapper,:host legend+.group{margin-top:.5rem}:host label+.form-info,:host .label+.form-info,:host legend+.form-info{margin-bottom:.5rem}:host .gds-field-label--optional{font-weight:400}:host .form-info{font-size:.875rem;line-height:1.25rem;width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i3.TranslocoDirective, selector: "[transloco]", inputs: ["transloco", "translocoParams", "translocoScope", "translocoRead", "translocoPrefix", "translocoLang", "translocoLoadingTpl"] }, { kind: "directive", type: i4$1.NggvInputMaskDirective, selector: "[nggvInputMask]", inputs: ["nggvInputMask"] }, { kind: "directive", type: i1$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i5.CharacterCountdownDirective, selector: "[nggvCharacterCountdown]", inputs: ["nggvCharacterCountdown", "nggvCharacterCountdownCurrentLength"] }, { kind: "directive", type: i4.NggCoreElementDirective, selector: "[nggCoreElement]" }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i4$1.InputMaskFormatPipe, name: "nggvInputMaskFormat" }] }); }
|
|
4752
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NggvInputComponent, selector: "nggv-input", inputs: { thook: "thook", type: "type", placeholder: "placeholder", autocomplete: "autocomplete", readonly: "readonly", email: "email", min: "min", max: "max", step: "step", minLength: "minLength", minlength: "minlength", maxLength: "maxLength", maxlength: "maxlength", showCharacterCountdown: "showCharacterCountdown", pattern: "pattern", debounceTime: "debounceTime", inputMask: "inputMask" }, outputs: { nggvInput: "nggvInput" }, host: { properties: { "class": "this.class", "attr.data-thook": "this.thook" } }, usesInheritance: true, ngImport: i0, template: "<!-- LABEL -->\n<label\n [id]=\"id + '-label'\"\n class=\"gds-field-label hide-if-empty\"\n [attr.for]=\"id + '-input'\"\n *transloco=\"let t; read: scope\"\n>\n <ng-template\n *ngTemplateOutlet=\"labelContentTpl || basicLabelContentTpl\"\n ></ng-template>\n <ng-template #basicLabelContentTpl>\n <!-- to trigger css:empty if no label was added -->\n <ng-container *ngIf=\"label\">\n {{ label }}\n <span\n *ngIf=\"optional === true || (required !== true && optional !== false)\"\n class=\"gds-field-label--optional\"\n >\n ({{ t('label.optional') }})\n </span>\n </ng-container>\n </ng-template>\n</label>\n\n<!-- DESCRIPTION -->\n<div\n class=\"form-info description hide-if-empty\"\n *ngIf=\"description && descriptionIsVisible\"\n>\n {{ description }}\n</div>\n\n<!-- LOCKED INPUT -->\n<ng-container *ngIf=\"locked\">\n <div\n [id]=\"id + '-input'\"\n class=\"nggv-field--locked\"\n [attr.name]=\"name\"\n [attr.value]=\"state\"\n [attr.role]=\"role\"\n >\n <span *ngIf=\"!state\" class=\"unset-state\">-</span>\n <ng-container *ngIf=\"state\">\n <ng-container *ngIf=\"!inputMask\">\n {{ state }}\n </ng-container>\n <ng-container *ngIf=\"!!inputMask\">\n {{ state | nggvInputMaskFormat: inputMask }}\n </ng-container>\n </ng-container>\n </div>\n</ng-container>\n\n<!-- INPUT WRAPPER -->\n<ng-container *ngIf=\"!locked\">\n <div class=\"gds-input-wrapper\" [class.nggv-field--error]=\"invalid\">\n <div class=\"input-group-prefix hide-if-empty\">\n <ng-content select=\"[slot='prefix']\"></ng-content>\n </div>\n\n <!-- INPUT FIELD -->\n <div class=\"input-group\" *ngIf=\"!inputMask\">\n <input\n #input\n [id]=\"id + '-input'\"\n class=\"gds-field\"\n [attr.type]=\"type\"\n [attr.name]=\"name\"\n [attr.required]=\"required\"\n [attr.email]=\"email\"\n [attr.aria-describedby]=\"id + '-message'\"\n [min]=\"min\"\n [max]=\"max\"\n [step]=\"step\"\n [attr.maxlength]=\"maxlength\"\n [attr.minlength]=\"minlength\"\n [pattern]=\"pattern\"\n title=\"\"\n [disabled]=\"disabled\"\n [autocomplete]=\"autocomplete\"\n [autofocus]=\"autofocus\"\n [readOnly]=\"readonly\"\n [attr.role]=\"role\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-label]=\"description\"\n [value]=\"state\"\n (input)=\"onInput($event)\"\n (focus)=\"onFocus($event)\"\n (blur)=\"onBlur($event)\"\n />\n </div>\n\n <!-- INPUT FIELD WITH MASK -->\n <div\n class=\"input-group\"\n *ngIf=\"!!inputMask && (hideInput$ | async) === false\"\n >\n <input\n #input\n [id]=\"id + '-input'\"\n class=\"gds-field\"\n autocomplete=\"off\"\n [attr.name]=\"name\"\n [attr.required]=\"required\"\n [readOnly]=\"readonly\"\n [attr.role]=\"role\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-label]=\"description\"\n [attr.aria-describedby]=\"id + '-message'\"\n [nggvInputMask]=\"inputMask\"\n title=\"\"\n [formControl]=\"control\"\n />\n </div>\n\n <div class=\"input-group-suffix hide-if-empty\">\n <ng-content select=\"[slot='suffix']\"></ng-content>\n <ng-content></ng-content>\n </div>\n </div>\n\n <!-- ERRORS -->\n <div\n class=\"gds-form-item__footer error-wrapper\"\n *transloco=\"let t; read: scope\"\n >\n <span\n class=\"form-info form-info--error\"\n [attr.for]=\"id + '-input'\"\n *ngIf=\"invalid && (error || ngControl?.invalid)\"\n >\n <span class=\"error-icon\">\n <gds-icon-triangle-exclamation\n width=\"16\"\n height=\"16\"\n solid=\"true\"\n *nggCoreElement\n ></gds-icon-triangle-exclamation>\n </span>\n\n <span\n *ngIf=\"error; else errorsRef\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n <ng-template #errorsRef>\n <span\n *ngIf=\"firstError as error\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >\n {{ t('error.field' + error?.code, error?.params) }}\n </span>\n </ng-template>\n </span>\n\n <ng-container *ngIf=\"!inputMask && hasMaxLength && showCharacterCountdown\">\n <span\n *nggvCharacterCountdown=\"\n maxlength;\n currentLength: (inputRef?.nativeElement?.value ?? '').length;\n charactersLeft as charactersLeft\n \"\n class=\"form-info form-info--countdown\"\n style=\"text-align: right\"\n >\n {{ charactersLeft }} {{ t('label.maxlength') }}\n </span>\n </ng-container>\n </div>\n</ng-container>\n", styles: [":host{--sg-text-primary: #333;--sg-form-control-bg: #fff;--gds-ref-pallet-base100: hsl(0, 0%, 97%);--sg-border-radius: 4px;--sg-border-width: 1px;--sg-border-color: #868686}:host *{box-sizing:border-box}:host.gds-form-item{display:flex;flex-direction:column;max-width:100%;position:relative;width:100%;z-index:0}:host.gds-form-item:not(:last-child){margin-bottom:1.5rem}:host.gds-form-item .gds-form-item__header{display:flex}:host.gds-form-item .gds-form-item__header .form-info{font-weight:400}:host.gds-form-item .gds-form-item__header button.icon.small{margin-top:-.5rem;margin-right:-.5rem}:host.gds-form-item .gds-form-item__labels{flex:1;margin-bottom:.5rem}:host.gds-form-item .gds-form-item__labels .form-info{margin-bottom:0}:host.gds-form-item .gds-form-item__labels .form-info a:link:not(.button,[aria-disabled]){color:#0062bc}:host.gds-form-item .gds-form-item__labels>*{width:100%;display:block}:host.gds-form-item .gds-form-item__expandable-info{overflow:hidden;font-size:.875rem;line-height:1.25rem;transition:height .3s cubic-bezier(.23,1,.32,1)}:host.gds-form-item .gds-form-item__expandable-info>div{padding-bottom:.5rem}:host.gds-form-item .gds-form-item__backdrop{position:absolute;inset:0;background:var(--gds-ref-pallet-base100);border-radius:2px;z-index:-1;margin:-1rem;opacity:0;transition:all .3s cubic-bezier(.23,1,.32,1);border:1px solid transparent}@media (prefers-reduced-motion: reduce){:host.gds-form-item .gds-form-item__backdrop{transition:none}}:host.gds-form-item:has([aria-expanded=true]) .gds-form-item__backdrop{opacity:1;border-radius:.25rem;border-color:var(--gds-ref-pallet-base600)}:host.gds-form-item .gds-form-item__footer:not(:empty){margin-top:.5rem;display:flex;column-gap:.5rem}:host.gds-form-item .gds-form-item__footer:not(:empty)>span,:host.gds-form-item .gds-form-item__footer:not(:empty)>.form-info{font-weight:500;line-height:1.125}:host.gds-form-item .gds-form-item__footer:not(:empty) .form-info{font-weight:500}:host.gds-form-item .gds-form-item__footer:not(:empty) .form-info--error{display:flex;align-items:flex-start;gap:.5em;color:#9f000a}:host.gds-form-item .gds-form-item__footer:not(:empty) .form-info--error .error-icon{align-items:center}:host.gds-form-item .gds-form-item__footer:not(:empty)>.form-info--countdown{font-weight:400}:host .hide-if-empty:empty{display:none}:host input:not([type]),:host input[type=date],:host input[type=datetime],:host input[type=datetime-local],:host input[type=email],:host input[type=month],:host input[type=number],:host input[type=password],:host input[type=search],:host input[type=tel],:host input[type=text],:host input[type=time],:host input[type=url],:host input[type=week]{padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--sg-border-color);background-color:var(--sg-form-control-bg);color:var(--sg-text-primary);min-height:2.75rem;display:flex;align-items:center;justify-content:center}:host input:not([type]):focus:not(:focus-visible),:host input[type=date]:focus:not(:focus-visible),:host input[type=datetime]:focus:not(:focus-visible),:host input[type=datetime-local]:focus:not(:focus-visible),:host input[type=email]:focus:not(:focus-visible),:host input[type=month]:focus:not(:focus-visible),:host input[type=number]:focus:not(:focus-visible),:host input[type=password]:focus:not(:focus-visible),:host input[type=search]:focus:not(:focus-visible),:host input[type=tel]:focus:not(:focus-visible),:host input[type=text]:focus:not(:focus-visible),:host input[type=time]:focus:not(:focus-visible),:host input[type=url]:focus:not(:focus-visible),:host input[type=week]:focus:not(:focus-visible){box-shadow:none;outline:0}:host input:not([type]):focus,:host input:not([type]):focus-visible,:host input[type=date]:focus,:host input[type=date]:focus-visible,:host input[type=datetime]:focus,:host input[type=datetime]:focus-visible,:host input[type=datetime-local]:focus,:host input[type=datetime-local]:focus-visible,:host input[type=email]:focus,:host input[type=email]:focus-visible,:host input[type=month]:focus,:host input[type=month]:focus-visible,:host input[type=number]:focus,:host input[type=number]:focus-visible,:host input[type=password]:focus,:host input[type=password]:focus-visible,:host input[type=search]:focus,:host input[type=search]:focus-visible,:host input[type=tel]:focus,:host input[type=tel]:focus-visible,:host input[type=text]:focus,:host input[type=text]:focus-visible,:host input[type=time]:focus,:host input[type=time]:focus-visible,:host input[type=url]:focus,:host input[type=url]:focus-visible,:host input[type=week]:focus,:host input[type=week]:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host input:not([type]).small,:host input[type=date].small,:host input[type=datetime].small,:host input[type=datetime-local].small,:host input[type=email].small,:host input[type=month].small,:host input[type=number].small,:host input[type=password].small,:host input[type=search].small,:host input[type=tel].small,:host input[type=text].small,:host input[type=time].small,:host input[type=url].small,:host input[type=week].small{min-height:2rem;padding:.25rem .75rem;line-height:1rem}@media screen and (-ms-high-contrast: active){:host input:not([type]),:host input[type=date],:host input[type=datetime],:host input[type=datetime-local],:host input[type=email],:host input[type=month],:host input[type=number],:host input[type=password],:host input[type=search],:host input[type=tel],:host input[type=text],:host input[type=time],:host input[type=url],:host input[type=week]{border:2px solid currentcolor}}:host input:not([type]):disabled,:host input:not([type]).disabled,:host input:not([type])[aria-disabled=true],:host input[type=date]:disabled,:host input[type=date].disabled,:host input[type=date][aria-disabled=true],:host input[type=datetime]:disabled,:host input[type=datetime].disabled,:host input[type=datetime][aria-disabled=true],:host input[type=datetime-local]:disabled,:host input[type=datetime-local].disabled,:host input[type=datetime-local][aria-disabled=true],:host input[type=email]:disabled,:host input[type=email].disabled,:host input[type=email][aria-disabled=true],:host input[type=month]:disabled,:host input[type=month].disabled,:host input[type=month][aria-disabled=true],:host input[type=number]:disabled,:host input[type=number].disabled,:host input[type=number][aria-disabled=true],:host input[type=password]:disabled,:host input[type=password].disabled,:host input[type=password][aria-disabled=true],:host input[type=search]:disabled,:host input[type=search].disabled,:host input[type=search][aria-disabled=true],:host input[type=tel]:disabled,:host input[type=tel].disabled,:host input[type=tel][aria-disabled=true],:host input[type=text]:disabled,:host input[type=text].disabled,:host input[type=text][aria-disabled=true],:host input[type=time]:disabled,:host input[type=time].disabled,:host input[type=time][aria-disabled=true],:host input[type=url]:disabled,:host input[type=url].disabled,:host input[type=url][aria-disabled=true],:host input[type=week]:disabled,:host input[type=week].disabled,:host input[type=week][aria-disabled=true]{background:var(--sg-form-control-bg-disabled)!important;color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host input:not([type]):disabled::placeholder,:host input:not([type]).disabled::placeholder,:host input:not([type])[aria-disabled=true]::placeholder,:host input[type=date]:disabled::placeholder,:host input[type=date].disabled::placeholder,:host input[type=date][aria-disabled=true]::placeholder,:host input[type=datetime]:disabled::placeholder,:host input[type=datetime].disabled::placeholder,:host input[type=datetime][aria-disabled=true]::placeholder,:host input[type=datetime-local]:disabled::placeholder,:host input[type=datetime-local].disabled::placeholder,:host input[type=datetime-local][aria-disabled=true]::placeholder,:host input[type=email]:disabled::placeholder,:host input[type=email].disabled::placeholder,:host input[type=email][aria-disabled=true]::placeholder,:host input[type=month]:disabled::placeholder,:host input[type=month].disabled::placeholder,:host input[type=month][aria-disabled=true]::placeholder,:host input[type=number]:disabled::placeholder,:host input[type=number].disabled::placeholder,:host input[type=number][aria-disabled=true]::placeholder,:host input[type=password]:disabled::placeholder,:host input[type=password].disabled::placeholder,:host input[type=password][aria-disabled=true]::placeholder,:host input[type=search]:disabled::placeholder,:host input[type=search].disabled::placeholder,:host input[type=search][aria-disabled=true]::placeholder,:host input[type=tel]:disabled::placeholder,:host input[type=tel].disabled::placeholder,:host input[type=tel][aria-disabled=true]::placeholder,:host input[type=text]:disabled::placeholder,:host input[type=text].disabled::placeholder,:host input[type=text][aria-disabled=true]::placeholder,:host input[type=time]:disabled::placeholder,:host input[type=time].disabled::placeholder,:host input[type=time][aria-disabled=true]::placeholder,:host input[type=url]:disabled::placeholder,:host input[type=url].disabled::placeholder,:host input[type=url][aria-disabled=true]::placeholder,:host input[type=week]:disabled::placeholder,:host input[type=week].disabled::placeholder,:host input[type=week][aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host input:not([type]):hover,:host input[type=date]:hover,:host input[type=datetime]:hover,:host input[type=datetime-local]:hover,:host input[type=email]:hover,:host input[type=month]:hover,:host input[type=number]:hover,:host input[type=password]:hover,:host input[type=search]:hover,:host input[type=tel]:hover,:host input[type=text]:hover,:host input[type=time]:hover,:host input[type=url]:hover,:host input[type=week]:hover{background-color:var(--gds-ref-pallet-base100)}:host input[type=number]{-moz-appearance:textfield}:host input[type=number]::-webkit-outer-spin-button,:host input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}:host input{width:100%;line-height:18px;font-size:1rem;font-family:inherit}:host .gds-input-wrapper{position:relative;transition:all .2s ease-in-out,outline-offset 0s,outline-width 0s;border:1px solid #868686;border-radius:4px;outline:none;box-sizing:border-box;min-height:2.75rem;line-height:1.5;font-size:1rem;font-family:inherit;display:flex;flex-direction:row}:host .gds-input-wrapper:before{background:transparent;border-radius:0 0 4px 4px;clip-path:inset(4px 0 0 0);content:\"\";display:block;height:4px;position:absolute;transition:.3s ease-in-out;width:100%}:host .gds-input-wrapper:before{bottom:0}.is-invalid :host .gds-input-wrapper{color:var(--intent-danger-background);opacity:1}.is-invalid :host .gds-input-wrapper:before{background:var(--intent-danger-background);clip-path:inset(1px 0 0 0)}:host .gds-input-wrapper.nggv-field--error{border-bottom:.125rem solid #9f000a!important;height:100%}:host .gds-input-wrapper *,:host .gds-input-wrapper *:before,:host .gds-input-wrapper *:after{box-sizing:border-box}:host .gds-input-wrapper .input-group-prefix{min-height:2.5rem;border:none;border-radius:3px;height:2.625rem;min-width:2.625rem;border-top-right-radius:0!important;border-bottom-right-radius:0!important;display:flex;align-items:center;justify-content:center}:host .gds-input-wrapper .input-group-prefix[disabled]{background-color:#f8f8f8!important;color:#adadad}@media (max-width: 35.98em){:host .gds-input-wrapper .input-group-prefix{min-width:initial}}:host .gds-input-wrapper .input-group-prefix:empty{display:none}:host .gds-input-wrapper .input-group-suffix{min-height:2.5rem;border:none;border-radius:3px;height:2.625rem;min-width:2.625rem;border-top-left-radius:0!important;border-bottom-left-radius:0!important;display:flex;align-items:center;justify-content:center}:host .gds-input-wrapper .input-group-suffix[disabled]{background-color:#f8f8f8!important;color:#adadad}@media (max-width: 35.98em){:host .gds-input-wrapper .input-group-suffix{min-width:initial}}:host .gds-input-wrapper .input-group-suffix:empty{display:none}:host .gds-input-wrapper .input-group{width:100%}:host .gds-input-wrapper .input-group input{outline:none;min-height:2.5rem;height:2.625rem;line-height:1.5;font-size:1rem;font-family:inherit;border:none;min-height:2.375rem;width:100%}:host .gds-input-wrapper .input-group input *,:host .gds-input-wrapper .input-group input *:before,:host .gds-input-wrapper .input-group input *:after{box-sizing:border-box}:host .gds-input-wrapper .input-group input:hover{border-color:#41b0ee}:host .gds-input-wrapper .input-group input:focus{outline-color:#1a1a1a;outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .gds-input-wrapper .input-group input:active{border-color:#cecece}:host .gds-input-wrapper .input-group input[disabled]{background-color:#f8f8f8;border-color:#cecece}:host .gds-input-wrapper .input-group input[disabled]::placeholder{color:#cecece}:host .gds-input-wrapper .input-group input:not(:focus){border-right:none;padding-right:0}:host .gds-input-wrapper .input-group input:focus{padding-right:0}:host .gds-input-wrapper:has(.input-group-prefix:not(:empty)) .input-group input{border-bottom-left-radius:0;border-top-left-radius:0}:host .gds-input-wrapper:has(.input-group-suffix:not(:empty)) .input-group input{border-bottom-right-radius:0;border-top-right-radius:0}:host label:is(label),:host .label:is(label),:host legend:is(label){margin-bottom:0}:host label.form-control,:host .label.form-control,:host legend.form-control{width:fit-content}@supports (-moz-appearance: none){:host label.form-control:focus:not(:focus-visible),:host .label.form-control:focus:not(:focus-visible),:host legend.form-control:focus:not(:focus-visible){box-shadow:none;outline:0}:host label.form-control:focus,:host label.form-control:focus-within,:host .label.form-control:focus,:host .label.form-control:focus-within,:host legend.form-control:focus,:host legend.form-control:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}}:host label:not(.form-control),:host .label:not(.form-control),:host legend:not(.form-control){font-weight:500;width:100%;line-height:1.25rem}:host label+input,:host label+textarea,fieldset :host label+div,:host label+button,:host label+.group-stepper,:host label+.stepper-wrapper,:host label+.group,:host .label+input,:host .label+textarea,fieldset :host .label+div,:host .label+button,:host .label+.group-stepper,:host .label+.stepper-wrapper,:host .label+.group,:host legend+input,:host legend+textarea,fieldset :host legend+div,:host legend+button,:host legend+.group-stepper,:host legend+.stepper-wrapper,:host legend+.group{margin-top:.5rem}:host label+.form-info,:host .label+.form-info,:host legend+.form-info{margin-bottom:.5rem}:host label+.gds-input-wrapper,:host label+.nggv-field--locked{margin-top:.5rem}:host .gds-field-label--optional{font-weight:400}:host .form-info{font-size:.875rem;line-height:1.25rem;width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i3.TranslocoDirective, selector: "[transloco]", inputs: ["transloco", "translocoParams", "translocoScope", "translocoRead", "translocoPrefix", "translocoLang", "translocoLoadingTpl"] }, { kind: "directive", type: i4$1.NggvInputMaskDirective, selector: "[nggvInputMask]", inputs: ["nggvInputMask"] }, { kind: "directive", type: i1$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i5.CharacterCountdownDirective, selector: "[nggvCharacterCountdown]", inputs: ["nggvCharacterCountdown", "nggvCharacterCountdownCurrentLength"] }, { kind: "directive", type: i4.NggCoreElementDirective, selector: "[nggCoreElement]" }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i4$1.InputMaskFormatPipe, name: "nggvInputMaskFormat" }] }); }
|
|
4751
4753
|
}
|
|
4752
4754
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NggvInputComponent, decorators: [{
|
|
4753
4755
|
type: Component,
|
|
4754
|
-
args: [{ selector: 'nggv-input', template: "<!-- LABEL -->\n<label\n [id]=\"id + '-label'\"\n class=\"gds-field-label hide-if-empty\"\n [attr.for]=\"id + '-input'\"\n *transloco=\"let t; read: scope\"\n>\n <ng-template\n *ngTemplateOutlet=\"labelContentTpl || basicLabelContentTpl\"\n ></ng-template>\n <ng-template #basicLabelContentTpl>\n <!-- to trigger css:empty if no label was added -->\n <ng-container *ngIf=\"label\">\n {{ label }}\n <span\n *ngIf=\"optional === true || (required !== true && optional !== false)\"\n class=\"gds-field-label--optional\"\n >\n ({{ t('label.optional') }})\n </span>\n </ng-container>\n </ng-template>\n</label>\n\n<!-- DESCRIPTION -->\n<div\n class=\"form-info description hide-if-empty\"\n *ngIf=\"description && descriptionIsVisible\"\n>\n {{ description }}\n</div>\n\n<!-- LOCKED INPUT -->\n<ng-container *ngIf=\"locked\">\n <div\n [id]=\"id + '-input'\"\n class=\"nggv-field--locked\"\n [attr.name]=\"name\"\n [attr.value]=\"state\"\n [attr.role]=\"role\"\n >\n <span *ngIf=\"!state\" class=\"unset-state\">-</span>\n <ng-container *ngIf=\"state\">\n <ng-container *ngIf=\"!inputMask\">\n {{ state }}\n </ng-container>\n <ng-container *ngIf=\"!!inputMask\">\n {{ state | nggvInputMaskFormat: inputMask }}\n </ng-container>\n </ng-container>\n </div>\n</ng-container>\n\n<!-- INPUT WRAPPER -->\n<ng-container *ngIf=\"!locked\">\n <div class=\"gds-input-wrapper\" [class.nggv-field--error]=\"invalid\">\n <div class=\"input-group-prefix hide-if-empty\">\n <ng-content select=\"[slot='prefix']\"></ng-content>\n </div>\n\n <!-- INPUT FIELD -->\n <div class=\"input-group\" *ngIf=\"!inputMask\">\n <input\n #input\n [id]=\"id + '-input'\"\n class=\"gds-field\"\n [attr.type]=\"type\"\n [attr.name]=\"name\"\n [attr.required]=\"required\"\n [attr.email]=\"email\"\n [attr.aria-describedby]=\"id + '-message'\"\n [min]=\"min\"\n [max]=\"max\"\n [step]=\"step\"\n [attr.maxlength]=\"maxlength\"\n [attr.minlength]=\"minlength\"\n [pattern]=\"pattern\"\n title=\"\"\n [disabled]=\"disabled\"\n [autocomplete]=\"autocomplete\"\n [autofocus]=\"autofocus\"\n [readOnly]=\"readonly\"\n [attr.role]=\"role\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-label]=\"description\"\n [value]=\"state\"\n (input)=\"onInput($event)\"\n (focus)=\"onFocus($event)\"\n (blur)=\"onBlur($event)\"\n />\n </div>\n\n <!-- INPUT FIELD WITH MASK -->\n <div\n class=\"input-group\"\n *ngIf=\"!!inputMask && (hideInput$ | async) === false\"\n >\n <input\n #input\n [id]=\"id + '-input'\"\n class=\"gds-field\"\n autocomplete=\"off\"\n [attr.name]=\"name\"\n [attr.required]=\"required\"\n [readOnly]=\"readonly\"\n [attr.role]=\"role\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-label]=\"description\"\n [attr.aria-describedby]=\"id + '-message'\"\n [nggvInputMask]=\"inputMask\"\n title=\"\"\n [formControl]=\"control\"\n />\n </div>\n\n <div class=\"input-group-suffix hide-if-empty\">\n <ng-content select=\"[slot='suffix']\"></ng-content>\n <ng-content></ng-content>\n </div>\n </div>\n\n <!-- ERRORS -->\n <div\n class=\"gds-form-item__footer error-wrapper\"\n *transloco=\"let t; read: scope\"\n >\n <span\n class=\"form-info form-info--error\"\n [attr.for]=\"id + '-input'\"\n *ngIf=\"invalid && (error || ngControl?.invalid)\"\n >\n <span class=\"error-icon\">\n <gds-icon-triangle-exclamation\n width=\"16\"\n height=\"16\"\n solid=\"true\"\n *nggCoreElement\n ></gds-icon-triangle-exclamation>\n </span>\n\n <span\n *ngIf=\"error; else errorsRef\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n <ng-template #errorsRef>\n <span\n *ngIf=\"firstError as error\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >\n {{ t('error.field' + error?.code, error?.params) }}\n </span>\n </ng-template>\n </span>\n\n <ng-container *ngIf=\"!inputMask && hasMaxLength && showCharacterCountdown\">\n <span\n *nggvCharacterCountdown=\"\n maxlength;\n currentLength: (inputRef?.nativeElement?.value ?? '').length;\n charactersLeft as charactersLeft\n \"\n class=\"form-info form-info--countdown\"\n style=\"text-align: right\"\n >\n {{ charactersLeft }} {{ t('label.maxlength') }}\n </span>\n </ng-container>\n </div>\n</ng-container>\n", styles: [":host{--sg-text-primary: #333;--sg-form-control-bg: #fff;--gds-ref-pallet-base100: hsl(0, 0%, 97%);--sg-border-radius: 4px;--sg-border-width: 1px;--sg-border-color: #868686}:host *{box-sizing:border-box}:host.gds-form-item{display:flex;flex-direction:column;max-width:100%;position:relative;width:100%;z-index:0}:host.gds-form-item:not(:last-child){margin-bottom:1.5rem}:host.gds-form-item .gds-form-item__header{display:flex}:host.gds-form-item .gds-form-item__header .form-info{font-weight:400}:host.gds-form-item .gds-form-item__header button.icon.small{margin-top:-.5rem;margin-right:-.5rem}:host.gds-form-item .gds-form-item__labels{flex:1;margin-bottom:.5rem}:host.gds-form-item .gds-form-item__labels .form-info{margin-bottom:0}:host.gds-form-item .gds-form-item__labels .form-info a:link:not(.button,[aria-disabled]){color:#0062bc}:host.gds-form-item .gds-form-item__labels>*{width:100%;display:block}:host.gds-form-item .gds-form-item__expandable-info{overflow:hidden;font-size:.875rem;line-height:1.25rem;transition:height .3s cubic-bezier(.23,1,.32,1)}:host.gds-form-item .gds-form-item__expandable-info>div{padding-bottom:.5rem}:host.gds-form-item .gds-form-item__backdrop{position:absolute;inset:0;background:var(--gds-ref-pallet-base100);border-radius:2px;z-index:-1;margin:-1rem;opacity:0;transition:all .3s cubic-bezier(.23,1,.32,1);border:1px solid transparent}@media (prefers-reduced-motion: reduce){:host.gds-form-item .gds-form-item__backdrop{transition:none}}:host.gds-form-item:has([aria-expanded=true]) .gds-form-item__backdrop{opacity:1;border-radius:.25rem;border-color:var(--gds-ref-pallet-base600)}:host.gds-form-item .gds-form-item__footer:not(:empty){margin-top:.5rem;display:flex;column-gap:.5rem}:host.gds-form-item .gds-form-item__footer:not(:empty)>span,:host.gds-form-item .gds-form-item__footer:not(:empty)>.form-info{font-weight:500;line-height:1.125}:host.gds-form-item .gds-form-item__footer:not(:empty) .form-info{font-weight:500}:host.gds-form-item .gds-form-item__footer:not(:empty) .form-info--error{display:flex;align-items:flex-start;gap:.5em;color:#9f000a}:host.gds-form-item .gds-form-item__footer:not(:empty) .form-info--error .error-icon{margin-top:.128rem;align-items:center}:host.gds-form-item .gds-form-item__footer:not(:empty)>.form-info--countdown{font-weight:400}:host .hide-if-empty:empty{display:none}:host input:not([type]),:host input[type=date],:host input[type=datetime],:host input[type=datetime-local],:host input[type=email],:host input[type=month],:host input[type=number],:host input[type=password],:host input[type=search],:host input[type=tel],:host input[type=text],:host input[type=time],:host input[type=url],:host input[type=week]{padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--sg-border-color);background-color:var(--sg-form-control-bg);color:var(--sg-text-primary);min-height:2.75rem;display:flex;align-items:center;justify-content:center}:host input:not([type]):focus:not(:focus-visible),:host input[type=date]:focus:not(:focus-visible),:host input[type=datetime]:focus:not(:focus-visible),:host input[type=datetime-local]:focus:not(:focus-visible),:host input[type=email]:focus:not(:focus-visible),:host input[type=month]:focus:not(:focus-visible),:host input[type=number]:focus:not(:focus-visible),:host input[type=password]:focus:not(:focus-visible),:host input[type=search]:focus:not(:focus-visible),:host input[type=tel]:focus:not(:focus-visible),:host input[type=text]:focus:not(:focus-visible),:host input[type=time]:focus:not(:focus-visible),:host input[type=url]:focus:not(:focus-visible),:host input[type=week]:focus:not(:focus-visible){box-shadow:none;outline:0}:host input:not([type]):focus,:host input:not([type]):focus-visible,:host input[type=date]:focus,:host input[type=date]:focus-visible,:host input[type=datetime]:focus,:host input[type=datetime]:focus-visible,:host input[type=datetime-local]:focus,:host input[type=datetime-local]:focus-visible,:host input[type=email]:focus,:host input[type=email]:focus-visible,:host input[type=month]:focus,:host input[type=month]:focus-visible,:host input[type=number]:focus,:host input[type=number]:focus-visible,:host input[type=password]:focus,:host input[type=password]:focus-visible,:host input[type=search]:focus,:host input[type=search]:focus-visible,:host input[type=tel]:focus,:host input[type=tel]:focus-visible,:host input[type=text]:focus,:host input[type=text]:focus-visible,:host input[type=time]:focus,:host input[type=time]:focus-visible,:host input[type=url]:focus,:host input[type=url]:focus-visible,:host input[type=week]:focus,:host input[type=week]:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host input:not([type]).small,:host input[type=date].small,:host input[type=datetime].small,:host input[type=datetime-local].small,:host input[type=email].small,:host input[type=month].small,:host input[type=number].small,:host input[type=password].small,:host input[type=search].small,:host input[type=tel].small,:host input[type=text].small,:host input[type=time].small,:host input[type=url].small,:host input[type=week].small{min-height:2rem;padding:.25rem .75rem;line-height:1rem}@media screen and (-ms-high-contrast: active){:host input:not([type]),:host input[type=date],:host input[type=datetime],:host input[type=datetime-local],:host input[type=email],:host input[type=month],:host input[type=number],:host input[type=password],:host input[type=search],:host input[type=tel],:host input[type=text],:host input[type=time],:host input[type=url],:host input[type=week]{border:2px solid currentcolor}}:host input:not([type]):disabled,:host input:not([type]).disabled,:host input:not([type])[aria-disabled=true],:host input[type=date]:disabled,:host input[type=date].disabled,:host input[type=date][aria-disabled=true],:host input[type=datetime]:disabled,:host input[type=datetime].disabled,:host input[type=datetime][aria-disabled=true],:host input[type=datetime-local]:disabled,:host input[type=datetime-local].disabled,:host input[type=datetime-local][aria-disabled=true],:host input[type=email]:disabled,:host input[type=email].disabled,:host input[type=email][aria-disabled=true],:host input[type=month]:disabled,:host input[type=month].disabled,:host input[type=month][aria-disabled=true],:host input[type=number]:disabled,:host input[type=number].disabled,:host input[type=number][aria-disabled=true],:host input[type=password]:disabled,:host input[type=password].disabled,:host input[type=password][aria-disabled=true],:host input[type=search]:disabled,:host input[type=search].disabled,:host input[type=search][aria-disabled=true],:host input[type=tel]:disabled,:host input[type=tel].disabled,:host input[type=tel][aria-disabled=true],:host input[type=text]:disabled,:host input[type=text].disabled,:host input[type=text][aria-disabled=true],:host input[type=time]:disabled,:host input[type=time].disabled,:host input[type=time][aria-disabled=true],:host input[type=url]:disabled,:host input[type=url].disabled,:host input[type=url][aria-disabled=true],:host input[type=week]:disabled,:host input[type=week].disabled,:host input[type=week][aria-disabled=true]{background:var(--sg-form-control-bg-disabled)!important;color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host input:not([type]):disabled::placeholder,:host input:not([type]).disabled::placeholder,:host input:not([type])[aria-disabled=true]::placeholder,:host input[type=date]:disabled::placeholder,:host input[type=date].disabled::placeholder,:host input[type=date][aria-disabled=true]::placeholder,:host input[type=datetime]:disabled::placeholder,:host input[type=datetime].disabled::placeholder,:host input[type=datetime][aria-disabled=true]::placeholder,:host input[type=datetime-local]:disabled::placeholder,:host input[type=datetime-local].disabled::placeholder,:host input[type=datetime-local][aria-disabled=true]::placeholder,:host input[type=email]:disabled::placeholder,:host input[type=email].disabled::placeholder,:host input[type=email][aria-disabled=true]::placeholder,:host input[type=month]:disabled::placeholder,:host input[type=month].disabled::placeholder,:host input[type=month][aria-disabled=true]::placeholder,:host input[type=number]:disabled::placeholder,:host input[type=number].disabled::placeholder,:host input[type=number][aria-disabled=true]::placeholder,:host input[type=password]:disabled::placeholder,:host input[type=password].disabled::placeholder,:host input[type=password][aria-disabled=true]::placeholder,:host input[type=search]:disabled::placeholder,:host input[type=search].disabled::placeholder,:host input[type=search][aria-disabled=true]::placeholder,:host input[type=tel]:disabled::placeholder,:host input[type=tel].disabled::placeholder,:host input[type=tel][aria-disabled=true]::placeholder,:host input[type=text]:disabled::placeholder,:host input[type=text].disabled::placeholder,:host input[type=text][aria-disabled=true]::placeholder,:host input[type=time]:disabled::placeholder,:host input[type=time].disabled::placeholder,:host input[type=time][aria-disabled=true]::placeholder,:host input[type=url]:disabled::placeholder,:host input[type=url].disabled::placeholder,:host input[type=url][aria-disabled=true]::placeholder,:host input[type=week]:disabled::placeholder,:host input[type=week].disabled::placeholder,:host input[type=week][aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host input:not([type]):hover,:host input[type=date]:hover,:host input[type=datetime]:hover,:host input[type=datetime-local]:hover,:host input[type=email]:hover,:host input[type=month]:hover,:host input[type=number]:hover,:host input[type=password]:hover,:host input[type=search]:hover,:host input[type=tel]:hover,:host input[type=text]:hover,:host input[type=time]:hover,:host input[type=url]:hover,:host input[type=week]:hover{background-color:var(--gds-ref-pallet-base100)}:host input[type=number]{-moz-appearance:textfield}:host input[type=number]::-webkit-outer-spin-button,:host input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}:host input{width:100%;line-height:18px;font-size:1rem;font-family:inherit}:host .gds-input-wrapper{position:relative;transition:all .2s ease-in-out,outline-offset 0s,outline-width 0s;border:1px solid #868686;border-radius:4px;outline:none;box-sizing:border-box;min-height:2.75rem;line-height:1.5;font-size:1rem;font-family:inherit;display:flex;flex-direction:row}:host .gds-input-wrapper:before{background:transparent;border-radius:0 0 4px 4px;clip-path:inset(4px 0 0 0);content:\"\";display:block;height:4px;position:absolute;transition:.3s ease-in-out;width:100%}:host .gds-input-wrapper:before{bottom:0}.is-invalid :host .gds-input-wrapper{color:var(--intent-danger-background);opacity:1}.is-invalid :host .gds-input-wrapper:before{background:var(--intent-danger-background);clip-path:inset(1px 0 0 0)}:host .gds-input-wrapper.nggv-field--error{border-bottom:.125rem solid #9f000a!important;height:100%}:host .gds-input-wrapper *,:host .gds-input-wrapper *:before,:host .gds-input-wrapper *:after{box-sizing:border-box}:host .gds-input-wrapper .input-group-prefix{min-height:2.5rem;border:none;border-radius:3px;height:2.625rem;min-width:2.625rem;border-top-right-radius:0!important;border-bottom-right-radius:0!important;display:flex;align-items:center;justify-content:center}:host .gds-input-wrapper .input-group-prefix[disabled]{background-color:#f8f8f8!important;color:#adadad}@media (max-width: 35.98em){:host .gds-input-wrapper .input-group-prefix{min-width:initial}}:host .gds-input-wrapper .input-group-prefix:empty{display:none}:host .gds-input-wrapper .input-group-suffix{min-height:2.5rem;border:none;border-radius:3px;height:2.625rem;min-width:2.625rem;border-top-left-radius:0!important;border-bottom-left-radius:0!important;display:flex;align-items:center;justify-content:center}:host .gds-input-wrapper .input-group-suffix[disabled]{background-color:#f8f8f8!important;color:#adadad}@media (max-width: 35.98em){:host .gds-input-wrapper .input-group-suffix{min-width:initial}}:host .gds-input-wrapper .input-group-suffix:empty{display:none}:host .gds-input-wrapper .input-group{width:100%}:host .gds-input-wrapper .input-group input{outline:none;min-height:2.5rem;height:2.625rem;line-height:1.5;font-size:1rem;font-family:inherit;border:none;min-height:2.375rem;width:100%}:host .gds-input-wrapper .input-group input *,:host .gds-input-wrapper .input-group input *:before,:host .gds-input-wrapper .input-group input *:after{box-sizing:border-box}:host .gds-input-wrapper .input-group input:hover{border-color:#41b0ee}:host .gds-input-wrapper .input-group input:focus{outline-color:#1a1a1a;outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .gds-input-wrapper .input-group input:active{border-color:#cecece}:host .gds-input-wrapper .input-group input[disabled]{background-color:#f8f8f8;border-color:#cecece}:host .gds-input-wrapper .input-group input[disabled]::placeholder{color:#cecece}:host .gds-input-wrapper .input-group input:not(:focus){border-right:none;padding-right:0}:host .gds-input-wrapper .input-group input:focus{padding-right:0}:host .gds-input-wrapper:has(.input-group-prefix:not(:empty)) .input-group input{border-bottom-left-radius:0;border-top-left-radius:0}:host .gds-input-wrapper:has(.input-group-suffix:not(:empty)) .input-group input{border-bottom-right-radius:0;border-top-right-radius:0}:host label:is(label),:host .label:is(label),:host legend:is(label){margin-bottom:0}:host label.form-control,:host .label.form-control,:host legend.form-control{width:fit-content}@supports (-moz-appearance: none){:host label.form-control:focus:not(:focus-visible),:host .label.form-control:focus:not(:focus-visible),:host legend.form-control:focus:not(:focus-visible){box-shadow:none;outline:0}:host label.form-control:focus,:host label.form-control:focus-within,:host .label.form-control:focus,:host .label.form-control:focus-within,:host legend.form-control:focus,:host legend.form-control:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}}:host label:not(.form-control),:host .label:not(.form-control),:host legend:not(.form-control){font-weight:500;width:100%;line-height:1.25rem}:host label+input,:host label+textarea,fieldset :host label+div,:host label+button,:host label+.group-stepper,:host label+.stepper-wrapper,:host label+.group,:host .label+input,:host .label+textarea,fieldset :host .label+div,:host .label+button,:host .label+.group-stepper,:host .label+.stepper-wrapper,:host .label+.group,:host legend+input,:host legend+textarea,fieldset :host legend+div,:host legend+button,:host legend+.group-stepper,:host legend+.stepper-wrapper,:host legend+.group{margin-top:.5rem}:host label+.form-info,:host .label+.form-info,:host legend+.form-info{margin-bottom:.5rem}:host .gds-field-label--optional{font-weight:400}:host .form-info{font-size:.875rem;line-height:1.25rem;width:100%}\n"] }]
|
|
4756
|
+
args: [{ selector: 'nggv-input', template: "<!-- LABEL -->\n<label\n [id]=\"id + '-label'\"\n class=\"gds-field-label hide-if-empty\"\n [attr.for]=\"id + '-input'\"\n *transloco=\"let t; read: scope\"\n>\n <ng-template\n *ngTemplateOutlet=\"labelContentTpl || basicLabelContentTpl\"\n ></ng-template>\n <ng-template #basicLabelContentTpl>\n <!-- to trigger css:empty if no label was added -->\n <ng-container *ngIf=\"label\">\n {{ label }}\n <span\n *ngIf=\"optional === true || (required !== true && optional !== false)\"\n class=\"gds-field-label--optional\"\n >\n ({{ t('label.optional') }})\n </span>\n </ng-container>\n </ng-template>\n</label>\n\n<!-- DESCRIPTION -->\n<div\n class=\"form-info description hide-if-empty\"\n *ngIf=\"description && descriptionIsVisible\"\n>\n {{ description }}\n</div>\n\n<!-- LOCKED INPUT -->\n<ng-container *ngIf=\"locked\">\n <div\n [id]=\"id + '-input'\"\n class=\"nggv-field--locked\"\n [attr.name]=\"name\"\n [attr.value]=\"state\"\n [attr.role]=\"role\"\n >\n <span *ngIf=\"!state\" class=\"unset-state\">-</span>\n <ng-container *ngIf=\"state\">\n <ng-container *ngIf=\"!inputMask\">\n {{ state }}\n </ng-container>\n <ng-container *ngIf=\"!!inputMask\">\n {{ state | nggvInputMaskFormat: inputMask }}\n </ng-container>\n </ng-container>\n </div>\n</ng-container>\n\n<!-- INPUT WRAPPER -->\n<ng-container *ngIf=\"!locked\">\n <div class=\"gds-input-wrapper\" [class.nggv-field--error]=\"invalid\">\n <div class=\"input-group-prefix hide-if-empty\">\n <ng-content select=\"[slot='prefix']\"></ng-content>\n </div>\n\n <!-- INPUT FIELD -->\n <div class=\"input-group\" *ngIf=\"!inputMask\">\n <input\n #input\n [id]=\"id + '-input'\"\n class=\"gds-field\"\n [attr.type]=\"type\"\n [attr.name]=\"name\"\n [attr.required]=\"required\"\n [attr.email]=\"email\"\n [attr.aria-describedby]=\"id + '-message'\"\n [min]=\"min\"\n [max]=\"max\"\n [step]=\"step\"\n [attr.maxlength]=\"maxlength\"\n [attr.minlength]=\"minlength\"\n [pattern]=\"pattern\"\n title=\"\"\n [disabled]=\"disabled\"\n [autocomplete]=\"autocomplete\"\n [autofocus]=\"autofocus\"\n [readOnly]=\"readonly\"\n [attr.role]=\"role\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-label]=\"description\"\n [value]=\"state\"\n (input)=\"onInput($event)\"\n (focus)=\"onFocus($event)\"\n (blur)=\"onBlur($event)\"\n />\n </div>\n\n <!-- INPUT FIELD WITH MASK -->\n <div\n class=\"input-group\"\n *ngIf=\"!!inputMask && (hideInput$ | async) === false\"\n >\n <input\n #input\n [id]=\"id + '-input'\"\n class=\"gds-field\"\n autocomplete=\"off\"\n [attr.name]=\"name\"\n [attr.required]=\"required\"\n [readOnly]=\"readonly\"\n [attr.role]=\"role\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-label]=\"description\"\n [attr.aria-describedby]=\"id + '-message'\"\n [nggvInputMask]=\"inputMask\"\n title=\"\"\n [formControl]=\"control\"\n />\n </div>\n\n <div class=\"input-group-suffix hide-if-empty\">\n <ng-content select=\"[slot='suffix']\"></ng-content>\n <ng-content></ng-content>\n </div>\n </div>\n\n <!-- ERRORS -->\n <div\n class=\"gds-form-item__footer error-wrapper\"\n *transloco=\"let t; read: scope\"\n >\n <span\n class=\"form-info form-info--error\"\n [attr.for]=\"id + '-input'\"\n *ngIf=\"invalid && (error || ngControl?.invalid)\"\n >\n <span class=\"error-icon\">\n <gds-icon-triangle-exclamation\n width=\"16\"\n height=\"16\"\n solid=\"true\"\n *nggCoreElement\n ></gds-icon-triangle-exclamation>\n </span>\n\n <span\n *ngIf=\"error; else errorsRef\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n <ng-template #errorsRef>\n <span\n *ngIf=\"firstError as error\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >\n {{ t('error.field' + error?.code, error?.params) }}\n </span>\n </ng-template>\n </span>\n\n <ng-container *ngIf=\"!inputMask && hasMaxLength && showCharacterCountdown\">\n <span\n *nggvCharacterCountdown=\"\n maxlength;\n currentLength: (inputRef?.nativeElement?.value ?? '').length;\n charactersLeft as charactersLeft\n \"\n class=\"form-info form-info--countdown\"\n style=\"text-align: right\"\n >\n {{ charactersLeft }} {{ t('label.maxlength') }}\n </span>\n </ng-container>\n </div>\n</ng-container>\n", styles: [":host{--sg-text-primary: #333;--sg-form-control-bg: #fff;--gds-ref-pallet-base100: hsl(0, 0%, 97%);--sg-border-radius: 4px;--sg-border-width: 1px;--sg-border-color: #868686}:host *{box-sizing:border-box}:host.gds-form-item{display:flex;flex-direction:column;max-width:100%;position:relative;width:100%;z-index:0}:host.gds-form-item:not(:last-child){margin-bottom:1.5rem}:host.gds-form-item .gds-form-item__header{display:flex}:host.gds-form-item .gds-form-item__header .form-info{font-weight:400}:host.gds-form-item .gds-form-item__header button.icon.small{margin-top:-.5rem;margin-right:-.5rem}:host.gds-form-item .gds-form-item__labels{flex:1;margin-bottom:.5rem}:host.gds-form-item .gds-form-item__labels .form-info{margin-bottom:0}:host.gds-form-item .gds-form-item__labels .form-info a:link:not(.button,[aria-disabled]){color:#0062bc}:host.gds-form-item .gds-form-item__labels>*{width:100%;display:block}:host.gds-form-item .gds-form-item__expandable-info{overflow:hidden;font-size:.875rem;line-height:1.25rem;transition:height .3s cubic-bezier(.23,1,.32,1)}:host.gds-form-item .gds-form-item__expandable-info>div{padding-bottom:.5rem}:host.gds-form-item .gds-form-item__backdrop{position:absolute;inset:0;background:var(--gds-ref-pallet-base100);border-radius:2px;z-index:-1;margin:-1rem;opacity:0;transition:all .3s cubic-bezier(.23,1,.32,1);border:1px solid transparent}@media (prefers-reduced-motion: reduce){:host.gds-form-item .gds-form-item__backdrop{transition:none}}:host.gds-form-item:has([aria-expanded=true]) .gds-form-item__backdrop{opacity:1;border-radius:.25rem;border-color:var(--gds-ref-pallet-base600)}:host.gds-form-item .gds-form-item__footer:not(:empty){margin-top:.5rem;display:flex;column-gap:.5rem}:host.gds-form-item .gds-form-item__footer:not(:empty)>span,:host.gds-form-item .gds-form-item__footer:not(:empty)>.form-info{font-weight:500;line-height:1.125}:host.gds-form-item .gds-form-item__footer:not(:empty) .form-info{font-weight:500}:host.gds-form-item .gds-form-item__footer:not(:empty) .form-info--error{display:flex;align-items:flex-start;gap:.5em;color:#9f000a}:host.gds-form-item .gds-form-item__footer:not(:empty) .form-info--error .error-icon{align-items:center}:host.gds-form-item .gds-form-item__footer:not(:empty)>.form-info--countdown{font-weight:400}:host .hide-if-empty:empty{display:none}:host input:not([type]),:host input[type=date],:host input[type=datetime],:host input[type=datetime-local],:host input[type=email],:host input[type=month],:host input[type=number],:host input[type=password],:host input[type=search],:host input[type=tel],:host input[type=text],:host input[type=time],:host input[type=url],:host input[type=week]{padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--sg-border-color);background-color:var(--sg-form-control-bg);color:var(--sg-text-primary);min-height:2.75rem;display:flex;align-items:center;justify-content:center}:host input:not([type]):focus:not(:focus-visible),:host input[type=date]:focus:not(:focus-visible),:host input[type=datetime]:focus:not(:focus-visible),:host input[type=datetime-local]:focus:not(:focus-visible),:host input[type=email]:focus:not(:focus-visible),:host input[type=month]:focus:not(:focus-visible),:host input[type=number]:focus:not(:focus-visible),:host input[type=password]:focus:not(:focus-visible),:host input[type=search]:focus:not(:focus-visible),:host input[type=tel]:focus:not(:focus-visible),:host input[type=text]:focus:not(:focus-visible),:host input[type=time]:focus:not(:focus-visible),:host input[type=url]:focus:not(:focus-visible),:host input[type=week]:focus:not(:focus-visible){box-shadow:none;outline:0}:host input:not([type]):focus,:host input:not([type]):focus-visible,:host input[type=date]:focus,:host input[type=date]:focus-visible,:host input[type=datetime]:focus,:host input[type=datetime]:focus-visible,:host input[type=datetime-local]:focus,:host input[type=datetime-local]:focus-visible,:host input[type=email]:focus,:host input[type=email]:focus-visible,:host input[type=month]:focus,:host input[type=month]:focus-visible,:host input[type=number]:focus,:host input[type=number]:focus-visible,:host input[type=password]:focus,:host input[type=password]:focus-visible,:host input[type=search]:focus,:host input[type=search]:focus-visible,:host input[type=tel]:focus,:host input[type=tel]:focus-visible,:host input[type=text]:focus,:host input[type=text]:focus-visible,:host input[type=time]:focus,:host input[type=time]:focus-visible,:host input[type=url]:focus,:host input[type=url]:focus-visible,:host input[type=week]:focus,:host input[type=week]:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host input:not([type]).small,:host input[type=date].small,:host input[type=datetime].small,:host input[type=datetime-local].small,:host input[type=email].small,:host input[type=month].small,:host input[type=number].small,:host input[type=password].small,:host input[type=search].small,:host input[type=tel].small,:host input[type=text].small,:host input[type=time].small,:host input[type=url].small,:host input[type=week].small{min-height:2rem;padding:.25rem .75rem;line-height:1rem}@media screen and (-ms-high-contrast: active){:host input:not([type]),:host input[type=date],:host input[type=datetime],:host input[type=datetime-local],:host input[type=email],:host input[type=month],:host input[type=number],:host input[type=password],:host input[type=search],:host input[type=tel],:host input[type=text],:host input[type=time],:host input[type=url],:host input[type=week]{border:2px solid currentcolor}}:host input:not([type]):disabled,:host input:not([type]).disabled,:host input:not([type])[aria-disabled=true],:host input[type=date]:disabled,:host input[type=date].disabled,:host input[type=date][aria-disabled=true],:host input[type=datetime]:disabled,:host input[type=datetime].disabled,:host input[type=datetime][aria-disabled=true],:host input[type=datetime-local]:disabled,:host input[type=datetime-local].disabled,:host input[type=datetime-local][aria-disabled=true],:host input[type=email]:disabled,:host input[type=email].disabled,:host input[type=email][aria-disabled=true],:host input[type=month]:disabled,:host input[type=month].disabled,:host input[type=month][aria-disabled=true],:host input[type=number]:disabled,:host input[type=number].disabled,:host input[type=number][aria-disabled=true],:host input[type=password]:disabled,:host input[type=password].disabled,:host input[type=password][aria-disabled=true],:host input[type=search]:disabled,:host input[type=search].disabled,:host input[type=search][aria-disabled=true],:host input[type=tel]:disabled,:host input[type=tel].disabled,:host input[type=tel][aria-disabled=true],:host input[type=text]:disabled,:host input[type=text].disabled,:host input[type=text][aria-disabled=true],:host input[type=time]:disabled,:host input[type=time].disabled,:host input[type=time][aria-disabled=true],:host input[type=url]:disabled,:host input[type=url].disabled,:host input[type=url][aria-disabled=true],:host input[type=week]:disabled,:host input[type=week].disabled,:host input[type=week][aria-disabled=true]{background:var(--sg-form-control-bg-disabled)!important;color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host input:not([type]):disabled::placeholder,:host input:not([type]).disabled::placeholder,:host input:not([type])[aria-disabled=true]::placeholder,:host input[type=date]:disabled::placeholder,:host input[type=date].disabled::placeholder,:host input[type=date][aria-disabled=true]::placeholder,:host input[type=datetime]:disabled::placeholder,:host input[type=datetime].disabled::placeholder,:host input[type=datetime][aria-disabled=true]::placeholder,:host input[type=datetime-local]:disabled::placeholder,:host input[type=datetime-local].disabled::placeholder,:host input[type=datetime-local][aria-disabled=true]::placeholder,:host input[type=email]:disabled::placeholder,:host input[type=email].disabled::placeholder,:host input[type=email][aria-disabled=true]::placeholder,:host input[type=month]:disabled::placeholder,:host input[type=month].disabled::placeholder,:host input[type=month][aria-disabled=true]::placeholder,:host input[type=number]:disabled::placeholder,:host input[type=number].disabled::placeholder,:host input[type=number][aria-disabled=true]::placeholder,:host input[type=password]:disabled::placeholder,:host input[type=password].disabled::placeholder,:host input[type=password][aria-disabled=true]::placeholder,:host input[type=search]:disabled::placeholder,:host input[type=search].disabled::placeholder,:host input[type=search][aria-disabled=true]::placeholder,:host input[type=tel]:disabled::placeholder,:host input[type=tel].disabled::placeholder,:host input[type=tel][aria-disabled=true]::placeholder,:host input[type=text]:disabled::placeholder,:host input[type=text].disabled::placeholder,:host input[type=text][aria-disabled=true]::placeholder,:host input[type=time]:disabled::placeholder,:host input[type=time].disabled::placeholder,:host input[type=time][aria-disabled=true]::placeholder,:host input[type=url]:disabled::placeholder,:host input[type=url].disabled::placeholder,:host input[type=url][aria-disabled=true]::placeholder,:host input[type=week]:disabled::placeholder,:host input[type=week].disabled::placeholder,:host input[type=week][aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host input:not([type]):hover,:host input[type=date]:hover,:host input[type=datetime]:hover,:host input[type=datetime-local]:hover,:host input[type=email]:hover,:host input[type=month]:hover,:host input[type=number]:hover,:host input[type=password]:hover,:host input[type=search]:hover,:host input[type=tel]:hover,:host input[type=text]:hover,:host input[type=time]:hover,:host input[type=url]:hover,:host input[type=week]:hover{background-color:var(--gds-ref-pallet-base100)}:host input[type=number]{-moz-appearance:textfield}:host input[type=number]::-webkit-outer-spin-button,:host input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}:host input{width:100%;line-height:18px;font-size:1rem;font-family:inherit}:host .gds-input-wrapper{position:relative;transition:all .2s ease-in-out,outline-offset 0s,outline-width 0s;border:1px solid #868686;border-radius:4px;outline:none;box-sizing:border-box;min-height:2.75rem;line-height:1.5;font-size:1rem;font-family:inherit;display:flex;flex-direction:row}:host .gds-input-wrapper:before{background:transparent;border-radius:0 0 4px 4px;clip-path:inset(4px 0 0 0);content:\"\";display:block;height:4px;position:absolute;transition:.3s ease-in-out;width:100%}:host .gds-input-wrapper:before{bottom:0}.is-invalid :host .gds-input-wrapper{color:var(--intent-danger-background);opacity:1}.is-invalid :host .gds-input-wrapper:before{background:var(--intent-danger-background);clip-path:inset(1px 0 0 0)}:host .gds-input-wrapper.nggv-field--error{border-bottom:.125rem solid #9f000a!important;height:100%}:host .gds-input-wrapper *,:host .gds-input-wrapper *:before,:host .gds-input-wrapper *:after{box-sizing:border-box}:host .gds-input-wrapper .input-group-prefix{min-height:2.5rem;border:none;border-radius:3px;height:2.625rem;min-width:2.625rem;border-top-right-radius:0!important;border-bottom-right-radius:0!important;display:flex;align-items:center;justify-content:center}:host .gds-input-wrapper .input-group-prefix[disabled]{background-color:#f8f8f8!important;color:#adadad}@media (max-width: 35.98em){:host .gds-input-wrapper .input-group-prefix{min-width:initial}}:host .gds-input-wrapper .input-group-prefix:empty{display:none}:host .gds-input-wrapper .input-group-suffix{min-height:2.5rem;border:none;border-radius:3px;height:2.625rem;min-width:2.625rem;border-top-left-radius:0!important;border-bottom-left-radius:0!important;display:flex;align-items:center;justify-content:center}:host .gds-input-wrapper .input-group-suffix[disabled]{background-color:#f8f8f8!important;color:#adadad}@media (max-width: 35.98em){:host .gds-input-wrapper .input-group-suffix{min-width:initial}}:host .gds-input-wrapper .input-group-suffix:empty{display:none}:host .gds-input-wrapper .input-group{width:100%}:host .gds-input-wrapper .input-group input{outline:none;min-height:2.5rem;height:2.625rem;line-height:1.5;font-size:1rem;font-family:inherit;border:none;min-height:2.375rem;width:100%}:host .gds-input-wrapper .input-group input *,:host .gds-input-wrapper .input-group input *:before,:host .gds-input-wrapper .input-group input *:after{box-sizing:border-box}:host .gds-input-wrapper .input-group input:hover{border-color:#41b0ee}:host .gds-input-wrapper .input-group input:focus{outline-color:#1a1a1a;outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .gds-input-wrapper .input-group input:active{border-color:#cecece}:host .gds-input-wrapper .input-group input[disabled]{background-color:#f8f8f8;border-color:#cecece}:host .gds-input-wrapper .input-group input[disabled]::placeholder{color:#cecece}:host .gds-input-wrapper .input-group input:not(:focus){border-right:none;padding-right:0}:host .gds-input-wrapper .input-group input:focus{padding-right:0}:host .gds-input-wrapper:has(.input-group-prefix:not(:empty)) .input-group input{border-bottom-left-radius:0;border-top-left-radius:0}:host .gds-input-wrapper:has(.input-group-suffix:not(:empty)) .input-group input{border-bottom-right-radius:0;border-top-right-radius:0}:host label:is(label),:host .label:is(label),:host legend:is(label){margin-bottom:0}:host label.form-control,:host .label.form-control,:host legend.form-control{width:fit-content}@supports (-moz-appearance: none){:host label.form-control:focus:not(:focus-visible),:host .label.form-control:focus:not(:focus-visible),:host legend.form-control:focus:not(:focus-visible){box-shadow:none;outline:0}:host label.form-control:focus,:host label.form-control:focus-within,:host .label.form-control:focus,:host .label.form-control:focus-within,:host legend.form-control:focus,:host legend.form-control:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}}:host label:not(.form-control),:host .label:not(.form-control),:host legend:not(.form-control){font-weight:500;width:100%;line-height:1.25rem}:host label+input,:host label+textarea,fieldset :host label+div,:host label+button,:host label+.group-stepper,:host label+.stepper-wrapper,:host label+.group,:host .label+input,:host .label+textarea,fieldset :host .label+div,:host .label+button,:host .label+.group-stepper,:host .label+.stepper-wrapper,:host .label+.group,:host legend+input,:host legend+textarea,fieldset :host legend+div,:host legend+button,:host legend+.group-stepper,:host legend+.stepper-wrapper,:host legend+.group{margin-top:.5rem}:host label+.form-info,:host .label+.form-info,:host legend+.form-info{margin-bottom:.5rem}:host label+.gds-input-wrapper,:host label+.nggv-field--locked{margin-top:.5rem}:host .gds-field-label--optional{font-weight:400}:host .form-info{font-size:.875rem;line-height:1.25rem;width:100%}\n"] }]
|
|
4755
4757
|
}], ctorParameters: () => [{ type: i1$1.NgControl, decorators: [{
|
|
4756
4758
|
type: Self
|
|
4757
4759
|
}, {
|
|
@@ -5438,11 +5440,11 @@ class NggvFoldOutComponent {
|
|
|
5438
5440
|
this.firstArrowClick = true;
|
|
5439
5441
|
}
|
|
5440
5442
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NggvFoldOutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5441
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NggvFoldOutComponent, selector: "nggv-fold-out", inputs: { thook: "thook", alignOptions: "alignOptions", text: "text", ariaLabel: "ariaLabel" }, outputs: { actionEmitter: "actionEmitter" }, host: { properties: { "attr.data-thook": "this.thook" } }, viewQueries: [{ propertyName: "inputRef", first: true, predicate: ["foldout"], descendants: true, read: ElementRef }, { propertyName: "container", first: true, predicate: ["childrenContainer"], descendants: true }], ngImport: i0, template: "<div #foldout>\n <button\n data-thook=\"fold-out-toggle\"\n class=\"fold-out-button\"\n [ngClass]=\"{ 'no-text': !text }\"\n (click)=\"toggleVisibility()\"\n [attr.aria-expanded]=\"shown\"\n [attr.aria-label]=\"ariaLabel\"\n >\n <ng-container *ngTemplateOutlet=\"text ? withText : default\"> </ng-container>\n </button>\n\n <div\n #childrenContainer\n class=\"nggv-fold-out__popover\"\n [ngClass]=\"{ 'flex-right': alignOptions === 'right' }\"\n [class.nggv-fold-out__popover-expanded]=\"shown\"\n (click)=\"toggleVisibility()\"\n >\n <ng-content></ng-content>\n </div>\n</div>\n\n<ng-template #withText>\n {{ text }}\n <gds-icon-dot-grid-one-horizontal\n width=\"24\"\n height=\"24\"\n *nggCoreElement\n ></gds-icon-dot-grid-one-horizontal>\n</ng-template>\n\n<ng-template #default>\n <gds-icon-dot-grid-one-horizontal\n width=\"24\"\n height=\"24\"\n *nggCoreElement\n ></gds-icon-dot-grid-one-horizontal>\n <ng-template></ng-template\n></ng-template>\n", styles: ["i.sg-icon{font-size:0;width:1rem;height:1rem;display:inline-block}i.sg-icon:before{content:\"\";display:inline-block;background:var(--color);width:100%;height:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}i.sg-icon.sg-icon-calendar:before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M152 64h144V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40h40c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h40V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40zM48 248h80v-56H48v56zm0 48v64h80v-64H48zm128 0v64h96v-64h-96zm144 0v64h80v-64h-80zm80-104h-80v56h80v-56zm0 216h-80v56h64c8.8 0 16-7.2 16-16v-40zm-128 0h-96v56h96v-56zm-144 0H48v40c0 8.8 7.16 16 16 16h64v-56zm144-216h-96v56h96v-56z '/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M152 64h144V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40h40c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h40V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40zM48 248h80v-56H48v56zm0 48v64h80v-64H48zm128 0v64h96v-64h-96zm144 0v64h80v-64h-80zm80-104h-80v56h80v-56zm0 216h-80v56h64c8.8 0 16-7.2 16-16v-40zm-128 0h-96v56h96v-56zm-144 0H48v40c0 8.8 7.16 16 16 16h64v-56zm144-216h-96v56h96v-56z '/%3E%3C/svg%3E\")}i.sg-icon.sg-icon-calendar-range:before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M96 288c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm224 64c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-128-64c0-13.3 10.7-24 24-24h112c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24zm40 72c13.3 0 24 10.7 24 24s-10.7 24-24 24H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h112zM152 64h144V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40h40c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h40V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40zM48 448c0 8.8 7.16 16 16 16h320c8.8 0 16-7.2 16-16V192H48v256z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M96 288c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm224 64c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-128-64c0-13.3 10.7-24 24-24h112c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24zm40 72c13.3 0 24 10.7 24 24s-10.7 24-24 24H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h112zM152 64h144V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40h40c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h40V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40zM48 448c0 8.8 7.16 16 16 16h320c8.8 0 16-7.2 16-16V192H48v256z'/%3E%3C/svg%3E\")}i.sg-icon.sg-icon-ellipsis:before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z'/%3E%3C/svg%3E\")}i.sg-icon.sg-icon-grip-vertical:before{-webkit-mask-image:url(\"data:image/svg+xml, %3Csvg height='1em' viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 352l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zm192 0l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 192l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 160c-22.1 0-40-17.9-40-40L0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml, %3Csvg height='1em' viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 352l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zm192 0l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 192l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 160c-22.1 0-40-17.9-40-40L0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40z' /%3E%3C/svg%3E\")}i.sg-icon.sg-icon-next:before{background:none;border-bottom:2px solid;border-left:2px solid;content:\"\";display:block;height:12px;margin-left:-10px;margin-top:2px;transform:translate(75%) rotate(-135deg) scaleZ(-1);transition:transform .3s ease-in;width:12px}i.sg-icon.sg-icon-previous:before{background:none;border-bottom:2px solid;border-left:2px solid;content:\"\";display:block;height:12px;margin-left:-4px;margin-top:2px;transform:translate(75%) rotate(45deg) scaleZ(-1);transition:transform .3s ease-in;width:12px}i.sg-icon.sg-icon-ellipsis:before{margin-right:-2px}:host{--grey-400: rgb(233, 233, 233);--grey-500: rgb(222, 222, 222);--sg-z-index-popover: 999;--sg-card-background: #fff;--sg-card-border: 1px solid #e9e9e9;--sg-card-border-radius: 4px;--sg-border-radius: 4px;--sg-card-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1019607843);--gds-ref-pallet-base800: #333;position:relative}:host .flex-right{right:0}:host .fold-out-button{border:0;cursor:pointer;font-family:inherit;padding:0;padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);font-weight:500;min-height:2.75rem;display:inline-flex;justify-content:center;background-color:transparent;border:.0625rem solid transparent;padding:.625rem;height:2.75rem;width:2.75rem;min-width:auto;--color: var(--gds-ref-pallet-base800);border-color:transparent;color:var(--gds-ref-pallet-base800);display:flex;align-items:center;gap:.5rem;line-height:.75;padding-inline:.4375rem;width:auto}:host .fold-out-button:focus:not(:focus-visible){box-shadow:none;outline:0}:host .fold-out-button:focus,:host .fold-out-button:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media (max-width: 35.98em){:host .fold-out-button{min-width:100%}}@media screen and (-ms-high-contrast: active){:host .fold-out-button{border:2px solid currentcolor}}:host .fold-out-button.small{min-height:2rem;padding:.4375rem .75rem;line-height:1rem}:host .fold-out-button.large{min-height:4rem;padding:1rem 1.5rem;font-size:1.5rem;line-height:2rem}.form-group :host .fold-out-button{margin-top:-.625rem}:host .fold-out-button.small{height:2rem;width:2rem;padding:.4375rem;line-height:1.125rem}:host .fold-out-button svg{height:1rem;width:1rem}:host .fold-out-button path,:host .fold-out-button line,:host .fold-out-button circle,:host .fold-out-button rect,:host .fold-out-button ellipse,:host .fold-out-button polyline,:host .fold-out-button text{fill:var(--gds-ref-pallet-base800);stroke:var(--gds-ref-pallet-base800);transition:all .3s cubic-bezier(.23,1,.32,1)}:host .fold-out-button:hover,:host .fold-out-button.highlighted{background-color:#0000001a;border-color:transparent}:host .fold-out-button:active,:host .fold-out-button.highlighted:hover{background-color:#0003;border-color:transparent}@media (max-width: 35.98em){:host .fold-out-button{min-width:initial}}:host .nggv-fold-out__popover{background-clip:border-box;background:var(--sg-card-background);border:var(--sg-card-border);border-radius:var(--sg-card-border-radius);box-shadow:var(--sg-card-box-shadow);color:var(--sg-card-color);display:flex;flex-direction:column;padding:1rem;width:fit-content;display:none;padding:0}:host .nggv-fold-out__popover>header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;margin-block-end:1rem}:host .nggv-fold-out__popover>header .close{margin:-.5rem -.5rem -.5rem .5rem}:host .nggv-fold-out__popover>*:not(header,footer){flex:1 1 auto}:host .nggv-fold-out__popover>footer{margin-top:.75rem}@media (min-width: 36em){:host .nggv-fold-out__popover>footer{display:flex;justify-content:flex-end}}@media (max-width: 35.98em){:host .nggv-fold-out__popover>footer button:not(.link)+button,:host .nggv-fold-out__popover>footer button:not(.link)+.button,:host .nggv-fold-out__popover>footer .button:not(.link)+button,:host .nggv-fold-out__popover>footer .button:not(.link)+.button{margin-top:.75rem}}@media (min-width: 36em){:host .nggv-fold-out__popover>footer button:not(.link)+button,:host .nggv-fold-out__popover>footer button:not(.link)+.button,:host .nggv-fold-out__popover>footer .button:not(.link)+button,:host .nggv-fold-out__popover>footer .button:not(.link)+.button{margin-left:.75rem}}:host .nggv-fold-out__popover-expanded{display:block;position:absolute;z-index:var(--sg-z-index-popover)}:host ::ng-deep .nggv-field-dropdown__options__label{padding:.75rem 1rem;line-height:1.25;cursor:pointer;display:flex;gap:.75rem;-webkit-user-select:none;user-select:none}:host ::ng-deep .nggv-field-dropdown__options__label:hover,:host ::ng-deep .nggv-field-dropdown__options__label:focus-visible{background-color:var(--grey-400)}:host ::ng-deep .nggv-field-dropdown__options__label:active{background-color:var(--grey-400)}:host ::ng-deep .nggv-field-dropdown__options__label:focus{outline-color:#000;outline-offset:-.25rem}:host ::ng-deep .nggv-field-dropdown__options__label.active.sg-highlighted,:host ::ng-deep .nggv-field-dropdown__options__label[aria-selected=true]{background:var(--grey-1000);color:#fff}:host ::ng-deep .nggv-field-dropdown__options__label.delete-option{color:#bb000c}:host ::ng-deep .nggv-field-dropdown__options__label:hover,:host ::ng-deep .nggv-field-dropdown__options__label:focus-visible,:host ::ng-deep .nggv-field-dropdown__options__label[aria-focus=true]{background-color:var(--grey-400)}:host ::ng-deep .nggv-field-dropdown__options__label.delete-option:hover,:host ::ng-deep .nggv-field-dropdown__options__label.delete-option:focus-visible,:host ::ng-deep .nggv-field-dropdown__options__label.delete-option[aria-focus=true]{background-color:#d81a1a;color:#fff}:host ::ng-deep .nggv-field-dropdown__options__label:active{background-color:var(--grey-500)}:host ::ng-deep .nggv-field-dropdown__options__label.delete-option:active{background-color:#bb000c;color:#fff}:host ::ng-deep .nggv-field-dropdown__options__label:focus-visible{outline-color:#000;outline-offset:-.25rem}:host ::ng-deep .nggv-field-dropdown__options__label[aria-hidden=true]{display:none}:host ::ng-deep .nggv-field-dropdown__options__label[highlighted]{background:var(--grey-1000);color:#fff}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i4.NggCoreElementDirective, selector: "[nggCoreElement]" }] }); }
|
|
5443
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NggvFoldOutComponent, selector: "nggv-fold-out", inputs: { thook: "thook", alignOptions: "alignOptions", text: "text", ariaLabel: "ariaLabel" }, outputs: { actionEmitter: "actionEmitter" }, host: { properties: { "attr.data-thook": "this.thook" } }, viewQueries: [{ propertyName: "inputRef", first: true, predicate: ["foldout"], descendants: true, read: ElementRef }, { propertyName: "container", first: true, predicate: ["childrenContainer"], descendants: true }], ngImport: i0, template: "<div #foldout>\n <button\n data-thook=\"fold-out-toggle\"\n class=\"fold-out-button\"\n [ngClass]=\"{ 'no-text': !text }\"\n (click)=\"toggleVisibility()\"\n [attr.aria-expanded]=\"shown\"\n [attr.aria-label]=\"ariaLabel\"\n >\n <ng-container *ngTemplateOutlet=\"text ? withText : default\"> </ng-container>\n </button>\n\n <div\n #childrenContainer\n class=\"nggv-fold-out__popover\"\n [ngClass]=\"{ 'flex-right': alignOptions === 'right' }\"\n [class.nggv-fold-out__popover-expanded]=\"shown\"\n (click)=\"toggleVisibility()\"\n >\n <ng-content></ng-content>\n </div>\n</div>\n\n<ng-template #withText>\n {{ text }}\n <gds-icon-dot-grid-one-horizontal\n width=\"24\"\n height=\"24\"\n *nggCoreElement\n ></gds-icon-dot-grid-one-horizontal>\n</ng-template>\n\n<ng-template #default>\n <gds-icon-dot-grid-one-horizontal\n width=\"24\"\n height=\"24\"\n *nggCoreElement\n ></gds-icon-dot-grid-one-horizontal>\n <ng-template></ng-template\n></ng-template>\n", styles: ["i.sg-icon{font-size:0;width:1rem;height:1rem;display:inline-block}i.sg-icon:before{content:\"\";display:inline-block;background:var(--color);width:100%;height:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}i.sg-icon.sg-icon-calendar:before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M152 64h144V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40h40c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h40V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40zM48 248h80v-56H48v56zm0 48v64h80v-64H48zm128 0v64h96v-64h-96zm144 0v64h80v-64h-80zm80-104h-80v56h80v-56zm0 216h-80v56h64c8.8 0 16-7.2 16-16v-40zm-128 0h-96v56h96v-56zm-144 0H48v40c0 8.8 7.16 16 16 16h64v-56zm144-216h-96v56h96v-56z '/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M152 64h144V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40h40c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h40V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40zM48 248h80v-56H48v56zm0 48v64h80v-64H48zm128 0v64h96v-64h-96zm144 0v64h80v-64h-80zm80-104h-80v56h80v-56zm0 216h-80v56h64c8.8 0 16-7.2 16-16v-40zm-128 0h-96v56h96v-56zm-144 0H48v40c0 8.8 7.16 16 16 16h64v-56zm144-216h-96v56h96v-56z '/%3E%3C/svg%3E\")}i.sg-icon.sg-icon-calendar-range:before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M96 288c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm224 64c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-128-64c0-13.3 10.7-24 24-24h112c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24zm40 72c13.3 0 24 10.7 24 24s-10.7 24-24 24H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h112zM152 64h144V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40h40c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h40V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40zM48 448c0 8.8 7.16 16 16 16h320c8.8 0 16-7.2 16-16V192H48v256z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M96 288c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm224 64c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-128-64c0-13.3 10.7-24 24-24h112c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24zm40 72c13.3 0 24 10.7 24 24s-10.7 24-24 24H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h112zM152 64h144V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40h40c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h40V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40zM48 448c0 8.8 7.16 16 16 16h320c8.8 0 16-7.2 16-16V192H48v256z'/%3E%3C/svg%3E\")}i.sg-icon.sg-icon-ellipsis:before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z'/%3E%3C/svg%3E\")}i.sg-icon.sg-icon-grip-vertical:before{-webkit-mask-image:url(\"data:image/svg+xml, %3Csvg height='1em' viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 352l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zm192 0l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 192l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 160c-22.1 0-40-17.9-40-40L0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml, %3Csvg height='1em' viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 352l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zm192 0l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 192l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 160c-22.1 0-40-17.9-40-40L0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40z' /%3E%3C/svg%3E\")}i.sg-icon.sg-icon-next:before{background:none;border-bottom:2px solid;border-left:2px solid;content:\"\";display:block;height:12px;margin-left:-10px;margin-top:2px;transform:translate(75%) rotate(-135deg) scaleZ(-1);transition:transform .3s ease-in;width:12px}i.sg-icon.sg-icon-previous:before{background:none;border-bottom:2px solid;border-left:2px solid;content:\"\";display:block;height:12px;margin-left:-4px;margin-top:2px;transform:translate(75%) rotate(45deg) scaleZ(-1);transition:transform .3s ease-in;width:12px}i.sg-icon.sg-icon-ellipsis:before{margin-right:-2px}:host{--grey-400: rgb(233, 233, 233);--grey-500: rgb(222, 222, 222);--sg-z-index-popover: 999;--sg-card-background: #fff;--sg-card-border: 1px solid #e9e9e9;--sg-card-border-radius: 4px;--sg-border-radius: 4px;--sg-card-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1019607843);--gds-ref-pallet-base800: #333;position:relative}:host .flex-right{right:0}:host .fold-out-button{border:0;cursor:pointer;font-family:inherit;padding:0;padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);font-weight:500;min-height:2.75rem;display:inline-flex;justify-content:center;background-color:transparent;border:.0625rem solid transparent;padding:.625rem;height:2.75rem;width:2.75rem;min-width:auto;--color: var(--gds-ref-pallet-base800);border-color:transparent;color:var(--gds-ref-pallet-base800);display:flex;align-items:center;gap:.5rem;line-height:.75;padding-inline:.4375rem;width:auto}:host .fold-out-button:focus:not(:focus-visible){box-shadow:none;outline:0}:host .fold-out-button:focus,:host .fold-out-button:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media (max-width: 35.98em){:host .fold-out-button{min-width:100%}}@media screen and (-ms-high-contrast: active){:host .fold-out-button{border:2px solid currentcolor}}:host .fold-out-button.small{min-height:2rem;padding:.4375rem .75rem;line-height:1rem}:host .fold-out-button.large{min-height:4rem;padding:1rem 1.5rem;font-size:1.5rem;line-height:2rem}.form-group :host .fold-out-button{margin-top:-.625rem}:host .fold-out-button.small{height:2rem;width:2rem;padding:.4375rem;line-height:1.125rem}:host .fold-out-button svg{height:1rem;width:1rem}:host .fold-out-button path,:host .fold-out-button line,:host .fold-out-button circle,:host .fold-out-button rect,:host .fold-out-button ellipse,:host .fold-out-button polyline,:host .fold-out-button text{fill:var(--gds-ref-pallet-base800);stroke:var(--gds-ref-pallet-base800);transition:all .3s cubic-bezier(.23,1,.32,1)}:host .fold-out-button:hover,:host .fold-out-button.highlighted{background-color:#0000001a;border-color:transparent}:host .fold-out-button:active,:host .fold-out-button.highlighted:hover{background-color:#0003;border-color:transparent}@media (max-width: 35.98em){:host .fold-out-button{min-width:initial}}:host .nggv-fold-out__popover{background-clip:border-box;background:var(--sg-card-background);border:var(--sg-card-border);border-radius:var(--sg-card-border-radius);box-shadow:var(--sg-card-box-shadow);color:var(--sg-card-color);display:flex;flex-direction:column;padding:1rem;width:fit-content;display:none;padding:0}:host .nggv-fold-out__popover>header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;margin-block-end:1rem}:host .nggv-fold-out__popover>header .close{margin:-.5rem -.5rem -.5rem .5rem}:host .nggv-fold-out__popover>*:not(header,footer){flex:1 1 auto}:host .nggv-fold-out__popover>footer{margin-top:.75rem}@media (min-width: 36em){:host .nggv-fold-out__popover>footer{display:flex;justify-content:flex-end}}@media (max-width: 35.98em){:host .nggv-fold-out__popover>footer button:not(.link)+button,:host .nggv-fold-out__popover>footer button:not(.link)+.button,:host .nggv-fold-out__popover>footer .button:not(.link)+button,:host .nggv-fold-out__popover>footer .button:not(.link)+.button{margin-top:.75rem}}@media (min-width: 36em){:host .nggv-fold-out__popover>footer button:not(.link)+button,:host .nggv-fold-out__popover>footer button:not(.link)+.button,:host .nggv-fold-out__popover>footer .button:not(.link)+button,:host .nggv-fold-out__popover>footer .button:not(.link)+.button{margin-left:.75rem}}:host .nggv-fold-out__popover-expanded{display:block;position:absolute;bottom:0;transform:translateY(calc(100% + .5rem));z-index:var(--sg-z-index-popover)}:host ::ng-deep .nggv-field-dropdown__options__label{padding:.75rem 1rem;line-height:1.25;cursor:pointer;display:flex;gap:.75rem;-webkit-user-select:none;user-select:none}:host ::ng-deep .nggv-field-dropdown__options__label:hover,:host ::ng-deep .nggv-field-dropdown__options__label:focus-visible{background-color:var(--grey-400)}:host ::ng-deep .nggv-field-dropdown__options__label:active{background-color:var(--grey-400)}:host ::ng-deep .nggv-field-dropdown__options__label:focus{outline-color:#000;outline-offset:-.25rem}:host ::ng-deep .nggv-field-dropdown__options__label.active.sg-highlighted,:host ::ng-deep .nggv-field-dropdown__options__label[aria-selected=true]{background:var(--grey-1000);color:#fff}:host ::ng-deep .nggv-field-dropdown__options__label.delete-option{color:#bb000c}:host ::ng-deep .nggv-field-dropdown__options__label:hover,:host ::ng-deep .nggv-field-dropdown__options__label:focus-visible,:host ::ng-deep .nggv-field-dropdown__options__label[aria-focus=true]{background-color:var(--grey-400)}:host ::ng-deep .nggv-field-dropdown__options__label.delete-option:hover,:host ::ng-deep .nggv-field-dropdown__options__label.delete-option:focus-visible,:host ::ng-deep .nggv-field-dropdown__options__label.delete-option[aria-focus=true]{background-color:#d81a1a;color:#fff}:host ::ng-deep .nggv-field-dropdown__options__label:active{background-color:var(--grey-500)}:host ::ng-deep .nggv-field-dropdown__options__label.delete-option:active{background-color:#bb000c;color:#fff}:host ::ng-deep .nggv-field-dropdown__options__label:focus-visible{outline-color:#000;outline-offset:-.25rem}:host ::ng-deep .nggv-field-dropdown__options__label[aria-hidden=true]{display:none}:host ::ng-deep .nggv-field-dropdown__options__label[highlighted]{background:var(--grey-1000);color:#fff}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i4.NggCoreElementDirective, selector: "[nggCoreElement]" }] }); }
|
|
5442
5444
|
}
|
|
5443
5445
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NggvFoldOutComponent, decorators: [{
|
|
5444
5446
|
type: Component,
|
|
5445
|
-
args: [{ selector: 'nggv-fold-out', template: "<div #foldout>\n <button\n data-thook=\"fold-out-toggle\"\n class=\"fold-out-button\"\n [ngClass]=\"{ 'no-text': !text }\"\n (click)=\"toggleVisibility()\"\n [attr.aria-expanded]=\"shown\"\n [attr.aria-label]=\"ariaLabel\"\n >\n <ng-container *ngTemplateOutlet=\"text ? withText : default\"> </ng-container>\n </button>\n\n <div\n #childrenContainer\n class=\"nggv-fold-out__popover\"\n [ngClass]=\"{ 'flex-right': alignOptions === 'right' }\"\n [class.nggv-fold-out__popover-expanded]=\"shown\"\n (click)=\"toggleVisibility()\"\n >\n <ng-content></ng-content>\n </div>\n</div>\n\n<ng-template #withText>\n {{ text }}\n <gds-icon-dot-grid-one-horizontal\n width=\"24\"\n height=\"24\"\n *nggCoreElement\n ></gds-icon-dot-grid-one-horizontal>\n</ng-template>\n\n<ng-template #default>\n <gds-icon-dot-grid-one-horizontal\n width=\"24\"\n height=\"24\"\n *nggCoreElement\n ></gds-icon-dot-grid-one-horizontal>\n <ng-template></ng-template\n></ng-template>\n", styles: ["i.sg-icon{font-size:0;width:1rem;height:1rem;display:inline-block}i.sg-icon:before{content:\"\";display:inline-block;background:var(--color);width:100%;height:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}i.sg-icon.sg-icon-calendar:before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M152 64h144V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40h40c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h40V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40zM48 248h80v-56H48v56zm0 48v64h80v-64H48zm128 0v64h96v-64h-96zm144 0v64h80v-64h-80zm80-104h-80v56h80v-56zm0 216h-80v56h64c8.8 0 16-7.2 16-16v-40zm-128 0h-96v56h96v-56zm-144 0H48v40c0 8.8 7.16 16 16 16h64v-56zm144-216h-96v56h96v-56z '/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M152 64h144V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40h40c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h40V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40zM48 248h80v-56H48v56zm0 48v64h80v-64H48zm128 0v64h96v-64h-96zm144 0v64h80v-64h-80zm80-104h-80v56h80v-56zm0 216h-80v56h64c8.8 0 16-7.2 16-16v-40zm-128 0h-96v56h96v-56zm-144 0H48v40c0 8.8 7.16 16 16 16h64v-56zm144-216h-96v56h96v-56z '/%3E%3C/svg%3E\")}i.sg-icon.sg-icon-calendar-range:before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M96 288c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm224 64c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-128-64c0-13.3 10.7-24 24-24h112c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24zm40 72c13.3 0 24 10.7 24 24s-10.7 24-24 24H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h112zM152 64h144V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40h40c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h40V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40zM48 448c0 8.8 7.16 16 16 16h320c8.8 0 16-7.2 16-16V192H48v256z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M96 288c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm224 64c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-128-64c0-13.3 10.7-24 24-24h112c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24zm40 72c13.3 0 24 10.7 24 24s-10.7 24-24 24H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h112zM152 64h144V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40h40c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h40V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40zM48 448c0 8.8 7.16 16 16 16h320c8.8 0 16-7.2 16-16V192H48v256z'/%3E%3C/svg%3E\")}i.sg-icon.sg-icon-ellipsis:before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z'/%3E%3C/svg%3E\")}i.sg-icon.sg-icon-grip-vertical:before{-webkit-mask-image:url(\"data:image/svg+xml, %3Csvg height='1em' viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 352l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zm192 0l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 192l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 160c-22.1 0-40-17.9-40-40L0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml, %3Csvg height='1em' viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 352l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zm192 0l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 192l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 160c-22.1 0-40-17.9-40-40L0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40z' /%3E%3C/svg%3E\")}i.sg-icon.sg-icon-next:before{background:none;border-bottom:2px solid;border-left:2px solid;content:\"\";display:block;height:12px;margin-left:-10px;margin-top:2px;transform:translate(75%) rotate(-135deg) scaleZ(-1);transition:transform .3s ease-in;width:12px}i.sg-icon.sg-icon-previous:before{background:none;border-bottom:2px solid;border-left:2px solid;content:\"\";display:block;height:12px;margin-left:-4px;margin-top:2px;transform:translate(75%) rotate(45deg) scaleZ(-1);transition:transform .3s ease-in;width:12px}i.sg-icon.sg-icon-ellipsis:before{margin-right:-2px}:host{--grey-400: rgb(233, 233, 233);--grey-500: rgb(222, 222, 222);--sg-z-index-popover: 999;--sg-card-background: #fff;--sg-card-border: 1px solid #e9e9e9;--sg-card-border-radius: 4px;--sg-border-radius: 4px;--sg-card-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1019607843);--gds-ref-pallet-base800: #333;position:relative}:host .flex-right{right:0}:host .fold-out-button{border:0;cursor:pointer;font-family:inherit;padding:0;padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);font-weight:500;min-height:2.75rem;display:inline-flex;justify-content:center;background-color:transparent;border:.0625rem solid transparent;padding:.625rem;height:2.75rem;width:2.75rem;min-width:auto;--color: var(--gds-ref-pallet-base800);border-color:transparent;color:var(--gds-ref-pallet-base800);display:flex;align-items:center;gap:.5rem;line-height:.75;padding-inline:.4375rem;width:auto}:host .fold-out-button:focus:not(:focus-visible){box-shadow:none;outline:0}:host .fold-out-button:focus,:host .fold-out-button:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media (max-width: 35.98em){:host .fold-out-button{min-width:100%}}@media screen and (-ms-high-contrast: active){:host .fold-out-button{border:2px solid currentcolor}}:host .fold-out-button.small{min-height:2rem;padding:.4375rem .75rem;line-height:1rem}:host .fold-out-button.large{min-height:4rem;padding:1rem 1.5rem;font-size:1.5rem;line-height:2rem}.form-group :host .fold-out-button{margin-top:-.625rem}:host .fold-out-button.small{height:2rem;width:2rem;padding:.4375rem;line-height:1.125rem}:host .fold-out-button svg{height:1rem;width:1rem}:host .fold-out-button path,:host .fold-out-button line,:host .fold-out-button circle,:host .fold-out-button rect,:host .fold-out-button ellipse,:host .fold-out-button polyline,:host .fold-out-button text{fill:var(--gds-ref-pallet-base800);stroke:var(--gds-ref-pallet-base800);transition:all .3s cubic-bezier(.23,1,.32,1)}:host .fold-out-button:hover,:host .fold-out-button.highlighted{background-color:#0000001a;border-color:transparent}:host .fold-out-button:active,:host .fold-out-button.highlighted:hover{background-color:#0003;border-color:transparent}@media (max-width: 35.98em){:host .fold-out-button{min-width:initial}}:host .nggv-fold-out__popover{background-clip:border-box;background:var(--sg-card-background);border:var(--sg-card-border);border-radius:var(--sg-card-border-radius);box-shadow:var(--sg-card-box-shadow);color:var(--sg-card-color);display:flex;flex-direction:column;padding:1rem;width:fit-content;display:none;padding:0}:host .nggv-fold-out__popover>header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;margin-block-end:1rem}:host .nggv-fold-out__popover>header .close{margin:-.5rem -.5rem -.5rem .5rem}:host .nggv-fold-out__popover>*:not(header,footer){flex:1 1 auto}:host .nggv-fold-out__popover>footer{margin-top:.75rem}@media (min-width: 36em){:host .nggv-fold-out__popover>footer{display:flex;justify-content:flex-end}}@media (max-width: 35.98em){:host .nggv-fold-out__popover>footer button:not(.link)+button,:host .nggv-fold-out__popover>footer button:not(.link)+.button,:host .nggv-fold-out__popover>footer .button:not(.link)+button,:host .nggv-fold-out__popover>footer .button:not(.link)+.button{margin-top:.75rem}}@media (min-width: 36em){:host .nggv-fold-out__popover>footer button:not(.link)+button,:host .nggv-fold-out__popover>footer button:not(.link)+.button,:host .nggv-fold-out__popover>footer .button:not(.link)+button,:host .nggv-fold-out__popover>footer .button:not(.link)+.button{margin-left:.75rem}}:host .nggv-fold-out__popover-expanded{display:block;position:absolute;z-index:var(--sg-z-index-popover)}:host ::ng-deep .nggv-field-dropdown__options__label{padding:.75rem 1rem;line-height:1.25;cursor:pointer;display:flex;gap:.75rem;-webkit-user-select:none;user-select:none}:host ::ng-deep .nggv-field-dropdown__options__label:hover,:host ::ng-deep .nggv-field-dropdown__options__label:focus-visible{background-color:var(--grey-400)}:host ::ng-deep .nggv-field-dropdown__options__label:active{background-color:var(--grey-400)}:host ::ng-deep .nggv-field-dropdown__options__label:focus{outline-color:#000;outline-offset:-.25rem}:host ::ng-deep .nggv-field-dropdown__options__label.active.sg-highlighted,:host ::ng-deep .nggv-field-dropdown__options__label[aria-selected=true]{background:var(--grey-1000);color:#fff}:host ::ng-deep .nggv-field-dropdown__options__label.delete-option{color:#bb000c}:host ::ng-deep .nggv-field-dropdown__options__label:hover,:host ::ng-deep .nggv-field-dropdown__options__label:focus-visible,:host ::ng-deep .nggv-field-dropdown__options__label[aria-focus=true]{background-color:var(--grey-400)}:host ::ng-deep .nggv-field-dropdown__options__label.delete-option:hover,:host ::ng-deep .nggv-field-dropdown__options__label.delete-option:focus-visible,:host ::ng-deep .nggv-field-dropdown__options__label.delete-option[aria-focus=true]{background-color:#d81a1a;color:#fff}:host ::ng-deep .nggv-field-dropdown__options__label:active{background-color:var(--grey-500)}:host ::ng-deep .nggv-field-dropdown__options__label.delete-option:active{background-color:#bb000c;color:#fff}:host ::ng-deep .nggv-field-dropdown__options__label:focus-visible{outline-color:#000;outline-offset:-.25rem}:host ::ng-deep .nggv-field-dropdown__options__label[aria-hidden=true]{display:none}:host ::ng-deep .nggv-field-dropdown__options__label[highlighted]{background:var(--grey-1000);color:#fff}\n"] }]
|
|
5447
|
+
args: [{ selector: 'nggv-fold-out', template: "<div #foldout>\n <button\n data-thook=\"fold-out-toggle\"\n class=\"fold-out-button\"\n [ngClass]=\"{ 'no-text': !text }\"\n (click)=\"toggleVisibility()\"\n [attr.aria-expanded]=\"shown\"\n [attr.aria-label]=\"ariaLabel\"\n >\n <ng-container *ngTemplateOutlet=\"text ? withText : default\"> </ng-container>\n </button>\n\n <div\n #childrenContainer\n class=\"nggv-fold-out__popover\"\n [ngClass]=\"{ 'flex-right': alignOptions === 'right' }\"\n [class.nggv-fold-out__popover-expanded]=\"shown\"\n (click)=\"toggleVisibility()\"\n >\n <ng-content></ng-content>\n </div>\n</div>\n\n<ng-template #withText>\n {{ text }}\n <gds-icon-dot-grid-one-horizontal\n width=\"24\"\n height=\"24\"\n *nggCoreElement\n ></gds-icon-dot-grid-one-horizontal>\n</ng-template>\n\n<ng-template #default>\n <gds-icon-dot-grid-one-horizontal\n width=\"24\"\n height=\"24\"\n *nggCoreElement\n ></gds-icon-dot-grid-one-horizontal>\n <ng-template></ng-template\n></ng-template>\n", styles: ["i.sg-icon{font-size:0;width:1rem;height:1rem;display:inline-block}i.sg-icon:before{content:\"\";display:inline-block;background:var(--color);width:100%;height:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}i.sg-icon.sg-icon-calendar:before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M152 64h144V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40h40c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h40V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40zM48 248h80v-56H48v56zm0 48v64h80v-64H48zm128 0v64h96v-64h-96zm144 0v64h80v-64h-80zm80-104h-80v56h80v-56zm0 216h-80v56h64c8.8 0 16-7.2 16-16v-40zm-128 0h-96v56h96v-56zm-144 0H48v40c0 8.8 7.16 16 16 16h64v-56zm144-216h-96v56h96v-56z '/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M152 64h144V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40h40c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h40V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40zM48 248h80v-56H48v56zm0 48v64h80v-64H48zm128 0v64h96v-64h-96zm144 0v64h80v-64h-80zm80-104h-80v56h80v-56zm0 216h-80v56h64c8.8 0 16-7.2 16-16v-40zm-128 0h-96v56h96v-56zm-144 0H48v40c0 8.8 7.16 16 16 16h64v-56zm144-216h-96v56h96v-56z '/%3E%3C/svg%3E\")}i.sg-icon.sg-icon-calendar-range:before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M96 288c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm224 64c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-128-64c0-13.3 10.7-24 24-24h112c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24zm40 72c13.3 0 24 10.7 24 24s-10.7 24-24 24H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h112zM152 64h144V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40h40c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h40V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40zM48 448c0 8.8 7.16 16 16 16h320c8.8 0 16-7.2 16-16V192H48v256z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M96 288c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm224 64c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-128-64c0-13.3 10.7-24 24-24h112c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24zm40 72c13.3 0 24 10.7 24 24s-10.7 24-24 24H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h112zM152 64h144V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40h40c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h40V24c0-13.25 10.7-24 24-24s24 10.75 24 24v40zM48 448c0 8.8 7.16 16 16 16h320c8.8 0 16-7.2 16-16V192H48v256z'/%3E%3C/svg%3E\")}i.sg-icon.sg-icon-ellipsis:before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z'/%3E%3C/svg%3E\")}i.sg-icon.sg-icon-grip-vertical:before{-webkit-mask-image:url(\"data:image/svg+xml, %3Csvg height='1em' viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 352l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zm192 0l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 192l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 160c-22.1 0-40-17.9-40-40L0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml, %3Csvg height='1em' viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 352l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zm192 0l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 192l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 160c-22.1 0-40-17.9-40-40L0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40z' /%3E%3C/svg%3E\")}i.sg-icon.sg-icon-next:before{background:none;border-bottom:2px solid;border-left:2px solid;content:\"\";display:block;height:12px;margin-left:-10px;margin-top:2px;transform:translate(75%) rotate(-135deg) scaleZ(-1);transition:transform .3s ease-in;width:12px}i.sg-icon.sg-icon-previous:before{background:none;border-bottom:2px solid;border-left:2px solid;content:\"\";display:block;height:12px;margin-left:-4px;margin-top:2px;transform:translate(75%) rotate(45deg) scaleZ(-1);transition:transform .3s ease-in;width:12px}i.sg-icon.sg-icon-ellipsis:before{margin-right:-2px}:host{--grey-400: rgb(233, 233, 233);--grey-500: rgb(222, 222, 222);--sg-z-index-popover: 999;--sg-card-background: #fff;--sg-card-border: 1px solid #e9e9e9;--sg-card-border-radius: 4px;--sg-border-radius: 4px;--sg-card-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1019607843);--gds-ref-pallet-base800: #333;position:relative}:host .flex-right{right:0}:host .fold-out-button{border:0;cursor:pointer;font-family:inherit;padding:0;padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);font-weight:500;min-height:2.75rem;display:inline-flex;justify-content:center;background-color:transparent;border:.0625rem solid transparent;padding:.625rem;height:2.75rem;width:2.75rem;min-width:auto;--color: var(--gds-ref-pallet-base800);border-color:transparent;color:var(--gds-ref-pallet-base800);display:flex;align-items:center;gap:.5rem;line-height:.75;padding-inline:.4375rem;width:auto}:host .fold-out-button:focus:not(:focus-visible){box-shadow:none;outline:0}:host .fold-out-button:focus,:host .fold-out-button:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media (max-width: 35.98em){:host .fold-out-button{min-width:100%}}@media screen and (-ms-high-contrast: active){:host .fold-out-button{border:2px solid currentcolor}}:host .fold-out-button.small{min-height:2rem;padding:.4375rem .75rem;line-height:1rem}:host .fold-out-button.large{min-height:4rem;padding:1rem 1.5rem;font-size:1.5rem;line-height:2rem}.form-group :host .fold-out-button{margin-top:-.625rem}:host .fold-out-button.small{height:2rem;width:2rem;padding:.4375rem;line-height:1.125rem}:host .fold-out-button svg{height:1rem;width:1rem}:host .fold-out-button path,:host .fold-out-button line,:host .fold-out-button circle,:host .fold-out-button rect,:host .fold-out-button ellipse,:host .fold-out-button polyline,:host .fold-out-button text{fill:var(--gds-ref-pallet-base800);stroke:var(--gds-ref-pallet-base800);transition:all .3s cubic-bezier(.23,1,.32,1)}:host .fold-out-button:hover,:host .fold-out-button.highlighted{background-color:#0000001a;border-color:transparent}:host .fold-out-button:active,:host .fold-out-button.highlighted:hover{background-color:#0003;border-color:transparent}@media (max-width: 35.98em){:host .fold-out-button{min-width:initial}}:host .nggv-fold-out__popover{background-clip:border-box;background:var(--sg-card-background);border:var(--sg-card-border);border-radius:var(--sg-card-border-radius);box-shadow:var(--sg-card-box-shadow);color:var(--sg-card-color);display:flex;flex-direction:column;padding:1rem;width:fit-content;display:none;padding:0}:host .nggv-fold-out__popover>header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;margin-block-end:1rem}:host .nggv-fold-out__popover>header .close{margin:-.5rem -.5rem -.5rem .5rem}:host .nggv-fold-out__popover>*:not(header,footer){flex:1 1 auto}:host .nggv-fold-out__popover>footer{margin-top:.75rem}@media (min-width: 36em){:host .nggv-fold-out__popover>footer{display:flex;justify-content:flex-end}}@media (max-width: 35.98em){:host .nggv-fold-out__popover>footer button:not(.link)+button,:host .nggv-fold-out__popover>footer button:not(.link)+.button,:host .nggv-fold-out__popover>footer .button:not(.link)+button,:host .nggv-fold-out__popover>footer .button:not(.link)+.button{margin-top:.75rem}}@media (min-width: 36em){:host .nggv-fold-out__popover>footer button:not(.link)+button,:host .nggv-fold-out__popover>footer button:not(.link)+.button,:host .nggv-fold-out__popover>footer .button:not(.link)+button,:host .nggv-fold-out__popover>footer .button:not(.link)+.button{margin-left:.75rem}}:host .nggv-fold-out__popover-expanded{display:block;position:absolute;bottom:0;transform:translateY(calc(100% + .5rem));z-index:var(--sg-z-index-popover)}:host ::ng-deep .nggv-field-dropdown__options__label{padding:.75rem 1rem;line-height:1.25;cursor:pointer;display:flex;gap:.75rem;-webkit-user-select:none;user-select:none}:host ::ng-deep .nggv-field-dropdown__options__label:hover,:host ::ng-deep .nggv-field-dropdown__options__label:focus-visible{background-color:var(--grey-400)}:host ::ng-deep .nggv-field-dropdown__options__label:active{background-color:var(--grey-400)}:host ::ng-deep .nggv-field-dropdown__options__label:focus{outline-color:#000;outline-offset:-.25rem}:host ::ng-deep .nggv-field-dropdown__options__label.active.sg-highlighted,:host ::ng-deep .nggv-field-dropdown__options__label[aria-selected=true]{background:var(--grey-1000);color:#fff}:host ::ng-deep .nggv-field-dropdown__options__label.delete-option{color:#bb000c}:host ::ng-deep .nggv-field-dropdown__options__label:hover,:host ::ng-deep .nggv-field-dropdown__options__label:focus-visible,:host ::ng-deep .nggv-field-dropdown__options__label[aria-focus=true]{background-color:var(--grey-400)}:host ::ng-deep .nggv-field-dropdown__options__label.delete-option:hover,:host ::ng-deep .nggv-field-dropdown__options__label.delete-option:focus-visible,:host ::ng-deep .nggv-field-dropdown__options__label.delete-option[aria-focus=true]{background-color:#d81a1a;color:#fff}:host ::ng-deep .nggv-field-dropdown__options__label:active{background-color:var(--grey-500)}:host ::ng-deep .nggv-field-dropdown__options__label.delete-option:active{background-color:#bb000c;color:#fff}:host ::ng-deep .nggv-field-dropdown__options__label:focus-visible{outline-color:#000;outline-offset:-.25rem}:host ::ng-deep .nggv-field-dropdown__options__label[aria-hidden=true]{display:none}:host ::ng-deep .nggv-field-dropdown__options__label[highlighted]{background:var(--grey-1000);color:#fff}\n"] }]
|
|
5446
5448
|
}], propDecorators: { thook: [{
|
|
5447
5449
|
type: HostBinding,
|
|
5448
5450
|
args: ['attr.data-thook']
|
|
@@ -5621,8 +5623,8 @@ class NggvSlideOutComponent {
|
|
|
5621
5623
|
const focusable = this.slideOutRef.nativeElement.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])');
|
|
5622
5624
|
this.firstFocusable = focusable[0];
|
|
5623
5625
|
this.lastFocusable = focusable[focusable.length - 1];
|
|
5624
|
-
if (this.
|
|
5625
|
-
this.
|
|
5626
|
+
if (this.firstFocusable)
|
|
5627
|
+
this.firstFocusable.focus();
|
|
5626
5628
|
});
|
|
5627
5629
|
}
|
|
5628
5630
|
hideOverflow() {
|
|
@@ -5632,7 +5634,7 @@ class NggvSlideOutComponent {
|
|
|
5632
5634
|
this.renderer.removeStyle(document.body, 'overflow');
|
|
5633
5635
|
}
|
|
5634
5636
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NggvSlideOutComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5635
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NggvSlideOutComponent, selector: "nggv-slideout-modal", inputs: { side: "side", shown: "shown", initiallyShown: "initiallyShown", heading: "heading", title: "title", content: "content", closable: "closable", autoWidth: "autoWidth", thook: "thook", closeButtonAriaLabel: "closeButtonAriaLabel", buttons: "buttons" }, outputs: { nggvCloseEvent: "nggvCloseEvent", nggvPositiveEvent: "nggvPositiveEvent", nggvNeutralEvent: "nggvNeutralEvent", nggvNegativeEvent: "nggvNegativeEvent" }, host: { listeners: { "click": "close($event,\"host\")", "document:keydown.escape": "close($event)", "keydown": "focusTrap($event)" } }, viewQueries: [{ propertyName: "slideOutRef", first: true, predicate: ["slideOut"], descendants: true }], ngImport: i0, template: "<ng-container *ngIf=\"shown\">\n <div\n [ngClass]=\"{\n 'gds-slide-out--left': fromLeft,\n 'gds-slide-out--right': !fromLeft,\n }\"\n *transloco=\"let t\"\n [class.-active]=\"shown\"\n [attr.data-thook]=\"thook\"\n [attr.aria-hidden]=\"!shown\"\n [@modalAnimation]\n >\n <div\n #slideOut\n class=\"gds-slide-out\"\n [class.auto-width]=\"autoWidth\"\n [class.entered]=\"shown\"\n role=\"dialog\"\n aria-modal=\"true\"\n aria-labelledby=\"gds-modal-title\"\n aria-describedby=\"gds-modal-body\"\n >\n <header class=\"gds-slide-out__header\">\n <h3 id=\"gds-modal-title\">\n {{ heading || title || '' }}\n </h3>\n <button\n data-testid=\"modal-close-button\"\n class=\"nggv-modal-slideout__close\"\n (click)=\"this.close()\"\n [attr.aria-label]=\"closeButtonAriaLabel\"\n >\n <i></i>\n </button>\n </header>\n\n <section id=\"modal-body\">\n <div class=\"gds-slide-out__content hide-if-empty\">\n <div *ngIf=\"content\" [innerHtml]=\"content\"></div>\n <ng-content></ng-content>\n </div>\n <ng-content select=\"[slot='outside-content']\"></ng-content>\n </section>\n\n <footer class=\"modal-dialog__actions\">\n <button\n class=\"danger\"\n type=\"reset\"\n [attr.data-thook]=\"'dialog-' + (_buttons?.negative || 'negative')\"\n (click)=\"onAction($event, 'negative')\"\n (keydown.enter)=\"onAction($event, 'negative')\"\n *ngIf=\"_buttons && _buttons.negative\"\n >\n {{ t(_buttons.negative) }}\n </button>\n\n <button\n class=\"secondary\"\n type=\"button\"\n [attr.data-thook]=\"'dialog-' + (_buttons?.neutral || 'neutral')\"\n (click)=\"onAction($event, 'neutral')\"\n (keydown.enter)=\"onAction($event, 'neutral')\"\n *ngIf=\"_buttons && _buttons.neutral\"\n >\n {{ t(_buttons.neutral) }}\n </button>\n\n <button\n class=\"primary\"\n type=\"submit\"\n [attr.data-thook]=\"'dialog-' + (_buttons?.positive || 'positive')\"\n (click)=\"onAction($event, 'positive')\"\n (keydown.enter)=\"onAction($event, 'positive')\"\n *ngIf=\"_buttons && _buttons.positive\"\n >\n {{ t(_buttons.positive) }}\n </button>\n </footer>\n </div>\n\n <div\n class=\"nggv-backdrop\"\n data-thook=\"slideout-backdrop\"\n (click)=\"close()\"\n ></div>\n </div>\n</ng-container>\n", styles: [":host{--background-hsl: 0deg, 0%, 0%;--gds-ref-pallet-base200: hsl(0, 0%, 91%);--gds-sys-color-base: hsl(0, 0%, 20%);--gds-sys-color-font: hsl(0, 0%, 20%);--gds-sys-shape-corner-round: 50%;--grey-500: rgb(222, 222, 222);--sg-border-color: hsl(0, 0%, 53%);--sg-border-radius: .25rem;--sg-border-width: 1px;--sg-hsl-contrast: 0deg, 0%, 0%;--sg-modal-backdrop-background: rgba(0, 0, 0, .5);--sg-modal-background: #fff;--sg-modal-box-shadow: 0 .125rem .375rem rgba(0, 0, 0, .15);--sg-z-index-modal-backdrop: 1040;--sg-z-index-modal: 1050;--text-primary-color: rgb(51, 51, 51)}:host .gds-slide-out{background:var(--sg-modal-background);display:flex;flex-direction:column;box-shadow:var(--sg-modal-box-shadow);position:absolute;width:100%;z-index:var(--sg-z-index-modal);position:fixed;height:100dvh;max-width:512px;min-height:-webkit-fill-available;min-height:-moz-available;min-height:stretch;right:0;top:0;transition:transform .35s cubic-bezier(.33,1,.68,1);transform:translate(100%);z-index:1050;overflow-y:auto}:host .gds-slide-out>.header,:host .gds-slide-out>header{padding:1rem;border-bottom:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--sg-border-color);display:inline-flex;justify-content:space-between;align-items:center;width:100%}:host .gds-slide-out>.header h3,:host .gds-slide-out>.header .h3,:host .gds-slide-out>header h3,:host .gds-slide-out>header .h3{margin-bottom:0;margin-top:0}:host .gds-slide-out>.header h3+.close,:host .gds-slide-out>.header .h3+.close,:host .gds-slide-out>header h3+.close,:host .gds-slide-out>header .h3+.close{margin:-7px;min-width:2rem}:host .gds-slide-out>.body{padding:1rem;overflow:auto;width:100%}:host .gds-slide-out>.body p{margin-bottom:0;margin-top:0}:host .gds-slide-out>.footer,:host .gds-slide-out>footer{padding:1rem;width:100%}@media (min-width: 36em){:host .gds-slide-out>.footer,:host .gds-slide-out>footer{display:flex;justify-content:flex-end}}@media (max-width: 35.98em){:host .gds-slide-out>.footer button+button,:host .gds-slide-out>.footer button+.button,:host .gds-slide-out>.footer .button+button,:host .gds-slide-out>.footer .button+.button,:host .gds-slide-out>footer button+button,:host .gds-slide-out>footer button+.button,:host .gds-slide-out>footer .button+button,:host .gds-slide-out>footer .button+.button{margin-top:.75rem}}@media (min-width: 36em){:host .gds-slide-out>.footer button+button,:host .gds-slide-out>.footer button+.button,:host .gds-slide-out>.footer .button+button,:host .gds-slide-out>.footer .button+.button,:host .gds-slide-out>footer button+button,:host .gds-slide-out>footer button+.button,:host .gds-slide-out>footer .button+button,:host .gds-slide-out>footer .button+.button{margin-left:.75rem}}:host .gds-slide-out.is-entering,:host .gds-slide-out.entered{transform:translate(0)}:host .gds-slide-out.is-exiting{transform:translate(100%)}:host .gds-slide-out.large{max-width:720px}:host .gds-slide-out>.body{flex:1 0}:host .gds-slide-out.left{left:0}:host .gds-slide-out.gds-slide-out--768{max-width:48rem}:host .gds-slide-out.gds-slide-out--960{max-width:60rem}:host .gds-slide-out.gds-slide-out--768 header,:host .gds-slide-out.gds-slide-out--960 header{padding:1.5rem 2rem 1rem}:host .gds-slide-out.gds-slide-out--768 .body,:host .gds-slide-out.gds-slide-out--960 .body{padding:2rem 2rem 1rem}:host .gds-slide-out.gds-slide-out--768 footer,:host .gds-slide-out.gds-slide-out--960 footer{padding:1rem 2rem 2rem}:host .gds-slide-out.auto-width{width:auto;max-width:initial}:host .hide-if-empty:empty{display:none}:host .nggv-backdrop{background:var(--sg-modal-backdrop-background);inset:0;position:fixed;z-index:var(--sg-z-index-modal-backdrop);display:block;transition:opacity .5s cubic-bezier(.33,1,.68,1)}:host .nggv-backdrop--transparent{opacity:0}:host .nggv-backdrop--transparent.entered,:host .nggv-backdrop--transparent.is-entering{opacity:1}:host .nggv-backdrop--transparent.is-exiting{opacity:0}:host .gds-slide-out__content{padding:1rem;overflow:auto;width:100%}:host .gds-slide-out__content p{margin-bottom:0;margin-top:0}:host .modal-dialog__actions,:host .gds-slide-out__header,:host .modal-body,:host .gds-slide-out__content{box-sizing:border-box}:host .modal-slide-out__heading{padding:1rem;border-bottom:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--sg-border-color);display:inline-flex;justify-content:space-between;align-items:center;width:100%}:host .modal-slide-out__heading h3,:host .modal-slide-out__heading .h3{margin-bottom:0;margin-top:0}:host .modal-slide-out__heading h3+.close,:host .modal-slide-out__heading .h3+.close{margin:-7px;min-width:2rem}:host .nggv-modal-slideout__close{background-color:transparent;padding:0;font-size:0;background:var(--gds-sys-color-surface);border:0;border-radius:50%;content:\"\";cursor:pointer;display:flex;font-family:inherit;height:2rem;position:relative;width:2rem}@media (hover: none) and (pointer: coarse){:host .nggv-modal-slideout__close:not(:disabled):not(.disabled){padding:.375rem;height:2.75rem;width:2.75rem}:host .nggv-modal-slideout__close:not(:disabled):not(.disabled)>i{background:var(--gds-ref-pallet-base200);height:2rem;width:2rem;border-radius:50%;position:relative;--color: var(--gds-sys-color-base)}:host .nggv-modal-slideout__close:not(:disabled):not(.disabled)>div:after,:host .nggv-modal-slideout__close:not(:disabled):not(.disabled)>div:before{height:.789375rem;width:.130625rem;top:.625rem}}:host .nggv-modal-slideout__close:focus:not(:focus-visible){box-shadow:none;outline:0}:host .nggv-modal-slideout__close:focus,:host .nggv-modal-slideout__close:focus-visible i{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .nggv-modal-slideout__close>i{border-radius:var(--gds-sys-shape-corner-round);display:block;width:100%;height:100%}:host .nggv-modal-slideout__close>i:after,:host .nggv-modal-slideout__close>i:before{background:var(--gds-sys-color-font);content:\"\";display:block;height:.789375rem;width:.130625rem;border-radius:.5px;left:calc(50% - .0625rem);position:absolute;top:.625rem}:host .nggv-modal-slideout__close>i:after{transform:rotate(45deg)}:host .nggv-modal-slideout__close>i:before{transform:rotate(-45deg)}:host .nggv-modal-slideout__close>svg path{fill:var(--gds-sys-color-font)}@media (min-width: 48em){:host .nggv-modal-slideout__close:not(:disabled,.disabled):hover>i{background:color-mix(in srgb,var(--gds-sys-color-font) 10%,transparent)}:host .nggv-modal-slideout__close:not(:disabled,.disabled):hover:active>i{background:color-mix(in srgb,var(--gds-sys-color-font) 20%,transparent)}}:host .modal-dialog__actions button{background-color:transparent;border:0;cursor:pointer;padding:0;padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);font-weight:500;min-height:2.75rem;align-items:center;display:inline-flex;justify-content:center;font-size:1rem;font-family:inherit}:host .modal-dialog__actions button:focus:not(:focus-visible){box-shadow:none;outline:0}:host .modal-dialog__actions button:focus,:host .modal-dialog__actions button:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media (max-width: 35.98em){:host .modal-dialog__actions button{min-width:100%}}@media screen and (-ms-high-contrast: active){:host .modal-dialog__actions button{border:2px solid currentcolor}}:host .modal-dialog__actions button.small{min-height:2rem;padding:.4375rem .75rem;line-height:1rem}:host .modal-dialog__actions button.large{min-height:4rem;padding:1rem 1.5rem;font-size:1.5rem;line-height:2rem}:host .modal-dialog__actions .primary{transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;background:#007ac7;border-color:#007ac7;color:#fff;--color: #fff}:host .modal-dialog__actions .primary:not(:disabled,.disabled,[aria-disabled]):hover{background-color:#199be3;color:#fff;--background: rgb(25.4035777564, 154.8940067842, 227.221994169);--color: rgb(255, 255, 255);border-color:#199be3}:host .modal-dialog__actions .primary[aria-selected=true],:host .modal-dialog__actions .primary:active,:host .modal-dialog__actions .primary.active,:host .modal-dialog__actions .primary.active:hover,:host .modal-dialog__actions .primary:active:hover{background-color:#007ac7;color:#fff;--background: rgb(0, 122, 199);--color: rgb(255, 255, 255);border-color:#007ac7}:host .modal-dialog__actions .primary:focus-visible{background-color:#199be3;color:#fff;--background: rgb(25.4035777564, 154.8940067842, 227.221994169);--color: rgb(255, 255, 255);border-color:#199be3!important}:host .modal-dialog__actions .primary:disabled,:host .modal-dialog__actions .primary.disabled,:host .modal-dialog__actions .primary[aria-disabled=true]{background:var(--form-control-primary-bg-disabled)!important;color:var(--text-primary-disabled-color)!important;border-color:var(--border-primary-disabled-color)!important;cursor:not-allowed}:host .modal-dialog__actions .primary:disabled::placeholder,:host .modal-dialog__actions .primary.disabled::placeholder,:host .modal-dialog__actions .primary[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host .modal-dialog__actions .secondary{transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;background:transparent;border-color:#007ac7;color:#007ac7;--color: rgb(0, 122, 199)}:host .modal-dialog__actions .secondary:focus:not(:focus-visible){box-shadow:none;outline:0}:host .modal-dialog__actions .secondary:focus,:host .modal-dialog__actions .secondary:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .modal-dialog__actions .secondary:not(:disabled,.disabled,[aria-disabled]):hover{background-color:#199be3;color:#fff;--background: rgb(25.4035777564, 154.8940067842, 227.221994169);--color: rgb(255, 255, 255);border-color:#199be3}:host .modal-dialog__actions .secondary[aria-selected=true],:host .modal-dialog__actions .secondary:active,:host .modal-dialog__actions .secondary.active,:host .modal-dialog__actions .secondary.active:hover,:host .modal-dialog__actions .secondary:active:hover{background-color:#007ac7;color:#fff;--background: rgb(0, 122, 199);--color: rgb(255, 255, 255);border-color:#007ac7}:host .modal-dialog__actions .secondary:disabled,:host .modal-dialog__actions .secondary.disabled,:host .modal-dialog__actions .secondary[aria-disabled=true]{background:var(--sg-form-control-bg-disabled)!important;color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host .modal-dialog__actions .secondary:disabled::placeholder,:host .modal-dialog__actions .secondary.disabled::placeholder,:host .modal-dialog__actions .secondary[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host .modal-dialog__actions .danger{color:#bb000c;--color: rgb(187, 0, 12);border-color:transparent;transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s}:host .modal-dialog__actions .danger:not(:disabled,.disabled,[aria-disabled]):hover{background-color:#d81a1a;color:#fff;--background: rgb(216, 26, 26);--color: rgb(255, 255, 255);border-color:#d81a1a}:host .modal-dialog__actions .danger[aria-selected=true],:host .modal-dialog__actions .danger:active,:host .modal-dialog__actions .danger.active,:host .modal-dialog__actions .danger.active:hover,:host .modal-dialog__actions .danger:active:hover{background-color:#bb000c;color:#fff;--background: rgb(187, 0, 12);--color: rgb(255, 255, 255);border-color:#bb000c}:host .modal-dialog__actions .danger[aria-selected]:hover,:host .modal-dialog__actions .danger.active:hover,:host .modal-dialog__actions .danger:active:hover{opacity:.9}:host .modal-dialog__actions .danger:focus:not(:focus-visible){box-shadow:none;outline:0}:host .modal-dialog__actions .danger:focus,:host .modal-dialog__actions .danger:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host #sdv-modal-body{flex:1}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.TranslocoDirective, selector: "[transloco]", inputs: ["transloco", "translocoParams", "translocoScope", "translocoRead", "translocoPrefix", "translocoLang", "translocoLoadingTpl"] }], animations: [
|
|
5637
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NggvSlideOutComponent, selector: "nggv-slideout-modal", inputs: { side: "side", shown: "shown", initiallyShown: "initiallyShown", heading: "heading", title: "title", content: "content", closable: "closable", autoWidth: "autoWidth", thook: "thook", closeButtonAriaLabel: "closeButtonAriaLabel", buttons: "buttons" }, outputs: { nggvCloseEvent: "nggvCloseEvent", nggvPositiveEvent: "nggvPositiveEvent", nggvNeutralEvent: "nggvNeutralEvent", nggvNegativeEvent: "nggvNegativeEvent" }, host: { listeners: { "click": "close($event,\"host\")", "document:keydown.escape": "close($event)", "keydown": "focusTrap($event)" } }, viewQueries: [{ propertyName: "slideOutRef", first: true, predicate: ["slideOut"], descendants: true }], ngImport: i0, template: "<ng-container *ngIf=\"shown\">\n <div\n [ngClass]=\"{\n 'gds-slide-out--left': fromLeft,\n 'gds-slide-out--right': !fromLeft,\n }\"\n *transloco=\"let t\"\n [class.-active]=\"shown\"\n [attr.data-thook]=\"thook\"\n [attr.aria-hidden]=\"!shown\"\n [@modalAnimation]\n >\n <div\n #slideOut\n class=\"gds-slide-out\"\n [class.auto-width]=\"autoWidth\"\n [class.entered]=\"shown\"\n role=\"dialog\"\n aria-modal=\"true\"\n aria-labelledby=\"gds-modal-title\"\n aria-describedby=\"gds-modal-body\"\n >\n <header class=\"gds-slide-out__header\">\n <h3 id=\"gds-modal-title\">\n {{ heading || title || '' }}\n </h3>\n <button\n data-testid=\"modal-close-button\"\n class=\"nggv-modal-slideout__close\"\n (click)=\"this.close()\"\n [attr.aria-label]=\"closeButtonAriaLabel\"\n >\n <i></i>\n </button>\n </header>\n\n <section id=\"modal-body\">\n <div class=\"gds-slide-out__content hide-if-empty\">\n <div *ngIf=\"content\" [innerHtml]=\"content\"></div>\n <ng-content></ng-content>\n </div>\n <ng-content select=\"[slot='outside-content']\"></ng-content>\n </section>\n\n <footer class=\"modal-dialog__actions\">\n <button\n class=\"danger\"\n type=\"reset\"\n [attr.data-thook]=\"'dialog-' + (_buttons?.negative || 'negative')\"\n (click)=\"onAction($event, 'negative')\"\n (keydown.enter)=\"onAction($event, 'negative')\"\n *ngIf=\"_buttons && _buttons.negative\"\n >\n {{ t(_buttons.negative) }}\n </button>\n\n <button\n class=\"secondary\"\n type=\"button\"\n [attr.data-thook]=\"'dialog-' + (_buttons?.neutral || 'neutral')\"\n (click)=\"onAction($event, 'neutral')\"\n (keydown.enter)=\"onAction($event, 'neutral')\"\n *ngIf=\"_buttons && _buttons.neutral\"\n >\n {{ t(_buttons.neutral) }}\n </button>\n\n <button\n class=\"primary\"\n type=\"submit\"\n [attr.data-thook]=\"'dialog-' + (_buttons?.positive || 'positive')\"\n (click)=\"onAction($event, 'positive')\"\n (keydown.enter)=\"onAction($event, 'positive')\"\n *ngIf=\"_buttons && _buttons.positive\"\n >\n {{ t(_buttons.positive) }}\n </button>\n </footer>\n </div>\n\n <div\n class=\"nggv-backdrop\"\n data-thook=\"slideout-backdrop\"\n (click)=\"close()\"\n ></div>\n </div>\n</ng-container>\n", styles: [":host{--background-hsl: 0deg, 0%, 0%;--gds-ref-pallet-base200: hsl(0, 0%, 91%);--gds-sys-color-base: hsl(0, 0%, 20%);--gds-sys-color-font: hsl(0, 0%, 20%);--gds-sys-shape-corner-round: 50%;--grey-500: rgb(222, 222, 222);--sg-border-color: hsl(0, 0%, 53%);--sg-border-radius: .25rem;--sg-border-width: 1px;--sg-hsl-contrast: 0deg, 0%, 0%;--sg-modal-backdrop-background: rgba(0, 0, 0, .5);--sg-modal-background: #fff;--sg-modal-box-shadow: 0 .125rem .375rem rgba(0, 0, 0, .15);--sg-z-index-modal-backdrop: 1040;--sg-z-index-modal: 1050;--text-primary-color: rgb(51, 51, 51)}:host .gds-slide-out{background:var(--sg-modal-background);display:flex;flex-direction:column;box-shadow:var(--sg-modal-box-shadow);position:absolute;width:100%;z-index:var(--sg-z-index-modal);position:fixed;height:100dvh;max-width:512px;min-height:-webkit-fill-available;min-height:-moz-available;min-height:stretch;right:0;top:0;transition:transform .35s cubic-bezier(.33,1,.68,1);transform:translate(100%);z-index:1050;overflow-y:auto}:host .gds-slide-out>.header,:host .gds-slide-out>header{padding:1rem;border-bottom:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--sg-border-color);display:inline-flex;justify-content:space-between;align-items:center;width:100%}:host .gds-slide-out>.header h3,:host .gds-slide-out>.header .h3,:host .gds-slide-out>header h3,:host .gds-slide-out>header .h3{margin-bottom:0;margin-top:0}:host .gds-slide-out>.header h3+.close,:host .gds-slide-out>.header .h3+.close,:host .gds-slide-out>header h3+.close,:host .gds-slide-out>header .h3+.close{margin:-7px;min-width:2rem}:host .gds-slide-out>.body{padding:1rem;overflow:auto;width:100%}:host .gds-slide-out>.body p{margin-bottom:0;margin-top:0}:host .gds-slide-out>.footer,:host .gds-slide-out>footer{padding:1rem;width:100%}@media (min-width: 36em){:host .gds-slide-out>.footer,:host .gds-slide-out>footer{display:flex;justify-content:flex-end}}@media (max-width: 35.98em){:host .gds-slide-out>.footer button+button,:host .gds-slide-out>.footer button+.button,:host .gds-slide-out>.footer .button+button,:host .gds-slide-out>.footer .button+.button,:host .gds-slide-out>footer button+button,:host .gds-slide-out>footer button+.button,:host .gds-slide-out>footer .button+button,:host .gds-slide-out>footer .button+.button{margin-top:.75rem}}@media (min-width: 36em){:host .gds-slide-out>.footer button+button,:host .gds-slide-out>.footer button+.button,:host .gds-slide-out>.footer .button+button,:host .gds-slide-out>.footer .button+.button,:host .gds-slide-out>footer button+button,:host .gds-slide-out>footer button+.button,:host .gds-slide-out>footer .button+button,:host .gds-slide-out>footer .button+.button{margin-left:.75rem}}:host .gds-slide-out.is-entering,:host .gds-slide-out.entered{transform:translate(0)}:host .gds-slide-out.is-exiting{transform:translate(100%)}:host .gds-slide-out.large{max-width:720px}:host .gds-slide-out>.body{flex:1 0}:host .gds-slide-out.left{left:0}:host .gds-slide-out.gds-slide-out--768{max-width:48rem}:host .gds-slide-out.gds-slide-out--960{max-width:60rem}:host .gds-slide-out.gds-slide-out--768 header,:host .gds-slide-out.gds-slide-out--960 header{padding:1.5rem 2rem 1rem}:host .gds-slide-out.gds-slide-out--768 .body,:host .gds-slide-out.gds-slide-out--960 .body{padding:2rem 2rem 1rem}:host .gds-slide-out.gds-slide-out--768 footer,:host .gds-slide-out.gds-slide-out--960 footer{padding:1rem 2rem 2rem}:host .gds-slide-out.auto-width{width:auto;max-width:initial}:host .hide-if-empty:empty{display:none}:host .nggv-backdrop{background:var(--sg-modal-backdrop-background);inset:0;position:fixed;z-index:var(--sg-z-index-modal-backdrop);display:block;transition:opacity .5s cubic-bezier(.33,1,.68,1)}:host .nggv-backdrop--transparent{opacity:0}:host .nggv-backdrop--transparent.entered,:host .nggv-backdrop--transparent.is-entering{opacity:1}:host .nggv-backdrop--transparent.is-exiting{opacity:0}:host .gds-slide-out__content{padding:1rem;overflow:auto;width:100%;overflow:unset}:host .gds-slide-out__content p{margin-bottom:0;margin-top:0}:host .modal-dialog__actions,:host .gds-slide-out__header,:host .modal-body,:host .gds-slide-out__content{box-sizing:border-box}:host .modal-slide-out__heading{padding:1rem;border-bottom:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--sg-border-color);display:inline-flex;justify-content:space-between;align-items:center;width:100%}:host .modal-slide-out__heading h3,:host .modal-slide-out__heading .h3{margin-bottom:0;margin-top:0}:host .modal-slide-out__heading h3+.close,:host .modal-slide-out__heading .h3+.close{margin:-7px;min-width:2rem}:host .nggv-modal-slideout__close{background-color:transparent;padding:0;font-size:0;background:var(--gds-sys-color-surface);border:0;border-radius:50%;content:\"\";cursor:pointer;display:flex;font-family:inherit;height:2rem;position:relative;width:2rem}@media (hover: none) and (pointer: coarse){:host .nggv-modal-slideout__close:not(:disabled):not(.disabled){padding:.375rem;height:2.75rem;width:2.75rem}:host .nggv-modal-slideout__close:not(:disabled):not(.disabled)>i{background:var(--gds-ref-pallet-base200);height:2rem;width:2rem;border-radius:50%;position:relative;--color: var(--gds-sys-color-base)}:host .nggv-modal-slideout__close:not(:disabled):not(.disabled)>div:after,:host .nggv-modal-slideout__close:not(:disabled):not(.disabled)>div:before{height:.789375rem;width:.130625rem;top:.625rem}}:host .nggv-modal-slideout__close:focus:not(:focus-visible){box-shadow:none;outline:0}:host .nggv-modal-slideout__close:focus,:host .nggv-modal-slideout__close:focus-visible i{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .nggv-modal-slideout__close>i{border-radius:var(--gds-sys-shape-corner-round);display:block;width:100%;height:100%}:host .nggv-modal-slideout__close>i:after,:host .nggv-modal-slideout__close>i:before{background:var(--gds-sys-color-font);content:\"\";display:block;height:.789375rem;width:.130625rem;border-radius:.5px;left:calc(50% - .0625rem);position:absolute;top:.625rem}:host .nggv-modal-slideout__close>i:after{transform:rotate(45deg)}:host .nggv-modal-slideout__close>i:before{transform:rotate(-45deg)}:host .nggv-modal-slideout__close>svg path{fill:var(--gds-sys-color-font)}@media (min-width: 48em){:host .nggv-modal-slideout__close:not(:disabled,.disabled):hover>i{background:color-mix(in srgb,var(--gds-sys-color-font) 10%,transparent)}:host .nggv-modal-slideout__close:not(:disabled,.disabled):hover:active>i{background:color-mix(in srgb,var(--gds-sys-color-font) 20%,transparent)}}:host .modal-dialog__actions button{background-color:transparent;border:0;cursor:pointer;padding:0;padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);font-weight:500;min-height:2.75rem;align-items:center;display:inline-flex;justify-content:center;font-size:1rem;font-family:inherit}:host .modal-dialog__actions button:focus:not(:focus-visible){box-shadow:none;outline:0}:host .modal-dialog__actions button:focus,:host .modal-dialog__actions button:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media (max-width: 35.98em){:host .modal-dialog__actions button{min-width:100%}}@media screen and (-ms-high-contrast: active){:host .modal-dialog__actions button{border:2px solid currentcolor}}:host .modal-dialog__actions button.small{min-height:2rem;padding:.4375rem .75rem;line-height:1rem}:host .modal-dialog__actions button.large{min-height:4rem;padding:1rem 1.5rem;font-size:1.5rem;line-height:2rem}:host .modal-dialog__actions .primary{transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;background:#007ac7;border-color:#007ac7;color:#fff;--color: #fff}:host .modal-dialog__actions .primary:not(:disabled,.disabled,[aria-disabled]):hover{background-color:#199be3;color:#fff;--background: rgb(25.4035777564, 154.8940067842, 227.221994169);--color: rgb(255, 255, 255);border-color:#199be3}:host .modal-dialog__actions .primary[aria-selected=true],:host .modal-dialog__actions .primary:active,:host .modal-dialog__actions .primary.active,:host .modal-dialog__actions .primary.active:hover,:host .modal-dialog__actions .primary:active:hover{background-color:#007ac7;color:#fff;--background: rgb(0, 122, 199);--color: rgb(255, 255, 255);border-color:#007ac7}:host .modal-dialog__actions .primary:focus-visible{background-color:#199be3;color:#fff;--background: rgb(25.4035777564, 154.8940067842, 227.221994169);--color: rgb(255, 255, 255);border-color:#199be3!important}:host .modal-dialog__actions .primary:disabled,:host .modal-dialog__actions .primary.disabled,:host .modal-dialog__actions .primary[aria-disabled=true]{background:var(--form-control-primary-bg-disabled)!important;color:var(--text-primary-disabled-color)!important;border-color:var(--border-primary-disabled-color)!important;cursor:not-allowed}:host .modal-dialog__actions .primary:disabled::placeholder,:host .modal-dialog__actions .primary.disabled::placeholder,:host .modal-dialog__actions .primary[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host .modal-dialog__actions .secondary{transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;background:transparent;border-color:#007ac7;color:#007ac7;--color: rgb(0, 122, 199)}:host .modal-dialog__actions .secondary:focus:not(:focus-visible){box-shadow:none;outline:0}:host .modal-dialog__actions .secondary:focus,:host .modal-dialog__actions .secondary:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .modal-dialog__actions .secondary:not(:disabled,.disabled,[aria-disabled]):hover{background-color:#199be3;color:#fff;--background: rgb(25.4035777564, 154.8940067842, 227.221994169);--color: rgb(255, 255, 255);border-color:#199be3}:host .modal-dialog__actions .secondary[aria-selected=true],:host .modal-dialog__actions .secondary:active,:host .modal-dialog__actions .secondary.active,:host .modal-dialog__actions .secondary.active:hover,:host .modal-dialog__actions .secondary:active:hover{background-color:#007ac7;color:#fff;--background: rgb(0, 122, 199);--color: rgb(255, 255, 255);border-color:#007ac7}:host .modal-dialog__actions .secondary:disabled,:host .modal-dialog__actions .secondary.disabled,:host .modal-dialog__actions .secondary[aria-disabled=true]{background:var(--sg-form-control-bg-disabled)!important;color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host .modal-dialog__actions .secondary:disabled::placeholder,:host .modal-dialog__actions .secondary.disabled::placeholder,:host .modal-dialog__actions .secondary[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host .modal-dialog__actions .danger{color:#bb000c;--color: rgb(187, 0, 12);border-color:transparent;transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s}:host .modal-dialog__actions .danger:not(:disabled,.disabled,[aria-disabled]):hover{background-color:#d81a1a;color:#fff;--background: rgb(216, 26, 26);--color: rgb(255, 255, 255);border-color:#d81a1a}:host .modal-dialog__actions .danger[aria-selected=true],:host .modal-dialog__actions .danger:active,:host .modal-dialog__actions .danger.active,:host .modal-dialog__actions .danger.active:hover,:host .modal-dialog__actions .danger:active:hover{background-color:#bb000c;color:#fff;--background: rgb(187, 0, 12);--color: rgb(255, 255, 255);border-color:#bb000c}:host .modal-dialog__actions .danger[aria-selected]:hover,:host .modal-dialog__actions .danger.active:hover,:host .modal-dialog__actions .danger:active:hover{opacity:.9}:host .modal-dialog__actions .danger:focus:not(:focus-visible){box-shadow:none;outline:0}:host .modal-dialog__actions .danger:focus,:host .modal-dialog__actions .danger:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host #sdv-modal-body{flex:1}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.TranslocoDirective, selector: "[transloco]", inputs: ["transloco", "translocoParams", "translocoScope", "translocoRead", "translocoPrefix", "translocoLang", "translocoLoadingTpl"] }], animations: [
|
|
5636
5638
|
trigger('modalAnimation', [
|
|
5637
5639
|
transition(':enter', [
|
|
5638
5640
|
query('.gds-slide-out', style({ transform: 'translateX(100%)' }), {
|
|
@@ -5684,7 +5686,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
5684
5686
|
]),
|
|
5685
5687
|
]),
|
|
5686
5688
|
]),
|
|
5687
|
-
], template: "<ng-container *ngIf=\"shown\">\n <div\n [ngClass]=\"{\n 'gds-slide-out--left': fromLeft,\n 'gds-slide-out--right': !fromLeft,\n }\"\n *transloco=\"let t\"\n [class.-active]=\"shown\"\n [attr.data-thook]=\"thook\"\n [attr.aria-hidden]=\"!shown\"\n [@modalAnimation]\n >\n <div\n #slideOut\n class=\"gds-slide-out\"\n [class.auto-width]=\"autoWidth\"\n [class.entered]=\"shown\"\n role=\"dialog\"\n aria-modal=\"true\"\n aria-labelledby=\"gds-modal-title\"\n aria-describedby=\"gds-modal-body\"\n >\n <header class=\"gds-slide-out__header\">\n <h3 id=\"gds-modal-title\">\n {{ heading || title || '' }}\n </h3>\n <button\n data-testid=\"modal-close-button\"\n class=\"nggv-modal-slideout__close\"\n (click)=\"this.close()\"\n [attr.aria-label]=\"closeButtonAriaLabel\"\n >\n <i></i>\n </button>\n </header>\n\n <section id=\"modal-body\">\n <div class=\"gds-slide-out__content hide-if-empty\">\n <div *ngIf=\"content\" [innerHtml]=\"content\"></div>\n <ng-content></ng-content>\n </div>\n <ng-content select=\"[slot='outside-content']\"></ng-content>\n </section>\n\n <footer class=\"modal-dialog__actions\">\n <button\n class=\"danger\"\n type=\"reset\"\n [attr.data-thook]=\"'dialog-' + (_buttons?.negative || 'negative')\"\n (click)=\"onAction($event, 'negative')\"\n (keydown.enter)=\"onAction($event, 'negative')\"\n *ngIf=\"_buttons && _buttons.negative\"\n >\n {{ t(_buttons.negative) }}\n </button>\n\n <button\n class=\"secondary\"\n type=\"button\"\n [attr.data-thook]=\"'dialog-' + (_buttons?.neutral || 'neutral')\"\n (click)=\"onAction($event, 'neutral')\"\n (keydown.enter)=\"onAction($event, 'neutral')\"\n *ngIf=\"_buttons && _buttons.neutral\"\n >\n {{ t(_buttons.neutral) }}\n </button>\n\n <button\n class=\"primary\"\n type=\"submit\"\n [attr.data-thook]=\"'dialog-' + (_buttons?.positive || 'positive')\"\n (click)=\"onAction($event, 'positive')\"\n (keydown.enter)=\"onAction($event, 'positive')\"\n *ngIf=\"_buttons && _buttons.positive\"\n >\n {{ t(_buttons.positive) }}\n </button>\n </footer>\n </div>\n\n <div\n class=\"nggv-backdrop\"\n data-thook=\"slideout-backdrop\"\n (click)=\"close()\"\n ></div>\n </div>\n</ng-container>\n", styles: [":host{--background-hsl: 0deg, 0%, 0%;--gds-ref-pallet-base200: hsl(0, 0%, 91%);--gds-sys-color-base: hsl(0, 0%, 20%);--gds-sys-color-font: hsl(0, 0%, 20%);--gds-sys-shape-corner-round: 50%;--grey-500: rgb(222, 222, 222);--sg-border-color: hsl(0, 0%, 53%);--sg-border-radius: .25rem;--sg-border-width: 1px;--sg-hsl-contrast: 0deg, 0%, 0%;--sg-modal-backdrop-background: rgba(0, 0, 0, .5);--sg-modal-background: #fff;--sg-modal-box-shadow: 0 .125rem .375rem rgba(0, 0, 0, .15);--sg-z-index-modal-backdrop: 1040;--sg-z-index-modal: 1050;--text-primary-color: rgb(51, 51, 51)}:host .gds-slide-out{background:var(--sg-modal-background);display:flex;flex-direction:column;box-shadow:var(--sg-modal-box-shadow);position:absolute;width:100%;z-index:var(--sg-z-index-modal);position:fixed;height:100dvh;max-width:512px;min-height:-webkit-fill-available;min-height:-moz-available;min-height:stretch;right:0;top:0;transition:transform .35s cubic-bezier(.33,1,.68,1);transform:translate(100%);z-index:1050;overflow-y:auto}:host .gds-slide-out>.header,:host .gds-slide-out>header{padding:1rem;border-bottom:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--sg-border-color);display:inline-flex;justify-content:space-between;align-items:center;width:100%}:host .gds-slide-out>.header h3,:host .gds-slide-out>.header .h3,:host .gds-slide-out>header h3,:host .gds-slide-out>header .h3{margin-bottom:0;margin-top:0}:host .gds-slide-out>.header h3+.close,:host .gds-slide-out>.header .h3+.close,:host .gds-slide-out>header h3+.close,:host .gds-slide-out>header .h3+.close{margin:-7px;min-width:2rem}:host .gds-slide-out>.body{padding:1rem;overflow:auto;width:100%}:host .gds-slide-out>.body p{margin-bottom:0;margin-top:0}:host .gds-slide-out>.footer,:host .gds-slide-out>footer{padding:1rem;width:100%}@media (min-width: 36em){:host .gds-slide-out>.footer,:host .gds-slide-out>footer{display:flex;justify-content:flex-end}}@media (max-width: 35.98em){:host .gds-slide-out>.footer button+button,:host .gds-slide-out>.footer button+.button,:host .gds-slide-out>.footer .button+button,:host .gds-slide-out>.footer .button+.button,:host .gds-slide-out>footer button+button,:host .gds-slide-out>footer button+.button,:host .gds-slide-out>footer .button+button,:host .gds-slide-out>footer .button+.button{margin-top:.75rem}}@media (min-width: 36em){:host .gds-slide-out>.footer button+button,:host .gds-slide-out>.footer button+.button,:host .gds-slide-out>.footer .button+button,:host .gds-slide-out>.footer .button+.button,:host .gds-slide-out>footer button+button,:host .gds-slide-out>footer button+.button,:host .gds-slide-out>footer .button+button,:host .gds-slide-out>footer .button+.button{margin-left:.75rem}}:host .gds-slide-out.is-entering,:host .gds-slide-out.entered{transform:translate(0)}:host .gds-slide-out.is-exiting{transform:translate(100%)}:host .gds-slide-out.large{max-width:720px}:host .gds-slide-out>.body{flex:1 0}:host .gds-slide-out.left{left:0}:host .gds-slide-out.gds-slide-out--768{max-width:48rem}:host .gds-slide-out.gds-slide-out--960{max-width:60rem}:host .gds-slide-out.gds-slide-out--768 header,:host .gds-slide-out.gds-slide-out--960 header{padding:1.5rem 2rem 1rem}:host .gds-slide-out.gds-slide-out--768 .body,:host .gds-slide-out.gds-slide-out--960 .body{padding:2rem 2rem 1rem}:host .gds-slide-out.gds-slide-out--768 footer,:host .gds-slide-out.gds-slide-out--960 footer{padding:1rem 2rem 2rem}:host .gds-slide-out.auto-width{width:auto;max-width:initial}:host .hide-if-empty:empty{display:none}:host .nggv-backdrop{background:var(--sg-modal-backdrop-background);inset:0;position:fixed;z-index:var(--sg-z-index-modal-backdrop);display:block;transition:opacity .5s cubic-bezier(.33,1,.68,1)}:host .nggv-backdrop--transparent{opacity:0}:host .nggv-backdrop--transparent.entered,:host .nggv-backdrop--transparent.is-entering{opacity:1}:host .nggv-backdrop--transparent.is-exiting{opacity:0}:host .gds-slide-out__content{padding:1rem;overflow:auto;width:100%}:host .gds-slide-out__content p{margin-bottom:0;margin-top:0}:host .modal-dialog__actions,:host .gds-slide-out__header,:host .modal-body,:host .gds-slide-out__content{box-sizing:border-box}:host .modal-slide-out__heading{padding:1rem;border-bottom:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--sg-border-color);display:inline-flex;justify-content:space-between;align-items:center;width:100%}:host .modal-slide-out__heading h3,:host .modal-slide-out__heading .h3{margin-bottom:0;margin-top:0}:host .modal-slide-out__heading h3+.close,:host .modal-slide-out__heading .h3+.close{margin:-7px;min-width:2rem}:host .nggv-modal-slideout__close{background-color:transparent;padding:0;font-size:0;background:var(--gds-sys-color-surface);border:0;border-radius:50%;content:\"\";cursor:pointer;display:flex;font-family:inherit;height:2rem;position:relative;width:2rem}@media (hover: none) and (pointer: coarse){:host .nggv-modal-slideout__close:not(:disabled):not(.disabled){padding:.375rem;height:2.75rem;width:2.75rem}:host .nggv-modal-slideout__close:not(:disabled):not(.disabled)>i{background:var(--gds-ref-pallet-base200);height:2rem;width:2rem;border-radius:50%;position:relative;--color: var(--gds-sys-color-base)}:host .nggv-modal-slideout__close:not(:disabled):not(.disabled)>div:after,:host .nggv-modal-slideout__close:not(:disabled):not(.disabled)>div:before{height:.789375rem;width:.130625rem;top:.625rem}}:host .nggv-modal-slideout__close:focus:not(:focus-visible){box-shadow:none;outline:0}:host .nggv-modal-slideout__close:focus,:host .nggv-modal-slideout__close:focus-visible i{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .nggv-modal-slideout__close>i{border-radius:var(--gds-sys-shape-corner-round);display:block;width:100%;height:100%}:host .nggv-modal-slideout__close>i:after,:host .nggv-modal-slideout__close>i:before{background:var(--gds-sys-color-font);content:\"\";display:block;height:.789375rem;width:.130625rem;border-radius:.5px;left:calc(50% - .0625rem);position:absolute;top:.625rem}:host .nggv-modal-slideout__close>i:after{transform:rotate(45deg)}:host .nggv-modal-slideout__close>i:before{transform:rotate(-45deg)}:host .nggv-modal-slideout__close>svg path{fill:var(--gds-sys-color-font)}@media (min-width: 48em){:host .nggv-modal-slideout__close:not(:disabled,.disabled):hover>i{background:color-mix(in srgb,var(--gds-sys-color-font) 10%,transparent)}:host .nggv-modal-slideout__close:not(:disabled,.disabled):hover:active>i{background:color-mix(in srgb,var(--gds-sys-color-font) 20%,transparent)}}:host .modal-dialog__actions button{background-color:transparent;border:0;cursor:pointer;padding:0;padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);font-weight:500;min-height:2.75rem;align-items:center;display:inline-flex;justify-content:center;font-size:1rem;font-family:inherit}:host .modal-dialog__actions button:focus:not(:focus-visible){box-shadow:none;outline:0}:host .modal-dialog__actions button:focus,:host .modal-dialog__actions button:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media (max-width: 35.98em){:host .modal-dialog__actions button{min-width:100%}}@media screen and (-ms-high-contrast: active){:host .modal-dialog__actions button{border:2px solid currentcolor}}:host .modal-dialog__actions button.small{min-height:2rem;padding:.4375rem .75rem;line-height:1rem}:host .modal-dialog__actions button.large{min-height:4rem;padding:1rem 1.5rem;font-size:1.5rem;line-height:2rem}:host .modal-dialog__actions .primary{transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;background:#007ac7;border-color:#007ac7;color:#fff;--color: #fff}:host .modal-dialog__actions .primary:not(:disabled,.disabled,[aria-disabled]):hover{background-color:#199be3;color:#fff;--background: rgb(25.4035777564, 154.8940067842, 227.221994169);--color: rgb(255, 255, 255);border-color:#199be3}:host .modal-dialog__actions .primary[aria-selected=true],:host .modal-dialog__actions .primary:active,:host .modal-dialog__actions .primary.active,:host .modal-dialog__actions .primary.active:hover,:host .modal-dialog__actions .primary:active:hover{background-color:#007ac7;color:#fff;--background: rgb(0, 122, 199);--color: rgb(255, 255, 255);border-color:#007ac7}:host .modal-dialog__actions .primary:focus-visible{background-color:#199be3;color:#fff;--background: rgb(25.4035777564, 154.8940067842, 227.221994169);--color: rgb(255, 255, 255);border-color:#199be3!important}:host .modal-dialog__actions .primary:disabled,:host .modal-dialog__actions .primary.disabled,:host .modal-dialog__actions .primary[aria-disabled=true]{background:var(--form-control-primary-bg-disabled)!important;color:var(--text-primary-disabled-color)!important;border-color:var(--border-primary-disabled-color)!important;cursor:not-allowed}:host .modal-dialog__actions .primary:disabled::placeholder,:host .modal-dialog__actions .primary.disabled::placeholder,:host .modal-dialog__actions .primary[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host .modal-dialog__actions .secondary{transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;background:transparent;border-color:#007ac7;color:#007ac7;--color: rgb(0, 122, 199)}:host .modal-dialog__actions .secondary:focus:not(:focus-visible){box-shadow:none;outline:0}:host .modal-dialog__actions .secondary:focus,:host .modal-dialog__actions .secondary:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .modal-dialog__actions .secondary:not(:disabled,.disabled,[aria-disabled]):hover{background-color:#199be3;color:#fff;--background: rgb(25.4035777564, 154.8940067842, 227.221994169);--color: rgb(255, 255, 255);border-color:#199be3}:host .modal-dialog__actions .secondary[aria-selected=true],:host .modal-dialog__actions .secondary:active,:host .modal-dialog__actions .secondary.active,:host .modal-dialog__actions .secondary.active:hover,:host .modal-dialog__actions .secondary:active:hover{background-color:#007ac7;color:#fff;--background: rgb(0, 122, 199);--color: rgb(255, 255, 255);border-color:#007ac7}:host .modal-dialog__actions .secondary:disabled,:host .modal-dialog__actions .secondary.disabled,:host .modal-dialog__actions .secondary[aria-disabled=true]{background:var(--sg-form-control-bg-disabled)!important;color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host .modal-dialog__actions .secondary:disabled::placeholder,:host .modal-dialog__actions .secondary.disabled::placeholder,:host .modal-dialog__actions .secondary[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host .modal-dialog__actions .danger{color:#bb000c;--color: rgb(187, 0, 12);border-color:transparent;transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s}:host .modal-dialog__actions .danger:not(:disabled,.disabled,[aria-disabled]):hover{background-color:#d81a1a;color:#fff;--background: rgb(216, 26, 26);--color: rgb(255, 255, 255);border-color:#d81a1a}:host .modal-dialog__actions .danger[aria-selected=true],:host .modal-dialog__actions .danger:active,:host .modal-dialog__actions .danger.active,:host .modal-dialog__actions .danger.active:hover,:host .modal-dialog__actions .danger:active:hover{background-color:#bb000c;color:#fff;--background: rgb(187, 0, 12);--color: rgb(255, 255, 255);border-color:#bb000c}:host .modal-dialog__actions .danger[aria-selected]:hover,:host .modal-dialog__actions .danger.active:hover,:host .modal-dialog__actions .danger:active:hover{opacity:.9}:host .modal-dialog__actions .danger:focus:not(:focus-visible){box-shadow:none;outline:0}:host .modal-dialog__actions .danger:focus,:host .modal-dialog__actions .danger:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host #sdv-modal-body{flex:1}\n"] }]
|
|
5689
|
+
], template: "<ng-container *ngIf=\"shown\">\n <div\n [ngClass]=\"{\n 'gds-slide-out--left': fromLeft,\n 'gds-slide-out--right': !fromLeft,\n }\"\n *transloco=\"let t\"\n [class.-active]=\"shown\"\n [attr.data-thook]=\"thook\"\n [attr.aria-hidden]=\"!shown\"\n [@modalAnimation]\n >\n <div\n #slideOut\n class=\"gds-slide-out\"\n [class.auto-width]=\"autoWidth\"\n [class.entered]=\"shown\"\n role=\"dialog\"\n aria-modal=\"true\"\n aria-labelledby=\"gds-modal-title\"\n aria-describedby=\"gds-modal-body\"\n >\n <header class=\"gds-slide-out__header\">\n <h3 id=\"gds-modal-title\">\n {{ heading || title || '' }}\n </h3>\n <button\n data-testid=\"modal-close-button\"\n class=\"nggv-modal-slideout__close\"\n (click)=\"this.close()\"\n [attr.aria-label]=\"closeButtonAriaLabel\"\n >\n <i></i>\n </button>\n </header>\n\n <section id=\"modal-body\">\n <div class=\"gds-slide-out__content hide-if-empty\">\n <div *ngIf=\"content\" [innerHtml]=\"content\"></div>\n <ng-content></ng-content>\n </div>\n <ng-content select=\"[slot='outside-content']\"></ng-content>\n </section>\n\n <footer class=\"modal-dialog__actions\">\n <button\n class=\"danger\"\n type=\"reset\"\n [attr.data-thook]=\"'dialog-' + (_buttons?.negative || 'negative')\"\n (click)=\"onAction($event, 'negative')\"\n (keydown.enter)=\"onAction($event, 'negative')\"\n *ngIf=\"_buttons && _buttons.negative\"\n >\n {{ t(_buttons.negative) }}\n </button>\n\n <button\n class=\"secondary\"\n type=\"button\"\n [attr.data-thook]=\"'dialog-' + (_buttons?.neutral || 'neutral')\"\n (click)=\"onAction($event, 'neutral')\"\n (keydown.enter)=\"onAction($event, 'neutral')\"\n *ngIf=\"_buttons && _buttons.neutral\"\n >\n {{ t(_buttons.neutral) }}\n </button>\n\n <button\n class=\"primary\"\n type=\"submit\"\n [attr.data-thook]=\"'dialog-' + (_buttons?.positive || 'positive')\"\n (click)=\"onAction($event, 'positive')\"\n (keydown.enter)=\"onAction($event, 'positive')\"\n *ngIf=\"_buttons && _buttons.positive\"\n >\n {{ t(_buttons.positive) }}\n </button>\n </footer>\n </div>\n\n <div\n class=\"nggv-backdrop\"\n data-thook=\"slideout-backdrop\"\n (click)=\"close()\"\n ></div>\n </div>\n</ng-container>\n", styles: [":host{--background-hsl: 0deg, 0%, 0%;--gds-ref-pallet-base200: hsl(0, 0%, 91%);--gds-sys-color-base: hsl(0, 0%, 20%);--gds-sys-color-font: hsl(0, 0%, 20%);--gds-sys-shape-corner-round: 50%;--grey-500: rgb(222, 222, 222);--sg-border-color: hsl(0, 0%, 53%);--sg-border-radius: .25rem;--sg-border-width: 1px;--sg-hsl-contrast: 0deg, 0%, 0%;--sg-modal-backdrop-background: rgba(0, 0, 0, .5);--sg-modal-background: #fff;--sg-modal-box-shadow: 0 .125rem .375rem rgba(0, 0, 0, .15);--sg-z-index-modal-backdrop: 1040;--sg-z-index-modal: 1050;--text-primary-color: rgb(51, 51, 51)}:host .gds-slide-out{background:var(--sg-modal-background);display:flex;flex-direction:column;box-shadow:var(--sg-modal-box-shadow);position:absolute;width:100%;z-index:var(--sg-z-index-modal);position:fixed;height:100dvh;max-width:512px;min-height:-webkit-fill-available;min-height:-moz-available;min-height:stretch;right:0;top:0;transition:transform .35s cubic-bezier(.33,1,.68,1);transform:translate(100%);z-index:1050;overflow-y:auto}:host .gds-slide-out>.header,:host .gds-slide-out>header{padding:1rem;border-bottom:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--sg-border-color);display:inline-flex;justify-content:space-between;align-items:center;width:100%}:host .gds-slide-out>.header h3,:host .gds-slide-out>.header .h3,:host .gds-slide-out>header h3,:host .gds-slide-out>header .h3{margin-bottom:0;margin-top:0}:host .gds-slide-out>.header h3+.close,:host .gds-slide-out>.header .h3+.close,:host .gds-slide-out>header h3+.close,:host .gds-slide-out>header .h3+.close{margin:-7px;min-width:2rem}:host .gds-slide-out>.body{padding:1rem;overflow:auto;width:100%}:host .gds-slide-out>.body p{margin-bottom:0;margin-top:0}:host .gds-slide-out>.footer,:host .gds-slide-out>footer{padding:1rem;width:100%}@media (min-width: 36em){:host .gds-slide-out>.footer,:host .gds-slide-out>footer{display:flex;justify-content:flex-end}}@media (max-width: 35.98em){:host .gds-slide-out>.footer button+button,:host .gds-slide-out>.footer button+.button,:host .gds-slide-out>.footer .button+button,:host .gds-slide-out>.footer .button+.button,:host .gds-slide-out>footer button+button,:host .gds-slide-out>footer button+.button,:host .gds-slide-out>footer .button+button,:host .gds-slide-out>footer .button+.button{margin-top:.75rem}}@media (min-width: 36em){:host .gds-slide-out>.footer button+button,:host .gds-slide-out>.footer button+.button,:host .gds-slide-out>.footer .button+button,:host .gds-slide-out>.footer .button+.button,:host .gds-slide-out>footer button+button,:host .gds-slide-out>footer button+.button,:host .gds-slide-out>footer .button+button,:host .gds-slide-out>footer .button+.button{margin-left:.75rem}}:host .gds-slide-out.is-entering,:host .gds-slide-out.entered{transform:translate(0)}:host .gds-slide-out.is-exiting{transform:translate(100%)}:host .gds-slide-out.large{max-width:720px}:host .gds-slide-out>.body{flex:1 0}:host .gds-slide-out.left{left:0}:host .gds-slide-out.gds-slide-out--768{max-width:48rem}:host .gds-slide-out.gds-slide-out--960{max-width:60rem}:host .gds-slide-out.gds-slide-out--768 header,:host .gds-slide-out.gds-slide-out--960 header{padding:1.5rem 2rem 1rem}:host .gds-slide-out.gds-slide-out--768 .body,:host .gds-slide-out.gds-slide-out--960 .body{padding:2rem 2rem 1rem}:host .gds-slide-out.gds-slide-out--768 footer,:host .gds-slide-out.gds-slide-out--960 footer{padding:1rem 2rem 2rem}:host .gds-slide-out.auto-width{width:auto;max-width:initial}:host .hide-if-empty:empty{display:none}:host .nggv-backdrop{background:var(--sg-modal-backdrop-background);inset:0;position:fixed;z-index:var(--sg-z-index-modal-backdrop);display:block;transition:opacity .5s cubic-bezier(.33,1,.68,1)}:host .nggv-backdrop--transparent{opacity:0}:host .nggv-backdrop--transparent.entered,:host .nggv-backdrop--transparent.is-entering{opacity:1}:host .nggv-backdrop--transparent.is-exiting{opacity:0}:host .gds-slide-out__content{padding:1rem;overflow:auto;width:100%;overflow:unset}:host .gds-slide-out__content p{margin-bottom:0;margin-top:0}:host .modal-dialog__actions,:host .gds-slide-out__header,:host .modal-body,:host .gds-slide-out__content{box-sizing:border-box}:host .modal-slide-out__heading{padding:1rem;border-bottom:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--sg-border-color);display:inline-flex;justify-content:space-between;align-items:center;width:100%}:host .modal-slide-out__heading h3,:host .modal-slide-out__heading .h3{margin-bottom:0;margin-top:0}:host .modal-slide-out__heading h3+.close,:host .modal-slide-out__heading .h3+.close{margin:-7px;min-width:2rem}:host .nggv-modal-slideout__close{background-color:transparent;padding:0;font-size:0;background:var(--gds-sys-color-surface);border:0;border-radius:50%;content:\"\";cursor:pointer;display:flex;font-family:inherit;height:2rem;position:relative;width:2rem}@media (hover: none) and (pointer: coarse){:host .nggv-modal-slideout__close:not(:disabled):not(.disabled){padding:.375rem;height:2.75rem;width:2.75rem}:host .nggv-modal-slideout__close:not(:disabled):not(.disabled)>i{background:var(--gds-ref-pallet-base200);height:2rem;width:2rem;border-radius:50%;position:relative;--color: var(--gds-sys-color-base)}:host .nggv-modal-slideout__close:not(:disabled):not(.disabled)>div:after,:host .nggv-modal-slideout__close:not(:disabled):not(.disabled)>div:before{height:.789375rem;width:.130625rem;top:.625rem}}:host .nggv-modal-slideout__close:focus:not(:focus-visible){box-shadow:none;outline:0}:host .nggv-modal-slideout__close:focus,:host .nggv-modal-slideout__close:focus-visible i{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .nggv-modal-slideout__close>i{border-radius:var(--gds-sys-shape-corner-round);display:block;width:100%;height:100%}:host .nggv-modal-slideout__close>i:after,:host .nggv-modal-slideout__close>i:before{background:var(--gds-sys-color-font);content:\"\";display:block;height:.789375rem;width:.130625rem;border-radius:.5px;left:calc(50% - .0625rem);position:absolute;top:.625rem}:host .nggv-modal-slideout__close>i:after{transform:rotate(45deg)}:host .nggv-modal-slideout__close>i:before{transform:rotate(-45deg)}:host .nggv-modal-slideout__close>svg path{fill:var(--gds-sys-color-font)}@media (min-width: 48em){:host .nggv-modal-slideout__close:not(:disabled,.disabled):hover>i{background:color-mix(in srgb,var(--gds-sys-color-font) 10%,transparent)}:host .nggv-modal-slideout__close:not(:disabled,.disabled):hover:active>i{background:color-mix(in srgb,var(--gds-sys-color-font) 20%,transparent)}}:host .modal-dialog__actions button{background-color:transparent;border:0;cursor:pointer;padding:0;padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);font-weight:500;min-height:2.75rem;align-items:center;display:inline-flex;justify-content:center;font-size:1rem;font-family:inherit}:host .modal-dialog__actions button:focus:not(:focus-visible){box-shadow:none;outline:0}:host .modal-dialog__actions button:focus,:host .modal-dialog__actions button:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media (max-width: 35.98em){:host .modal-dialog__actions button{min-width:100%}}@media screen and (-ms-high-contrast: active){:host .modal-dialog__actions button{border:2px solid currentcolor}}:host .modal-dialog__actions button.small{min-height:2rem;padding:.4375rem .75rem;line-height:1rem}:host .modal-dialog__actions button.large{min-height:4rem;padding:1rem 1.5rem;font-size:1.5rem;line-height:2rem}:host .modal-dialog__actions .primary{transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;background:#007ac7;border-color:#007ac7;color:#fff;--color: #fff}:host .modal-dialog__actions .primary:not(:disabled,.disabled,[aria-disabled]):hover{background-color:#199be3;color:#fff;--background: rgb(25.4035777564, 154.8940067842, 227.221994169);--color: rgb(255, 255, 255);border-color:#199be3}:host .modal-dialog__actions .primary[aria-selected=true],:host .modal-dialog__actions .primary:active,:host .modal-dialog__actions .primary.active,:host .modal-dialog__actions .primary.active:hover,:host .modal-dialog__actions .primary:active:hover{background-color:#007ac7;color:#fff;--background: rgb(0, 122, 199);--color: rgb(255, 255, 255);border-color:#007ac7}:host .modal-dialog__actions .primary:focus-visible{background-color:#199be3;color:#fff;--background: rgb(25.4035777564, 154.8940067842, 227.221994169);--color: rgb(255, 255, 255);border-color:#199be3!important}:host .modal-dialog__actions .primary:disabled,:host .modal-dialog__actions .primary.disabled,:host .modal-dialog__actions .primary[aria-disabled=true]{background:var(--form-control-primary-bg-disabled)!important;color:var(--text-primary-disabled-color)!important;border-color:var(--border-primary-disabled-color)!important;cursor:not-allowed}:host .modal-dialog__actions .primary:disabled::placeholder,:host .modal-dialog__actions .primary.disabled::placeholder,:host .modal-dialog__actions .primary[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host .modal-dialog__actions .secondary{transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s;background:transparent;border-color:#007ac7;color:#007ac7;--color: rgb(0, 122, 199)}:host .modal-dialog__actions .secondary:focus:not(:focus-visible){box-shadow:none;outline:0}:host .modal-dialog__actions .secondary:focus,:host .modal-dialog__actions .secondary:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host .modal-dialog__actions .secondary:not(:disabled,.disabled,[aria-disabled]):hover{background-color:#199be3;color:#fff;--background: rgb(25.4035777564, 154.8940067842, 227.221994169);--color: rgb(255, 255, 255);border-color:#199be3}:host .modal-dialog__actions .secondary[aria-selected=true],:host .modal-dialog__actions .secondary:active,:host .modal-dialog__actions .secondary.active,:host .modal-dialog__actions .secondary.active:hover,:host .modal-dialog__actions .secondary:active:hover{background-color:#007ac7;color:#fff;--background: rgb(0, 122, 199);--color: rgb(255, 255, 255);border-color:#007ac7}:host .modal-dialog__actions .secondary:disabled,:host .modal-dialog__actions .secondary.disabled,:host .modal-dialog__actions .secondary[aria-disabled=true]{background:var(--sg-form-control-bg-disabled)!important;color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host .modal-dialog__actions .secondary:disabled::placeholder,:host .modal-dialog__actions .secondary.disabled::placeholder,:host .modal-dialog__actions .secondary[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host .modal-dialog__actions .danger{color:#bb000c;--color: rgb(187, 0, 12);border-color:transparent;transition:all .3s cubic-bezier(.23,1,.32,1),outline-offset 0s,outline-width 0s}:host .modal-dialog__actions .danger:not(:disabled,.disabled,[aria-disabled]):hover{background-color:#d81a1a;color:#fff;--background: rgb(216, 26, 26);--color: rgb(255, 255, 255);border-color:#d81a1a}:host .modal-dialog__actions .danger[aria-selected=true],:host .modal-dialog__actions .danger:active,:host .modal-dialog__actions .danger.active,:host .modal-dialog__actions .danger.active:hover,:host .modal-dialog__actions .danger:active:hover{background-color:#bb000c;color:#fff;--background: rgb(187, 0, 12);--color: rgb(255, 255, 255);border-color:#bb000c}:host .modal-dialog__actions .danger[aria-selected]:hover,:host .modal-dialog__actions .danger.active:hover,:host .modal-dialog__actions .danger:active:hover{opacity:.9}:host .modal-dialog__actions .danger:focus:not(:focus-visible){box-shadow:none;outline:0}:host .modal-dialog__actions .danger:focus,:host .modal-dialog__actions .danger:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}:host #sdv-modal-body{flex:1}\n"] }]
|
|
5688
5690
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { slideOutRef: [{
|
|
5689
5691
|
type: ViewChild,
|
|
5690
5692
|
args: ['slideOut']
|
|
@@ -7110,11 +7112,11 @@ class NggvTextareaComponent extends NggvBaseControlValueAccessorComponent$1 {
|
|
|
7110
7112
|
this.onChange(this.state);
|
|
7111
7113
|
}
|
|
7112
7114
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NggvTextareaComponent, deps: [{ token: i1$1.NgControl, optional: true, self: true }, { token: TRANSLOCO_SCOPE, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7113
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NggvTextareaComponent, selector: "nggv-textarea", inputs: { thook: "thook", placeholder: "placeholder", readonly: "readonly", minLength: "minLength", minlength: "minlength", maxLength: "maxLength", maxlength: "maxlength", rows: "rows" }, host: { properties: { "attr.data-thook": "this.thook" } }, usesInheritance: true, ngImport: i0, template: "<!-- LABEL -->\n<label\n [id]=\"id + '-label'\"\n class=\"gds-field-label hide-if-empty\"\n [attr.for]=\"id + '-textarea'\"\n *transloco=\"let t; read: scope\"\n>\n <ng-template\n *ngTemplateOutlet=\"labelContentTpl || basicLabelContentTpl\"\n ></ng-template>\n <ng-template #basicLabelContentTpl>\n <!-- to trigger css:empty if no label was added -->\n <ng-container *ngIf=\"label\">\n {{ label }}\n <span\n *ngIf=\"optional === true || (required !== true && optional !== false)\"\n class=\"gds-field-label--optional\"\n >\n ({{ t('label.optional') }})\n </span>\n </ng-container>\n </ng-template>\n</label>\n\n<!-- DESCRIPTION -->\n<div class=\"form-info description hide-if-empty\" *ngIf=\"description\">\n {{ description }}\n</div>\n\n<!-- LOCKED INPUT -->\n<ng-container *ngIf=\"locked\">\n <div\n [id]=\"id + '-textarea'\"\n class=\"nggv-field--locked\"\n [attr.name]=\"name\"\n [attr.value]=\"state\"\n [attr.role]=\"role\"\n >\n <span *ngIf=\"!state\" class=\"unset-state\">-</span>\n <ng-container *ngIf=\"state\">\n {{ state }}\n </ng-container>\n </div>\n</ng-container>\n\n<!-- INPUT FIELD -->\n<ng-container *ngIf=\"!locked\">\n <textarea\n #input\n [id]=\"id + '-textarea'\"\n class=\"gds-field\"\n [ngClass]=\"{ 'no-resize': !!rows }\"\n [class.nggv-field--error]=\"invalid\"\n [attr.name]=\"name\"\n [attr.required]=\"required\"\n [disabled]=\"disabled\"\n [autofocus]=\"autofocus\"\n [readOnly]=\"readonly\"\n [attr.maxlength]=\"maxlength\"\n [attr.minlength]=\"minlength\"\n [attr.role]=\"role\"\n [attr.rows]=\"rows\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-label]=\"description\"\n [value]=\"state\"\n title=\"\"\n (input)=\"onInput($event)\"\n (focus)=\"onFocus($event)\"\n (blur)=\"onBlur($event)\"\n ></textarea>\n\n <!-- ERRORS -->\n <div\n class=\"gds-form-item__footer error-wrapper\"\n *transloco=\"let t; read: scope\"\n >\n <span\n class=\"form-info form-info--error\"\n [attr.for]=\"id + '-textarea'\"\n *ngIf=\"invalid && (error || ngControl?.invalid)\"\n >\n <span class=\"error-icon\">\n <gds-icon-triangle-exclamation\n width=\"16\"\n height=\"16\"\n solid=\"true\"\n *nggCoreElement\n ></gds-icon-triangle-exclamation>\n </span>\n\n <span\n *ngIf=\"error; else errorsRef\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n <ng-template #errorsRef>\n <span\n *ngIf=\"firstError as error\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >\n {{ t('error.field' + error?.code, error?.params) }}\n </span>\n </ng-template>\n </span>\n\n <ng-container *ngIf=\"hasMaxLength\">\n <span\n *nggvCharacterCountdown=\"\n maxlength;\n currentLength: (inputRef?.nativeElement?.value ?? '').length;\n charactersLeft as charactersLeft\n \"\n class=\"form-info\"\n style=\"text-align: right\"\n >\n {{ charactersLeft }} {{ t('label.maxlength') }}\n </span>\n </ng-container>\n </div>\n\n <!-- CHILDREN -->\n <ng-content></ng-content>\n</ng-container>\n", styles: [":host{--sg-text-primary: #333;--sg-form-control-bg: #fff;--gds-ref-pallet-base100: hsl(0, 0%, 97%);--sg-border-radius: 4px;--sg-border-width: 1px;--sg-border-color: #868686}:host textarea{padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--sg-border-color);align-items:center;background-color:var(--sg-form-control-bg);color:var(--text-primary-color);display:flex;justify-content:center;resize:vertical}:host textarea:focus:not(:focus-visible){box-shadow:none;outline:0}:host textarea:focus,:host textarea:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media screen and (-ms-high-contrast: active){:host textarea{border:2px solid currentcolor}}:host textarea:hover{background-color:var(--gds-ref-pallet-base100)}:host textarea:disabled,:host textarea.disabled,:host textarea[aria-disabled=true]{background:var(--sg-form-control-bg-disabled)!important;color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host textarea:disabled::placeholder,:host textarea.disabled::placeholder,:host textarea[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host label:not(.gds-field-notice)
|
|
7115
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NggvTextareaComponent, selector: "nggv-textarea", inputs: { thook: "thook", placeholder: "placeholder", readonly: "readonly", minLength: "minLength", minlength: "minlength", maxLength: "maxLength", maxlength: "maxlength", rows: "rows" }, host: { properties: { "attr.data-thook": "this.thook" } }, usesInheritance: true, ngImport: i0, template: "<!-- LABEL -->\n<label\n [id]=\"id + '-label'\"\n class=\"gds-field-label hide-if-empty\"\n [attr.for]=\"id + '-textarea'\"\n *transloco=\"let t; read: scope\"\n>\n <ng-template\n *ngTemplateOutlet=\"labelContentTpl || basicLabelContentTpl\"\n ></ng-template>\n <ng-template #basicLabelContentTpl>\n <!-- to trigger css:empty if no label was added -->\n <ng-container *ngIf=\"label\">\n {{ label }}\n <span\n *ngIf=\"optional === true || (required !== true && optional !== false)\"\n class=\"gds-field-label--optional\"\n >\n ({{ t('label.optional') }})\n </span>\n </ng-container>\n </ng-template>\n</label>\n\n<!-- DESCRIPTION -->\n<div class=\"form-info description hide-if-empty\" *ngIf=\"description\">\n {{ description }}\n</div>\n\n<!-- LOCKED INPUT -->\n<ng-container *ngIf=\"locked\">\n <div\n [id]=\"id + '-textarea'\"\n class=\"nggv-field--locked\"\n [attr.name]=\"name\"\n [attr.value]=\"state\"\n [attr.role]=\"role\"\n >\n <span *ngIf=\"!state\" class=\"unset-state\">-</span>\n <ng-container *ngIf=\"state\">\n {{ state }}\n </ng-container>\n </div>\n</ng-container>\n\n<!-- INPUT FIELD -->\n<ng-container *ngIf=\"!locked\">\n <textarea\n #input\n [id]=\"id + '-textarea'\"\n class=\"gds-field\"\n [ngClass]=\"{ 'no-resize': !!rows }\"\n [class.nggv-field--error]=\"invalid\"\n [attr.name]=\"name\"\n [attr.required]=\"required\"\n [disabled]=\"disabled\"\n [autofocus]=\"autofocus\"\n [readOnly]=\"readonly\"\n [attr.maxlength]=\"maxlength\"\n [attr.minlength]=\"minlength\"\n [attr.role]=\"role\"\n [attr.rows]=\"rows\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-label]=\"description\"\n [value]=\"state\"\n title=\"\"\n (input)=\"onInput($event)\"\n (focus)=\"onFocus($event)\"\n (blur)=\"onBlur($event)\"\n ></textarea>\n\n <!-- ERRORS -->\n <div\n class=\"gds-form-item__footer error-wrapper\"\n *transloco=\"let t; read: scope\"\n >\n <span\n class=\"form-info form-info--error\"\n [attr.for]=\"id + '-textarea'\"\n *ngIf=\"invalid && (error || ngControl?.invalid)\"\n >\n <span class=\"error-icon\">\n <gds-icon-triangle-exclamation\n width=\"16\"\n height=\"16\"\n solid=\"true\"\n *nggCoreElement\n ></gds-icon-triangle-exclamation>\n </span>\n\n <span\n *ngIf=\"error; else errorsRef\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n <ng-template #errorsRef>\n <span\n *ngIf=\"firstError as error\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >\n {{ t('error.field' + error?.code, error?.params) }}\n </span>\n </ng-template>\n </span>\n\n <ng-container *ngIf=\"hasMaxLength\">\n <span\n *nggvCharacterCountdown=\"\n maxlength;\n currentLength: (inputRef?.nativeElement?.value ?? '').length;\n charactersLeft as charactersLeft\n \"\n class=\"form-info form-info--countdown\"\n style=\"text-align: right\"\n >\n {{ charactersLeft }} {{ t('label.maxlength') }}\n </span>\n </ng-container>\n </div>\n\n <!-- CHILDREN -->\n <ng-content></ng-content>\n</ng-container>\n", styles: [":host{--sg-text-primary: #333;--sg-form-control-bg: #fff;--gds-ref-pallet-base100: hsl(0, 0%, 97%);--sg-border-radius: 4px;--sg-border-width: 1px;--sg-border-color: #868686}:host textarea{padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--sg-border-color);align-items:center;background-color:var(--sg-form-control-bg);color:var(--text-primary-color);display:flex;justify-content:center;resize:vertical}:host textarea:focus:not(:focus-visible){box-shadow:none;outline:0}:host textarea:focus,:host textarea:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media screen and (-ms-high-contrast: active){:host textarea{border:2px solid currentcolor}}:host textarea:hover{background-color:var(--gds-ref-pallet-base100)}:host textarea:disabled,:host textarea.disabled,:host textarea[aria-disabled=true]{background:var(--sg-form-control-bg-disabled)!important;color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host textarea:disabled::placeholder,:host textarea.disabled::placeholder,:host textarea[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host label:not(.gds-field-notice):is(label){margin-bottom:0}:host label:not(.gds-field-notice).form-control{width:fit-content}@supports (-moz-appearance: none){:host label:not(.gds-field-notice).form-control:focus:not(:focus-visible){box-shadow:none;outline:0}:host label:not(.gds-field-notice).form-control:focus,:host label:not(.gds-field-notice).form-control:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}}:host label:not(.gds-field-notice):not(.form-control){font-weight:500;width:100%;line-height:1.25rem}:host label:not(.gds-field-notice)+input,:host label:not(.gds-field-notice)+textarea,fieldset :host label:not(.gds-field-notice)+div,:host label:not(.gds-field-notice)+button,:host label:not(.gds-field-notice)+.group-stepper,:host label:not(.gds-field-notice)+.stepper-wrapper,:host label:not(.gds-field-notice)+.group{margin-top:.5rem}:host label:not(.gds-field-notice)+.form-info{margin-bottom:.5rem}:host label+.gds-field,:host label+.nggv-field--locked{margin-top:.5rem}:host .hide-if-empty:empty{display:none}:host .unset-state{padding-left:.5rem}:host .gds-field-label--optional{font-weight:400}:host textarea{width:100%;max-width:100%;box-sizing:border-box;font-family:inherit;font-size:1rem}:host textarea.nggv-field--error{border-bottom:.125rem solid #9f000a!important}:host .description{margin-bottom:.5rem}:host .error-wrapper{margin-top:.5rem;display:flex}:host .form-info{font-size:.875rem;line-height:1.25rem;width:100%}:host .gds-form-item__footer .form-info{font-weight:500}:host .gds-form-item__footer .form-info--error{display:flex;align-items:flex-start;gap:.5em;color:#9f000a}:host .gds-form-item__footer .form-info--error .error-icon{margin-top:.128rem;align-items:center}:host .gds-form-item__footer>.form-info--countdown{font-weight:400}:host .no-resize{resize:none}:host .no-resize::-webkit-scrollbar{-webkit-appearance:none}:host .no-resize::-webkit-scrollbar-thumb{border-radius:.5rem}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i3.TranslocoDirective, selector: "[transloco]", inputs: ["transloco", "translocoParams", "translocoScope", "translocoRead", "translocoPrefix", "translocoLang", "translocoLoadingTpl"] }, { kind: "directive", type: i5.CharacterCountdownDirective, selector: "[nggvCharacterCountdown]", inputs: ["nggvCharacterCountdown", "nggvCharacterCountdownCurrentLength"] }, { kind: "directive", type: i4.NggCoreElementDirective, selector: "[nggCoreElement]" }] }); }
|
|
7114
7116
|
}
|
|
7115
7117
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NggvTextareaComponent, decorators: [{
|
|
7116
7118
|
type: Component,
|
|
7117
|
-
args: [{ selector: 'nggv-textarea', template: "<!-- LABEL -->\n<label\n [id]=\"id + '-label'\"\n class=\"gds-field-label hide-if-empty\"\n [attr.for]=\"id + '-textarea'\"\n *transloco=\"let t; read: scope\"\n>\n <ng-template\n *ngTemplateOutlet=\"labelContentTpl || basicLabelContentTpl\"\n ></ng-template>\n <ng-template #basicLabelContentTpl>\n <!-- to trigger css:empty if no label was added -->\n <ng-container *ngIf=\"label\">\n {{ label }}\n <span\n *ngIf=\"optional === true || (required !== true && optional !== false)\"\n class=\"gds-field-label--optional\"\n >\n ({{ t('label.optional') }})\n </span>\n </ng-container>\n </ng-template>\n</label>\n\n<!-- DESCRIPTION -->\n<div class=\"form-info description hide-if-empty\" *ngIf=\"description\">\n {{ description }}\n</div>\n\n<!-- LOCKED INPUT -->\n<ng-container *ngIf=\"locked\">\n <div\n [id]=\"id + '-textarea'\"\n class=\"nggv-field--locked\"\n [attr.name]=\"name\"\n [attr.value]=\"state\"\n [attr.role]=\"role\"\n >\n <span *ngIf=\"!state\" class=\"unset-state\">-</span>\n <ng-container *ngIf=\"state\">\n {{ state }}\n </ng-container>\n </div>\n</ng-container>\n\n<!-- INPUT FIELD -->\n<ng-container *ngIf=\"!locked\">\n <textarea\n #input\n [id]=\"id + '-textarea'\"\n class=\"gds-field\"\n [ngClass]=\"{ 'no-resize': !!rows }\"\n [class.nggv-field--error]=\"invalid\"\n [attr.name]=\"name\"\n [attr.required]=\"required\"\n [disabled]=\"disabled\"\n [autofocus]=\"autofocus\"\n [readOnly]=\"readonly\"\n [attr.maxlength]=\"maxlength\"\n [attr.minlength]=\"minlength\"\n [attr.role]=\"role\"\n [attr.rows]=\"rows\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-label]=\"description\"\n [value]=\"state\"\n title=\"\"\n (input)=\"onInput($event)\"\n (focus)=\"onFocus($event)\"\n (blur)=\"onBlur($event)\"\n ></textarea>\n\n <!-- ERRORS -->\n <div\n class=\"gds-form-item__footer error-wrapper\"\n *transloco=\"let t; read: scope\"\n >\n <span\n class=\"form-info form-info--error\"\n [attr.for]=\"id + '-textarea'\"\n *ngIf=\"invalid && (error || ngControl?.invalid)\"\n >\n <span class=\"error-icon\">\n <gds-icon-triangle-exclamation\n width=\"16\"\n height=\"16\"\n solid=\"true\"\n *nggCoreElement\n ></gds-icon-triangle-exclamation>\n </span>\n\n <span\n *ngIf=\"error; else errorsRef\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n <ng-template #errorsRef>\n <span\n *ngIf=\"firstError as error\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >\n {{ t('error.field' + error?.code, error?.params) }}\n </span>\n </ng-template>\n </span>\n\n <ng-container *ngIf=\"hasMaxLength\">\n <span\n *nggvCharacterCountdown=\"\n maxlength;\n currentLength: (inputRef?.nativeElement?.value ?? '').length;\n charactersLeft as charactersLeft\n \"\n class=\"form-info\"\n style=\"text-align: right\"\n >\n {{ charactersLeft }} {{ t('label.maxlength') }}\n </span>\n </ng-container>\n </div>\n\n <!-- CHILDREN -->\n <ng-content></ng-content>\n</ng-container>\n", styles: [":host{--sg-text-primary: #333;--sg-form-control-bg: #fff;--gds-ref-pallet-base100: hsl(0, 0%, 97%);--sg-border-radius: 4px;--sg-border-width: 1px;--sg-border-color: #868686}:host textarea{padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--sg-border-color);align-items:center;background-color:var(--sg-form-control-bg);color:var(--text-primary-color);display:flex;justify-content:center;resize:vertical}:host textarea:focus:not(:focus-visible){box-shadow:none;outline:0}:host textarea:focus,:host textarea:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media screen and (-ms-high-contrast: active){:host textarea{border:2px solid currentcolor}}:host textarea:hover{background-color:var(--gds-ref-pallet-base100)}:host textarea:disabled,:host textarea.disabled,:host textarea[aria-disabled=true]{background:var(--sg-form-control-bg-disabled)!important;color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host textarea:disabled::placeholder,:host textarea.disabled::placeholder,:host textarea[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host label:not(.gds-field-notice)
|
|
7119
|
+
args: [{ selector: 'nggv-textarea', template: "<!-- LABEL -->\n<label\n [id]=\"id + '-label'\"\n class=\"gds-field-label hide-if-empty\"\n [attr.for]=\"id + '-textarea'\"\n *transloco=\"let t; read: scope\"\n>\n <ng-template\n *ngTemplateOutlet=\"labelContentTpl || basicLabelContentTpl\"\n ></ng-template>\n <ng-template #basicLabelContentTpl>\n <!-- to trigger css:empty if no label was added -->\n <ng-container *ngIf=\"label\">\n {{ label }}\n <span\n *ngIf=\"optional === true || (required !== true && optional !== false)\"\n class=\"gds-field-label--optional\"\n >\n ({{ t('label.optional') }})\n </span>\n </ng-container>\n </ng-template>\n</label>\n\n<!-- DESCRIPTION -->\n<div class=\"form-info description hide-if-empty\" *ngIf=\"description\">\n {{ description }}\n</div>\n\n<!-- LOCKED INPUT -->\n<ng-container *ngIf=\"locked\">\n <div\n [id]=\"id + '-textarea'\"\n class=\"nggv-field--locked\"\n [attr.name]=\"name\"\n [attr.value]=\"state\"\n [attr.role]=\"role\"\n >\n <span *ngIf=\"!state\" class=\"unset-state\">-</span>\n <ng-container *ngIf=\"state\">\n {{ state }}\n </ng-container>\n </div>\n</ng-container>\n\n<!-- INPUT FIELD -->\n<ng-container *ngIf=\"!locked\">\n <textarea\n #input\n [id]=\"id + '-textarea'\"\n class=\"gds-field\"\n [ngClass]=\"{ 'no-resize': !!rows }\"\n [class.nggv-field--error]=\"invalid\"\n [attr.name]=\"name\"\n [attr.required]=\"required\"\n [disabled]=\"disabled\"\n [autofocus]=\"autofocus\"\n [readOnly]=\"readonly\"\n [attr.maxlength]=\"maxlength\"\n [attr.minlength]=\"minlength\"\n [attr.role]=\"role\"\n [attr.rows]=\"rows\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-label]=\"description\"\n [value]=\"state\"\n title=\"\"\n (input)=\"onInput($event)\"\n (focus)=\"onFocus($event)\"\n (blur)=\"onBlur($event)\"\n ></textarea>\n\n <!-- ERRORS -->\n <div\n class=\"gds-form-item__footer error-wrapper\"\n *transloco=\"let t; read: scope\"\n >\n <span\n class=\"form-info form-info--error\"\n [attr.for]=\"id + '-textarea'\"\n *ngIf=\"invalid && (error || ngControl?.invalid)\"\n >\n <span class=\"error-icon\">\n <gds-icon-triangle-exclamation\n width=\"16\"\n height=\"16\"\n solid=\"true\"\n *nggCoreElement\n ></gds-icon-triangle-exclamation>\n </span>\n\n <span\n *ngIf=\"error; else errorsRef\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >{{ error }}</span\n >\n <ng-template #errorsRef>\n <span\n *ngIf=\"firstError as error\"\n [attr.data-thook]=\"thook + '-errorlabel'\"\n >\n {{ t('error.field' + error?.code, error?.params) }}\n </span>\n </ng-template>\n </span>\n\n <ng-container *ngIf=\"hasMaxLength\">\n <span\n *nggvCharacterCountdown=\"\n maxlength;\n currentLength: (inputRef?.nativeElement?.value ?? '').length;\n charactersLeft as charactersLeft\n \"\n class=\"form-info form-info--countdown\"\n style=\"text-align: right\"\n >\n {{ charactersLeft }} {{ t('label.maxlength') }}\n </span>\n </ng-container>\n </div>\n\n <!-- CHILDREN -->\n <ng-content></ng-content>\n</ng-container>\n", styles: [":host{--sg-text-primary: #333;--sg-form-control-bg: #fff;--gds-ref-pallet-base100: hsl(0, 0%, 97%);--sg-border-radius: 4px;--sg-border-width: 1px;--sg-border-color: #868686}:host textarea{padding:.75rem 1rem;border-radius:var(--sg-border-radius);border:solid var(--sg-border-width) var(--sg-border-color);--border-color: var(--sg-border-color);align-items:center;background-color:var(--sg-form-control-bg);color:var(--text-primary-color);display:flex;justify-content:center;resize:vertical}:host textarea:focus:not(:focus-visible){box-shadow:none;outline:0}:host textarea:focus,:host textarea:focus-visible{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}@media screen and (-ms-high-contrast: active){:host textarea{border:2px solid currentcolor}}:host textarea:hover{background-color:var(--gds-ref-pallet-base100)}:host textarea:disabled,:host textarea.disabled,:host textarea[aria-disabled=true]{background:var(--sg-form-control-bg-disabled)!important;color:var(--text-disabled-color)!important;border-color:var(--border-disabled-color)!important;cursor:not-allowed}:host textarea:disabled::placeholder,:host textarea.disabled::placeholder,:host textarea[aria-disabled=true]::placeholder{color:var(--text-disabled-color)}:host label:not(.gds-field-notice):is(label){margin-bottom:0}:host label:not(.gds-field-notice).form-control{width:fit-content}@supports (-moz-appearance: none){:host label:not(.gds-field-notice).form-control:focus:not(:focus-visible){box-shadow:none;outline:0}:host label:not(.gds-field-notice).form-control:focus,:host label:not(.gds-field-notice).form-control:focus-within{outline-color:var(--gds-sys-color-focus-outline);outline-style:solid;outline-width:.125rem;outline-offset:.125rem}}:host label:not(.gds-field-notice):not(.form-control){font-weight:500;width:100%;line-height:1.25rem}:host label:not(.gds-field-notice)+input,:host label:not(.gds-field-notice)+textarea,fieldset :host label:not(.gds-field-notice)+div,:host label:not(.gds-field-notice)+button,:host label:not(.gds-field-notice)+.group-stepper,:host label:not(.gds-field-notice)+.stepper-wrapper,:host label:not(.gds-field-notice)+.group{margin-top:.5rem}:host label:not(.gds-field-notice)+.form-info{margin-bottom:.5rem}:host label+.gds-field,:host label+.nggv-field--locked{margin-top:.5rem}:host .hide-if-empty:empty{display:none}:host .unset-state{padding-left:.5rem}:host .gds-field-label--optional{font-weight:400}:host textarea{width:100%;max-width:100%;box-sizing:border-box;font-family:inherit;font-size:1rem}:host textarea.nggv-field--error{border-bottom:.125rem solid #9f000a!important}:host .description{margin-bottom:.5rem}:host .error-wrapper{margin-top:.5rem;display:flex}:host .form-info{font-size:.875rem;line-height:1.25rem;width:100%}:host .gds-form-item__footer .form-info{font-weight:500}:host .gds-form-item__footer .form-info--error{display:flex;align-items:flex-start;gap:.5em;color:#9f000a}:host .gds-form-item__footer .form-info--error .error-icon{margin-top:.128rem;align-items:center}:host .gds-form-item__footer>.form-info--countdown{font-weight:400}:host .no-resize{resize:none}:host .no-resize::-webkit-scrollbar{-webkit-appearance:none}:host .no-resize::-webkit-scrollbar-thumb{border-radius:.5rem}\n"] }]
|
|
7118
7120
|
}], ctorParameters: () => [{ type: i1$1.NgControl, decorators: [{
|
|
7119
7121
|
type: Self
|
|
7120
7122
|
}, {
|
|
@@ -7232,10 +7234,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
7232
7234
|
}] });
|
|
7233
7235
|
|
|
7234
7236
|
class ToastComponent {
|
|
7235
|
-
// faTimes = faTimes;
|
|
7236
|
-
// confirmCheck = faCheck;
|
|
7237
|
-
// errorIcon = faExclamationSquare;
|
|
7238
|
-
// informationIcon = faInfoSquare;
|
|
7239
7237
|
constructor(toastMessageService) {
|
|
7240
7238
|
this.toastMessageService = toastMessageService;
|
|
7241
7239
|
this.messages = [];
|
|
@@ -7260,7 +7258,7 @@ class ToastComponent {
|
|
|
7260
7258
|
}
|
|
7261
7259
|
}
|
|
7262
7260
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToastComponent, deps: [{ token: ToastMessageService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7263
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ToastComponent, selector: "nggv-toast", inputs: { closeButtonAriaLabel: "closeButtonAriaLabel" }, ngImport: i0, template: "<output class=\"messages-container\" aria-live=\"polite\">\n <div\n class=\"message\"\n *ngFor=\"let message of messages\"\n [ngClass]=\"message.type\"\n @toastAnimation\n (mouseenter)=\"onMouseEnter(message)\"\n (mouseleave)=\"onMouseLeave(message)\"\n >\n <div class=\"content\" *transloco=\"let t; read: message.translocoScope\">\n <div class=\"message-type-icon-wrapper\">\n <ng-container *ngIf=\"message.type === 'success'\">\n <
|
|
7261
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ToastComponent, selector: "nggv-toast", inputs: { closeButtonAriaLabel: "closeButtonAriaLabel" }, ngImport: i0, template: "<output class=\"messages-container\" aria-live=\"polite\">\n <div\n class=\"message\"\n *ngFor=\"let message of messages\"\n [ngClass]=\"message.type\"\n @toastAnimation\n (mouseenter)=\"onMouseEnter(message)\"\n (mouseleave)=\"onMouseLeave(message)\"\n >\n <div class=\"content\" *transloco=\"let t; read: message.translocoScope\">\n <div class=\"message-type-icon-wrapper\">\n <ng-container *ngIf=\"message.type === 'success'\">\n <i>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M17.6203 6.60836L9.40014 14.8285L6.37976 11.8081C6.23332 11.6617 5.99588 11.6617 5.84942 11.8081L4.96554 12.692C4.8191 12.8384 4.8191 13.0759 4.96554 13.2223L9.13495 17.3917C9.28138 17.5382 9.51882 17.5382 9.66529 17.3917L19.0344 8.02258C19.1809 7.87614 19.1809 7.63871 19.0344 7.49224L18.1506 6.60836C18.0041 6.46193 17.7667 6.46193 17.6203 6.60836Z\"\n fill=\"white\"\n ></path>\n </svg>\n </i>\n </ng-container>\n <ng-container\n *ngIf=\"message.type === 'error' || message.type === 'warning'\"\n >\n <i>\n <svg\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M18.2857 4H5.71429C4.7675 4 4 4.7675 4 5.71429V18.2857C4 19.2325 4.7675 20 5.71429 20H18.2857C19.2325 20 20 19.2325 20 18.2857V5.71429C20 4.7675 19.2325 4 18.2857 4ZM10.8682 7.42857H13.1318C13.3777 7.42857 13.5731 7.635 13.5597 7.8805L13.2948 12.7376C13.2824 12.9649 13.0945 13.1429 12.8669 13.1429H11.1331C10.9055 13.1429 10.7176 12.9649 10.7052 12.7376L10.4402 7.8805C10.4269 7.635 10.6223 7.42857 10.8682 7.42857ZM12 17.0714C11.0927 17.0714 10.3571 16.3359 10.3571 15.4286C10.3571 14.5213 11.0927 13.7857 12 13.7857C12.9073 13.7857 13.6429 14.5213 13.6429 15.4286C13.6429 16.3359 12.9073 17.0714 12 17.0714Z\"\n fill=\"currentColor\"\n />\n </svg>\n </i>\n </ng-container>\n <ng-container *ngIf=\"message.type === 'information'\">\n <i>\n <svg\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M18.2857 4H5.71429C4.7675 4 4 4.7675 4 5.71429V18.2857C4 19.2325 4.7675 20 5.71429 20H18.2857C19.2325 20 20 19.2325 20 18.2857V5.71429C20 4.7675 19.2325 4 18.2857 4ZM12 7.07143C12.8284 7.07143 13.5 7.743 13.5 8.57143C13.5 9.39986 12.8284 10.0714 12 10.0714C11.1716 10.0714 10.5 9.39986 10.5 8.57143C10.5 7.743 11.1716 7.07143 12 7.07143ZM14 16.1429C14 16.3795 13.8081 16.5714 13.5714 16.5714H10.4286C10.1919 16.5714 10 16.3795 10 16.1429V15.2857C10 15.049 10.1919 14.8571 10.4286 14.8571H10.8571V12.5714H10.4286C10.1919 12.5714 10 12.3795 10 12.1429V11.2857C10 11.049 10.1919 10.8571 10.4286 10.8571H12.7143C12.951 10.8571 13.1429 11.049 13.1429 11.2857V14.8571H13.5714C13.8081 14.8571 14 15.049 14 15.2857V16.1429Z\"\n fill=\"currentColor\"\n />\n </svg>\n </i>\n </ng-container>\n </div>\n <div class=\"text-content\">\n <div>{{ t(message.titleText) }}</div>\n <div *ngIf=\"message.bodyText\" class=\"text-body-content\">\n {{ t(message.bodyText) }}\n </div>\n </div>\n <button\n class=\"close-icon-button\"\n [ngClass]=\"{ information: message.type === 'information' }\"\n (click)=\"removeMessage(message)\"\n [attr.aria-label]=\"closeButtonAriaLabel\"\n >\n <gds-icon-cross-small\n class=\"close-icon\"\n *nggCoreElement\n ></gds-icon-cross-small>\n </button>\n </div>\n </div>\n</output>\n", styles: [":host .messages-container{position:fixed;bottom:1rem;right:1rem;z-index:9999}:host .message{position:relative;font-size:1rem;max-width:22rem;min-width:22rem;min-height:3rem;box-shadow:0 2px 6px #00000026;margin-top:1rem}:host .content{display:flex;height:100%;padding:0;justify-content:space-between}:host .text-content{margin-top:1rem;margin-bottom:1rem;width:100%}:host .text-body-content{padding-top:1.5rem}:host .message-type-icon-wrapper{padding:1rem}:host .message-type-icon-wrapper i{display:block;width:1.25rem;height:1.25rem}:host .close-icon-button{box-sizing:border-box;display:grid;place-content:center;width:2rem;height:2rem;flex-shrink:0;font-size:1rem;line-height:1.5rem;margin:.5rem;background:transparent;border:none;color:inherit;padding:0;cursor:pointer;min-height:32px}:host .close-icon-button:hover{color:#333;border-radius:100%}:host .close-icon-button:not(.information):hover{background-color:#fff}:host .close-icon-button.information:hover{background-color:#dedede}:host .success{background-color:#308800;color:#fff}:host .error{background-color:#d81a1a;color:#fff}:host .warning{background-color:#ffc500;color:#333}:host .information{background-color:#333;color:#e9e9e9}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.TranslocoDirective, selector: "[transloco]", inputs: ["transloco", "translocoParams", "translocoScope", "translocoRead", "translocoPrefix", "translocoLang", "translocoLoadingTpl"] }, { kind: "directive", type: i4.NggCoreElementDirective, selector: "[nggCoreElement]" }], animations: [
|
|
7264
7262
|
trigger('toastAnimation', [
|
|
7265
7263
|
transition(':enter', [
|
|
7266
7264
|
style({ opacity: 0, transform: 'translateY(100%)' }),
|
|
@@ -7284,7 +7282,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
7284
7282
|
animate('300ms ease-out', style({ opacity: 0, transform: 'translateY(100%)' })),
|
|
7285
7283
|
]),
|
|
7286
7284
|
]),
|
|
7287
|
-
], template: "<output class=\"messages-container\" aria-live=\"polite\">\n <div\n class=\"message\"\n *ngFor=\"let message of messages\"\n [ngClass]=\"message.type\"\n @toastAnimation\n (mouseenter)=\"onMouseEnter(message)\"\n (mouseleave)=\"onMouseLeave(message)\"\n >\n <div class=\"content\" *transloco=\"let t; read: message.translocoScope\">\n <div class=\"message-type-icon-wrapper\">\n <ng-container *ngIf=\"message.type === 'success'\">\n <
|
|
7285
|
+
], template: "<output class=\"messages-container\" aria-live=\"polite\">\n <div\n class=\"message\"\n *ngFor=\"let message of messages\"\n [ngClass]=\"message.type\"\n @toastAnimation\n (mouseenter)=\"onMouseEnter(message)\"\n (mouseleave)=\"onMouseLeave(message)\"\n >\n <div class=\"content\" *transloco=\"let t; read: message.translocoScope\">\n <div class=\"message-type-icon-wrapper\">\n <ng-container *ngIf=\"message.type === 'success'\">\n <i>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M17.6203 6.60836L9.40014 14.8285L6.37976 11.8081C6.23332 11.6617 5.99588 11.6617 5.84942 11.8081L4.96554 12.692C4.8191 12.8384 4.8191 13.0759 4.96554 13.2223L9.13495 17.3917C9.28138 17.5382 9.51882 17.5382 9.66529 17.3917L19.0344 8.02258C19.1809 7.87614 19.1809 7.63871 19.0344 7.49224L18.1506 6.60836C18.0041 6.46193 17.7667 6.46193 17.6203 6.60836Z\"\n fill=\"white\"\n ></path>\n </svg>\n </i>\n </ng-container>\n <ng-container\n *ngIf=\"message.type === 'error' || message.type === 'warning'\"\n >\n <i>\n <svg\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M18.2857 4H5.71429C4.7675 4 4 4.7675 4 5.71429V18.2857C4 19.2325 4.7675 20 5.71429 20H18.2857C19.2325 20 20 19.2325 20 18.2857V5.71429C20 4.7675 19.2325 4 18.2857 4ZM10.8682 7.42857H13.1318C13.3777 7.42857 13.5731 7.635 13.5597 7.8805L13.2948 12.7376C13.2824 12.9649 13.0945 13.1429 12.8669 13.1429H11.1331C10.9055 13.1429 10.7176 12.9649 10.7052 12.7376L10.4402 7.8805C10.4269 7.635 10.6223 7.42857 10.8682 7.42857ZM12 17.0714C11.0927 17.0714 10.3571 16.3359 10.3571 15.4286C10.3571 14.5213 11.0927 13.7857 12 13.7857C12.9073 13.7857 13.6429 14.5213 13.6429 15.4286C13.6429 16.3359 12.9073 17.0714 12 17.0714Z\"\n fill=\"currentColor\"\n />\n </svg>\n </i>\n </ng-container>\n <ng-container *ngIf=\"message.type === 'information'\">\n <i>\n <svg\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M18.2857 4H5.71429C4.7675 4 4 4.7675 4 5.71429V18.2857C4 19.2325 4.7675 20 5.71429 20H18.2857C19.2325 20 20 19.2325 20 18.2857V5.71429C20 4.7675 19.2325 4 18.2857 4ZM12 7.07143C12.8284 7.07143 13.5 7.743 13.5 8.57143C13.5 9.39986 12.8284 10.0714 12 10.0714C11.1716 10.0714 10.5 9.39986 10.5 8.57143C10.5 7.743 11.1716 7.07143 12 7.07143ZM14 16.1429C14 16.3795 13.8081 16.5714 13.5714 16.5714H10.4286C10.1919 16.5714 10 16.3795 10 16.1429V15.2857C10 15.049 10.1919 14.8571 10.4286 14.8571H10.8571V12.5714H10.4286C10.1919 12.5714 10 12.3795 10 12.1429V11.2857C10 11.049 10.1919 10.8571 10.4286 10.8571H12.7143C12.951 10.8571 13.1429 11.049 13.1429 11.2857V14.8571H13.5714C13.8081 14.8571 14 15.049 14 15.2857V16.1429Z\"\n fill=\"currentColor\"\n />\n </svg>\n </i>\n </ng-container>\n </div>\n <div class=\"text-content\">\n <div>{{ t(message.titleText) }}</div>\n <div *ngIf=\"message.bodyText\" class=\"text-body-content\">\n {{ t(message.bodyText) }}\n </div>\n </div>\n <button\n class=\"close-icon-button\"\n [ngClass]=\"{ information: message.type === 'information' }\"\n (click)=\"removeMessage(message)\"\n [attr.aria-label]=\"closeButtonAriaLabel\"\n >\n <gds-icon-cross-small\n class=\"close-icon\"\n *nggCoreElement\n ></gds-icon-cross-small>\n </button>\n </div>\n </div>\n</output>\n", styles: [":host .messages-container{position:fixed;bottom:1rem;right:1rem;z-index:9999}:host .message{position:relative;font-size:1rem;max-width:22rem;min-width:22rem;min-height:3rem;box-shadow:0 2px 6px #00000026;margin-top:1rem}:host .content{display:flex;height:100%;padding:0;justify-content:space-between}:host .text-content{margin-top:1rem;margin-bottom:1rem;width:100%}:host .text-body-content{padding-top:1.5rem}:host .message-type-icon-wrapper{padding:1rem}:host .message-type-icon-wrapper i{display:block;width:1.25rem;height:1.25rem}:host .close-icon-button{box-sizing:border-box;display:grid;place-content:center;width:2rem;height:2rem;flex-shrink:0;font-size:1rem;line-height:1.5rem;margin:.5rem;background:transparent;border:none;color:inherit;padding:0;cursor:pointer;min-height:32px}:host .close-icon-button:hover{color:#333;border-radius:100%}:host .close-icon-button:not(.information):hover{background-color:#fff}:host .close-icon-button.information:hover{background-color:#dedede}:host .success{background-color:#308800;color:#fff}:host .error{background-color:#d81a1a;color:#fff}:host .warning{background-color:#ffc500;color:#333}:host .information{background-color:#333;color:#e9e9e9}\n"] }]
|
|
7288
7286
|
}], ctorParameters: () => [{ type: ToastMessageService }], propDecorators: { closeButtonAriaLabel: [{
|
|
7289
7287
|
type: Input
|
|
7290
7288
|
}] } });
|